@charset "utf-8";

body{
	font-family: "hiragino-kaku-gothic-pron", sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
}

.page-logo img,
.page-ftlogo img{
	height: 96px !important;;
}

.flex-box{
	width: 100%;
    display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}

.flex-box_center{
	width: 100%;
    display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.flex-box_bg-img{
	width: 100%;
	min-height: 640px;
    display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-image: url("../images/feature_bg-img.jpg");
	object-fit: cover;
}

.flex-box_bg-img img{
	opacity: .9;
}

.flex-box-inner_4rows{
	width: 24%;
}

.flex-box-inner_2rows{
	width: 48%;
}

.flex-box-inner_left-blue{
	width: 40%;
	min-height: 480px;
	position: relative;
	background-color: #00ccff;
	border-radius: 0 30px 30px 0;
}

.flex-box-inner_right-blue{
	width: 40%;
	min-height: 560px;
	position: relative;
	background-color: #00ccff;
	border-radius: 30px 0 0 30px;
}

.flex-box-inner_left-green{
	width: 40%;
	min-height: 560px;
	position: relative;
	background-color: #99cc33;
	border-radius: 0 30px 30px 0;
}

.flex-box-inner_left-orange{
	width: 40%;
	min-height: 560px;
	position: relative;
	background-color: #ff9900;
	border-radius: 0 30px 30px 0;
}

.flex-box-inner_left-img{
	width: 40%;
}

.flex-box-inner_left-img img{
	border-radius: 0 30px 30px 0;
}

.flex-box-inner_right-img{
	width: 40%;
}

.flex-box-inner_right-img img{
	border-radius: 30px 0 0 30px;
}

.flex-box-inner_txt-left{
	width: 60%;
	padding: 0 2rem 0 10%;
	box-sizing: border-box;
}

.flex-box-inner_txt-right{
	width: 60%;
	padding: 0 10% 0 2rem;
	box-sizing: border-box;
}

.flex-box-inner_step-txt{
	width: 70%;
}

.flex-box-inner_step-img{
	width: 30%;
}

#top-slide-max {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

#top-slide-max-mobile,
#box-nav-mobile{
	display: none;
}

#box-nav {
	display: block;
	width: 100%;
	height: 200px;
	max-width: 1280px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 3;
}

.nav-btn{
	width: 48.5%;
}

.nav-btn a{
	width: 100%;
	display: block;
	font-size: 32px;
	color: #fff;
	padding: 11% 0;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}

.btn-blue{
	background-color: #00ccff;
}

.btn-green{
	background-color: #99cc33;
}

.box-blue{
	padding: 0 0 0 1rem;
	margin: 0 0 1rem;
	box-sizing: border-box;
	border-left: 5px #00ccff solid;
	min-height: 6rem;
}

.box-green{
	padding: 0 0 0 1rem;
	margin: 0 0 1rem;
	box-sizing: border-box;
	border-left: 5px #99cc33 solid;
	min-height: 6rem;
}

.flex-box-inner_member-txt{
	width: 60%;
	box-sizing: border-box;
}

.flex-box-inner_member-img{
	width: 40%;
	box-sizing: border-box;
}

.flex-box-inner_member-img img{
	border-radius: 50%;
	width: 240px;
	height: 240px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.align1{
	text-align: center;
}

.align2{
	text-align: right;
}

.mgn-t1{
	margin-top: 1rem;
}

.mgn-t2{
	margin-top: 2rem;
}

.mgn-t3{
	margin-top: 3rem;
}

.mgn-t4,
.mgn-t4_mobile-none{
	margin-top: 4rem;
}

.mgn-t5{
	margin-top: 5rem;
}

.mgn-t6{
	margin-top: 6rem;
}

.mgn-b1{
	margin-bottom: 1rem;
}

.mgn-b2{
	margin-bottom: 2rem;
}

.inner_txt{
	padding: 2rem 4rem 2rem;
}

.inner_img{
	background-color: #000;
	display: inline-block;
}

.inner_img img{
	opacity: .6;
	display: block;
}

h2{
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}

h2 span{
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: .25rem;
}

h3.underline{
	letter-spacing: .25rem;
	border-bottom: solid 5px #ff9900;
}

h3.underline span{
	font-size: 65%;
	letter-spacing: .15rem;
}

h3.page-title_black{
	color: #000;
	border-bottom: none;
	margin: 4rem 0 2rem;
}

h3.page-title{
	border-bottom: none;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
	z-index: 2;
	color: #fff;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 48px;
}

h4{
	font-size: 24px;
}

h4.page-title-blue{
	background-color: #00ccff;
	box-sizing: border-box;
	padding: 1rem;
	color: #fff;
	font-weight: normal;
}

h4.page-title-green{
	background-color: #99cc33;
	box-sizing: border-box;
	padding: 1rem;
	color: #fff;
	font-weight: normal;
}

.txt-orange{
	color: #ff9900;
}

.txt-blue{
	color: #00ccff;
}

.txt-green{
	color: #99cc33;
}

.txt-red{
	color: #f33;
}

.txt-white{
	color: #fff;
}

.txt-step-number{
	font-family: "roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 48px;
	margin: 0 2rem 0 0;
	vertical-align: text-top;
}

.txt-step{
	font-size: 125%;
	margin: 0 0 0 4rem;
}

p,a,ul,li,table,tr,th,td{
	font-size: 100%;
	letter-spacing: .1rem;
	line-height: 200%;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.txt-caption{
	font-size: 87.5%;
}

.txt-small{
	font-size: 65%;
}

.txt-large{
	font-size: 125% !important;
}

.txt-number{
	font-size: 125%;
	font-family: "roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.txt-bold{
	font-weight: 600;
}

.txt-read{
	text-align: center !important;
}

ul.bullet{
	margin: 0;
	padding: 0;
}

ul.bullet li{
	list-style-type: none;
	padding-left: 1.25rem;
	text-indent: -1.25rem;
}

ul.bullet li::before{
	display: inline-block;
	width: 16px;
	height: 16px;
	content: "";
	border-radius: 100%;
	background-color: #00ccff;
	margin-right: .25rem;
}

#policy ol li::marker{
	font-weight: 600;
	font-size: 125%;
}

#policy ol li > ol li::marker{
	font-weight: normal;
	font-size: 100%;
}

#policy ol li > ol li{
	margin-left: 0 !important;
	padding-left: 0;
	text-indent: -1.5rem !important;
}

/* お問合わせフォーム
--------------------------------------------*/
#form{
	display: block;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

#form .pagetitle{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
}

#form table{
	border-collapse: collapse;
	border-spacing: 0;
}

#form tr{
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}

#form th{
	min-width: 200px;
	border: 0;
	background-color: transparent;
}

#form td{
	border: 0;
}

#form th p,
#form td p{
	margin: 1rem 0;
	border: 0;
}

.wpcf7 #form input[type="submit"]{
	display: block;
	width: 240px;
	min-height: 60px;
	margin: 1rem auto 0;
	padding: .5rem 0;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	background-color: #ff9900;
	border: none;
	font-size: 16px;
}

.wpcf7 #form input[type="submit"]:hover,
.wpcf7 #form input[type="button"]:hover{
	opacity: .6;
}

.wpcf7 #form input[name="your-age"]{
	width: 25%;
	}

/* 必須マーク */
.must {
	background: #f33;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	margin: 0 .5em 0 0;
	letter-spacing: 0.2em;
}

.wpcf7 .wpcf7-spinner{
	display: none !important; /* 送信ボタンの不要なマージン削除 */
}

/* TABLE */
#guidelines{
	max-width: 1024px;
	margin: 0 auto;
}

#guidelines table{
	width: 100%;
	margin: 1em 0 2em;
	border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

#guidelines tr{
	border: none;
}

#company th,
#guidelines th{
	width: 20%;
	vertical-align: top;
	border-top: 1px solid #d1d1d1;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #d1d1d1 !important;
	background: none !important;
	padding: 1rem;
}

#company td,
#guidelines td{
	width: 80%;
	vertical-align: top;
	border-top: 1px solid #d1d1d1;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #d1d1d1 !important;
	line-height: 200%;
	padding: 1rem !important;
}

#guidelines td:nth-of-type(1){
	width: 20%;
}

#guidelines td:nth-of-type(2){
	width: 60%;
}

.disp_sp2{
	display: none;
}

/* ARCHIVE */
.arc_wrap {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 1rem;
}

.arc_inner {
	background: #f0f0f0;
	padding: 1rem;
}

.arc-img {
	margin: 0 0 .5rem;
}

.arc-img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.arc-data {
	font-size: 87.5%;
	line-height: 120%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.arc-cat a{
	display: inline-block;
	font-size: 75%;
}

.arc-title{
	line-height: 150%;
	font-weight: 600;
}

.arc-txt{
	font-size: 87.5%;
	line-height: 150%;
}

@media screen and (max-width: 768px){
.arc_wrap {
	grid-template-columns: repeat(2,1fr);
	gap: .5rem;
	}
	
.arc_inner {
	padding: .5rem;
	}
}

/* PAGER */
#single-pager nav {
	display: block;
	width: 100%;
	height: auto;
	background-color: transparent;
	position: inherit;
	top: inherit;
	z-index: 1;
}

.nav-links {
    display: flex;
    justify-content: center;
    padding: 4rem 0 2rem;
}

.nav-links ul {
	width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 1;
	float: none;
}

.nav-links li > a,
.nav-links li > span.current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #333;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: background 0.3s ease, color 0.3s ease;
}

.nav-links li > .current,
.nav-links li > a:hover {
    background-color: #b2b2b2;
    color: #fff;
}

.nav-links li > .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #000;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 2px;
    pointer-events: none;
}

/* SINGLE PAGER */
.nav-next{
	position: absolute;
	width: 32px;
	right: 0;
}

.nav-previous{
	position: absolute;
	width: 32px;
	left: 0;
}

.nav-previous a,
.nav-next a{
	display: block;
	color: #333;
	text-align: center;
	border: 1px solid #ddd;
	padding: .5rem;
}

.nav-previous a:hover,
.nav-next a:hover{
	color: #fff;
	background-color: #b2b2b2;
}

/* PAGE TOP */
.page-top-button {
	position: fixed;
	z-index: 9000;
	right: 4.75rem;
	bottom: 1.25rem;
	width: 4.25rem;
	height: 4.25rem;
	cursor: pointer;
	background: #333;
	border-radius: 10px;
	transition: opacity 0.5s;
	box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
}

.page-top-button::after {
    position: absolute;
    top: 44%;
    left: 53%;
    width: 15px;
    height: 15px;
    content: "";
    transform: rotate(-45deg) translate(-50%, -50%);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}

.page-top-button:hover {
	color: #999;
	transition: all .5s ease;
}

.page-top-button:hover::after {
	border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}

@media(max-width:767px) {
	.page-top-button {
		 right: .25rem;
	}

	.page-top-button::after {
		position: absolute;
		top: 45%;
		left: 55%;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

/* reCAPTCHA */
.grecaptcha-badge {
	margin-bottom: .75rem;
}

@media(max-width:767px) {
	.grecaptcha-badge {
		margin-bottom: 5rem;
	}	
}

@media only screen and (min-width: 961px) and (max-width: 1280px) {
#top-slide-max {
	overflow: inherit;
}	
	
#box-nav {
	bottom: -10%;
	left: 50%;
	-webkit-transform: translate(-50%, 10%);
	-ms-transform: translate(-50%, 10%);
	transform: translate(-50%, 10%);
	}
	
.nav-btn a{
	font-size: 28px;
	padding: 7% 0;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
#header-left{
	padding: 0 0 0 5%;
}	
	
.flex-box-inner_txt-left{
	padding: 0 2rem 0 5%;
	}

.flex-box-inner_txt-right{
	padding: 0 5% 0 2rem;
	}
	
#form,
#company,
#guidelines{
	width: 90% !important;
	margin: 0 auto;
	}
	
#footer {
	padding: 0 5% !important;
	}
}

@media only screen and (max-width: 1024px) {
.txt-read{
	text-align: left;
	}
}

@media only screen and (max-width: 960px) {
.disp_pc{
	display: none !important;
	}

.disp_sp{
	display: block !important;
	}	
	
#top-slide-max{
	display: none;
	}
	
#top-slide-max-mobile{
	display: block;
	}
	
#box-nav-mobile {
	display: block;
	width: 100%;
	}

.nav-btn{
	width: 50%;
	}
	
.nav-btn a{
	font-size: 20px;
	}

.footerbox p,
.footerbox li,
.footerbox li a,
.footerbox p,
#copyright a{
	font-size: 14px !important;
	}
}

@media screen and (max-width: 768px){
.inner{
	width: 98% !important;
	}

#header {
	padding: 0 0 0 .5rem;
	box-sizing: border-box;
	
	}
	
#header-left,#header-right{
	width: 100%;
	display: block;
	}
	
#header-left{
	padding: 0 0 0 0;
	}
	
.page-logo img,
.page-ftlogo img{
	height: 36px !important;
	}
	
.top-logo img{
		height: 20px !important;
	}

.rmp-menu-title a img{
	margin-left: 0 !important; /* Responsive Menuのロゴ位置調整 */
	}

/* IMAGE HEADER */
.head-img{
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0 auto;
	}

.head-img img{
	height: auto;
	}
	
.flex-box{
	justify-content: center;
	}

.flex-box-inner_2rows{
	width: 100%;
	margin: 0 0 1rem;
	}
	
.flex-box_replace .flex-box-inner_2rows:first-child{
	order: 2;
	}
	
.flex-box_replace .flex-box-inner_2rows{
	order: 1;
	}
	
.inner_txt{
	padding: 1rem;
	}
	
.box-item{
	margin: .5rem 0 0 .25rem;
	}
	
.box-item:first-child{
	margin: .5rem 0 0 0rem;
	}

.border-box{
	padding: 1rem .5rem;
	margin: 1rem 0 1rem;
	}

.normal-area{
	margin: .5em auto 1em;
	padding: .5em 0 1em;
	}

.wide-area{
	margin: .5em 0 1em;
	padding: .5em 0 1em;
	}
	
h1{
	font-size: 36px !important;
	}
	
h3.page-title_black{
	font-size: 22px !important;
	line-height: 160%;
	margin: 1rem 0 .5rem !important;
	}

h3.underline,
h3.page-title{
	font-size: 22px;
	line-height: 150%;
	}

h4{
	font-size: 18px;
	margin: .5rem 0 0;
	}

h5{
	font-size: 105%;
	margin: 2rem 0 1rem;
	}
	
.txt-step-number{
	font-size: 30px;
	margin: 0 1rem 0 0;
}
	
.txt-step{
	font-size: 14px;
	margin: 0 0 0 2rem;
}


p,a,ul,li,tr,th,td{
	font-size:  14px !important;
	}

.txt-large{
	font-size: 14px !important;
	}
	
.txt-read{
	text-align: left;
	font-size: 14px !important;
	}
	
ul.bullet li::before{
	width: 12px;
	height: 12px;
	margin-right: .45rem;
}

#footer {
	margin: 2rem auto 0;
	padding: 0 .5rem !important;
	}

.footerbox{
	width: 50%;
	}
	
.footerbox:nth-child(3){
	width: 100%;
	margin: 1rem 0 0 0 !important;
	}
	
.footerbox:first-child img{
	height: 48px;	
	}
	
.footerbox li{
	text-align: center !important;
	}	

#copyright{
	text-align: center !important;
	}

.table{
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
	}

.table th,
.table td {
  border: 2px solid #eee;
  padding: 4px 8px;
	}

#company tr:nth-child(2n+1) {
    background-color: transparent;
	}

/*#company th,*/
#guidelines th{
	width: 92.5%;
	display: block;
	border: none;
	background-color: #d1d1d1 !important;
	padding: .25rem 1rem;
	}

/*#company td,*/
#guidelines td{
	width: 92.5% !important;
	display: block;
	border: none !important;
	padding: .25rem 1rem;
	}
	
td.bg-light-gray{
	background-color: #f1f1f1 !important;
	}

#form,
#company,
#guidelines{
	width: 98% !important;
	margin: 0 auto;
	}

#form th{
	padding: .5rem 0 0;
	display: block;
	}
	
#form td{
	padding: 0 0 .5rem;
	display: block;
	}
	
.wpcf7 #form input[name="your-age"]{
	display: inline-block;
	width: 25% !important;
	}

.wpcf7 #form input[name="your-name"],
.wpcf7 #form input[name="your-furigana"],
.wpcf7 #form input[name="your-email"],
.wpcf7 #form input[name="your-tel"],
.wpcf7 #form input[name="your-address"],
.wpcf7 #form input[name="your-work"],
.wpcf7 #form input[name="your-shikaku"]{
	display: inline-block;
	width: 90% !important;
	}
	
.wpcf7 #form input[name="douki"],
.wpcf7 #form input[name="your-message"]{
	display: inline-block;
	width: 80% !important;
	}

.flex-box_bg-img{
	min-height: inherit;
	padding: 0 0 1.5rem 0;
	}
	
.flex-box_bg-img img{
	object-fit: contain;
	}

.flex-box-inner_left-blue{
	width: 100%;
	min-height: 4rem;
	border-radius: 0 0 0 0;
	}

.flex-box-inner_right-blue{
	width: 100%;
	min-height: 4rem;
	border-radius: 0;
	}

.flex-box-inner_left-green{
	width: 100%;
	min-height: 4rem;
	border-radius: 0;
	}

.flex-box-inner_left-orange{
	width: 100%;
	min-height: 4rem;
	border-radius: 0;
	}

.flex-box-inner_left-img{
	width: 100%;
	order: 1;
	}

.flex-box-inner_left-img img{
	border-radius: 0;
	}

.flex-box-inner_right-img{
	width: 100%;
	order: 1;
	}

.flex-box-inner_right-img img{
	border-radius: 0 0 0 0;
	}

.flex-box-inner_txt-left,
.flex-box-inner_txt-right{
	width: 100%;
	margin: 1rem 0 0;
	padding: 0 .5rem;
	order: 2;
	}

.flex-box-inner_member-txt{
	width: 100%;
	display: block;
	}

.flex-box-inner_member-img{
	width: 100%;
	display: block;
	}
	
.flex-box-inner_member-img img{
	width: 180px;
	height: 180px;
	}

.mgn-t2{
	margin-top: .5rem;	
	}
	
.mgn-t3{
	margin-top: 1rem;	
	}
	
.mgn-t4{
	margin-top: 2rem;	
	}
	
.mgn-t4_mobile-none{
		margin-top: 0;
	}
	
.mgn-t6{
	margin-top: 2rem;
	}
	
.mgn-b1{
	margin-bottom: .25rem;
	}

.iframe-container {
	padding-bottom: 56.25%;
	}
}

@media only screen and (max-width: 480px) {
.disp_sp2{
	display: block;
	}

h3.underline{
	letter-spacing: .15rem;
	padding-bottom: 1rem;
	}
	
h3.underline span{
	display: block;
	line-height: 160% !important;
	margin: .25rem 0 0;
	}	
	
.nav-btn a,
.footerbox p,
.footerbox li,
.footerbox li a,
.footerbox p,
#copyright a{
	font-size: 12px !important;
	}	
}