/*
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: #f5f5f5;
}
.pcnon{
	display: none;
}

.spnon{
	display: block;
}

.hmenu{
	z-index: 1000;
	position: absolute;
	top: 30px;
    right: 50px;
	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;
}
.top_logo{
	z-index: 1000;
	position: absolute;
	top: 35px;
	left: 20px;
}
.top_logo img{
    height: 40px;
    width: auto;
}



.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: #5272b8;
    z-index: 1;
}

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

.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;
}


.foot_contact h2{
	text-align: center;
	font-size: 77px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
    font-family: 'Oswald', sans-serif;

}
.foot_contact h3{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 50px;
}

.contact_txt{
	margin: 0 10%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 50px;
}
.contact_p01{
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.contact_p01 a{
	color: #fff;
	font-weight: bold;
}

.contact_p02{
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
.contact_p02 a{
	color: #fff;
	font-weight: bold;
}

.fad{
	line-height: 2;
	margin-bottom: 20px;
}


.fworktime{
	line-height: 2;
	margin-bottom: 20px;
}
.top-news-section {
    background-color: #e9ecf2;
    padding: 80px 0;
    overflow: hidden;
position: relative;
}

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


.news-background-text {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 140px;
    color: #d9e2f5;
    writing-mode: vertical-rl;
    z-index: 1;
    user-select: none;
    font-family: 'Oswald', sans-serif;
}

.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: #0a3da9;
}

.news-date {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #0a3da9; /* テーマカラー */
    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;
}

a.btn01{
	width: 220px;
	display: block;
	text-align: center;
	background: #0a3da9;
	color: #fff;
	padding: 10px 20px;
	margin: 0 auto;
	z-index: 10000;
	font-weight: bold;
	letter-spacing: 1px;
    border-radius: 5px;
}
a:hover.btn01{
	background: #0a3da9;
	color: #fff;
	opacity: 0.7;
}

.foot_contact{
	background-image: url(/wp-content/uploads/contactbg.jpg);
	padding: 50px 0;
	font-family: sans-serif;
}

.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;
}

footer{
	text-align: center !important;
	padding: 40px 5% 20px 5%;
}

.mv_photo{
	position: relative;	
}
.mv_photo img{

    display: block;
    height: 700px;
    object-fit: cover;
    width: 100%;
    object-position: 100% 0;
}

.feature-section{
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.feature-section h2{
	font-family: Arial;
	font-weight: bold;
	font-size: 55px;
	text-align: center;
	color: #0a3da9;
}
.feature-section h3{
	font-family: serif;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #0a3da9;
	margin-bottom: 40px;
}

.feature-image{
	display: block;
	margin: 0 auto;
	max-width: 800px;
	margin-bottom: 40px;
}

.feture-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
	margin-bottom: 60px;
}
.feature-card{
	width: 300px;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	position: relative;
}
.feature_icon{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}

.num{
	font-family: Arial;
	font-weight: bold;
	font-size: 55px;
	text-align: center;
	color: #c0cde8;
	position: absolute;
	left: 0;
	right:0;
	top: 0;
}

.feature-card h4{
	text-align: center;
	font-weight: normal;
	color: #0a3da9;
	font-weight: bold;
	margin-bottom: 15px;
}
.feature-card h5{
	font-weight: normal;
	font-size: 15px;
}

.service-seciton{
	padding: 50px 0;
	margin: 0 auto;
}

.service_head{
	position: relative;
}

.service_head img{
	width: 100%;
	height: auto;
}
.service_head h2{
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 55px;
	text-align: center;
}
.service_head h3{
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-family: serif;
	font-weight: normal;
	font-size: 25px;
	text-align: center;
}
.service_wrap{
	background: #fff;
	padding: 80px 40px;
	max-width: 1080px;
	margin: -100px auto 0 auto;
	position: relative;
	border-radius: 20px;
}
.service-grid{
	display: flex;
	align-items: center;
	gap: 40px;
}

.service-box img{
	min-width: 350px;
}
.service-box h4{
	color: #1c47ac;
	font-size: 24px;
	margin-bottom: 30px;
}

.top_txt{
	line-height: 1.6;
	margin-bottom: 20px;
}

.case-section{
	background-image: url(/wp-content/uploads/casebg.jpg);
	padding: 50px 0;
}

.case-section h2{
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 55px;
    text-align: center;
}

.case-section h3{
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}

.case-grid {
    display: flex;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

.case-card {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 50px 30px 30px 30px;
    position: relative;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.case-card .case_icon {
    margin-bottom: 20px;
}

.case-card p {
    margin: 0;
    line-height: 1.8;
}

.case-card a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.case-card a:hover {
    color: #0a3da9;
}

@media (max-width: 768px) {
    .case-grid {
        flex-direction: column;
    }
	

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

}
.case_icon{
	position: absolute;
	z-index: 10;
	top: -30px;
	left: 0;
	right: 0;
	text-align:center;
}

}


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;
}


.page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-header {
    text-align: center;
    margin-bottom: 60px;
}

.page-header h1 {
    font-size: 42px;
    color: #0a3da9;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: sans-serif;
}

.page-header .subtitle {
    font-size: 14px;
    color: #888;
    letter-spacing: 2px;
}

.content-section {
    display: grid;
    gap: 50px;
}

.section-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.section-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #0a3da9;
}

.profile-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    border-bottom: 1px solid #e9ecf2;
}

.profile-table th,
.profile-table td {
    padding: 20px 15px !important;
    text-align: left;
    border-bottom: 1px solid #e9ecf2;
    vertical-align: top;
}

.profile-table th {
    background-color: #d9e2f5;
    font-weight: bold;
    color: #333;
    width: 25%;
    min-width: 120px;
}

.profile-table td {
    line-height: 1.7;
}

.profile-table tr:last-child th,
.profile-table tr:last-child td {
    border-bottom: none;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    font-size: 16px;
    line-height: 1.8;
    padding: 10px 0 10px 30px;
    position: relative;
}

.check-list li:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}

.check-list li::before {
    content: '✔';
    color: #0a3da9;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width: 768px) {
    .page-header h1 {
        font-size: 26px;
    }

    .section-container {
        padding: 30px 20px;
    }

    .profile-table th,
    .profile-table td {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .profile-table th {
        border-bottom: none;
        padding-bottom: 5px;
    }

    .profile-table td {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .profile-table tr:not(:last-child) td {
       border-bottom: 1px solid #e9ecf2;
    }
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.profile-image {
    flex: 0 0 400px;
    text-align: center;
}

.profile-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	border-radius: 8px;
}

.profile-info {
    flex: 1;
}

.profile-info h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 0;
}

.profile-info .name-en {
    font-size: 16px;
    font-weight: normal;
    color: #888;
    margin-left: 10px;
}

.profile-info .profile-title {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.profile-heading {
    font-size: 20px;
    color: #0a3da9;
    padding-bottom: 8px;
    border-bottom: 2px solid #0a3da9;
    margin: 0 0 20px 0;
}

.profile-content{
	margin-bottom: 60px;
}
.profile-content p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 25px 0;
}

.profile-history,
.profile-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.profile-history li,
.profile-list li {
    font-size: 16px;
    line-height: 1.8;
    padding: 8px 0 8px 25px;
    position: relative;
}

.profile-history li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 10px;
    height: 2px;
    background-color: #0a3da9;
}

.profile-list li::before {
    content: '▶';
    position: absolute;
    left: 0;
    top: 12px;
    color: #0a3da9;
    font-size: 12px;
}

@media (max-width: 768px) {
    .profile-header {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-bottom: 40px;
    }

    .profile-image {
        flex-basis: auto;
        width: 180px;
    }

    .profile-info {
        text-align: center;
    }

    .profile-info h2 {
        font-size: 26px;
    }

    .profile-info .name-en {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border: 1px solid #e9ecf2;
    border-radius: 8px;
    margin-bottom: 25px;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.faq-question {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 20px 60px 20px 70px;
    position: relative;
    cursor: pointer;
    list-style: none;
    width: 100%;
    text-align: left;
	background: #f0f2f6;
}
.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::before {
    content: 'Q';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #0a3da9;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: normal;
    color: #0a3da9;
    transition: transform 0.3s ease;
}

.faq-item[open] > .faq-question::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
    padding: 10px 40px 30px 70px;
    border-top: 1px solid #e9ecf2;
    position: relative;
}
.faq-answer::before {
    content: 'A';
    position: absolute;
    left: 25px;
    top: 12px;
    color: #c52929;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.9;
margin: 0;
padding: 7px 0 0 0;
}

@media (max-width: 768px) {
    .faq-question {
        font-size: 16px;
        padding: 15px 50px 15px 60px;
    }
    .faq-question::before,
    .faq-answer::before {
        left: 20px;
        font-size: 20px;
    }
    .faq-question::after {
        right: 20px;
        font-size: 24px;
    }
    .faq-answer {
        padding: 15px 20px 20px 60px;
    }
}

.hero-image-container {
    margin: 0 auto 20px auto;
	max-width: 800px;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.intro-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.intro-text p {
    font-size: 16px;
    line-height: 2;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.benefit-icon {
    font-size: 48px;
    color: #0a3da9;
    margin-bottom: 25px;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #0a3da9;
    margin-bottom: 20px;
    line-height: 1.6;
}

.benefit-card p {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
    margin: 0;
}

@media (max-width: 768px) {
    .intro-text h2 {
        font-size: 20px;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

.flow-container {
    position: relative;
    max-width: 900px;
    margin: 60px auto 0;
}

.flow-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: #e9ecf2;
}

.flow-item {
    position: relative;
    width: 50%;
    padding: 0 50px;
    margin-bottom: 50px;
    margin-top: -70px;
}

.flow-item:nth-child(odd) {
    left: 0;
}

.flow-item:nth-child(even) {
    left: 50%;
}

.flow-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    position: relative;
}

.flow-item:nth-child(odd) .flow-content::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -15px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
}

.flow-item:nth-child(even) .flow-content::after {
    content: '';
    position: absolute;
    top: 30px;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
}

.flow-icon {
    font-size: 28px;
    color: #0a3da9;
    margin-bottom: 10px;
	text-align: center;
}

.flow-step {
    font-weight: bold;
    color: #888;
    margin-bottom: 5px;
    position: absolute;
    top: -32px;
    font-size: 36px;
    left: 0;
    right: 0;
    text-align: center;
    color: #c0cde8;
}

.flow-title {
    font-size: 20px;
    font-weight: bold;
    color: #0a3da9;
    margin-bottom: 15px;
	text-align: center;
}

.flow-description {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.flow-item::after {
    content: '';
    position: absolute;
    top: 35px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 4px solid #0a3da9;
    border-radius: 50%;
    z-index: 1;
}

.flow-item:nth-child(odd)::after {
    right: -9px;
}

.flow-item:nth-child(even)::after {
    left: -9px;
}

@media (max-width: 800px) {
.flow-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto 0;
}
    .flow-container::before {
        left: 20px;
    }
    .flow-item {
        width: 100%;
        left: 0 !important;
        padding-left: 60px;
        padding-right: 0;
			margin-top: 0;
			margin-bottom: 70px;
    }
.flow-step {
	font-size: 26px;
	top: -24px;
	}
    .flow-item::after {
        left: 11px !important;
    }
    .flow-item .flow-content::after {
        border-color: transparent #fff transparent transparent !important;
        border-width: 15px 15px 15px 0 !important;
        left: -15px !important;
        right: auto !important;
    }
	.intro-text{
		margin: 0 5%;
	}
.intro-text p {
    font-size: 16px;
    line-height: 2;
	text-align: left;
}
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 50px;
background: #fff;
	padding: 40px;
	border-radius:20px;
}

.service-item:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1 1 45%;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.service-text {
    flex: 1 1 55%;
}

.service-title {
    font-size: 28px;
    font-weight: bold;
    color: #0a3da9;
    margin: 0;
}

.service-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 5px 0 25px 0;
}

.service-text > p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 25px 0;
}

.service-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-details li {
    font-size: 15px;
    position: relative;
    padding: 5px 0 5px 25px;
    line-height: 1.8;
}

.service-details li::before {
    content: '✔';
    color: #0a3da9;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 6px;
}

@media (max-width: 800px) {
    .service-item,
    .service-item:nth-child(even) {
        flex-direction: column;
        gap: 30px;
    }
    
    .service-text {
        width: 100%;
    }
    .service-title {
        font-size: 24px;
    }
}


.hero-image-container {
    margin: -10px auto 60px auto; /* intro-textとのマージン調整 */
    max-width: 1100px;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.intro-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.intro-text p {
    font-size: 16px;
    line-height: 2;
}

.strengths-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.strength-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border-top: 5px solid #0a3da9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.strength-icon {
    font-size: 40px;
    color: #0a3da9;
    margin-bottom: 30px;
    height: 40px;
	text-align: center;
}

.strength-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
	text-align: center;
}

.strength-card p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0;
    flex-grow: 1; /* p要素がカードの高さを揃えるために伸びる */
}

@media (max-width: 768px) {
    .intro-text h2 {
        font-size: 24px;
    }
    .strengths-grid {
        grid-template-columns: 1fr;
    }
    .strength-card h3 {
        font-size: 20px;
    }
}

.contact-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    font-size: 16px;
    line-height: 2;
}

.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Contact Form 7 の生成するタグをスタイリング */
.wpcf7-form p {
    margin-bottom: 25px;
}

.wpcf7-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background: #f9f9f9;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #0a3da9;
    background: #fff;
}

.wpcf7-form textarea {
    height: 180px;
}

.wpcf7-form .wpcf7-submit {
    display: block;
    width: 250px;
    margin: 30px auto 0;
    padding: 15px 20px;
    background: #0a3da9;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.wpcf7-form .wpcf7-submit:hover {
    opacity: 0.8;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-spinner {
    margin: 0;
}

.required-indicator {
    display: inline-block;
    background-color: #c52929;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}

@media (max-width: 1151px) {
.hmenu {
    display: none;
}
	html.is-fixed,
　　　　html.is-fixed body {
  height: 100%;
  overflow: hidden;
　　　　}
	.side_btn{
		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: #0a3da9;
}
.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 #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    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 #ffffff;
    border-right: solid 2px #ffffff;
    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: #3e64b3;
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}
}


@media (max-width: 768px) {
	.spnon{
		display: none;
	}
	.pcnon{
		display: block;
	}
	.head_wrap {
		height: 80px;
	}
	.top_logo {
		top: 25px;
		left: 15px;
	}
	.top_logo img {
		height: 30px;
	}
	.menu-btn {
		top: 10px;
		right: 10px;
	}
	.mv_photo h2 {
		font-size: 26px;
	}
	.mv_photo h3 {
		font-size: 14px;
	}
	.feature-section h2,
	.service_head h2,
	.case-section h2 {
		font-size: 32px;
	}
	.feature-section h3,
	.service_head h3,
	.case-section h3 {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.service_wrap {
		margin-top: -50px;
		padding: 40px 20px;
	}
	.service-grid {
		flex-direction: column;
	}
	.case-grid {
		flex-direction: column;
		margin-left: 5%;
		margin-right: 5%;
	}
	.foot_contact h2 {
		font-size: 42px;
	}
	.foot_contact h3 {
		font-size: 16px;
	}
	.fban2 {
		flex-direction: column;
		gap: 20px;
		margin-left: 5%;
		margin-right: 5%;
	}
    .fban2 p {
        margin: 0;
    }
	.contact-form-wrapper {
		padding: 30px 20px;
	}
	.wpcf7-form .wpcf7-submit {
		width: 100%;
		max-width: 300px;
	}
    .page-container {
        padding: 40px 15px;
    }
    .page-header {
        margin-bottom: 40px;
    }
    .intro-text h2 {
        font-size: 22px;
    }
}

a.fbtn{
    width: 220px;
    display: block;
    text-align: center;
    background: #fff;
    color: #0a3da9;
    padding: 10px 20px;
    margin: 0 auto;
    z-index: 10000;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px;
}
a:hover.fbtn{
opacity: 0.7;
    background: #fff;
    color: #0a3da9;
}

.fphone a{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 40px;
}

.privacy{
	margin-bottom: 40px;
}

.case-study-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.case-study-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.case-problem {
    background-color: #f0f2f6;
    padding: 30px;
    border-bottom: 1px solid #e9ecf2;
}

.case-label {
    display: inline-block;
    background-color: #0a3da9;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.case-title {
    font-size: 24px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.case-solution {
    padding: 30px;
}

.solution-title {
    font-size: 20px;
    color: #0a3da9;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.case-solution > p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 25px 0;
}

.solution-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-steps li {
    font-size: 15px;
    position: relative;
    padding: 5px 0 15px 25px;
    line-height: 1.8;
}

.solution-steps li::before {
    content: '✔';
    color: #0a3da9;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 6px;
}

.solution-steps li strong {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .case-title {
        font-size: 20px;
    }
    .case-problem, .case-solution {
        padding: 25px 20px;
    }
}


#main_content{
	margin: 0 auto;	
}

.category-header {
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.category-description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}

/* Single Post Page */
.p-entry {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.p-entry__head {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.p-entry__title {
    font-size: 32px;
    line-height: 1.5;
    margin: 0;
}
.post-meta {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}
.post-date {
    margin-right: 15px;
}
.post-category a {
    color: #0a3da9;
    font-weight: bold;
    text-decoration: none;
}
.post-category a:hover {
    text-decoration: underline;
}

/* Single Post Content Styles */
.p-entry__body {
    font-size: 16px;
    line-height: 2;
}
.p-entry__body h2 {
    font-size: 26px;
    margin: 60px 0 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0a3da9;
}
.p-entry__body h3 {
    font-size: 22px;
    margin: 50px 0 20px;
    padding-left: 15px;
    border-left: 5px solid #0a3da9;
}
.p-entry__body p {
    margin-bottom: 1.5em;
}
.p-entry__body a {
    color: #0a3da9;
    text-decoration: underline;
}
.p-entry__body a:hover {
    opacity: 0.7;
}
.p-entry__body ul,
.p-entry__body ol {
    margin: 0 0 1.5em 1.5em;
}
.p-entry__body li {
    margin-bottom: 0.5em;
}
.p-entry__body blockquote {
    margin: 30px 0;
    padding: 20px;
    background: #f5f5f5;
    border-left: 5px solid #ccc;
}
.p-entry__body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
}

/* Post Navigation */
.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

@media(max-width: 768px) {
.p-entry {
        padding: 25px;
        margin: 0 5%;
    }
    .p-entry__title {
        font-size: 24px;
    }
    .p-entry__head {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .p-entry__body h2 {
        font-size: 22px;
    }
    .p-entry__body h3 {
        font-size: 18px;
    }
.intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 5% 20px 5%;
}

.strengths-grid {
margin: 0 5%;
}
.service-item {
    display: flex;
    align-items: center;
    gap: 50px;
    background: #fff;
    padding: 30px;
	margin: 0 5%;
	}
.contact_txt{
font-size: 14px;		
	}
	.benefits-grid{
		margin: 0 5%;
	}
.case-study-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 5% 40px 5%;
}
.content-section {
    display: grid;
    gap: 50px;
    margin: 0 5%;
}
.profile-image {
        flex-basis: auto;
        width: 250px;
    }
.news-title {
	font-size: 13px;
	}
}


.slideshow-container {
    position: relative;
    width: 100%;
    /* 高さを設定 (必要に応じて調整) */
    /* 例えば aspect-ratio を使う場合 */
    aspect-ratio: 16 / 7; /* 横16:縦7 の比率。画像に合わせて調整 */
    overflow: hidden; /* はみ出した画像を隠す */
}

.slideshow-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow-images .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像の比率を保ちつつコンテナ全体を覆う */
    opacity: 0;
    transition: opacity 1.5s ease-in-out; /* フェードの時間を1.5秒に設定 */
    z-index: 1; /* テキストより後ろ */
}

.slideshow-images .slide.active {
    opacity: 1;
    z-index: 2; /* 表示中の画像を最前面に */
}

.slideshow-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 3; /* 画像より手前 */
    /* テキストのスタイルは既存のものを流用、またはここで再定義 */
    color: #fff; /* 白文字など、画像上で見やすい色に */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* 影をつけて視認性を上げる */
}

.slideshow-text h2 {
    font-size: 45px;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(0px);
    animation: fadeUpAnimation 1s ease-out 0.5s forwards;
}

.slideshow-text h3 {
    font-size: 22px;
    opacity: 0; /* アニメーション適用のため初期状態を透明に */
    transform: translateY(20px);
    animation: fadeUpAnimation 1s ease-out 1s forwards;
}

/* スマホ表示用のテキストサイズ調整 */
@media (max-width: 768px) {
    .slideshow-text h2 {
        font-size: 26px;
    }
    .slideshow-text h3 {
        font-size: 14px;
    }
    /* スマホ用の高さを調整する場合 */
    .slideshow-container {
       height: 300px; /* 例えば固定の高さを指定 */
       aspect-ratio: auto; /* 比率指定を解除 */
    }
}

/* fadeUpAnimation のキーフレーム定義 (既存のものがあれば不要) */
@keyframes fadeUpAnimation {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* アニメーション前の初期状態 */
.fade-in {
  opacity: 0; /* 最初は透明 */
  transform: translateY(30px); /* 少し下に移動させておく */
  transition: opacity 1.2s ease-out, transform 1.2s ease-out; /* アニメーション効果 */
}

/* 画面内に入った後に付与されるクラス */
.fade-in.active {
  opacity: 1; /* 不透明にする */
  transform: translateY(0); /* 元の位置に戻す */
}