@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Josefin+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');


body {
 padding: 0; 
 margin: 0;
 color: #595757;
 font-family: 'Zen Kaku Gothic New', sans-serif;
}

#glo_navi {
   position: fixed;
   width: 100%; 
   padding: 0;
   margin: 0;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   z-index: 99;
   background: rgba(255,255,255,0.8);
   transition: 0.5s;
}

#glo_navi a {
 color: #595757;
 text-decoration: none;
}

#glo_navi ul {
  position: relative; 
  padding: 0;
  margin: 0;
  display: flex; 
  list-style: none;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 800px;
}

#glo_navi ul:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50px;
  background: #f2a9c9;
  height: 3px;
  width: calc(100% - 80px );
}


#top {
 display: flex;
 justify-content: center;
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/23042642-2.png");
 background-repeat: no-repeat;
 background-size: cover;
 width: 100%;
 height: 800px;
 background-attachment: fixed;
 position: relative;
 overflow: hidden;
}

#top_backgtound {
 display: flex; 
 justify-content: center;
 position: relative;
}

#top_title {
 display: flex; 
 justify-content: center;
 align-items: center;
 background: white;
 border: 2px dashed #7ecbd8;
 border-radius: 20px;
 height: 450px;
 width: 100%;
 max-width: 600px;
 text-align: center;
 padding: 0px 20px;
 margin-top: 120px;
 box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

#top_title h1 {
 font-size: 1.2em;
 margin-bottom: 0;
}

#top_title p {
 font-size: 1.3em;
 font-weight: bold;
 line-height: 2em;
 margin-top: 0;
}

.break::before {
  content: "\A";
  white-space: pre; 
}

.break_mobile::before {
  content: ""; 
  
}


.top_objects {
  position: absolute;
  content:"";
}



#top_arrow {
  width: 360px;
  height: 140px;
  background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/top_arrow.png");
  bottom: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

#top_qr {
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/top_QR.png");
 background-size: contain;
 background-repeat: no-repeat;
 width: 250px;
 height: 250px;
 bottom: 20px;
 left: calc( 50% + 200px );
 z-index: 2;
}

#top_images {
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/top_images.png");
 background-size: contain;
 background-repeat: no-repeat;
 width: 300px;
 height: 750px;
 left: -50%;
 bottom: -160px;
 z-index: 1;
}

#top_phone {
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/sumaho2.png");
 background-size: contain;
 background-repeat: no-repeat;
 width: 450px;
 height: 450px;
 bottom: 150px;
 right: -80%;
 z-index: 1;
}
/*--------------------------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * 
 * 
 *--------------------------------------------------------------------------------------------------*/

#about {
 position: relative;
 background: #ee96bd;
 padding-top: 50px;
}

#about p {
 margin: 50px 0; 
}


#about:before {
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/dot_white.png"); 
 background-position: center;
 background-size: contain;
 display: block;
 content: "";
 position: absolute;
 top: 0;
 height: 30px;
 width: 100%;
 z-index: 10;
}

h2 {
 font-size: 3em; 
 margin-top: 100px;
}


h3 {
  line-height: 2.5em; 
  
}


em {
 color: #3e3a39;
 background: #f4f085;
 margin: 0 5px;
}



.section_wrap {
 width: 90%; 
 margin-left: 40px;
 position: relative;
 color: #FFF;
 text-align: center;
 padding: 20px;
 border-left: 2px solid #FFF;
}

.section_wrap_about {
 height: 1850px;
}

.section_wrap_feature {
 height: 1650px;
}


.section_inner_wrap {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 top: 0;
 left: 0px;
 transition: 0.8s ease-in-out;
 transform: translateY(30px);
 opacity: 0;
}

.section_inner_wrap.on {
  transform: translateY(0);
  opacity: 1.0;
}


.section_name {
 content: "";
    position: sticky;
    width: 60px;
    height: 300px;
    top: 100px;
}


.section_name:before {
 display: block;
 position: absolute;
 color: #FFF;
 font-family: 'Josefin Sans', sans-serif;
 font-weight: bold;
 font-size: 1.5em;
 top: 0;
 left: 0;
-webkit-transform: rotate(-90deg) translate(-140px, -190px);
-ms-transform: rotate(-90deg) translate(-140px, -190px);
-moz-transform: rotate(-90deg) translate(-140px, -190px);
 transform: rotate(-90deg) translate(-140px, -190px);
 width: 300px;
}

#section_about:before {
 content: "What's PODOTEKU?";
}
#section_feature:before {
  content:"Service Features"; 
}
#section_coverage:before {
  content:"Service Coverage"; 
}
#section_examples:before {
  content:"Examples";
  text-shadow: 0 0 5px rgba(50,0,0,1);
}
#section_contact:before {
  content:"Contact";
  text-shadow: 0 0 5px rgba(0,0,50,1);
}

.section_wrap:after {
 position: absolute; 
 height: 30px;
 width: calc( 100% - 40px);
 left: 20px;
 border-bottom: 2px solid #FFF;
 bottom: 150px;
}

#about .section_wrap:after {
  content: "PODOTEKU ： PRINT ON DEMAND TECHNOLOGY";
  text-align: center;
  color: #ffc6e2;
  font-size: 2em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
}

.inner_h3 {
 width: 100%; 
 max-width: 1000px;
 margin: auto;
}

.wrap_normal {
    display: flex;
  justify-content: space-around;
   flex-wrap: wrap; 
}
.wrap_invert {
    display: flex;
  justify-content: space-around;
   flex-wrap: wrap-reverse; 
}


figure img {
	width:100%;
	height:100%;
  object-fit: contain; 
}

.image_pc {
 display: block; 
}

.image_mobile {
 display: none; 
}



.about_video {
 width: 100%;
 max-width: 400px;
}

.video_descript {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%; 
 max-width: 400px;
 margin-top: 100px;
 margin-bottom: 100px;
}
#about figure {
 width: 100%;
 max-width: 800px;
 margin: auto;
}



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


#feature {
  position: relative;
  margin-top: 0;
  background: #9ac4e9;
}


.feature_solution {
 position: relative;
 padding: 10px;
 width: 100%;
 max-width: 850px;
 margin: auto;
 margin-bottom: 153px;
 border: 2px dashed #d6e7f6;
 border-radius: 20px;
}

.feature_solution h3 {
 position: absolute;
 background: #FFF;
 color: #9ac4e9;
 top: -40px;
 left: calc( 50% - 270px );
 width: 100%;
 max-width: 540px;
 font-size: 1.05em;
}

.feature_solution ul {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 padding: 0;
 padding-top: 40px;
 margin: auto;
}


.feature_solution li {
 list-style: none; 
 position: relative;  
 width: 270px;
 height: 200px;
}

.feature_solution li:nth-child(2) {
 z-index: 2;
}



.feature_solution li div {
 background: url('https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/moyamoya.png');
 background-size: contain;
 background-repeat: no-repeat;
 width: 340px;
 height: 180px;
 font-size: 0.8em;
 line-height: 2em;
 font-weight: bold;
 color: #9ac4e9;
 left: -35px;
 position: absolute;
 display: flex;
 align-items: center;
 justify-content: center;
}


.user_silhouette {
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/user_silhouette.png");
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 position: absolute;
 content: "";
 top: calc( 100% - 110px );
 left: calc( 50% - 65px );
 width: 130px;
 height: 230px;
 z-index: 3;
}



#feature h4 {
 text-align: center;
 vertical-align: bottom;
}

#feature h4 span {
 color: #e0efff;
 font-size: 2.5em;
}

.each_features {
 border: 2px solid #FFF;
 border-bottom-width: 8px;
 padding: 20px;
 border-radius: 20%;
 width: 100%;
 max-width: 400px;
 min-height: 220px;
 margin: 30px 0;
}



.about_features {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: auto;
  flex-wrap: no-wrap;
  text-align: left;
  padding: 30px;
}



#glonavi_button {
 display: none;
 width: 50px;
 height: 50px;
 background: #FFF;
 border: 1px solid #CCCCCC;
 border-radius: 5px;
}

#glonavi_check {
 display: none; 
}


.arrow_down {
 position: relative;
 margin: auto;
 margin-top: 60px;
 border: 60px solid #FFF; 
 border-left: 180px solid transparent;
 border-right: 180px solid transparent;
 border-bottom: 0px solid transparent;
 width: 0px;
 content: "";
}


.arrow_down div {
 width: 600px;
 position: absolute; 
 top: -130px;
 left: -300px;
 background: #9ac4e9;
 border: 1px solid #FFF;
 font-size: 1.5em;
 border-bottom-width: 3px;
 padding: 5px;
}

#coverage {
 background: #ffbf7f; 
}

#examples {
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/hd-wallpaper-72250_1280.jpg"); 
}

#contact {
 background: url('https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/flowers-5708889_640.png');
 background-repeat: repeat;
}

.section_wrap_examples {
 background: #fff9f4; 
 color: #595757;
}

#taiouhanni h3 {
  padding: 5px;
  color: #595757;
  background: #FFF;
  width: 100%;
  max-width: 300px;
  margin: auto;
  border: 2px solid #ffbf7f;
  outline: 2px solid #FFF;
}

#taiouhanni ul {
 width: 100%;
 max-width: 500px;
 margin: auto;
 padding: 0;
}

#taiouhanni ul li {
 display: flex;
 justify-content: center;
 align-items: center;
 background: #595757;
 color: #FFF;
 width: 100%;
 height: 60px;
 margin: 40px auto;
 font-weight: bold;
 position: relative;
 border-radius: 30%;
}

#taiouhanni ul li:before {
 display: block;
 content: "";
 position: absolute;
 border: 30px solid #ff7f7f;
 border-left: 30px solid transparent;
 border-right: 30px solid transparent;
 border-bottom: 30px solid transparent;
 top: 65px;
 left: calc( 50% - 30px );
}

#taiouhanni ul li:after {
 display: block;
 position: absolute;
 content: "";
 width: 60px;
 height: 60px;
}

#taiouhanni ul li:nth-child(1):after {
 top: 0;
 left: -80px; 
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/content.svg");
 background-size: contain;
}
#taiouhanni ul li:nth-child(2):after {
 top: 0;
 left: calc( 100% + 15px ); 
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/web.svg");
 background-size: contain;
}
#taiouhanni ul li:nth-child(3):after {
 top: 0;
 left: -80px; 
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/qr.svg");
 background-size: contain;
}

#taiouhanni ul li:nth-child(4):after {
 top: 0;
 left: calc( 100% + 15px ); 
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/present.svg");
 background-size: contain;
}

#taiouhanni ul li:nth-child(5):after {
 top: 0;
 left: calc( 100% + 15px ); 
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/track.svg");
 background-size: contain;
}

#taiouhanni ul li:nth-child(6):after {
 top: 0;
 left: calc( 100% + 15px ); 
 background: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/money.svg");
 background-size: contain;
}

#taiouhanni li:last-child:before {
 border-color: transparent;
}

#kisha-heisha {
 display: flex; 
 color: #595757;
 justify-content: center;
 margin-top: 50px;
}

#kisha, #heisha {
 position: relative;
 margin-right: 70px;
 font-weight:bold;
}

#kisha:before, #heisha:before {
 position: absolute;
 display: block;
 content: ""; 
 width: 30px;
 height: 0;
 border: 10px solid #7f7fff;
 left: 100%;
 top: 2px;
}

#heisha:before {
  border-color: #595757;
}

#coverage_support {
 display: flex; 
 justify-content: center;
}

#coverage_support div {
  content: "";
  width: 60px;
  height: 60px;
  border: 2px solid #EEEEEE;
  border-radius: 100%;
  background-color: #FFF;
  margin: 5px;
}

#coverage_support + p {
  color: #595757;
  font-weight: bold;
}

.icon2 { 
  background-image: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/operator.svg");
  background-size: contain;

}
.icon1 { 
  background-image: url("https://pod-tech.technoa.co.jp/hubfs/PODOTEKU/setting.svg");
  background-size: contain;
}

.section_wrap_coverage {
  height: 1200px; 
  
}


#taiouhanni li:nth-child(1), #taiouhanni li:nth-child(3) {
  background: #7f7fff;
}

#section_title_navi {
  display: none;
}

.form_area {
  width: calc( 100% - 80px );
  max-width: 900px;
  margin: 50px auto;
  background: #FFF; 
  padding: 0 30px;
  border-radius: 20px;
}
.form_area h2 {
 padding-top: 20px;
 color: #595757;
}


/*-------------------------------------------------------700-----------------------------------------*/
@media screen and (max-width: 700px) {
  .form_area {
   width: calc( 100% - 30px );
   margin: 0 auto;
   padding: 15px ;
   border-radius: 0;
  }
  
  #section_about, #about, #about .section_wrap  {
   height: 3100px;
   padding: 0;
   }
  
  #section_feature, #feature, #feature .section_wrap  {
   height: 2500px;
   padding: 0;
   }
  
  #top_title h1 {
   font-size: 0.9em; /* 1em⇒0.9em変更 by 永冶 */
   line-height: 2em;
  }
  
  /* 追加 by 永冶  */
  #top_title img {
   width: 100%; 
  }
    
  #glo_navi {
    padding: 5px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
 }

 #glonavi_button {
    display: block;
    margin-right: 10px;
    margin-left: auto;
 }
  
 #glonavi_button:before {
    content: "▼";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    width: 100%;
    height: 100%;
 }
  
 #glo_navi ul {
    background: rgba(0,0,0,0.7);
    color: #FFF;
    flex-flow: column;
    font-size: 1.2em;
    line-height: 2em;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    height: 0px;
    overflow: hidden;
    opacity: 0;
  }
  
 #glo_navi ul:before {
    display: none;
    border: 0 solid transparent;
  }
  
 #glo_navi input[type="checkbox"]:checked ~ ul {
    transition: 0.2s;
    height: 300px;
    padding: 10px;
    opacity: 1;
  }
  #glo_navi input[type="checkbox"]:checked ~ #glonavi_button {
    background: #CCCCCC;
  }

  #glo_navi a {
    display: flex;
    width; 100%;
    height: 100%;
    justify-content: center;
    align-items:center;
    color: #FFF;
  }
  
  #section_title_navi {
    display: inline-block;
    content:"";
    color: #8ab8e6;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 20px;
    margin-left: 15px;
    border-bottom: 2px solid #8ab8e6;
  }

  .section_name {
    display: none;
  }

  
  .image_pc {
    display: none; 
  }

  .image_mobile {
    display: block; 
  }

.feature_solution {
    border-width: 0;
 }
  
.feature_solution ul {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
.feature_solution li {
    height: 180px;
  }
  
.feature_solution h3 {
   font-size: 1em;    
   left: 0;
  }
.break::before {
   content: "";
  }

  .break_mobile::before {
  content: "\A";
  white-space: pre;
  }
  
  h2 {
   padding: 0; 
  }
  
  #section_contact, #contact, #contact .section_wrap {
  height: 2000px; 
  }

}




.navi_about:before {
 content: "What's PODOTEKU?"; 
}
.navi_feature:before {
 content: "Service Feature"; 
}
.navi_coverage:before {
 content: "Service Coverage"; 
}
.navi_example:before {
 content: "Examples"; 
}
.navi_contact:before {
 content: "Contact"; 
}

.section_wrap_examples {
   height: 1200px; 
}


.plan {
 width: 90%;
 background: #FFF;
 height: 400px;
 margin: auto;
 max-width: 900px;
 margin-bottom: 100px;
 position: relative;
}

.plan:before {
 position: absolute;
 content:"";
 display: block;
 border: 10px solid #ffd1a3;
 border-radius: 100%;
 top: 10px;
 left: 10px;
 box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
}
.plan:after {
 position: absolute;
 content:"";
 display: block;
 border: 10px solid #ffd1a3;
 border-radius: 100%;
 top: 10px;
 right: 10px;
 box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
}

.plan h3 {
 font-size: 1.5em;
}


  #section_contact, #contact, #contact .section_wrap {
  height: 2000px; 
}




@media screen and (max-width: 800px) {
  
  section {
 overflow: hidden; 
}
  
  #top {
   height: 600px;
   overflow: hidden;
  }
  
  #top_title {
    box-shadow: 0 0 0 0 rgba(0,0,0,0); 
    border-radius: 0;
  }
  
.section_wrap {
  border-color: transparent;
  margin: auto;
  padding: 0;
  width: 100%;
  }

.section_wrap_feature {
  height: 5000px;
  
  }  
  

.top_objects {
  display: none;
  }
#top_title {
  margin-top: 100px;
  border-width: 0px;
  }
 .arrow_down div {
  width: 400px;
  left: -200px;
  }
  
  #taiouhanni ul li {
  width: 250px; /* 300px⇒250px 変更 by 永冶 */
  }
  
  .section_inner_wrap {
   width: 100%;
   margin: 0;
  }
  
  .section_wrap_contact {
    width: 100%;
    padding: 0;
    margin:0;
    height: 2150px;
  }
  #section_contact, #contact, #contact .section_wrap {
  height: 2600px; 
  }
}




@media screen and (max-width: 910px) {
  #about:before {
   background-size: cover; 
  }

  #section_feature:before, #section_about:before {
   left: 20px; 
  }
  
  
   .section_wrap_about {
   height: 2500px;
   padding: 0;
   }
  
  
   .section_wrap_feature {
   height: 2200px;
   padding: 0;
   }
  .about_features {
   justify-content: center;
   flex-wrap: wrap;
   padding: 0;
  }
  .each_features {
   margin: 10px 0; 
  }

}
@media screen and (max-width: 700px) {
  .section_wrap {
    font-size: 0.8em;
  }
  
  .section_wrap_coverage {
    height: 1300px; 
  }
  #taiouhanni ul li:after {
    height: 45px;
    width: 45px;
  }
  #taiouhanni ul li:nth-child(1):after {
    left: -55px; 
  }
  #taiouhanni ul li:nth-child(2):after {
    left: calc( 100% + 10px ); 
  }
  #taiouhanni ul li:nth-child(3):after {
    left: -55px; 
  }

  #taiouhanni ul li:nth-child(4):after {
    left: calc( 100% + 10px ); 
  }

  #taiouhanni ul li:nth-child(5):after {
    left: calc( 100% + 10px ); 
  }

  #taiouhanni ul li:nth-child(6):after {
    left: calc( 100% + 10px ); 
  }

}
@media screen and (max-width: 650px) {
  .section_wrap_coverage {
    height: 1350px; 
  }
  
  #taiouhanni ul li:nth-child(1):after {
    left: -50px; 
  }
  #taiouhanni ul li:nth-child(2):after {
    left: calc( 100% + 5px ); 
  }
  #taiouhanni ul li:nth-child(3):after {
    left: -50px; 
  }

  #taiouhanni ul li:nth-child(4):after {
    left: calc( 100% + 5px ); 
  }

  #taiouhanni ul li:nth-child(5):after {
    left: calc( 100% + 5px ); 
  }

  #taiouhanni ul li:nth-child(6):after {
    left: calc( 100% + 5px ); 
  }
  
}

#footer {
  text-align: center;
  color: #FFF;
  background: #595757;
  padding: 20px;
}

#footer ul {
 display: flex; 
 justify-content: center;
 list-style: none;
}

#footer a {
 color: white; 
}
  .plan figure {
    width: 100%;
    max-width: 390px;
    height: 220px;
    margin: auto;
  }

  .plan figure img {
    object-fit: contain;
    
  }