@charset "UTF-8";
/*
Theme Name: rweb_themes
Theme URI: 
Description: テーマの説明
Version: 1.0
Author: 
Author URI: 
*/

/****************************************
		CSS Setting 
*****************************************/

/****************************************
		General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  font-family: noto-sans-cjk-jp, '游ゴシック', 'Yu Gothic', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  word-break: break-strict;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
	position: relative;
}

.f_play {
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: normal;
}

.f_minc {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

a {
  text-decoration: none;
  color: var(--box-color);
}

a:hover {
  text-decoration: underline;
  color: var(--box-hover-color);
}

a img {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

a img:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

.thumbimg:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix2 {
  display: flex;
  zoom: 1;
	flex-direction:column;
}

.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
	width: 100%;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

.anim:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

section {
  display: block;
}

#Page {
	overflow: hidden;
}

.mt00 {
	margin-top: 0!important;
}
.mb00 {
	margin-bottom: 0!important;
}

.mt1em {
	margin-top: 1em!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt40 {
	padding-top: 40px!important;
}

/****************************************
		Base Setting 
*****************************************/
main {
	overflow: hidden;
}

.wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.sec {
	padding: 10% 0;	
}

.sec_page_wrap {
	margin: 0 0 5%;
}

.boxs .box {
  float: left;
}

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}

@media (min-width: 1260px) {
	.sec {
		padding: 120px 0;	
	}
}

@media (max-width: 1260px) {
	.wrap {
		width: 90%;
	}
    body {
		font-size: 15px;
	}
}
@media (max-width: 767px) {    
    body {
		font-size: 14px;
	}
	.sec {
		padding: 70px 0;	
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}


/* カラー設定 */
:root {
    --main-color: #28385E;
    --main-hover-color: #2f6eb9;
    --box-color: #0064ce;
    --box-hover-color: #3c36e3;
	--box-light-color: #64a2f0;
    --box-hover-light-color: #6aa6c1;
    --main-bg-color: #F8F8F8;
	--sub-bg-color: #e9f3fa;
	--bg-gray: #f2f2f2;
	--ttl-bg-color: #246BA5;
    --font-green: #518D65;
    --font-darkred: #C16A6A;
    --white: #ffffff;
}

.f-green { color: var(--font-green); }
.f-blue { color: var(--box-color); }
.f-darkred { color: var(--font-darkred); }

.bg-gray { background: var(--sub-bg-color);}

/* 共通パーツ */
.c-btn a, .contact_btn button {
    display: inline-block;
    background: var(--box-color);
    color: #fff;
    padding: 18px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 35px;
    overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.30) 0 3px 15px;
	min-width: 300px;
}

.c-btn a::after, .contact_btn button::after {
  background: var(--box-hover-color);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c-btn a:hover::after, .contact_btn button:hover::after {
    transform: scale(1, 1);
}

/* 下層ビジュアルタイトル */
.sec_page_btit {
	background: url(assets/img/ttl_rweb.png) no-repeat var(--ttl-bg-color) bottom left;
    padding: 130px 0 60px;
	background-size: auto 100%;
}
.sec_page_btit h1 {
	color: #fff;
    font-size: 3.2em;
    display: inline-block;
}
.sec_page_btit h1 span {
	display: block;
	font-size: .45em;
}

/* タイトル */
.page_ltit h2 {
	font-size: 2.7em;
    margin-bottom: 2rem;
    line-height: 1.2;
    font-weight: bold;
}
.page_ltit h2 span {
	display: block;
	margin-bottom: 1rem;
    color: var(--box-color);
}

@media (max-width: 1024px) {
	.page_ltit h2 {
		font-size: 2.1em;
		margin-bottom: 6%;
	}

}
@media (max-width: 768px) {
	.sec_page_btit {
		padding: 50px 0 40px;
		background-position-x: -80px;
	}
	.sec_page_btit h1 {
		font-size: 2em;
		line-height: 1.4;
	}
}

/* ヘッダー */
.header {
    background: #ffffffeb;
    padding: 10px 20px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-container  {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_wrap {
	display: flex;
    justify-content: center;
    align-items: center;
}

/* ロゴ */
.header__logo img {
    height: 40px;
    display: block;
}

/* グローバルナビゲーション */
.global-nav {
    padding: 10px 0;
    text-align: right;
}

.nav-links {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links li {
    position: relative;
    margin: 0 15px;
}

.nav-links li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.nav-links li:hover > a {
    color: #00509e;
}

/* プルダウンメニュー */
.nav-links li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: none; /* 初期は非表示 */
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateY(10px);
}

/* サブメニューのリスト */
.nav-links li ul li {
    display: block;
    text-align: left;
}

.nav-links li ul li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
}

.nav-links li ul li a:hover {
    background: #f0f0f0;
}

/* メニューの矢印アイコン */
.menu-arrow {
    font-size: 12px;
    margin-left: 5px;
    color: #666;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

/* 親メニューにホバーしたときに矢印を回転 */
.nav-links li.menu-item-has-children:hover .menu-arrow {
    transform: rotate(180deg);
    color: #00509e;
}

/* ホバーでプルダウンを表示 */
.nav-links li:hover > ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* PC時：お問い合わせボタン */
.contact-btn {
	text-align: center;
}
.contact-btn a {
    padding: 10px 15px;
    border-radius: 5px;
	min-width: 130px;
}


/* ハンバーガーメニュー */
.hamburger-menu {
    display: none;
}

.hamburger-menu button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}

.hamburger-menu span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: 0.3s;
}

/* スマホメニューのスライドイン */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: var(--ttl-bg-color);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.mobile-nav.active {
    right: 0;
}

.mobile-nav-links li {
	border-bottom: 1px solid var(--box-hover-color);	
}
.mobile-nav-links li a {
	color: #fff;
	display: block;
	font-size: 1.15em;
	padding: 10px 15px;
}

#close-menu {
    align-self: flex-end;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
	color: #fff;
}

@media (max-width: 1023px) {
/* 1023px以下でハンバーガーメニューを表示 */
    .global-nav {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }
    
    .contact-btn {
        display: none;
    }

    .sp-contact {
        text-align: center;
        margin-top: 20px;
    }

    .sp-contact img {
        width: 40px;
    }
}

/* スマホ表示 */
@media (max-width: 767px) {
main {
	margin-top: 59px;
}

.header {
	padding: 10px 3%;
}
.header__logo img {
	height: 32px;
}
}


/* フッター */
.footer {
    background: #20293a;
    color: white;
    padding: 6% 0;
}

.footer a {
	color: #fff;
	padding-bottom: 5px;
	position: relative;
	
}
.footer a::before {
	background: #fff;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.footer a:hover {
	text-decoration: none;
}
.footer a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.footer__company {
    display: flex;
	justify-content: space-between;
}

.footer__social {
	font-size: 2em;
}

.footer__company h3 {
    font-size: 20px;
    font-weight: bold;
}

.footer__social a {
    margin-right: 10px;
}

.footer__tel {
    font-weight: bold;
    font-size: 1.5em;
}

.footer-links {
    list-style: none;
    display: flex;
    margin-top: 40px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-links .menu-item {
	font-weight: bold;
	margin-right: 2em;
}
.footer-links .menu-item h4,
.footer-links .sub-menu li {
	padding: 5px 0;
}
.footer-links .foot_menu_wrap {
	display: flex;
	flex-wrap: wrap;
}
.footer-links .menu-item .sub-menu {
	font-weight: normal;
	margin: 0 2em 0 0;
	font-size: .9em;
}
.footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
    font-size: 14px;
}

@media (max-width: 768px) {
	.footer {
		padding: 60px 0;
	}
	.footer__company {
		flex-wrap: wrap;	
	}
	.footer__company_left {
		margin-bottom: 1em;
	}
	.footer-links {
		margin-top: 20px;
	}
	.footer-links .menu-item {
		margin-right: 0;
	}
	.footer__bottom {
		display: block;
		text-align: center;
	    margin: 30px 0;
	}
}


/* トップページ
---------------------------------- */
/* メインビジュアル */
.hero {
    background: url('assets/img/hero-bg.jpg') no-repeat center center/cover;
    padding: 100px 20px;
    height: 85vh;
}

.hero .wrap {
	top: 40%;
    transform: translate(42%, -40%);
}

.hero h1,
.hero p {
	font-weight: bold;
    line-height: 1.2;
}

.hero h1 {
    letter-spacing: .4vw;
    font-size: 4em;
    display: inline;
}

.hero h1 span {
    background: linear-gradient(90deg, #5ef13d 0%, #1491f1 40%, #f96ea6 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.hero p {
    letter-spacing: .5px;
    font-size: 1.5em;
    display: inline-block;
    margin: 2em 0;
}

.hero .hero_btn {
    display: flex;
    flex-wrap: wrap;
}
.hero .hero_btn .c-btn:last-of-type {
    margin-left: 1em;
}
.hero .hero_btn .c-btn:last-of-type a {
    background: #adafb0;
}

/* サービス一覧 */
.services {
	background: url(assets/img/bg_rweb.png) no-repeat left top;
    position: relative;
}

.services.sec:before {
    content: "";
    position: absolute;
    border-bottom: 170px solid #fff;
    border-left: 100vw solid transparent;
    top: -170px;
    left: 0;
}

.services h2 .f-blue {
    display: inline;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1000px;
	margin: 50px auto;
}

.service-item {
    width: 30%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    position: relative;
}

.service-item:hover {
    transform: translateY(-3px);
}

.service-item a {
    text-decoration: none;
    color: inherit;
    padding: 50px 30px 30px;
    background: #fff;
    display: block;
}

.service-image {
    text-align: center;
    margin-bottom: 20px;
}
.service-image img {
    height: 70px;
}

.service-title {
    font-size: 1.38em;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 .5em;
    color: var(--main-color);
    text-align: center;
}

.service-description {
    font-size: 14px;
    color: #333;
    margin: 5px 0;
}

.service-item i.fa-arrow-right {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.sp_only {
    display: none;
}

/* タブレット対応（1024px以下） */
@media (max-width: 1024px) {
    .hero {
        background: url(assets/img/hero-bg-sp.jpg) no-repeat left bottom / cover;
        height: 700px;
    }
    .hero .wrap {
    	transform: translate(65%, -50%);
        width: 60%;
        margin: 0;
    }
    .hero h1 {
    	font-size: 5.3vw;
    }
    .hero p {
    	font-size: 2vw;
        margin: 1.5em 0;
        letter-spacing: 0;
    }
    .hero .c-btn a {
        min-width: auto;
    }
}

/* スマホ対応（767px以下） */
@media (max-width: 767px) {
    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }

    .hero {
        height: 70vh;
        padding: 30px 20px;
    }
    
    .hero .wrap {
        width: 100%;
        transform: translate(0, 0);
        top: 5%;
    }
    
    .hero h1 {
    	font-size: 8.7vw;
        display: inline-block;
    }
    .hero p {
    	font-size: 1.1em;
    }
    .hero .hero_btn .c-btn:last-of-type {
        margin-left: 1%;
    }
    
    .services {
    	background-size: 100%;
		padding: 14% 5%;
    }
    .services.sec:before {
        border-bottom: 130px solid #fff;
        top: -130px;
    }
    .service-item {
        width: 48%;
    }
    .service-list {
    	padding: 0 5px;
    	margin: 30px auto;
    	gap: 15px;
    }
    .service-item:nth-of-type(odd) a {
    	flex-direction: row-reverse;
    }
    .service-description {
	    font-size: 13.5px;
	    line-height: 1.4;
	}
	.service-title {
	    font-size: 1.35em;
	}
}

@media (max-width: 480px) {
    .service-list {
        max-width: 80%;
    }
    .service-item {
        width: 100%;
    }
}


/* 実績紹介 */
.works-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    margin: 0 0 50px;
}

.works-item {
    width: 360px;
    flex: 0 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start;
}

.works-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.works-content {
	padding: 1em;
    font-weight: bold;
}

.works-category {
    font-size: 14px;
    color: #999;
}

.works-title {
    font-size: 18px;
    margin: 5px 0;
}

/* スライダー矢印のスタイル（オプション） */
.works-slider::-webkit-scrollbar {
    display: none;
}

/* スマホ対応（767px以下） */
@media (max-width: 767px) {
.works-slider {
	flex-wrap: wrap;
}
.works-item {
    width: 220px;
}
.works-category {
    font-size: .85em;
}
.works-title {
    font-size: 1.15em;
    line-height: 1.4;
}
}


/* ソリューション */
.solution-container {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: auto;
}

.solution-image {
    flex-basis: 52.5vw;
}
.solution-image img {
    width: 100%;
    border-radius: 10px;
}
.solution-text {
    max-width: 35%;
    flex: 1;
    margin-left: 5%;
}

.solution-text p {
    margin-top: 10px;
}

.bg-gray .solution-container {
    justify-content: right;
}
.bg-gray .solution-text {
    max-width: 33%;
    margin-right: 5%;
}

@media (max-width: 1024px) {
    .solution-text,
    .bg-gray .solution-text {
        max-width: 37%;
    }
}

/* スマホ対応（767px以下） */
@media (max-width: 767px) {
.solution-container {
	flex-direction: column;
	max-width: 90%;
}
.solution-text,
.bg-gray .solution-text {
    max-width: 100%;
	margin: 2em 0;
}
}

/* お知らせ・ブログ */
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.news-list {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.news-item {
    width: 22.75%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	margin: 3% 3% 0 0;
}
@media (min-width: 768px) {
	.news-item:nth-of-type(4n) {
		margin: 3% 0 0 0;
	}
}

.news-thumbnail {
	overflow: hidden;
	border-radius: 10px;
}

.news-thumbnail img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
	transition: transform 0.4s ease;
	object-fit: cover;
}
.news-item:hover .news-thumbnail img {
    transform: scale(1.05);
}

.news-content {
	padding: 1em;
	position: relative;
}

.news-subttl {
	display: flex;
	justify-content: space-between;
	color: #999;
    font-size: 14px;
    font-weight: bold;
    flex-wrap: wrap;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}

.news-arrow {
    font-size: 20px;
    margin-left: 5px;
    color: var(--box-hover-color);
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/* スマホ対応（767px以下） */
@media (max-width: 767px) {
	.news .c-btn.sp_only {
		margin-top: 2em;
	}
	.news-item {
		width: 48.5%;
		margin: 3% 3% 0 0;
	}
	.news-item:nth-of-type(2n) {
		margin: 3% 0 0;
	}
	.news-content {
		line-height: 1.4;
	}
	.news-content .news-category {
		font-size: .8em;
	}
	.news-content .news-title {
    	font-size: 15px;
    }
}


/* 会社情報 */
.group-company {
    background: #ddd;
}

/* お問い合わせエリア */
.contact {
    background: linear-gradient(90deg, #badcf3, #0668d030 40%, #0618d130);
    border-radius: 15px;
    padding: 100px 20px;
    margin: 50px auto;
    max-width: 80vw; /* 横幅を制限し、中央配置 */
    text-align: center;
    position: relative;
}

.contact:after {
	content: "CONTACT US";
	color: #fff;
	font-size: 96px;
	bottom: -63px;
    position: absolute;
    right: 5%;
    font-weight: bold;
}

.contact-container {
    max-width: 800px;
    margin: auto;
}

.contact p {
    margin-top: 10px;
}

.contact p.contact-subtext {
    font-size: 13px;
    margin-bottom: 5px;
	font-weight: 600;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.contact p.contact-tel {
    margin-top: 30px;
}

.contact .contact-tel strong {
	color: var(--box-light-color);
    text-decoration: none;
    font-size: 1.5em;	
}
.contact .contact-tel a {
	color: var(--box-light-color);
	font-size: 2.5rem;
}

/* タブレット対応（1024px以下） */
@media (max-width: 1024px) {
	.contact:after {
		font-size: 70px;
    	bottom: -50px;
	}
}


/* スマホ対応（767px以下） */
@media (max-width: 767px) {
	.contact {
		padding: 70px 30px 45px;
		max-width: 90%;
	}
	.contact:after {
		font-size: 40px;
        bottom: -30px;
	}
	.contact h2 {
		font-size: 2em;
	}
	.contact p {
		font-size: inherit;
	}
	.contact-buttons {
		gap: 5px;
	}
	.contact-buttons .c-btn:last-of-type a {
        margin-top: 0;
    }
	.contact p.contact-subtext {
		font-size: 12px;
	}
	.contact-buttons .c-btn a {
		min-width: 100%;
		padding: 18px 18px;
	}
	.contact p.contact-tel {
		margin-top: 20px;
	}
	.contact .contact-tel strong {
		display: block;
		line-height: 1;
		font-size: 1em;
	}
	.contact .contact-tel a {
		font-size: 2rem;
	}
	
}



/* 下層ページ
---------------------------------- */

/* ビジュアルヘッダー */
.service-header {
    background: #00509e;
    padding: 40px 0;
    text-align: center;
    color: #ffffff;
}


/* サービス説明 */
.service-intro {
    padding: 40px 20px;
    text-align: center;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #192a56;
    margin-bottom: 10px;
}

.service-text {
    font-size: 16px;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
}
.results-section {
	margin-bottom: 60px;
}
.results-list {
	display: flex;
    justify-content: space-between;
}
.results-list .result-card {
	width: 48%;
}
.result-thumbnail {
	margin-bottom: 1rem;
}
.result-title {
	font-size: 1.2em;
    padding-bottom: 1rem;
}
.result-content th,.result-content td {
    border-top: var(--bg-gray) 1px solid;
    padding: 1.5em .5em;
}
.result-content th {
	width: 72px;
    text-align: left;
}


/* スマホ対応 */
@media (max-width: 767px) {
    .service-diagram {
        max-width: 300px;
    }
}


/* 会社概要 */
.gmaps {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}
.gmaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 投稿基本デザイン */
h2.wp-block-heading {
	font-size: 2.5em;
	margin-bottom: 2rem;
	color: var(--box-color);
	line-height: 1.4;
}
h3.wp-block-heading {
	font-size: 1.7em;
    margin-bottom: 2rem;
    color: var(--main-color);
}
p {
	margin-bottom: 1em;
}

ul.wp-block-list {
	margin-bottom: 1.5rem;
}
ul.wp-block-list li {
	position: relative;
    padding-left: 1.18em;
}
ul.wp-block-list li:before {
	display: block;
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: var(--box-color);
    left: 3px;
    top: 11px;
}

.wp-block-table td, .wp-block-table th {
	border: none;
	border-top: var(--bg-gray) 1px solid;
	padding: 1.5em .5em;
}
.wp-block-table th {
	text-align: left;
}

@media (max-width: 768px) {
	h2.wp-block-heading {
		font-size: 1.9em;
	}
}




/* フロー表 */

.flow {
  padding-left: 0;
  border-bottom: solid 1px var(--box-color);
}

.flow > li {
  list-style-type: none;
  display: flex;
  padding: 2em 0;
  border-top: solid 1px var(--box-color);
}

.flow > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow > li .icon {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: var(--box-hover-color);
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow > li .icon::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow > li .icon::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 5px);
  background-color: var(--box-color);
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow > li dl dd {
  margin: 0;
}

.flow > li dl {
  width: calc(100% - 70px);
}


/* 料金表 */
.tbl-price {
	text-align: center;
	font-size: 1.2em;
}
.tbl-price th {
	color: #fff;
}
	.tbl-price th:nth-of-type(1) {
		background: #cddc39;
	}
	.tbl-price th:nth-of-type(2) {
		background: #4caf50;
	}
	.tbl-price th:nth-of-type(3) {
		background: #009688;
	}
	.tbl-price th:nth-of-type(4) {
		background: #006796
	}
.tbl-price.wp-block-table thead {
	border-bottom: none;
}
.tbl-price.wp-block-table td {
	border: 1px solid #ddd;
}

@media (max-width: 767px) {
	.tbl-price {
		font-size: 1.1em;
		overflow-x: auto;
	    width: calc(100% + 38px);
	    margin-left: -19px;
	}
	.tbl-price.wp-block-table .has-fixed-layout {
		min-width: 500px;
	    margin: 0 19px;
	}
}


/* よくある質問 */
.qa-list dt {
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-list dt::before,
.qa-list dd::before {
    margin-right: .4em;
}

.qa-list dt::before {
    content: "Q.";
    color: var(--ttl-bg-color);
}

.qa-list dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background: var(--bg-gray);
}

.qa-list dd::before {
    content: "A.";
    color: var(--font-darkred);
    font-weight: bold;
    font-size: 1.1em;
}


/* フォーム
---------------------------------- */
.form_tel_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 64px 0 66px;
	text-align: left;
	background: var(--bg-gray);
}
.form_tel_wrap_ttl {
font-size: 2rem;
    margin-bottom: 0;
    padding-right: 100px;
}
.contact-tel {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 0;
}
.contact-tel strong {
    font-size: 2.5rem;
    line-height: 1.1;
    display: block;
	color: var(--box-color);
}

.mw_wp_form {
	width: 85%;
    margin: 100px auto 0;
}

.mw_wp_form table th {
    text-align: left;
    font-size: 1.2em;
    padding: 0 0 2em;
    vertical-align: top;
	width: 300px;
}

.mw_wp_form table th .cau {
	color: #fff;
    background: var(--box-hover-color);
    font-size: .9rem;
    padding: 2px 15px;
    border-radius: 15px;
    margin-left: 5px;
}
.mw_wp_form table th .any {
    border-radius: 15px;
    font-size: .9rem;
    padding: 2px 15px;
	border: var(--box-hover-color) 2px solid;
	color: var(--box-hover-color);
	margin-left: 5px;
}

.mw_wp_form table td {
    font-size: 1.1em;
    padding: 0 0 2em;
}

.mw_wp_form input[type="text"], .mw_wp_form input[type="email"], .mw_wp_form textarea {
	background-color: var(--bg-gray);
    border: 0 solid transparent;
    font-size: 1.05rem;
    padding: 1.2em;
	width: 100%;
}

form p.ac a {
	color: var(--main-hover-color);
	text-decoration: underline;
}
form p.ac a:hover {
	text-decoration: none;
}
.contact_btn button:hover {
	cursor: pointer;
}

@media (max-width: 1080px) {
	.form_tel_wrap_ttl {
		font-size: 1.5rem;
	}
	.contact-tel strong {
		font-size: 2.2rem;
	}
	.mw_wp_form table th, .mw_wp_form table td {
		width: 100%;
		display: block;
	}
	.mw_wp_form table th {
		padding: 1.5em 0 1em;
	}
	.mw_wp_form table td {
		border-bottom: var(--bg-gray) 1px solid;
	}
}

@media (max-width: 767px) {
	.form_tel_wrap {
		padding: 30px 1.5em;
	}
	.form_tel_wrap_ttl {
        font-size: 1.2rem;
        padding: 0 0 .5rem;
    }
    .contact-tel {
	    font-size: .8rem
	}
    .contact-tel strong {
        font-size: 1.8rem;
    }
    .mw_wp_form {
	    width: 95%;
	    margin: 30px auto 0;
	}
}


/* 投稿ページ
---------------------------------- */

/* お知らせ */
.singles_ttl_ul {
	display: flex;
	font-size: .8em;
	line-height: 1;
}
.blog_tag {
	background: #fff;
    border-radius: 15px;
    padding: 2px 2em;
	color: var(--main-hover-color);
}
.single_info{
	margin-left: 2em;
    color: #fff;
    padding: 2px 0;
}
.sec_page_btit.singles_title h1 {
	font-size: 2em;
    line-height: 1.2;
    padding-top: 2rem;
}

.singles_main {
  float: left;
  width: 72.7%;
}

.single_thumb {
	text-align: center;
}

/* 実績紹介 */
.works .singles_main,
.works .singles_side{
	width: 100%;
	float: none;
}
.works .single_thumb {
	margin-bottom: 8%;	
}

.works .single_clms h2.wp-block-heading {
	font-size: 2rem;
}
.works .single_clms h3.wp-block-heading {
	font-size: 1.5rem;
	margin-bottom: .6em;
	padding-bottom: 0;
}
.works .single_clms h3.wp-block-heading:before {
	position: initial;
	display: none;
}

.single_more_ttl {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.single_more_ttl .c-btn a {
	min-width: auto;
}

/* ブログ一覧 */
.blog-category-filter {
    margin-bottom: 30px;
    text-align: center;
}

.blog-category-filter ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 15px;
    flex-wrap: wrap;
}

.blog-category-filter li a {
    text-decoration: none;
    color: #00509e;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid #00509e;
    transition: 0.3s;
}

.blog-category-filter li a:hover {
    background: #00509e;
    color: #fff;
}



/* 本文 */
.single_clms h2.wp-block-heading,
.single_more_ttl h3 {
	border-bottom: 1px solid var(--main-color);
	font-size: 2.1rem;
    padding-bottom: 12px;
    margin-bottom: 1em;
}
.single_clms  p + h2.wp-block-heading {
    margin-top: 2em;
}
.single_clms h3.wp-block-heading {
	font-size: 1.7rem;
    padding-bottom: 15px;
    margin-bottom: .9em;
    position: relative;
    line-height: 1.4;
}
.single_clms h3.wp-block-heading:before {
	display: block;
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    background-color: var(--main-color);
    left: 0;
    bottom: 0;
}
.single_clms h4.wp-block-heading {
	font-size: 1.3rem;
}
.single_clms  p + h3.wp-block-heading {
    margin-top: 1.3em;
}
.single_clms p + h2, .single_clms ul + h2 {
	margin-top: 2em;
}
.single_clms p + h3, .single_clms ul + h3 {
	margin-top: 1.6em;
}

dl.wp-block-simple-definition-list-blocks-list dt {
	font-weight: bold;
	font-size: 1.2em;
}

@media (max-width: 767px) {
	.works .single_clms h2.wp-block-heading {
		font-size: 1.6rem;
		margin-bottom: .5em;
	}
	.works .single_clms h3.wp-block-heading, .single_clms h3.wp-block-heading {
    	font-size: 1.3rem;
    }
    
    .single_clms h2.wp-block-heading, .single_more_ttl h3, .single_clms p + h2.wp-block-heading {
    	font-size: 1.75rem;
    	padding-bottom: 7px;
    }
    .singles_main, .singles_side {
    	width: 100%;
    	float: none;
    }
}



/* 関連記事 */
.single_more {
  margin-top: 125px;
    padding: 70px 0 0;
  border-top: 1px solid var(--bg-gray);
}

.single_more .post_lists {
	margin-top: 2rem;
}
.single_more .post_lists a {
	color: #333;
}
.single_more .post_lists:hover h3 {
  text-decoration: underline;
	color: var(--main-orange);
}

.single_more_tit {
  padding-bottom: 40px;
}

.single_more_tit h3 {
  font-size: 160%;
  color: #8a64ac;
}

/* サイドメニュー */
.singles_side {
  float: right;
  width: 22.7%;
}
 
.singles_side_list h3, .singles_side_list .widgettitle {
    font-size: 1.5rem;
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}
.yearArchiveList {
	margin-bottom: 1rem;
}

.yearArchiveList .year:before,
.yearArchiveList .singleList a:before,
.singles_side .cat-item a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.yearArchiveList .year:hover:before,
.yearArchiveList .singleList a:hover:before {
	border-right: 1px solid #f37302;
    border-bottom: 1px solid #f37302;
}

.yearArchiveList .year:before {
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.yearArchiveList .year {
	position: relative;
    display: block;
	margin: 0;
	padding: 8px 0;
	cursor: pointer;
}
.yearArchiveList .singleList a,
.singles_side .cat-item a {
	padding: 15px 1em;
	position: relative;
    display: block;
	text-decoration: none;
}
.yearArchiveList .year:hover,
.yearArchiveList .singleList a:hover {
	color: var(--main-color);
}
.eachYear {
	display: none;
}

.singles_side .cat-item a {
	text-decoration: none;
	border-bottom: 1px solid var(--box-color);
}
.singles_side .cat-item:first-of-type a {
	border-top: 1px solid var(--box-color);
}
.singles_side .cat-item a:hover {
	color: var(--main-color);
}

.zoho_table th {
    width: 30%;
}

/*--- ボタンスマホ修正 ---*/
@media (max-width: 768px) {
    body .is-layout-flex {
        display: block;
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
        width: calc(100% - var(--wp--style--block-gap, .5em) * .5);
        margin-top: 10px;
    }
}

/* --- アーカイブ開閉式CSS (Font Awesome版) --- */
.sidebar .archive-year .year-toggle {
    display: block;
    position: relative;
    padding: 15px 1em 15px 0.7em;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

.sidebar .archive-year .year-toggle:hover {
    background-color: #f0f0f0;
}

.sidebar .archive-year .year-toggle .fa {
    margin-right: 3px;
    width: 1em; 
    text-align: center;
    transition: transform 0.2s ease-in-out;
}

.sidebar .archive-year.open .year-toggle .fa {
    transform: rotate(90deg);
}

.sidebar .archive-months {
    list-style: none; /* list-style-typeを使うので念のためnoneに */
    margin: 0;
    padding: 5px 0 10px 30px;
}

.sidebar .archive-months li {
    list-style-type: '・';
    padding-left: 5px; /* 「・」とテキストの間隔調整 */
}

.sidebar .archive-months li a {
    display: block;
    padding: 3px 0;
}

.sidebar h2 {
    font-size: 20px;
    padding-bottom: 5px;
}

.news_list {
    padding-top: 40px;
}

.news_list h2{
    border-bottom: 1px solid var(--box-color);
}

.news_list span,
.news_list i {
    color: var(--box-color);
}

.works_sidebar {
    margin-top: 80px;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: var(--box-color);
    background: var(--box-color);
    color: var(--white);
}

@media (max-width: 768px) {
    .singles_side {
        width: 100%;
        margin-top: 70px;
    }
    .works_sidebar {
        margin-top: 0;
    }
    .sub-menu {
        border-top: solid 1px var(--box-hover-color);
    }
}