/*==================================
FRONT
==================================*/

/* hero
===================================*/
.zero-v1 #header {
          z-index: 99;
}
.zero-v1 {
      overflow-x: hidden;
}
.zero-v1 .container {
  max-width: 100%;
}
.zero-v1 .herounit {
  background: url(../images/herounit_bg_blue.png) center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  text-align: center;
  font-size: 0px;
  position: relative;
  height: 640px;
}
.zero-v1 .herounit .herounit_container {
  padding-bottom: 80px;
}
.zero-v1 .herounit .mv-img {
  height: 100%;
  max-height: 460px;
  display: block;
  margin: 0 0 20px 20px;
  position: relative;
  z-index: 2;
}
.zero-v1 .herounit .mv-img.sp {
  display: none;
}
.zero-v1 .herounit .mv-bg-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 1;
}
.zero-v1 .herounit .txt_box {
  font-weight: bold;
  position: relative;
  text-align: left;
  z-index: 2;
  margin-left: 30px;
  line-height: 1.5;
}
.zero-v1 .herounit p {
  font-size: 13px;
  position: relative;
  line-height: 1.5;
}
.zero-v1 .herounit p.stroke {
  position: absolute;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff; 
}
.zero-v1 .herounit .pr {
  position: relative;
  z-index: 3;
}
.zero-v1 .herounit .pr.common {
  background-image: none;
  width: 100%;
  max-width: 1180px;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -61px;
  padding: 0;
}
.herounit_bottom.sp p {
  text-align: left;
  font-size: 8px;
  position: relative;
}
.herounit_bottom {
  position: absolute;
  bottom: -30px;
  margin: 0 10px;
}
.zero-v1 .herounit_bottom p.stroke {
  position: absolute;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff; 
}

@media screen and (max-width: 767px) {
  .zero-v1 .herounit {
    background: url(../images/herounit_bg_blue_sp.png) center center no-repeat;
    height: 100vh;
    background-size: cover;
    padding-bottom: 0;
  }
  .zero-v1 .herounit .mv-img.pc {
    display: none;
  }
  .zero-v1 .herounit .mv-img.sp {
    display: block;
    margin: 40px auto 0;
    max-width: 460px;
    width: 96%;
    padding: 0px;
  }
  .zero-v1 .herounit .mv-bg-right {
    display: none;
  }
  .zero-v1 .herounit .txt_box {
    margin-left: 0;
  }
  .zero-v1 .herounit p {
    font-size: 10px;
    line-height: 1.3;
  }
  .zero-v1 .herounit .pr.common {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .zero-v1 .herounit {
    padding: 3% 0;
    padding-bottom: 0;
    font-size: 0px;
  }
  .zero-v1 .herounit .mv-bg-right {
    right: -10%;
  }
  .pr.common .grids {
    margin: 0 20px;
    padding: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .zero-v1 .herounit .mv-img {
    max-height: 390px;
    margin: 0 0 20px;
  }
  .zero-v1 .herounit .mv-bg-right {
    right: -8%;
  }
  .zero-v1 .herounit p {
    max-width: 510px;
  }
  .zero-v1 .herounit {
    padding: 3% 0;
    height: 520px;
  }
}
@media screen and (min-width: 1366px) {
  .zero-v1 .herounit {
    height: 690px;
  }
  .zero-v1 .herounit .mv-img {
    max-height: 520px;
  }
}
@media screen and (min-width: 1600px) {
  .zero-v1 .herounit .mv-img {
    left: 5%;
    margin: 0 0 20px;
  }
  .zero-v1 .herounit .txt_box {
    margin-left: 6%;
  }
  .zero-v1 .herounit .mv-bg-right {
    width: 55%;
    height: 100%;
    object-fit: cover;
  }
}

/* brand
===================================*/
.zero-v1 #brand {
  background: -moz-linear-gradient(top, #FAF8D1, #FFF);
  background: -webkit-linear-gradient(top, #FAF8D1, #FFF);
  background: linear-gradient(to bottom, #FAF8D1, #FFF);
  padding: 60px 0 80px;
}
.zero-v1 #brand .title {
  font-size: 32px;
  text-align: center;
  padding-top: 60px;
  margin: 0 0 60px;
}
.zero-v1 #brand .grids {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 10px;
}
.zero-v1 #brand .grid {
  position: relative;
  height: 124px;
  background: #fff;
  width: calc(33.3333% - 20px);
  margin: 0 0 30px;
}
.zero-v1 #brand .grid img {
  width: 100%;
  max-height: 124px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .zero-v1 #brand {
    padding: 0 0 20px;
  }
  .zero-v1 #brand .title {
    font-size: 18px;
    padding-top: 20px;
    margin: 0 0 20px;
  }
  .zero-v1 #brand .grids {
    flex-wrap: wrap;
    padding: 0 3%;
  }
  .zero-v1 #brand .grid {
    height: 60px;
    margin: 0 0 10px;
    width: calc(33.3333% - 5px);
  }
  .zero-v1 #brand .grid img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 419px) {
  .zero-v1 #brand .grid {
    height: 48px;
  }
}


/* pr
===================================*/
.pr.common {
  background: url(../images/pr_bg.png) center no-repeat;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}
.pr.common .container {
  position: relative;
  text-align: right;
}
.pr.common .icon {
  position: absolute;
  top: -30px;
  left: 5%;
  width: 200px;
}
.pr.common .img_text {
  width: 70%;
  max-width: 700px;
  display: inline-block;
  margin-bottom: 20px;
}
.pr.common .grids {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.pr.common .grids .tel {
  margin-right: 20px;
}
.pr.common .grids .biz {
  margin-right: 50px;
}

.pr.bottom {
  position: relative;
}
.pr.bottom .copy {
  background: #FFE200;
  padding: 25px 0;
}
.pr.bottom .copy .container {
  position: relative;
}
.pr.bottom .copy img {
  width: calc(100% - 640px);
}
.pr.bottom .text {
  background: #FFFCE5;
  padding: 40px 0 ;
}
.pr.bottom .img {
  position: absolute;
  right: 0;
  top: -5px;
}
.pr.bottom .img img {
  width: 100%;
  max-width: 620px;
}
.pr.bottom .text .img-sp {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .pr.common .grids .tel {
    margin-right: 1rem;
  }
  .pr.common .grids .biz {
    margin-right: 1rem;
  }
  .pr.bottom .copy .img {
    width: 48%;
  }
  .pr.bottom .copy .img img {
    width: 100%;
  }
  .pr.bottom .copy img {
    width: 50%;
  }
  .pr.bottom .text {
    padding: 20px 0;
  }
  .pr.bottom .text p {
    width: 50%;
    font-size: 16px;
  }
  .pr.bottom .container {
    padding: 0 3%;
    box-sizing: border-box;
  }
  .pr.bottom .img {
    right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .pr.common {
    background: url(../images/pr_bg-sp.png) center no-repeat;
    background-size: cover;
    padding: 10px 0;
  }
  .pr.common .icon {
    width: 100px;
    left: 3%;
    top: 10px;
  }
  .pr.common .img_text {
    width: 96%;
    display: block;
    margin: 0 auto 5px;
    padding-top: 110px;
  }

  .pr.common .grids {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px 10px;
    margin: 0 3%;
  }
  .pr.common .grids .tel {
    margin-right: 0;
    margin-bottom: 1em;
    display: block;
  }
  .pr.common .grids .biz {
    display: none;
  }
  .pr.common .grids .biz.sp {
    display: block;
    margin: 0;
    margin-bottom: 1em;
    text-align: center;
  }
  .pr.bottom .copy img {
    display: block;
    width: 94%;
    margin: 10px auto;
    padding: 0 3%;
    max-width: 520px;
  }
  .pr.bottom .img img {
    display: none !important;
  }
  .pr.bottom .text {
    padding: 20px 0;
  }
  .pr.bottom .text p {
    font-size: 16px;
    text-align: center;
  }
  .pr.bottom .text .img-sp {
    display: block !important;
    width: 94%;
    margin: 10px auto 0;
    max-width: 520px;
  }
}

/* sec1
===================================*/
.zero-v1 #sec1 {
  background: #2477c6;
  margin-top: 80px;
  margin-bottom: 80px;
}
.zero-v1 #sec1 .title {
  padding: 30px 0;
  text-align: center;
}
.zero-v1 #sec1 .title .above {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  display: block;
  margin: 25px 0 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.zero-v1 #sec1 .title h2 {
  font-size: 70px;
  color: #faee33;
  font-weight: 800;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.zero-v1 #sec1 .title h2 .num {
  font-size: 90px;
  display: inline-block;
}

/* point */
.zero-v1 #sec1 .point {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  background: #fff;
}
.zero-v1 #sec1 .point figure {
  flex-basis: 44.5%;
}
.zero-v1 #sec1 .point figure:not(.box) img {
  object-fit: cover;
  height: 470px;
  width: 100%;
  object-position: 100% 100%;
}
.zero-v1 #sec1 .point .padder {
  /*flex-basis: 800px; */
  text-align: left;
  position: relative;
  flex-basis: 55.5%;
  max-width: 800px;
}
.zero-v1 #sec1 .point h3 {
  font-size: 2.9em;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #3f3f3f;
}

.zero-v1 #sec1 .point .icon {
  position: absolute;
  left: -140px;
  top: 0;
}
.zero-v1 #sec1 .point h3 small {
  font-size: 19px;
  display: inline-block;
}
.zero-v1 #sec1 .point .box {
  padding: 30px 55px;
  background: #f7f7f7;
  margin: auto;
  flex-basis: 1150px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .zero-v1 #sec1 {
    background: #2477c6;
    padding: 5% 3%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .zero-v1 #sec1 .title {
    padding: 0 0 30px;
  }
  .zero-v1 #sec1 .title .above {
    font-size: 26px;
    line-height: 1.4;
  }
  .zero-v1 #sec1 .title h2 {
    font-size: 46px;
    display: block;
    line-height: 1.2;
  }
  .zero-v1 #sec1 .title h2 .num {
    font-size: 46px;
  }

  /* point */
  .zero-v1 #sec1 .point figure {
    flex-basis: 100%;
    height: auto;
  }
  .zero-v1 #sec1 .point figure:not(.box) img {
    object-fit: contain;
    height: auto;
  }
  .zero-v1 #sec1 .point .padder {
    flex-basis: 100%;
    padding: 3%;
    max-width: auto;
  }
  .zero-v1 #sec1 .point h3 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
  .zero-v1 #sec1 .point h3 br {
    display: none;
  }
  .zero-v1 #sec1 .point .icon {
    position: static;
    text-align: center;
    display: block;
    margin: auto;
  }
  .zero-v1 #sec1 .point h3 small {
    font-size: 15px;
  }
  .zero-v1 #sec1 .point .box {
    padding: 3%;
    flex-basis: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  /* point */
  .zero-v1 #sec1 .point {
    display: flex;
    zoom: 0.46;
    align-items: flex-start;
  }
  .zero-v1 #sec1 .point .padder {
    flex-basis: 48%;
    max-width: auto;
  }
  .zero-v1 #sec1 .point h3 {
    font-size: 40px;
    margin-bottom: 1rem;
  }
  .zero-v1 #sec1 .point p {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .zero-v1 #sec1 .point {
    display: flex;
    zoom: 0.63;
    align-items: center;
  }
  .zero-v1 #sec1 .point h3 {
    font-size: 46px;
  }
  .zero-v1 #sec1 .point p {
    font-size: 18px;
  }
}

/* sec2
===================================*/
.zero-v1 #sec2 {
  padding: 50px 0;
}
.zero-v1 #sec2 .title {
  background: #196ec1;
  padding: 1em;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
}

.zero-v1 #sec2 .grids {
  display: flex;
  justify-content: space-between;
  background: #F1F1F1;
  margin-bottom: 10px;
  max-height: 300px;
}
.zero-v1 #sec2 .grids h3 {
  color: #0B59A2;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: bold;
}
.zero-v1 #sec2 .grids:nth-child(odd) {
  background: #F7F7F7;
}
.zero-v1 #sec2 .grids:nth-child(odd) h3 {
  color: #2477C6;
}
.zero-v1 #sec2 .grid.step {
  width: 12%;
  padding: 80px 40px;
  position: relative;
}
.zero-v1 #sec2 .grids:not(:first-of-type) .step:before {
  position: absolute;
  content: '';
  display: block;
  top: -50%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px dotted #45AF10;
} 
.zero-v1 #sec2 .grid.step img {
  position: relative;
  z-index: 1;
}
.zero-v1 #sec2 .grid.text {
  width: 58.5%;
  font-size: 18px;
  position: relative;
}
.zero-v1 #sec2 .grid.text p {
  line-height: 1.6;
  margin-right: 40px;
}
.zero-v1 #sec2 .grid.text .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zero-v1 #sec2 .grid.img {
  width: 29.5%;
}
.zero-v1 #sec2 .grid.img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1028px) {
  .zero-v1 #sec2 .grid.step {
  padding: 100px 40px;
  }
  .zero-v1 #sec2 .grid.text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .zero-v1 #sec2 {
    padding: 5% 3%;
  }
  .zero-v1 #sec2 .title {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.4;
  }

  .zero-v1 #sec2 .grids {
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 50px;
    max-height: inherit;
  }
  .zero-v1 #sec2 .grid.step {
    width: 80px;
    padding: 0;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .zero-v1 #sec2 .grid.text {
    width: 100%;
   font-size: 18px;
  }
  .zero-v1 #sec2 .grid.text .box {
    position: inherit;
    top: 0;
        transform: translateY(0);
    padding: 50px 3% 3%;
  }
  .zero-v1 #sec2 .grids h3 {
    text-align: center;
    margin: 10px 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .zero-v1 #sec2 .grids:not(:first-of-type) .step:before {
    display: none;
  }
  .zero-v1 #sec2 .grid.img {
    width: 100%;
  }
  .zero-v1 #sec2 .grid.img img {
    height: 200px;
    width: 100%;
  }
  .zero-v1 #sec2 .grid.text p {
    margin-right: 0;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
}

/* sec3
===================================*/
.zero-v1 #sec3 {
  padding: 50px 0;
  background: #e8f2fb;
  margin-bottom: 80px;
}
.zero-v1 #sec3 .title {
  background: #196ec1;
  padding: 1em;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
}

.zero-v1 #sec3 .faq {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.zero-v1 #sec3 .faq dt {
  border-bottom: 1px solid #ccc;
  font-size: 26px;
  font-weight: 700;
  font-family: inherit;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.zero-v1 #sec3 .faq dd {
  display: flex;
  padding: 15px 20px;
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.zero-v1 #sec3 .faq dt:before,
.zero-v1 #sec3 .faq dd:before {
  content: "Q";
  font-size: 20px;
  background: #45af10;
  color: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8em;
  border-radius: 46px;
  flex-shrink: 0;
}
.zero-v1 #sec3 .faq dd:before {
  content: "A";
  background: #ef3a3a;
}

@media screen and (max-width: 767px) {
  .zero-v1 #sec3 {
    padding: 5% 3%;
    margin-bottom: 40px;
  }
  .zero-v1 #sec3 .title {
    font-size: 18px;
    line-height: 1.4;
  }

  .zero-v1 #sec3 .faq dt {
    font-size: 16px;
    letter-spacing: 0em;
  }
  .zero-v1 #sec3 .faq dd {
    display: flex;
    font-size: 16px;
  }
  .zero-v1 #sec3 .faq dt:before,
  .zero-v1 #sec3 .faq dd:before {
    content: "Q";
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 30px;
    font-weight: 700;
  }
  .zero-v1 #sec3 .faq dd:before {
    content: "A";
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .zero-v1 #sec3 {
    padding: 5% 3%;
  }
  .zero-v1 #sec3 .title {
    font-size: 31px;
  }
}


/* sec5
===================================*/
.zero-v1 #sec5 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: -moz-linear-gradient(top, #E8F2FB, #FFF);
  background: -webkit-linear-gradient(top, #E8F2FB, #FFF);
  background: linear-gradient(to bottom, #E8F2FB, #FFF);
}
.zero-v1 #sec5 .title {
  background: #196ec1;
  padding: 1em;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
}

.zero-v1 #sec5 .loopSlide {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.zero-v1 #sec5 ul {
  display: flex;
  animation: loop-slide 36s infinite linear 1s both;
}
.zero-v1 #sec5 ul li {
  width: 240px;
  margin-right: 20px;
  list-style: none;
  text-align: center;
}
.zero-v1 #sec5 ul li:hover {
  opacity: .8;
  transition: .8s;
}
.zero-v1 #sec5 ul li p {
  font-size: 13px;
}
.zero-v1 #sec5 .loopSlide:hover ul {
  animation-play-state: paused;
  transition: .8s;
}
.zero-v1 #sec5 .slide__contents {
  background-color: inherit;
  border: none;
  padding: 0;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.modal {
  margin: 0 auto 0 auto;
  max-width: 90%;
  width: 600px;
}
.modal .grids {
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
}
.modal li{
  width: calc(25% - 6px);
  margin-right: 8px;
}
.modal li:last-of-type{
  margin-right: 0;
}
.modaal-wrapper .modaal-inner-wrapper {
  padding: 80px 0;
}
.modaal-container {
      width: 90vw !important;
}
@media screen and (max-width: 767px) {
  .zero-v1 #sec5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .zero-v1 #sec5 .title {
    font-size: 18px;
   line-height: 1.4;
  }
  .zero-v1 #sec5 ul li {
    width: 160px;
  }
  .modaal-wrapper .modaal-content-container {
    padding: 20px 0;
  }
}

/* sec6
===================================*/
.zero-v1 #sec6 {
  background: #E8F2FB;
  position: relative;
  box-sizing: border-box;
}
.zero-v1 #sec6:before {
  position: absolute;
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: url(../images/sec6_bg.jpg) center no-repeat;
  background-size: cover;

}
.zero-v1 #sec6 .box {
  width: calc(50% - 40px);
  margin-left: 50%;
  padding: 80px 0 80px 40px;
}
.zero-v1 #sec6 .box img {
  width: 100%;
  max-width: 464px;
}
.zero-v1 #sec6 .just-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .zero-v1 #sec6 {
    padding-top: 300px;
  }
  .zero-v1 #sec6:before {
    top: 0;
    height: 300px;
    width: 100%;
  }
  .zero-v1 #sec6 .box {
    padding: 40px 3%;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
  }
  .zero-v1 #sec6 .box img {
    max-width: 334px;
    margin-bottom: 10px;
  }
  .zero-v1 #sec6 .just-pc {
    display: none !important;
  }
}


/* apply
===================================*/

.zero-v1 #apply {
  background: #f3f3f3;
  padding: 60px 0;
  margin-top: 80px;
}
.zero-v1 #apply h2.title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 60px;
  text-align: center;
  color: #0b59a2;
}

.zero-v1 #apply .form {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 35px;
  max-width: 1020px;
  margin: 0 auto 0;
}
.zero-v1 #apply .table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.zero-v1 #apply dt,
.zero-v1 #apply dd {
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  padding: 1em;
  display: flex;
  align-items: center;
}

.zero-v1 #apply dt {
  flex-basis: 24%;
  font-size: 18px;
  color: #0b59a2;
}
.zero-v1 #apply dd {
  flex-basis: 76%;
}
.zero-v1 #apply dd:before {
  content: "";
  width: 1px;
  height: 38px;
  border-left: 1px dotted #ccc;
  display: inline-block;
  margin-right: 1em;
}

.zero-v1 #apply input[type="text"],
.zero-v1 #apply input[type="email"],
.zero-v1 #apply input[type="tel"] {
  border: none;
  outline: none;
  padding: 0.4em;
  width: 70%;
  font-size: 16px;
  box-sizing: border-box;
}

.zero-v1 #apply input[type="text"]:focus,
.zero-v1 #apply input[type="email"]:focus,
.zero-v1 #apply input[type="tel"]:focus {
  border-bottom: 2px solid #0b59a2;
  margin-bottom: -2px;
}

.zero-v1 #apply .radio .wpcf7-list-item {
  margin-right: 2em;
  display: flex;
  align-items: center;
}
.zero-v1 #apply .radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.zero-v1 #apply input[type="radio"] {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #348de3;
  border-radius: 25px;
  background: transparent;
  opacity: 0.5;
}
.zero-v1 #apply input[type="radio"]:checked {
  box-shadow: 0 0 0 3px #fff inset;
  background: #348de3;
  opacity: 1;
}

.zero-v1 #apply input[type="submit"] {
  background: url(../images/button_submit.png) no-repeat;
  width: 437px;
  height: 81px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.zero-v1 #apply input[type="submit"]:hover {
  opacity: 0.8;
}
.zero-v1 #apply textarea {
	width: 100%;
	padding: 1em;
	line-height: 1.4em;
	height: calc( 1.4em * 5 );
	font-size: 15px;
}

.zero-v1 #apply textarea::placeholder {
	font-size: 16px;
	color: #999;
	font-weight: normal;
}

/* opt */
.form .table dt.req:after {
  content: "";
  width: 47px;
  height: 33px;
  display: inline-block;
  background: url(../images/icon_req.png) no-repeat;
  align-self: flex-end;
  margin: auto 0px auto auto;
}
.form .table dt.opt:after {
  content: "";
  width: 47px;
  height: 33px;
  display: inline-block;
  background: url(../images/icon_opt.png) no-repeat;
  align-self: flex-end;
  margin: auto 0px auto auto;
}

/* ie */
.ie .zero-v1 #apply dt {
  max-width: 24%;
}
.ie .zero-v1 #apply dd {
  max-width: 76%;
}

@media screen and (max-width: 767px) {
  .zero-v1 #apply {
    padding: 5% 3%;
    margin-top: 40px;
    margin-left: 0;
  }
  .zero-v1 #apply h2.title {
    font-size: 24px;
    margin-bottom: 2rem;
  }

  .zero-v1 #apply .form {
    padding: 0.4em 0.8em 0;
  }
	.zero-v1 #apply .table {
	margin-bottom: 1.2em;
	}

  .zero-v1 #apply dt {
    display: none;
  }
	.zero-v1 #apply dt, .zero-v1 #apply dd {
		border: none;
	}
  .zero-v1 #apply dd {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-basis: 100%;
	padding: 1.1em 0 0.6em;
  }
  .zero-v1 #apply dd span {
	border: 1px solid #999;
	border-radius: 6px;
    padding: 0.2em;
	}
  .zero-v1 #apply dd:before {
    content: none;
  }
  .form .table dt.req:after {
	height: 23px;
	background-position: center;
  }	
	.zero-v1 #apply dd.last {
		padding: 1em 0 0;
	}
	.zero-v1 #apply dd.req-sp {
		position: relative;
	}
	.zero-v1 #apply dd.req-sp::after {
		position: absolute;
		content: "※必須";
		display: block;
		width: auto;
		height: 20px;
		line-height: 20px;
		right: 0;
		top: -2px;
		color: #ef3a3a;
		font-size: 12px;
	}
  .zero-v1 #apply textarea {
	line-height: 1.4em;
	height: calc( 1.4em * 5 );
	width: 100%;
	box-sizing: border-box;
	border: none;
	padding: 0.2em;
	font-size: 15px;
  }

  .zero-v1 #apply input[type="text"],
  .zero-v1 #apply input[type="email"],
  .zero-v1 #apply input[type="tel"] {
    width: 100%;
  }

  .zero-v1 #apply .radio {
    display: block;
  }
  .zero-v1 #apply input[type="submit"] {
    width: 100%;
    height: 81px;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .zero-v1 #apply {
    padding: 5% 3%;
  }
  .zero-v1 #apply h2.title {
    margin-bottom: 1rem;
  }

  .zero-v1 #apply .form {
    padding: 2% 2% 5%;
  }
  .zero-v1 #apply .table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .zero-v1 #apply dt {
    flex-basis: 34%;
    font-size: 16px;
  }
  .zero-v1 #apply dd {
    flex-basis: 66%;
  }
}

/* sec4
===================================*/
.zero-v1 #sec4 {
  padding: 60px 0;
}
.zero-v1 #sec4 h2.title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 60px;
  text-align: center;
  color: #3d3d3d;
}

.zero-v1 #sec4 .table {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
.zero-v1 #sec4 .table dt,
.zero-v1 #sec4 .table dd {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  padding: 2em 2em;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.zero-v1 #sec4 .table dt:nth-last-of-type(1),
.zero-v1 #sec4 .table dd:nth-last-of-type(1) {
  border-bottom: 1px solid #ccc;
}

.zero-v1 #sec4 .table dt {
  flex-basis: 20%;
}
.zero-v1 #sec4 .table dd {
  flex-basis: 80%;
}

/* ie */
.ie .zero-v1 #sec4 .table dt {
  max-width: 20%;
}
.ie .zero-v1 #sec4 .table dd {
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  .zero-v1 #sec4 {
    padding: 5% 3%;
  }
  .zero-v1 #sec4 h2.title {
    font-size: 30px;
    margin-bottom: 2rem;
  }
  .zero-v1 #sec4 .table dt,
  .zero-v1 #sec4 .table dd {
    padding: 1em;
    line-height: 1.4;
  }

  .zero-v1 #sec4 .table dt:nth-last-of-type(1) {
    border-bottom: none;
  }

  .zero-v1 #sec4 .table dt {
    flex-basis: 100%;
    font-weight: 700;
    background: #f5f5f5;
  }
  .zero-v1 #sec4 .table dd {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .zero-v1 #sec4 {
    padding: 5% 3%;
  }
}

/* 20200630追加 追随バナー*/
.fixed_bnr_pc{
  position: fixed;
  right: 0;
  top:calc(50% - 50px/2); 
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .fixed_bnr_pc{
    position: fixed;
    top:auto;
    bottom: 0; 
    display: flex;
    justify-content: space-between;
    z-index: 99;
    margin: 0 2%;
  }
}
.fixed_bnr_pc .fixed_tel ,.fixed_bnr_pc .fixed_mail{
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .fixed_bnr_pc .fixed_tel ,.fixed_bnr_pc .fixed_mail{
    width: 49%;
  }
}

