/*---------------
font
---------------*/
.en{
	font-family: "Golos Text", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.jp{
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.fs64{
	font-size: 64px;
}
.fs48{
	font-size: 48px;
}
.fs48b{
	font-size: 48px;
	line-height: 150%;
	letter-spacing: 0.289em;
}
.fs40{
	font-size: 40px;
}
.fs40b{
	font-size: 40px;
	letter-spacing: 0.2em;
}
.fs40c{
	font-size: 40px;
	letter-spacing: -0.011em;
}
.fs32{
	font-size: 32px;
}
.fs24{
	font-size: 24px;
}
.fs20{
	font-size: 20px;
}
.fs20b{
	font-size: 20px;
	line-height: 270%;
	letter-spacing: -0.011em;
}
.fs20c{
	font-size: 20px;
	line-height: 150%;
}
.fs16{
	font-size: 16px;
}
.fs16b{
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.011em;
}
.fs16c{
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.01em;
}
.fs16d{
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 0.2em;
}
.fs16e{
	font-size: 16px;
	letter-spacing: -0.011em;
}
.fs14{
	font-size: 14px;
}
.fs14b{
	font-size: 14px;
	letter-spacing: -0.011em;
}
.fs14c{
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.011em;
}
.fs12{
	font-size: 12px;
}
.fs10{
	font-size: 10px;
}
@media all and (max-width: 786px) {
	.s-fs33{
		font-size: 33px;
		line-height: 40px;
	}
	.s-fs32{
		font-size: 32px;
	}
	.s-fs26{
		font-size: 26px;
		line-height: 150%;
		letter-spacing: 0.289em;
	}
	.s-fs26b{
		font-size: 26px;
		letter-spacing: -0.011em;
	}
	.s-fs24{
		font-size: 24px;
		letter-spacing: -0.011em;
	}
	.s-fs20{
		font-size: 20px;
		line-height: 270%;
		letter-spacing: 0.011em;
	}
	.s-fs20b{
		font-size: 20px;
		letter-spacing: 0.011em;
	}
	.s-fs20c{
		font-size: 20px;
		line-height: 150%;
	}
	.s-fs16{
		font-size: 16px;
		line-height: 150%;
		letter-spacing: 0.01em;
	}
	.s-fs16b{
		font-size: 16px;
		letter-spacing: -0.011em;
	}
	.s-fs15{
		font-size: 15px;
		letter-spacing: 0.2em;
	}
	.s-fs14{
		font-size: 14px;
		letter-spacing: -0.011em;
	}
	.s-fs14b{
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0.01em;
	}
	.s-fs14c{
		font-size: 14px;
		line-height: 270%;
		letter-spacing: -0.011em;
	}
	.s-fs14c{
		font-size: 14px;
	}
	.s-fs12{
		font-size: 12px;
	}
	.s-fs10{
		font-size: 10px;
		letter-spacing: 0.2en;
	}
}

/*---------------
color
---------------*/

:root {
  --main-color: #3A38A8;
  --secondary-color: #2ecc71;
  --text-main: #606060;
  --text-sub: #ffffff;
  --bg-light: #f4f4f4;
}
/*---------------
body
---------------*/
html{
	margin-top: 0!important;
}
body{
	background-color: #f7f5f5!important;
	position: relative;
	overflow-x: hidden;
}
.pc-on{
	display: block;
}
.sp-on{
	display: none;
}
.br-pc{
	display: block;
}
.br-sp{
	display: none;
}
.fade {
  opacity: 0;
  -webkit-animation: fadeIn ease 1.5s;
  -moz-animation: fadeIn ease 1.5s;
  -o-animation: fadeIn ease 1.5s;
  -ms-animation: fadeIn ease 1.5s;
  animation: fadeIn ease 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fade-in {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (max-width: 786px) {
	html{
		max-width: 786px;
	}
	body{
		max-width: 786px;
	}
	.pc-on{
		display: none;
	}
	.sp-on{
		display: block;
	}
	.br-pc{
		display: none;
	}
	.br-sp{
		display: block;
	}
}


/*---------------
header
---------------*/
#pc-header{
	position: fixed;
	height: 80px;
	width: 100%;
	z-index: 5000;
	background: transparent;
}
.is-top-page #pc-header,
.is-top-page #sp-header {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
  pointer-events: none;
}

.is-top-page #pc-header.is-show,
.is-top-page #sp-header.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body:not(.is-top-page) #pc-header,
body:not(.is-top-page) #sp-header {
  opacity: 1;
  visibility: visible;
}
.symbol-logo{
	position: fixed;
	top: 15px;
	left: 25px;
	width: 58px;
	z-index: 1000;
}
.symbol-logo img{
	width: 58px;
	object-fit: cover;
}
.menu-line{
	position: fixed;
	top: 28px;
	right: 48px;
	width: auto;
	z-index: 1000;
}
.menu-line ul{
	width: 100%;
	display: flex;
}
.menu-line ul li{
 margin-right: 16px;
 display: block;
}
.menu-line ul li:nth-last-child{
 margin-right: 0;
}
.menu-line ul li a{
  transition: color 0.4s ease;
}
.menu-line ul li a.is-black{
  color: var(--text-main);
  display: block;
}
.menu-line ul li a.is-white{
  color: var(--text-sub);
  display: block;
}
.menu-line ul li:hover a.is-black{
  color: var(--text-sub);
}
.menu-line ul li:hover a.is-white{
  color: var(--main-color);
}
.menu-line.is-scrolled ul li a.is-white {
    color: var(--text-main) !important;
}
.menu-line.is-scrolled ul li:hover a.is-white {
    color: var(--text-sub);
}
@media all and (max-width: 786px) {
	#sp-header{
		position: fixed;
		z-index: 9999;
	}
	.sp-symbol-logo01{
		position: fixed;
		top: 40px;
		left: 20px;
		margin: 0;
		width: 40px;
		z-index: 1000;
	}
	.sp-symbol-logo img{
		width: 40px;
		object-fit: cover;
	}
	.header-sp-nav {
	  position: fixed;
	  top: 45px;
	  right: 31px;
	  z-index: 1000;
	}
	.nav-toggle {
	  position: relative;
	  width: 37px;
	  height: 21px;
	  background: none;
	  border: none;
	  cursor: pointer;
	  padding: 0;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
	.sp-nav-wrapper {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100vh;
	  background-color: #f7f7f7;
	  z-index: 10000;
	  opacity: 0;
	  visibility: hidden;
	  transition: opacity 0.4s ease, visibility 0.4s ease;
	  overflow-y: auto;
	}

	.sp-nav-wrapper.is-active {
	  opacity: 1;
	  visibility: visible;
	}

	.sp-nav-inner {
	  padding: 40px 20px 80px;
	  display: flex;
	  flex-direction: column;
	  min-height: 100%;
	}

	/* ヘッダー部分（ロゴと×ボタン） */
	.sp-nav-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
	  margin-bottom: 60px;
	}
	.sp-symbol-logo02{
		margin: 0;
		width: 40px;
	}
	.sp-symbol-logo img{
		width: 40px;
		object-fit: cover;
	}
	.nav-close {
	  background: none;
	  border: none;
	  cursor: pointer;
	  padding: 0;
	}
	.nav-close img {
	  width: 18px;
	  height: 18px;
	}
	/* メインメニューリスト */
	.sp-nav-list {
	  list-style: none;
	  padding: 0;
	  margin: 0 0 0 15vw;
	}
	.sp-nav-list li {
	  margin-bottom: 40px;
	}
	.sp-nav-list a {
	  text-decoration: none;
	  color: var(--text-main);
	  font-weight: 500;
	  display: block;
	}
	.sp-nav-sub {
	  list-style: none;
	  padding: 0;
	  margin-top: auto;
	  margin-left: 15vw;
	}
	.sp-nav-sub li {
	  margin-bottom: 20px;
	}
	.sp-nav-sub a {
	  text-decoration: none;
	  color: var(--text-main);
	}
}

/*---------------
contact
---------------*/
.co-contact{
	position: fixed;
	z-index: 100;
	right: 50px;
	bottom: 50px;
	width: 12vw;
	transition: opacity 0.5s ease;
}
.co-contact:hover{
	opacity: 0.8;
}
.co-contact a img{
	width: 12vw;
}
@media all and (max-width: 786px) {
	.co-contact{
		position: fixed;
		z-index: 100;
		right: 20px;
		bottom: 20px;
		height: 88px;
		width: 88px;
	}
	.co-contact a img{
		width: 88px;
	}
}

/*---------------
footer
---------------*/
footer{
	position: absolute;
	z-index: 5000;
	left: 0;
	bottom: 0;
	height: 710px;
	width: 100%;
}
.footer-wrapper{
	position: relative;
}
.city-linear {
	position: absolute;
	left: 0;	
	bottom: 0;
	height: 469px;
	width: 100%;
	background: linear-gradient(to bottom, #4644AD00 0%, #4644ADFF 100%);
}
.city-background {
    height: 710px;
}
.city-background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content Card */
.content-wrapper {
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: 80px;
    max-width: 1280px;
    justify-content: center;
    margin: 0 auto;
    z-index: 10;
}

.card {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 26px 32px 32px 32px;
}

.company-info {
    margin-bottom: 18px;
    display: flex;
}

.logo-section {
    display: flex;
    align-items: flex-start;
    margin-right: 35px;
}
.footer-logo{
	width: 58px;
}
.footer-logo img{
	width: 58px;
	object-fit: cover;
}
.company-name{
	display: block;
}
.company-name h2{
  margin-bottom: 9px;
  color: var(--text-main);
}

.comapy-address {
  color: var(--text-main);
}

/*----- licence -----*/
.licence{
	display: flex;
	margin-bottom: 33px;
}
.licence p:first-child{
	margin-right: 24px;
}

/*----- Navigation -----*/
.nav-links {
  margin-bottom: 24px;
}

.nav-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
}

.nav-links a {
  color: var(--text-main);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--main-color);
}

.footer-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
}

.footer-links {
  display: flex;
  gap: 24px;
  font-weight: 500;
}

.footer-links a {
  color: var(--text-main);
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
}

.footer-links a:hover {
  color: var(--main-color);
}

.copyright {
  color: var(--text-main);
  font-weight: 500;
}

@media (max-width: 640px) {
  footer{
		height: 807px;
		width: 100%;
	}
	.footer-wrapper{
	}
	.city-linear {
		position: absolute;
		left: 0;	
		bottom: auto;
		top: 0;
		height: 807px;
		width: 100%;
		margin-top: 106px;
		background: linear-gradient(to bottom, #4644AD00 0%, #4644ADFF 100%);
	}
	.city-background {
    height: 240px;
	}
	.city-background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	.content-wrapper {
    position: initial;
    width: calc(100% - 40px);
    margin: -30px auto 20px;
	}
	.card {
    padding: 32px 30px 16px;
	}
	.company-info {
    margin-bottom: 20px;
    display: block;
	}
	.logo-section {
    display: flex;
    align-items: flex-start;
    margin-right: auto;
    margin-bottom: 40px;
	}
	.footer-logo{
		width: 60px;
	}
	.footer-logo img{
		width: 60px;
		object-fit: cover;
	}
	.company-name{
		display: block;
	}
	.company-name h2{
    margin-bottom: 9px;
    color: var(--text-main);
	}

	.comapy-address {
    color: var(--text-main);
	}
	.licence{
		display: block;
		margin-bottom: 24px;
	}
	.licence p:first-child{
		margin-right: auto;
		margin-bottom: 16px;
	}
	/* Navigation */
	.nav-links {
    margin-bottom: 24px;
	}
	.nav-links ul {
    display: block;
    list-style: none;
	}
	.nav-links ul li{
    margin-bottom: 32px;
	}
	.nav-links ul li:last-child{
    margin-bottom: 0;
	}
	.nav-links a {
    color: var(--text-main);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
	}
	.nav-links a:hover {
    color: var(--main-color);
	}
	.footer-section {
    display: block;
	}
	.footer-links {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
	}
	.footer-links a {
    color: var(--text-main);
    text-decoration: none;
    transition: color 0.2s;
	}
	.footer-links a:hover {
    color: var(--main-color);
	}
	.copyright {
    color: var(--text-main);
    text-align: center;
	}
}

/*---------------
jinr-reset
---------------*/
.jinr-article{
	margin-top: 200px;
	min-height: 610px;
}
@media all and (max-width: 786px) {
	.jinr-article{
		margin: 214px 20px 0!important;
		min-height: 610px;
		width: calc(100% - 40px)!important;
	}
}
/*---------------
rtoc
---------------*/
.rtoc-mokuji-content .mokuji_ol > .rtoc-item::before,
.rtoc-mokuji-content .decimal_ol > .rtoc-item:before {
 border: none;
 transform: none;
}

.rtoc-mokuji-content .decimal_ol.level-1 > .rtoc-item::before {
 content: counter(rtoc-decimal-1, decimal-leading-zero) “” !important;
}

.rtoc-mokuji-content .mokuji_ol.level-1 > .rtoc-item::before {
 content: counter(rtoc-li) “. ” !important;
}

.rtoc-mokuji-content ul li:before {
 content: none;
}

/*---------------
contact-form
---------------*/
form{
	max-width: 520px;
}
.form-read{
	margin-bottom: 40px!important;
}
.req{
	margin-top: -25px;
}
.req p{
	font-weight: bold!important;
	font-size: 12px!important;
}
.required{
	background-color: #F15B54;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: inline-block;
}
.required-a{
	background-color: #F15B54;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: inline-block;
	margin: 3.5px 0 2.5px 8px;
}
.wpcf7-not-valid-tip{
	color: #E77366!important;
	font-size: 12px!important;
}
.wpcf7 form .wpcf7-response-output{
	color: #E77366!important;
	font-size: 12px!important;
	border-color: transparent!important;
	background-color: #F0E9E8;
	width: 105%;
	margin-left: -2.5%!important;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #61789E!important;
	font-size: 12px!important;
	border-color: transparent!important;
	background-color: #DEE1E7;
	width: 105%;
	margin-left: -2.5%!important;
}
form > p{
	margin-bottom: 40px;
}
form > p > label{
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}
form > p > label.contact-pp{
	color: var(--text-main);
}
span.wpcf7-list-item-label{
	height: 50px;
	line-height: 50px;
	display: block;
	font-weight: 400;
}
.wpcf7-list-item{
	margin: 0!important;
}
.wpcf7-list-item label{
	display: flex;
}
.wpcf7-list-item label input{
	margin-right: 10px;
}
.wpcf7-form-control-wrap > input{
	height: 45px;
	border: none;
	padding: 0 16px;
	border-radius: 4px;
	width: 36vw;
	max-width: 520px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.wpcf7-form-control-wrap textarea{
	border-radius: 4px;
	border: none;
	padding: 19px 16px;
	width: 36vw;
	max-width: 520px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.form-privacy{
	font-weight: 300!important;
	color: var(--text-main);
	text-decoration: underline;
}

.wpcf7-submit{
}
.wpcf7-submit.link-block {
  height: 60px;
  width: 300px;
  border-radius: 8px;
  background-color: var(--main-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: none;
  cursor: pointer;
}

.wpcf7-submit.link-block .btn-text {
  font-weight: 700;
  color: var(--text-sub);
}

.wpcf7-submit.link-block .link-block-img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
}

.wpcf7-submit.link-block .link-block-img img,
.wpcf7-submit.link-block .link-block-img::after {
  height: 32px;
  width: 32px;
}

.wpcf7-submit.link-block .link-block-img img {
  transition: opacity 0.5s ease;
  filter: drop-shadow(0px 4px 16px rgba(0,0,0,0.12));
}
.privacy-text{
	font-size: 12px!important;
	line-height: 18px!important;
	display: block;
}
/* デフォルト（非活性）の状態 */
.wpcf7-submit.link-block:disabled {
  background-color: #ccc; /* グレーアウト */
  cursor: not-allowed;
  opacity: 0.6;
  filter: grayscale(1); /* 白黒にする */
}

/* 活性化時のポインター設定 */
.wpcf7-submit.link-block {
  cursor: pointer;
  transition: all 0.3s ease;
}
@media all and (max-width: 786px) {
	form{
		max-width: 100%;
		margin: 0 auto;
	}
	.form-read{
	}
	.req{
	}
	.req p{
	}
	.required{
	}
	.required-a{
	}
	label{
	}
	form > p{
		margin-bottom: 40px;
	}
	.top-contact-wrap form > p > label{
		color: var(--text-sub);
	}
	.works-content-wrap form > p > label{
		color: var(--main-color);
	}
	form > p > label.contact-pp{
		color: var(--text-main);
	}
	span.wpcf7-list-item-label{
		height: 21px;
    line-height: 21px;
	}
	.wpcf7-list-item{
	}
	.wpcf7-list-item label{
	}
	.wpcf7-list-item label input{
		width: 15px;
    height: 15px;
	}
	.wpcf7-form-control-wrap input{
		padding: 0 20px;
    width: calc(100% - 40px);
	}
	.wpcf7-form-control-wrap textarea{
		padding: 20px;
    width: calc(100% - 40px);
	}
	.form-privacy{
	}
	.wpcf7-submit{
	}
	.wpcf7-submit.link-block {
		width: 100%;
	}
	.wpcf7-submit.link-block .btn-text {
	}
	.wpcf7-submit.link-block::before {
	}
	.wpcf7-submit.link-block::after {
	}
	.wpcf7-submit.link-block:hover::after {
	}
	.wpcf7-submit.link-block .link-block-img {
	}
	.wpcf7-submit.link-block .link-block-img img {
	}
	.wpcf7-submit.link-block .link-block-img::after {
	}
	.wpcf7-submit.link-block:hover .link-block-img img {
	}
	.wpcf7-submit.link-block:hover .link-block-img::after {
	}
}

.is-white



