@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Helvetica Neue", HelveticaNeue, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
	font-size: 62.5%;
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
	color: #1e1e1e;
	box-sizing: border-box;
	background: #fff;
}
.en {
	font-family: 'Roboto', sans-serif;
}
::selection {
	background: #d7d7d7;
}
::-moz-selection {
	background: #d7d7d7;
}
p {
	max-height: 999999px;
}
li {
	max-height: 999999px;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}
input::placeholder,
textarea::placeholder {
	color: #ccc;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.inviewfadeIn {
	opacity: 0;
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeIn {
	opacity: 1.0;
}
.ul {
	letter-spacing: -.4em;
}
.ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
}
.hr {
  width: 100%;
	border-top: 1px solid #585858;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 auto;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/* header */
.header {
  position: relative;
  width: 100%;
  height: auto;
}
.logo {
  width: 200px;
  height: auto;
  z-index: 20;
  float: left;
  padding: 47px 0 0 30px;
}
.header-inner {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  z-index: 10;
}
.navi {
  float: right;
  padding: 0 100px 0 0;
  display: block;
}
.navi li {
  font-size: 1.6em;
  padding: 0 0 0 30px;
}
.navi li a {
  color: #1e1e1e;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.navi li a:hover {
  color: #0c3088;
}
.navi li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #0c3088;
  transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition: all 0.5s ;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navi li a:hover::after {
  transform: scale(1, 1);
}

/* swiper */
.swiper-box {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 40px auto 0 auto;
}
.swiper-slide {
	text-align: center;
	background-position: center center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

/* common */
.common-wrapper {
  width: 90%;
  height: auto;
  max-width: 1200px;
  margin: 30px auto 0 auto;
}
.title {
  font-size: 3.0em;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
.title-sub {
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.title-hr {
  width: 80px;
	border-top: 1px solid #585858;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 auto;
}
.common-img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 40px auto 0 auto;
}
.txt {
  font-size: 1.5em;
  line-height: 1.8;
  text-align: center;
}

/* about */
.about-table {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
}
.about-table td {
  font-size: 1.4em;
  line-height: 1.8;
  padding: 20px 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.about-table td a {
  font-weight: bold;
  color: #0c3088;
}
.td01 {
  width: 120px;
  font-weight: bold;
}
.about-txt-wrap {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0 auto;
  box-sizing: border-box;
}
.about-txt {
  font-size: 1.5em;
  font-weight: bold;
  border-left: 3px solid #0c3088;
  padding: 2px 0 2px 7px;
}
.about-table-sub {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0 auto;
  box-sizing: border-box;
}
.about-table-sub td {
  font-size: 1.4em;
  line-height: 1.8;
  padding: 20px 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.about-table-sub td a {
  font-weight: bold;
  color: #0c3088;
}

/* works */
.works-wrapper {
  width: 90%;
  height: auto;
  max-width: 1200px;
  margin: 30px auto 0 auto;
}
.works-ul {
  width: 100%;
  max-width: 1400px;
  margin: 20px auto 0 auto;
  box-sizing: border-box;
}
.works-ul li {
  width: 31.3%;
  height: auto;
  margin: 2% 1% 0 1%;
}
.works-ul-txt-1 {
  font-size: 1.4em;
  line-height: 1.8;
  padding: 8px 0 0 0;
}
.works-ul-txt-2 {
  font-size: 1.2em;
  line-height: 1.8;
  color: #9c9c9c;
  padding: 0;
}

/* works - details */
.back {
  font-size: 1.6em;
  text-align: center;
  width: 100px;
  height: auto;
  margin: 50px auto 0 auto;
}
.back a {
  color: #fff;
  background: #0c3088;
  padding: 10px 20px;
  border-radius: 5px;
}

/* flow */
.flow-table {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
}
.td-q {
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: bold;
  color: #0c3088;
  border-top: 1px dotted #ccc;
  padding: 20px 10px 5px 10px;
}
.td-a {
  font-size: 1.4em;
  line-height: 1.8;
  border-bottom: 1px dotted #ccc;
  padding: 5px 10px 20px 10px;
}

/* contact */
.form {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0 auto;
  box-sizing: border-box;
}
.form-txt {
	font-size: 1.6em;
	margin: 0 0 10px 0;
}
.form-box {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.5em;
	margin: 10px 0 40px 0;
	padding: 15px 10px;
	border: 1px solid #585858;
}
.form-box-zip {
	width: 50%;
	box-sizing: border-box;
	font-size: 1.5em;
	margin: 10px 0 40px 0;
	padding: 15px 10px;
	border: 1px solid #585858;
}
.form-body {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.5em;
	height: 200px;
	margin: 10px 0 0 0;
	padding: 15px 10px;
	border: 1px solid #585858;
}
.form-btn {
	font-size: 1.6em;
	width: 100%;
	box-sizing: border-box;
	margin: 40px 0 0 0;
	padding: 15px 0;
	color: #fff;
	background-color: #0c3088;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
}
.form-btn-box {
	width: 100%;
	margin: 40px 0 0 0;
}
.form-btn-2 {
	font-size: 1.6em;
	width: 46%;
	box-sizing: border-box;
	padding: 15px 0;
	color: #fff;
	background-color: #0c3088;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	float: left;
}
.form-btn-3 {
	font-size: 1.6em;
	width: 46%;
	box-sizing: border-box;
	padding: 15px 0;
	color: #fff;
	background-color: #0c3088;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	float: right;
}
.privacy {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  border: 1px solid #585858;
  overflow: auto;
  background: #fafafa;
  margin: 40px 0 0 0;
  padding: 20px;
}
.privacy-txt {
  font-size: 1.2em;
  line-height: 1.4;
}
.blue {
  color: #0c3088;
}
.txt-error {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.8;
  color: #0c3088;
  margin: 0 0 30px 0;
}
.comp-txt-1 {
	font-size: 1.6em;
  line-height: 1.8;
  font-weight: bold;
	margin: 0 0 5px 0;
  color: #0c3088;
}
.comp-txt-2 {
	font-size: 1.6em;
  line-height: 1.8;
  font-weight: bold;
	margin: 30px 0 5px 0;
  color: #0c3088;
}
.comp-txt-3 {
	font-size: 1.6em;
  line-height: 1.8;
}
.check-txt {
  font-size: 1.6em;
  line-height: 1.8;
  text-align: center;
  margin: 40px 0 15px 0;
}
.check {
  text-align: center;
}
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  font-size: 1.6em;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #fff;
  }
  input[type=checkbox] + label::before {
    border: 1px solid #585858;
    width: 30px;
    height: 30px;
    margin-top: -16px;
  }
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=checkbox]:checked + label::after {
    left: 5px;
    width: 20px;
    height: 10px;
    margin-top: -8px;
    border-left: 3px solid #0c3088;
    border-bottom: 3px solid #0c3088;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
  text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select.type {
	position: relative;
}
.select.type::before {
	position: absolute;
	top: 26px;
	right: 15px;
	padding: 0;
	content: '';
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color:  transparent transparent #1e1e1e #1e1e1e;
  transform: rotate(-45deg);
	pointer-events: none;
}
.select.type select {
  font-size: 1.5em;
  margin: 10px 0 40px 0;
  padding: 14px 10px;
	border: 1px solid #585858;
  border-radius: 0;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.navi-footer {
  text-align: center;
}
.navi-footer li {
  font-size: 1.4em;
  padding: 0 15px;
}
.navi-footer li a {
  color: #1e1e1e;
  position: relative;
  text-decoration: none;
}
.navi-footer li a:hover {
  color: #0c3088;
}
.navi-footer li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #0c3088;
  transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition: all 0.5s ;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navi-footer li a:hover::after {
  transform: scale(1, 1);
}
.copy {
  font-size: 1.2em;
  text-align: center;
  padding: 30px 0 0 0;
}

@media screen and (max-width:960px) {
  /* works */
  .works-wrapper {
    width: 92%;
    height: auto;
    max-width: 1200px;
    margin: 30px auto 0 auto;
  }
  .works-ul li {
    width: 48%;
    height: auto;
    margin: 20px 1% 0 1%;
  }
}

@media screen and (max-width:760px) {
  /* header */
  .navi {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .pc {
  	display: none;
  }
  .sp {
  	display: block;
  }
  /* header */
  .logo {
    padding: 47px 0 0 20px;
  }
  /* common */
  .title {
    font-size: 1.7em;
  }
  .title-sub {
    font-size: 1.3em;
    padding: 15px 0 20px 0;
  }
  .title-hr {
    width: 60px;
  }
  .txt {
    font-size: 1.2em;
    text-align: left;
  }
  /* about */
  .about-table td {
    font-size: 1.2em;
  }
  .td01 {
    width: 25%;
  }
  .about-txt {
    font-size: 1.3em;
  }
  .about-table-sub td {
    font-size: 1.2em;
  }
  /* works */
  .works-ul-txt-1 {
    font-size: 1.0em;
    padding: 5px 0 0 0;
  }
  .works-ul-txt-2 {
    font-size: 1.0em;
  }
  /* works - details */
  .back {
    font-size: 1.2em;
  }
  /* flow */
  .td-q {
    font-size: 1.2em;
  }
  .td-a {
    font-size: 1.2em;
  }
  /* contact */
  .form-txt {
  	font-size: 1.2em;
  }
  .form-box {
  	font-size: 1.2em;
  }
  .form-box-zip {
  	width: 100%;
  	font-size: 1.2em;
  }
  .form-body {
  	font-size: 1.2em;
  }
  .form-btn {
  	font-size: 1.3em;
  }
  .form-btn-2 {
  	font-size: 1.3em;
  }
  .form-btn-3 {
  	font-size: 1.3em;
  }
  .privacy-txt {
    font-size: 1.1em;
  }
  .txt-error {
    font-size: 1.2em;
  }
  .comp-txt-1 {
  	font-size: 1.2em;
  }
  .comp-txt-2 {
  	font-size: 1.2em;
  }
  .comp-txt-3 {
  	font-size: 1.2em;
  }
  .check-txt {
    font-size: 1.2em;
  }
  input[type=checkbox] + label {
    font-size: 1.2em;
  }
  .select.type::before {
  	top: 24px;
  }
  .select.type select {
    font-size: 1.2em;
  }
  /* footer */
  .footer {
    padding: 60px 0;
  }
  .navi-footer li {
    font-size: 1.2em;
    padding: 0 10px;
  }
  .copy {
    font-size: 1.1em;
  }
}
