@charset "utf-8";
.wrapper {
 background: none;
}
.wrapper::before {
 content: "";
 display: block;
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 300px;
 background: url(../img/footerbg.jpg) #444 center bottom/cover no-repeat;
 z-index: -10;
}
/*=============================================
header
=============================================*/
header .header-inner {
 position: relative;
 z-index: 10;
 height: 60px;
 background: #008080;
}
header .header-inner h1 {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 20px;
 width: 110px;
}
header .header-inner h1 a {
 display: flex;
 align-items: center;
}
header .header-inner h1 a svg {
 width: 100%;
 height: 100%;
}
header .side {
 position: fixed;
 z-index: 20;
 top: 0;
 right: 0;
 width: 60px;
 height: 60px;
 background: #008080;
}
header .drawer-icon {
 position: relative;
 z-index: 30;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 60px;
 height: 60px;
 cursor: pointer;
 transition: 0.3s;
}
header .drawer-icon span {
 position: relative;
}
header .drawer-icon span,
header .drawer-icon span::before,
header .drawer-icon span::after {
 background-color: rgba(255, 255, 255, 1);
 width: 20px;
 height: 1px;
}
header .drawer-icon span::before {
 content: "";
 position: absolute;
 bottom: 8px;
}
header .drawer-icon span::after {
 content: "";
 position: absolute;
 top: 8px;
}
header .drawer-icon span.is-active {
 background: transparent;
 transition: 0.3s;
 position: fixed;
}
header .drawer-icon span.is-active::before {
 top: 0;
 transform: rotate(-45deg);
 background: #fff;
 transition: 0.3s;
}
header .drawer-icon span.is-active::after {
 top: 0;
 transform: rotate(45deg);
 background: #fff;
 transition: 0.3s;
}
header .gnav {
 width: 100vw;
 height: 100vh;
 background-color: rgba(0, 128, 128, 0.98);
 overflow-y: auto;
 transition: 0.3s;
 position: fixed;
 z-index: 20;
 top: 0;
 right: -100vw;
 opacity: 0;
 display: flex;
 justify-content: space-between;
 padding: 20% 16% 0 8%;
}
header .gnav.is-active {
 right: 0;
 opacity: 1;
}
header .gnav .gnav-logo {
 width: 26%;
 /*height: auto;*/
}
header .gnav .gnav-logo img {
 display: block;
 width: 100%;
}
header .gnav ul {
 padding: 22vh 0 0;
}
header .gnav li {
 padding: 1em 0;
 text-align: right
}
header .gnav li a {
 color: #fff;
 line-height: 1;
 font-size: 5vw;
}
header .gnav li a:hover {
 color: #222;
}
header #page-top {
 opacity: 0;
 position: fixed;
 z-index: 10;
 right: 0;
 bottom: 0;
 width: 35px;
 height: 80px;
 margin-bottom: 10px;
 transition: 0.5s;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
}
header #page-top a {
 display: block;
 padding: 1em;
 text-align: center;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
 font-size: 1rem;
 color: #fff;
}
header #page-top.is-active {
 opacity: 1;
}
header #page-top .en {
 font-size: 1.1rem;
}
/* @media ------------------------------*/
@media screen and (min-width:1024px) {
 header .header-inner {
  height: 90px;
 }
 header .header-inner h1 {
  left: 45px;
  width: 153px;
 }
 header .side {
  width: 60px;
  height: 100vh;
 }
 header .drawer-icon {
  width: 60px;
  height: 80px;
 }
 header .gnav {
  align-items: center;
  padding: 0 26% 0 18%;
  top: -100vh;
  right: 0;
 }
 header .gnav.is-active {
  right: 0;
  top: 0;
 }
 header .gnav .gnav-logo {
  width: 16%;
  margin-top: -30vh;
 }
 header .gnav ul {
  padding: 0 0 0;
 }
 header .gnav li {
  padding: 17px 0;
 }
 header .gnav li a {
  font-size: 2.6vw;
 }
 header #page-top {
  width: 60px;
  height: 100px;
  margin-bottom: 10px;
 }
 header #page-top .en {
  font-size: 1.4rem;
 }
}
/* @media ※tablet縦------------------------------*/
@media (orientation: portrait) and (min-width: 1024px) {
 header .gnav {
  padding: 0 15% 0 11%;
 }
 header .gnav .gnav-logo {
  margin-top: -60vh;
 }
 header .gnav li a {
  font-size: 4vw;
 }
}
/*=============================================
footer
=============================================*/
footer {
 position: relative;
}
footer .inner {
 padding: 40px 0 20px;
 text-align: center;
 color: #fff;
}
/*footer .footer-logo {
 width: 140px;
 height: auto;
 margin: 0 auto 15px;
}*/
footer .footer-logo img {
 display: block;
 width: 140px;
 /*height: auto;*/
 margin: 0 auto 15px;
}
footer .privacy a {
 color: #fff;
 line-height: 1;
 font-size: 1.2rem;
}
footer .copy {
 margin-top: 40px;
 line-height: 1;
 font-size: 1.2rem;
}
/* @media ------------------------------*/
@media screen and (min-width:1024px) {
 footer {
  /*side分*/
  padding-right: 70px;
 }
 footer .inner {
  padding: 60px 0 25px;
 }
 footer .footer-logo img {
  width: 200px;
 }
 footer .privacy a {
  font-size: 1.4rem;
 }
 footer .copy {
  margin-top: 60px;
  font-size: 1.4rem;
 }
}
/*IE*/
/*@media all and (-ms-high-contrast: none) {
 footer .footer-logo img {
  width: auto;
  height: 60px;
 }*/
}
/*=============================================
bottom contact
=============================================*/
section.bottom-contact {
 /*padding-top: 40px;*/
 background: #fff;
}
section.bottom-contact .cnt-wapper {
 padding: 40px 0;
 text-align: center;
 background: #008080;
 color: #fff;
}
section.bottom-contact .cnt-ttl {
 margin-bottom: 20px;
 padding: 0;
}
section.bottom-contact .cnt-ttl::before {
 content: none;
}
section.bottom-contact .cnt-ttl .en {
 color: #fff;
}
section.bottom-contact .btn {
 padding: 0;
 text-align: center;
}
/* @media ------------------------------*/
@media screen and (min-width:1024px) {
 section.bottom-contact {
  /*padding-top: 60px;*/
 }
 section.bottom-contact .cnt-wapper {
  padding: 60px 0;
  /*side分*/
  padding-right: 60px;
 }
 section.bottom-contact .cnt-ttl {
  margin-bottom: 40px;
 }
}
/*=============================================
home mv
=============================================*/
.mv {
 background: #008080;
}
.sl1 {
 /*最初画像fade-in*/
 transition: opacity 0.3s;
}
/*全画像読込後fade-in*/
.sl1.load {
 opacity: 0;
 visibility: hidden;
}
.mv-txt {
 padding-top: 22%;
 padding-left: 7%;
 color: #fff;
 z-index: 10;
 /*最初の遅延読込※順番逆NG*/
 animation: fade-in 0.3s;
 animation-fill-mode: both;
}
@keyframes fade-in {
 0% {
  opacity: 0;
 }
 50% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
.mv-txt .en {
 white-space: nowrap;
 line-height: 1;
 font-size: 7vw;
}
.mv-txt .en span {
 display: block;
 padding-top: 0.15em;
 font-size: 185%;
}
.mv-txt .en em {
 color: #fb7967;
}
.mv-txt .txt1 {
 padding-top: 1em;
 line-height: 1;
 font-size: 1.6rem;
}
.mv-txt .txt2 {
 padding-top: 1em;
 line-height: 1.6;
 font-size: 0.9rem;
}
.mv-img {
 max-width: 70%;
 padding-top: 12%;
 padding-right: 4%;
 padding-bottom: 20%;
 margin-left: auto;
 text-align: right;
}
.mv-img img {
 display: block;
 width: 100%;
}
/* @media ------------------------------*/
@media screen and (min-width:768px) and (max-width:1023px) {
 .mv-txt {
  padding-top: 26%;
 }
 .mv-txt .en {
  font-size: 6vw;
 }
 .mv-txt .txt1 {
  font-size: 2.4rem;
 }
 .mv-txt .txt2 {
  font-size: 1.4rem;
 }
 .mv-img {
  max-width: 65%;
  padding-top: 8%;
 }
}
/* @media ------------------------------*/
@media screen and (min-width:1024px) {
 .mv li {
  position: relative;
  width: 100%;
  /*header高さ*/
  height: calc(100vh - 90px);
 }
 .mv-txt {
  position: absolute;
  top: 26%;
  left: 12%;
  padding: 0;
 }
 .mv-txt .en {
  font-size: 3.5vw;
 }
 .mv-txt .en span {
  padding-top: 0.2em;
  font-size: 190%;
 }
 .mv-txt .txt1 {
  padding-top: 1.2em;
  font-size: 2.8rem;
 }
 .mv-txt .txt2 {
  padding-top: 1.5em;
  font-size: 1.6rem;
 }
 .mv-img {
  position: absolute;
  bottom: 17%;
  right: 6%;
  width: 40%;
  max-width: 600px;
  margin: 0;
  padding: 0;
 }
}
/* @media ※tablet縦------------------------------*/
@media (orientation: portrait) and (min-width: 1024px) {
 .mv {
  min-height: 52vh;
 }
 .mv li {
  height: 52vh;
 }
 .mv-txt {
  top: 24%;
 }
 .mv-img {
  bottom: 22%;
 }
}
/* @media ------------------------------*/
@media screen and (min-width:1921px) {
 .mv-img {
  width: 36%;
  max-width: none;
 }
}
/*=============================================
main
=============================================*/
main {
 position: relative;
 padding-bottom: 20px;
 background: #fff;
 overflow: hidden;
}
main::before {
 content: "";
 position: absolute;
 top: -20%;
 right: -20%;
 width: 20%;
 height: 100%;
 background: url(../img/bg_main.svg) no-repeat;
 background-position: center center;
 background-size: contain;
}
.cnt-ttl {
 position: relative;
 margin-bottom: 40px;
 padding-left: 8%;
 line-height: 1.3;
}
.cnt-ttl .en {
 color: #008080;
 font-size: 2.6rem;
}
.cnt-ttl em {
 display: block;
 font-size: 1.2rem;
}
.cnt-ttl::before {
 content: "";
 display: block;
 position: absolute;
 top: 1.5em;
 bottom: 50%;
 left: 0;
 width: 5%;
 height: 3px;
 background: #fb7967;
}
.cnt-wapper {
 padding: 40px 0;
}
.cnt-inner {
 padding: 0 8%;
}
.page-ttl {
 margin-bottom: 1.5em;
 padding: 0.2em 20px;
 text-align: right;
 background: #fb7967;
 color: #fff;
 line-height: 1;
 font-size: 1.3rem;
}
.page-ttl span {
 display: inline-block;
}
.contact-btn {
 text-align: center;
}
.btn {
 margin-top: 40px;
 text-align: right;
}
.btn .en {
 letter-spacing: 0.05em;
}
.btn-det {
 padding-right: 8%;
}
.btn a {
 position: relative;
 display: inline-block;
 overflow: hidden;
 padding: 1em 1.5em 1em 2em;
 text-align: center;
 line-height: 1;
 transition: 0.2s;
 color: #fff;
 background: #222;
 font-size: 1.4rem;
}
.btn a::after {
 display: inline-block;
 content: "－＞";
 transition: 0.2s;
 padding-left: 1em;
 color: #fff;
 font-size: 1rem;
}
.btn a:hover {
 background: #595959;
}
.btn a:hover::after {
 transform: translateX(0.5em);
}
/* @media ------------------------------*/
@media screen and (min-width:1024px) {
 main {
  /*side分*/
  margin-right: 60px;
  padding-bottom: 60px;
 }
 .cnt-ttl {
  margin-bottom: 60px;
  padding-left: 10vw;
 }
 .cnt-ttl .en {
  font-size: 4.6rem;
 }
 .cnt-ttl em {
  font-size: 1.6rem;
 }
 .cnt-ttl::before {
  width: 9vw;
  height: 2px;
 }
 .cnt-wapper {
  padding: 80px 0;
 }
 .cnt-inner {
  max-width: 880px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 10vw;
 }
 .page-ttl {
  margin-bottom: 2em;
  padding: 0.3em 45px;
  font-size: 1.6rem;
 }
 .btn {
  margin-top: 40px;
 }
 .btn-det {
  padding-right: 10vw;
 }
 .btn a {
  padding: 1em 2.5em 1em 3.5em;
  font-size: 1.6rem;
 }
 .btn a::after {
  padding-left: 2em;
  font-size: 1.4rem;
 }
}
/*=============================================
home cnt
=============================================*/
.page-home .cnt-wapper {
 padding: 30px 0;
}
.home-service h3 {
 margin-bottom: 1em;
 line-height: 1.6;
 font-weight: bold;
 font-size: 2rem;
}
.circle-list {
 margin: 40px 0;
}
.circle-list ul {
 display: flex;
 justify-content: center;
}
.circle-list li {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 94px;
 height: 94px;
 margin: 0 3px;
 background: url(../img/fig_circle.svg) no-repeat center center;
 background-size: cover;
}
.circle-list li p {
 line-height: 1.3;
 color: #008080;
 text-align: center;
 font-weight: bold;
 font-size: 1.4rem;
}
.circle-list li span {
 /* display: block; */
 font-size: 3rem;
}
.circle-list li span em {
 font-size: 60%;
}
.circle-list li small {
  font-size: 0.8rem;
  margin-top: -10px;
 }
.home-company dl {
 display: flex;
 flex-wrap: wrap;
 line-height: 1.6;
}
.home-company dt {
 width: 24%;
 padding: 1.5em 0;
 border-bottom: solid 2px #999;
}
.home-company dd {
 width: 76%;
 padding: 1.5em 0;
 border-bottom: solid 1px #999;
}
/* @media ------------------------------*/
@media screen and (min-width:768px) {
 .circle-list {
  margin: 40px 0 60px;
 }
 .circle-list li {
  width: 186px;
  height: 186px;
  margin: 0 12px;
 }
 .circle-list li p {
  font-size: 2rem;
 }
 .circle-list li span {
  font-size: 5.6rem;
 }
 .circle-list li small {
  font-size: 1rem;
  vertical-align: middle;
 }
}
/* @media ------------------------------*/
@media screen and (min-width:1024px) {
 .page-home .cnt-wapper {
  padding: 50px 0;
 }
 .home-service {
  padding-top: 50px;
 }
 .home-service h3 {
  margin-bottom: 0.7em;
  text-align: center;
  font-size: 2.8rem;
 }
 .home-company dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
 }
 .home-company dt {
  width: 20%;
  padding: 1.5em 1em;
 }
 .home-company dd {
  width: 80%;
  padding: 1.5em 1em;
 }
}
/*=============================================
works 詳細
=============================================*/
.page-works-det .det-ttl .name {
 line-height: 1.4;
 font-size: 2.4rem;
}
.page-works-det .det-ttl .url a {
 display: block;
 margin-top: 1em;
 line-height: 1;
 color: #999;
 font-size: 1.1rem;
}
.page-works-det .det-ttl .url a::after {
 font-family: "Font Awesome 5 Pro";
 font-weight: 900;
 content: "\f35d";
 margin-left: 0.5em;
}
.page-works-det .det-info {
 margin-top: 40px;
}
.page-works-det .info-img {
 margin-bottom: 40px;
}
.page-works-det .info-txt p {
 margin-bottom: 0.7em;
}
.page-works-det .info-txt .cat em {
 display: inline-block;
 margin-right: 0.5em;
 padding: 0.2em 0.5em;
 line-height: 1;
 background: #333;
 color: #fff;
}
.page-works-det .det-cnt {
 margin-top: 30px;
 padding-top: 30px;
 border-top: solid 1px #008080;
}
.page-works-det .det-cnt .txt1 {
 line-height: 1.6;
 font-size: 1.8rem;
}
.page-works-det .det-cnt .txt2 {
 margin-top: 2.5em;
}
.page-works-det .item {
 margin-top: 40px;
}
.page-works-det .item .item1 {
 margin-bottom: 40px;
}
.page-works-det .item .item1 img {
 display: block;
 width: 100%;
 max-width: 400px;
 margin: 0 auto 15px;
 text-align: center;
}
.page-works-det .item .item1 p {
 line-height: 1.6;
}
.page-works-det .item .item1 p span {
 display: block;
 font-size: 1.4rem;
}
.page-works-det .other-link {
 margin-top: 0;
 text-align: center;
}
/* @media ------------------------------*/
@media screen and (min-width:768px) and (max-width:1023px) {
 .page-works-det .info-img img {
  display: block;
  width: 70%;
  margin: 0 auto;
 }
}
/* @media ------------------------------*/
@media screen and (min-width:1024px) {
 .page-works-det .det-ttl .name {
  font-size: 3.8rem;
 }
 .page-works-det .det-ttl .url a {
  margin-top: 1em;
  font-size: 1.6rem;
 }
 .page-works-det .det-info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 20px;
 }
 .page-works-det .info-img {
  width: 54%;
  margin-bottom: 0;
 }
 .page-works-det .info-txt {
  width: 40%;
  margin-top: 80px;
 }
 .page-works-det .info-txt p {
  margin-bottom: 1.5em;
 }
 .page-works-det .info-txt .cat em {
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
 }
 .page-works-det .det-cnt {
  margin-top: 80px;
  padding-top: 60px;
 }
 .page-works-det .det-cnt .txt1 {
  font-size: 2.6rem;
  text-align: center;
 }
 .page-works-det .det-cnt .txt2 {}
 .page-works-det .item {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
 }
 .page-works-det .item .item1 {
  width: 45%;
  margin-bottom: 60px;
 }
 .page-works-det .item .item1 img {
  max-width: none;
  margin-bottom: 40px;
 }
 .page-works-det .item .item1 p span {
  font-size: 1.8rem;
 }
}
/*=============================================
company
=============================================*/
.page-company .company-name .flex-cnt .cnt-img {
 width: 96%;
 max-width: 400px;
 margin: 0 auto 20px;
 text-align: center;
}
.page-company .company-name .flex-cnt .cnt-txt {
 line-height: 1.6;
}
.page-company .company-name .flex-cnt .cnt-txt span {
 display: block;
 padding: 2em 0 0.5em;
 letter-spacing: 0;
 font-size: 130%;
 color: #008080;
}
.page-company .company-agenda li {
 margin-bottom: 3em;
 line-height: 1.6;
}
.page-company .company-agenda li:last-of-type {
 margin-bottom: 0;
}
.page-company .company-agenda li span {
 display: block;
 margin-bottom: 1em;
 font-weight: bold;
 font-size: 120%;
}
.page-company .company-agenda li span i {
 padding-right: 0.7em;
 color: #008080;
 font-size: 2.4rem;
}
.page-company .gmap {
 margin-top: 50px;
}
.page-company .gmap iframe {
 height: 200px;
}
/* @media ------------------------------*/
@media screen and (min-width:1024px) {
 .page-company .company-name .cnt-inner {
  max-width: 1200px;
 }
 .page-company .company-name .flex-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .page-company .company-name .flex-cnt .cnt-img {
  width: 50%;
  max-width: none;
  margin: 0 6% 0 0;
 }
 .page-company .company-name .flex-cnt .cnt-txt {
  width: 44%;
 }
 .page-company .company-name .flex-cnt .cnt-txt span {
  padding: 2em 0 0.3em;
  font-size: 130%;
 }
 .page-company .company-name .flex-cnt .cnt-txt span:first-of-type {
  padding-top: 0;
 }
 .page-company .company-agenda .cnt-inner {
  text-align: center;
 }
 .page-company .company-agenda ul {
  display: inline-block;
 }
 .page-company .company-agenda li {
  text-align: left;
  margin-bottom: 4em;
 }
 .page-company .company-agenda li span {
  margin-bottom: 0.5em;
 }
 .page-company .company-agenda li span i {
  font-size: 2.8rem;
 }
 .page-company .gmap {
  margin: 80px -10vw 0;
 }
 .page-company .gmap iframe {
  height: 500px;
 }
}
/*=============================================
contact
=============================================*/
.page-contact .bottom-contact {
 display: none;
}
.contact-inner {
 /*max-width: 700px;*/
 margin: 0 auto;
 padding: 0 8%;
 box-sizing: border-box;
}
.contact-inner .message {
 margin-bottom: 20px;
}
.contact-inner .message .txt1 {
 line-height: 1.6;
}
.contact-inner .message .txt2 {
 margin-top: 1em;
 line-height: 1.6;
 font-size: 1rem;
}
.contact-step nav {
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.contact-step dl {
 position: relative;
 width: 32%;
 padding: 1.2em 0 1.5em;
 line-height: 1;
 text-align: center;
 font-size: 1.2rem;
 background: #eee;
}
.mw_wp_form_input .contact-step dl.step1,
.mw_wp_form_confirm .contact-step dl.step2,
.mw_wp_form_complete .contact-step dl.step3 {
 background: #666;
 color: #fff;
}
.mw_wp_form_input .contact-step dl.step1::after,
.mw_wp_form_confirm .contact-step dl.step2::after,
.mw_wp_form_complete .contact-step dl.step3::after {
 content: "\025bc";
 position: absolute;
 color: #666;
 bottom: -0.5em;
 left: 50%;
 transform: translate(-50%, 0);
 text-align: center;
 font-size: 1.6rem;
}
.contact-step dt {
 margin-bottom: 0.5em;
 font-weight: bold;
}
.contact-step dd {
 font-size: 1.1rem;
}
.form-inner {
 margin-top: 40px;
}
.form-inner .item {
 margin-bottom: 2em;
}
.form-inner .item-head {
 display: flex;
 margin-bottom: 1em;
}
.form-inner .item-head .item-label {
 margin-right: 10px;
 padding: 0 6px;
 /*line-height: 1;*/
 border-radius: 2px;
 font-size: 1rem;
 color: #666;
 background-color: #ccc;
}
.form-inner .item-head .item-label.required {
 color: #fff;
 background-color: #B80C09;
}
.form-inner .item-head p {
 line-height: 1.6;
 font-weight: bold;
}
.form-inner .item-detail .item-box,
.form-inner .item-detail select {
 width: 100%;
 padding: 1em;
 line-height: 1.6;
 border-radius: 2px;
 border: 1px solid #ccc;
 background: #fff;
}
.form-inner .item-detail .radio-list {
 margin: 1.5em 0 2em;
}
.form-inner .item-detail .radio-list li {
 margin-bottom: 1em;
}
.form-inner .item-radio {
 display: block;
}
.form-inner .item-radio input {
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 -webkit-appearance: none;
 appearance: none;
 width: 100%;
 height: 100%;
 cursor: pointer;
}
.form-inner .checkbox-list {
 display: flex;
 flex-wrap: wrap;
 margin: 1.5em 0 2em;
}
.form-inner .checkbox-list li {
 margin: 0 3em 1em 0;
}
.form-inner .item-checkbox input:checked + label::after,
.form-inner .item-radio input:checked + label::after {
 opacity: 1;
}
.form-inner .item-radio label {
 position: relative;
 display: flex;
 align-items: center;
 padding: 0 0 0 2.5em;
 line-height: 1.6;
}
.form-inner .item-radio label::after,
.form-inner .item-radio label::before {
 display: block;
 content: "";
 position: absolute;
 border-radius: 100vh;
}
.form-inner .item-radio label::before {
 left: 0;
 width: 2em;
 height: 2em;
 line-height: 1;
 background-color: #f7f7f7;
 border: solid 1px #ddd;
}
.form-inner .item-radio label::after {
 left: 0.5em;
 width: 1em;
 height: 1em;
 line-height: 1;
 opacity: 0;
 background-color: #444;
}
.form-inner .item-checkbox {
 position: relative;
 display: inline-block;
 min-height: 30px;
}
.form-inner .item-checkbox input {
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 -webkit-appearance: none;
 appearance: none;
 width: 100%;
 height: 100%;
 cursor: pointer;
}
.form-inner .item-checkbox label {
 position: relative;
 display: flex;
 align-items: center;
 padding: 0 0 0 2.5em;
 line-height: 1.6;
}
.form-inner .item-checkbox label::after,
.form-inner .item-checkbox label::before {
 display: block;
 position: absolute;
}
.form-inner .item-checkbox label::before {
 content: "";
 left: 0;
 width: 2em;
 height: 2em;
 line-height: 1;
 border-radius: 2px;
 background-color: #f7f7f7;
 border: solid 1px #ddd;
}
.form-inner .item-checkbox label::after {
 content: '';
 width: 13px;
 height: 7px;
 border-left: 2px solid #444;
 border-bottom: 2px solid #444;
 transform: rotate(-45deg);
 left: 9px;
 opacity: 0;
}
.form-inner .item-textarea {
 height: 10em;
}
.privacy-check {
 margin-top: 30px;
 font-size: 1.2rem;
 text-align: center;
 line-height: 1.6;
}
.form-inner .policy-box {
 height: 140px;
 overflow-y: scroll;
 margin-top: 15px;
 border: solid 1px #ccc;
}
.form-inner .policy-box p {
 padding: 1em;
 color: #666;
 line-height: 1.6;
 font-size: 1rem;
}
.form-inner .item-agreement {
 margin-top: 20px;
 text-align: center;
}
.form-btn {
 margin-top: 40px;
}
.form-btn .item-btn {
 position: relative;
 display: block;
 width: 20em;
 margin: 0 auto 15px;
 padding: 1em 0;
 cursor: pointer;
 box-sizing: border-box;
 line-height: 1.6;
 text-align: center;
 font-weight: bold;
 transition: 0.2s;
 color: #fff;
 background: #222;
 /*border-radius: 100vh;*/
}
.form-btn .item-btn:hover {
 background: #008080;
}
.form-btn .item-btn-back {
 background: #999;
}
::-webkit-input-placeholder {
 color: #bbb;
}
::-moz-placeholder {
 color: #bbb;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #bbb;
}
.complete-message {
 font-weight: bold;
 text-align: center;
 color: #008080;
}
.mw_wp_form_confirm .privacy-check,
.mw_wp_form_confirm .policy-box {
 display: none;
}
/*error*****************************************/
.form-inner .item-detail .item-box.error,
.form-inner .item-checkbox.error label::before {
 border-color: #b80c09;
 background: #fef4f4;
}
.form-inner .item-error {
 margin-top: 0.2em;
 color: #b80c09;
}
/*confirm*****************************************/
.contact-confirm .item-detail p {
 margin-bottom: 1em;
 padding: 1em;
 background: #f7f7f7;
}
.contact-complete .item-detail span {
 margin-left: 1.5em;
}
/*complete*****************************************/
.contact-complete .message {
 margin-top: 40px;
}
.contact-complete .message .special {
 margin-bottom: 1em;
 line-height: 1.6;
 color: #d91f00;
 text-align: center;
 font-weight: bold;
}
/* @media ------------------------------*/
@media screen and (min-width:1024px) {
 .contact-inner {
  max-width: 1200px;
 }
 .contact-inner .message {
  margin-bottom: 40px;
  text-align: center;
 }
 .contact-inner .message .txt2 {
  margin-top: 1.5em;
  font-size: 1.4rem;
 }
 .contact-step dl {
  width: 32%;
  font-size: 1.8rem;
 }
 .contact-step dl.active::after {
  font-size: 2rem;
 }
 .contact-step dd {
  font-size: 1.6rem;
 }
 .form-inner {
  margin-top: 80px;
 }
 .form-inner .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
 }
 .form-inner .item-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  width: 30%;
 }
 .form-inner .item-head .item-label {
  margin-right: 15px;
  padding: 0 8px;
  font-size: 1.4rem;
 }
 .form-inner .item-head p {
  line-height: 1.6;
 }
 .form-inner .item-detail {
  width: 68%;
 }
 .form-inner .item-detail .radio-list {
  margin: 0;
 }
 .form-inner .checkbox-list {
  margin: 0;
 }
 .form-inner .item-textarea {
  height: 14em;
 }
 .privacy-check {
  margin-top: 50px;
  font-size: 1.4rem;
 }
 .form-inner .policy-box {
  height: 200px;
  margin-top: 20px;
 }
 .form-inner .policy-box p {
  padding: 0.5em 1.5em ;
  font-size: 1.4rem;
 }
 .form-inner .item-agreement {
  margin-top: 30px;
  text-align: center;
 }
 .form-btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 60px;
 }
 .form-btn .item-btn {
  position: relative;
  width: 40%;
  margin: 0 15px;
  padding: 20px;
 }
 /*confirm*****************************************/
 .contact-confirm .item-detail p {
  margin-bottom: 0;
  padding: 1em 1.5em;
 }
 /*complete*****************************************/
 .contact-complete .message {
  margin-top: 80px;
 }
 .contact-complete .message .special {
  margin-bottom: 1.5em;
  font-size: 2.4rem;
 }
}
/*=============================================
privacy
=============================================*/
.page-privacy .cnt-inner section,
.page-pmark .cnt-inner section {
 margin: 3em 0 2em;
 font-size: 1.2rem;
}
.page-privacy .cnt-inner section a,
.page-pmark .cnt-inner section a {
 text-decoration: underline;
}
.page-privacy .cnt-inner section h4,
.page-pmark .cnt-inner section h4 {
 margin: 2em 0 0.5em;
 font-size: 120%;
 font-weight: bold;
}
.page-privacy .cnt-inner section h5,
.page-pmark .cnt-inner section h5 {
 margin: 2em 0 0.5em;
 font-weight: bold;
}
.page-privacy .cnt-inner section ol li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.page-privacy .cnt-inner section ol li span {
  margin-right: 0.2em;
}
.page-pmark .cnt-pmark img {
 width: 80px;
 margin-top: 10px;
}
/* @media ------------------------------*/
@media screen and (min-width:1024px) {
 .page-privacy .cnt-inner section,
 .page-pmark .cnt-inner section {
  font-size: 1.5rem;
 }
 .page-pmark .cnt-pmark {
  display: flex;
  align-items: flex-end;
 }
 .page-pmark .cnt-pmark img {
  width: 100px;
  margin: 0 0 0 30px;
 }
}