@charset "utf-8";
/* CSS Document */

.col2{
	display: flex;
	margin: 0 auto;
}

.main-v {
  position: relative;
  width: 100%;
  height: 500px; /* 画面の高さ全体を使用 */
  background: url("images/common/mv10.png") no-repeat center center/cover;
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center;     /* 縦方向の中央揃え */
  text-align: center;
}

.main-ttl {
  color: #000; /* 任意で文字色 */
  font-size: 48px;
  font-weight: bold;
}

.secaA{
	max-width: 1920px;
	max-height: 1792px;
	background-image: url("images/common/bg01.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.seca01{
	max-width: 800px;
	margin: 0 auto;
	padding-top:  100px;
	padding-bottom: 100px;
}

.seca01 table{
	border: 0px;
	margin-bottom: 100px;
}

.seca01 th{
	font-size: 18px;
	text-align: left;
	vertical-align: top;
	padding: 20px;
}

.seca01 td{
	font-size: 18px;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
}

.seca01 table {
	width:100%;
	border-collapse: collapse;
	  margin: 100px auto;
  }
  
  .seca01 table tr{
	border-bottom: solid 2px white;
  }
  
  .seca01 table tr:last-child{
	border-bottom: none;
  }
  
  .seca01 table th{
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #52c2d0;
	color: #fff;
	text-align: center;
	padding: 20px 0;
  }
  
  .seca01 table th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #52c2d0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
  }
  
  .seca01 table td{
	text-align: left;
	width: 70%;
	text-align: center;
	background-color: #eee;
	padding: 20px 0;
	line-height: 2em;
  }









.secsA{
	max-width: 1920px;
	max-height: 1792px;
	background-image: url("images/common/bg01.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.secs01{
	max-width: 900px;
	margin: 0 auto;
	padding-top:  100px;
	padding-bottom: 100px;
}

.secs01 h3{
	font-size: 24px;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: left;
	padding: .5em .7em;
    border-left: 5px solid #2589d0;
    color: #000;
	margin-bottom: 100px;
}

.secs01 p{
	font-size: 20px;
	line-height: 2em;
	font-weight: bold;
	padding-bottom: 100px;
}


.sitem01{
	width: 50%;
	margin: 0 auto;
}
.sitem02{
	width: 50%;
	margin: 0 auto;
}


.sitem02 img{
	margin-top: -200px;
}




.seccA{
	width: 100%;
	
}

.seccA table {
  width:60%;
  border-collapse: collapse;
	margin: 100px auto;
}

.seccA table tr{
  border-bottom: solid 2px white;
}

.seccA table tr:last-child{
  border-bottom: none;
}

.seccA table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.seccA table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.seccA table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 20px 0;
  line-height: 2em;
}

.seccA h2{
	font-size: 24px;
	text-align: center;
	margin-top: 80px;
}

.seccB {
    margin-bottom: 100px;
}


.secCA{
	width: 100%;
	margin-top:0;
	background-image: url("images/common/bg02.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100px;
}

.col2-a{
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}

.itemc01{
	width: 50%;
	text-align: left;
	background-image: url("images/common/bg03.png");
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px;
}
.itemc01 p{
	font-size: 28px;
	font-weight: bold;
	line-height: 2em;
	padding: 50px;
	color: #000;

}

.itemc02{
	width: 50%;
	text-align: center;
}

.itemc03{
	width: 50%;
	text-align: center;
}

.itemc04{
	width: 50%;
	text-align: left;
	background-image: url("images/common/bg03.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.itemc04 p{
	font-size: 28px;
	font-weight: bold;
	line-height: 2em;
	padding: 50px;
	color: #000;
}

/*********ボタン****************/
.button-54 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #2589d0;
    border-radius: 5px;
    background-color: #fff;
    color: #2589d0;
    font-size: 1em;
}

.button-54::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #2589d0;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}




/***コンタクトフォーム*********************/
.contact-container {
	width: 1000px;
	margin: 2rem auto;
	padding: 2rem 0;
	background: #fff;
	border-radius: 3rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.cc-box {
	width: 95%;
	margin: auto;
	background: #fff;
	padding: 5rem 0;
}
.formTable {
	width: 80%;
	margin: auto;
}
.formTable tr {
  position: relative;
}
.formTable tr:first-child td:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
}
.formTable tr th {
  width: 30%;
	font-weight: 400;
  text-align: center;
  padding: 1em .5em;
  background: #1eb9ee;
  color: #fff;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 14px;
}
.formTable tr th span {
  background: #cd6f55;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formTable tr th:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px #fff;
}
.formTable tr td {
  position: relative;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 14px;
}
.formTable tr td:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px #E5E5E5;
}
.formTable tr .box_br {
  display: block;
}
.formTable tr select,
.formTable  tr textarea, 
.formTable  tr .wide {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    border: 1px solid #CCCCCC;
}
.formTable tr textarea {
  height: 10em;
}
@media only screen and (max-width: 768px) {
  .cc-box {
    width: 95%;
  }
	.formTable {
		width: 95%;
	}
	.formTable tr:first-child td:before {
    display: none;
  }
	.formTable tr th {
    text-align: center;
    width: 100%;
    display: block;
    padding: .8em .2em;
  }
	.formTable tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.btn {
	margin-top: 5rem;
  text-align: center;
}
.btn input {
  display: inline-block;
  background: #E6F3F1;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 1.5em 5em;
  color:#0F7A67;
	border: none;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
    font-size: 16px;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.cttl01{
	font-size: 24px;
	text-align: center;
	margin-top: 50px;
}

.cttl02 {
    font-size: 24px;
    text-align: center;
    margin-top: 80px;
}
.teltxt{
	font-size: 26px;
	text-align: center;
}

/*************スマホ****************************/
@media (max-width: 768px) {
	.secCA {
		padding-top: 0px;
	}
.col2-a{
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
	.itemc01{
		width: 100%;
		margin-top: -7px;
	}
	.itemc01 p {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    padding: 50px;
    color: #000;
}
	.itemc02{
		width: 100%;
	}
	.itemc02 img{
		width: 100%;
	}
	.itemc03{
		width: 100%;	
	}
	.itemc03 img{
		width: 100%;
	}
	.itemc04{
		width: 100%;
		margin-top: -7px;
	}
	.item04 img{
		width: 100%;
	}
	
	.itemc04 p {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    padding: 50px;
    color: #000;
}
/* スマホ表示のとき */
  .col2-a {
    flex-direction: column;
  }
  .itemc01 {
    order: 2; /* テキストを下に */
  }
  .itemc02 {
    order: 1; /* 画像を上に */
  }

/*****スマホ事業内容*****/

.secs01 p {
    font-size: 20px;
    line-height: 2em;
    font-weight: bold;
    padding-bottom: 100px;
    padding-right: 10px;
    padding-left: 10px;
    color: #000;
}
.secs01 h3 {
    font-size: 24px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    padding: .5em .7em;
    border-left: 5px solid #2589d0;
    color: #000;
    margin-bottom: 100px;
}
.col2 {
    flex-wrap: wrap;
    margin: 0 auto;
}
.sitem01 {
    width: 100%;
    margin: 0 auto;
}
.sitem02 {
    width: 100%;
    margin: 0 auto;
}
.sitem02 img {
    margin-top: -100px;
    width: 100%;
}
/******採用情報****************/
.seccA table {
    width: 100%;
    border-collapse: collapse;
    margin: 100px auto;
}
	
	
/******お問い合わせ****************/
.contact-container {
    width: 100%;
    margin: 10rem auto;
    padding: 5rem 0;
    background: #fff;
    border-radius: 3rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.cc-box {
    width: 95%;
    margin: auto;
    background: #fff;
    padding: 0;
}
    .contact-container {
        width: 100%;
        margin: 30px auto;
        padding: 5rem 0;
        background: #fff;
        border-radius: 3rem;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.cttl01 {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}
.cttl02 {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}
}