﻿@charset "utf-8";

/*--------------------------------------------------------------
Theme Name: シンクアセットパートナーズ株式会社
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# reset
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, img, a,
ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, td,
article,footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
  text-decoration: none;
  vertical-align: baseline;
}


/*--------------------------------------------------------------
# 共通css
--------------------------------------------------------------*/
html {
	min-height: 100vh;
	font-family: sans-serif, "游明朝体", "Yu Mincho", YuMincho,  メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial;
	scroll-behavior: smooth;
}
body {
	min-height: 100vh;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr auto;
	font-family: sans-serif, "游明朝体", "Yu Mincho", YuMincho,  メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial;
	background-color: #FFF;
	letter-spacing : 0.2em;
}
header {
	height: 10vh;
	padding: 20px 4% 10px;
	position: sticky;
	top: 0;
	width: 100%;
	background-color: #FFF;
	display: flex;
	align-items: center;
	z-index: 1000;
	background-image: linear-gradient(90deg, #760000 0 20%, #818684 20%);
	background-repeat: no-repeat;
	background-size: 100% 5%;
	background-position: bottom;
}
footer {
}


h1 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #515654;
}

h2 {
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #515654;
}
h3 {
	font-size: 30px;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	font-weight: bold;
	color: #515654;
	border-left: solid 5px #F2C090;/*左線*/
}
h4 {
	font-size: 24px;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #515654;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #760000;/*左線*/
}
h5 {
	font-size: 20px;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-bottom: double 5px #2C1682;
}
h6 {
	font-size: 16px;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-bottom: solid 2px #818684;
}

a {	
	text-decoration: none;
	color: #0000ee;
	ransition: color 0.3s;
}
a:hover{
	color : #ff7043;
}

nav {
	margin: 0 0 0 auto;
}
table {
	width: 100%;
	margin: 20px auto;
}

/*汎用設定*/
.space10{
	clear: both;
	padding-bottom:10px;
}
.space15{
	clear: both;
	padding-bottom:15px;
}
.space20{
	clear: both;
	padding-bottom:20px;
}
.space30{
	clear: both;
	padding-bottom:30px;
}
.under01{
	padding-left:10px;
	background-image:url(images/body/under_img01.gif);
	background-repeat:no-repeat;
	width:100%;
	height:10px;
}
.clear{
	clear:both;
}

/*アンカーリンク時調整*/
a.anchor{
	display: block;
	padding-top: 10vh;
	margin-top: -10vh;
}

/*パンくずリスト*/
.breadcrumbs{
	width:100%;
	border-bottom:1px #CCCCCC dotted;
	font-size: 12px;
	margin-bottom: 20px;
}
.breadcrumbs a{
	color:#666;
	text-decoration:none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
	color : #ff7043;
}

/*上へボタン*/
.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 5%;
	bottom: 10%;
	background: #FFF;
	border: solid 2px #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.pagetop::after {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	display: inline-block;
	transform: rotate(-45deg);
}

.pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.8s;
}

.pagetop:hover:after {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.pagetop:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #000;
  border-width: 4px 0 0 4px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}

.pagetop:hover:before {
  border-color: #fff;
}




/*著者情報を消す*/
.page .author-info {
	display: none;
}
/*著者情報を消す*/
.post .author-info {
	display: none;
}
/*サイトタイトルを消す*/
.entry-title{
	display: none;
}
/*PDFアイコン*/
.pdf-icon{
	max-width: 1%;
}


.box {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #2C1682;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box p {
    margin: 0; 
    padding: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*ヘッダーメニュー*/
.pc-nav {
    display: flex; 
} 
.nav_item a {
	display: block;
	margin: 0; padding: 0;
	font-size: 0.9em;
	padding: 5px 15px;
	text-align:center;
	line-height:1em;
	color: #000;
	position: relative;
	display: inline-block;
	text-decoration: none;
} 
.nav_item a::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000000;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .4s;
}
.nav_item a:hover::after {
	transform: scale(1, 1);
}

/*スマートフォン用*/
.sp-nav ul {
	list-style: none;
	margin: 0;
	display: flex;
}
.sp-nav li {
	margin: 0 0 0 15px;
	font-size: 14px;
}
/*ロゴ*/
.header-logo{
	display: flex;
	justify-content: space-between;
}


/*お問い合わせボタン*/
.header-end {
	max-width: 260px;
	line-height:1em;
	padding: 5px 15px;
}

.header-end a {
	background: #eee;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	 max-width: 240px;
	padding: 5px 15px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}
.header-end a:before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: -2em;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 4px;
	background-color: #6bb6ff;
	transition: 0.3s;
}
.header-end a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -2em;
	transform: translateY(-50%);
	width: 40px;
	height: 4px;
	background-color: #6bb6ff;
	transition: 0.3s;
}
.header-end a:hover:before, .header-end a:hover:after {
	right: -2.5em;
}
.header-end a:hover {
	background: #edf6ff;
	color: #6bb6ff;
}


/*--------------------------------------------------------------
# Header End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  margin-top: 40px;
  color: #fff;
}
#footer a {
  text-decoration: none;
  color: #000;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 20px;
  background: #FFF;
  color: #000;
}
#footer .primary .flex {
  display: flex;
}
#footer .primary .flex .left{
  float: left;
}
#footer .primary .flex .right{
}
#footer .secondary {
  display: flex;
  padding: 40px 20px;
  background: #2C1682;
}

#footer .footerlink-pc {
	overflow: hidden;
	background-color: #ccc;
	vertical-align: middle;
}

#footer .footerlink-sp {
	display:none;
}

@media screen and (max-width: 768px) {
	#footer .footerlink-pc {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	#footer .footerlink-sp {
		display:block;
		overflow: hidden;
		background-color: #ccc;
		font-size: 16px;
  }
}

.item {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 20px 30px;
  margin: 10px 20px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}

div .left_image {
  background-color: #aaa;
  width: 200px:
}

@media screen and (max-width: 768px) {
  #footer .primary {
    padding: 20px 20px;
  background: #FFF;
  color: #000;
  }
  #footer .primary .flex {
    display: block;
  }
  #footer .primary .flex .left{
    width: 100%;
  }
  #footer .primary .flex .right{
    width: 100%;
    display: block;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
  }
}

/* logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .address {
    font-size: 12px;
  }
}

/* navi */
.navi-section {
  display: flex;
  flex-direction: column;
  width: 75%;
  margin-left: 20px;
}
#footer .parent {
  margin: 0 0 16px 0;
  padding: 0;
  font-weight: bold;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .navi-section {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}
#footer .parent {
  font-size: 12px;
  margin: 0 0 10px;
}
  #footer .navi {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
  }
  #footer .navi li {
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
}

/* sitenavi-pc */
#footer .sitenavi-pc {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi-pc li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi-pc a {
  color: #FFF;
}
#footer .sitenavi-pc li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #footer .sitenavi-pc {
    display: none;
  }
}

/* sitenavi-sp */
#footer .sitenavi-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #footer .sitenavi-sp {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

/* copyright */
#footer .copyright {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
  }
}
 
/*--------------------------------------------------------------
# Footer End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# PC hidden
--------------------------------------------------------------*/
.sp-nav {
	display: none;
}
.entry-title{
	display:none;
}
.sp-main-visual {
	display: none;
}
.sp-main-visual-bg{
	display: none;
}

/*--------------------------------------------------------------
# PC body
--------------------------------------------------------------*/
.main-visual-bg {
	height: 100vh;
	background-size: cover;
	background-position: center;
	background: url('images/body/tap_main.jpg') top center / cover no-repeat;
}
.main-visual {
	height: 100vh;
	display: flex;
	flex-direction: column; 
}

.main-visual h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #2c1682;
	align-items: center;
	margin-top: 40px;
	text-shadow: 0 0 10px rgba(255, 255, 255, .6);
}
.main-visual h2{
	font-size: 24px;
	color: #2c1682;
	font-weight: bold;
	align-items: center;
	text-shadow: 0 0 10px rgba(44, 22, 130, .6);
}
.startup-pc img{
	margin-right: 40px;
	margin-left: auto;
	margin-top: 20px;
	display: block;
}
.startup-sp img{
	display: none;
}
@media screen and (max-width: 768px) {
.startup-sp img{
	width: 25%;
	margin-right: 20px;
	margin-left: auto;
	margin-top: 10px;
	display: block;
	}
	.startup-pc img{
	display: none;
	}
}
.tracking-in-contract-bck{
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
	-webkit-animation: tracking-in-contract-bck 5s ;
	        animation: tracking-in-contract-bck 5s ;
}
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.main-title{
	height: 80px;
	padding: 5px 0 0 0 ;
	margin-bottom: 10px;
	font-size: 32px;
	color: #46aadc;
	text-align: center;
}
.main-title p{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.main-title2{
	height: 80px;
	padding: 5px 0 0 0 ;
	margin-bottom: 10px;
	font-size: 32px;
	text-align: center;
}
.main-title p{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


.wrapper {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 6%;
}
.wrapper-title {
	height: 80px;
	text-align: center;
	margin: 80px 0 50px 0;
}
.wrapper-title p {
	color: #4c586f;
	font-size: 12px;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px; 
}
.flex-text h1{
	margin-bottom: 0.5rem;
	padding: 0.5rem 0;
	border-bottom: 3px solid;
	color: #3cb371;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}

p.title {
    position: relative;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 5px solid;
    color: #3cb371;
    font-size: 18px;
    font-weight: bold;
}
p.title:before {
    position: absolute;
    bottom: -0.6rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 1px solid;
    content: '';
}
p.content-title {
	margin-bottom: 0.5rem;
	padding: 0.5rem 0;
	border-bottom: 5px solid;
	color: #3cb371;
	font-size: 15px;
	font-weight: bold;
}
.contents-ttl{
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight:bold;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 1.0;
	padding: 0.5em;
	background:#2C1682;
}
@media screen and (min-width:768px) {  
  .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  .flex-img+.flex-text{
    margin-left:1.0em;
  }
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--------------------------------------------------------------
# PC BodyEnd
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PC Sitemap
--------------------------------------------------------------*/
.sitemap-visual-bg {
	height: 100vh;
	margin: 0 0 30px 0;
	background-size: cover;
	background-position: center;
	background: url('images/body/pageheader/news_header.jpg') top center / cover no-repeat;
}
.sitemap-visual {
	height: 100vh;
	margin: 0 0 30px 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.sitemap-visual main-title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.sitemap-visual h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}
.sitemap-visual h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}
.wsp-container li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	border-right: 3px solid #88c8b0;
	border-bottom: 3px solid #88c8b0;
	transform: rotate(-45deg);
}
.wsp-container li {
	position: relative;
	padding: 0.1em 0.3em 1em 1.3em;
}
.wsp-container a {
	color: #222;
	display: block;
	text-decoration: none;
	transition: color 0.3s;
	font-size: 16px;
	font-weight: normal;
}
.wsp-container a:hover {
	color : #ff7043;
}

/*--------------------------------------------------------------
# PC SitemapEnd
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# PC About
--------------------------------------------------------------*/
.about h3{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.about-text{
	width: 80%;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	margin: 0 auto;
}
/* 通常（PC）ではタイル表示 */
.slide-wrap {
	display: flex;
	margin: 0 auto;
	width: 100%;
}
.slide-box {
	height: auto;
	margin: .5%;
	width: 24%;
}
.slide-box a {
	color: #222;
	display: block;
	text-decoration: none;
	transition: color 0.3s;
	font-size: 16px;
	font-weight: normal;
}
.slide-box a:hover{
	color : #ff7043;
	opacity: 0.5 ;
}
.slide-box img {
	display: block;
	height: auto;
	width: 100%;
}
.slide-box p {
	font-weight: normal;
	padding: 10px;
	margin:.5rem auto;
	text-align: center;
}
.slide-wrap {
	display: flex;
	margin: 0 auto;
	width: 100%;
}
.tbl-r01 {
	width: 100%;
	border:1px;
	display: flex;
}
.tbl-r01 th {
	padding: 10px 20px;
	width: 20%;
	vertical-align: top;
}
.tbl-r01 td {
	padding: 10px 20px;
	width: 80%;
	vertical-align: top;
}
.tbl-r01-text{
	width: 100%;
	margin: 0 auto;
}

.tbl-r02{
	justify-content: center;
	align-items: center;
}

.tbl-r02 th {
	width: 20%;
	background: #DDD;
	border: solid 1px #ccc;
	color: #000;
	padding: 10px;
	justify-content: center;
	align-items: center;

}
.tbl-r02 td {
	width: 80%;
	border: solid 1px #ccc;
	padding: 10px;
}
.tbl-r02 img {
	max-width: 1%;
}

.tbl-r03{
	justify-content: center;
	align-items: center;
}
.tbl-r03 th {
	width: 20%;
	background: #DDD;
	border: solid 1px #ccc;
	color: #000;
	padding: 10px;
	justify-content: center;
	align-items: center;
	font-weight: normal;
}
.tbl-r03 td {
	width: 40%;
	border: solid 1px #ccc;
	padding: 10px;
}
 

.tbl-r04 {
	border: solid 1px #ccc;
	justify-content: center;
	align-items: center;
}
.tbl-r04 th {
	width: 20%;
	background: #DDD;
	border: solid 1px #ccc;
	color: #000;
	padding: 10px;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.tbl-r04 td {
	width: 40%;
	padding: 10px;
}
 

.tbl-r05 {
	border: solid 1px #ccc;
	justify-content: center;
	align-items: center;
}
.tbl-r05 th {
	width: 20%;
	background: #DDD;
	border: solid 1px #ccc;
	color: #000;
	padding: 10px;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.tbl-r05 td {
	border: solid 1px #ccc;
	justify-content: center;
	width: 20%;
	padding: 10px;
}
 
@media screen and (max-width: 768px) {
.tbl-r01 {
	width: 100%;
}
.tbl-r01 img {
	max-width: 80%;
}

.tbl-r01 th, 
.tbl-r01 td {
	border-bottom: none;
	display: block;
	width: 100%;
}
.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.tbl-r02 {
	width: 100%;
}
.tbl-r02 th,
.tbl-r02 td {
	border-bottom: none;
	display: block;
	width: 100%;
}
.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.tbl-r03 {
	display: block;
	width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
}
.tbl-r03 th:first-child {
	left: 0;
	width: 10%;
	font-size: 14px;
}
.tbl-r03 td {
	width: 30%;
	font-size: 14px;
}
.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.tbl-r03-bg{
	 overflow-x: scroll;
	 white-space: nowrap;
}

.tbl-r04 {
	width: 100%;
  border-collapse: collapse;
}
.tbl-r04 th,
.tbl-r04 td {
  border: 1px solid #CCC;
  padding: .2em .5em;
}
.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
}


}

iframe {
	width: 100%;
}
.about-visual-bg {
	height: 30vh;
	margin: 0 0 30px 0;
	background-size: cover;
	background-position: center;
	background: url('images/body/company.jpg') top center / cover no-repeat;
}
.about-visual {
	height: 30vh;
	margin: 0 0 30px 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.about-visual main-title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.about-visual h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
}
.about-visual h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}



/*--------------------------------------------------------------
# PC About End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PC Service
--------------------------------------------------------------*/
.service-visual-bg {
	height: 30vh;
	margin: 0 0 30px 0;
	background-size: cover;
	background-position: center;
	background: url('images/body/pageheader/service_header.jpg') top center / cover no-repeat;
}
.service-visual {
	height: 30vh;
	margin: 0 0 30px 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.service-visual main-title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.service-visual h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
}
.service-visual h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}
.service-title{
	margin: 0 0 30px 0px;
	font-size: 16px;
	text-align: center;
}

/*アコーディオン設定*/
.accordion {
	padding: 1rem;
}
.accordion-item {
	margin-bottom: 0.5rem;
}
.accordion-check {
	display: none;
}
.accordion-label {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 0.5rem;
	border-left: 40px solid #333;
	background-color: #efefef;
	color: #333;
	font-size: 1rem;
	line-height: 1.5;
}

.accordion-label::after {
	position: absolute;
	top: 50%;
	left: -40px;
	height: 100%;
	width: 40px;
	transform: translateY(-50%) rotate(0deg);
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	content: '+';
}

.accordion-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fff;
    transition: all .5s;
	border: solid 1px #ccc;
}

.accordion-check:checked~.accordion-box {
    height: auto;
    opacity: 1;
    padding: 1rem;
}

.accordion-check:checked+.accordion-label:after {
    content: '-';
}

.accordion-box p {
    line-height: 1.5;
}

.contents-txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.flex02 {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	padding: 15px;
}
.flex02 a{
	color : #000;
}

.flex02 a:hover{
	color : #ff7043;
}
.flex02:nth-child(odd) {
	flex-direction: row-reverse;
}
.flex02 .item-image {
	width: 50%;
	margin-bottom: 0;
}
.flex02 .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flex02 .item-text {
	display: flex;
	flex-direction: column; 
	flex-wrap: wrap;
	flex: 1;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 2em;
}
.flex02 .item-text h3 {
	font-size: 24px;
}

/*MOREボタン*/
.item-btn {
	width: 30%;
	margin-top: auto;
	padding-top: 1em;
	margin:0 auto;
}
.item-btn a {
	display: block;
	padding: .5em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border: 2px solid #3cb371;
	transition: 0.5s;
	color: #3cb371;
}
.item-btn a:hover {
	color: #fff;
	background: #3cb371;
}

@media screen and (max-width: 768px) {
.flex02 {
	flex-direction: column;
	width: 100%;
}
.flex02 .item-image {
	width: 100%;
	margin-bottom: 0;
}
.flex02 .item-btn {
	width: 100%;
}

.flex02:nth-child(odd) {
	flex-direction: column;
}
.item-btn {
	width: 50%;
	margin-top: auto;
	padding-top: 1em;
	margin:0 auto;
}
.item-btn a {
	display: block;
	padding: .5em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border: 2px solid #3cb371;
	transition: 0.5s;
	color: #3cb371;
}
.item-btn a:hover {
	color: #fff;
	background: #3cb371;
}

}
/*--------------------------------------------------------------
# PC Service End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PC News
--------------------------------------------------------------*/
.news-visual-bg {
	height: 30vh;
	margin: 0 0 30px 0;
	background-size: cover;
	background-position: center;
	background: url('images/body/pageheader/news_header.jpg') top center / cover no-repeat;
}

.news-visual {
	height: 30vh;
	margin: 0 0 30px 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	color: #FFF;
}
.news-visual main-title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.news-visual h1{
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
}
.news-visual h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}
.news-list {
    width: 100%;
    margin: 0 auto;
}

.news-list li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
.news-list a {
	color: #000;
	transition: color 0.3s;
	font-size: 18px;
	font-weight: normal;
    }
.news-list a:hover{
	color : #ff7043;
}

.lcp_catlist ul {
    width: 100%;
    margin: 0 auto;
}
.lcp_catlist  li {
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.news-main{
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px ;
 }
.news-main img{
	max-width: 3%; 
}

.news-title{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 40px ;
}
.news-title a{
	font-size: 20px;
	text-align: center;
}
.news-title a:hover{
	color : #ff7043;
}
.news-right{
	font-size: 16px;
	text-align: right;
}


.news-next {
	display: flex;
	justify-content:space-between;
	width: 90%;
	margin: 5%;
	font-size: 14px;
	text-align: center;
	color : #000;
    margin-bottom: 20%;
}
.news-next a {
	color : #000;
}
.news-next a:hover{
	color : #ff7043;
}


/*--------------------------------------------------------------
# PC News End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PC Contact
--------------------------------------------------------------*/
.contact-visual-bg {
	height: 30vh;
	margin: 0 0px 30px 0;
	background-size: cover;
	background-position: center;
	background: url('images/body/pageheader/inquiry_header.jpg') top center / cover no-repeat;
}

.contact-visual {
	height: 30vh;
	margin: 0 0 30px 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;

}
.contact-visual main-title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.contact-visual h1{
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
}
.contact-visual h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}
/*--------------------------------------------------------------
# PC Contact End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.404-visual-bg {
	height: 30vh;
	margin: 0 0 30px 0;
	background-size: cover;
	background-position: center;
	background: url('images/body/pageheader/service_header.jpg') top center / cover no-repeat;
}
.404-visual {
	height: 30vh;
	margin: 0 0 30px 0;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	flex-direction: column;
}
.404-visual main-title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.404-visual h1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}
.404-visual h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}

.error-404{
	width: 100%;
	text-align: center;
	color: #343434;
	margin-top: 10%; 
	margin-bottom: 15%; 
}
.error-404 h1{
	font-size: 18px;
	font-weight: bold;
	color: #343434;
}
.error-404 h2{
	font-size: 12px;
	font-weight: bold;
	color: #343434;
}
.error-404 a{
	text-decoration: none;
	background: #67b5b7aa;
	color: #ffffff;
	padding: 14px 24px;
	display: inline-block;
	font-size: 16px;
	border-radius: 25px;
	text-transform: uppercase;
	transition: .4s;
}
.error-404 a:hover{
	background: #67b5b7;
}
.error-404 img{
	width: 100%;
}

/*--------------------------------------------------------------
# 404 End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PC Recruitment
--------------------------------------------------------------*/
.recruit-visual-bg {
	height: 30vh;
	margin: 0 0 30px 0;
	background-size: cover;
	background-position: center;
	background: url('images/body/pageheader/recruit_header.jpg') top center / cover no-repeat;
}

.recruit-visual {
	height: 30vh;
	margin: 0 0 30px 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	color: #FFF;
}
.recruit-visual main-title{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.recruit-visual h1{
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
}
.recruit-visual h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #2C1682;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}


/*--------------------------------------------------------------
# PC recruit End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PC End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.pc-nav {
	display: none;
}
.header-end {
	display: none;
}
.pdf-icon{
	width: 0.1%;
}
body{
	width: 100%; /* 幅いっぱいを指定 */
	min-height: 100vh;
	display: flex;
	flex-direction: column; 

}
header {
	width: 100%; /* 幅いっぱいを指定 */
	box-sizing: border-box; /* padding分を含んで幅を100%にするため */
	position: sticky;
	top: 0; /* 上下の固定位置を上から0pxにする */
	left: 0; /* 左右の固定位置を左から0pxにする */
	display: flex; /* 中の要素を横並びにする */
	align-items: center; /* 中の要素を上下中央に並べる */
	color: #000;
}
.footer-box {
	display: none;
}

h1 {
	line-height: 10px;
	margin: 0; 
	font-size: 16px;
	padding: 15px 20px;
	font-weight: bold;
	color: transparent;
	background: repeating-linear-gradient( -45deg, #FF3D00 0% 50%, #0091EA 50%
		 100% );
	-webkit-background-clip: text;
}
//img {
//	width: 100%;
//}
.sp-nav {
	z-index: 1;
	position: fixed;
	font-weight: bold;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	height: 100vh;
	 display: block;
	background: rgba(0, 0, 0, 1);
	opacity: 0;
	transform: translateY(-100%);
	transition: all .2s ease-in-out;
   }
   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 25px;
      margin: 0 0 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      background-color: #000;
      transform: translateY(-50%);
   }
   #hamburger::before {
	  content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #000;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70%;
      height: 1px;
      background-color: #000;
   }
   /*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
	color: #fff;
   }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }
   .main-visual {
      padding: 0 4%;
   }
   h2 {
      line-height: 1.6;
      text-align: center;
   }
.slide-wrap {
  display: flex;
      flex-direction: column;
  margin: 0 auto;
  width: 100%;
	text-align: center;
}
  .slide-box {
  width: 100%;

  }
.detail{
	text-align: center;
	padding: 0.5em 1em;
}
.detail a{
	transition: color 0.3s;
	font-size: 14px;
	color: #000;/*文字色*/
}

.detail a:hover{
	color : #ff7043;
}

.tracking-in-contract-bck{
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, .7);
	-webkit-animation: tracking-in-contract-bck 3s ;
	        animation: tracking-in-contract-bck 3s ;
}
.main-visual h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	color: #2c1682;
	text-shadow: 0 0 10px rgba(255, 255, 255, .6);
}

.main-visual h2 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #2c1682;
	text-shadow: 0 0 10px rgba(22, 44, 130, .6);
}

.flex-img{
	display: none;
}
.error-404{
	width: 100%;
	text-align: center;
	color: #343434;
}
.error-404 h1{
	font-size: 18px;
	font-weight: bold;
	color: #343434;
}
.error-404 h2{
	font-size: 12px;
	font-weight: bold;
	color: #343434;
}
.error-404 h3{
	margin-bottom: 30%;
}	
.error-404 a{
    text-decoration: none;
    background: #67b5b7aa;
    color: #ffffff;
    padding: 14px 24px;
    display: inline-block;
    font-size: 16px;
    border-radius: 25px;
    text-transform: uppercase;
    transition: .4s;
}
.error-404 a:hover{
    background: #67b5b7;
}
.error-404 img{
	width: 100%;
}
.tbl-r02 img {
	max-width: 5%;
}
/*PDFアイコン*/
.pdf-icon{
	max-width: 1%;
}

@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}



}
/*--------------------------------------------------------------
# Mobile End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# ContactForm7
--------------------------------------------------------------*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
	width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
	border-top: 1px #DDD solid;
	display: flex;
}
.table-res-form td {
	width: 60%;
}

/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
	border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}

.complete-display{
	display: none;
}
.sent .complete-display{
	display: block;
}


/*ここから768px以下の指定*/
@media screen and (max-width: 768px) {

.table-res-form th,
.table-res-form td {
　　border-bottom: none;
    display: block;
    width: 100%;
}
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}