@charset "UTF-8";
html,
body {
  font-family: "源ノ角ゴシック JP",'Noto Sans JP', sans-serif;
}

body {
  margin: 0;
  color: #404040;
}

a {
  text-decoration:none; 
}

ul {
  list-style: none;
}

.sp {
  display: none;
}

h2 {
  font-size: 40px;
}

@media screen and (max-width: 1100px) {
  h2 {
    font-size: 2em;
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  h2 {
    font-size: 6.5vmin;
    margin-top: 0;
  }

}
/* -------------------------
header-menu(PC)
------------------------- */

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header_rogo img {
  width: 150px;
  padding-top: 10px;
  padding-left: 10%;
}

.header_menu2 {
  z-index: 10;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.header_nav a{
  color: #E64D70;
  white-space: nowrap;
}

.header-list {
  margin-right: 35px;
}

.header-btn {
  padding: 10px 5% 10px 0;
  -webkit-transition: all 0.5s ;
  -o-transition: all 0.5s ;
  transition: all 0.5s ;
  z-index: 10;
}

.header-btn:hover {
  opacity: 0.5;
}

/* -------------------------
header-menu(SP)
------------------------- */
@media screen and (max-width: 750px) {

  .sp_header_menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 2% 4% 0;
  }

  .sp_header_rogo img {
    width: 60%;
  }

  .header-btn_sp {
    margin-right: 5%;
  }
  .header-btn_sp img {
    width: 100%;
  }

  .sp_header_menu > button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }

  /* ------------------ */
  /* humberger-menu */
  /* ------------------ */

  .burger-btn {
    display: block;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 11;
  }

  .bar {
    background-color:#404040;
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
  }

  .bar_top {
    top: 10px;
  }

  .bar_bottom {
    bottom: 10px;
  }

  .burger-btn.close .bar_top {
    -webkit-transform: translate(-50%,10px) rotate(45deg);
        -ms-transform: translate(-50%,10px) rotate(45deg);
            transform: translate(-50%,10px) rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-color: #FFFFFF;
  }

  .burger-btn.close .bar_bottom {
    -webkit-transform: translate(-50%,0px) rotate(-45deg);
        -ms-transform: translate(-50%,0px) rotate(-45deg);
            transform: translate(-50%,0px) rotate(-45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-color: #FFFFFF;
  }

  /* スクロール制御 */
  .noscroll{
    overflow: hidden;
  }

  /* 以下、ハンバーガーメニュー */
  .sp_nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 11;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
  }

  .sp_header-nav {
    background-color: #E64D70;
    height: 100%;
    width: 100%;
    z-index: 11;
  }

  .sp_nav-list {
    display: block;
    left: 35%;
    position: absolute;
    text-align: left;
    top: 30%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }

  .sp_header-list {
    margin-bottom: 55px;
    margin-right: 0;
  }

  .sp_header-list a {
    color: #FFFFFF;
    font-size: 1.2em;
  }

  /* メニューオープン時 */
  .sp_nav-wrapper.fade {
    opacity: 1;
    visibility: visible;
  }
}


/* -------------------------
main_visual
------------------------- */

.main_visual {
  background-color: #F1F4F8;
  position: relative;
}

.main-title {
  padding: 30px 0 20px 15%;
  line-height: 1.25;
}

.main-title h1 {
  font-family:  "游明朝体",'Noto Serif JP', serif;
  margin: 0;
  font-weight: 600;
  font-size: 2vmax;
}

.mv_1 {
  font-size: 1.35em;
}

.mv_2 {
  color: #E64D70;
  font-size: 1.8em;
}

.mv_line1 {
  position: relative;
  height: 80px;
  background: #E64D70;
  -webkit-transform: skewY(-5deg);
      -ms-transform: skewY(-5deg);
          transform: skewY(-5deg);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 35%;
}

.multi {
  color: #FFF;
  font-size: 4.5em;
  margin: 0;
  line-height: 1;
}


.line1_content {
  margin: 0;
  color: #FFFFFF;
  height: 60px;
  width: 250px;
  font-size: 2em; 
  font-weight: bold;
  border: 3px solid #FFF;
  margin-top: 6px;
  text-align: center;
  line-height: 1.8;
  -webkit-transform: skew(5deg, 0deg);
      -ms-transform: skew(5deg, 0deg);
          transform: skew(5deg, 0deg)
}

.green {
  background-color: #2DC100;
}

.purple {
  background-color: #643B9B;
}

.mv_line2 {
  position: relative;
  top: -90px;
  height: 80px;
  background: rgba(230, 77, 112, 0.1);
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  z-index: 3;
}

.main-title2 {
  color: #E64D70;
  width: 40%;
  text-align: center;
  margin: auto;
  padding-right: 30%;
}

.chinese-name {
  font-size: 6.5vmax;
  font-family: "源ノ角ゴシックHW",'Noto Sans SC', sans-serif;
  font-weight: bold;
  margin: 0;
  margin-top: -40px;
  border-bottom: 2px solid #E64D70;
  white-space: nowrap; 
}

.japanese-name {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mvc_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 25%;
}

.mvc {
  margin: 10px;
  z-index: 10;
}

.main_img {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-right:;
  z-index: 8;
  max-width: 50%;
}

.main_white {
  background-color: #FFFFFF;
  height: 300px;
  position: relative;
  margin-top: -100px;
}

.main_white p {
  position: absolute;
  text-align: center;
  bottom: 10%;
  left: 60%;
}

@media screen and (max-width: 750px) {

  .main-title {
    padding: 10px 0 20px 15%;
    line-height: 1.25;
  }
  
  .main-title h1 {
    font-size: 1.5em;
  }

  .mv_2 {
    font-weight: 800;
  }

  .mv_line1 {
    height: 45px;
    padding-right: 0;
    -webkit-transform: skewY(-7deg);
        -ms-transform: skewY(-7deg);
            transform: skewY(-7deg);
  }
  
  .multi {
    font-size: 2.5em;
  }
  
  .line1_content {
    height: 34px;
    width: 125px;
    font-size: 1.1em; 
    border: 2px solid #FFF;
    margin-top: 4px;
    -webkit-transform: skew(7deg, 0deg);
        -ms-transform: skew(7deg, 0deg);
            transform: skew(7deg, 0deg);
    font-weight: normal;
  }

  .mv_line2 {
    top: -50px;
    height: 45px; 
  }
    
  .main_img {
    top: 160px;
    left: 3%;
    margin-right: 0;
    z-index: 2;
    max-width: 95%;
  }

  .mvc_wrapper {
    padding-right: 0%;
    margin-top: 8px;
    z-index: 3;
  }
  
  .mvc {
    margin: 2px;
    width: 30%;
  }
  
  .main-title2 {
    width: 100%;
    padding-right: 0%;
    color: #FFFFFF;
    background-color: rgba(230, 77, 112, 0.9);
    z-index: 10;
    height: 200px;
    position: relative;
    top: 310px;
  }
  
  .chinese-name {
    border-bottom: 1px solid #FFFFFF;
    font-size: 3em;
    padding-top: 20px;
  }
  
  .japanese-name {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.65;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mv_attention{
    font-size: 0.8em;
    padding-top: 20px;
  }
  
  .main_white {
    height: 180px;
    margin-top: 0px;
  }
  
  .main_white p {
    position: absolute;
    text-align: center;
    bottom: 10%;
    left: 60%;
  }
}

/* -------------------------
section01
------------------------- */

#sec01 {
  background-image: url("../img/about_bg.png");
  background-size: cover;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec_title {
  font-family:  "游明朝体",'Noto Serif JP', serif;
  color: #676565;
}

.sec_copy {
  line-height: 1.7;
  font-size: 1.5em;
}

.pink {
 color: #E64D70;
}

.sec01_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
}

.sec01_box {
  padding: 10px;
  width: 30%;
 }
 
 .sec01_box img {
  width: 100%;
  height: auto;
 }
 
 .sec01_box p {
  line-height: 1.75;
  text-align: left;
 }
 
 @media screen and (max-width: 750px) {
 
   #sec01 {
     background-image: url("../img/about_bg_sp.png");
     background-size: cover;
     text-align: center;
     padding-top: 40px;
     padding-bottom: 40px;
   }
   
   .sec_copy {
     line-height: 1.75;
     font-size: 1em;
   }
   
   .sec01_container {
     display: block;
   }
   
   .sec01_box {
    margin: auto;
    padding: 2px;
    width: 100%; 
   }
   
   .sec01_box img{
    max-width: 80%;
   }
   
   .sec01_box p {
    padding: 0 10%;
   }
 
 }
 
 /* -------------------------
 .contact_move  contact_btn
 ------------------------- */
 .contact_move {
   text-align: center;
   padding-top: 40px;
   padding-bottom: 40px;
 }
 
 .contact_btn {
   -webkit-transition: all 0.5s ;
   -o-transition: all 0.5s ;
   transition: all 0.5s ;
   margin: 10px;
 }
 
 .contact_btn:hover {
   opacity: 0.5;
 }
 
 .move_line {
   position: relative;
   text-align: center;
   line-height: 1.5;
   font-size: 1.5em;
   margin: 0;
 }
 
 .move_line:before,
 .move_line:after {
   position: relative;
   display: inline-block;
   content: "";
   background: #E64D70;
   width: 3px;
   height: 49px;
   margin: 0 1em;
   margin-top: -.2em;
   vertical-align: middle;
 }
  
 .move_line:before {
   -webkit-transform: rotate(-35deg);
       -ms-transform: rotate(-35deg);
           transform: rotate(-35deg);
 }
 
 .move_line:after {
   -webkit-transform: rotate(35deg);
       -ms-transform: rotate(35deg);
           transform: rotate(35deg);
 }
 
 @media screen and (max-width: 750px) {
 
   .contact_btn img {
     width: 100%;
   }
     
   .move_line {
    font-size: 1.15em;
   }
 
   .moveline_wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
   }
 
   .sp_moveline {
     position: relative;
     display: inline-block;
     content: "";
     background: #E64D70;
     width: 3px;
     height: 70px;
     margin: 0 1em;
     margin-top: 0.5em;
     vertical-align: middle;
   }
 
   .sp_moveline1 {
     -webkit-transform: rotate(-20deg);
         -ms-transform: rotate(-20deg);
             transform: rotate(-20deg);
   }
 
   .sp_moveline2 {
     -webkit-transform: rotate(20deg);
         -ms-transform: rotate(20deg);
             transform: rotate(20deg);
   }
 
 }
 
 /* -------------------------
 section02
 ------------------------- */
 
 .sec02 {
   background-image: url("../img/solution_bg.png");
   background-size: cover;
   background-position: center; 
   text-align: center;
   padding-top: 40px;
   padding-bottom: 80px;
   position: relative;
 }
 
 .sec02_list {
   background-color: rgba(255,255,255,0.8);
   width: 1136px;
   height: 544px; 
   margin: auto;
   outline: 1px solid #E64D70;
   outline-offset: -30px;
 }
 
 .container{
   width: 1000px;
   max-width: 98%;
   margin: 20px auto;
   padding: 2px;
   background: rgb(255, 105, 180);
   font: 16px sans-serif;
   color: #FFF;
   outline: 3px solid rgb(255, 255, 255);
   outline-offset: -7px;
   }
 
 .sec02_list ul {
   padding-top: 90px;
   padding-left: 100px;
   line-height: 2.2;
   text-align: left;
   margin-left: 5px;
   font-size: 1.2em;
 }
 
 .sec02_list ul img {
   max-width: 3%;
 }
 
 .sec02_list ul span {
   font-size: 1.6em;
 }
 
 @media screen and (max-width: 1100px) {
 
   .sec02 {
     padding-bottom: 40px;
   }
 
   .sec_catch02 {
     width: 75%;
     margin: auto;
   }
   .sec02_list {
     width: 90%;
     height: auto; 
     outline-offset: -15px;
   }
 
   .sec02_list ul {
     padding-top: 30px;
     padding-left: 20px;
     padding-bottom: 30px;
     line-height: 1.5;
     margin-left: 0px;
     font-size: 1em;
   }
 
   .sec02_list ul img {
     max-width: 7%;
     padding-left: 8px;
   }
   
   .sec02_list ul span {
     font-size: 1.25em;
   }
 
   .sec02_list ul li {
     margin-bottom: 15px;
   }
 
 }
 
 /* -------------------------
 section03
 ------------------------- */
 
 .sec03 {
  position: relative;
 }
 
 .sec03_top {
   background-color: #E64D70;
   font-family: "游明朝体",'Noto Serif JP', serif;
   padding-right: 20%;
   padding-top: 47px;
   padding-bottom: 47px;
   text-align: center;
   position: relative;
   /* margin-top: -870px; */
 }
 
 
 .sec03_top::before {
   content: '';
   position: absolute;
   display: block;
   width: 0;
   height: 0;
   left: 50%;
   bottom: -80px;
   border-top: 80px solid #E64D70;
   border-right: 40px solid transparent;
   border-left: 40px solid transparent;
 }
 
 
 .pro_img {
   position: absolute;
   top: -330px;
   left: 60%;
   z-index: 3;
 }
 
 .pro_img img{
   width: 100%;
 }
 
 
 .sec03_top p {
   margin: 0;
   color: #FFFFFF;
   font-size: 3.2em;
   font-weight: 700;
 }
 
 .sec03_top p span {
   font-size: 1.3em;
 }
 
 
 #sec03_main {
   text-align: center;
   background-image: url(../img/sec03_bg.png);
   background-size: cover;
   padding-top: 150px;
   padding-bottom: 30px;
 }
 
 .sec03_box {
   width : 1136px;
   background-color: #FFFFFF;
   margin: 160px auto;
   border-top: #F7E1E6 14px solid;
   position: relative;
 }
 
 .reason {
   position: relative;
   top: -90px;
   left: -460px;
 }
 
 .box-title p {
   font-size: 2em;
   font-weight: bold;
   margin-top: -80px;
 }
 
 .box-catch p {
   font-family: "游明朝体",'Noto Serif JP', serif;
   font-size: 3.5em;
   font-weight: 600;
   color: #E64D70;
   margin: 0 15px auto;
   margin-top: -30px;
 }
 
 .question {
   font-size: 1.75em;
   font-weight: bold;
   /* margin: 0; */
 }
 
 .box2line {
   color: #8b8b8b;
   width: 80%;
 }
 
 .box2_content {
  padding: 20px;
 }
 
 .box2_container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   margin-top: 20px;
 }
 
 .answer {
   width: 366px;
   height: 56px;
   color: #FFFFFF;
   font-size: 1.5em;
   border-radius: 26px;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   vertical-align:middle;
   line-height: 2.3;
   margin: 0 20px;
 }
 
 .answer1 {
   background-color: #F7A83C;
 }
 
 .answer2 {
   background-color:#A5A5A5;
 }
 
 .box3 {
   padding-bottom: 40px;
 }
 
 .box3_container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: distribute;
       justify-content: space-around;
 }
 
 .box3_container p {
   font-weight: bold;
   line-height: 1.75;
   font-size: 1.5em;
 }
 
 .box4 {
   padding-bottom: 40px;
 }
 
 @media screen and (max-width: 1100px) {
   .sec03_box {
     width : 80%;
     margin: 160px auto;
     border-top: #F7E1E6 14px solid;
     position: relative;
   }
 
   .reason {
     top: -60px;
     left: -60px;
     width: 20%;
   }
 
   .box-title p {
     margin-top: -40px;
   }
 
   .box-catch p {
     font-size: 2.8em;
   }
 
   
   .box1img img {
     width: 80%;
   }
   
 
   .box3pcimg {
     width: 80%; 
   }
 
   .box4pcimg {
     width: 80%; 
   }
 
   .pro_img {
     display: none;
   }
 
   .sec03_top p {
     font-size: 2em;
 }
 }
 
 @media screen and (max-width: 750px) {
 
   .sec03_top {
     padding-right: 0%;
     padding-top: 20px;
   }
 
   .sec03_top::before {
     left: 40%;
     bottom: -30px;
   }
 
   .sec03_top p {
     font-size: 2em;
 }
 
   .sec03_top p span {
     font-size: 1em;
   }
 
 
   #sec03_main {
     padding-top: 80px;
     padding-bottom: 0px;
   }
 
   .sec03_box {
     width : 100%;
     margin: 80px auto 0;
   }
 
   .reason {
     top: -60px;
     left: -60px;
     width: 50%;
   }
   
   .box-title p {
     font-size: 1.2em;
     margin-top: -30px;
     line-height:1.6;
   }
   
   .box-catch p {
     font-size: 2em;
     margin-top: 0px;
   }
 
   .box-copy p {
     text-align: left;
     padding: 0 15px;
   }
 
   .box1img img {
     width: 100%;
   }
   
   .question {
     font-size: 0.8em;
     margin-bottom: 3px;
   }
   
   .box2line {
     width: 90%;
   }
   
   .box2_content {
    padding: 10px;
   }
   
   .answer {
     width: 86%;
     height: 35px;
     font-size: 0.8em;
     line-height: 2.5;
     margin: 0 2px;
   }
 
   .answer1 {
     background-color: #F7A83C;
   }
   
   .answer2 {
     background-color:#A5A5A5;
   }
 
   .box2_end {
     text-align: left;
     font-size: 0.8em;
   }
   
   .box3 {
     padding-bottom: 40px;
   }
   
   .box3_container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: distribute;
         justify-content: space-around;
   }
   
   .box3_container p {
     display: none;
   }
 
   .box3img {
     padding-top: 50px;
     margin: auto;
   }
   
   .box4 {
     padding-bottom: 40px;
   }
 
   .box4img {
     width: 100%;
   }
 }
 
   @media screen and (max-width: 500px) {
 
     .sec03_top {
         padding-bottom: 430px;
     }
 
     .pro_img {
       display: block;
       top: 180px;
       left: 5%;
     }
 
     .pro_img img {
       max-width: 95%;
     }
 
   }
 
 /* -------------------------
 section04
 ------------------------- */
 
 #sec04 {
   padding-top: 100px;
   padding-bottom: 80px;
   background-color: #F2E7E2;
   text-align: center;
 }
 
 #sec04 img {
   max-width: 90%;
   margin: 10px;
 }
 
 .sec04_container {
   margin: 50px auto;
   line-height: 1.75;
 }
 
 .sec04_p {
   line-height: 1.75;
 }
 
 @media screen and (max-width: 1200px) {
 
   #sec04 {
     padding-top: 50px;
     padding-bottom: 30px;
  
   }
 
   .sec04_container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin: auto;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: start;
         -ms-flex-align: start;
             align-items: flex-start; 
   }
 
   #sec04 img {
     max-width: 31%;
     margin: 0.5%;
   }
 
   .sec04_p {
     margin: 20px;
     text-align: left;
   }
 
 }
 
 
 /* -------------------------
 section05
 ------------------------- */
 
 #sec05 {
   padding-top: 100px;
   padding-bottom: 150px;
   background-color: #F1F4F8;
   text-align: center;
   position: relative;
 }
 
 #sec05 .sec_catch {
   margin-bottom: 100px;
 }
 
 .zerochan2 {
   position: absolute;
   top: -550px;
   text-align: left;
   left: 2%;
  }
 
 @media screen and (max-width: 1700px) {
 .zerochan2 {
   display: none;
  }
 }
 
 .sec05_container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
 }
 
 .sec05_item {
   background-color: #9A6565;
   min-width: 265px;
   height: 75px;
   font-size: 1.5em;
   color: #FFFFFF;
   line-height: 3;
 }
 
 .sec05_item p {
   margin: 0;
 }
 
 .sec05_content {
   text-align: left;
   margin-left: 30px;
 }
 
 .requests {
   font-size: 1.5em;
   margin-top: 0;
 }
 
 .sec05_content ul {
   line-height: 1.75;
   padding-left: 0;
 }
 
 .sec05_attention {
   border: 1px solid #707070;
   width: 554px;
   height: 47px;
   font-size: 1.25em;
   line-height: 1.9;
   padding-left: 50px;
   padding-top: 3px;
 
 }
 
 .sec05-content2 {
   margin-top: 0;
 }
 
 .container2 {
   margin-top: 50px;
 }
 
 @media screen and (max-width: 1100px) {
 
   #sec05 {
    padding-bottom: 50px;
   }
   
   #sec05 .sec_catch {
     margin-bottom: 40px;
   }
    
 .sec05_container {
   display: block;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
 }
 
 .sec05_item {
   width: 265px;
   margin: auto;
 }
 
 .sec05_content {
   margin: 0 15px;
 }
 
 .requests {
   font-size: 1.1em;
   margin-top: 30px;
 }
 
 .sec05_attention {
   width: 96%;
   height: auto;
   padding-left: 0px;
   font-size: 1.1em;
   line-height: 1.5;
   margin: auto;
   text-align: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   padding: 15px 0;
 }
 
 .sec05-content2 {
   margin-top: 20px;
 }
 }
 
 @media screen and (max-width: 500px) {
 
 .sec05_title {
   margin-top: 350px;
 }
 
 .zerochan2 {
   display: block;
   width: 350px;
   top: -20px;
  }
 }
 
 /* -------------------------
 section06
 ------------------------- */
 
 .sec06 {
   background-image: url(../img/sec06_bg.png);
   background-size: cover;
   padding-top: 125px;
   padding-bottom: 125px;
 }
 
 .sec06_box {
   background-image: url(../img/sec06_2bg.png);
   background-size: cover;
   width: 1136px;
   height: 662px;
   margin: auto;
   text-align: center;
   padding-top: 20px;
 }
 
 .nation {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
 }
 
 .nation_box {
  margin: 30px;
 }
 
 .sec06 .contact_btn {
   margin: 0;
 } 
 
 @media screen and (max-width: 1100px) {
 
   .sec06 {
     background-image: url(../img/sec06_bk_sp.png);
     background-size: cover;
     padding: 35px 5%;
   }
 
   .sec06_box {
     width: auto;
     height: auto;
     padding-top: 50px;
     padding-bottom: 30px;
   }
 
   .nationimg {
     width: 80px;
   }
 
   .nation {
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
   }
   
   .nation_box {
    margin: 10px;
   }
   
   .sec06 .contact_btn {
     margin: 0;
   } 
 
 
 }
 
 /* -------------------------
 contact-form
 ------------------------- */
 
 .contact {
   background-image: url(../img/contact_bg.png);
   background-size: cover;
   text-align: center;
   padding-top: 80px;
   padding-bottom: 100px;
 }

 .contact-form {
   background-color: #FFFFFF;
   width: 1136px;
   margin: 20px auto 80px;
   padding-bottom: 200px;
 }
 
 .contact-table {
  table-layout: fixed;
  width: 100%;
  margin: auto;
  padding-top: 50px;
 }
 
 .contact-item,
 .contact-body {
     padding: 20px;  
 }
 
 .contact-item {
   text-align: right;
   width: 20%;
   font-size: 1em;
   padding: 5px;
   line-height: 2;
 }
 
 .contact-item::after {
   content:"必須";
   width: 50px;
   height: 30px;
   background-color: #E64D70;
   color: #FFFFFF;
   font-size: 0.8em;
   margin-left: 20px;
   padding: 8px;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 
 }
 
 .contact-body {
   width: 60%;
 }
 
 .form-text {
   width: 718px;
   height: 66px;
   border: solid 1px #A5A5A5;
   border-radius: 7px;
 }

 input {
  font-size: 100%;
  padding-left: 3%;
}

 textarea {
  font-size: 120%;
  padding-left: 3%;
  padding-top: 2%;
}

 /* ーーーーーーーーーーーラジオボタンの装飾確認 */

 .visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); 
  margin: -1px;
}

  label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
  }

  label::before,
  label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }

  label::before {
    background-color: #fff;
    border: 1.2px solid #6E6E6E;
    height: 20px;
    width: 20px;
    left: 4px;
  }

  label::after {
    background-color: #6E6E6E;
    opacity: 0;
    height: 16px;
    width: 16px;
    left: 7px;
  }

  input:checked + label::after {
    opacity: 1;
  }

 .contact-select {
   text-align: left;
   line-height: 3;
   padding-left: 80px;
   margin: 10px;
 }

 label {
  margin-left: 10px;
}

 .input-txt {
   width: 718px;
   height: 197px;
   border: solid 1px #A5A5A5;
   border-radius: 7px;
 }
 
 .kojin_check {
   text-align: left;
   padding-left: 30%;
   line-height: 4;
 }
 
 .kojin_check a {
   color: #E64D70;
 }
 
 .form-button {
   -webkit-transition: all 0.5s ;
   -o-transition: all 0.5s ;
   transition: all 0.5s ;
 }
 
 .form-button :hover {
   opacity: 0.5;
 }
 
 .confirm-btn {
  width: 40%;
  height: 80px;
  border-radius: 56px;
  margin-top: 40px;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1em;
  border-color: transparent;
  background: transparent linear-gradient(180deg, #E64D70 0%, #EA8B2B 100%);
 }
 
 .endletter {
   font-size: 2.5em;
   text-align: center;
   font-weight: bold;
   line-height: 1.5;
 }
 
 @media screen and (max-width: 1100px) {
 
   #contact {
     text-align: center;
     padding-top: 50px;
     padding-bottom: 20px;
   }
 
   .contact-title {
     margin-bottom: 0;
   }
   
   .contact-form {
     background-color: #FFFFFF;
     width: 90%;
     margin: 30px auto 20px;
     padding-bottom: 80px;
     text-align: left;
   }
   
   .contact-table {
    margin: auto;
    padding-top: 20px;
   }
   
   .contact-item,
   .contact-body {
       padding: 10px;  
   }
   
   .contact-item {
     display: block;
     text-align: left;
     width: 90%;
     padding-left: 5%;
   }
   
   .contact-item::after {
     height: auto;
     font-size: 0.8em;
     margin-left: 10px;
     padding: 3px;
   }
   
   .contact-body {
     width: 90%;
     display: block;
     margin: auto;
   }
     
   .contact-select {
     padding-left: 0px;
     line-height: 2;
   }
 
   .form-text {
     width: 100%;
     height: 48px;
   }
 
   
   .contact-select label{
     padding-left: 30px;
     font-size: 0.9em;
   }
   
   .input-txt {
     width: 100%;
     height: 177px;
   }
   
   .kojin_check {
     padding-left: 6%;
     line-height: 1.75;
     text-align: center;
     font-size: 0.85em;
   }
   
   .form-button {
     text-align: center;
   }
    
  .confirm-btn {
    width: 70%;
    height: 60px;
  }
   
   .endletter {
     font-size: 1.5em;
     text-align: center;
     font-weight: bold;
   }

 }
 
 /* -------------------------
 section07
 ------------------------- */
 
 .sec07 {
   padding-top: 40px;
 }
 
 .endlogo-wrapper {
   text-align: center;
 }
 
 .endlogo {
   margin: 0 30px;
 }
 
 .zelogo {
   margin-bottom: 30px;
 }
 
 .sec07line {
   color: #8b8b8b;
   width: 1136px;
 }
 
 /* footer {
   text-align: center;
   margin-right: 50%;
 } */
 
 .adop {
   font-size: 1.5em;
   font-weight: bold;
   text-align: center;
   padding-right: 50%;
 }
 
 
 @media screen and (max-width: 750px) {
 
   .sec07 {
     padding-top: 10px;
   }
 
   .adop {
     font-size: 1.1em;
     text-align: left;
     padding-right: 0%;
     padding-left: 10px;
     margin: 40px auto 0px;
   }
 
   .endlogo-wrapper {
     width: 100%;
   }
 
   .endlogo {
     margin: 0 5%;
   }
   
   .zelogo {
     width: 20%;
   }
   
   .adoplogo {
     width: 30%;
   }
 
   .sec07line {
     width: 100%;
   }
 
 
 }
 
 /* -------------------------
 footer
 ------------------------- */
 
 .footer_nav {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   padding-right: 50%;
 }
 
 .footer_nav a {
   color: #404040;
   -webkit-transition: all 0.3s ;
   -o-transition: all 0.3s ;
   transition: all 0.3s ;
 }
 
 .footer_nav a:hover {
   color: #E64D70;
 }
 
 .footer_nav ul li {
   display: inline;
   margin: 0 0 0 -1px;
   padding: 0 10px 0 10px;
   border-left: solid 1px #666;
 }
 
 .footer_nav ul li:first-child {
   border-left: none;
 }
 
 .copyright {
   position: relative;
   top: -40px;
   left: 75%;
   width: 200px;
   margin-right: 0;
 }
 
 .page_top {
   position: fixed;
   right: 2%;
   bottom:10%;
   z-index: 6;
 }
 
 @media screen and (max-width: 750px) {
   .footer_nav {
     font-size: 0.9em;
     -webkit-box-pack: left;
         -ms-flex-pack: left;
             justify-content: left;
     padding-right: 0%;
   }
 
   .footer_nav ul {
     padding-left: 10px;
   }
   
   .copyright {
     top: -40px;
     left: 65%;
     width: 100px;
     margin-right: 0;
   }
 
 }
 
 /* -------------------------
 complete 
 ------------------------- */
 
 .complete {
     background-image: url(../img/contact_bg.png);
     background-size: cover;
     text-align: center;
     padding-top: 80px;
     padding-bottom: 100px;
 }
 
 .complete_content{
   width: 1136px;
   height: 394px;
   background-color: #FFFFFF;
   margin: auto;
   padding-top: 100px;
 
 }
 
 .comp_title {
   font-size: 1.2em;
   font-weight: bold;
   margin-bottom: 2em;
 }
 
 .thanks {
   line-height: 2.2;
 }
 
 .back {
   margin-top: 60px;
 }
 
 .back a {
   color: #404040;
   -webkit-transition: all 0.3s ;
   -o-transition: all 0.3s ;
   transition: all 0.3s ;
 }
 
 .back a:hover {
   color: #E64D70;
 }
 
 @media screen and (max-width: 1140px) {
   .complete_content{
     width: 80%;
   }
 }
 
 @media screen and (max-width: 750px) {
 
   .complete {
     padding-top: 40px;
     padding-bottom: 40px;
 }
 
   .complete_content{
     width: 90%;
     padding-top: 30px;
     margin-top: 30px;
   }

 }
 