/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.12.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.hamburger-menu{
	display: none;
}
.clearfix {
  min-height: 1px;
}

a{
	text-decoration: none;
}
body{
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	background: #d8f0fc;
}
.pcnon{
	display: none;
}

.spnon{
	display: block;
}

.hmenu{
	z-index: 1000;
	position: absolute;
	top: 30px;
    right: 120px;
	font-size: 14px;
    background: rgba(0,0,0,0.0);
	padding: 0;
}
.hmenu.is-animation{
    background: rgba(0,0,0,0.5);
	padding: 20px;
	top: 0;
	right: 0;
}


.hmenu li{
	float: left;
	margin: 0 25px 0 0;
	display:  block;
	line-height: 1;
}

.hmenu a{
 color: #000;	
	display:  block;
	padding: 5px 0;
	font-size: 16px;
	text-decoration: none;
}
.hmenu a:hover{
	opacity: 0.7;
}
.head_wrap {
    height: 100px;
    background: #fff;
    width: 100%;
    z-index: 100;
}

.hmenu > li > a span {
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

.side_btn{
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 1000;
}
.side_btn2{
	position: fixed;
	right: 0;
	top: 450px;
	z-index: 1000;
}

.top_logo{
	z-index: 1000;
	position: absolute;
	top: 15px;
	left: 20px;
}
.top_logo img{
    height: 70px;
    width: auto;
}


li.menu__single {
    position: relative;
}

ul.hmenu li span{
	display: block;
	text-align: center;
	margin-top: 7px;
	font-size: 11px;
    color: #7fabb4;
}

.hmenu li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 200px;
    background: #5272b8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    float: none;
	padding: 0;
	margin: 0;
}


.hmenu ul.menu__second-level li{
    float: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.hmenu ul.menu__second-level li a{
	display: block;
	padding: 15px 10px;
	font-size: 14px;
	color: #fff;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__second-level a:hover{
    background: #708bc4;
	color: #fff;
	display: block;
}


.menu__second-level li {
}

.menu__third-level li {
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


.top-news-section {
    background-color: #f7f7f7;
    padding: 80px 0;
    overflow: hidden;
position: relative;
}

.top-news-container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

/* 修正箇所 2 */
.news-background-text {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 140px;
    font-weight: 900;
    color: #e9e9e9;
    writing-mode: vertical-rl; /* 縦書きにする */
    z-index: 1;
    user-select: none; /* テキストを選択不可に */
    letter-spacing: -0.1em;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 2; /* 装飾文字より手前に表示 */
}

.news-list li {
    margin-bottom: 15px;
}

.news-list li:last-child {
    margin-bottom: 0;
}

.news-list a {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px 30px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-list a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

/* 左端の黄色い線 */
.news-list a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background-color: #0078b3; /* テーマカラー */
}

.news-date {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #0078b3; /* テーマカラー */
    font-size: 16px;
    margin-right: 25px;
    padding-left: 10px; /* 黄色い線との余白 */
    flex-shrink: 0;
}

.news-title {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    /* 長いタイトルを省略する設定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 「もっと見る」ボタン */
.news-more-button-wrapper {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.news-more-button {
    display: inline-block;
    padding: 12px 40px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.news-more-button:hover {
    background-color: #333;
    color: #fff;
}


@media (max-width: 767px) {
    .top-news-section {
        padding: 50px 0;
    }
.news-list {
    list-style: none;
    padding: 0;
    margin: 0 5% 40px 5%;
    position: relative;
    z-index: 2;
}
.news-background-text {
    position: unset;
    transform: unset;
    font-size: 66px;
	text-align: center;
	margin-bottom: 30px;
    font-weight: 900;
    color: #e9e9e9;
    writing-mode: unset;
    z-index: 1;
    user-select: none;
    letter-spacing: 0;
}
    .top-news-container {
        width: 95%;
    }
    .news-list a {
        padding: 15px 20px;
        flex-direction: column; /* 縦並びにする */
        align-items: flex-start;
    }
    .news-date {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 14px;
    }
    .news-title {
        font-size: 15px;
        white-space: normal; /* スマホでは折り返しを許可 */
    }
}


/* ===================================
   お問い合わせセクション
   =================================== */
.contact-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #1176b1, #3993c7);
    color: #fff;
    text-align: center;
}

.contact-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-header {
    margin-bottom: 60px;
}

.contact-title-main {
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin: 0;
}

.contact-title-sub {
    font-size: 16px;
    margin-top: 5px;
}

.contact-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}

.contact-card {
    flex: 1;
    min-width: 300px;
    max-width: 480px;
}

.card-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.card-details {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #1176b1;
    border-radius: 50px;
    padding: 25px 40px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
	color: #f5882b;
}

.card-button i {
    margin-right: 15px;
    font-size: 1.1em; /* テキストに対して少し大きく */
}


/* ===================================
   レスポンシブ対応
   =================================== */
@media (max-width: 767px) {
    .contact-section {
        padding: 60px 15px;
    }
    .contact-title-main {
        font-size: 48px;
    }
    .contact-grid {
        flex-direction: column;
        align-items: center;
        gap: 60px; /* スマホでは縦の隙間を広げる */
    }
    .card-button {
        padding: 20px 30px;
        font-size: 20px;
        width: 100%; /* ボタン幅を親要素に合わせる */
        box-sizing: border-box; /* paddingを含めて幅を計算 */
    }
}



@media screen and (max-width: 1151px) {
.head_phone{
	display: none;
}
	.hcon{
	display: none;
	}
	.h_tel{
	display: none;
	}
.hmenu{
	display: none;
	}
	html.is-fixed,
　　　　html.is-fixed body {
  height: 100%;
  overflow: hidden;
　　　　}
	.side_btn{
		display: none;
	}
	.side_btn2{
		display: none;
	}
.hamburger-menu{
	display: block;	
	}

.menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    background-color: #1176b1;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 70px 30px 0 30px;
}
.menu-content ul li {
    border-bottom: solid 1px #fff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#fff;
    text-decoration: none;
    padding: 20px 15px 20px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 24px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 10000;
    background-color: #4b95c0;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
#dp-footer-bar {
    z-index: 999999;
}
#menu_button {
    position: absolute;
    z-index: 50;
    right: 0px;
    bottom: unset;
    top: 0;
    display: inline-block;
    font-size: 11px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
}

#main_contents {
    width: 90%;
    margin: 0 5%;
    padding: 50px 0;
}
	
	.fban2{
	width: 80%;
	display: flex;
	margin: 0 10% 50px  10%;
}
.mv_line img {
    width: 400px;
}
	.top_catch {
    padding: 0 0 50px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left 0 top 20px;
		background-size: 400px;
}
.top_catch-inner {
    width: 60%;
    margin: 0 5% 0 auto;
    text-align: left;
}
}

#footer_top{
	background-color: #fff;
	background-image: url(/wp-content/uploads/footbg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 150px;
	
}


.fban2{
	max-width: 1200px;
	display: flex;
	margin: 0 auto 50px auto;
}

.fban2 p{
	flex-basis: 30%;
	margin: 0 1.5%;
}

.fban2 p img{
	width: 100%;
	height: auto;
}

.flogo{
	margin-bottom: 30px;
}

.flogo img{
	height: 100px;
}

.fad{
	font-size: 16px;
	margin-bottom: 30px;
}
.phone {
	margin-bottom: 30px;
}

.phone a{
	color: #000000;
	font-size: 28px;
	line-height: 1.3;
	display: block;
}

.fworktime{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.8;
}

.privacy a{
	display: block;
	text-decoration: underline;
}


.info-section {
    padding-top: 0;
    padding-bottom: 80px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.info-card {
    position: relative;
    padding-top: 15px;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%; 
    background-color: #afd9ee;
    z-index: 1;
}

.info-card2 {
    position: relative;
    padding-top: 25px;
}

.info-card2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%; 
    background-color: #b6cd9b;
    z-index: 1;
}


.card-image-wrapper {
    position: relative;
    z-index: 2;
    padding: 0 25px 30px 25px; 
    background-color: transparent; 
}

.card-image-wrapper img {
    display: block;
    height: 260px;
    object-fit: cover;
    width: 100%;
    object-position: 100% 0;
}

.card-content {
    padding: 0 30px 30px 30px;
    text-align: center;
}


.card-content h3 {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
}

.card-content p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 0 0 30px 0;
    text-align: left;
}