@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  line-height: 1 !important;
}

body {
  overflow-x: hidden;
  font-size: 1.6em !important;
  background-color: #f4f4f4;
}

img {
  width: 100%;
}

@font-face {
  font-family: 'Ryumin-B';
  src: url(../font/A-OTF-RyuminPro-Bold.otf);
}

@font-face {
  font-family: 'Ryumin-L';
  src: url(../font/A-OTF-RyuminPro-Light.otf);
}

@font-face {
  font-family: 'Ryumin-M';
  src: url(../font/A-OTF-RyuminPro-Medium.otf);
}

@font-face {
  font-family: 'shingothic-R';
  src: url(../font/A-OTF-ShinGoPro-Regular.otf);
}

@font-face {
  font-family: 'shingothic-L';
  src: url(../font/A-OTF-ShinGoPro-Light.otf);
}

@font-face {
  font-family: 'shingothic-M';
  src: url(../font/A-OTF-ShinGoPro-Medium.otf);
}

.inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .inner {
    width: 80%;
  }
}
@media (max-width: 1100px) {

}

.container {
  width: 95% !important;
  max-width: 1200px !important;
}

@media (max-width: 991px) {
  .container {
    width: 85% !important;
  }
}

.width {
  width: 58rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 680px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 680px) {
  .sp {
    display: block;
  }
}

.text-area {
  margin: 0 auto;
}

.text-area p {
  text-align: left;
}

.cards {
  display: inline-block;
  height: 100%;
}
/* .contact {
  width: 50%;
  margin: auto;
} */

.title {
  margin-bottom: 10vw;
}

.title .century {
  font-size: 3rem;
}

h1 {
  font-family: 'Ryumin-B';
  font-size: 3rem !important;
  margin-bottom: 10vw !important;
}

@media (max-width: 680px) {
  h1 {
    font-size: 2rem !important;
  }
}

h3 {
  font-family: 'Ryumin-B';
}

.b {
  font-family: 'Ryumin-B';
  font-size: 3rem !important;
}

.l {
  font-family: 'Ryumin-L';
}

.m {
  font-family: 'Ryumin-M';
}

h4, .shin_m {
  font-family: 'shingothic-M';
}

p {
  font-family: 'shingothic-R';
}

.shin_l {
  font-family: 'shingothic-L';
}

.century {
  font-family: 'Century Gothic Pro', 'Century Gothic', 'Questrial';
  font-weight: bold;
}

.yu {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 20px;
}

section {
  padding: 20vw 0;
}

@media (max-width: 991px) {
  section {
    padding: 10vw 0;
  }
}

.header {
  text-align: left;
}

.header img {
  width: 20rem;
}

body, main, footer {
  text-align: center !important;
  font-size: 1.6rem;
}

@media (max-width: 991px) {
  body, main, footer {
    font-size: 1.6rem;
  }
}

@media (max-width: 500px) {
  body, main, footer {
    font-size: 1.2rem;
  }
}

.navbar-dark .navbar-toggler {
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
  /* この行で背景画像を無効化 */
  background-color: #000;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {
  top: 7px;
}

.navbar-toggler-icon:nth-of-type(2) {
  top: 14px;
}

.navbar-toggler-icon:nth-of-type(3) {
  top: 21px;
}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 13px;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg);
}

.header {
  padding: 2rem 0;
}

.header .navbar {
  padding: 0;
}

.header .navbar-brand {
  display: block;
}

.header .navbar-brand img {
  width: 20rem;
  height: auto;
}

@media (max-width: 680px) {
  .header .navbar-brand img {
    width: 15rem;
  }
}

.header .nav-link {
  color: #000 !important;
}

.header ul {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: auto;
}

@media (max-width: 680px) {
  .header ul {
    display: block;
  }
}

.header li {
  display: table-cell;
  box-sizing: border-box;
}

@media (max-width: 680px) {
  .header li {
    display: block;
  }
}

.header li a {
  display: block;
  padding: .4rem;
  text-decoration: none;
  text-align: center;
}

.top {
  padding: 0;
}

.plan .col-md-4 img {
  display: inline-block;
  height: 20vw;
}

@media (max-width: 991px) {
  .plan .col-md-4 img {
    height: auto;
  }
}
.plan a img {
  width: 100%;
}
.plan p {
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .plan p {
    font-size: 1.6rem;
    padding: 0 3rem;
  }
}
@media (max-width: 680px) {
  .plan p {
    font-size: 1.2rem;
  }
}

.plan .text-area {
  width: 55%;
  margin: 20vw auto;
}

@media (max-width: 680px) {
  .plan .text-area {
    width: 95%;
    margin: 10rem auto;
  }
}

.case1, .case2 {
  background-size: cover;
}

.case1 .case, .case2 .case {
  width: 15%;
  margin: 0 auto;
}

.case1 .col-md-4, .case2 .col-md-4 {
  margin-bottom: 5rem;
}

.case1 .cards, .case2 .cards {
  padding: 4rem 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .case1 .cards, .case2 .cards {
    padding: 2rem 0;
    display: block;
  }
}
@media (max-width: 768px) {
  .case1 .cards .m, .case2 .cards .m {
    margin-top: 10vw;
    width: 50%;
    display: inline-block;
    float: right;
  }
}
@media (max-width: 500px) {
  .case1 .cards .m, .case2 .cards .m {
    margin-top: 5vw;
  }
}
.case1 .cards .i27, .case2 .cards .i27 {
  display: inline-block;
  height: 270px;
  margin: 3rem 0;
}

@media (max-width: 768px) {
  .case1 .cards .i27, .case2 .cards .i27 {
    height: auto;
    margin: 1rem 0;
    width: 50%;
  }
}

.case1 .cards .m, .case2 .cards .m {
  padding: 0 2rem;
}

@media (max-width: 991px) {
  .case1 .cards .m, .case2 .cards .m {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  .case1 .cards .yu, .case2 .cards .yu {
    font-size: 3rem;
  }
}

.case1 {
  background-image: url(../images/kyosyo_img/case-bg.png);
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.case2 {
  background-image: url(../images/kyosyo_img/case-bg2.png);
}
a img {
  width: 50%;
}
.promise {
  padding: 0;
}

.promise .text-area {
  color: #fff;
  width: 45%;
}

@media (max-width: 1000px) {
  .promise .text-area {
    width: 60%;
  }
}

@media (max-width: 680px) {
  .promise .text-area {
    width: 90%;
  }
}

.promise img {
  width: 60%;
  margin: 5rem auto;
}

@media (max-width: 680px) {
  .promise img {
    width: 90%;
  }
}

.promise h3 {
  font-size: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 680px) {
  .promise h3 {
    font-size: 2rem;
  }
}

.promise .number {
  position: relative;
  background-size: cover;
  padding: 10rem 20rem;
  margin-bottom: 20rem;
}

@media (max-width: 1100px) {
  .promise .number {
    padding: 10rem 5rem;
  }
}
@media (max-width: 680px) {
  .promise .number {
    padding: 5rem 2rem;
    margin-bottom: 10rem;
  }
}

.promise .number img {
  width: 10rem;
}
@media (max-width: 680px) {
  .promise .number img {
    width: 5rem;
  }
}

@media (max-width: 1100px) {
  .promise .b01, .promise .b03, .promise .b05 {
    background-position: top right;
  }
}

.promise .b01 .text-area, .promise .b03 .text-area, .promise .b05 .text-area {
  margin: 0 0 0 auto;
}
@media (max-width: 680px) {
  .promise .b01 .text-area, .promise .b03 .text-area, .promise .b05 .text-area {
    margin: 0 auto;
  }
}
.promise .b01 .number-text, .promise .b03 .number-text, .promise .b05 .number-text {
  position: absolute;
  right: 20rem;
  bottom: -8rem;
}

@media (max-width: 1100px) {
  .promise .b01 .number-text, .promise .b03 .number-text, .promise .b05 .number-text {
    right: 5rem;
  }
}

.promise .b02 .text-area, .promise .b04 .text-area, .promise .b06 .text-area {
  margin: 0 auto 0 0;
}
@media (max-width: 680px) {
  .promise .b02 .text-area, .promise .b04 .text-area, .promise .b06 .text-area {
    margin: 0 auto;
  }
}

.promise .b02 .number-text, .promise .b04 .number-text, .promise .b06 .number-text {
  position: absolute;
  left: 20rem;
  bottom: -8rem;
}

@media (max-width: 1100px) {
  .promise .b02 .number-text, .promise .b04 .number-text, .promise .b06 .number-text {
    left: 5rem;
  }
}

.promise .b01 {
  background-image: url(../images/kyosyo_img/01-bg.png);
  margin-bottom: 0;
}

.promise .b02 {
  background-image: url(../images/kyosyo_img/02-bg.png);
}

.promise .b03 {
  background-image: url(../images/kyosyo_img/03-bg.png);
}

.promise .b04 {
  background-image: url(../images/kyosyo_img/04-bg.png);
}

.promise .b05 {
  background-image: url(../images/kyosyo_img/05-bg.png);
}

.promise .b06 {
  background-image: url(../images/kyosyo_img/06-bg.png);
  margin-bottom: 0;
}

.jitsugen {
  background-image: url(../images/kyosyo_img/jitsugen-bg.png);
  background-size: cover;
}

.jitsugen img {
  width: 60%;
  margin: 0 auto 10rem;
}

@media (max-width: 991px) {
  .jitsugen img {
    width: 90%;
    margin: 0 auto 5rem;
  }
}

.jitsugen .shin_l {
  font-size: 3rem;
  color: #fff;
}

@media (max-width: 991px) {
  .jitsugen .shin_l {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 680px) {
  .jitsugen .shin_l {
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
  }
}

.price .hyo {
  padding-bottom: 10rem;
}

.ivent {
  background-color: #eeeeee;
  padding: 10rem 0;
}

.ivent .b {
  margin-bottom: 5rem;
}

@media (max-width: 680px) {
  .ivent .b {
    font-size: 2rem !important;
  }
}

.ivent .br {
  display: none;
}

@media (max-width: 991px) {
  .ivent .br {
    display: block;
  }
}

.company {
  padding: 0;
}

.company .title {
  background-image: url(../images/kyosyo_img/company-title.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .company .title {
    padding: 5rem 0;
  }
  .company .title .d {
    font-size: 3rem;
    padding-top: 2rem;
  }
  .company .title p {
    font-size: 2rem;
  }
}
@media (max-width: 680px) {
  
  .company .title .d {
    font-size: 1.6rem;
    color: #fff;
  }
  .company .title p {
    font-size: 1.2rem;
  }
}

@media (max-width: 680px) {
  .company .title .d {
    color: #fff;
  }
}

.company .bg-b {
  background-image: url(../images/kyosyo_img/system-bg.png);
  background-size: cover;
  padding: 10rem 0;
}

.company .bg-b h4 {
  font-size: 3rem;
  margin-bottom: 10rem;
}

@media (max-width: 991px) {
  .company .bg-b .col-md-4 {
    margin-bottom: 5rem;
  }
}

.company .bg-b .cards {
  border: 1px solid #000000;
  background-color: transparent;
  padding: 5rem 0;
  width: 100%;
}

.company .bg-b .cards img {
  width: 40%;
  margin: 0 auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .company .bg-b .cards img {
    width: 10rem;
    height: auto;
  }
}

.company .bg-b .cards .work {
  height: auto;
  width: 30%;
}

@media (max-width: 991px) {
  .company .bg-b .cards .work {
    width: 8rem;
    height: auto;
  }
}

.company .bg-b .cards .number {
  width: 15%;
  display: block;
  height: auto;
}

@media (max-width: 991px) {
  .company .bg-b .cards .number {
    width: 5rem;
  }
}

.company .bg-b .cards p {
  margin: 5rem 0;
  font-size: 3rem;
}
@media (max-width: 680px) {
  .company .bg-b .cards p {
    font-size: 2rem;
  }
}

.contact img {
  margin-bottom: 5rem;
}

.contact .privacy p {
  text-align: left;
}

.contact .pT20 {
  width: 95%;
  margin: 0 auto;
}
.contact .pT20 .hisu {
  background: red;
  color: #fff;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 5rem;
}

/* フォーム用 */
/* フォームのリセット */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="submit"],
textarea {
	border:none;
	background:#fff;
	-webkit-appearance:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	border:1px solid #c5c5c5;
	vertical-align:middle;
	font-size:115%;
	/*width:100%;*/
}


/*
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
*/

select {
	font-size:115%;
	width:100%;
	height:30px;
	border:1px solid #c5c5c5;
}

/*
input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
*/

input[type="checkbox"],
input[type="radio"] {
	-webkit-transform-origin: left middle;
 	-webkit-transform: scale( 1.5 , 1.5 );
	
	-moz-transform-origin: left middle;
 	-moz-transform: scale( 1.5 , 1.5 );
	
	-ms-transform-origin: left middle;
 	-ms-transform: scale( 1.5 , 1.5 );
	
	-o-transform-origin: left middle;
 	-o-transform: scale( 1.5 , 1.5 );
  
  	transform-origin: left middle;
  	transform: scale( 1.5 , 1.5 );
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	position:relative;
	display:inline-block;
	margin:0 12px 0 12px;
	cursor:pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"] {
	height:50px;
  width: 90%;
  padding: 1rem;
}
input[type="image"] {
	margin-left: 0 !important;
	display: inline-block;
	width: 20vw;
}
input[name="zip"] {
  width: 50%;
}

input[type="submit"] {
	border:1px solid #000;
	line-height:3em;
	width:100%;
	font-size:2vw;
	cursor:pointer;
	color: #000;
}
/* フォームのテーブル */
.form th,
.form td {
	padding-bottom:10px;
}

/* フォームの装飾 */
.contact table {
	width: 90vw;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 680px) {
	.contact table {
		border-collapse: collapse;
	}
}
.btn-contact {
  background: #fff;
}
.btn-contact.is-small {
  width: 35vw;
}
.contact .r30 {
  width: 20%;
}
.contact tr {
  vertical-align: top;
}
.contact .form-table-required {
  background: red;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  width: 5rem;
}
.contact table tr th {
	width:20%;
	background-color: #fff;
	border-bottom:#FFFFFF solid 3px;
	border-right:#FFFFFF solid 3px;
	font-size:16px;
	font-weight:100;
	padding-top:25px;
	padding-left:20px;
}

.contact table tr td {
	width: 80%;
	background-color: #fff;
	border-bottom:#FFFFFF solid 3px;
	padding-top:20px;
	padding-left:30px;
	padding-bottom:20px;
}
@media (max-width: 680px) {
	.contact table tr th, .contact table tr td {
		display: block;
		width: 100%;
	}

}
@media (max-width: 680px) {
	.contact table tr td {
		text-align: left;
	}

}
.checkBtn {
	/*background-image:url(../img/btn_check.png);*/
	width:auto;
	height:100px;
	margin-top:1rem;
}
th {
	text-align: left;
}

.send {

	width: 20vw;
	margin: 0 auto;

}

.hisu {
	float:right;
	margin-top:5px;
	margin-right:20px;
	background-color: red;
	color: #fff;
	width: 10vw;
	padding: .5rem 0;
	text-align: center;
}
@media (max-width: 680px) {
	.hisu {
		padding: .5rem;
		margin-left: 2rem;
		float: none;
	}

}

/*.w50 {
	width:50px;
}

.w100 {
	width:100px;
}

.w500 {
	width:500px;
}

.w600 {
	width:600px;
}*/