@charset "utf-8";
/*
Theme Name: theme2025
*/
/******************************************************
common
******************************************************/
html {
    height: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
	overflow-x: clip;
}
body {
    height: 100%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.7;
    font-size: 16px;
    background-color: #F2F2F2;
    color: #1E1E1E;
}
#page {
    position: relative;
    height: 100%;
}
header {
    width: 100%;
	background-color: rgba(242, 242, 242, .5);;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
*, *::before, *::after { box-sizing: border-box; }
#content {
    padding-top: 50px;
    text-align: justify;
}
.content_area {
    padding-right: 20px;
    padding-left: 20px;
}
header .main_head_inner,
#breadcrumbs,
#main_footer .main_footer_inner,
.content_area {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
}
.bg_full {
	position: relative;
	isolation: isolate;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px;
}
.bg_full::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
  	left:  calc(50% - 50vw);
  	right: calc(50% - 50vw);
	z-index: -1;
	pointer-events: none;
	background: rgba(242,242,242,.1);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
@supports (width: 100dvw) {
  .bg_full::before{
    left:  calc(50% - 50dvw);
    right: calc(50% - 50dvw);
  }
}
.sec_wrap{
	padding-top: 60px;
	padding-bottom: 60px;
}
.sec_wrap p{
	padding-bottom: 10px;
}
.sec_title{
    font-size: 16px;
    padding-bottom: 55px;
    font-weight: 700;
	overflow-x: hidden;
}
.sec_title .en{
	font-size: 32px;
	letter-spacing: 1px;
	display: block;
	color: #F2F2F2;
	text-stroke: 1px #1E1E1E;
	-webkit-text-stroke: 1px #1E1E1E;
}
.sec_title .jp{
	display: flex;
	align-items: center;
	position: relative;
}
.sec_title .jp span{
	display: block;
	background-color: #F2F2F2;
    position: relative;
    z-index: 1;
	padding-right: 10px;
}
.sec_title .jp::after{
	content: "";
	display: inline-block;
	background-color: #1E1E1E;
	height: 1px;
	width: 100%;
	position: absolute;
}
.sec_copy{
	margin-bottom: 50px;
}
.sec_copy h3{
	margin-bottom: 20px;
}
.sec_copy h3 .en{
	font-size: 12px;
	display: block;
	letter-spacing: 1px;
	padding-bottom: 5px;
	font-weight: 700;
}
.sec_copy h3 .jp{
	font-size: 26px;
	background-color: #FFFFFF;
	font-weight: 700;
	line-height: 1.7;
}
img {
    width: 100%;
}
a {
    color: #1E1E1E;
}
a:hover {
    color: #666666;
}
p {
    line-height: 1.7;
    font-size: 16px;
}
.pc_dis,
.tab_dis {
    display: none;
}
#pc_txt_design{
	display: none;
}
.to_link_center{
	text-align: center;	
}
@media print,
screen and (min-width:700px) {
    body {
        font-size: 18px;
    }
    .sp_dis {
        display: none;
    }
    .tab_dis {
        display: block;
    }
	.sec_wrap{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.sec_copy{
		margin-bottom: 70px;
	}
	.sec_wrap p{
		padding-bottom: 15px;
	}
	.page_title{
		padding-bottom: 70px;
	}
	.page_title .en{
		font-size: 54px;
	}
	.sec_title .jp span{
		font-size: 20px;
	}
	.sec_copy h3 .en {
		font-size: 15px;
	}
	.sec_copy h3 .jp {
		font-size: 36px;
		padding: 0 10px;
	}
}
@media print,
screen and (min-width:1000px) {
    body {
        font-size: 18px;
		letter-spacing: 1px;
    }
    .pc_dis {
        display: block;
    }
    p {
        font-size: 18px;
    }
    #content {
        padding-top: 80px;
    }
	.sec_copy{
		margin-bottom: 80px;
	}
	.sec_title{
		padding-bottom: 90px;
	}
	.sec_title .en{
		font-size: 64px;
	}
	.sec_title .jp span{
		font-size: 28px;
	}
	.sec_copy h3 .en {
		font-size: 20px;
	}
	.sec_copy h3 .jp {
		font-size: 44px;
	}
}
@media print,
screen and (min-width:1200px) {
	#pc_txt_design{
		display: flex;
		align-items: center;
		position: fixed;
		right: 0;
		top: 40%;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		font-size: 13px;
		letter-spacing: 3px;
		font-weight: 500;
		width: 50px;
	}
	#pc_txt_design span{
		
	}
	#pc_txt_design span::after{
		content: "";
		display: inline-block;
		width: 1px;
		height: 25px;
		background-color: #1E1E1E;
		margin: 7px 0;
		line-height: 1;
		margin-right: 2px;
	}
	#pc_txt_design span:last-child::after{
		display: none;
	}
}
/****** #breadcrumbs *******/
#breadcrumbs{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
#breadcrumbs .breadcrumbs_in{
	font-size: 10px;
	padding: 40px 20px;
}
#breadcrumbs a{
}
@media print,
screen and (min-width:700px) {
	#breadcrumbs{
		font-size: 12px;
	}
}
@media print,
screen and (min-width:1180px) {
	#breadcrumbs .breadcrumbs_in{
		padding: 40px;
	}
}
/***** page_top *****/
#page_top {
    position: fixed;
    background-color: #1E1E1E;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_top a {
    display: block;
    color: #fff;
    font-size: 12px;
}

/*********** ラインアニメーション ******************/
#mv_line_wrap {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
}
.mv-lines {
    position: relative;
    left: 50%;
    width: 350vw;
    transform: translateX(-50%);
    height: auto;
    display: block;
}
.mv-lines .line {
    stroke-width: 1;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
    animation: drawLTR 7s ease forwards;
    will-change: stroke-dashoffset;
}
.mv-lines .line--2 {
    animation-delay: 1.5s;
}
.mv-lines .line--1 {
    animation-delay: 1.8s;
}
@keyframes drawLTR {
    to {
        stroke-dashoffset: 0;
    }
}
@media (min-width:600px) {
    #mv_line_wrap {
        bottom: 25vh;
    }
    .mv-lines {
        width: 200vw;
    }
	.mv-lines .line {
    	animation: drawLTR 5s ease forwards;
	}
	.mv-lines .line--2 {
		animation-delay: 2s;
	}
	.mv-lines .line--1 {
		animation-delay: 2.5s;
	}
}
@media (min-width:800px) {
    #mv_line_wrap {
        bottom: 25vh;
    }
    .mv-lines {
        width: 150vw;
    }
	.mv-lines .line {
    	animation: drawLTR 3.5s ease forwards;
	}
	.mv-lines .line--2 {
		animation-delay: 2s;
	}
	.mv-lines .line--1 {
		animation-delay: 2.5s;
	}
}
@media (min-width:1000px) {
    #mv_line_wrap {
        bottom: 15vh;
    }
    .mv-lines {
        width: 120vw;
    }
	.mv-lines .line {
    	animation: drawLTR 2.5s ease forwards;
	}
	.mv-lines .line--2 {
		animation-delay: 2s;
	}
	.mv-lines .line--1 {
		animation-delay: 2.5s;
	}
}
@media (min-width:1200px) {
    #mv_line_wrap {
        bottom: 7vh;
    }
    .mv-lines {
        width: 120vw;
    }
	.mv-lines .line {
    	animation: drawLTR 3s ease forwards;
	}
	.mv-lines .line--2 {
		animation-delay: 2s;
	}
	.mv-lines .line--1 {
		animation-delay: 2.5s;
	}
}
/******************************************************
header.php
******************************************************/
#main_head {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 2;
}
#site_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-left: 10px;
    height: 50px;
}
#site_nav .logo .site_title {
    padding: 5px 0;
}
#site_nav .logo .site_title a{
	display: flex;
	width: 130px;
}
.main_navi_menu {
    display: none;
}
#global_nav {
    display: flex;
	align-items: center;
}
#global_nav li a {
    color: #1E1E1E;
	letter-spacing: 1px;
	text-decoration: none;
}
#global_nav .contact a {
    padding: 7px 40px 7px 15px;
    border-radius: 50px;
    position: relative;
    color: #FFFFFF;
	background-color: #1E1E1E;
    font-size: 15px;
    display: inline-block;
}
#global_nav .contact a::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 13px;
    height: 1px;
    background: #FFFFFF;
    transform: translateY(-50%);
    transition: all 0.5s 0s ease;
}
#global_nav .contact a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s 0s ease;
}
#global_nav .contact a:hover {
    color: #FFFFFF;
}
#global_nav .contact a:hover::before {
    transform: translate(7px, -50%);
}
#global_nav .contact a:hover::after {
    transform: translate(7px, -50%) rotate(45deg);
}

@media print, screen and (min-width:1180px) {
  /* =========================
     Header layout
  ========================== */
	#site_nav {
		padding: 0;
		height: 80px;
	}
	#site_nav .logo .site_title a {
		width: 170px;
	}
	.main_navi_menu {
		display: block;
		font-size: 15px;
	}
	#global_nav li:not(.contact) a:hover {
		background: linear-gradient(90deg, #6BA878, #6FA6D3);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
	}
  /* =========================
     Global nav (top level)
  ========================== */
  #global_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #global_nav > li {
    position: relative;
    padding-left: 25px;
  }
  /* CTA button hover */
  #global_nav .contact a:hover,
	#footer_cta .link_btn03:hover{
    background: linear-gradient(90deg, #6BA878, #6FA6D3);
  }
  /* =========================
     Sub menu (dropdown)
  ========================== */
  #global_nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    padding: 8px 0;
    list-style: none;
    white-space: nowrap;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    pointer-events: none;
    z-index: 1000;
	  padding-right: 30px;
  }
  #global_nav .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
  }
  #global_nav li:hover > .sub-menu,
  #global_nav li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(8px);
    pointer-events: auto;
  }
  /* =========================
     Sub menu links
  ========================== */
  #global_nav .sub-menu a {
    position: relative;
    display: block;
    padding: 7px 0 7px 25px;
    line-height: 1.4;
    color: #1E1E1E;
  }
  #global_nav .sub-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    opacity: .7;
  }
  #global_nav .menu-item-has-children > a {
    position: relative;
    padding-right: 16px;
  }
  #global_nav .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    opacity: .7;
  }
}

/************* resp_nav *************/
/* 開閉ボタン */
#resp_nav_btn{
  position: relative;
  width: 60px;
  height: 44px;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 10001;
}
#resp_nav_btn span{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
#resp_nav_btn span::before,
#resp_nav_btn span::after{
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: #1E1E1E;
  transition: transform .35s ease;
}
#resp_nav_btn span::before{ top: -14px; }
#resp_nav_btn span::after { top:  14px; }
#resp_nav_btn span::before{ transform-origin: left 50%; }
#resp_nav_btn span::after { transform-origin: left 50%; }
#resp_nav_btn.open span::before{ transform: rotate(27deg); }
#resp_nav_btn.open span::after { transform: rotate(-27deg); }
#resp_nav_btn .label{
  	position: absolute;
  	left: 0; right: 0;
  	top: 50%;
  	transform: translateY(-50%);
  	font-size: 13px;
  	text-align: center;
  	color: #1E1E1E;
  	pointer-events: none;
  	transition: opacity .35s ease;
	letter-spacing: 2px;
}
#resp_nav_btn.open .label{ opacity: 0; }
#resp_nav_btn:focus-visible{
  outline: 1px solid #6FA6D3;
  outline-offset: 1px;
}
@media print,
screen and (min-width:1180px) {}
/***** menu *****/
#resp_nav_menu {
    z-index: 100;
    position: fixed;
    width: calc(100% - 1px);
    height: 100vh;
    right: -100%;
    background-color: #F2F2F2;
    padding: 70px 0;
    transition: all 0.5s;
	font-size: 15px;
	border-left: 1px solid #1E1E1E;
	top: 0;
}
#resp_nav_menu a {
    display: block;
    color: #1E1E1E;
    text-decoration: none;
    padding: 15px 30px 10px 30px;
}
#resp_nav_menu .sub-menu a{
	padding: 7px 0 7px 45px;
	position: relative;
}
#resp_nav_menu .sub-menu a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    opacity: .7;
}
#resp_nav_menu.open {
	top: 0;
    right: 0;
	width: 100%;
}
@media print,
screen and (min-width:700px) {
	#resp_nav_menu {
		top: 0;
		max-width: 400px;
	}
}
@media print,
screen and (min-width:1180px) {
    #resp_nav_btn {
        display: none;
    }
}
/******************************************************
footer.php
******************************************************/
#footer_cta{
	background-color: #FFFFFF;
}
#footer_cta .cta_inn{
	max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
	padding: 40px 20px;
	text-align: center;
}
#footer_cta .cta_inn h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
#footer_cta .cta_inn p{
	margin-bottom: 20px;
}
#footer_cta .cta_inn .to_faq{
	display: block;
	margin-bottom: 20px;
}
#main_footer {
    position: sticky;
    top: 100vh;
    width: 100%;
    background-color: #676767;
	color: #FFFFFF;
}
.main_footer_inner {
    padding: 20px;
}
#main_footer small{
	font-size: 12px;
}
#footer_nav{
	margin-bottom: 20px;
}
#footer_nav li a{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
#footer_nav .sub-menu a{
	position: relative;
	padding-left: 13px;
}
#footer_nav .sub-menu a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	transform: translateY(-50%) rotate(-45deg);
	opacity: .7;
    }
#footer_contact {
    z-index: 99;
    position: fixed;
    bottom: 0;
    text-align: center;
    right: 0;
}
#footer_contact .f_contact {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    text-decoration: none;
    background-color: #1E1E1E;
    border-width: 2px;
    border-radius: 15px 0 0 0;
}
#footer_contact img {
    width: 25px;
    padding-right: 7px;
}
.f_recaptcha {
    font-size: 10px;
    line-height: 1.5;
    padding-top: 20px;
	color: #c5c5c5;
}
.f_recaptcha a{
	color: #c5c5c5;
}
@media print,
screen and (min-width:700px) {
	#footer_cta .cta_inn {
		padding: 60px 20px;
	}
	#footer_cta .cta_inn h3{
		font-size: 24px;
	}
    #footer_contact {
        display: none;
    }
	#footer_nav{
		display: flex;
        max-height: 150px;
        flex-wrap: wrap;
        flex-direction: column;
        width: 500px;
	}
	#footer_nav li{
		padding-right: 50px;
	}
	#footer_nav .sub-menu li{
		padding-right: 0;
	}
}
@media print,
screen and (min-width:1000px) {
	#footer_nav li{
		padding-right: 70px;
	}
}
/******************************************************
sidebar
******************************************************/
#secondary ul,
#secondary ol,
#secondary li {
    list-style: none;
}
@media print,
screen and (min-width:720px) {}
/******************************************************
ALL button
******************************************************/
/******** link_btn01 ********/
.link_btn01 {
    text-decoration: none;
    position: relative;
    padding-right: 25px;
    display: flex;
    justify-content: flex-end;
}
.link_btn01::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 13px;
    height: 1px;
    background: #1E1E1E;
}
.link_btn01::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #1E1E1E;
    border-right: 1px solid #1E1E1E;
    transform: rotate(45deg);
}
/******** link_btn02 ********/
.link_btn02 {
    text-decoration: none;
    border: 1px solid #1E1E1E;
	background-color: #F2F2F2;
    padding: 7px 40px 7px 15px;
    border-radius: 50px;
    position: relative;
    color: #1E1E1E;
    font-size: 15px;
    display: inline-block;
}
.link_btn02::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 13px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
    transition: all 0.5s 0s ease;
}
.link_btn02::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s 0s ease;
}
.link_btn02:hover {
    color: #1E1E1E;
}
.link_btn02:hover::before {
    transform: translate(7px, -50%);
}
.link_btn02:hover::after {
    transform: translate(7px, -50%) rotate(45deg);
}
@media print,
screen and (min-width:750px) {
    .link_btn02 {
        font-size: 16px;
    }
}
/******** link_btn03_black ********/
.link_btn03 {
	text-decoration: none;
    padding: 7px 40px 7px 15px;
    border-radius: 50px;
    position: relative;
    color: #FFFFFF;
	background-color: #1E1E1E;
    font-size: 15px;
    display: inline-block;
}
.link_btn03::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 13px;
    height: 1px;
    background: #FFFFFF;
    transform: translateY(-50%);
    transition: all 0.5s 0s ease;
}
.link_btn03::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s 0s ease;
}
.link_btn03:hover {
    color: #FFFFFF;
}
.link_btn03:hover::before {
    transform: translate(7px, -50%);
}
.link_btn03:hover::after {
    transform: translate(7px, -50%) rotate(45deg);
}
@media print,
screen and (min-width:750px) {
    .link_btn03 {
        font-size: 16px;
    }
}
/******************************************************
front-page.php
******************************************************/
/********** mv ***********/
#mv {
    height: calc(100vh - 50px);
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
	justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
@supports (height: 100svh) {
  #mv { height: calc(100svh - 50px); }
}
.mv_copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 8vh;
}
h2.sub_copy {
    font-size: 5vw;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
h2.main_copy {
    font-size: 7.2vw;
    font-weight: 700;
    padding-bottom: 30px;
    letter-spacing: 1px;
    line-height: 1.7;
}
h2.main_copy span {
    display: inline;
    padding: 0 5px;
    background: linear-gradient(#fff 0 0) left / 0% 100% no-repeat;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    animation: highlight .5s ease forwards;
}
/* 1行目：すぐに開始 */
h2.main_copy .line1 {
    animation-delay: 1s;
}
/* 2行目：少し遅れて開始 */
h2.main_copy .line2 {
    animation-delay: 1.5s;
    /* ←調整可能 */
}
@keyframes highlight {
    from {
        background-size: 0% 100%;
    }
    to {
        background-size: 100% 100%;
    }
}
.text_msg {
    padding-bottom: 30px;
}
@media print,
screen and (min-width:600px) {
    .text_msg .sp_dis {
        display: none;
    }
}
@media print,
screen and (min-width:750px) {
	.mv_copy{
		margin-bottom: 15vh;
	}
    h2.sub_copy {
        font-size: 4vw;
        padding-bottom: 30px;
    }
    h2.main_copy {
        font-size: 6vw;
        padding-bottom: 30px;
    }
    .text_msg {
        font-size: 20px;
        line-height: 1.8;
        padding-bottom: 50px;
    }
}
@media print,
screen and (min-width:1000px) {
    #mv {
        height: calc(100vh - 80px);
		justify-content: space-between;
    }
    .mv_copy {
        height: 80%;
        padding-right: 20px;
        padding-left: 20px;
		margin-bottom: 0;
    }
    h2.sub_copy {
        font-size: 40px;
        padding-bottom: 10px;
    }
    h2.main_copy {
        font-size: 70px;
        padding-bottom: 40px;
    }
    .text_msg {
        font-size: 20px;
        line-height: 1.8;
        padding-bottom: 50px;
    }
}
/********** news ***********/
.news {
	padding-bottom: 30px;
}
.news_in {
    border-top: 1px solid #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
    display: flex;
    align-items: center;
    padding: 10px 0;
	background-color: #F2F2F2;
}
.news h2 {
    padding: 10px;
}
.news .dtl {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    border-left: 1px solid #1E1E1E;
}
.news_ttl {
    line-height: 1.2;
    padding-bottom: 6px;
	font-size: 15px;
}
.news_ttl a{
    text-decoration: none;
}
.news_ttl span {
    display: block;
    padding-bottom: 4px;
    font-size: 13px;
}
.news_archives_link {
    font-size: 13px;
    padding-right: 20px;
}
@media print,
screen and (min-width:720px) {
    .news {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .news_in {
        width: 650px;
		padding: 15px 0;
    }
    .news .dtl {
        width: 100%;
        padding: 0 10px;
        font-size: 16px;
    }
    .news_ttl {
        padding-bottom: 10px;
        font-size: 16px;
    }
    .news_ttl span {
        padding-bottom: 5px;
        font-size: 14px;
    }
    .news_archives_link {
        font-size: 15px;
    }
}
@media print,
screen and (min-width:1000px) {
    .news {
        height: 20%;
    }
}
/*** worries ***/
#worries{
	border: 1px solid #1E1E1E;
	padding: 20px;
	background-color: #F2F2F2;
	margin-bottom: 50px;
	margin-top: 30px;
}
#worries h2{
	font-size: 20px;
	text-align: center;
	padding-bottom: 15px;
	font-weight: 700;
}
#worries ul{
}
#worries ul li{
	display: flex;
	flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
	line-height: 1.3;
	font-size: 15px;
}
#worries ul li::before{
	content: "●";
	display: inline-block;
	padding-right: 5px;
	font-size: 10px;
}
@media print,
screen and (min-width:700px) {
	#worries{
		margin-bottom: 80px;
		margin-top: 60px;
	}
	#worries ul{
		display: flex;
		flex-wrap: wrap;
	}
	#worries ul li{
		width: 50%;
	}
	#worries ul li::before{
	}
}
@media print,
screen and (min-width:900px) {
	#worries {
		padding: 30px;
		margin-bottom: 90px;
	}
	#worries h2{
		font-size: 26px;
		padding-bottom: 30px;
	}
	#worries ul li{
		font-size: 18px;
		padding-bottom: 17px;
	}
}
@media print,
screen and (min-width:1000px) {
	#worries {
		padding: 40px 70px;
		margin-top: 100px;
		margin-bottom: 80px;
	}
	#worries h2{
		font-size: 30px;
		padding-bottom: 40px;
	}
	#worries ul li{
		font-size: 20px;
		padding-bottom: 20px;
	}
}
/*** reason ***/
.reason_dtl {
	display: flex;
	flex-direction: column;
}
.reason_dtl .box_item{
    border-top: 1px solid #1E1E1E;
	padding: 20px 0;
}
.reason_dtl .box_item:last-child{
	border-bottom: 1px solid #1E1E1E;
}
.reason_dtl .box_item h3{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	font-size: 19px;
	padding-bottom: 10px;
	line-height: 1.3;
}
.reason_dtl .box_item img{
	width: 40px;
	padding-bottom: 10px;
}
.reason_dtl .box_item p{
	padding-bottom: 0;
}

@media print,
screen and (min-width:700px) {
	.reason_dtl {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.reason_dtl .box_item{
		width: calc(50% - 20px);
		padding: 30px 0;
	}
	.reason_dtl .box_item:last-child{
		width: 100%;
	}
	.reason_dtl .box_item .tab_dis{
		display: inline-block;
	}
	.reason_dtl .box_item h3{
		font-size: 21px;
	}
	.reason_dtl .box_item img{
		width: 40px;
		padding-bottom: 15px;
	}
}
@media print,
screen and (min-width:1000px) {
	.reason_dtl .box_item{
		width: calc(50% - 70px);
		padding: 40px 20px;
	}
	.reason_dtl .box_item h3{
		font-size: 24px;
		flex-direction: row;
	}
	.reason_dtl .box_item img{
		width: 40px;
		padding: 0 10px 0 0;
	}
}
/*** service ***/
.service_dtl{
}
.service_dtl .box_item{
	margin-bottom: 20px;
	text-align: center;
    padding: 20px 0;
}
.service_dtl .box_item:last-child{
	margin-bottom: 0;
}
.service_dtl .box_item h3{
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}
.service_dtl .box_item h3 .jp{
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1E1E1E;
	display: block;
    width: 100%;
}
.service_dtl .box_item h3 .nmb{
	background-color: #1E1E1E;
	display: inline-block;
	line-height: 1;
	color: #FFFFFF;
	font-size: 22px;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
    align-items: center;
	margin-bottom: 10px;
}
.service_dtl .box_item h3 a{
	text-decoration: none;
	margin-left: 0;
}
.service_dtl .box_item h3 a:hover{
	background: linear-gradient(90deg, #6BA878, #6FA6D3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service_dtl .box_item p{
	padding-bottom: 20px;
	text-align: justify;
}
.service_dtl .box_item .exp{
	font-size: 15px;
	display: block;
	padding-top: 10px;
}
@media print,
screen and (min-width:700px) {
	.service_dtl .box_item{
		text-align: justify;
	}
	.service_dtl .box_item h3{
		flex-direction: row;
	}
	.service_dtl .box_item h3 .nmb{
		margin: 0 15px 0 0;
	}
	.service_dtl .box_item h3 .jp{
		font-size: 24px;
		padding-bottom: 3px;
		width: auto;
	}
	.service_dtl .box_item p,
	.service_dtl .box_item a{
		margin-left: 65px;
	}
	
}
@media print,
screen and (min-width:1000px) {
	.service_dtl .box_item h3 .nmb{
		font-size: 26px;
	}
	.service_dtl .box_item h3 .jp{
		font-size: 34px;
	}
}
/*** voice ***/
.voice_dtl {
	display: grid;
	grid-template-columns: 1fr;  /* 1列 */
	gap: 30px;
}
.voice_dtl .box_item{
	background-color: rgb(255 255 255 / 35%);
	padding: 20px;
	margin-bottom: 30px;
	backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
	display: flex;
	flex-direction: column;
	margin: 0;
	background-color: rgb(255 255 255 / 35%);
	padding: 20px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.voice_dtl .box_item:last-child{
	margin-bottom: 0;
}
.voice_dtl .box_item .ttl{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}
.voice_dtl .box_item .ttl img{
	width: 80px;
	margin-bottom: 10px;
}
.voice_dtl .box_item .ttl span{
	display: block;
	font-weight: 500;
	font-size: 15px;
	padding-top :5px;
}
@media print,
screen and (min-width:700px) {
	.voice_dtl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
	}
}
@media print,
screen and (min-width:1000px) {

}
/*** works ***/
#works{
	padding-bottom: 40px;
}
.works_dtl{
	display: flex;
	flex-direction: column;
}
.works_dtl .box_item{
	margin-bottom: 30px;
	font-size: 15px;
}
.works_dtl .box_item .post_img{
	display: block;
	margin-bottom: 5px;
}
.works_dtl .box_item img{
	width: 100%;
	height: auto;
}
.works_dtl .box_item a{
    text-decoration: none;
}
@media print,
screen and (min-width:700px) {
	#works{
		padding-bottom: 30px;
	}
	.works_dtl{
		flex-direction: row;
		justify-content: space-between;
	}
	.works_dtl .box_item{
		width: calc((100% - 60px)/3);
	}
}
@media print,
screen and (min-width:1000px) {

}
/*** blog ***/
#blog{
	padding-bottom: 120px;
}
.blog_dtl{
	display: flex;
	flex-direction: column;
}
.blog_dtl .box_item{
	margin-bottom: 30px;
	font-size: 15px;
}
.blog_dtl .box_item .post_img{
	display: block;
	margin-bottom: 5px;
}
.blog_dtl .box_item img{
	width: 100%;
	height: auto;
}
.blog_dtl .box_item .name span{
	font-size: 13px;
	display: block;
}
.blog_dtl .box_item a{
    text-decoration: none;
}
@media print,
screen and (min-width:700px) {
	#blog{
		padding-bottom: 100px;
	}
	.blog_dtl{
		flex-direction: row;
		justify-content: space-between;
	}
	.blog_dtl .box_item{
		width: calc((100% - 60px)/3);
	}
	#blog{
		padding-bottom: 150px;
	}
}
@media print,
screen and (min-width:1000px) {
	#blog{
		padding-bottom: 200px;
	}
}
/******************************************************
固定ページ_common
******************************************************/
/* page_title */
.page_title{
    font-size: 16px;
    padding-bottom: 90px;
    font-weight: 700;
	overflow-x: hidden;
}
.page_title:first-child{
	padding-bottom: 60px;
}
.page_title .en{
	font-size: 32px;
	letter-spacing: 1px;
	display: block;
	color: #F2F2F2;
	text-stroke: 1px #1E1E1E;
	-webkit-text-stroke: 1px #1E1E1E;
}
.page_title .jp{
	display: flex;
	align-items: center;
	position: relative;
}
.page_title .jp span{
	display: block;
	background-color: #F2F2F2;
    position: relative;
    z-index: 1;
	padding-right: 10px;
}
.page_title .jp::after{
	content: "";
	display: inline-block;
	background-color: #1E1E1E;
	height: 1px;
	width: 100%;
	position: absolute;
}
@media print,
screen and (min-width:700px) {
	.page_title{
		padding-bottom: 110px;
	}
	.page_title:first-child{
		padding-bottom: 80px;
	}
	.page_title .en{
		font-size: 54px;
	}
	.page_title .jp span{
		font-size: 20px;
	}
}
@media print,
screen and (min-width:1000px) {
	.page_title{
		padding-bottom: 150px;
	}
	.page_title:first-child{
		padding-bottom: 120px;
	}
	.page_title .en{
		font-size: 64px;
	}
	.page_title .jp span{
		font-size: 28px;
	}
	.page_sec_ttl{
		font-size: 32px;
		margin-bottom: 80px;
	}
}
/* page_sec */
.page_sec{
	margin-bottom: 90px;
}
.page_sec_ttl{
	margin-bottom: 20px;
}
.page_sec_ttl .en{
	font-size: 12px;
	display: block;
	letter-spacing: 1px;
	padding-bottom: 5px;
	font-weight: 700;
}
.page_sec_ttl .jp{
	font-size: 26px;
	background-color: #FFFFFF;
	font-weight: 700;
	line-height: 1.7;
}
.page_sec .msg{
	margin-bottom: 50px;
}
.page_sec .msg p{
	padding-bottom: 10px;
}
/* att */
.att{
	font-size: 12px;
	line-height: 1.5;
}
@media print,
screen and (min-width:700px) {
	.page_sec{
		margin-bottom: 110px;
	}
	.page_sec_ttl .en{
		font-size: 15px;
	}
	.page_sec_ttl .jp{
		font-size: 36px;
	}
	.page_sec .msg{
		margin-bottom: 70px;
	}
	.att{
		font-size: 13px;
	}
}
@media print,
screen and (min-width:700px) {
	.page_sec{
		margin-bottom: 150px;
	}
	.page_sec_ttl .en{
		font-size: 20px;
	}
	.page_sec_ttl .jp{
		font-size: 44px;
	}
	.page_sec .msg{
		margin-bottom: 90px;
	}
	.att{
		font-size: 14px;
	}
}
/* table */
.resp_table {
	width: 100%;
}
.resp_table tr{
	border-top: 1px solid #1E1E1E;	
	padding: 10px 0;
	display: block;
}
.resp_table tr:last-child{
	border-bottom: 1px solid #1E1E1E;
	padding-bottom: 20px;
}
.resp_table tr th{
	font-weight: 600;
}
.resp_table tr th,
.resp_table tr td{
	width: 100%;
	display: block;
}
@media print,
screen and (min-width:700px) {
	.resp_table tr th,
	.resp_table tr td{
		display: table-cell;
		padding: 12px 0;
	}
	.resp_table tr th{
		width: 200px;
	}
	.resp_table tr td{
		width: auto;
	}
}
@media print,
screen and (min-width:1000px) {

}
/******************************************************
About（about_page.php)
******************************************************/
#profile{
	margin-bottom: 90px;
}
.prof_dtl{
	display: flex;
	flex-direction: column;
}
.prof_txt{
	margin-bottom: 30px;
}
#profile p{
	padding-bottom: 10px;
}
#profile .prof_txt p:last-child,
#profile .swac p:last-child{
	padding-bottom: 0;
}
#profile .photo{
	width: 100%;
	max-width: 400px;
}
#profile .name{
	font-size: 20px;
}
#profile .name span{
	font-size: 13px;
}
#profile .qualification{
	font-size: 14px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #1E1E1E;
	margin-bottom: 20px;
}
#profile .swac{
	border-top: 1px solid #1E1E1E;
	border-bottom: 1px solid #1E1E1E;
	margin-top: 20px;
	padding: 20px 0;
}
#profile .swac p{
	font-size: 13px;
}
@media print,
screen and (min-width:700px) {
	.prof_dtl{
		flex-direction: row;
	}
	.prof_txt{
		padding-right: 50px;
		width: 60%;
	}
	#profile .photo{
		width: 40%;
	}
	#profile .swac p{
		font-size: 15px;
	}
}
/******************************************************
Service
******************************************************/
.service_price{
	margin-bottom: 70px;
}
.service_price h3,
.service_flow h3{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 30px;
}
.service_price .cmt{
	padding-bottom: 30px;
}
.service_price dl{
	margin-bottom: 40px;
}
.service_price dl:last-child{
	margin-bottom: 0;
}
.service_price dt{
	border-bottom: 1px solid #1E1E1E;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
}
.service_price .price{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
}
.service_price .price span{
	font-size: 20px;
}
.service_price .dtl{
	margin-bottom: 15px;
}
.service_price .ex_comp span,
.service_price .ex_spec span{
	border: 1px solid #1E1E1E;
	padding: 3px;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	margin-bottom: 5px;
}
.service_price .ex_comp,
.service_price .ex_spec{
	font-size:14px;
}
.service_price .ex_comp{
	margin-bottom: 7px;
}
.service_price .ex_spec{
	margin-bottom: 10px;
}
.service_flow ul li span{
    display: inline-flex;
    align-items: center;
	padding: 5px 10px;
	line-height: 1;
	margin-right: 10px;
	border: 1px solid #1E1E1E;
	background-color: #1E1E1E;
	color: #FFFFFF;
}
.service_flow ul li span.after{
	background-color: transparent;
	color: #1E1E1E;
}
.service_flow ul li::after{
	content: "";
	display: block;
	width: 1px;
	height: 25px;
	background-color: #1E1E1E;
	margin-left: 15px;
}
.service_flow ul li:last-child::after{
	display: none;
}
@media print,
screen and (min-width:700px) {
	.service_price h3,
	.service_flow h3{
		font-size: 26px;
		padding-bottom: 50px;
	}
	.service_price .cmt {
		padding-bottom: 70px;
	}
	.service_price dl {
		margin-bottom: 80px;
	}
	.service_price dt {
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 24px;
	}
	.service_price .price {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.service_price .ex_comp span,
	.service_price .ex_spec span {
		font-size: 15px;
		line-height: 1;
		padding: 5px 10px;
		margin-bottom: 10px;
	}
	.service_price .ex_comp {
		margin-bottom: 15px;
	}
	.service_price .ex_comp, .service_price .ex_spec {
		font-size: 16px;
	}
	.service_flow ul li::after {
		height: 35px;
	}
	.service_price {
		margin-bottom: 110px;
	}
    .menu_table tr th {
		width: 400px;
    }
}
@media print,
screen and (min-width:1000px) {
	.service_flow ul{
		margin: 0;
		padding: 0;
		display: grid;
		gap: 0 10px;
		grid-auto-flow: row dense;
		grid-template-columns: 1fr 1fr;
	}
}
/******************************************************
Service（service_web_page.php)
******************************************************/
/* #new_web */
#ren_web .service_price{
	margin-bottom: 40px;
}
#ren_web .to_link{
	border-top: 1px solid #1E1E1E;
	border-bottom: 1px solid #1E1E1E;
	padding: 30px 0;
}
#ren_web .to_link h3{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
}
#ren_web .to_link .msg_box{
	margin-bottom: 15px;
}
@media print,
screen and (min-width:700px) {
	#ren_web .service_price{
		margin-bottom: 60px;
	}
	#ren_web .to_link {
		padding: 40px 0;
	}
	#ren_web .to_link h3 {
		font-size: 22px;
	}
}
@media print,
screen and (min-width:1000px) {
	/* #new_web */
	#new_web .service_flow ul li:nth-child(-n+5){
		grid-column: 1;
	}
  	#new_web .service_flow ul li:nth-child(n+6) {
    	grid-column: 2;
  	}
	#new_web .service_flow ul li:nth-child(5n)::after{
		display: none;
	}
}
/******************************************************
Service（service_graphic_page.php)
******************************************************/
@media print,
screen and (min-width:1000px) {
	/* #graphic_menu */
	#graphic_menu .service_flow ul li:nth-child(-n+3){
		grid-column: 1;
	}
  	#graphic_menu .service_flow ul li:nth-child(n+4) {
    	grid-column: 2;
  	}
	#graphic_menu .service_flow ul li:nth-child(3n)::after{
		display: none;
	}
}
/******************************************************
Service（service_adviser_page.php)
******************************************************/
.merit .box_item{
	padding-bottom: 60px;
}
.merit .box_item:last-child{
	padding-bottom: 0;
}
.merit h3{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	border-top: 1px solid #1E1E1E;
	padding: 15px 0;
}
@media print,
screen and (min-width:700px) {
	.merit {
		display: flex;
		justify-content: space-between;
	}
	.merit .box_item{
		width: calc(33% - 20px);
		padding-bottom: 0;
	}
	.merit h3{
		padding: 20px 0;
		text-align: center;
	}
}
@media print,
screen and (min-width:1000px) {
	.merit h3{
		padding: 20px 0;
		font-size: 22px;
	}
	.merit .box_item{
		width: calc(33% - 30px);
	}
}
/******************************************************
Service（service_web_advice_page.php)
******************************************************/
#web_advice_menu .worries{
	border-top: 1px solid #1E1E1E;
	border-bottom: 1px solid #1E1E1E;
	padding: 20px 0;
	margin-bottom: 70px;
}
#web_advice_menu .worries p{
	padding-bottom: 10px;
}
#web_advice_menu .worries p:last-child{
	padding-bottom: 0;
}
#web_advice_menu .worries h3{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	padding-bottom: 20px;
}
#web_advice_menu .att{
	font-size: 15px;
	padding-top: 20px;
}
#web_advice_menu .link_btn02{
	margin-top: 10px;
}
@media print,
screen and (min-width:700px) {
	#web_advice_menu .worries{
		border: 1px solid #1E1E1E;
		padding: 30px;
		margin-bottom: 100px;
	}
	#web_advice_menu .worries h3{
		font-size: 24px;
	}
	#web_advice_menu .worries p{
		padding-bottom: 15px;
	}
	#web_advice_menu .att{
		padding-top: 30px;
	}
}
@media print,
screen and (min-width:1000px) {
	#web_advice_menu .worries{
		margin-bottom: 120px;
	}
	#web_advice_menu .att{
		font-size: 16px;
		padding-top: 30px;
	}
}
/******************************************************
page-template-default
******************************************************/
.page-template-default .content_area{
	padding-bottom: 70px;
}
.page-template-default h2{
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 7px;
    padding-top: 50px;
    margin-bottom: 20px;
}
.page-template-default h3{
	font-weight: 700;
}
@media print,
screen and (min-width:700px) {
	.page-template-default .content_area{
		padding-bottom: 100px;
	}
    .page-template-default h2 {
        font-size: 22px;
        padding-top: 90px;
    }
}
@media print,
screen and (min-width:1000px) {
    .page-template-default h2 {
		font-size: 24px;
        padding-top: 100px;
    }		
}
/* page_title */
.page-template-default .page-header h1{
    font-size: 16px;
    padding-bottom: 50px;
    font-weight: 700;
	overflow-x: hidden;
}
.page-template-default .page-header h1:before{
	font-size: 32px;
	letter-spacing: 1px;
	display: block;
	color: #F2F2F2;
	text-stroke: 1px #1E1E1E;
	-webkit-text-stroke: 1px #1E1E1E;
}
.page-template-default .page-header h1 .jp{
	display: flex;
	align-items: center;
	position: relative;
}
.page-template-default .page-header h1 .jp span{
	display: block;
	background-color: #F2F2F2;
    position: relative;
    z-index: 1;
	padding-right: 10px;
}
.page-template-default .page-header h1 .jp::after{
	content: "";
	display: inline-block;
	background-color: #1E1E1E;
	height: 1px;
	width: 100%;
	position: absolute;
}
@media print,
screen and (min-width:700px) {
	.page-template-default .page-header h1{
		padding-bottom: 70px;
	}
	.page-template-default .page-header h1:before{
		font-size: 54px;
	}
	.page-template-default .page-header h1 .jp span{
		font-size: 20px;
	}
}
@media print,
screen and (min-width:1000px) {
	.page-template-default .page-header h1{
		padding-bottom: 110px;
	}
	.page-template-default .page-header h1:before{
		font-size: 64px;
	}
	.page-template-default .page-header h1 .jp span{
		font-size: 28px;
	}
}
/******** Privacy&Policy ********/
.page-id-3  .page-header h1:before{
	content:"Privacy&Policy";
}
/******** contact ********/
.page-id-18  .page-header h1:before{
	content:"Contact";
}
.page-id-18  p{
	padding-bottom: 10px;
}
.page-id-18  .msg{
	padding-bottom: 20px;
}
.page-id-18  .link_btn02 {
	margin-bottom: 20px;
	margin-top: 5px;
}
.page-id-18  .link_btn02 a{
	text-decoration: none;
}
/* reCAPTCHA */
.grecaptcha-badge {
	visibility: hidden;
}
/* form */
.wpcf7{
	padding-bottom: 90px;
	padding-top: 50px;
}
.wp-cf7-icon{
	border: 1px solid #1E1E1E;
	background-color: #1E1E1E;
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px 3px;
	line-height: 1;
	margin-left: 7px;
}
.wp-cf7-icon02{
	border: 1px solid #1E1E1E;
	font-size: 12px;
	padding: 1px 3px;
	line-height: 1;
	margin-left: 7px;
}
.contct-form p{
	padding-bottom: 0;
}
.contct-form  dt{
	padding-bottom: 5px;
}
.contct-form  dd{
	padding-bottom: 20px;
}
.contct-form  input,
.contct-form  select,
.contct-form  textarea{
	padding: 8px 10px;
	font-size: 16px;
	border: 1px solid #1E1E1E;
	border-radius: 0;
}

.contct-form  input,
.contct-form  select{
	width: 100%;
	max-width: 500px;
}
.contct-form  select{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.5;
  padding: .75rem 2.5rem .75rem 1rem;
  background-color: #fff;
  min-height: 44px;
}
.contct-form  select:focus {
  outline: 2px solid #4c8bf5;
  outline-offset: 2px;
}
.contct-form  select{
  background-image:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 14px 14px;
}
.contct-form  textarea{
	box-sizing: border-box;
	width: 100%;
}
.pp-check {
    font-size: 14px;
	line-height: 1.6;
}
.wp-cf7-button{
	text-align: center;
}
.wpcf7-submit{
	letter-spacing: 2px;
	cursor: pointer;
	padding: 10px 40px;
	font-size: 18px;
	margin-top: 10px;
	border-radius: 50px;
	border: none;
	background-color: #1E1E1E;
	color: #FFFFFF;
}
/*-------- エラー時 -*/
/* ルートに sticky オフセット（JSで実測値を入れる） */
:root { --sticky-offset: 0px; }

/* CF7の上部メッセージ／任意のアンカー先がヘッダーに隠れないよう余白を予約 */
.wpcf7-response-output { scroll-margin-top: calc(var(--sticky-offset) + 16px); }
[id] { scroll-margin-top: calc(var(--sticky-offset) + 16px); }

.wpcf7-not-valid-tip{
	display: block;
	color: #c71313;
	font-size: 14px;
}
.screen-reader-response ul{
	display: none;
}
.screen-reader-response,
.wpcf7-response-output{
	display: block;
	color: #c71313;
	font-size: 15px;
}
.screen-reader-response p{
	font-size: 15px;	
}
.screen-reader-response{
	margin-bottom: 30px;	
}
.wpcf7-response-output{
	display: none;
}
.screen-reader-response p{
	padding-bottom: 0;
}
.wpcf7:has(.wpcf7-form[data-status="sent"]) .screen-reader-response{
  	color: #FFFFFF;
	background-color: #6BA878;
	padding: 10px;
}
/* to_agency */
#to_agency{
	border: 1px solid #1E1E1E;
	padding: 20px;
}
#to_agency h2{
	font-weight: 700;
	font-size: 18px;
	padding: 0 0 7px 0;
	border: none;
	margin: 0;
}
@media print,
screen and (min-width:700px) {
	.contct-form  input,
	.contct-form  select,
	.contct-form  textarea{
		font-size: 18px;
	}
	.pp-check {
		font-size: 15px;
	}
	.wpcf7-submit{
		padding: 10px 40px;
		margin-top: 30px;
	}
	.wpcf7-submit:hover{
		background: linear-gradient(90deg, #6BA878, #6FA6D3);
	}
	/*-------- エラー時 -*/
	.screen-reader-response,
	.wpcf7-response-output,
	.wpcf7-not-valid-tip{
		font-size: 18px;
	}
	.screen-reader-response p{
		font-size: 18px;	
	}
	.screen-reader-response{
		margin-bottom: 50px;	
	}
	.wpcf7-response-output{
		margin-top: 50px;
	}
}
@media print,
screen and (min-width:1000px){
	.contct-form  textarea{
		min-height: 300px;
	}
	.wpcf7-submit{
		padding: 15px 80px;
		margin-top: 60px;
	}
	/* to_agency */
	#to_agency{
		padding: 30px;
	}
	#to_agency h2{
		font-size: 22px;
	}
}
/******************************************************
single.php
******************************************************/
.single .content_body p{
	padding-bottom: 20px;
}
.single .content_body em{
	font-style: italic;
}
.single .content_body blockquote{
	padding: 20px;
	background-color: #FFFFFF;
}
.single .content_body blockquote p:last-child{
	padding-bottom: 0;
}
.single .content_body strong{
	font-weight: 700;
}
.single h1{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}
.single .entry-meta{
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.single .entry-meta .entry-meta_time{
	font-size: 14px;
	padding-right: 10px;
}
.single .entry-meta .category{
	padding-bottom: 0;	
}
.single .entry-meta .category a{
	border: 1px solid #1E1E1E;
	font-size: 12px;
	display: block;
	padding: 3px 5px;
	line-height: 1;
	text-decoration: none;
}
.single .content_area{
	padding-bottom: 70px;
}
.single .entry-content{
	margin-bottom: 60px;
}

/* post-nav */
.post-nav{
	display: flex;
}
.post-nav .prev{
	padding-right: 20px;
}
@media print,
screen and (min-width:700px) {
	.single p{
		padding-bottom: 25px;
	}
	.single h1{
		font-size: 24px;
	}
	.single .content_area{
		padding-bottom: 100px;
	}
	.single .entry-meta{
		margin-bottom: 70px;
	}
	.single .entry-meta .entry-meta_time{
		font-size: 16px;
	}
	.single .entry-meta .category a{
		font-size: 15px;
	}
	.single .entry-content{
		margin-bottom: 100px;
	}
}
@media print,
screen and (min-width:1000px) {
	.single h1{
		font-size: 28px;
	}
	.single .entry-meta{
		margin-bottom: 100px;
	}
	.single .content_area{
		padding-bottom: 120px;
	}
}
/* title */
.single .content_body h2{
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #1E1E1E;
	padding-bottom: 7px;
	padding-top: 50px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.single .content_body h3{
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 17px;
}
@media print,
screen and (min-width:700px) {
	.single .content_body h2{
		font-size: 22px;
		padding-top: 90px;
	}
	.single .content_body h3{
		font-weight: 700;
		padding-bottom: 10px;
		font-size: 19px;
		padding-top: 30px;
	}
}
@media print,
screen and (min-width:1000px) {
	.single .content_body h2{
		font-size: 24px;
		padding-top: 100px;
	}
	.single .content_body h3{
		font-size: 20px;
		padding-bottom: 20px;
		padding-top: 40px;
	}
}
/* mokuji */
.single .content_body .toc {
	border: 1px solid #1E1E1E;
	padding: 20px;
	margin: 20px 0;
}
.single .content_body .toc-title {
	font-weight: 700;
	padding-bottom: 10px;
}
.single .content_body .toc ul {
	margin:0;
	padding-bottom: 0;
}
.single .content_body .toc ul li{
	padding: 5px 0;
	border-bottom: 1px dotted #1E1E1E;
}
.single .content_body .toc ul li:last-child{
	border: none;
}
.single .content_body .toc a {
	text-decoration: none;
}
.single .content_body .toc a:hover {
	text-decoration: underline;
}
@media print,
	screen and (min-width:1000px) {
	.single .content_body .toc {
		padding: 30px;
		margin: 30px 0;
	}	
}
/* list */
.single .content_body ul{
	padding-left: 20px;
	padding-bottom: 20px;
}
.single .content_body ul li{
	line-height: 1.5;
	padding: 7px 0;
	list-style: disc;
}
.single .content_body ol{
	padding-left: 20px;
	padding-bottom: 20px;
}
.single .content_body ol li{
	line-height: 1.5;
	padding: 7px 0;
	list-style: decimal;
}
/****** works ******/
.works_dtl{
	padding-top: 30px;
	font-size: 15px;
	line-height: 1.5;
	align-items: flex-start!important;
}
.works_dtl .left{
	text-align: center;
}
.works_dtl table tr td{
	padding: 10px 7px;
}
.works_dtl table tr td:first-child{
	width: 120px;
}
/* WORKS */
.works_dtl .box_item .post_img{display:block;aspect-ratio:3/2;overflow:hidden}
.works_dtl .box_item .post_img img{width:100%;height:100%;object-fit:cover}

/* BLOG */
.blog_dtl .box_item .post_img{display:block;aspect-ratio:3/2;overflow:hidden}
.blog_dtl .box_item .post_img img{width:100%;height:100%;object-fit:cover}
@media print,
screen and (min-width:700px) {
}
@media print,
screen and (min-width:1000px) {
	.works_dtl table tr td:first-child{
		width: 150px;
	}
	.works_dtl table tr td{
		padding: 12px 10px;
	}
}
/******************************************************
archive.php
******************************************************/
/* page_title */
.archive .page-header h1{
    font-size: 16px;
    padding-bottom: 50px;
    font-weight: 700;
	overflow-x: hidden;
}
.archive .page-header h1:before{
	font-size: 32px;
	letter-spacing: 1px;
	display: block;
	color: #F2F2F2;
	text-stroke: 1px #1E1E1E;
	-webkit-text-stroke: 1px #1E1E1E;
}
.archive .page-header h1 .jp{
	display: flex;
	align-items: center;
	position: relative;
}
.archive .page-header h1 .jp span{
	display: block;
	background-color: #F2F2F2;
    position: relative;
    z-index: 1;
	padding-right: 10px;
}
.archive .page-header h1 .jp::after{
	content: "";
	display: inline-block;
	background-color: #1E1E1E;
	height: 1px;
	width: 100%;
	position: absolute;
}
@media print,
screen and (min-width:700px) {
	.archive .page-header h1{
		padding-bottom: 70px;
	}
	.archive .page-header h1:before{
		font-size: 54px;
	}
	.archive .page-header h1 .jp span{
		font-size: 20px;
	}
}
@media print,
screen and (min-width:1000px) {
	.arachive .page-header h1{
		padding-bottom: 110px;
	}
	.archive .page-header h1:before{
		font-size: 64px;
	}
	.archive .page-header h1 .jp span{
		font-size: 28px;
	}
}
/* archive-description */
.archive .archive-description{
	margin-bottom: 50px;
}
.archive .entry_time{
	font-size: 13px;
}
.archive .entry_ttl a{
	display: block;
	text-decoration: none;
	line-height: 1.5;
}
@media print,
screen and (min-width:700px) {
	.archive .archive-description{
		margin-bottom: 70px;
	}
}
@media print,
screen and (min-width:1000px) {
	.archive .archive-description{
		margin-bottom: 90px;
	}
}
/* entry */
.archive .contents_body{
	margin-bottom: 100px;
}
.archive .entry{
	margin-bottom: 40px;
}
.archive .contents_body .entry_inner a{
	display: block;
}
.archive .contents_body_inn{
	margin-right: auto;
    margin-left: auto;
    max-width: 500px;
}
.archive .entry_inner{
	display: block;
}
.archive .entry_inner a img{
	width: 100%;
	max-width: 500px;
	height: auto;
}
@media print,
screen and (min-width:700px) {
	.archive .contents_body{
		margin-bottom: 120px;
	}
	.archive .contents_body_inn{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1100px;
		margin-bottom: 50px;
	}
	.archive .contents_body_inn .entry{
		width: calc(50% - 15px);
		max-width: 500px;
	}
	.archive .entry{
		margin-bottom: 60px;
	}
}
@media print,
screen and (min-width:1000px) {
	.archive .contents_body{
		margin-bottom: 150px;
	}
}
/* wp-pagenavi */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .pages{
	padding-right: 10px;
}
.wp-pagenavi .current,
.wp-pagenavi .page{
	display: inline-block;
    text-align: center;
	width: 30px;
	padding: 0;
	border: 1px solid #1E1E1E;
}
.wp-pagenavi .current{
	background-color: #1E1E1E;
	color: #FFFFFF;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend{
	border: none;
}
@media print,
screen and (min-width:700px) {
	.wp-pagenavi .current,
	.wp-pagenavi .page{
		width: 35px;
	}
}
@media print,
screen and (min-width:1000px) {
}
/*********** category-works ***************/
.category-works .page-header h1:before{
	content:"Works";
}
@media print,
screen and (min-width:700px) {
}
/*********** category-blog ***************/
.category-blog .page-header h1:before{
	content:"Blog";
}
.category-blog .entry_ttl{
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 10px;
}
.category-blog .entry_excerpt{
	font-size: 15px;
}
@media print,
screen and (min-width:700px) {
}
/*********** category-faq ***************/
.category-faq .page-header h1:before,
.category-website .page-header h1:before,
.category-graphic .page-header h1:before,
.category-advicser .page-header h1:before,
.category-advice .page-header h1:before,
.category-other .page-header h1:before{
	content:"FAQ";
}
.faq-section{
	padding-bottom: 30px;
}
.category-faq h2,
.category-website h2,
.category-graphic h2,
.category-advicser h2,
.category-advice h2,
.category-other h2{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.category-faq h2 a,
.category-website h2 a,
.category-graphic h2 a,
.category-advicser h2 a,
.category-advice h2 a,
.category-other h2 a{
	text-decoration: none;
	display: block;
}
.faq-list li{
    padding-bottom: 10px;
	line-height: 1.5;
}
.faq-list li::before{
    content: "●";
    display: inline-block;
	padding-right: 3px;
    font-size: 10px;
}
.category-faq .content_area,
.category-website .content_area,
.category-graphic .content_area,
.category-advicser .content_area,
.category-advice .content_area,
.category-other .content_area,
.category-beginner .content_area{
	padding-bottom: 70px;
}
@media print,
screen and (min-width:700px) {
	.category-faq h2,
	.category-website h2,
	.category-graphic h2,
	.category-advicser h2,
	.category-advice h2,
	.category-other h2{
		font-size: 24px;
	}
}
/*********** category-information ***************/
.category-information .page-header h1:before{
	content:"Information";
}
.category-information .contents_body_inn{
	display: block;
	margin: 0;
	width: 100%;
	max-width: 100%;
	padding-bottom: 30px;
}
.category-information .contents_body_inn .entry{
	border-bottom: 1px solid #1E1E1E;
	padding-bottom: 10px;
	width: 100%;
	max-width: 100%;
}
@media print,
screen and (min-width:700px) {
	.category-information .entry_text{
		display: flex;
		align-items: center;
	} 
	.category-information .entry_text .entry_time{
		padding-right: 10px;
	}
	.category-information .contents_body_inn{
		padding-bottom: 50px;
	}
}
/******************************************************
sidebar.php
******************************************************/
@media print,
screen and (min-width:700px) {}
/******************************************************
404.php
******************************************************/
.error404 .page_title{
	font-size: 20px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.error404 .entry-content .to_link a{
	display: inline-block;
	padding-top: 15px;
}
.error404 .content_area{
	padding-bottom: 70px;
}
.error404 h2{
	border-top: 1px solid #1E1E1E;
	font-weight: 700;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 50px;
}
.error404 li{
	line-height: 1.5;
	padding-bottom: 10px;
}
.error404 .entry-content .widget-area li::before{
    content: "●";
    display: inline-block;
    padding-right: 3px;
    font-size: 10px;
}
@media print,
screen and (min-width:700px) {
	.error404 .page_title{
		font-size: 24px;
		padding-top: 70px;
	}
}
/******************************************************
index.php
******************************************************/

/******************************************************
PrintCSS
******************************************************/
/* css/print.css */
@media print {
  /* レイアウト簡素化 */
  body { font: 12pt/1.6 "Zen Kaku Gothic Antique", system-ui, sans-serif; color:#000; }
  #main_head, #footer_cta, #main_footer, #resp_nav_menu,
  #pc_txt_design, #footer_contact, .link_btn01, .link_btn02, .link_btn03 { display:none !important; }
  .site, .site-content, .content_area { width:100% !important; max-width:none !important; }
  .sec_wrap, .page_sec, .works_dtl, .blog_dtl { padding:0 !important; margin:0 0 16pt !important; }

  /* MV/飾り線などは非表示 */
  #mv, #mv_line_wrap, .mv-lines { display:none !important; }

  /* 文字を読みやすく */
  h1 { font-size:20pt; margin:0 0 12pt; }
  h2 { font-size:16pt; margin:18pt 0 8pt; page-break-after:avoid; }
  h3 { font-size:13pt; margin:12pt 0 6pt; page-break-after:avoid; }
  p, li { orphans:3; widows:3; }

  /* 画像・表の整形 */
  img, svg, video { max-width:100% !important; height:auto !important; }
  figure, .box_item { page-break-inside:avoid; }
  table { width:100%; border-collapse:collapse; }
  th, td { border:1px solid #ccc; padding:6pt 8pt; }

  /* 背景・装飾を抑える */
  * { background:transparent !important; box-shadow:none !important; text-shadow:none !important; }
  a { color:#000; text-decoration:underline; }

  /* 外部リンクはURLを後ろに出す（自サイトは出さない） */
  a[href^="http"]:not([href*="c3-d.jp"])::after {
    content:" (" attr(href) ")"; word-break:break-all; font-size:9pt;
  }

  /* カードを2→1カラム化（スマホ幅相当でOK） */
  .works_dtl, .blog_dtl { display:block !important; }
  .works_dtl .box_item, .blog_dtl .box_item { width:auto !important; margin:0 0 12pt !important; }

  /* 余白（プリンタ依存。必要なら） */
  @page { margin:12mm; }
}