
/****************************************

		基本

*****************************************/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@media (min-width: 1025px) {
	.sp {
		display: none;
	}
}
@media (max-width: 1025px) {
	.pc {
		display: none !important;
	}
}


section , article , footer , aside { display:block; }

* {
    margin:0;
	padding:0;
	border:none;
	list-style:none;
	text-decoration:none;
}

html {
  font-size: 62.5%;
}

body {
	background:#fff;
	letter-spacing:1px;
	font:1.4em/1.8 'Noto Sans JP',"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,"verdana";
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

main {
    margin: 100px 0 0 0;
    text-align: center;
}

/* 見出し */
main h1 {
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #eee;
    font-size: 5.8rem;
    font-weight: bold;
    letter-spacing: 0.8rem;
}
main h1 span {
    position: relative;
    top: -10px;
    display: block;
    font-size: 20px;
    font-weight: 200;
    color: #77AAEF;
}
main h1 span.kizuna {
    color: #CC2121;
}
main h1 span.tokyo {
    color: #12648E;
}

main h2 {
    font-size: 3.5rem;
    font-weight: bold;
}

.right {
    text-align:right;
}

/****************************************

		ヘッダーフッター

*****************************************/

header {
    position: relative;
    background-size:cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 999;
}

header nav {
    opacity: 0.90;
    /* position: fixed; */
    width: 100%;
    height: 80px;
    background: #fff;
    text-align: right;
    font-size: 1.5rem;
    font-weight: bold;
    /* box-shadow: 0px 0px 6px #666; */
    z-index: 99999;
}

header nav a {
    position: relative;
    top: 25px;
    margin: 0 40px 0 0;
    transition: 0.3s linear;
}
header nav a:hover {
    color: #00C4FF;
}
header nav a img {
    position: relative;
    top: 4px;
    right: 3px;
    height: 20px;
}

header nav a.logo {
    position: absolute;
    top: 20px;
    left: 30px;
    height: 30px;
}
header nav a.logo img {
    height: 40px;
}

header h1 {
    position: absolute;
    top: 220px;
    left: 100px;
    font-size: 6.2rem;
    color: #000;
}
header h2 {
    position: absolute;
    top: 360px;
    left: 100px;
    font-size: 3rem;
    color: #000;
}
header h2 img {
    height: 75px;
    margin: 20px 40px 0 0;
}

#kizuna_header .kizuna,
#tokyo_header .tokyo,
#news_header .news,
#company_header .company,
#inquiry_header .inquiry {
    color: #00B3EB;
}

#footernavi {
    margin: 100px 0 50px 0;
    font-size: 2rem;
    font-weight: 500;
}

#footernavi a {
    display: inline-block;
    padding:0 20px;
    transition: 0.3s linear;
}
#footernavi a:hover {
    color: #00B3EB;
}
#footernavi a img {
    position: relative;
    top: 4px;
    right: 5px;
    height: 25px;
}

#footernavi a.toform {
    display: block;
    width: 30%;
    margin: 100px auto;
    padding: 30px 100px;
    border: 1px solid #00B3EB;
    border-radius: 20px;
    font-size: 2.6rem;
    color: #00B3EB;
    transition: 0.3s linear;
}
#footernavi a.toform:hover {
    border:1px solid #fff;
    background: #333;
    color: #fff;
}

footer {
    padding: 80px 0 20px 0;
    background: #333;
    text-align: center;
}
footer img {
    display: inline-block;
    width: 220px;
    margin: 0 0 10px 0;
}
footer p {
    font-size: 2rem;
    color: #fff;
}
footer span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 1.5rem;
    color: #999;
}

#totop a {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    line-height: 50px;
    width: 50px;
    padding:0px 0;
    border-radius: 5px;
    background: #eee;
    font-size: 3rem;
    color: #00C4FF;
    transition: 0.3s linear;
}
#totop a:hover {
    bottom: 25px;
}

footer #official { margin: 0 0 40px 0; }
footer #official img { width:200px; border: 4px solid #222; }


/****************************************

		トップページ

*****************************************/

header#top_header {
    height: 800px;
/*    background-image: url(/ckeditor_images/29414/original_mainbg_top.jpg); */
    background-image: url(/ckeditor_images/31852/original_mainbg_top.jpg);
}

/* サービス紹介 */
#topservice p {
    position: relative;
}

#topservice a {
    position: absolute;
    font-size: 2rem;
    transition: 0.3s linear;
}

#topservice a.tokizuna {
    top: 300px;
    left: 135px;
    color: #CC2121;
}
#topservice a.totokyo {
    top: 270px;
    right: 110px;
    color: #12648E;
}

#topservice a.tokizuna:hover {
    margin: 0 0 0 5px;
    color: #333;
}
#topservice a.totokyo:hover {
    right: 105px;
    color: #333;
}

/* システム紹介 */
#topsystem {
    width: 100%;
    margin: 0 0 100px 0;
}
#topsystem:after {
  clear: both;
  content: '';
  display: block;
}

#topsystem div {
    float: left;
    width: 50%;
    padding: 40px 0;
}

#topsystem div h1 {
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    font-size: 0rem;
}
#topsystem div h1 img {
    height: 100px;
}
#topsystem div h2 {
    margin: 0 0 60px 0;
    font-size: 2rem;
}
#topsystem div h3 {
    margin: 0 50px;
    border-top: 1px dotted #fff;
    font-size: 2.5rem;
    color: #fff;
}
#topsystem div h3 span {
    display: block;
    position: relative;
    top: -25px;
    width: 200px;
    margin: auto;
}

#topsystem div p {
    margin: 0 50px 50px 50px;
    text-align: left;
    font-size: 2rem;
    font-weight: 200;
    color: #fff;
}

#topsystem div a {
    margin: 0;
    padding: 8px 45px;
    background: #fff;
    border-radius: 50px;
    font-size: 2.0rem;
    font-weight: 300;
    transition: 0.3s linear;
}
#topsystem div a:hover {
    background: #AD1212;
    border: 2px solid #fff;    
}

#topsystem div#kizunadetails {
    background: #AD1212;
}
#topsystem div#kizunadetails h2 {
    color: #D97272;
}
#topsystem div#kizunadetails h3 span {
    background: #AD1212;
}
#topsystem div#kizunadetails a {
    color: #AD1212;
}
#topsystem div#kizunadetails a:hover {
    color: #fff;
}

#topsystem div#tokyodetails {
    background: #12648E;
}
#topsystem div#tokyodetails h2 {
    color: #6FB4D8;
}
#topsystem div#tokyodetails h3 span {
    background: #12648E;
}
#topsystem div#tokyodetails a {
    color: #12648E;
}
#topsystem div#tokyodetails a:hover {
    background: #12648E;
    color: #fff;
}

/* ニュース */
#topnews {
    width: 100%;
    margin: 0 0 100px 0;
    padding: 80px 0 120px 0;
    background: #333;
    text-align: center;
}

#topnews h1 {
    margin: 0 0 0px 0;
    border-bottom: none;
    color: #fff;
}

#topnews div {
}

#topnews div a {
    display: inline-block;
    width: 30%;
    height: 450px;
    margin: 0 10px 100px 10px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s linear;
    vertical-align: middle;
}
#topnews div a:hover {
    color: #999;
}
#topnews div a img {
    display: block;
    margin: auto;
    padding:20px 0 0 0;
    max-width: 100%;
    height: 200px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#topnews div span {
    display: block;
    margin: 20px;
}
#topnews div p {
    margin:0 20px 20px 20px;
    font-size: 2rem;
    font-weight: 400;
}

/* ABOUT */
#topabout {
    width: 100%;
    margin: 0 0 200px 0;
}
#topabout div {
    float: left;
    width: 40%;
    margin: 0 0 0 8%;
    padding: 40px 0;
    text-align: left;
    
}

#topabout div h2 {
    margin: 0 0 60px 0;
    font-size: 4rem;
}
#topabout div p {
    margin: 0 0 60px 0;
    font-size: 2rem;
}
#topabout div img {
    width: 100%;
    height: 334px;
    border-radius: 53px;
}

#topabout span.a_more {
    display: block;
    clear: both;
    margin: 120px 0 100px 0;
}


/****************************************

		絆TIME

*****************************************/

#kizuna_header {
    height: 500px;
    background-image: url(/ckeditor_images/29402/original_mainbg_kizuna.jpg);
}

#kizuna_main {
    position: relative;
    margin: -60px 0 0 0;
    z-index: 9999999999;
}
#kizuna_main h1 span {
    color: #CC2121;
}

/* 概要 */
#kizuna_main #summary {
    margin: 0 0 100px 0;
}
#kizuna_main #summary h1 {
    margin: 0 0 30px 0;
    padding: 0;
    border: 0;
}
#kizuna_main #summary img {
    width: 370px;
}
#kizuna_main #summary p {
    font-size: 2rem;
}

/* 機能 */
#f01, #f02, #f03 , #f04 {
    position: relative;
    margin: 100px 0 0 0;
    border-bottom: 1px solid #eee;
}
#f03 {
    margin-bottom: 80px;
    border:none;
}

#f01 span, #f02 span, #f03 span, #f04 span {
    position: absolute;
    top: -200px;
    font-size: 30rem;
    font-family: serif;
    color: #FAE8E8;
}
#f01 span, #f03 span {
    left: 20px;
}
#f02 span, #f04 span {
    right: 20px;
}

#f01 h2, #f02 h2, #f03 h2, #f04 h2 {
    margin: 0 0 50px 0;
    font-size: 3rem;
    font-weight: 500;
}
#f01 p, #f02 p, #f03 p, #f04 p {
    margin: 0 0 60px 0;
}

#f01 div, #f02 div, #f03 div, #f04 div {
    display: inline-block;
    width: 70%;
    margin: 0 0 70px 0;
}
#f01 div img, #f02 div img, #f03 div img, #f04 div img {
    width: 100%;
    height: auto;
    border: 5px solid #f5f5f5;
}

#official p {
    margin:0 0 10px 0;
}
#official img {
    width:350px;
    margin:0 0 20px 0;
    border:5px solid #eee;
}

/****************************************

		TokyoFloor

*****************************************/

#tokyo_header {
    height: 500px;
    background-image: url(/ckeditor_images/29403/original_mainbg_tokyo.jpg);
}

#tokyo_main {
    position: relative;
    margin: -50px 0 0 0;
    z-index: 9999999999;
}
#tokyo_main h1 span {
    color: #12648E;
}

/* 概要 */
#tokyo_main #summary {
    margin: 0 0 100px 0;
}
#tokyo_main #summary h1 {
    margin: 0 0 30px 0;
    padding: 0;
    border: 0;
}
#tokyo_main #summary img {
    width: 370px;
}
#tokyo_main #summary p {
    font-size: 2rem;
}

/* 機能 */
#tokyo_main #f01 span, #tokyo_main #f02 span, #tokyo_main #f03 span, #tokyo_main #f04 span {
    color: #E7EFF3;
}

/* 導入事例 */
#casestudy {
    margin:0 0 100px 0;
}

#casestudy div {
    display:inline-block;
    width:24%;
    margin:0 0 30px 0;
}

#casestudy div img {
    width:80%;
    margin:0 0 10px 0;
    border:1px solid #ddd;
}

#casestudy div h2 {
    font-size:14px;
    font-weight:normal;
}
#casestudy div span {
    font-size:12px;
    color:#666;
}

/****************************************

		共通ブロック

*****************************************/

/* 導入実績 */
#customer {
    margin: 0 0 100px 0;
}

#customer img {
    margin: 10px 30px;
    width: 90%;
}

/* インタビュー*/
#interview {
    width: 100%;
    margin: 0 0 80px 0;
}
#interview:after {
  clear: both;
  content: '';
  display: block;
}

#interview div {
    float: left;
    width: 40%;
    margin: 0 0 0 8%;
    padding: 40px 0;
    text-align: left;
}
#interview img {
    transition: 0.3s linear;
}
#interview img:hover {
    opacity: 0.7;
}
#interview h2 {
    margin: 10px 0 0 0;
    font-size: 2rem;
}
#interview p {
    margin: 10px 0 0 0;
    font-size: 2rem;
    font-weight: 100;
}

/* システム紹介 下層 */
#topsystem2 {
    width: 100%;
    margin: 0 0 100px 0;
}
#topsystem2:after {
  clear: both;
  content: '';
  display: block;
}

#topsystem2 a {
    display: block;
    float: left;
    width: 50%;
    padding: 40px 0;
    transition: 0.3s linear;
}

#topsystem2 a h1 {
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    font-size: 0rem;
}
#topsystem2 a h1 img {
    height: 100px;
}
#topsystem2 a h2 {
    margin: 0 0 0 0;
    font-size: 2rem;
}

#topsystem2 a#kizunadetails {
    background: #AD1212;
}
#topsystem2 a#kizunadetails h2 {
    color: #D97272;
}

#topsystem2 a#tokyodetails {
    background: #12648E;
}
#topsystem2 a#tokyodetails h2 {
    color: #6FB4D8;
}

#topsystem2 a#kizunadetails:hover, #topsystem2 a#tokyodetails:hover {
    background: #333;
}

/* More */
.more {
    padding:20px 100px;
    background: #00B3EB;
    border-radius: 50px;
    color: #fff;
    font-size: 2rem;
    transition: 0.3s linear;
}
.more:hover {
    background: #000;
    color: #00B3EB;
}


/****************************************

		ニュース

*****************************************/

#news_header {
    height:auto;
}

#news_main {
    position: relative;
    margin: 100px 0 0 0;
}

#news_main dl {
    display:flex;
    width: 80%;
    margin: 0 auto 200px auto;
    flex-wrap: wrap;
    text-align: left;
    font-size: 2rem;
}
#news_main dt {
    width: 20%;
    padding: 15px 0;
    color: #77AAEF;
}
#news_main dd {
    margin: 0;
    padding: 15px 0;
    width: 80%;
    box-sizing: border-box;
}

.details { 
    width:80%;
    margin:0 auto 80px auto;
    text-align:center;
}

.details h2 {
    margin:0 0 40px 0;
}
.details h2 span {
    display:block;
    font-size:20px;
    font-weight:normal;
    color:#77AAEF;
}

.details .honbun {
    margin: 80px 0 80px 0;
    text-align:left;
    font-size:18px;
}

.details p {
    margin:0 0 30px 0;
    text-align:left;
    font-size:20px;
    font-weight:normal;
}
.details p.newsimg {
    margin:20px 0 100px 0;
    text-align:center;
}
.details p.newsimg img {
    max-width:100%;
/*    border:10px solid #f5f5f5; */
}

.details p.toback {
    margin:0px 0 150px 0;
    text-align:center;
}


/****************************************

		会社概要

*****************************************/

#company_header {
    height:auto;
}
#company_header .company {
    color: #00B3EB;
}

#company_main {
    position: relative;
    margin: 100px 0 0 0;
}

#company_main dl {
    display:flex;
    width: 60%;
    margin: 60px auto 100px auto;
    flex-wrap: wrap;
    text-align: left;
    font-size: 2rem;
}
#company_main dt {
    width: 20%;
    padding: 15px 0;
    font-weight: bold;
}
#company_main dd {
    margin: 0;
    padding: 15px 0;
    width: 80%;
    box-sizing: border-box;
}

#company_main .map {
    margin: 0 0 50px 0;
    padding: 0 0 100px 0;
    border-bottom: 1px solid #eee;
}

#company_main .rinen {
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}
#company_main .rinen h2 {
    margin: 0 0 50px 0;
}
#company_main .rinen p {
    margin: 0 0 50px 0;
    line-height: 2;
    font-size: 2rem;
    font-weight: 300;
}

#company_main .yakuin {
    margin: 0 0 150px 0;
}
#company_main .yakuin h2 {
    margin: 0 0 50px 0;
}
#company_main .yakuin h3 {
    margin: 0 0 50px 0;
    font-size: 2rem;
}
#company_main .yakuin h4 {
    position:relative;
    width:120px;
    margin:auto;
    background:#fff;
    font-size:16px;
    font-weight:400;
    color:#77AAEF;
}

#company_main .yakuin p {
    width: 50%;
    margin: 0 auto 50px auto;
    line-height: 2;
    text-align: left;
    font-size: 2rem;
    font-weight: 300;
}

#company_main .yakuin dl {
    margin:-10px auto 100px auto;
    padding:20px 0 0 0;
    border-top:1px solid #ddd;
}
#company_main .yakuin dd.full {
    width:100%;
}

/****************************************

	プライバシーポリシー

*****************************************/
#privacy_main {
    position: relative;
    margin: 100px 0 0 0;
}

#privacy_main article {
    width: 80%;
    margin: 0 auto 200px auto;
    text-align: left;
    font-size: 2rem;
}

#privacy_main article h2 {
    margin:0 0 40px 0;
    font-size:24px;
}

#privacy_main article p {
    margin:0 0 40px 0;
}

#privacy_main article ol li {
    margin: 0 0 20px 40px;
    list-style-type: decimal;
}

/****************************************

		お問い合わせ

*****************************************/

#inquiry_header {
    height:auto;
}
#inquiry_header .inquiry {
    color: #00B3EB;
}

#inquiry_main {
    position: relative;
    margin: 100px 0 0 0;
}

#inquiry_main dl {
    display:block;
    width: 40%;
    margin: 60px auto 120px auto;
    flex-wrap: wrap;
    text-align: left;
    font-size: 2rem;
}
#inquiry_main dt {
    width: auto;
    padding: 0 0 0 0;
    font-weight: bold;
}
#inquiry_main dd {
    margin: 0;
    padding: 5px 0 20px 0;
    width: 95%;
    box-sizing: border-box;
}

#inquiry_main a {
    font-size: 1.5rem;
}
.kohyo { color: #00B3EB; }

#inquiry_main input {
    width: 100%;
    padding: 15px 0 15px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fafafa;
    font-size: 2rem;
}
#inquiry_main textarea {
    width: 100%;
    min-height: 150px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 1.2rem;
}
#inquiry_main input[type='checkbox'] {
    width: auto;
    margin: 10px;
    padding: 0;
    border: none;
    background:none;
}
#inquiry_main label {
    cursor: pointer;
}

#inquiry_main .form-actions input {
    display: block;
    width: auto;
    margin: 60px auto 100px auto;
    padding: 30px 100px;
    border: 1px solid #00B3EB;
    border-radius: 20px;
    font-size: 2.6rem;
    color: #00B3EB;
    transition: 0.3s linear;
}
#inquiry_main .form-actions input:hover {
    border:1px solid #fff;
    background: #333;
    color: #fff;
}


#interview div {
    width: 100%;
    margin: 0px 0 0 0;
    text-align: center;
}

#interview a {
    display: inline-block;
    width: 25%;
    margin: 0 2%;
    padding: 0 0 15px 0;
    border: 1px solid #ddd;
    vertical-align: top;
    transition: all 0.3s ease-out;
}

#interview a:hover {
    border: 1px solid #CC2121;
    background: #CC2121;
}

#interview .image {
    width: 100%;
    margin: 0 0 10px 0;
}

#interview .logo {
    height: 60px;
    margin: 0 0 10px 0;
}

#interview h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: bold;
}

.form-free { width:100%; }

#error_explanation {
    margin: 0 0 100px 0;
}
#error_explanation h2 {
    margin: 0 0 20px 0;
    font-size:30px;
    font-weight: bold;
    color: #CC2121;
}
#error_explanation li {
    margin: 0 0 0 40px;
    list-style-type: disc;
}

#thanks {
    font-size:2rem;
}

#thanks p {
    width: 700px;
    margin: 0 auto 100px auto;
}

#thanks .add {
    padding: 30px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    font-size: 16px;
    text-align:left;
}

#pmark {
    margin:0 0 100px 0;
}


/****************** 絆TIME 新 ******************/
#kizunatime { width: 85%; margin: 0 auto 150px auto; }
#kizunatime #toplogo { width:370px; margin: -60px 0 40px 0; z-index: 9999999999; position:relative; }
#kizunatime section h1 { margin: 0 0 40px 0; padding:0; border:none; text-align: center; font-size: 45px; font-weight: 600; }
#kizunatime section p { margin: 0 0 20px 0; font-size: 22px; text-align:left; }

#kizunatime #function { margin: 40px 0 100px 0; }
#kizunatime #function ul { width: auto; margin: 50px auto 60px auto; }
#kizunatime #function li { display: inline-block; width: 30%; margin: 0 10px; font-size: 18px; text-align: left; vertical-align: top; font-weight: 400; }
#kizunatime #function li img { width:100%; border: 1px solid #ddd; }

#kizunatime #solution { margin: 0 0 60px 0; padding: 35px 0 20px 0; background: #F5F5F5; }
#kizunatime #solution > span { display: block; margin: 0 0 50px 0; text-align: center; font-weight: bold; font-size: 22px; }
#kizunatime #solution span img { width: 30px; position: relative; top: 7px; }
#kizunatime #solution ul { width: 100%; margin: 0 0 10px 0; text-align: center; }
#kizunatime #solution li { margin: 0 1% 20px 1%; display: inline-block; width: 28%; text-align: left; line-height: 1.5; font-size: 20px; font-weight: 600; vertical-align: top; }
#kizunatime #solution h2 { font-size: 16px; height: 40px; }
#kizunatime #solution li img { width: 100%; }
#kizunatime #solution li span { position: relative; font-size: 18px; font-weight: normal; z-index: 100; }

#kizunatime h1#process { margin: 100px 0 60px 0 !important; }
#kizunatime .step { display: flex; width: 70%; height: 100px; margin: 0 auto 80px auto; }
#kizunatime .step div { width: 150px; height: 100%; text-align: center; font-family: serif; font-size: 20px; color: #fff; }
#kizunatime .step div b { display: block; margin: 10px 0 0 0; }
#kizunatime .step p { width: 900px; font-size: 20px; }
#kizunatime .step p strong { display: block; margin: -5px 0 5px 30px; font-size: 26px; color: #CC2121; }
#kizunatime .step p span { display: block; margin: 0 30px 0 30px; line-height: 1.5; }
#kizunatime .step div span { font-size: 40px; }
#kizunatime .step p span a { border-bottom: 1px solid #333; }
#kizunatime .s1 div { background-color: #f18888; }
#kizunatime .s2 div { background-color: #e86c6c; }
#kizunatime .s3 div { background-color: #e05959; }
#kizunatime .s4 div { background-color: #d24545; }
#kizunatime .s5 div { background-color: #CC2121; }

#kizunatime .toiv { margin: 0 0 120px 0; text-align: center; }
#kizunatime .toiv a { display: inline-block; padding: 20px 50px; border: 1px solid #fff; background: #f5f5f5; text-align: center; font-weight: bold; font-size: 20px; transition: all 0.3s ease-out; }
#kizunatime .toiv a img { height: 60px; margin: 30px 15px 10px 15px; }
