
@charset 'UTF-8';
/* 初期設定系382行目まで */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tfoot,thead,th,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;padding: 0;vertical-align: baseline;border: 0;outline: 0;background: transparent;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
  display: block;
}
ul {
  list-style: none;
}
blockquote,q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: "";content: none;
}
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #00449a;
  border: 0;
  background: transparent;
}
a:hover {
  opacity: 0.8;
}
ins {
  text-decoration: none;
  color: #474747;
  background-color: #ff9;
}
mark {
  font-weight: bold;font-style: italic;color: #474747;background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;border-bottom: 1px dotted #474747;
}
hr {
  display: block;height: 1px;margin: 1em 0;padding: 0;border: 0;border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
  display: block;
}
ol li,ul li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
section {
  padding: 0% 0;
}
@media screen and (max-width: 767px){
  section {
    padding: 6% 0;
  }
}

.inner {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .inner {
    overflow: hidden;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
figure {
  width: 100%;
}
img {
  width: 100%;
  vertical-align: bottom;
}
p {
  font-size:min(2.3vw,30px);
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0px;
}
h1 {
  font-size: 19px;
  font-size: 3.5rem;
  line-height: 1.4em;
  font-weight: 900;
  letter-spacing: -2px;
}
h2 {
  font-size: 19px;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 900;
  letter-spacing: -2px;
}
h3 {
  font-size: 19px;
  font-size: 2.7rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0px;
}
h4 {
  font-size: 19px;
  font-size: 2.3rem;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: 0px;
}
h5 {
  font-size: 19px;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 19px;
    font-size: 1;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
  }
  h2 {
    font-size: 19px;
    font-size: 5rem;
    line-height: 1.4em;
    font-weight: 900;
    letter-spacing: -2px;
  }
  h5 {
    font-size: 19px;
    font-size: 3.3rem;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: -0.2px;
  }
  h3 {
    font-size: 19px;
    font-size: 3.7rem;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: -0.2px;
  }
  h4 {
    font-size: 19px;
    font-size: 4.3rem;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: 0px;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
}
@media screen and (min-width: 1000px) {
  .spp_only {
    display: none !important;
  }
  .ppc_only {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 40px;
    font-size: 3.8rem;
    line-height: 1.5em;
  }
  figure {
    margin: 0 auto;
  }
  #header .inner{
    padding:0;
  }
  #header #logo {
    max-width: 400px;
 }
  section .inner {
    margin: 0 auto;
  }

  figure img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .ppc_only {
    display: none !important;
  }
  .spp_only {
    display: block !important;
  }
}
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 100%;
  color: #000;
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

section {
  padding: 4% 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  section {
    padding: 7% 0;
  }
}

/* 初期設定終わり */

header {
  width: 80%;
  margin: 0 auto;
}

header ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1% 0 2%;
}

header ul li {
  width: 32%;
}

header ul li a {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1.2vw;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
}

header ul li a::before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  border: 10px solid transparent;
  border-top: 13px solid #555;
}

header ul li a span:first-child {
  width: 85%;
}
header ul li a span:last-child {
  width: 15%;
}

header ul li:nth-child(3) a span:last-child img {
  width: 60%;
}

header ul li:nth-child(1) a {
  color: #0461ed;
  border-bottom: 3px solid #0461ed;
}
header ul li:nth-child(2) a {
  color: #55a3e1;
  border-bottom: 3px solid #55a3e1;
}
header ul li:nth-child(3) a {
  color: #050950;
  border-bottom: 3px solid #050950;
}
header ul li:nth-child(1) a::before{
  border-top: 13px solid #0461ed;
}
header ul li:nth-child(2) a::before{
  border-top: 13px solid #55a3e1;
}
header ul li:nth-child(3) a::before{
  border-top: 13px solid #050950;
}

@media screen and (max-width: 767px) {
  header {
    width: 96%;
    margin: 0 auto;
  }
  header ul {
    padding: 3% 0 4%;
  }
  header ul li a span:first-child {
    text-align: left;
  }
  header ul li:nth-child(1) a {
    border-bottom: 2px solid #0461ed;
  }
  header ul li:nth-child(2) a {
    border-bottom: 2px solid #55a3e1;
  }
  header ul li:nth-child(3) a {
    border-bottom: 2px solid #050950;
  }
  header ul li a {
    font-size: 10px;
    line-height: 1.6;
  }
  header ul li:nth-child(1) a::before{
    border-top: 9px solid #0461ed;
  }
  header ul li:nth-child(2) a::before{
    border-top: 9px solid #55a3e1;
  }
  header ul li:nth-child(3) a::before{
    border-top: 9px solid #050950;
  }
  header ul li a::before{
    bottom: -17px;
    border: 7px solid transparent;
    border-top: 13px solid #555;
  }
}

.mv {
  padding: 0;
}
.worrie {
  background: url(../img/worrie_bg_pc.png) no-repeat center;
  background-size: cover;
}
.inner_2 {
  width: 80%;
  margin: 0 auto;
}
.sec_form {
  background: #e3f3ff;
}
.worrie h1 {
  width: 60%;
  margin: 0 auto 2%;
}

.worrie_content {
  margin-bottom: 8%;
}
@media screen and (max-width: 767px) {
  .worrie {
    background: url(../img/worrie_bg_sp.png) no-repeat center;
    background-size: cover;
  }
  .inner_2 {
    width: 94%;
    margin: 0 auto;
  }
  .worrie h1 {
    width: 100%;
    margin: 0 auto 6%;
  }
  .worrie_content {
    margin-bottom: 16%;
  }
}

.sec_resolution h1 {
  width: 80%;
  margin: 0 auto;
}
.sec_resolution h2 {
  margin: 3% auto 3%;
  font-size:min(2.3vw,30px);
  text-align: center;
  letter-spacing: 1px;
}
.sec_resolution div ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6%;
}
.sec_resolution div ul li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sec_resolution div ul li:nth-of-type(even) div:last-child img {
  width: 85%;
}
.sec_resolution div ul li div:first-child {
  width: 45%;
}
.sec_resolution div ul li div:first-child img {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.sec_resolution div ul li div:last-child {
  width: 50%;
}
.sec_resolution div ul li div:last-child p {
  font-size:min(4vw,21px);
  font-weight: bold;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sec_resolution .inner {
    width: 100%;
    padding: 0;
  }
  .sec_resolution h1 {
    width: 90%;
    margin: 0 auto;
  }
  .sec_resolution div ul {
    width: 100%;
    margin: 0 auto;
  }
  .sec_resolution div ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6%;
  }
  .sec_resolution div ul li div:first-child {
    width: 93%;
  }
  .sec_resolution div ul li div:last-child {
    width: 85%;
    margin: 4% auto 4%;
  }
  .sec_resolution div ul li div:first-child img {
    box-shadow: none;
  }
  .sec_resolution div ul li:nth-of-type(even) div:last-child img {
    width: 100%;
  }
  .sec_resolution div ul li div:last-child p {
  font-weight: normal;
}
}
.sec_achievement {
  background: #050950;
  padding-top: 115px;
  margin-top: 3%;
}
.sec_achievement_top {
  width: 20%;
  margin: 0 auto;
}
.sec_achievement_content_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec_achievement_content_01 figure {
  width: 49%;
}
.sec_achievement_content_02 {
  margin: 4% 0;
}
.sec_achievement_content_03 {
  width: 90%;
  margin: 0 auto;
}
.sec_achievement_top {
  position: absolute;
  top: -77px;
  width: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_achievement_content_01 figure {
    width: 100%;
    margin-bottom: 3%;
  }
  .sec_achievement_top {
    position: absolute;
    top: -55px;
    width: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .sec_achievement {
    background: #050950;
    padding-top: 22%;
    margin-top: 3%;
  }
  .sec_achievement_content_03 {
    width: 100%;
    margin: 0 auto;
  }
  .sec_resolution h2 {
      margin: 5% auto;
      font-size:6vw;
    }
}
.sec_voice {
  background-image:
  repeating-linear-gradient(
    90deg,
    rgb(230, 230, 230) ,
    rgb(230, 230, 230) 1px,
    transparent 1px,
    transparent 18px
  ),
  repeating-linear-gradient(
    0deg,
    rgb(230, 230, 230) ,
    rgb(230, 230, 230) 1px,
    #fff 1px,
    #fff 18px
  );
}
.sec_voice h1 {
  width: 50%;
  margin: 0 auto 30px;
}
.sec_voice p {
  font-size:min(4vw,26px);
  margin-bottom: 5px;
}
.sec_voice h3 {
  background: #f32319;
  font-size:min(4vw,30px);
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
}

.sec_voice h3:last-child {
  border: 3px sold "#f32319";
  background: #fff;
  color: #f32319;
  border: 3px solid #f32319;
  margin-top: 15px;
}

.voice_content {
  position: relative;
}
.voice_content_01 {
  position: absolute;
  top: 20px;
  left: 0;
}
.japan_img {
  width: 70%;
  margin: 0 0 0 auto;
  -webkit-transform: translate3d(0,-10%,0);
  transform: translate3d(0,-10%,0);
  position: relative;
}
.japan_img .titenn {
    position: absolute;
    display: block;
    width: 7%;
    cursor: pointer;
    transition: transform .6s ease;
}

.japan_img .titenn:hover {
    transform: scale(1.3);
}

.japan_img .titenn_1 {
    bottom: 27%;
    left: 47%;
}
.japan_img .titenn_2 {
    /*bottom: 29%;*/
    /*left: 49%;*/
    display: none;
}
.japan_img .titenn_3 {
    bottom: 33%;
    left: 30%;
}
.japan_img .titenn_4 {
    bottom: 26%;
    left: 39%;
}
.japan_img .titenn_5 {
    /*bottom: 27%;*/
    /*left: 42%;*/
    display: none;
}
.japan_img .titenn_6 {
    bottom: 34%;
    left: 21%;
}
.japan_img .titenn_7 {
    bottom: 29%;
    left: 7%;
}
.japan_img .titenn_8 {
    /*bottom: 3%;*/
    /*left: 8%;*/
    display: none;
}
.japan_img .titenn_9 {
    bottom: 30%;
    left: 62%;
}
.pointer_content {
  position: absolute;
  right: 5%;
  bottom: 18%;
}
.pointer_content {
     animation: pekopeko 2s infinite;
}
@keyframes pekopeko {
    0% {
        bottom: 18%;
    }
    10% {
        bottom: 19%;
    }
    20% {
        bottom: 18%;
    }
    30% {
        bottom: 19%;
    }
    40% {
        bottom: 18%;
    }
}
.voice_content_part {
  border: 3px solid #031251;
  margin: 0 auto;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.voice_content_part_01 {
  background: #031251;
  padding: 4%;
}
.voice_content_part_01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.voice_content_part_01 > figure {
  width: 100%;
}

.voice_content_part_01 > div {
  width: 46%;
}
.voice_content_part_01 > div > div {
  background: #fff;
  margin-bottom: 8px;
  overflow: hidden;
}
.voice_content_part_01 > div > div span {
  line-height: 1;
}
.voice_content_part_01 > div > div span:first-child {
  background: #e8d988;
  color: #031251;
  font-weight: bold;
  font-size:min(4vw,18px);
  width: 46%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0;
}
.voice_content_part_01 > div > div span:last-child {
  text-align: right;
  vertical-align: middle;
  font-size: min(4vw,18px);
  font-weight: bold;
  display: inline-block;
  width: 48%;
  color: #031251;
}

.voice_content_part_01 h5 {
  color: #fff;
  font-size: 1.3vw;;
  text-align: left;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.voice_content_part_02 {
  padding: 4%;
}
.voice_content_part_02 p {
  font-size:min(4vw,18px);
}
.voice_content_part_02 div {
  padding: 3%;
  border: 2px solid #000;
  margin-bottom: 15px;
  text-align: center;
}
.voice_content_part_02 div span {
  color: #e60012;
  font-weight: bold;
  font-size: 1.2vw;
  text-decoration: underline;
  text-align: center;
}
.slick-slide {
  margin: 0;
  transition: .3s ease;
  transform: scale(.80);
}
.slick-current {
  transform: scale(1);
}
.slick-dots li button:before {
  font-size: 16px;
}
.slick-next,
.slick-prev {
    z-index: 100;
}
.slick-next {
  right: 33%;
}
.slick-prev {
  left: 31.5%;
}

.slick-prev:before,
.slick-next:before {
    color: #031251;
    font-size: 42px;
    opacity: 1;
}
.sec_flow {
  background: #031251;
}
.sec_flow h1 {
  width: 60%;
  margin: 0 auto 3%;
}
.voice h1 img {
  width: 10%;
  margin: 0 auto 15px;
}
.voice h1 {
  text-align: center;
  line-height: 1;
  font-size:min(5vw,68px);
  color: #031251;
  margin-bottom: 20px;
}

.slick-dots {
    margin-top: 4%;
}

@media screen and (max-width: 1000px) {
    .voice_content_part_02 div span {
  font-size: 2vw;
  text-align: left;
}
.slick-next {
  right: 8%;
}
.slick-prev {
  left: 1.5%;
}
}

@media screen and (max-width: 767px) {
  .sec_voice h1 {
    width: 90%;
    margin: 0 auto 4%;
  }
  .sec_voice {
    background-image:
    repeating-linear-gradient(
      90deg,
      rgb(240, 240, 240) ,
      rgb(240, 240, 240) 1px,
      transparent 1px,
      transparent 10px
      ),
  repeating-linear-gradient(
    0deg,
    rgb(240, 240, 240) ,
    rgba(240, 240, 240, 0.5) 1px,
    #fff 1px,
    #fff 10px
    );
  }
  .japan_img {
    width: 100%;
    margin: 0 0 0 auto;
    -webkit-transform: translate3d(5%,-39%,0);
    transform: translate3d(5%,-39%,0);
  }
  .voice_content_01 {
    position: relative;
    top: 0px;
    left: 0;
  }
  .sec_voice p {
    text-align: center;
  }
  .sec_voice p {
    font-size:min(4vw,26px);
    margin-bottom: 5px;
  }
  .pointer_content {
    position: absolute;
    right: 2%;
    bottom: 22%;
    width: 24%;
  }
  .pointer_content {
     animation: pekopeko 2s infinite;
    }
    @keyframes pekopeko {
        0% {
            bottom: 22%;
        }
        10% {
            bottom: 24%;
        }
        20% {
            bottom: 22%;
        }
        30% {
            bottom: 24%;
        }
        40% {
            bottom: 22%;
        }
    }
  .sec_voice h3 {
    background: #f32319;
    font-size:min(4.7vw,30px);
    padding: 2px 5px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-top: 8px;
  }

  .sec_voice h3:last-child {
    border: 3px sold "#f32319";
    background: #fff;
    color: #f32319;
    border: 3px solid #f32319;
    margin-top: 8px;
  }
  .center2 {
    margin-top: -24%;
  }
  .slick-slide {
      margin: 0;
      transition: .3s ease;
      transform: scale(.90);
    }
    .slick-current {
  transform: scale(1);
}
.slick-next {
  right: 8%;
}
.slick-prev {
  left: 1.5%;
}
.voice_content_part_02 div span {
  font-size: 4vw;
  text-align: left;
}
}

@media screen and (max-width: 767px) {
  .sec_flow h1 {
    width: 94%;
    margin: 0 auto 5%;
  }
  .sec_flow div div {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .sec_support {
    background: url(../img/suport_bg_pc.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 1.5%;
  }
}
.sec_support .inner_2 div {
  width: 50%;
  margin: 0 8% 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_support {
    padding: 0;
  }
}

.faq_c_q {
  display: flex;
  align-items: center;
  background: #031251;
  padding: 1.3%;
  position: relative;
}

.faq_c_q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 24px;
  height: 3px;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.faq_c_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 24px;
  height: 3px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.faq_c_q.open::before {
  transform: rotate(180deg);
}

.faq_c_q.open::after {
  opacity: 0;
}

.faq_c_q img {
  width: 3%;
  height: 3%;
  margin: 1%;
}

.faq_c_a img {
  width: 3%;
  height: 3%;
  margin: 1%;
}

.faq_c_q p {
  color: #fff;
  font-size:min(4vw,28px);
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 1%;
}

.faq_c_a {
  display: flex;
  align-items:center;
  background: #fff;
  padding: 3%;
  border-radius: 10px;
}

.faq_c_a p {
  color: #000;
  font-size:min(3.5vw,22px);
  font-weight: normal;
  margin-left: 2%;
}

.faq_c_01 {
  display: block;
  margin: 3% 0;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 5px rgb(15 41 53 / 16%);
  border: 3px solid #031251;
  border-collapse: collapse;
}

/* accordion */
.accordion-container .acc-ttl.open::before {
  transform: rotate(180deg);
}

.accordion-container .acc-ttl.open::after {
  opacity: 0;
}

.acc-ttl+.acc-content{
  display: none;
}

@media screen and (max-width: 767px) {
  .voice h1 img {
    width: 25%;
    margin: 0 auto 15px;
  }
  .voice h1 {
    text-align: center;
    line-height: 1;
    font-size:min(10vw,68px);
    color: #031251;
    margin-bottom: 20px;
  }
  .faq_c_01 {
    display: block;
    margin: 3% 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 5px rgb(15 41 53 / 16%);
    border: 3px solid #031251;
    border-collapse: collapse;
  }
  .faq_c_q {
    display: flex;
    align-items: center;
    background: #031251;
    padding: 3%;
    position: relative;
  }
  .faq_c_q p {
    color: #fff;
    font-size: 4.5vw;
    letter-spacing: 0px;
    margin-left: 3%;
  }
  .faq_c_q img {
    width: 6%;
    height: 6%;
    margin: 1%;
  }
  .faq_c_a p {
    font-size: 3.8vw;
    margin-left: 2%;
  }
  .faq_c_a {
    display: flex;
    align-items:center;
    background: #fff;
    padding: 4%;
    border-radius: 10px;
  }
  .faq_c_01 {
    margin: 5% 0;
  }
}

/* フォームcss */

.sec_form h1 {
  width: 60%;
  margin: 0 auto 20px;
}

.sec_form_content {
  background: #fff;
  padding: 3%;
  width: 100%;
}

.sec_form table {
  width: 80%;
  margin: 0 auto;
}

.sec_form th {
  width: 38%;
  text-align: right;
  padding-right: 40px;
  vertical-align: middle;
  font-size: 22px;
}
.sec_form td {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

.sec_form table input,
.sec_form table select,
.sec_form table textarea {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  background: #fff;
  color: #000;
}

.must {
  background: #f22319;
  color: #fff;
  font-size: 14px;
  padding: 3px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
}

input[name=submit] {
  width: 700px;
  margin: 3% auto 0;
  display: block;
  border-radius: 100px;
  padding: 10px;
  background: linear-gradient(#f22319, #c40000);
  border: none;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.cta_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  margin: 2% auto 0;
}

.cta_btn a {
  width: 49%;
  display: block;
  border-radius: 100px;
  height: 80px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.line_btn {
  background: #fff;
  border: 4px solid #00b415;
  padding: 2%;
}

.tel_btn {
  background: linear-gradient(#ff9c00, #ec5900);
  padding: 2%;
}

.tel_btn img {
  width: 82%;
  margin: 0% auto 0;
}

input[name="last_name"],
  input[name="first_name"] {
    width: 49% !important;
  }

@media screen and (max-width: 767px) {
  .sec_form h1 {
    width: 98%;
    margin: 0 auto 20px;
  }
  .sec_form table {
    width: 96%;
    margin: 0 auto;
    padding: 2% 0;
  }
  .sec_form th {
    width: 100%;
    text-align: left;
    padding-right: 0px;
    font-size: 4vw;
    display: block;
  }
  .must {
    font-size: 11px;
    padding: 3px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
  }
  .sec_form table input,
  .sec_form table select,
  .sec_form table textarea {
    width: 100%;
    font-size: 16px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    background: #fff;
    color: #000;
  }
  input[name="last_name"],
  input[name="first_name"] {
    width: 49% !important;
  }
  input[name=submit] {
    margin-bottom: 3%;
    width: 95%;
    border: none;
    background: linear-gradient(#f22319, #c40000);
    font-size: 5.6vw;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  }
  .cta_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 5% auto 0;
  }

  .cta_btn a {
    width: 49%;
    display: block;
    border-radius: 100px;
    height: 58px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  }

  .line_btn {
    background: #fff;
    border: 3px solid #00b415;
    padding: 2.5% 3% 3%;
  }

  .tel_btn {
    background: linear-gradient(#ff9c00, #ec5900);
    padding: 2%;
  }

  .tel_btn img {
    width: 95%;
    margin: 3% auto 0;
  }
  .sec_form table select {
      font-size: 18px;
      padding: 7px;
  }
}

.footer_logo {
  width: 40%;
  margin: 0 auto;
}

footer {
  padding: 4% 0;
}

footer a {
  color: #000;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.footer {
  transition: 0.5s;
}

.footer_a {
  text-align: center;
  margin: 4% 0 0  ;
}

.footer_a a {
  padding: 0 3%;
}
.pagetop {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	background-size: cover;
	text-align: center;
	padding: 0.5% 1% 0.5%;
  z-index: 10000;
  transition: 0.5s;
}

.pagetop div {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 54%;
  border-radius: 5px;
  padding: 0.7% 1%;
  margin: 0 auto;
  position: relative;
  z-index: 105;
}

.pagetop div a {
    width: 70%;
}

/*.pagetop div .footer_call,*/
/*.pagetop div .footer_line {*/
/*    width: 28%;*/
/*}*/
/*.pagetop div .footer_form {*/
/*    width: 40%;*/
/*}*/

.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.pagetop.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(200px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

.pagetop.DownMove,
.pagetop2.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(1000px);
  }
}

.tixyuusixyaku {
    font-size: 18px !important;
    text-align: center;
    padding: 0 3%;
    margin-top: 3%;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 10% 0;
  }
  .footer_logo {
    width: 60%;
    margin: 0 auto;
  }
  footer a {
    font-size: 4vw;
    font-weight: normai;
  }
  .pagetop {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	background-size: cover;
	text-align: center;
	padding: 2% 1% 1%;
      z-index: 10000;
      transition: 0.5s;
    }

    .pagetop div {
      display: flex;
      justify-content: center;
      align-items: baseline;
      width: 100%;
      border-radius: 5px;
      padding: 0.7% 2%;
      margin: 0 auto;
      position: relative;
      z-index: 105;
    }

    /*.pagetop div .footer_call,*/
    /*.pagetop div .footer_line {*/
    /*    width: 23.5%;*/
    /*}*/
    /*.pagetop div .footer_form {*/
    /*    width: 50%;*/
    /*}*/
    .tixyuusixyaku {
    font-size: 12px !important;
    text-align: center !important;
}
}

.font_red {
    color: #e60012;
}

.madal_container {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10000;
  }

  .madal_contents {
  width: 29%;
  height: auto;
  position: absolute;
  top: 44%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }

  .madal_contents span {
  cursor: pointer;
  position: absolute;
  top: -38px;
  right: -33px;
  color: #fff;
  font-size: 2em;
  z-index: 11111;
  font-weight: bold;
  }

  .active {
  display: block !important;
  animation-name: fadeIn;
  animation-duration: .2s;
  animation-fill-mode: both;
  }

  @media only screen and (max-width: 1000px) {
  .madal_contents {
  width: 70%;
  height: auto;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
  transform: inherit;
  }
  .madal_contents span {
  cursor: pointer;
  position: absolute;
  top: -70px;
  right: -24px;
  color: #fff;
  font-size: 1.0em;
  Z-INDEX: 11111;
  font-weight: bold;
  }
  }
  .rela{
  position: relative;
  }
  .timer{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #fff;
  font-size: 2vw;
  }
  .timer p{
  font-size: 1vw;
  padding: 7% 0 0;
  }
  .madal_contents img{
   width: 100%;
  }
  .gray{
          background: #aaa;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
  }