@charset "UTF-8";
.bdBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
textarea,
input {
  /* font-weight: bold; */

  font-family: "メイリオ", Meiryo, sans-serif;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
#wrapper {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
}
#wrapper .slide-box {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#wrapper .papanene-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -341px;
  opacity: .24;
}
.over-flow {
  overflow: hidden;
}
.lang-page .lang-content {
  width: 682px;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  /*
display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
          align-items: center;
		  -webkit-justify-content: center;
          justify-content: center;
*/

}
.lang-page .lang-content .bg-layer {
  background: url("assets/img/papanene-icon.png") no-repeat center top;
  width: 682px;
  height: 519px;
  opacity: .24;
}
.lang-page .lang-content .lang-list {
  /* position: absolute; */

  width: 420px;
  margin: auto;
  margin-top: -3rem;
  position: relative;
}
.lang-page .lang-content .lang-list ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.lang-page .lang-content .lang-list li:first-child {
  padding-left: 3rem;
}
.lang-page .lang-content .lang-list li {
  list-style-type: none;
  display: inline-block;
}
.lang-page .lang-content .lang-list li a {
  font-family: "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  font-size: 2rem;
  color: #333;
}
.lang-page .lang-content .lang-list li a:hover {
  color: #888;
}
/*---------------
	Common CSS
---------------*/
.page-wrap {
  width: 960px;
  margin: auto;
  padding: 32px 0;
}
.text-center {
  text-align: center;
}
#header {
  /* overflow: hidden; */

  padding-left: 24px;
  height: 74px;
}
#header h1 {
  float: left;
}
#header h1 img {
  vertical-align: bottom;
}
#header nav {
  float: right;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#header nav ul li {
  width: 153px;
  height: 24px;
  float: left;
  text-align: center;
  padding-top: 50px;
  margin-right: 10px;
  position: relative;
}
#header nav ul li .naviBg {
  position: absolute;
  bottom: -35px;
  left: 0;
}
#header nav ul li .naviBg img {
  width: 100%;
}
#header nav ul li a {
  color: #123360;
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  border: 1px solid #c2c2c2;
  border-right-width: 6px;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  position: relative;
  text-decoration: none;
}
#header nav ul .current .naviBg {
  position: absolute;
  bottom: -5px;
}
#header nav ul .about a {
  border-right-color: #858585;
}
#header nav ul .service a {
  border-right-color: #ef743f;
}
#header nav ul .flow a {
  border-right-color: #243be9;
}
#header nav ul .contact a {
  border-right-color: #db32b9;
}
#header nav ul .contact .star {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: url("assets/img/star.png") no-repeat right 5px top;
  background-size: 143px auto;
  height: 140px;
}
.contents {
  width: 960px;
  border: 2px solid #c2c2c2;
  height: 700px;
  padding-top: 37px;
  padding-left: 62px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: #1f1f1f 8px 8px 5px;
  -moz-box-shadow: #1f1f1f 8px 8px 5px;
  box-shadow: #1f1f1f 8px 8px 5px;
  position: relative;
  margin: auto;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  position: absolute;
  bottom: 1em;
  left: 0;
  text-align: center;
  width: 100%;
  color: #236179;
}
.contents .contents__left {
  float: left;
  width: 468px;
  height: 582px;
  padding-right: 10px;
}
.contents .contents__right {
  float: left;
  margin-left: 10px;
  width: 370px;
  height: 582px;
  padding-right: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents .contents__right .contents__right__inner {
  border-right: solid 6px #e11112;
  border-left: solid 6px #e11112;
  height: 529px;
  padding-right: 10px;
  padding-left: 10px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.contents .contents__right .product {
  margin-bottom: 10px;
}
.contents .contents__right .product__img,
.contents .contents__right .attachment-post-thumbnail {
  float: left;
  margin-right: 10px;
}
.contents .contents__right .product__info {
  word-wrap: break-word;
  word-break: break-all !important;
}
/*---------------
	Top Page CSS
---------------*/
.top-page #wrapper.over-flow {
  overflow: hidden;
}
.top-page .contents {
  position: relative;
}
.top-page .link-area {
  position: absolute;
  z-index: 99;
  left: -66px;
  bottom: 37px;
  width: 132px;
}
@media screen and (max-width: 1024px) {
  .top-page .link-area {
    left: 0;
  }
}
.top-page .link-area img {
  width: 100%;
}
.top-page .link-area a:hover {
  opacity: .5;
}
/*---------------
Contact Page CSS
---------------*/
.contact-container .h2-title {
  margin-bottom: 1em;
}
.access-box__info {
  line-height: 1.4;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, sans-serif;
}
.access-box__info img {
  width: 158.4px;
}
.access-box__info dl {
  margin-bottom: 2em;
}
.access-box__info .label {
  width: 72px;
  margin-right: 1em;
  display: inline-block;
}
.access-box__info__contact {
  margin-top: 2em;
}
.wpcf7-submit,
.wpcf7-confirm {
  display: inline-block;
  width: 68px;
  height: 35px;
  text-indent: -9999px;
  border: none;
  background: url("assets/img/button_submit.png") no-repeat;
  cursor: pointer;
  margin: 0 1em;
}
.en-page .contact-container .contents__left .contact_enForm {
  text-align: center;
}
.en-page .wpcf7-submit,
.en-page .wpcf7-confirm {
  width: 96px;
  height: 30px;
  background: url("assets/img/button_submit_en.png") no-repeat;
}
.en-page .wpcf7c-btn-back {
  width: 96px;
  height: 30px;
  background: url("assets/img/button_back_en.png") no-repeat;
}
.wpcf7c-btn-back {
  display: inline-block;
  width: 68px;
  height: 35px;
  text-indent: -9999px;
  border: none;
  background: url("assets/img/button_back.png") no-repeat;
  cursor: pointer;
  margin: 0 1em;
  /* margin-right: 2em; */

}
.contact-container {
  /* background: url("@{path}/contact-bg.png") no-repeat left 60% bottom 24px; */

  padding-top: 4rem;
  height: 100%;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-container .contents__right {
  padding-left: 3rem;
}
.contact-container .contents__right .h2-title {
  margin-bottom: 4rem;
}
.contact-container .contents__left {
  /* background: url("@{path}/contact-title.png") no-repeat; */

  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-container .contents__left .contact-title {
  margin-bottom: 2rem;
}
.contact-container .contents__left .contact_enForm {
  text-align: right;
  font-weight: bold;
}
.contact-container .contents__left .contact_enForm a {
  text-decoration: none;
  color: blue;
}
.contact-container .contents__left .contact_enForm a:hover {
  text-decoration: underline;
}
.contact-container .contents__left .contact-form {
  padding-left: 42px;
  /* display: table; */

  width: 80%;
  margin: auto;
  margin-top: 1em;
  /*
dl
			{
				display: table-row;
				dt,dd
				{
					display: table-cell;
				}
				dt
				{
					width: 40%;
					padding-bottom: 8px;
					vertical-align: top;
				}
				dd
				{
					padding-bottom: 8px;
					input
					{
						width: 100%;
						font-size: 16px;
						padding: 4px;
						.bdBox;
					}
					.wpcf7-not-valid-tip
					{
						margin-top: 4px;
						font-size: 12px;
						color: red;
					}

					#your-address
					{
						height: 50px;
					}
					textarea
					{
						height: 100px;
						padding: 8px;
						.bdBox;
					}
				}
			}
*/

  /*
.input-box
			{
				position: relative;
				.form_label
				{
					display: inline-block;
					position: absolute;
					top: 0;
					left: 0;
					width: 40%;

				}
				.wpcf7-form-control-wrap
				{
					display: block;
					input
					{
						width: 60%;
						float: right;
						font-size: 12px;
						padding: 2px;
					}
				}
			}
			.wpcf7-not-valid-tip
			{
				display: block;
				clear: both;
				margin-top: 4px;
				font-size: 12px;
				color: red;
			}
*/

}
.contact-container .contents__left .contact-form p {
  margin-bottom: 8px;
}
.contact-container .contents__left .contact-form p input,
.contact-container .contents__left .contact-form p textarea {
  font-size: 14px;
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-container .contents__left .contact-form p #your-address {
  height: 50px;
}
.contact-container .contents__left .contact-form p textarea {
  height: 100px;
  padding: 8px;
}
.contact-container .contents__left .submit-msg {
  width: 80%;
  padding-left: 42px;
  margin: auto;
}
.contact-container .contents__left .button-area {
  /* text-align: right; */

  text-align: center;
  /* padding-right: 5%; */

  position: relative;
  width: 80%;
  padding-left: 42px;
  margin: auto;
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-container .contents__left .button-area img.ajax-loader {
  position: absolute;
  right: 0;
}
.contact-container .contents__left input[type="submit"]:hover,
.contact-container .contents__left input[type="button"]:hover {
  opacity: .5;
}
.contact-container .wpcf7-validation-errors {
  display: none !important;
}
.contact-container .wpcf7c-conf {
  background: #ccc;
  border: none;
}
#contact-container .form-send-ok {
  background: none;
  padding-top: 32px;
}
#contact-container .form-send-ok .link a:hover {
  opacity: .5;
}
#contact-container .form-send-ok .box-send-ok {
  /* border: solid 1px #ccc; */

  margin-bottom: 4em;
}
#contact-container .form-send-ok .box-send-ok__head-msg {
  /* background: #f7a576; */

  padding: 8px;
  font-family: "メイリオ", Meiryo, sans-serif;
  margin-bottom: 2em;
  text-align: center;
}
#contact-container .form-send-ok .box-send-ok__msg {
  width: 360px;
  margin: auto;
  font-family: "メイリオ", Meiryo, sans-serif;
}
#contact-container .form-send-ok .box-send-ok__msg p {
  margin-bottom: 2em;
}
#contact-container.contact-submit-ok {
  /* background: url("@{path}/contact-bg-ok.png") no-repeat left 60% bottom 24px; */

}
#contact-container.contact-submit-ok .wpcf7-mail-sent-ok {
  background: #eee;
  border: solid 1px #333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  display: inline-block !important;
  margin-top: 1em;
  /*
position: absolute;
		    right: 0;
		    bottom: -2em;
*/

}
#contact-container.contact-submit-ok .button-area {
  display: none;
}
#contact-container.contact-submit-ok .wpcf7 {
  position: relative;
}
#contact-container.contact-submit-ok .wpcf7-submit {
  display: none;
}
/* パートナー募集-CSS */
#contents.wanted-page.en-page .ptForm-flow {
  background: url("assets/img/wanted_formFlow_en.png") no-repeat;
}
#contents.wanted-page.en-page .orderForm-flow {
  background: url("assets/img/orderFormFlow_en.png") no-repeat;
}
#contents.wanted-page.en-page .flow2 {
  background-position-y: -56px;
}
#contents.wanted-page.en-page .flow3 {
  background-position-y: -112px;
}
.wanted-page .h2title-style {
  margin-bottom: 1em;
}
.wanted-page .contents__left {
  width: 353px;
}
.wanted-page .contents__info-box {
  padding-left: 1em;
  width: 338px;
  font-family: "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wanted-page .contents__info-box p {
  margin-bottom: 1em;
  font-size: 16px;
}
.wanted-page .contents__info-box .small {
  font-size: 14px;
}
.wanted-page .contents__info-box a {
  text-decoration: none;
  color: blue;
}
.wanted-page .contents__info-box a:hover {
  text-decoration: underline;
}
.wanted-page .contents__right {
  width: 443px;
}
.wanted-page .contents__right .link a:hover {
  opacity: .5;
}
.wanted-page .contents__right .box-send-ok {
  /* border: solid 1px #ccc; */

  margin: 4em 0;
}
.wanted-page .contents__right .box-send-ok__head-msg {
  /* background: #f7a576; */

  padding: 8px;
  font-family: "メイリオ", Meiryo, sans-serif;
  margin-bottom: 2em;
  text-align: center;
}
.wanted-page .contents__right .box-send-ok__msg {
  width: 360px;
  margin: auto;
  font-family: "メイリオ", Meiryo, sans-serif;
}
.wanted-page .contents__right .box-send-ok__msg p {
  margin-bottom: 2em;
}
.wanted-page .contents__right .ptForm-flow {
  background: url("assets/img/wanted_formFlow.png") no-repeat;
  width: 443px;
  height: 56px;
}
.wanted-page .contents__right .orderForm-flow {
  background: url("assets/img/orderFormFlow.png") no-repeat;
  width: 443px;
  height: 56px;
}
.wanted-page .contents__right .flow2 {
  background-position-y: -56px;
}
.wanted-page .contents__right .flow3 {
  background-position-y: -112px;
}
.wanted-page .contents__right input[type="submit"]:hover,
.wanted-page .contents__right input[type="button"]:hover {
  opacity: .5;
}
.wanted-page .contents__right .wpcf7 {
  width: 90%;
  margin: auto;
  margin-top: 1em;
}
.wanted-page .contents__right .wpcf7 .wpcf7c-conf {
  background: #ccc;
  border: none;
}
.wanted-page .contents__right .wpcf7 p {
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 14px;
}
.wanted-page .contents__right .wpcf7 p input,
.wanted-page .contents__right .wpcf7 p textarea {
  font-size: 14px;
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wanted-page .contents__right .wpcf7 p #your-address {
  height: 50px;
}
.wanted-page .contents__right .wpcf7 p textarea {
  height: 150px;
  padding: 8px;
}
.wanted-page .contents__right .wpcf7 .button-area {
  margin-top: 2em;
}
.wanted-page .contents__right .wpcf7 .wpcf7-validation-errors {
  display: none !important;
}
#about {
  background: #ffffff url("assets/img/bg-about.jpg") no-repeat center center;
  background-size: 880px auto;
  color: #454545;
  font-family: "メイリオ", Meiryo, sans-serif;
}
#about h2 {
  position: absolute;
  top: 330px;
  left: 200px;
  text-align: center;
  font-size: 10px;
}
#about .centerMsg {
  position: absolute;
  top: 330px;
  left: 380px;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 600;
}
#about .centerMsgEn {
  top: 340px;
}
#about .rightMsg {
  position: absolute;
  top: 298px;
  left: 649px;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 600;
}
#about .rightMsg div {
  margin-bottom: 1em;
}
#service {
  color: #454545;
  /* font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */

  font-family: "メイリオ", Meiryo, sans-serif;
  background: #ffffff url("assets/img/bg-service.jpg") no-repeat left 60px bottom 50px;
  background-size: 320px auto;
}
#service.en-page {
  background-image: url("assets/img/bg-service_en.png");
}
#service.en-page .business .msg-m,
#service.en-page .member .msg-m {
  top: 0;
}
#service .position1 {
  position: absolute;
  left: 102px;
  bottom: 216px;
}
#service .position1 a {
  display: block;
  width: 144px;
  height: 144px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#service .position2 {
  position: absolute;
  left: 157px;
  bottom: 122px;
}
#service .position2 a {
  display: block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#service .position3 {
  position: absolute;
  left: 247px;
  bottom: 293px;
}
#service .position3 a {
  display: block;
  width: 77px;
  height: 77px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#service .position3 .bg {
  top: 32px;
}
#service .position4 {
  position: absolute;
  left: 244px;
  bottom: 180px;
}
#service .position4 a {
  display: block;
  width: 99px;
  height: 99px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#service .position4 .bg {
  top: 32px;
}
#service .position5 {
  position: absolute;
  left: 269px;
  bottom: 99px;
  z-index: 99;
}
#service .position5 a {
  display: block;
  width: 79px;
  height: 79px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#service .position5 .bg {
  top: 32px;
}
#service h2 {
  position: absolute;
  top: 140px;
  left: 200px;
  text-align: center;
  font-size: 10px;
}
#service h2 .top {
  font-size: 20px;
}
#service h3 {
  text-align: center;
  font-size: 10px;
}
#service h3 .top {
  font-size: 18px;
  font-weight: bold;
}
#service .msg {
  position: absolute;
  top: 86px;
  left: 440px;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 600;
}
#service .msg em {
  font-size: 1.4em;
  line-height: 1.6;
}
#service .msg p {
  display: inline;
}
#service .business {
  position: absolute;
  top: 284px;
  justify-content: center;
  left: 440px;
}
#service .business h3 {
  display: inline-block;
}
#service .business .msg-m {
  line-height: 1.6;
  font-size: 13px;
  font-weight: 600;
  width: 380px;
  position: absolute;
  left: 130px;
  top: 12px;
  font-size: 11px;
}
#service .member {
  position: absolute;
  top: 364px;
  left: 440px;
}
#service .member h3 {
  display: inline-block;
}
#service .member .msg-m {
  line-height: 1.6;
  font-size: 13px;
  font-weight: 600;
  width: 380px;
  position: absolute;
  left: 130px;
  top: -12px;
  font-size: 11px;
}
#service .customer {
  position: absolute;
  top: 500px;
  left: 440px;
}
#service .customer h3 {
  display: inline-block;
}
#service .customer .msg-m {
  line-height: 1.6;
  font-size: 13px;
  font-weight: 600;
  width: 380px;
  position: absolute;
  left: 130px;
  top: -36px;
  font-size: 11px;
  overflow: hidden;
}
#service .customer .msg-m div {
  float: left;
  width: 45%;
  margin-right: 10px;
}
#flow {
  background: #ffffff url("assets/img/bg-flow.jpg") no-repeat center center;
  background-size: 880px auto;
  font-family: "メイリオ", Meiryo, sans-serif;
}
#flow.en-page .msg {
  width: 320px;
  line-height: 1.6;
  top: calc(128px);
}
#flow.en-page .bottomMsg {
  width: 320px;
  bottom: 90px;
}
#flow h2 {
  position: absolute;
  top: 140px;
  left: 437px;
  text-align: center;
  font-size: 10px;
}
#flow h2 .top {
  font-size: 20px;
  letter-spacing: .1em;
}
#flow .msg {
  position: absolute;
  top: 116px;
  right: 103px;
  font-size: 11px;
  letter-spacing: .05em;
  line-height: 1.4;
}
#flow .bottomMsg {
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  bottom: 110px;
  right: 184px;
}
.contents .toolTip {
  display: none;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  right: -180px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #eeeeee;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
.contents .toolTip .bg {
  background: url("assets/img/toolTip.png") no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 78px;
  left: -23px;
}
.contents h2 {
  font-family: "メイリオ", Meiryo, sans-serif, serif;
}
.contents h2 .top {
  font-size: 18px;
  font-weight: bold;
}
