@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Hiragino Sans, sans-serif;
	color:#555555;
 }

a {
    color: #2fa9e5;
}

/* モバイルメニュー */

.vk-mobile-nav nav>ul {
    border-top: none;
}

.vk-mobile-nav nav ul li {
    list-style: none;
    line-height: 1.65;
}

.vk-mobile-nav nav ul li a {
    color: #555;
    border-bottom: 1px solid #ec7e79;
    font-weight: bold;
    font-size: 16px;
	padding: 20px;
}

.siteHeader {
     background-color: #f4eeea;
}

    .header_scrolled .gMenu_outer {
        background-color: #f4eeea;
    }

.gMenu a {
    color: #555;
    height: 100%;
}

/* ロゴ */
.navbar-brand img {
        max-height: 60px;
    }

/* パンくず */

.breadSection .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    background: 0 0;
    padding: 15px;
}

/* TOP */
.top--box {
    margin: 0 0 50px;
	display: flex;
}

.top--box-img {
    width: 40%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.top--box-text {
    background: #fff;
	padding:30px;
    border-radius: 0 8px 8px 0;
    width: 100%;
}

.top--title {
    color: #ec7e79;
    font-size: 34px;
    font-weight: bold;
	margin-bottom:20px;
}

.top--text-box {

}

.top--text01 {
    font-size: 36px;
    line-height: 1.5;
    margin: 0 0 20px;
	color: #ec7e79;
    font-weight: bold;
	
}

.top--text02 {
    font-size: 24px;
    font-weight:bold;
	color: #2fa9e5;
	margin-bottom: 10px;
    display: inline-block;
}

.top--text03 {
    font-size: 18px;
}

.top--link {
    display: flex;
    gap: 20px;
    text-align: center;
}

.top--link a {
    width: 33.3333%;
	background: #fff;
    border-radius: 8px;
}

.top--link-text {
    padding: 20px;
    font-weight: bold;
	font-size:14px;
}

.top--link-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 160px;
    border-radius: 8px 8px 0 0;
}

/* その他ページ */

.page-header{
		background: linear-gradient(rgba(236, 126, 121, 0.6), rgba(236, 126, 121, 0.6)),
        url(https://phs-world.com/wp-content/uploads/2025/06/hbg03_1920.jpg);
    background-size: cover;
	padding:50px 20px;
	background-color: rgba(236, 126, 121, 0.5);
   background-blend-mode: soft-light;
    background-repeat: repeat-x;
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 1.2em 0;
    font-size: 3rem;
    line-height: 1.1;
}

/* サイドカラム非表示 */
.sideSection-col-two {
        width: calc(100% - 66.66667% - 3rem);
        float: right;
        display: none;
    }
/* 横100% */
    .mainSection-col-two {
        width: 100%;
        float: left;
    }

.mainSection-title, h2 {
    padding: 1em 0 .7em;
    border-top: none;
    border-bottom: 2px solid #ec7e79;
}

.h2-title-sub {
	font-size:18px;
	color: #ec7e79;
	font-weight:bold
}

.h2-title--icon {
    background: #2fa9e5;
    border-radius: 50%;
    margin-right: 5px;
	padding:6px;
}

.page--box01 {
    display: flex;
}

.page--box01-img {
    width: 50%;
    height: 300px;
    object-fit: cover;
    max-width: 480px !important;
    border-radius: 8px;
}

.page--text-box {
   background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0 -20px -20px;
	width:100%;
}

.page--text01{
	font-size:24px;
	color: #2fa9e5;
	font-weight:bold;
	margin-bottom: 10px;
    display: inline-block;
	line-height: 1.4;
}

.page--text02{
	font-size:18px;
	font-weight:bold;
}

/*会社概要 */

.table, table {
    border-top: none;
}

table.company {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 2px;
    font-size: 12px;
}

table.company th {
    background: #2fa9e5;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

table.company td {
    background: #fff;
    width: 300px;
    padding-left: 20px;
}

.form--text {
    display: block;
    max-width: 650px;
    font-size: 18px;
    margin: 0 auto 50px;
}

/* フッター */

.siteFooter {
    background: #ec7e79;
}

.siteFooter .widget {
    margin-bottom: 25px;
    color:#fff;
}

.siteFooter .widget a {
    color: #fff;
}

.copySection {
    border-top: 1px solid #fff;
}

.copySection p {
    font-size: 12px;
    margin: 0 15px 5px;
    color: #fff;
}

/* お問合せ */
 div.wpforms-container-full .wpforms-form * {
    background: none;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    max-width: 640px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding: 0;
}

div.wpforms-container-full .wpforms-form input[type=text],div.wpforms-container-full .wpforms-form input[type=email],div.wpforms-container-full .wpforms-form textarea{
	background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: none;
    padding: 20px;
    height: auto;
    width: 100%;
    line-height: 1.3;
	max-width: 640px;
}

div.wpforms-container-full .wpforms-form button[type=submit]{
	background-color: #2fa9e5;
    border: none;
    color: #fff;
    font-size: 1em;
    padding: 15px 20px;
    width: 50%;
    margin: 30px auto;
    text-align: center;
    display: block;
    border-radius: 30px;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background-color: #5b84ad;
    border: none;
    cursor: pointer;
}

/*------------------------------------------------------------------------*/

@media (max-width: 991px) {
   .top--text01 {
    font-size: 32px;
    
}
	
	.top--text02 {
    font-size: 21px;
    
}
	
	.top--link-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 120px;
    border-radius: 8px 8px 0 0;
}
	
	.page--text01 {
    font-size: 18px;
    color: #2fa9e5;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1.4;
}
	
	.page--text02 {
    font-size: 16px;
    font-weight: bold;
}
	
}

@media (max-width: 767px) {
    .top--box {
    margin: 0 0 50px;
    display: flex;
    flex-direction: column;
}
	
	.top--box-img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
	
	.top--box-text {
    background: #fff;
    padding: 30px;
    border-radius: 0 0 8px 8px;
    width: 100%;
}
	
	.top--link-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 100px;
    border-radius: 8px 8px 0 0;
}
	
	.page--box01 {
    display: flex;
    flex-direction: column;
}
	
	.page--box01-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    max-width: 100% !important;
    border-radius: 8px 8px 0 0;
}
	
	.page--text-box {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    margin: 0;
    width: 100% ;
}
	
}

@media (max-width: 575px) {
   .top--link {
    display: flex;
    gap: 20px;
    text-align: center;
    flex-direction: column;
}
	
	.top--link a {
    width: 100%;
    background: #fff;
    border-radius: 8px;
}
	
	    .top--link-img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        max-height: 140px;
        border-radius: 8px 8px 0 0;
    }
	
	    .top--box-text {
        background: #fff;
        padding: 20px;
        border-radius: 0 0 8px 8px;
        width: 100%;
    }
	
	.top--text01 {
    font-size: 28px;
    line-height: 1.5;
    margin: 0 0 20px;
    color: #ec7e79;
    font-weight: bold;
}
	
	.top--text02 {
    font-size: 18px;
    font-weight: bold;
}
	
}