/* ----------------------------------------------
 * 共通
---------------------------------------------- */
.pc {
  display: block !important;
}
.mb {
  display: none !important;
}
.tb {
  display: none !important;
}
.br {
  display: block !important;
}
.w_btn {
  display: inline-block;
  width: 250px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #FFF;
  position: relative;
  transition: color 0.5s ease;
  border-radius: 5px;

}
.w_btn:hover {
    color: #FFF;
}
.w_btn:hover::before {
  transform: scaleX(1);
  transform-origin: right;
    border-radius: 5px;
}
.w_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFF00;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.5s ease;
  transition-property: transform;
    border-radius: 5px;
  color: #FF6B13;

}
.w_text {
  position: relative;
    color: #FF6B13;
    font-size: 28px;
font-weight: 600;
}
.w_text:hover {
  color: #FF6B13;
  position: relative;
}
.btn_area {
  margin-top: 40px;
  text-align: center;
          border-radius: 5px;
            transition-delay: 1.2s;
}

@media screen and (max-width: 599px) {
.w_text {
    font-size: 24px;
}
.btn_area {
  margin-top: 30px;
}
}
@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .br {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
  .br {
    display: block !important;
  }
}
/* フェード
----------------------------------------------------------- */
/* 上からフェードイン */
.slide-top {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all .8s ease-out;
}
/* 下からフェードイン */
.slide-bottom {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all .8s ease-out;
}
/* 左からフェードイン */
.slide-left {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all .8s ease-out;
}
/* 右からフェードイン */
.slide-right {
  opacity: 0;
  transform: translate(30px, 0);
  transition: all .8s ease-out;
}
/* ----------------------------------------------
 * ページ
---------------------------------------------- */
/* トップ \*/
.index-mv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.index-mv-copy-upper {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 4px;
  transition-delay: 1s;
}
.index-mv-copy-lower {
  color: #FFF;
  text-align: center;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 20px;
  transition-delay: 1.5s;
}
.index-mv-copy {
  z-index: 998;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.index-mv-copy img {
  margin-bottom: 40px;
}
.index-mv-copy * {
  overflow: visible
}
h2.main_ttl {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
h2.main_ttl span {
  font-size: 36px;
  color: #FFFFBF;
  font-weight: 600;
  letter-spacing: 3px;
}

.top_business {
  width: 80%;
  margin: 80px 0;
  padding: 0 10%;
  overflow: hidden;
  text-align: center;
}
.top_business ul {
width: 100%;
margin-top: 40px;
}
.top_business ul li {
width: 27%;
margin-left: 3.5%;
float: left;
background-color: #FFF;
list-style: none;
padding: 30px 2%;
border-radius: 10px;
box-shadow: 0 2.5rem 2rem -2rem #CEC0A8;
}
.top_business ul li:first-child {
margin-left: 0;
}
.top_business ul li:nth-of-type(2) {
  transition-delay: .3s;
}
.top_business ul li:nth-of-type(3) {
  transition-delay: .6s;
}
.top_business ul li .m_business{
color: #FFF;
background-color: #FF914C;
font-size: 28px;
  font-weight: 600;
border-radius: 6px;
margin: 30px 0 15px;
}


.top_business ul li p {
text-align: left;
padding: 0 10px;

}












.top_network {
  width: 80%;
  margin: 0;
  padding: 80px 10% 60px;
  overflow: hidden;
  text-align: center;
  background-color: #D6C9B6;
}
.top_network .left {
  width: 69%;
  float: left;
  margin: 0 1% 0 0;
  overflow: hidden;
  text-align: left;
}
.top_network h3 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: 3px;
}
.top_network h3 span.blue {
  font-size: 54px;
  font-weight: 700;
  color: #0080FF;
  margin-right: 10px;
}

.top_network h3 span.green {
  font-size: 54px;
  font-weight: 700;
  color: #00B200;
  margin-left: 10px;
}

.top_network p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 5px;
}

.top_network .right {
  width: 30%;
  float: left;
  margin: 0;
  overflow: hidden;
    transition-delay: .3s;

}
.top_network .brackets {
    position: relative;
    padding: 30px;
    max-width: 100%;
    margin: 0 auto;
}
.top_network .brackets::before,
.top_network .brackets::after{ 
    content:'';
    width: 18px;
    height: 18px;
    position: absolute;
    display: inline-block;
}
.top_network .brackets::before{
    border-left: solid 7px;
    border-top: solid 7px;
    border-image: linear-gradient(to right, #00B200, #0080FF) 1;
    top:0;
    left: 0;
}
.top_network .brackets::after{
    border-right: solid 7px;
    border-bottom: solid 7px;
    border-image: linear-gradient(to right, #00B200, #0080FF) 1;
    bottom:0;
    right: 0;
}










.top_company {
  width: 80%;
  margin: 80px 0;
  padding: 0 10%;
  overflow: hidden;
  text-align: center;
}
.top_company .left {
  width: 55%;
  float: left;
  margin: 0 3% 0 0;
  overflow: hidden;
}
.top_company .right {
  width: 42%;
  float: left;
  margin: 0;
  overflow: hidden;
    transition-delay: .3s;

}
.about {
  margin: 20px auto 0;
}
.about dl.cell_item {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-color: #FFF;
  border-radius: 5px;
}
.about dl.cell_item dt {
  clear: both;
  float: left;
  width: 20%;
  padding-top: 15px;
  padding-left: 5%;
  text-align: left;
  line-height: 1.8;
}
.about dl.cell_item dt.first {
  padding-top: 15px;
}
.about dl.cell_item dd {
  width: 70%;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.8;
  padding: 15px 5% 15px 25%;
}
.about dl.cell_item dd.first {
  padding-top: 15px;
}
.about dl.cell_item dd ul {
  margin-left: 18px;
}
.about dl.cell_item dd ul li {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.6;
  list-style-type: none;
}
.about dl.cell_item dd ul li::before {
  content: '・';
  margin-left: -18px;
  margin-right: 5px
}



.top_contact {
  width: 80%;
  margin: 80px 0 0;
  padding: 60px 10%;
  overflow: hidden;
  text-align: center;
  background-color: #FF914C;
}

.top_contact .mds {
  font-size: 48px;
  font-weight: 600;
  color: #FFFF01;
  line-height: 1.0;
}
.top_contact p {
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.8;
}


.top_contact ul {
width: 100%;
margin: 60px 0;
overflow: hidden;
}
.top_contact ul li {
width: 27%;
margin-left: 3.5%;
float: left;
background-color: #FF6B13;
list-style: none;
padding: 20px 2%;
border-radius: 10px;
font-size: 28px;
font-weight: 600;
color: #FFF;
line-height: 1.4;
}
.top_contact ul li:first-child {
margin-left: 0;
}
.top_contact ul li:nth-of-type(2) {
  transition-delay: .3s;
}
.top_contact ul li:nth-of-type(3) {
  transition-delay: .6s;
}

.top_contact ul li span {
font-size: 20px;
font-weight: 600;
}
.top_contact ul li:first-child {
margin-left: 0;
}

.top_contact ul li p {
text-align: left;
padding: 0 10px;
  transition-delay: .9s;

}


















@media (max-width: 599px) {
.index-mv {
  height: 90vh;
}
.index-mv-copy-upper {
  font-size: 28px;
  letter-spacing: 2px;
}
.index-mv-copy-lower {
  font-size: 54px;
  letter-spacing: 3px;
}
.index-mv-copy {
  width: 100%;
}
h2.main_ttl {
  font-size: 36px;
}
h2.main_ttl span {
  font-size: 24px;
  letter-spacing: 0;
}





.top_business {
  width: 90%;
  margin: 0 0 20px;
  padding: 0 5%;
}
.top_business ul {
margin-top: 30px;
}
.top_business ul li {
width: 92%;
margin-left: 0;
margin-bottom: 30px;
padding: 30px 4%;
}
.top_business ul li .m_business{
font-size: 24px;
}


.top_network {
  width: 90%;
  padding: 40px 5%;
}
.top_network .left {
  width: 100%;
  margin: 0;
}
.top_network h3 {
  font-size: 42px;
  margin-bottom: 15px;
}
.top_network h3 span.blue {
  font-size: 42px;
  margin-right: 0;
}

.top_network h3 span.green {
  font-size: 42px;
  margin-left: 0;
}

.top_network p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 3px;
}

.top_network .right {
  width: 100%;
}
.top_network .brackets {
    position: relative;
    padding: 15px 20px;
    margin: 0 auto 20px;
}
.top_network .brackets::before,
.top_network .brackets::after{ 
    width: 18px;
    height: 18px;
}





.top_company {
  width: 90%;
  margin: 40px 0;
  padding: 0 5%;
}
.top_company .left {
  width: 100%;
  margin: 0;
}
.top_company .right {
  width: 100%;
}
.about {
  margin: 0 auto;
}
.about dl.cell_item {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5%;
  background-color: #FFF;
  border-radius: 5px;
}
.about dl.cell_item dt {
  clear: both;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-left: 0;
  text-align: left;
  line-height: 1.8;
}
.about dl.cell_item dt.first {
  padding-top: 15px;
}
.about dl.cell_item dd {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.8;
  padding: 15px 0;
}
.about dl.cell_item dd.first {
  padding-top: 15px;
}
.about dl.cell_item dd ul {
  margin-left: 18px;
}
.about dl.cell_item dd ul li {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.6;
  list-style-type: none;
}
.about dl.cell_item dd ul li::before {
  content: '・';
  margin-left: -18px;
  margin-right: 5px
}





.top_contact {
  width: 90%;
  margin: 0;
  padding: 40px 5%;
}

.top_contact .mds {
  font-size: 32px;
  line-height: 1.4;
}
.top_contact p {
  font-size: 20px;
  line-height: 1.6;
}


.top_contact ul {
width: 100%;
margin: 20px 0 0;
}
.top_contact ul li {
width: 96%;
margin-left: 0;
margin-bottom: 20px;
padding: 10px 2%;
font-size: 24px;
}













}
@media (min-width: 600px) and (max-width: 959px) {
.index-mv {
  height: 90vh;
}
.index-mv-copy-upper {
  font-size: 36px;
  letter-spacing: 2px;
}
.index-mv-copy-lower {
  font-size: 72px;
  letter-spacing: 3px;
}
.index-mv-copy {
  width: 100%;
}
h2.main_ttl {
  font-size: 42px;
}
h2.main_ttl span {
  font-size: 28px;
  letter-spacing: 0;
}





.top_business {
  width: 90%;
  margin: 40px 0 20px;
  padding: 0 5%;
}
.top_business ul {
margin-top: 30px;
}
.top_business ul li {
width: 92%;
margin-left: 0;
margin-bottom: 40px;
padding: 30px 4%;
}
.top_business ul li .m_business{
font-size: 32px;
}


.top_network {
  width: 90%;
  padding: 60px 5%;
}
.top_network .left {
  width: 100%;
  margin: 0;
}
.top_network h3 {
  font-size: 42px;
  margin-bottom: 15px;
}
.top_network h3 span.blue {
  font-size: 48px;
  margin-right: 0;
}

.top_network h3 span.green {
  font-size: 48px;
  margin-left: 0;
}

.top_network p {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 3px;
}

.top_network .right {
  width: 100%;
}
.top_network .brackets {
    position: relative;
    padding: 15px 20px;
    margin: 0 auto 20px;
}
.top_network .brackets::before,
.top_network .brackets::after{ 
    width: 18px;
    height: 18px;
}





.top_company {
  width: 90%;
  margin: 40px 0 60px;
  padding: 0 5%;
}
.top_company .left {
  width: 100%;
  margin: 0;
}
.top_company .right {
  width: 100%;
}
.about {
  margin: 0 auto;
}
.about dl.cell_item {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5%;
  background-color: #FFF;
  border-radius: 5px;
}
.about dl.cell_item dt {
  clear: both;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-left: 0;
  text-align: left;
  line-height: 1.8;
}
.about dl.cell_item dt.first {
  padding-top: 15px;
}
.about dl.cell_item dd {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.8;
  padding: 15px 0;
}
.about dl.cell_item dd.first {
  padding-top: 15px;
}
.about dl.cell_item dd ul {
  margin-left: 18px;
}
.about dl.cell_item dd ul li {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.6;
  list-style-type: none;
}
.about dl.cell_item dd ul li::before {
  content: '・';
  margin-left: -18px;
  margin-right: 5px
}





.top_contact {
  width: 90%;
  margin: 0;
  padding: 40px 5% 60px;
}

.top_contact .mds {
  font-size: 42px;
  line-height: 1.8;
}
.top_contact p {
  font-size: 22px;
  line-height: 1.8;
}


.top_contact ul {
width: 100%;
margin: 20px 0 0;
}
.top_contact ul li {
width: 96%;
margin-left: 0;
margin-bottom: 30px;
padding: 20px 2%;
font-size: 32px;
}
}
@media (min-width: 960px) and (max-width: 1279px) {


.index-mv-copy-upper {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 4px;
  transition-delay: 1s;
}
.index-mv-copy-lower {
  color: #FFF;
  text-align: center;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 20px;
  transition-delay: 1.5s;
}
.index-mv-copy {
  width: 100%;
  z-index: 998;
  position: absolute;
  text-align: center;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.index-mv-copy img {
  margin-bottom: 40px;
}
.index-mv-copy * {
  overflow: visible
}
h2.main_ttl {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
h2.main_ttl span {
  font-size: 36px;
  color: #FFFFBF;
  font-weight: 600;
  letter-spacing: 3px;
}

.top_business {
  width: 90%;
  margin: 80px 0;
  padding: 0 5%;
  overflow: hidden;
  text-align: center;
}
.top_business ul {
width: 100%;
margin-top: 40px;
}
.top_business ul li {
width: 27%;
margin-left: 3.5%;
float: left;
background-color: #FFF;
list-style: none;
padding: 30px 2%;
border-radius: 10px;
box-shadow: 0 2.5rem 2rem -2rem #CEC0A8;
}
.top_business ul li:first-child {
margin-left: 0;
}
.top_business ul li:nth-of-type(2) {
  transition-delay: .3s;
}
.top_business ul li:nth-of-type(3) {
  transition-delay: .6s;
}
.top_business ul li .m_business{
color: #FFF;
background-color: #FF914C;
font-size: 28px;
  font-weight: 600;
border-radius: 6px;
margin: 30px 0 15px;
}


.top_business ul li p {
text-align: left;
padding: 0 10px;

}












.top_network {
  width: 90%;
  margin: 0;
  padding: 80px 5% 60px;
  overflow: hidden;
  text-align: center;
  background-color: #D6C9B6;
}
.top_network .left {
  width: 69%;
  float: left;
  margin: 0 1% 0 0;
  overflow: hidden;
  text-align: left;
}
.top_network h3 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: 3px;
}
.top_network h3 span.blue {
  font-size: 54px;
  font-weight: 700;
  color: #0080FF;
  margin-right: 10px;
}

.top_network h3 span.green {
  font-size: 54px;
  font-weight: 700;
  color: #00B200;
  margin-left: 10px;
}

.top_network p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 5px;
}

.top_network .right {
  width: 30%;
  float: left;
  margin: 0;
  overflow: hidden;
    transition-delay: .3s;

}
.top_network .brackets {
    position: relative;
    padding: 30px;
    max-width: 100%;
    margin: 0 auto;
}
.top_network .brackets::before,
.top_network .brackets::after{ 
    content:'';
    width: 18px;
    height: 18px;
    position: absolute;
    display: inline-block;
}
.top_network .brackets::before{
    border-left: solid 7px;
    border-top: solid 7px;
    border-image: linear-gradient(to right, #00B200, #0080FF) 1;
    top:0;
    left: 0;
}
.top_network .brackets::after{
    border-right: solid 7px;
    border-bottom: solid 7px;
    border-image: linear-gradient(to right, #00B200, #0080FF) 1;
    bottom:0;
    right: 0;
}










.top_company {
  width: 90%;
  margin: 80px 0;
  padding: 0 5%;
  overflow: hidden;
  text-align: center;
}
.top_company .left {
  width: 55%;
  float: left;
  margin: 0 3% 0 0;
  overflow: hidden;
}
.top_company .right {
  width: 42%;
  float: left;
  margin: 0;
  overflow: hidden;
    transition-delay: .3s;

}
.about {
  margin: 20px auto 0;
}
.about dl.cell_item {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-color: #FFF;
  border-radius: 5px;
}
.about dl.cell_item dt {
  clear: both;
  float: left;
  width: 20%;
  padding-top: 15px;
  padding-left: 5%;
  text-align: left;
  line-height: 1.8;
}
.about dl.cell_item dt.first {
  padding-top: 15px;
}
.about dl.cell_item dd {
  width: 70%;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.8;
  padding: 15px 5% 15px 25%;
}
.about dl.cell_item dd.first {
  padding-top: 15px;
}
.about dl.cell_item dd ul {
  margin-left: 18px;
}
.about dl.cell_item dd ul li {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.6;
  list-style-type: none;
}
.about dl.cell_item dd ul li::before {
  content: '・';
  margin-left: -18px;
  margin-right: 5px
}



.top_contact {
  width: 90%;
  margin: 80px 0 0;
  padding: 60px 5%;
  overflow: hidden;
  text-align: center;
  background-color: #FF914C;
}

.top_contact .mds {
  font-size: 48px;
  font-weight: 600;
  color: #FFFF01;
  line-height: 1.0;
}
.top_contact p {
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.8;
}


.top_contact ul {
width: 100%;
margin: 60px 0;
overflow: hidden;
}
.top_contact ul li {
width: 27%;
margin-left: 3.5%;
float: left;
background-color: #FF6B13;
list-style: none;
padding: 20px 2%;
border-radius: 10px;
font-size: 28px;
font-weight: 600;
color: #FFF;
line-height: 1.4;
}
.top_contact ul li:first-child {
margin-left: 0;
}
.top_contact ul li:nth-of-type(2) {
  transition-delay: .3s;
}
.top_contact ul li:nth-of-type(3) {
  transition-delay: .6s;
}

.top_contact ul li span {
font-size: 20px;
font-weight: 600;
}
.top_contact ul li:first-child {
margin-left: 0;
}

.top_contact ul li p {
text-align: left;
padding: 0 10px;
  transition-delay: .9s;

}





















}
@media (min-width: 1280px) and (max-width: 1440px) {
  .index-mv-copy {
    top: 55%;
  }
  .index-mv-copy-upper {
    font-size: 42px;
  }
.top_business {
  width: 90%;
  padding: 0 5%;
}
.top_business ul li {
width: 29%;
padding: 30px 1%;
}
.top_business ul li .m_business{
font-size: 24px;
}
.top_network {
  width: 90%;
  padding: 80px 5% 60px;
}
.top_company {
  width: 90%;
  padding: 0 5%;
}
.top_contact {
  width: 90%;
  padding: 60px 5%;
}
}
/* マップ
----------------------------------------------------------- */
.map {
  border: 1px solid #CCCCCC;
  background-color: #FFF;
  padding: 4px;
  clear: both;
  margin-top: 20px;
  border-radius: 5px;
}
.map #gmap01 {
  width: 100%;
  height: 581px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.map #gmap01 p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 14px;
}
@media (max-width: 599px) {
  .map #gmap01 {
    height: 300px;
  }
}
/* ----------------------------------------------
 * お問合せ
---------------------------------------------- */
.contact_inner {
  margin: 210px 15% 0px;
  width: 64%;
  padding: 40px 3% 20px;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 15px;
}
.contact_inner .page_ttl {
    position: relative;
    padding: .3em 0 .2em 1em;
    color: #ff924c;
    text-align: center;
    width: 180px;
    margin: 0 auto 30px;
    font-size: 36px;
    font-weight: 700;
}

.contact_inner .page_ttl::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #0080FF;
    content: '';
}

.contact_inner .page_ttl::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #00B200;
    content: '';
}
.contact_inner p {
  line-height: 1.6;
}
.contact_inner .contact-form {
  margin: 50px auto 30px;
  overflow: hidden;
}
.form-box {
  width: 100%;
  clear: both;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.form-box .form-box-title {
  width: 25%;
  float: left;
  margin-top: 5px;
}
.form-box .form-box-title h4 {
  font-weight: 500;
  display: inline;
}
.form-box .form-box-required {
  background: #D90000;
  border-radius: 3px;
  margin-top: 3px;
  margin-right: 30px;
  padding: 7px 13px 8px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  color: #FFFFFF;
  display: inline;
  float: right;
}
.form-box-wrapper {
  width: 75%;
  text-align: left;
  float: right;
}
.form-box-wrapper-check {
  width: 75%;
  float: right;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 20px;
}
.form-box form {
  margin: 0;
  padding: 0;
}
.form-box input {
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #FF914C;
  margin-top: 0px;
  vertical-align: -5%;
  font-size: 18px;
  border-radius: 3px;
}
.form-box textarea {
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #FF914C;
  font-size: 18px;
  border-radius: 3px;
}
.form-box select {
  padding: 8px;
  border: 1px solid #FF914C;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
}
.form-box label {
  cursor: pointer;
}
.form-box select:focus, .form-box input:focus, .form-box textarea:focus {
  background-color: #FFF9F6;
}
input.submit_button {
  position: relative;
  z-index: 2;
  background: rgba(255, 145, 76, 1.0);
  color: #FFFFFF;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  padding-top: 4px;
  width: 350px;
  letter-spacing: 2px;
}
input.submit_button:hover {
  background: rgba(255, 145, 76, 0.7);
  color: #FFF;
  text-decoration: none;
}
input.submit_button::before, input.submit_button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #1372B1;
}
input.submit_button::before {
  right: 0;
}
input.submit_button::after {
  left: 0;
}
input.submit_button:hover::before, input.submit_button:hover::after {
  width: 0;
  background-color: #1372B1;
}
input.submit_button, input.submit_button::before, input.submit_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input::placeholder {
  color: #ccc;
}
/* IE */
input:-ms-input-placeholder {
  color: #ccc;
}
/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
}
textarea::placeholder {
  color: #ccc;
}
/* IE */
textarea:-ms-input-placeholder {
  color: #ccc;
}
/* Edge */
textarea::-ms-input-placeholder {
  color: #ccc;
}
.form-agree {
  width: 100%;
  background-color: #fafafa;
  padding: 30px 0 40px;
  border-radius: 10px;
}
.form-agree p {
  width: 90%;
  padding: 0 5%;
  margin: 0 auto 30px;
  line-height: 1.8;
}
.form-agree .agree-box {
  text-align: center;
  width: 200px;
  padding: 12px;
  margin-left: auto;
  margin-right: auto;
  background-color: #efefef;
  border-radius: 5px;
}
.sendbox {
  margin: 30px 0 60px;
    border-radius: 10px;

}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
.finish {
  height: 412px;
  padding-top: 80px;
  border: 1px dotted #72706E;
  text-align: center;
  line-height: 2;
  clear: both;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.finish b {
  display: block;
  width: 350px;
  height: 222px;
  margin: 0 auto 40px;
  text-indent: -9999px;
  background-image: url("../../img/contact/w_finish.png");
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
.contact_inner {
  margin: 160px 5% 0px;
  width: 80%;
  padding: 30px 5% 0;
  border-radius: 10px;
  font-size: 16px;
}
.contact_inner .page_ttl {
    position: relative;
    padding: 0 0 .2em .8em;
    width: 140px;
    margin: 0 auto 10px;
    font-size: 32px;
}
.contact_inner .contact-form {
  margin: 20px auto;
}
.form-box {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.form-box .form-box-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}
.form-box .form-box-required {
  margin-right: 5px;
}
.form-box-wrapper {
  width: 100%;
}
.form-box-wrapper-check {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 20px;
}
.form-box input {
  padding: 8px 6px;
  font-size: 16px;
}
.form-box textarea {
  padding: 8px 6px;
  font-size: 16px;
}
.form-box select {
  padding: 8px 6px;
  font-size: 16px;
}
input.submit_button {
  line-height: 50px;
  font-size: 18px;
  width: 250px;
}
.form-agree {
  width: 100%;
  background-color: #fafafa;
  padding: 30px 0 40px;
  border-radius: 10px;
}
.form-agree p {
  width: 80%;
  padding: 0 10%;
  margin: 0 auto 20px;
}
.finish {
  height: auto;
  padding: 40px 20px;
}
.finish b {
  width: 220px;
  height: 139px;
  margin: 0 auto 40px;
  background-size: 220px;
}
}
@media (min-width: 600px) and (max-width: 959px) {
.contact_inner {
  margin: 210px 5% 0px;
  width: 80%;
  padding: 30px 5% 0;
  border-radius: 10px;
  font-size: 16px;
}
.contact_inner .page_ttl {
    position: relative;
    padding: 0 0 .2em .8em;
    width: 140px;
    margin: 0 auto 10px;
    font-size: 32px;
}
.contact_inner .contact-form {
  margin: 20px auto;
}
.form-box {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.form-box .form-box-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}
.form-box .form-box-required {
  margin-right: 5px;
}
.form-box-wrapper {
  width: 100%;
}
.form-box-wrapper-check {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 20px;
}
.form-box input {
  padding: 8px 6px;
  font-size: 16px;
}
.form-box textarea {
  padding: 8px 6px;
  font-size: 16px;
}
.form-box select {
  padding: 8px 6px;
  font-size: 16px;
}
input.submit_button {
  line-height: 50px;
  font-size: 18px;
  width: 250px;
}
.form-agree {
  width: 100%;
  background-color: #fafafa;
  padding: 30px 0 40px;
  border-radius: 10px;
}
.form-agree p {
  width: 80%;
  padding: 0 10%;
  margin: 0 auto 20px;
}
.finish {
  height: auto;
  padding: 40px 20px;
}
.finish b {
  width: 220px;
  height: 139px;
  margin: 0 auto 40px;
  background-size: 220px;
}
}
@media (min-width: 960px) and (max-width: 1279px) {
.contact_inner {
  margin: 210px 5% 0px;
  width: 80%;
  padding: 30px 5% 0;
  border-radius: 10px;
  font-size: 16px;
}
.contact_inner .page_ttl {
    position: relative;
    padding: 0 0 .2em .8em;
    width: 140px;
    margin: 0 auto 10px;
    font-size: 32px;
}
.contact_inner .contact-form {
  margin: 20px auto;
}
.form-box {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.form-box .form-box-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}
.form-box .form-box-required {
  margin-right: 5px;
}
.form-box-wrapper {
  width: 100%;
}
.form-box-wrapper-check {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 20px;
}
.form-box input {
  padding: 8px 6px;
  font-size: 16px;
}
.form-box textarea {
  padding: 8px 6px;
  font-size: 16px;
}
.form-box select {
  padding: 8px 6px;
  font-size: 16px;
}
input.submit_button {
  line-height: 50px;
  font-size: 18px;
  width: 250px;
}
.form-agree {
  width: 100%;
  background-color: #fafafa;
  padding: 30px 0 40px;
  border-radius: 10px;
}
.form-agree p {
  width: 80%;
  padding: 0 10%;
  margin: 0 auto 20px;
}
.finish {
  height: auto;
  padding: 40px 20px;
}
.finish b {
  width: 220px;
  height: 139px;
  margin: 0 auto 40px;
  background-size: 220px;
}
}
/* ----------------------------------------------
 * プライバシーポリシー
---------------------------------------------- */
.privacy_inner {
  margin: 210px 15% 0px;
  width: 64%;
  padding: 40px 3% 20px;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 15px;
}
.privacy_inner section {
  margin-bottom: 40px;
}

.attention {
	clear:both;
	text-align: left;
	padding: 30px 3% 40px;
	background-color: #FFF9F6;
	margin-bottom: 30px;
	width: 94%;
    line-height: 1.6;
    border-radius: 10px;
}

.privacy_ttl {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #dfdfdf;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}
.privacy_ttl::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #FF914C;
}
.privacy_inner p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 10px;
}
.privacy_inner .page_ttl {
    position: relative;
    padding: .3em 0 .2em 1em;
    color: #ff924c;
    text-align: center;
    width: 380px;
    margin: 0 auto 30px;
    font-size: 36px;
    font-weight: 700;
}

.privacy_inner .page_ttl::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #0080FF;
    content: '';
}

.privacy_inner .page_ttl::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #00B200;
    content: '';
}

@media (max-width: 599px) {
.privacy_inner {
  margin: 160px 5% 0px;
  width: 80%;
  padding: 30px 5% 10px;
  border-radius: 10px;
  font-size: 16px;
}
.privacy_inner section {
  margin-bottom: 30px;
}

.attention {
	padding: 30px 7%;
	margin-bottom: 30px;
	width: 86%;
    border-radius: 10px;
}
.privacy_ttl {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
}
.privacy_inner p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 10px;
}
.privacy_inner .page_ttl {
    padding: 0;
    width: 260px;
    margin: 0 auto 20px;
    font-size: 32px;
    line-height: 1.4;
}
}
@media (min-width: 600px) and (max-width: 1279px) {
.privacy_inner {
  margin: 210px 5% 0px;
  width: 80%;
  padding: 30px 5% 10px;
  border-radius: 10px;
  font-size: 16px;
}
.privacy_inner section {
  margin-bottom: 30px;
}

.attention {
	padding: 30px 7%;
	margin-bottom: 30px;
	width: 86%;
    border-radius: 10px;
}
.privacy_ttl {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
}
.privacy_inner p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 10px;
}
.privacy_inner .page_ttl {
    padding: 0;
    margin: 0 auto 20px;
    font-size: 32px;
    line-height: 1.4;
}

}