@charset "UTF-8";
/* style.css */
/*---------------------------------

  common

---------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: border-box
}
body {
	font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust:100%;
  font-weight:normal;
  color: #333;
}
img{
    width: 100%;
}
a{
  text-decoration: none;
}
.align-right{
  text-align: right;
}
@media screen and (min-width: 960px){
  .disp-pc {display:block;}
  .disp-sp {display:none;}
}
@media screen and (max-width: 959px){
  .disp-pc {display:none;}
  .disp-sp {display:block;}
}
.inner{
  max-width: 960px;
  margin: auto;
  padding: 0 20px;
}
.inner > p{
  line-height: 2;
}
@media screen and (max-width: 959px){
  .inner > p{
    font-size: 1.4rem;
  }
}
section{
  padding-top: 100px;
}
@media screen and (max-width: 959px){
  section{
    padding-top: 50px;
  }
}
h2{
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 959px){
  h2{
    font-size: 2rem;
  }
}
.flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
strong{
  font-weight: bold;
}
/*---------------------------------

  header

---------------------------------*/

header{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #2e75b6;
  z-index: 100;
}
.menu {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}

.menu > li {
  float: left;
  width: 20%; /* グローバルナビ4つの場合 */
  height: 50px;
  line-height: 50px;
}

.menu > li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > li:hover {
  background: #00b0f0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #00b0f0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__single ul.menu__second-level a{
  background-color: #2e75b6;
}
li.menu__single ul.menu__second-level a:hover{
  background-color: #ccc;
}

li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 959px) {

#g-nav{
  position:fixed;
  z-index: 999;
  top:0;
  right: -120%;
  width:100%;
  height: 100vh;
  background:#eee;
  transition: all 0.6s;
}

#g-nav.panelactive{
  right: 0;
}

#g-nav.panelactive #g-nav-list{
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

#g-nav li{
list-style: none;
  text-align: center;
}

#g-nav li a{
color: #333;
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
}

.openbtn1{
position:fixed;
  z-index: 9999;
  top:10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
  background-color: rgba(255, 255, 255, .7);
}
.openbtn1.active{
  background-color: transparent;
}

.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
background-color: #666;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
top:15px; 
}

.openbtn1 span:nth-of-type(2) {
top:23px;
}

.openbtn1 span:nth-of-type(3) {
top:31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
header nav ul{
  display: block;
}
header nav ul li + li{
  margin-left: 0;
}

}
/*---------------------------------

  footer

---------------------------------*/
footer a{
  color: #333;
}

footer .inner > ul{
  justify-content: center;
  margin-top: 50px;
  list-style: none;
}
footer .footer_logo{
  max-width:150px;
  margin:100px auto 0;
}
footer .inner > ul li{
  font-size: 1.2rem;
  border-left: 1px solid #aaa;
  padding: 0 20px;
  color: #555;
  list-style: none;
}
footer .inner > ul li:nth-child(1){
  border-left: none;
}
footer .copy{
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 959px) {
  footer .inner > ul{
    flex-wrap: wrap;
  }
  footer .inner > ul li{
    font-size: 1rem;
    padding: 0 5px;
    text-align: center;
    width: 30%;
  }
  footer .inner > ul li:nth-child(4),
  footer .inner > ul li:nth-child(5){
    width: 38%;
    margin-top: 8px;
  }
  footer .inner > ul li:nth-child(4){
    border-left: none;
  }
}
/*---------------------------------

  mv

---------------------------------*/
.mv{
  position: relative;
  min-height: 80vh;
  max-width: 100vw;
  background-image: url(../img/LPpic9-3.jpg);
  background-size: cover;
  background-position:center;
}
.mv .icatch{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}
.mv .icatch > h1{
  text-align: center;
  color: #fff;
  font-size: 4rem;
  text-shadow: 2px 2px 3px #000000;
  font-weight: bold;
}
.mv .icatch > h1 > span{
  font-size: 6rem;
}
.mv .icatch > p{
  text-align: center;
  color: #fff;
  font-size: 3rem;
  margin-top: 30px;
  line-height: 1.7;
  text-shadow: 2px 2px 3px #808080; 
}
.mv .icatch > a >img{
  width: 100px;
  display: block;
  margin:30px auto 0;
}
.logo{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 116px;
}
@media screen and (max-width: 959px) {
  .mv .icatch > h1{
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .mv .icatch > p{
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .mv{
    background-repeat: no-repeat;

  }
  .mv .icatch > a >img{
    width: 60px;
  }
  .mv{
    height: 100vh;
  }
  .logo{
    top: 5px;
    left: 5px;
    width: 80px;
  }
}

/*---------------------------------

  pagemv

---------------------------------*/
.page_mv{
  position: relative;
  min-height: 50vh;
  background-color: #000;
}
.page_mv h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #ffffff;
  font-size: 4rem;
  font-weight:bold;
  text-shadow: 2px 2px 3px #000000;
}
@media screen and (max-width: 959px) {
  .page_mv{
    min-height: 30vh;
  }
  .page_mv{
    min-height: 27vh;
  }
  .page_mv h1{
    font-size: 3rem;
  }
}

/*---------------------------------

  toppage

---------------------------------*/
#home .inner p{
  text-align: center;
}
#btn1{
  padding: 0 20px;
  padding-top: 120px;
  margin-top: -40px;
}
.contact_btn{
  margin-top: 80px;
}
.contact_btn a{
  backface-visibility: hidden; 
  background-color:#00b0f0;
  text-align: center;
  max-width: 400px;
  margin: auto;
  font-weight: bold;
  border-radius: 30px;
}
.contact_btn a:hover{
  background-color: #fff;
  outline: 2px solid #00b0f0;
  outline-offset: -2px;
  color:#00b0f0;
}
.more_btn{
  padding-top: 30px;
}
.more_btn a{
  background-color:#aaa;
  text-align: center;
  max-width: 200px;
  margin: auto;
  font-weight: 500;
}
.more_btn a:hover{
  background-color:#fff;
  outline: 2px solid #aaa;
  outline-offset: -2px;
  color: #333;
}
.contact_btn >a,
.more_btn > a{
  color: #fff;
  display: block;
  padding: 20px 0;
}
#intro ul{
  text-align: center;
  margin-top: 50px;
}
#intro ul li{
  width: 30%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#intro ul li img{
  margin:20px auto 0;
  max-width: 200px;
}
#intro ul li p{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
#intro ul li p span{
  display: block;
  color: #00b0f0;
  font-weight: bold;
  font-size: 3rem;
  position: relative;
  margin-bottom: 10px;
}
#intro ul li p span::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  background-color:#00b0f0;
  width: 40px;
  height: 3px;
  margin:0 auto;
}
#intro ul li .circle{
  position: relative;
}
#intro ul li .circle p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  #home .inner > p{
    text-align: left;
  }
  #btn1{
    padding-top: 50px;
    margin-top: 0px;
  }
  #intro ul{
    display: block;
  }
  #intro ul li{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    max-width: 350px;
    margin: auto;
  }
  #intro ul li .circle p{
    font-size: 1.4rem;
    white-space: nowrap;
  }
  #intro ul li img{
    max-width: 150px;
  }
  #intro ul li p{
    flex: 1;
    font-size: 1.4rem;
  }
  #intro ul li .circle p{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
#about ul{
  margin-top: 50px;
}
#about ul li{
  width: 30%;
}
#about ul li h3{
  font-size: 2rem;
  font-weight: bold;
  margin-top: 15px;
  border-left: 3px solid;
  padding-left: 1rem;
  margin-bottom: 20px;
}
#about ul li .box p{
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 959px) {
  #about ul{
    flex-wrap: wrap;
  }
  #about ul li{
    width: 49%;
  }
  #about ul li:nth-child(n + 3) {
    margin-top: 5%;
  }
  #about ul li h3{
    font-size: 1.6rem;
  }
  #about ul li .box p{
    font-size: 1.4rem;
  }
}
#service ul{
  margin-top: 50px;
}
#service ul li{
  position: relative;
  width: 25%;
}
#service ul li img{
  display: block;
}
#service ul li dl{
  position: absolute;
  top: 70px;
  left: 10px;
  padding: 0 5px;
}
#service ul li dl dt{
  color: #fff;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
}
#service ul li dl dd{
  margin-top: 5px;
  color: #fff;
  font-size: 1.rem;
  line-height: 1.7;
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  #service ul li dl{
    top: 2vw;
  }
  #service ul li dl dt{
    font-size: 1.4vw;
  }
  #service ul li dl dd{
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 959px) {
  #service ul{
    flex-wrap: wrap;
  }
  #service ul li{
    width: 50%;
  }
  #service ul li dl{
    top: 5vw;
  }
  #service ul li dl dt{
    font-size: 1.2rem;
  }
  #service ul li dl dd{
    font-size: 1.2rem;
  }
}
#news ul{
  flex-wrap: wrap;
}
#news ul li{
  width: 49%;
}
#news ul li:nth-child(n + 3) {
  margin-top: 2%;
}
#news ul dl{
  display: flex;
  align-items: flex-start;
  background-color: #eee;
  padding: 5% 3% 7%;
  line-height: 2;
  border: 1px solid #ddd;
}
#news ul dl dt{
  font-weight: bold;
}
#news ul dl dd{
  margin-left: 3%;
}
@media screen and (max-width: 959px) {
  #news ul{
    display: block;
  }
  #news ul li{
    width: 100%;
  }
  #news ul li:nth-child(n + 2){
    margin-top: 10px;
  }
  #news ul dl dt{
    font-size: 1.4rem;
  }
  #news ul dl dd{
    font-size: 1.4rem;
  }
}
#common_contact .inner > img{
  width: 150px;
  margin: auto;
  display: block;
}

#common_contact .inner >.contact_btn{
  margin-top: 20px;
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  .contact_btn{
    max-width: 280px;
    margin:80px auto 0;
  }
}


/*---------------------------------

 studioページ

---------------------------------*/

.studio{
  margin-top: 100px;
}
.studio h2{
  text-align: left;
  font-size: 2rem;
  margin-bottom: 20px;
}
.main_colum{
  width: 60%;
  margin-right: 5%;
  overflow-x: hidden;
}
.thumbnail-img{
  padding: 0 1%;
  margin-top: 1%;
}
.slick-current .thumbnail-img > img{
  width: 100%;
  outline: 5px solid #444;
  outline-offset: -5px;
}
.side_colum{
  width: 35%;
}
.side_colum ul li{
  line-height: 2;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
  padding-left: 10px;
}
.bottom_colum{
  margin-top: 50px;
}
.bottom_colum h3{
  margin-bottom: 50px;
  line-height: 2;
}
.bottom_colum ul li{
  line-height: 2;
}
.bottom_colum ul.tab_content li + li{
  margin-top: 20px;
}
.bottom_colum ul :last-child{
  margin-bottom: 0;
}
.tab{
	display: flex;
	flex-wrap: wrap;
}
.area{
  border: 1px solid #ccc;
}
.tab li a{
	display: block;
	background:#ddd;
	margin:0;
	padding:10px 20px;
  color: #000;
}
.tab li.active a{
	background:#000;
  color: #fff;
}
.area {
	display: none;
	opacity: 0;
	background: #fff;
	padding:30px 20px;
}
.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
#studioa_mv{
  background-image: url(../img/LPpic5-1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top 30%;
}
#studiob_mv{
  background-image: url(../img/LPpic7-1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top 30%;
}
#studioc_mv{
  background-image: url(../img/LPpic9-1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top 50%;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


@media screen and (max-width: 959px) {
  .studio{
    margin-top: 50px;
  }
  .studio .flex{
    display: block;
  }
  .main_colum{
    width: 100%;
  }
  .side_colum{
    margin-top: 50px;
    width: 100%;
  }
  .side_colum ul li{
    font-size: 1.4rem;
  }
  .bottom_colum ul li{
    font-size: 1.4rem;
  }
}
/*---------------------------------

ご利用料金

---------------------------------*/
.price{
  margin-top: 100px;
}
.plan{
  border: 1px solid #ccc;
  padding: 30px;
}
.plan {
  margin-top: 50px;
}
.plan h3{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  border-left: 5px solid #444;
  padding-left: 10px;
  line-height: 1.6;
}
.plan p{
  line-height: 2;
}
#price_mv{
  background-image: url(../img/LPpic8-4.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top 50%;
}
@media screen and (max-width: 959px) {
  .price{
    margin-top: 50px;
  }
  .plan + .plan{
    margin-top: 30px;
  }
  .plan{
    padding: 20px;
  }
  .plan h3{
    font-size: 1.6rem;
  }
  .plan p{
    font-size: 1.4rem;
  }
}

/*---------------------------------

アクセス

---------------------------------*/
.access{
  margin-top: 100px;
}
.access h2{
  margin-top: 50px;
  margin-bottom: 30px;
}
.access iframe{
  margin-top: 30px;
}
#access_mv{
  background-image: url(../img/LPpic10-1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top 50%;
}
@media screen and (max-width: 959px) {
  .access{
    margin-top: 50px;
  }
}
/*---------------------------------

利用規約

---------------------------------*/
.page_mv#rules_mv{
  min-height: 25vh;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position:center;
}
.rules{
  margin-top: 100px;
}
.rules h2{
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #00b0f0;
}
.rules h2 span{
  text-indent: -1.5em;
  margin-left: 1.5em;
  display: block;
}
.rules .inner > ul{
  line-height: 2;
  list-style-type: disc;
  margin-left: 2em;
}
.rules ul.cancel{
  list-style-type: none;
  margin-left: 2em;
  text-indent: -2em;
}
.rules ul.cancel li::before{
  content:"ー";
  padding-right: 1em;
}
.rules p + p{
  margin-top: 20px;
}
.rules ul + p{
  margin-top: 20px;
}
.rules p + ul{
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .rules ul{
    font-size: 1.4rem;
  }
  .rules{
    margin-top: 50px;
  }
  .page_mv#rules_mv{
    min-height: 20vh;
  }
}
/*---------------------------------

プライバシーポリシー

---------------------------------*/
.page_mv#privacy_mv{
  min-height: 25vh;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position:center;
}
.privacy p + p{
  margin-top: 20px;
}
.privacy p + ul{
  margin-top: 20px;
}
.privacy ul + p{
  margin-top: 20px;
}
.privacy{
  margin-top: 100px;
}
.privacy h2{
  margin-top: 50px;
}
.privacy h3{
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #00b0f0;
  font-size: 2rem;
  font-weight: bold;
  line-height:2;
}
.privacy ul{
 line-height: 2;
 list-style-type: disc;
}
.privacy ul li{
  margin-left: 1em;
}
.privacy ol{
  line-height: 2;
  margin-top: 20px;
}
.privacy ol + p{
  margin-top: 20px;
}
.privacy ol li {
	list-style-type: none;
	counter-increment: cnt;
}
 
.privacy ol li::before {
	content: "" counter(cnt) ".";
  margin-right: .5em;
}
@media screen and (max-width: 959px) {
  .privacy{
    margin-top: 50px;
  }
  .privacy ul,.privacy ol{
    font-size: 1.4rem;
  }
}
/*---------------------------------

個人情報保護方針

---------------------------------*/
.page_mv#protection_mv{
  min-height: 25vh;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position:center;
}
.protection{
  margin-top: 100px;
}
.protection p + p{
  margin-top: 20px;
}
.protection p,
.protection ul,
.protection ol{
  line-height: 2;
}
.protection  h2{
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #00b0f0;
}
.protection table{
  margin-top: 20px;
}
.protection th,
.protection td{
  width: 25%;
  border: 1px solid;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.protection th{
  background-color: #eee;
}
.protection .inner  > ol > li{
  list-style-type: none;
	counter-increment: cnt;
  margin-left: 1.8em;
  text-indent: -1.8em;
}
.protection .inner > ul > li{
  list-style-type: disc;
  margin-left: 1.3em;
}
.protection .inner  > ol > li > ul > li{
  margin-left: 1.3em;
  text-indent: 0;
  list-style-type: disc;
}
.protection ol > li::before {
	content: "(" counter(cnt) ")";
  margin-right: .5em;
}
.protection ol + p,
.protection ul + p,
.protection p + ol{
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .protection{
    margin-top: 50px;
  }
  .protection ul,.protection ol{
    font-size: 1.4rem;
  }
  .protection th,
  .protection td{
    padding: 5px;
    font-size: 1rem;
  }
}

/*---------------------------------

会社概要

---------------------------------*/

#company_mv{
  background-image: url(../img/LPpic11-1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom 23%;
}
.company{
  margin-top: 100px;
}
.company .inner > ul > li{
  border-bottom: 1px solid #ccc;
  padding:20px 0;
}
.company  dl{
  display: flex;
  line-height: 2;
}
.company dl dt{
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  #company_mv{
    background-position: center top;
  }
  .company{
    margin-top: 50px;
  }
  .company dl{
    font-size: 1.4rem;
    display: block;
  }
  .company .inner > ul > li{
    padding:10px 0;
  }
  .company dl dd{
    text-indent: -1em;
    margin-left: 1em;
  }
}


/*---------------------------------

お問い合わせTOP

---------------------------------*/

.page_mv#contact_mv{
  min-height: 25vh;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position:center;
}
.contact{
  margin-top: 100px;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
#contact a{
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .Form {
    margin-top: 40px;
    max-width: 480px;
  }
  #contact label{
    font-size: 1.4rem;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item > ul{
  margin-left: 30px;
  line-height: 2;
}
.Form-Item > div{
  width: 100%;
}
.Form-Item > div > ul{
  margin-left: 60px;
  margin-bottom: 20px;
  line-height: 1.5;
  list-style-type: disc;
}
@media screen and (max-width: 959px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .Form-Item > ul{
    margin-left: 35px;
    margin-top: 10px;
    font-size: 1.4ewm;
  }
  .Form-Item > div > ul{
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 959px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn-Wrap{
  display: flex;
  max-width: 520px;
  margin: auto;
  justify-content: space-between;
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 250px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.Form-Btn[disabled] {
  background-color: #ccc;
  border: #545454;
}
.Resset-Btn {
  border-radius: 6px;
  margin-top: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 250px;
  display: block;
  letter-spacing: 0.05em;
  background: #ccc;
  color: #545454;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .Form-Btn-Wrap{
    display: block;
  }
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
    margin:20px auto 0;
  }
  .Resset-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
    margin:20px auto 0;
  }
}

/*---------------------------------

お問い合わせ確認
送信画面

---------------------------------*/

.page_mv#confirm_mv,
.page_mv#submit_mv{
  min-height: 25vh;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position:center;
}
.confirm,
.submit{
  margin-top: 100px;
}
.confirm_wrap{
  background-color: #eee;
  padding: 20px;
}
.confirm_wrap dl{
  line-height: 2;
}
.confirm dl + dl{
  margin-top: 15px;
}
.confirm .inner > p,
.submit .inner > p{
  margin-bottom: 20px;
}