@charset "utf-8";
/* ============================
   Reset default browser CSS.
/* ============================ */

html, body, div, span, applet, object, iframe, figure,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}


/* ============================
   Global Elements
/* ============================ */


/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
::selection {
	background: #d7d4d4;
}
body, html {
  /* important */
  height: 100%;
}

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color:#222;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
    font-size: 18px;
    line-height: 1.75em;
}
body{
	background-color: #fff;
	background-image: none;
	background-size: auto;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 18px 0;
}
ul {
	list-style: disc;
	margin: 0 0 18px 2em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}

a:hover {
	transition: all 0.4s ease 0s;
	text-decoration:none;
}


iframe{
	max-width:100%;
}

/* Images
----------------------------- */
main img {
	max-width: 100%;
	vertical-align: bottom;
}

/* ============================
   Original CSS Library
/* ============================ */

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap;}
.width50{width: 50% !important;}
.width100{width: 100% !important;}

/* 余白
----------------------------- */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 0 !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top60	{margin-top: 60px !important;}
.m_right60	{margin-right: 60px !important;}
.m_bottom60	{margin-bottom: 60px !important;}
.m_left60	{margin-left: 60px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top10		{padding-top: 10px !important;}
.p_right10	{padding-right: 10px !important;}
.p_bottom10	{padding-bottom: 10px !important;}
.p_left10	{padding-left: 10px !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_right30	{padding-right: 30px !important;}
.p_bottom30	{padding-bottom: 30px !important;}
.p_left30	{padding-left: 30px !important;}
.p_top40	{padding-top: 40px !important;}
.p_right40	{padding-right: 40px !important;}
.p_bottom40	{padding-bottom: 40px !important;}
.p_left40	{padding-left: 40px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}



/* ============================
   Layout
/* ============================ */
#wrapper{
}

header {
	width: 100%;
	z-index: 1000;
	position: fixed;
	background-color:#fff;
	top:0;
}

main,
#footer {
	margin: 0 auto;
	width: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
	padding: 180px 0 150px 0;
}
.cd-container_in {
	width: 90%;
	max-width: 1360px;
	margin: 0 auto;
	position:relative;
	z-index:2;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

/* ============================
   header
/* ============================ */
#headerInner {
	width:95%;
	max-width: 1400px;
	height: 100px;
	transition: all .4s ease;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#site-title {
	width: 46px;
	line-height: 1;
	transition: all .4s ease;
}
#site-title a {
	display: block;
}
#site-title a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


.fixed {
	position: fixed;
	top: 0;
}

/* menu */
#mobile-head{
	margin-left: auto;
}

#global-nav {
}

#global-nav .sp_disp,
#global-nav .sp_disp_menu{
	display: none !important;
}
#global-nav ul#menu-main {
	display: flex;
	list-style: none;
	margin: 0;
}
#global-nav ul#menu-main li {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#global-nav ul#menu-main li a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 100px;
	padding: 0 1.5rem;
	color: #222;
	font-weight: 500;
	letter-spacing:0.05em;
	white-space:nowrap;
}
#global-nav ul#menu-main li a span{
	display: none;
}
#global-nav ul#menu-main li a:hover {
	background: #f5f5f5;
}


#global-nav ul#menu-main li.head_contact {
	padding-left: 2rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#global-nav ul#menu-main li.head_contact a {
	font-size:16px;
	display: block;
	width: 280px;
	background: #18456e;
	line-height: 45px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	flex-grow: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#global-nav ul#menu-main li.head_contact a:hover {
	opacity: .6;
}


/* Toggle Button */
#nav-toggle {
	display: none;
	user-select: none;
}


/*--スクロール後の変更--*/
.is-animation{
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}
.is-animation #headerInner{
	height: 70px;
}
.is-animation #site-title {
	width: 32px;
}

.is-animation #global-nav ul#menu-main li a{
	line-height: 70px;
}
#global-nav ul#menu-main li.head_contact a {
	line-height: 45px;
}


/* ============================
   content
/* ============================ */

/* 見出し
----------------------------- */
main h2 {
	text-align: center;
	padding-bottom:4rem;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-size: 1.5rem;
	font-weight: bold;
}

main h3 {
	padding: .25em 0 .25em 0;
	margin: 2em 0 1em 0;
	line-height: 1.5;
	font-size: 1.35em;
	font-weight: bold;
}

main h4 {
	padding: 0;
	margin: 2em 0 0.5em 0;
	line-height: 1.5;
	font-size: 1.65rem;
	font-weight: 500;
}

main p{
	letter-spacing:0.05em;
	line-height:2.1em;
	margin-bottom:2em;
}

/* テーブル
----------------------------- */
main table {
	margin: 0 0 4rem 0;
	width: 100%;
	border-collapse: collapse;
}
main table tr th {
	width: 20%;
	padding: 30px 10px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing:0.05em;
}
main table tr td {
	width: 80%;
	padding: 30px 10px;
	border-bottom: 1px solid #ccc;
	letter-spacing:0.05em;
}


/* ボタン
----------------------------- */
.btn a{
	display: block;
	max-width: 450px;
	background: #18456e;
	line-height: 60px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btn a:hover{
	opacity: .6;
}

.btn.btn_w a{
	border:solid 2px #fff;
}


/*-----------------------------------------------
 mainvisual
-----------------------------------------------*/
#mainvisual{
	margin-top:100px;
	position: relative;
	width: 100%;
	height:770px;
	background: url(images/main_bg.jpg) center center no-repeat;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#top-copy{
	max-width:90%;
	margin:0 auto;
	flex-grow: 1;
	text-align: center;
}

#top-copy figure{
	display:block;
	margin-top:-1rem;
	padding-bottom:3rem;
}

#top-copy img {
	display: inline-block;
	max-width: 1060px;
	height: auto;
	vertical-align: middle;
}

#top-copy p {
	color:#fff;
	font-size: 1.6rem;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height:1.8em;
	margin:0;
	padding:0;
}


/*-----------------------------------------------
 about
-----------------------------------------------*/
#about{
	color:#fff;
	background-color:#18456e;
	background: url(images/bg_about.jpg) center bottom no-repeat #18456e;
	background-size: 2000px auto;
}
#about .cd-container_in{
	max-width:1000px;
}
main #about h2{
	font-size:1.9rem;
	font-weight:500;
}
#about p{
	font-size:1.25rem;
	letter-spacing:0.1em;
	line-height:2.1em;
	margin-bottom:2em;
}

/*-----------------------------------------------
 message
-----------------------------------------------*/
#message{
	background-color:#f4f4f4;
	position: relative;
	z-index:-1;
	overflow:hidden;
}
#message:after{
	content:"";
	position: absolute;
	z-index:1;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: .4;
	background:url("images/pattern.svg") -20% -20% no-repeat;
	background-size:120% auto;
	user-select: none;
}

#message h3{
	font-size:1.6rem;
	line-height:1.9em;
	margin:0;
	padding:0;
}
#message h3 span{
	font-size:2.4rem;
	line-height:1.6em;
	letter-spacing:0.05em;
	display:block;
	padding:3rem 0 1rem 0;
}

#message h3 strong{
	display:block;
	margin-bottom:0.9em;
	white-space:nowrap;
}

#message u{
	display:inline-block;
	position:relative;
	z-index:1;
	text-decoration:none;
}

#message u:after{
	content:"";
	position:absolute;
	left:0;
	bottom:-10%;
	display:block;
	width:100%;
	height:60%;
	background: #f6ff00;
	z-index:-1;
}

#message p{
	font-size:0.92em;
}

main #message h4.specialcopy{
	font-size:2.2rem;
	line-height: 1.9em;
	margin:0 auto;
	padding-top:4rem;
	font-weight:bold;
}

/*-----------------------------------------------
 business
-----------------------------------------------*/
main #business.cd-container{
	padding-bottom:0;
}

main #business p.copy{
	text-align:center;
	font-size:1.5rem;
	font-weight:500;
	margin-bottom:4rem;
}

main #business .bis1{
	padding-bottom:8rem;
}

main #business h3{
	font-size:3.4rem;
	font-weight:500;
	margin:0 0 2rem 0;
	padding:0;
}


/*-----------------------------------------------
 founder
-----------------------------------------------*/
main #founder.cd-container{
	padding-bottom:0;
}

#founder .name{
	font-size:2.2rem;
	font-weight:500;
	padding:4rem 0 2rem 0;
}
#founder .name span{
	font-size:1.4rem;
	font-weight:normal;
}


#founder .cd-container_in figure{
	width:60vw;
	margin-top:-4rem;
}

/*-----------------------------------------------
 company
-----------------------------------------------*/
#company .cd-container_in{
	max-width:1000px;
}

/*-----------------------------------------------
 contact（お問い合わせ先）
-----------------------------------------------*/
#contact {
	padding:100px 0;
	background: #19456e;
	color: #fff;
	position: relative;
	z-index:1;
	overflow:hidden;
}
#contact:after{
	content:"";
	position: absolute;
	z-index:1;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: .4;
	background:url("images/pattern.svg") no-repeat;
	background-position: right -50% top -5%;
	background-size:102% auto;
	user-select: none;
}
main #contact h3{
	font-size:3rem;
	font-weight:500;
	margin:0;
}

main #contact .btn a{
	width:360px;
	max-width:100%;
}

a.tel{
	color: #fff;
}



/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9000;
}
.pagetop a {

	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	text-align:center;
	text-decoration: none;
}
.pagetop a:before {
	content: "";
	width: 30px;
	height: 30px;
	border: 0;
	border-top: solid 3px #333;
	border-right: solid 3px #333;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pagetop a:hover {
	opacity: 0.5;
}

/* ============================
   footer
/* ============================ */
#footer {
	padding:8rem 0 2rem 0;
}

#footer figure{
	width:140px;
	margin:0 auto;
}

p#site-copy {
	color:#aaa;
	margin:0;
	padding: 1.5em 0 0 0;
	text-align: center;
	font-size: .8em;
	letter-spacing:0.1em;
}




/* ============================
   Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* ============================
   Print Style
/* ============================ */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
		overflow: hidden;
	}
	header,
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	header,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* ============================
  PC
/* ============================ */
@media(min-width: 900px) {

.pc_disp{
	display: inline;
}
.sp_disp{
	display: none;
}

.col{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 3rem;
}

.col.reverse{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


/*-----------------------------------------------
 PC_about
-----------------------------------------------*/

/*-----------------------------------------------
 PC_message
-----------------------------------------------*/
#message .col{
	-webkit-align-items: center;
	align-items: center;
}
#message .col>div{
	flex-grow: 1;
}
#message .col>div:nth-child(2){
	width:40%;
}

#message h3{
	margin-top:-2rem;
	
}

/*-----------------------------------------------
 PC_business
-----------------------------------------------*/
#business .col{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	gap: 6rem;
	-webkit-align-items: center;
	align-items: center;
}
#business .col>figure{
	width:48%;
}
#business .col>div{
	width:40%;
	max-width:600px;
}


/*-----------------------------------------------
 PC_founder
-----------------------------------------------*/
#founder .col{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	gap: 6rem;
}
#founder .col>figure{
	width:48%;
}
#founder .col>div{
	width:40%;
	max-width:600px;
}

/*-----------------------------------------------
 PC_contact
-----------------------------------------------*/
#contact .cd-container_in{
	max-width:1000px;
}


#contact .col{
	-webkit-align-items: center;
	align-items: center;
}

#contact .col>h3{
	flex-grow: 1;
}
#contact .col>div{
	margin-top:-2rem;
}

a.tel{
	pointer-events:none;
	text-decoration:none;
}

}

/* ============================
  PC 1400以下
/* ============================ */
@media(max-width: 1400px) {

#global-nav ul#menu-main li a {
	font-size:16px;
	padding: 0 0.8rem;
}
#global-nav ul#menu-main li.head_contact {
	padding-left: 1rem;
}
#global-nav ul#menu-main li.head_contact a {
	font-size:14px;
	width: 240px;
}

/*-----------------------------------------------
 founder
-----------------------------------------------*/
#founder .cd-container_in{
	display:none;
}
#founder .col>figure span{
	position:relative;
	display:block;
}
#founder .col>figure span:after{
	position:absolute;
	content:"";
	left:5%;
	bottom:-10%;
	width:110%;
	height:15%;
	background:url("images/subcopy.svg") 0 0 no-repeat;
	background-size:contain;
}


}
/* ============================
  PC 1200以下
/* ============================ */
@media(max-width: 1200px) {


#headerInner {
	width:90%;
	height: 70px;
}
#site-title {
	width: 32px;
}
/* menu */
#global-nav {
	visibility:hidden;
    position: fixed;
    top: 0;
    left: 100%;
	z-index: 9999;
    width:100%;
    height:100%;
    background-color:#222;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}


		#global-nav ul#menu-main{
			display: block;
			list-style: none;
			margin: 0;
			padding: 7rem 0 0 0;
			height: auto;
			text-align: center;
		}
		#global-nav ul#menu-main > li{
			float: none;
			width: 100%;
			position: relative;
			padding: 0;
		}
		#header #global-nav ul li a,
		#header.fixed #global-nav ul li a {
			width: 100%;
			display: block;
			color: #fff;
			padding:0;
			font-size:1.1rem !important;
			line-height: 3.5em !important;
		}
		#header #global-nav ul li a:hover{
			background:none;
			opacity: .6;
		}

#global-nav ul#menu-main li.head_contact {
	padding-left:0;
}
#global-nav ul#menu-main li.head_contact a {
	width:auto;
	background:none;
}

/* Toggle Button */
#nav-toggle {
	display: block;
	width: 45px;
	height: 22px;
	cursor: pointer;
	position: relative;
	z-index: 10000;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	border-radius: 3px;
	width: 100%;
	background: #222;
	left: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 9px;
}
#nav-toggle span:nth-child(3) {
	top: 19px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	visibility: visible;
	left: 0;
}
.open #nav-toggle span {
	background: #fff;
}

/*-----------------------------------------------
 mainvisual
-----------------------------------------------*/
#mainvisual{
	margin-top:70px;
}


}
/* ============================
  SP
/* ============================ */
@media(max-width: 899px) {


body{
	font-size: 16px;
}

.pc_disp{
	display: none;
}
.sp_disp{
	display: inline;
}

iframe{
	width:100%;
}

.cd-container {
	padding: 100px 0 80px 0;
}

/* 見出し
----------------------------- */
main h2 {
	font-size: 1.2rem;
}
main h3 {
	font-size: 1.1em;
}
main h4 {
	font-size: 1.4rem;
}


/* テーブル
----------------------------- */
main table tr th,
main table tr td{
	padding: 20px 10px;
}

/*-----------------------------------------------
 SP_mainvisual
-----------------------------------------------*/
#mainvisual{
	height:80vh;
	min-height:500px;
	max-height:770px;
}

#top-copy p {
	font-size: 1.2rem;
}

/*-----------------------------------------------
 SP_about
-----------------------------------------------*/
main #about h2{
	font-size:1.5rem;
}
#about p{
	font-size:1rem;
}

/*-----------------------------------------------
 SP_message
-----------------------------------------------*/
#message:after{
	background-position:center;
	background-size:cover;
}

#message .col>div:nth-child(1){
	padding-bottom:2rem;
}

#message h3{
	font-size:1.1rem;
}

main #message h4.specialcopy{
	font-size:1.4rem;
	padding-top:2rem;
}

/*-----------------------------------------------
 SP_business
-----------------------------------------------*/
main #business p.copy{
	font-size:1.2rem;
	line-height:1.6;
	text-align:left;
	width:90%;
	margin:0 auto 4rem auto;
}


#business .col>div{
	width:90%;
	margin:0 auto;
}

#business figure img{
	width:100%;
}

main #business .bis1,
main #business .bis2{
	padding-bottom:4rem;
}

main #business h3{
	font-size:2.4rem;
}

main #business .bis2>div{
	padding-bottom:3rem;
}


/*-----------------------------------------------
 SP_founder
-----------------------------------------------*/
#founder .col>figure{
	padding-bottom:4rem;
}
#founder .col>figure span:after{
	width:90%;
}


#founder .col>div{
	width:90%;
	margin:0 auto;
}




/*-----------------------------------------------
 SP_company
-----------------------------------------------*/
main #company p{
	line-height:1.4;
}

/*-----------------------------------------------
 SP_contact
-----------------------------------------------*/
main #contact h3{
	font-size:7vw;
	margin:0;
	padding-bottom:4rem;
}

/*-----------------------------------------------
 SP_footer
-----------------------------------------------*/
#footer figure{
	width:90px;
}


}

/* ============================
  SP_調整
/* ============================ */
@media(max-width: 700px) {


main h2 {
	padding-bottom:2rem;
}

/*-----------------------------------------------
 SPS_message
-----------------------------------------------*/
#message h3 span{
	font-size:5.5vw;
	padding:2rem 0 1rem 0;
}
#message h3 strong{
	margin-bottom:1.2rem;
}

}