/*===== layout =====*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.section-inner {
  width: 100%;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.display-pc {
  display: block !important;
}
.display-sp {
  display: none !important;
}
.none {
  display: none !important;
}
#main {
  width: 100%;
  position: relative;
}
.d-flex {
  display: flex;
  width: 100%;
}
.col-2 {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.d-flex img {
  width: 100%;
}
.line-height-1 {
  line-height: 1 !important;
}
.sec {
  padding: 100px 10px;
}
.sec .section-inner {
  padding: 0;
}
.ttl-h2 {
  position: relative;
  letter-spacing: .1em;
  font-size: 16px;
  font-weight: 700;
  color: #89ced7;
  margin-bottom: 60px;
  z-index: 2;
  overflow: hidden;
}
.ttl-h2 em {
  color: #000;
  font-size: 50px;
  margin-right: 20px;
  letter-spacing: .1em;
  font-weight: normal;
}
.ttl-h2::after {
  content: "";
  background: #89ced7;
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 1px;
  width: 100%;
  margin-top: .5em;
  margin-left: 1em;
}
@media all and (-ms-high-contrast:none) {
.ttl-h2 {
  padding-top: .25em;
  overflow: hidden;
}
.ttl-h2::after {
  margin-top: .25em;
} 
}
.font-min {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.palt {
  font-feature-settings: "palt";
}
.img-100 {
  width: 100%;
}
.p-relative {
  position: relative;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ls25 {
  letter-spacing: .25em !important;
}
/*===== header =====*/
header {
  width: 100%;
  background: #fff;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 101;
}
header .section-inner {
  padding-right: 0;
}
header #logo {
  width: 8.33%;
  max-width: 90px;
}
header nav {
  width: auto;
}
nav ul {
  width: 100%;
  display: flex;
  align-items: center;
}
nav ul li:not(:last-child) {
  margin-right: 50px;
}
nav li a {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  display: block;
  transition: color .3s;
}
nav ul li a::before {
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  bottom: -10px;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background: #000;
}
nav ul li a:hover::before,
nav ul li a.current::before {
  opacity: 1;
  width: 100%;
}
nav li:last-child a {
  position: relative;
  width: 200px;
  text-align: center;
  padding: 35px 10px;
  background: #75bbc3;
  color: #fff !important;
  transition: .3s linear;
}
nav li:last-child a:hover {
  opacity: .7;
}
nav li:last-child a::before {
  display: none;
}
nav li:last-child a span {
  position: relative;
}
nav li:last-child a span::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url("../img/common/icon_mail.svg") no-repeat left top /contain;
  width: 20px;
  height: 15px;
  margin-right: 5px;
  top: 2px;
}
.menu-trigger {
  display: none;
}
/*===== TOP style =====*/
/* mv */
#mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 760px;
  background: url("../img/top/mv.jpg") no-repeat center /cover;
}
/* service */
#service ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
#service ul li {
	width: 27.5%;
	margin-right: 5.5%;
}
#service ul li:nth-child(2) {
	margin-top: 60px;
}
#service ul li:nth-child(3n) {
	margin-right: 0;
}
#service ul li a {
	display: flex;
	flex-direction: column;
	position: relative;
}
#service ul li a figure {
	order: 1;
  min-height: 0%;
	margin-bottom: 20px;
}
.img-style {
	display: block;
	border-radius: 4px;
  box-shadow: 3px 5px 12px 0px rgba(0,0,0,.3);
}
#service ul li a h3 {
	order: 2;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: .05em;
}
#service ul li a h3 em {
	display: block;
	color: #89ced7;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: .01em;
}
#service ul li a span {
	order: 3;
	display: block;
}
.more {
  position: relative;
  font-size: 16px;
  font-style: italic;
  color: #888;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.more::after {
  content: "";
  display: block;
  background: url("../img/common/btn_arrow.svg") no-repeat left center /contain;
  width: 55px;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: .3s linear;
}
#service ul li a:hover .more::after {
  transform: translateX(10px);
}
/* philosophy */
#philosophy {
  background: rgba(204,204,204,.3);
}
#philosophy p {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 40px;
}
#philosophy .d-flex {
  margin-bottom: 50px;
}
#philosophy .d-flex figure {
  width: 55.5%;
  margin-right: 5%;
}
#philosophy .d-flex p {
  width: 40.5%;
  margin-bottom: 0;
  text-align: left;
}
.img-style2 {
  display: block;
  position: relative;
}
.img-style2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(199,214,216,.7);
  z-index: 1;
}
.img-style2 img {
  position: relative;
  z-index: 2;
}
/* overview */
#overview .d-flex figure {
  width: 55.5%;
  margin-left: 5%;
}
#overview dl {
  width: 40.5%;
}
#overview dt {
  width: 32%;
  margin: 0 auto 40px;
}
#overview p {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
}
#overview p:last-child {
  margin-bottom: 0;
}
#overview p span:first-child {
  width: 100px;
}
/*===== footer =====*/
footer {
  background: #f2f2f2;
  border-top: 2px solid #75bbc3;
}
footer ul {
  display: flex;
  width: auto;
  justify-content: center;
  padding: 40px 10px;
}
footer ul li:not(:last-child) {
  margin-right: 50px;
}
footer ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer #copy {
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: #000;
  padding: 20px 10px;
}
#pagetop {
  position: fixed;
  bottom: 1.34%;
  right: 1.34%;
  z-index: 90;
  display: none;
}
#pagetop a {
  display: flex;
  width: 60px;
  height: 60px;
  background: rgba(117,187,195,.8);
  align-items: center;
  justify-content: center;
}
#pagetop a img {
  display: block;
  width: 28px;
  height: auto;
}
@media all and (-ms-high-contrast:none) {
footer #copy {
  padding: 23px 10px 17px 10px;
}
}
/*===== Page style =====*/
#headline {
  padding: 80px 0;
  background: #f2f2f2;
}
#headline h1 {
  overflow: inherit;
}
#headline h1::after {
  display: none;
}
.ttl-h2-2 {
  background: #f2f2f2;
  padding: 30px 10px;
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .5em;
  border-radius: 4px;
}
@media all and (-ms-high-contrast:none) {
.ttl-h2-2 {
  padding: 33px 10px 27px;
}
}
.ttl-h2-2 em {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  color: rgba(117,187,195,1);
  letter-spacing: .1em;
}
.lead-txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .05em;
  margin-bottom: 80px;
}
#service-box .d-flex {
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 80px;
}
#service-box .d-flex:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
#service-box .d-flex figure {
  width: 35%;
  margin-right: 5%;
}
#service-box .d-flex:nth-child(2n) figure {
  order: 2;
  margin-right: inherit;
  margin-left: 5%;
}
#service-box .d-flex > div {
  width: 60%;
}
#service-box .d-flex:nth-child(2n) > div {
  order: 1;
}
#service-box .d-flex > div h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#service-box .d-flex > div h3 em {
  color: #75bbc3;
  margin-right: .5em;
  position: relative;
  top: 2px;
  font-size: 24px;
}
#service-box .d-flex > div p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
#service-box .d-flex > div p:last-of-type {
  margin-bottom: 0;
}
#page-company #philosophy {
  background: rgba(204,204,204,0);
}
.profile-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.profile-box dl {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.profile-box dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.profile-box dl dt,
.profile-box dl dd {
  font-size: 16px;
  line-height: 1.3;
}
.profile-box dl dt {
  width: 18%;
  margin-right: 4%;
}
.profile-box dl dd {
  width: 78%;
}
#privacy .policy-box p {
  font-size: 16px;
  line-height: 1.6;
}
.policy-box > p {
  margin-bottom: 25px;
}
.policy-box dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.policy-box dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.policy-box dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.policy-box dd p:not(:last-of-type) {
  margin-bottom: 20px;
}
.policy-box dd p span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
#contact p {
  font-size: 16px;
  margin-bottom: 30px;
}
input,button,textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
::-webkit-input-placeholder {
  color: #ddd;
  font-size: 15px;
}
::-moz-placeholder {
  color: #ddd;
  opacity: 1;
  font-size: 15px;
}
:-ms-input-placeholder {
  color: #ddd;
  font-size: 15px;
}
input[type="text"] {
  width: 70%;
  height: 50px;
  padding: 10px;
  border: 1px solid rgba(117,187,195,.9);
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
input[type="text"]:hover,textarea:hover,input[type="text"]:focus,textarea:focus {
  background-color: rgba(255,255,255,1);
  outline: none;
}
textarea {
  background: #fff;
  border: 1px solid rgba(117,187,195,.9);
  padding: 10px;
  width: 100%;
  height: 180px !important;
  -webkit-transition: .4s;
  transition: .4s;
}
input[type="submit"] {
  width: 100%;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  padding: 20px 10px;
  background: #75bbc3;
  border: none;
  transition: .3s linear;
  letter-spacing: 1px;
  color: #fff;
}
input[type="submit"]:hover {
  opacity: .7;
}
.input-100 {
  width: 100% !important;
}
.form {
  width: 100%;
  margin: 0 auto 50px;
}
.form th,
.form td {
  padding: 20px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  word-break: break-all;
}
.form tr:nth-child(1) th,
.form tr:nth-child(1) td {
  border-top: 1px solid #ccc;
}
.form th {
  width: 25%;
}
.form th span {
  color: #E31D20;
  margin-left: .5em;
  font-size: 13px;
}
.form th em {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}
.va {
  vertical-align: top !important;
  padding-top: 30px !important;
}
#submit-btn input {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
/* エラー */
#error-box {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#error-box > p {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 16px;
}
#error-box p:first-child {
  margin-bottom: 25px;
}
#error-box .error_messe {
  color: #E31D20;
  margin-bottom: 15px;
}
#error-box .btn-back {
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 40px auto 0;
}
#error-box .btn-back input {
  width: 100%;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  outline: none;
  cursor: pointer;
  border: none;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 20px 10px;
  background: #ddd;
}
.btn-back input:hover {
  opacity: .7;
}
/* 確認画面・送信完了 */
#confirm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
} 
#confirm > p {
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 16px;
}
#confirm-btn {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
#confirm-btn li {
  float: left;
  margin-right: 5%;
  width: 47.5%;
}
#confirm-btn li:last-child {
  margin-right: 0;
}
#confirm-btn li input, .btn-box a {
  width: 100%;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  outline: none;
  cursor: pointer;
  border: none;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 20px 10px;
}
#confirm-btn li:first-child input, .btn-box a {
  background: #75bbc3;
  color: #fff;
}
#confirm-btn li:last-child input {
  background: #ddd;
}
#confirm-btn input:hover {
  opacity: .7;
}
.btn-box {
  width: 64%;
  margin: 0 auto;
}
#thanks-btn {
  width: 100%;
  max-width: 480px;
  text-align: center;
}
.btn-box a {
  text-align: center;
  padding: 25px 10px;
  background: #75bbc3;
  color: #fff;
}
#thanks-txt {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 25px;
}
a[href="http://www.php-factory.net/"] {
  display: none !important;
}
@media screen and (max-width:768px) {
/*===== layout =====*/
.section-inner {
  padding: 0 4%;
}
.sec .section-inner {
  padding: 0;
}
.display-pc {
  display: none !important;
}
.display-sp {
  display: block!important;
}
.sec {
  padding: 10% 4%;
}
.ttl-h2 {
  font-size: 2.5vw;
  margin-bottom: 8%;
}
.ttl-h2 em {
  font-size: 6vw;
  margin-right: 2.5%;
}
.ttl-h2-2 {
  padding: 4%;
  margin-bottom: 8%;
  font-size: 4vw;
}
.ttl-h2-2 em {
  font-size: 2.5vw;
  margin-top: 2%;
}
.mb100 {
  margin-bottom: 10% !important;
}
/*===== header =====*/
header .section-inner {
  padding: 2% 4%;
} 
header #logo {
  width: 13%;
  max-width: inherit;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
}
.menu-trigger {
  display: block;
  position: absolute;
  z-index: 110;
  width: 6.5vw;
  height: 4.5vw;
  right: 4%;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1vw;
  background-color: #75bbc3;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  margin-top: 1.75vw;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 1vw;
  background-color: #75bbc3;
  transition: all .4s;
}
.menu-trigger.active span {
  background-color: #75bbc3;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2vw) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  background-color: #75bbc3;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-2vw) scale(0);
}
body.open::after {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(117,187,195,.9);
}
nav {
  position: absolute;
  padding: 16% 5%;
  opacity: 0;
  width: 100% !important;
  height: 0;
  left: 0;
  top: -100%;
  z-index: 101;
  transition: .3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transform: translate(0, -100%);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
nav.show {
  opacity: 1;
  height: 100vh;
  top: 0;
  transition: .6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 0);
}
nav ul {
  display: block;
}
nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,.65);
  margin-right: 0;
}
nav li a {
  width: 100%;
  font-size: 3.25vw;
  padding: 5% 0;
  color: #fff !important;
  text-align: center;
}
nav li a:hover {
  color: #fff !important;
}
nav li:last-child a {
  width: 100%;
  margin: 5% auto;
  padding: 5% 1vw;
}
nav li:last-child a:hover {
  background: #5396ae;
}
nav li a::before {
  display: none;
}
nav li:last-child a span::before {
  width: 4vw;
  height: 4vw;
  margin-right: .5em;
  top: 1.35vw;
}
/*===== TOP style =====*/
/* mv */
#mv {
  background: none;
  height: inherit;
}
/* service */
#service ul {
	flex-direction: column;
}
#service ul li {
	width: 65%;
	margin: 0 auto 10% !important;
}
#service ul li:nth-child(2) {
	margin-top: 0;
}
#service ul li:nth-child(3) {
  margin-bottom: 0 !important;
}
#service ul li a figure {
	margin: 0 auto 8%;
  width: 100%;
  order: 2;
}
#service ul li a figure img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
}
#service ul li a h3 {
	font-size: 3.25vw;
	margin-bottom: 6%;
  order: 1;
}
#service ul li a h3 em {
	margin-bottom: 2.5%;
  font-size: 3vw;
  letter-spacing: .05em;
}
.more {
  font-size: 2.75vw;
  padding: 4% 2%;
}
.more::after {
  width: 8.3vw;
  height: .7vw;
  right: 2%;
  transition: none;
}
#service ul li a:hover .more::after {
  transform: translateX(0);
}
/* philosophy */
#philosophy p {
  font-size: 3vw;
  line-height: 2;
  margin-bottom: 5%;
}
#philosophy .d-flex,
#overview .d-flex {
  flex-direction: column;
  margin-bottom: 5%;
}
#philosophy .d-flex figure {
  width: 80%;
  margin: 0 auto 6%;
}
#philosophy .d-flex p {
  width: 100%;
  text-align: center;
}
.img-style2::after {
  top: 1.25vw;
  left: 1.25vw;
}
/* overview */
#overview .d-flex figure {
  width: 80%;
  margin: 8% auto 0;
}
#overview dl {
  width: 100%;
}
#overview dt {
  width: 22%;
  margin: 0 auto 6.66%;
}
#overview p {
  padding-bottom: 4%;
  margin-bottom: 4%;
  font-size: 2.75vw;
}
#overview p:last-child {
  margin-bottom: 0;
}
#overview p span:first-child {
  width: 20%;
}
/*===== footer =====*/
footer ul {
  display: block;
  width: 100%;
  padding: 0;
}
footer ul li:not(:last-child) {
  margin-right: 0;
  border-bottom: 1px solid rgba(117,187,195,.7);
}
footer ul li a {
  font-size: 3vw;
  padding: 4.5% 4%;
  position: relative;
}
footer ul li a:hover {
  text-decoration: none;
}
footer ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 3vw;
  width: 1.4vw;
  height: 1.4vw;
  margin-top: -.7vw;
  border-top: solid 2px rgba(117,187,195,.85);
  border-right: solid 2px rgba(117,187,195,.85);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer #copy {
  font-size: 2.5vw;
  padding: 4% 1vw;
}
#pagetop {
  display: none !important;
}
/*===== Page style =====*/
#headline {
  padding: 10% 0;
}
.lead-txt {
  font-size: 2.75vw;
  margin-bottom: 10%;
  text-align: left;
}
#service-box .d-flex {
  flex-direction: column;
  padding-bottom: 10%;
  margin-bottom: 10%;
}
#service-box .d-flex:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#service-box .d-flex figure {
  width: 60%;
  margin: 6.66% auto 0;
  order: 2;
}
#service-box .d-flex:nth-child(2n) figure {
  margin: 8% auto 0;
}
#service-box .d-flex > div,
#service-box .d-flex:nth-child(2n) > div {
  order: 1;
  width: 100%;
}
#service-box .d-flex > div h3 {
  font-size: 3.25vw;
  margin-bottom: 4%;
}
#service-box .d-flex > div h3 em {
  font-size: 3.75vw;
}
#service-box .d-flex > div p {
  font-size: 2.75vw;
  margin-bottom: 5%;
}
#service-box .d-flex > div p:last-of-type {
  margin-bottom: 0;
}
#company-ttl em {
  display: block;
  margin-bottom: 2.5%;
}
.profile-box dl {
  padding-bottom: 4%;
  margin-bottom: 4%;
}
.profile-box dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.profile-box dl dt,
.profile-box dl dd {
  font-size: 2.75vw;
}
.profile-box dl dt {
  width: 30%;
  margin-right: 4%;
}
.profile-box dl dd {
  width: 66%;
}
#privacy .policy-box p {
  font-size: 2.75vw;
}
.policy-box > p {
  margin-bottom: 5%;
}
.policy-box dl {
  padding-bottom: 4%;
  margin-bottom: 5%;
}
.policy-box dl:last-of-type {
  padding-bottom: 0;
}
.policy-box dt {
  font-size: 2.75vw;
  margin-bottom: 2%;
}
.policy-box dd p {
  font-size: 2.5vw;
}
.policy-box dd p:not(:last-of-type) {
  margin-bottom: 4%;
}
.policy-box dd p span {
  margin-bottom: 2%;
}
#contact p {
  font-size: 2.75vw;
  margin-bottom: 5%;
}
input,button,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2.5vw;
}
::-webkit-input-placeholder {
  font-size: 2.5vw;
}
::-moz-placeholder {
  font-size: 2.5vw;
}
:-ms-input-placeholder {
  font-size: 2.5vw;
}
input[type="text"] {
  width: 100%;
  height: 7vw;
  padding: 1vw;
}
textarea {
  padding: 1vw;
  width: 100%;
  height: 25vw !important;
}
input[type="submit"] {
  font-size: 2.75vw;
  padding: 4% 1vw;
}
.form {
  margin: 0 auto 6.66%;
}
.form th,
.form td {
  display: block;
  padding: 4.5% 0;
  font-size: 2.75vw;
}
.form th {
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
}
.form tr:nth-child(1) td {
  border-top: none;
}
.form th span {
  font-size: 2.25vw;
}
.form th em {
  display: inline-block;
  margin-top: 0;
  margin-left: .75em;
  font-size: 2.5vw;
}
.form td {
  padding-top: 2.6%;
}
.va {
  padding-top: 4% !important;
}
#submit-btn input {
  max-width: 100%;
}
/* エラー */
#error-box {
  width: 100%;
}
#error-box > p {
  margin-bottom: 4%;
  font-size: 2.5vw;
}
#error-box p:first-child {
  margin-bottom: 4%;
}
#error-box .error_messe {
  font-size: 2.5vw;
  margin-bottom: 2.5%;
}
#error-box .btn-back {
  max-width: 100%;
  width: 85%;
  margin: 5% auto 0;
}
#error-box .btn-back input {
  font-size: 2.75vw;
  -webkit-transition: none;
  transition: none;
  padding: 4% 1vw;
}
.btn-back input:hover {
  opacity: 1;
}
/* 確認画面・送信完了 */ 
#confirm > p {
  margin-bottom: 4%;
  font-size: 2.5vw;
}
#confirm-btn {
  margin: 5% auto 0;
}
#confirm-btn li {
  margin-right: 2%;
  width: 49%;
}
#confirm-btn li:last-child {
  margin-right: 0;
}
#confirm-btn li input, .btn-box a {
  font-size: 2.75vw;
  -webkit-transition: none;
  transition: none;
  padding: 5.75% 1vw;
}
#confirm-btn input:hover {
  opacity: 1;
}
.btn-box {
  width: 85%;
}
#thanks-btn {
  width: 85%;
  max-width: 100%;
  margin: 0 auto;
}
.btn-box a {
  padding: 4% 1vw;
}
#thanks-txt {
  font-size: 2.5vw;
  margin-bottom: 4%;
}
}
@media screen and (max-width:425px) {
/*===== layout =====*/
.ttl-h2 {
  font-size: 3.5vw;
}
.ttl-h2 em {
  font-size: 7vw;
}
.ttl-h2-2 {
  font-size: 5vw;
}
.ttl-h2-2 em {
  font-size: 3.5vw;
}
/*===== header =====*/
header #logo {
  width: 18%;
}
.menu-trigger {
  width: 8vw;
  height: 6vw;
}
.menu-trigger span:nth-of-type(2) {
  margin-top: 2.5vw;
}
nav li a {
  font-size: 4.5vw;
  padding: 5.5% 0;
}
nav li:last-child a {
  padding: 6% 1vw;
}
nav li:last-child a span::before {
  width: 5vw;
  height: 5vw;
  top: 1.5vw;
}
/*===== TOP style =====*/
/* service */
#service ul li {
	width: 85%;
}
#service ul li a figure img {
  height: 50vw;
}
#service ul li a h3 {
	font-size: 4.5vw;
}
#service ul li a h3 em {
  font-size: 3.75vw;
}
.more {
  font-size: 4vw;
}
.more::after {
  width: 11vw;
  height: .9vw;
}
/* philosophy */
#philosophy p {
  font-size: 3.75vw;
}
.img-style2::after {
  top: 1.5vw;
  left: 1.5vw;
}
/* overview */
#overview dt {
  width: 25%;
}
#overview p {
  font-size: 3.5vw;
}
#overview p span:first-child {
  width: 25%;
}
/*===== footer =====*/
footer ul li a {
  font-size: 4vw;
  padding: 5% 4%;
}
footer ul li a::after {
  width: 2vw;
  height: 2vw;
  margin-top: -1vw;
}
footer #copy {
  font-size: 3vw;
}
/*===== Page style =====*/
.lead-txt {
  font-size: 3.75vw;
}
#service-box .d-flex figure {
  width: 70%;
}
#service-box .d-flex > div h3 {
  font-size: 4.5vw;
}
#service-box .d-flex > div h3 em {
  font-size: 4.75vw;
}
#service-box .d-flex > div p {
  font-size: 3.75vw;
}
.profile-box dl dt,
.profile-box dl dd {
  font-size: 3.75vw;
}
#privacy .policy-box p {
  font-size: 3.75vw;
}
.policy-box dt {
  font-size: 3.75vw;
}
.policy-box dd p {
  font-size: 3.5vw;
}
#contact p {
  font-size: 3.75vw;
}
input,button,textarea {
  font-size: 3.5vw;
}
::-webkit-input-placeholder {
  font-size: 3.5vw;
}
::-moz-placeholder {
  font-size: 3.5vw;
}
:-ms-input-placeholder {
  font-size: 3.5vw;
}
input[type="text"] {
  height: 9.75vw;
}
input[type="submit"] {
  font-size: 4vw;
  padding: 5% 1vw;
}
.form th,
.form td {
  font-size: 3.75vw;
}
.form th {
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
}
.form tr:nth-child(1) td {
  border-top: none;
}
.form th span {
  font-size: 3.25vw;
}
.form th em {
  font-size: 3.5vw;
}
.form td {
  padding-top: 2.6%;
}
.va {
  padding-top: 4% !important;
}
#submit-btn input {
  max-width: 100%;
}
/* エラー */
#error-box > p {
  font-size: 3.75vw;
}
#error-box .error_messe {
  font-size: 3.75vw;
}
#error-box .btn-back {
  width: 100%;
}
#error-box .btn-back input {
  font-size: 3.75vw;
}
/* 確認画面・送信完了 */ 
#confirm > p {
  font-size: 3.75vw;
}
#confirm-btn li input, .btn-box a {
  font-size: 3.75vw;
}
.btn-box {
  width: 100%;
}
#thanks-btn {
  width: 100%;
}
#thanks-txt {
  font-size: 3.75vw;
}
}