html {
		font-size: 62.5%;
}
body {
		color: #292929;
		font-family: "Cinzel", serif;
		/*font-family: "Noto Sans JP", sans-serif;*/
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.6;
}
figure, picture {
		max-width: 100%;
		width: 100%;
		line-height: 0;
		display: inline-block;
}
img {
		max-width: 100%;
		width: 100%;
		height: auto;
		vertical-align: middle;
}
p{
		font-size: 1.6rem;
		line-height: 2;
}
a {
		color: #000000;
		display: block;
		text-decoration: unset;
		transition: all 0.4s ease-in-out;
}
a:active, a:focus, a:focus-visible, a:focus-within, a:visited, a:target {
		color: #000000;
}
.screen-reader-text:focus {
		color: #000000;
}
.br_pc {
		display: block;
}
.br_sp {
		display: none;
}
.only_sp {
		display: none;
}
select {
		-webkit-appearance: none;
		appearance: none;
}
.inner {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
}
.center {
		text-align: center;
}
.flex {
		display: flex;
}
/* fonts ---------------------------------------*/
.cinzel {
		font-family: "Cinzel", serif;
}
.noto-serif-jp {
		font-family: "Noto Serif JP", serif;
}
.noto-sans-jp {
		font-family: "Noto Sans JP", sans-serif;
}

/* common --------------------------------------*/
#wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 100vh;
}
#content {
		margin-top: 0;
}
.section{
		padding: 15rem 0;
}
.entry-content{
		padding: 0;
}
h2.section-title{
		color: #0081b3;
		font-family: "Cinzel", serif;
		font-size: clamp(3.5rem, 5vw, 6.5rem);
		line-height: 1.2;
		font-weight: 500;
		position: relative;
}
.section-title span {
		color: #705b09;
		display: block;
		font-size: 0.4em;
		line-height: 1.4;
}
.panel-layout {
		display: flex;
		flex-direction: column;
}
.section-title-sub{
		position: relative;
		z-index: 5;
}
.gradient-text {
		background: linear-gradient(
				90deg,
				#063254,
				#2ea7e0
		);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		color: transparent;
}
/* main-visual --------------------------------*/
.fadeIn_Mv {
		animation-name: fadeIn;
		animation-duration: 3s;
		animation-fill-mode: forwards;
		opacity: 0;
}
.fadeIn_MvBg::after {
		animation-name: fadeIn;
		animation-duration: 2s;
		animation-fill-mode: forwards;
		opacity: 0;
}
@keyframes fadeIn {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
.main-visual {
		position: relative;
}
.mv_txt figure{
		position: relative;
		width: 100%;
		height: 100%;
}
.mv_txt {
		position: absolute;
		top: 60%;
		left: 5vw;
		z-index: 1;
		max-width: 90%;
		animation-name: fadeIn_2;
		animation-duration: 4s;
		animation-fill-mode: forwards;
		opacity: 0;
		transform: translateY(-50%);
		z-index: 10;
		/*text-shadow: 2px 2px 10px #fff;*/
}
.mv_txt p {
		color: #063254;
		font-size: clamp(3rem, 5.5vw, 6.5rem);
		font-weight: 600;
		letter-spacing: 0.5vw;
		line-height: 1.4;
		display: inline-block;
		position: relative;
		filter: drop-shadow(2px 2px 4px #fff);
		overflow: hidden;
}
.mv_txt span {
		font-size: clamp(1.6rem, 3vw, 1.5rem);
		font-weight: 600;
		color: #063254;
		letter-spacing: 2px;
		word-break: keep-all;
		display: block;
		position: relative;
		left: 1.5%;
		margin-top: 3rem;
}
.mv_txt span br{
		display: none;
}
@keyframes fadeIn_2 {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
.mv-inner {
		position: relative;
		z-index: 5;
}
.mv-inner::before {
		content: "";
		background-color: rgba(255,255,255,0.15);
		width: 50vw;
		height: 95vw;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		clip-path: polygon(0 0, 0 100%, 100% 0);
}
.mv-inner::after {
		content: "";
		background-color: rgba(255,255,255,0.1);
		width: 42vw;
		height: 40vw;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		clip-path: polygon(100% 100%, 0 0, 0 100%);
}

/* Sub main-visual ----------------------------*/
.subpage-head-content h1 {
		font-size: 2.5rem;
		font-weight: 600;
}
.breadcrumb {
		font-size: 0.75em;
		max-width: 95%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 0.5rem;
}
.breadcrumb a{
		display: inline-block;
}
.subpage-head-content .breadcrumb, .breadcrumb .home {
		color: #063254;
}
.subpage-header {
		display: flex;
		align-items: center;
		position: relative;
		height: 250px;
		padding-top: 70px;
		background: center center/cover no-repeat url(http://www.webmedia.sakura.ne.jp/verity/wp-content/uploads/Main_visual_pc.png);
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
		z-index: 1;
}
.subpage-header::after {
		content: "";
		background-color: rgba(239, 244, 255, 0.3);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
}
/* Top ----------------------------------------*/
#information {
		padding: 5rem 0;
}
#section-information-inner .inner-content {
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
		background-color: rgba(255,255,255,0.5);
		z-index: 5;
		position: relative;
		padding: 5rem 2rem;
		display: flex;
		flex-direction: column;
		gap: 2rem;
}
#section-information-inner .news_list {
		display: flex;
		flex-direction: column;
		gap: 1rem;
}

#section-information-inner .news_list li {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem 1rem;
		padding: 1.5rem 0;
		border-bottom: 1px solid #ddd;
}
#section-information-inner .news_list .news_date {
		width: 120px;
}
#section-information-inner .cat {
		font-family: "Noto Serif JP", serif;
}
#section-information-inner .cat.info {
		color: #0081b3;
}
#section-information-inner .news_list .news_title {
		display: block;
		width: 100%;
}

#about {
		background: url(http://www.webmedia.sakura.ne.jp/verity/wp-content/uploads/site_bg.jpg);
		background-attachment: fixed;
		padding: 8rem 0;
		position: relative;
}
#about::after {
		content: "";
		/*background-color: rgba(0, 0, 0, 0.59);*/
		background: rgba(0, 67, 138, 0.75);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
}
#section-about-inner {
		position: relative;
}
#section-about-inner .inner-content{
		max-width: 760px;
		width: 94%;
		margin: 0 auto;
		background-color: rgba(255, 255, 255, 0.98);
		border-radius: 15px;
		padding: 5rem 1.5rem;
		position: relative;
		z-index: 5;
}
#section-about-inner .inner-content > div {
		margin-top: 2rem;
}
#section-about-inner .inner-content p {
		margin-top: 2rem;
		word-break: keep-all;
}
.about-point {
		font-weight: 600;
		font-size: 1.4em;
		margin-bottom: 2rem;
		display: inline-block;
}

/* section1 ------------*/
#philosophy {

}
#section-philosophy-inner {
		position: relative;
}
#section-philosophy-inner .inner-content{
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
		background-color: rgba(255,255,255,0.5);
		z-index: 5;
		position: relative;
		padding: 0 2rem;
}
#section-philosophy-inner .inner-content > div {
		margin-top: 2rem;
}
#section-philosophy-inner .inner-content p {
		margin-top: 2rem;
}
.philosophy_content.flex {
		justify-content: space-between;
		gap: 5rem;
}
.philosophy__about {
		flex: 1;
}
.philosophy__detail {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		flex: 1;
}
.philosophy__detail dt {
		display: inline-block;
		width: fit-content;
		font-size: 1.8rem;
}

.philosophy__detail dd {
		margin-bottom: 2.5rem;
		margin-left: 0;
}
.philosophy__detail dd ul {
		font-family: "Noto Serif JP", serif;
		flex-wrap: wrap;
		gap: 1rem;
}
.philosophy__detail dd ul .sub-en {
		font-size: 0.9em;
		display: inline-block;
		margin-left: 0.5rem;
}
.philosophy__detail dd ul li + li::before {
		content: "/";
		margin-right: 0.75rem;
}
.philosophy__detail dd:last-child {
		margin-bottom: 0;
}

/* 背景のスライド --*/
/* .scroll-banner {
overflow: hidden;
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translateY(-50%);
opacity: 0.2;
-webkit-transform: translateY(-50%) translateZ(0);
will-change: transform;
backface-visibility: hidden;
}
.scroll-track {
display: flex;
width: max-content;
animation: scroll 45s linear infinite;
will-change: transform;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
}
.scroll-track img {
flex-shrink: 0;
height: 450px;
width: auto;
object-fit: cover;
-webkit-transform: translateZ(0);
}
@keyframes scroll {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
@media screen and (max-width: 480px) {
.scroll-track {
animation: scroll 30s linear infinite;
}
.scroll-track img {
height: 500px;
}
}
--*/

/* section2 ------------*/
#business-lineup {
		background: url(http://www.webmedia.sakura.ne.jp/verity/wp-content/uploads/site_bg.jpg);
		background-attachment: fixed;
		position: relative;
		z-index: 0;
}
#business-lineup::after {
		content: "";
		background-color: rgba(255, 255, 255, 0.8);
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
}
#business-lineup-inner{
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
		padding: 0 2rem;
}
#business-lineup-inner .lineup.flex {
		margin-top: 5rem;
		flex-wrap: wrap;
		gap: 10rem;
}
#business-lineup-inner .lineup-box.flex {
		width: 100%;		
		/*		width: calc((100% - 1rem) / 2);*/
		align-items: flex-start;
		justify-content: space-between;
		padding: 5rem 2rem 5rem 0;
		position: relative;
}
#business-lineup-inner .lineup-box.flex > div {
		width: calc(100% - 350px - 2rem);
}
#business-lineup-inner h3 {
		font-size: 2.6rem;
		font-weight: 600;
		color: #4e403e;
		border-bottom: 1px solid #4e403e;
		margin-bottom: 1rem;		
		position: relative;
		z-index: 5;
}
#business-lineup-inner .section-title-sub span {
		font-family: "Abril Fatface", serif;
		font-size: clamp(3.5rem, 8vw, 6.5rem);
		line-height: 1;
		color: rgba(255,255,255,1);
		position: absolute;
		bottom: 1.8rem;
		left: 0;
		z-index: -1;
		text-shadow: 2px 2px 8px #c5c5c5;
		opacity: 0.7;
}
#business-lineup-inner .business-intro {
		margin-top: 3rem;
}
#business-lineup-inner .business-intro p {
		color: #063254;
		font-weight: 600;
}
#business-lineup-inner .lineup-box p {
		font-weight: 500;
		line-height: 1.8;
}
#business-lineup-inner .lineup-box.flex figure {
		position: absolute;
		width: 350px;
		right: 0;
		top: 20%;
		transform: translateY(-50%);
		height: 100%;
		overflow: hidden;
}
#business-lineup-inner .lineup-box.flex figure img {
		height: 100%;
		object-fit: cover;
}
#business-lineup-inner .lineup p.gradient-text {
		font-size: 2.1rem;
		display: inline-block;
		font-weight: 600 !important;
		margin: 0.5rem 0 1rem 0;
}

/* strength ------------*/
#strength {

}
#section-strength-inner {
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
		padding: 0 2rem;
}
.strength-content {
		flex-wrap: wrap;
		gap: 2rem;
		margin-top: 5rem;
}
.strength-content_box {
		width: calc((100% - 4rem) / 3);
		border: 1px solid #000;
		padding: 1.5rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
}
.strength-content_box h3 {
		font-family: "Noto Serif JP", serif;
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		width: 100%;
}
.strength-content_box h3 span {
		font-size: 1.6em;	
		font-weight: 500;
		letter-spacing: 4px;
		line-height: 1;
		text-align: center;
		position: relative;
		left: 4px;
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 1rem;
		margin-bottom: 1rem;
}
.strength-content_box h3 span::before, .strength-content_box h3 span::after {
		content: "";
		color: #705b09;
		background-color: #e3e3e3;
		height: 1px;
		width: auto;
		flex: 1;
}
/* Locations ------------*/
#locations {
		background: url(http://www.webmedia.sakura.ne.jp/verity/wp-content/uploads/site_bg.jpg);
		position: relative;
		z-index: 1;
}
#locations::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		/*background-color: rgb(255, 255, 255, 0.95);*/
		background-color: rgba(255, 255, 255, 0.8);
		z-index: -1;
}
#section-locations-inner {
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
		padding: 0 2rem;
}
#locations figure {
		padding: 1.5rem 0.5rem;
		max-width: 800px;
		margin: 3rem auto;
		display: flex;
		align-items: center;
		justify-content: center;
}
#section-locations-inner .introductory-text {
		margin: 3rem 0;
}
#section-locations-inner .introductory-text span {
		display: block;
		font-size: 0.8em;
		color: #6c0000;
}
#section-locations-inner .locations-content {
		max-width: 640px;
		width: 96%;
		margin: 0 auto;
		background: rgba(255,255,255,0.8);
		padding: 2rem;
		box-shadow: 0 0 4px #e7e7e7;
		border-radius: 6px;
}
#section-locations-inner .locations-content td {
		border: none;
		padding: 1rem 1rem;
}

#section-locations-inner span.year {
		font-size: 1.1em;
		font-weight: 600;
		color: #fff;
		background: linear-gradient( 90deg, #063254, #2ea7e0 );
		width: calc(100% + 2rem);
		display: block;
		padding: 1rem 1rem 0.5rem 1rem;
		position: relative;
		left: -1rem;
}
.center.introductory-text {
		word-break: keep-all;
}
/* Message ------------*/
#message {
		/*background: linear-gradient(#86d8ff, #1397d6, #86d8ff);*/
		background: url(http://www.webmedia.sakura.ne.jp/verity/wp-content/uploads/site_bg.jpg);
		position: relative;
		z-index: 0;
}
#message::after {
		content: "";
		/*background: repeating-linear-gradient(45deg, #0456c0 0, #0456c0 5px, #0a5cc7 5px, #0a5cc7 10px);*/
		background: rgba(0, 67, 138, 0.75);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		/*opacity: 0.4;*/
}
#section-message-inner {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		padding: 0 2rem;
}
#section-message-inner h2 {
		color: #fff;
}
#section-message-inner .section-title span {
		color: #fdf3bd;
}
#section-message-inner .message-content {
		margin-top: 4rem;
}
#section-message-inner p {
		color: #fff;
		font-weight: 600;
		word-break: keep-all;
}
#section-message-inner .signature {
		margin-top: 5rem;
}
/* section3 ------------*/
#company {
}

#section-company-inner {
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
		padding: 0 2rem;
}
#section-company-inner h2{
		text-align: center;
}

/* 会社概要 テーブル --*/
.tablepress {
		font-family: "Noto Serif JP", serif;
}
.company-table {
		margin: 5rem auto;
		max-width: 640px;
		table-layout: fixed;
		border: 1px solid #ddd;
}
.company-table tbody tr:nth-child(2n+1) {
		background-color: #fbfbfb;
}
.company-table .column-1 {
		width: 30%;
}
.company-table .column-2 {
		width: 70%;
}
.company-table td {
		padding: 2rem 0.5rem;
}
/* section4 ------------*/
#contact {
		background: url(http://www.webmedia.sakura.ne.jp/verity/wp-content/uploads/site_bg.jpg);
		background-attachment: fixed;
		position: relative;
		z-index: 0;
}
#contact::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		/*background-color: rgba(0, 0, 0, 0.7);*/
		background-color: rgba(255, 255, 255, 0.8);
		z-index: -1;
}
#section-contact-inner .introductory-text{
		margin: 2rem auto;
}
#section-contact-inner {
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
		background-color: #fff;
		padding: 5rem 2rem;
		border-radius: 20px;
}
#section-contact-inner h2{
		text-align: center;
}

/* フォーム --*/
.form-area {
		margin: 0 auto;
		max-width: 640px;
}

/* Contact ------------------------------------*/
.form-area label {
		font-size: 1.8rem;
		font-weight: 500;
		align-items: center;
}
.form-area .contact-note {
		font-size: 0.9em;
		line-height: 1.4;
		color: #777;
		display: block;
		margin-bottom: 2rem;
}
.required, .arbitrary {
		display: inline-block;
		padding: 0.5rem 2rem;
		border-radius: 30px;
		font-size: 0.7em;
		line-height: 1.6;
		color: #fff;
		margin-left: 1rem;
}
.required {
		background-color: #806738;
}
.arbitrary {
		background-color: #A5A5A5;
}
.form-item {
		margin: 4rem 0;
}
.form-item br {
		display: none;
}
.wpcf7-list-item {
		margin: 0 2.2em 0 0;
}
.wpcf7-list-item label {
		font-weight: 400;
		font-size: 2rem;
}
.wpcf7-checkbox span{
		font-size: 1.7rem;
}
.text-in input, .form-item.text-in textarea, .wpcf7-form-control.wpcf7-select {
		font-family: "Noto Serif JP", serif;
		font-size: 1.6rem;
		width: 100%;
		box-sizing: border-box;
		padding: 1.5rem 1rem;
		margin-top: 1rem;
		border: 1px solid #A5A5A5;
		background-color: #F5F5F5;
}
.wpcf7-form-control.wpcf7-select {
		max-width: 60%;
		font-size: 1.6rem;
}
.form-item.text-in input::placeholder, .form-item.text-in textarea::placeholder {
		font-family: "Cinzel", serif;
		color: #acacac;
		font-size: 0.95em;
		font-weight: 600;
		opacity: unset;
}
.form-submit-area {
		max-width: 80%;
		margin: 0 auto;
}
.form-submit-area .submit-btn {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
}
.form-submit-area .submit-btn span {
		margin: 1rem auto;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		text-align: center;
		max-width: 100%;
		margin: 5rem auto 0;
		padding: 1.5rem;
		border: 1px solid #0b245d;
		background-color: #e7ffd7;
		color: #0b245d;
		font-weight: 600;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
		color: #fff;
		font-family: "Cinzel", serif;
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #0b245d;
		box-shadow: unset;
		border: unset;
		border-radius: 100px;
		width: 350px;
		box-sizing: border-box;
		padding: 1.5rem 0;
		margin: 0 auto;
}
.type-selects {
		color: #292929 !important;
}
.form-area .select_wrapper {
		max-width: 60%;
		position: relative;
		margin: 0;
}
.form-area .select_wrapper::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5%;
		width: 0.8rem;
		height: 0.8rem;
		border-right: 2px solid #292929;
		border-bottom: 2px solid #292929;
		box-sizing: border-box;
		transform: rotate(45deg) translate(-50%, 0);
}
.select_wrapper .wpcf7-form-control.wpcf7-select{
		max-width: 100%;
}
.form-submit-area p {
		margin-bottom: 2rem;
}
.form-submit-area a {
		display: inline-block;
}

.Privacy-window {
		font-family: "Noto Serif JP", serif;
		height: 35vh;
		overflow: scroll;
		border: 1px solid #ddd;
		padding: 2.5rem 2rem;
		max-width: 90%;
		margin: 0 auto 3rem;
}
.Privacy-window h3 {
		font-size: 1.65rem;
		margin-bottom: 2rem;
		font-weight: 600;
}
.Privacy-window ol {
		display: flex;
		flex-direction: column;
		gap: 3rem;
}
.Privacy-window dt {
		font-size: 1.5rem;
}
.Privacy-window dd {
		margin-left: 0;
		margin-top: 1rem;
		font-size: 1.5rem;
}
.form-item.agreement {
		margin-top: 7rem;
}
.agreement .wpcf7-list-item-label {
		font-size: 1.6rem;
		font-weight: 500;
}

/* footer -------------------------------------*/
#footer {
		background: linear-gradient(90deg, #063254, #2ea7e0, #063254);
		color: #fff;
}
#copyright {
		text-align: center;
		border-top: 1px solid #fff;
		padding: 0.5rem 0;
}
#copyright p {
		font-size: 1.2rem;
}
/*Media Query ---------------------------------*/
@media screen and (max-width: 1240px) {
		.inner {
				max-width: 92%;
		}
}
@media screen and (max-width: 768px) {
		.only_sp {
				display: block;
		}
		.section {
				padding: 3.5rem 0;
				margin: 0 auto;
		}
		/* About -------------*/
		.mv_bg_text span {
				color: rgba(212, 212, 212, 0.6) !important;
		}
		/* Philosophy -------------*/
		#section-philosophy-inner .inner-content > div {
				flex-direction: column;
		}
		/* business-lineup -------------*/
		#business-lineup-inner .lineup-box.flex {
				flex-direction: column-reverse;
				padding: 0;
		}
		#business-lineup-inner .lineup-box.flex figure {
				position: unset;
				width: 100%;
		}
		#business-lineup-inner .lineup-box.flex > div {
				width: 100%;
		}
		#business-lineup-inner .lineup.flex {
				gap: 5rem;
		}
		#business-lineup-inner h3 {
				margin: 2rem 0 1rem 0;
		}
		/* strength -------------*/
		.strength-content_box {
				width: 100%;
		}
		/* locations -------------*/
		.strength-content_box {
				width: 100%;
		}
		#locations figure {
				background-color: rgba(255,255,255,0.9);
		}
		/* Contact -------------*/
		.form-area {
				max-width: 100%;
				padding: 1rem 0;
		}
}
@media screen and (max-width: 640px) {
		.fadeIn_Mv img {
				height: 85vh;
		}
		.mv_txt span {
				margin-bottom: 2rem;
		}
		#section2-inner .lineup-box.flex {
				flex-direction: column-reverse;
				gap: 4rem;
				padding: 0;
		}
		#section2-inner .lineup-box.flex > div {
				width: 100%;
		}
		#section2-inner .lineup-box.flex figure {
				position: unset;
				transform: unset;
				width: 100%;
		}
		.form-area label {
				font-size: 1.6rem;
		}
}

@media screen and (max-width: 550px) {
		.mv_txt {
				top: 55%;
		}
		.mv_txt span br{
				display: block;
		}

}

@media screen and (max-width: 480px) {
		.br_pc {
				display: none;
		}
		.br_sp {
				display: block !important;
		}
		#section1-inner .inner-content {
				padding: 5rem 2rem;
		}
		/* Contact -------------*/
		.wpcf7-checkbox span {
				font-size: 1.6rem;
		}
		.form-area .select_wrapper{
				max-width: 90%;
		}
		.wpcf7-form-control.wpcf7-submit.has-spinner{
				width: 85%;
		}
		.form-submit-area {
				max-width: 100%;
		}
		.form-submit-area p {
				font-size: 1.4rem;
				text-align: left !important;
		}
		.Privacy-window {
				padding: 2rem 1.25rem;
		}
		.company-table {
				border: 1px solid #ddd;
		}
		.company-table .column-1,
		.company-table .column-2 {
				display: block;
				width: 100%;
		}
		.company-table td:first-child {
				padding: 2rem 1rem 0;
				font-weight: 600;
		}
		.company-table td:last-child {
				padding: 0.5rem 1rem 2rem 1rem;
				font-weight: 400;
				font-size: 0.9em;
		}
		.company-table .column-2 {
				border: none;
		}
}

/*アニメーション　-----------------*/

/* 左から右へ表示 -----*/
.reveal-left,
.reveal-left2 {
		display: block;
		position: relative;
		overflow: hidden;
}

.reveal-left.is-active,
.reveal-left2.is-active {
		animation: textReveal forwards;
}

.reveal-left.is-active {
		animation-duration: 3s;
		animation-delay: 0.8s;
}

.reveal-left2.is-active {
		animation-duration: 4s;
}

@keyframes textReveal {
		from {
				clip-path: inset(0 100% 0 0);
		}

		to {
				clip-path: inset(0 0 0 0);
		}
}


/* テキストキラッ -----------------*/
.text-shine {
		display: block;
		position: relative;
}

.text-shine::after {
		content:"真実と誠実を、\Aすべてのサービスに。";
		white-space:pre;

		position:absolute;
		left:0;
		top:0;

		color:transparent;

		background:
				linear-gradient(
						120deg,
						transparent 45%,
						rgba(255,255,255,.5) 50%,
						transparent 55%
				);

		background-size:200% 100%;
		background-position:100% 0;

		-webkit-background-clip:text;
		background-clip:text;

		opacity:0;

		/* 光のスピード */
		animation:textShine 3s ease forwards;
		/*animation:textShine 1.3s ease forwards;*/
		/* 光るタイミング */
		animation-delay: 2s;
}


@keyframes textShine {
		0% {
				background-position:100% 0;
				opacity:0;
		}
		20% {
				opacity:1;
		}
		100% {
				background-position:-100% 0;
				opacity:0;
		}
}

/*テキスト流れ*/
.mv_bg_text {
		position:absolute;
		top:50%;
		left:0;
		width:100%;
		overflow:hidden;
		transform:translateY(-50%);
		z-index:0;
		white-space:nowrap;
}
.mv_bg_text_inner {
		display:flex;
		width:max-content;
		will-change:transform;
		animation:textLoop 60s linear infinite;
}
.mv_bg_text span {
		font-family: "Noto Serif JP", serif;
		font-size: clamp(25rem, 20vw, 50rem);
		font-weight:600;
		letter-spacing: 1px;
		color: rgba(212, 212, 212, 0.7);
		padding-right:3vw;
}

@keyframes textLoop {
		from {
				transform:translateX(0);
		}
		to {
				transform:translateX(-50%);
		}
}

/* fade-up --------*/
.fade-up,
.fade-up2 {
		opacity:0;
}
.fade-up {
		transform:translateY(30px);
}
.fade-up2 {
		transform:translateY(50px);
}
.fade-up.is-active {
		animation:fadeUp 1s ease forwards;
}
.fade-up2.is-active {
		animation:fadeUp 2s ease forwards;
}
@keyframes fadeUp {
		from {
				opacity:0;
				transform:translateY(30px);
		}
		to {
				opacity:1;
				transform:translateY(0);
		}
}
@keyframes fadeUp2 {
		from {
				opacity:0;
				transform:translateY(50px);
		}
		to {
				opacity:1;
				transform:translateY(0);
		}
}
/**/
.single .subpage-head-content h1 {
		font-size: 2rem;
		font-weight: 600;
		text-overflow: ellipsis;
		max-height: 120px;
		width: 100%;
		margin-bottom: 1rem;
}
.single .entry-content {
		margin-top: 5rem;
}
.pagination {
		margin: 3rem 0;
}
.pagination ul {
		display: flex;
		gap: 1.5rem;
		justify-content: center;
}
.single h2 {
		font-weight: 600;
		font-size: 2rem;
		margin: 0 0 2rem 0;
}
.single .entry-content div {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
}
.single img {
		max-width: 600px;
		width: 100%;
		display: block;
		text-align: center;
		margin: 0 auto;
}
.pagination .pagination ul span {
		color: #9c9c9c;
		font-weight: 500;
}
.pagination .pagination ul a {
		color: #063254;
		font-weight: 500;
}
/* アーカイブ ------------------*/
.archive .post-list {
		margin: 5rem 0;
		display: flex;
		flex-direction: column;
		gap: 2rem;
}
.archive .post-list .post-box {
		border-bottom: 2px dotted #eee;
		padding-bottom: 0.5rem;
}
.link-archives {
		margin-top: 1rem;
		text-align: right;
}
.link-archives a {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
		gap: 1rem;
}
.link-archives a::after {
		content: "";
		display: inline-block;
		width: 0.75rem;
		height: 1rem;
		background-color: #705b09;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 480px) {
		.single .subpage-head-content h1 {
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
		}
}