@charset "UTF-8";
/*
 Theme Name:   trustart_wp_theme_for_lp
 Theme URI:
 Description:  LP用のCSSファイルだよ
 Author:       NARITA DESIGN
 Author URI:   https://narita-design.jp
 Template:
 Version:      1.0.0
 License:
 License URI:
 Tags:
 Text Domain:
*/
/*--------------------------------------------------------------
>>> trustart_wp_theme style:
----------------------------------------------------------------*/



html {
  scroll-behavior: smooth;
}


body{
  margin:0;
  font-family: "ヒラギノ角ゴシック" !important;
}



:root {
  --main-color: #4ea1d3;
  --base-color: #ebf5fe;
  --accent-color: #FF7E93;
  --box-shadow-color: #2D6180;
}




header.header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  height: 50px;
  margin:0 auto;
  padding: 5px 0;
}
header.header div.header_logo{
  margin: 0;
  padding: 0;
}
header.header div.header_logo img{
  width: auto;
  height: 30px;
}






.page .wrapper:before{
  border-top: none;
  border-left: none;
}
.page .wrapper:after{
  border-bottom: none;
  border-right: none;
}




br.sp{
  display: none;
}
br.tb{
  display: none;
}
br.pc{
  display: block;
}









.main-color{
  background: var(--main-color);
}

.base-color{
  background: var(--base-color);
}





section h2{
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 50px 0;
}

section h2 u{
  padding: 0 5px;
  background:linear-gradient(transparent 70%, var(--accent-color) 0%);
  text-decoration: none;
}

section h2 small{
  font-size: 0.7em;
  font-weight: normal;
  margin: 0 10px;
}

section h3{
  font-size: 1.6em;
  line-height: 1.5;
  margin: 0 0 15px 0;
}

section h3 strong{
  font-size: 1.5em;
}

section h3 u{
  padding: 0 5px;
  background:linear-gradient(transparent 70%, var(--accent-color) 0%);
  text-decoration: none;
}











section div.inner{
  width: 1080px;
  margin: 0 auto;
  padding: 10px 0 30px 0;
}

section div.pT0{
  padding-top: 0;
}
section div.pB0{
  padding-bottom: 0;
}

section div.mT50{
  margin-top: 50px;
}





/* 会社ロゴ掲載用のCSS */
section div.companies{
  margin: 10px 0 50px 0;
}
section div.companies p{
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
section div.companies-logo{
  display: flex;
  justify-content: center;
}
section div.companies-logo img{
  height: 50px;
}


/* 会社ロゴ掲載用のCSS */
section div.title{
  margin: 20px 0 40px 0;
}
section div.title-img{
  display: flex;
  justify-content: center;
}
section div.title-img img{
  width: 50%;
}








section div.top-container{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
section div.top-container div.msg{
  width: 70%;
}
section div.top-container div.msg h1{
  font-size: 3em;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0;
}
section div.top-container div.msg h1 strong{
  color: #fff;
	background: var(--main-color);
  margin: 0 5px 0 0; 
  padding: 5px 15px;
  border-radius: 5px;
}
section div.top-container div.msg h2{
  font-size: 1.6em;
  text-align: left;
}
section div.top-container div.msg h2 u{
  text-decoration: none;
  padding: 0 3px;
  background: linear-gradient(transparent 70%, var(--accent-color) 0%);
}
section div.top-container div.msg p{
  display: inline-block;
  font-size: 1.6em;
  text-align: left;
  background-color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 10px;
}
section div.top-container div.msg p:before{
  display: inline-block;
  content: '';
  background-image: url(/wp-content/uploads/megahon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
section div.top-container div.img{
  display: flex;
  align-items: center;
  width: 30%;
}
section div.top-container div.img img{
  width: 100%;
}
section div.top-container div.button{
  width: 50%;
}












section div.square-container{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
section div.square-container div.item{
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 20px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section div.square-container div.item img{
  display: block;
  margin: 0 auto 20px auto;
  width: auto;
  height: 120px;
}
section div.square-container div.item h3{
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  text-align: center;
  border-bottom: dashed 1px var(--main-color);
}
section div.square-container div.item dd{
  margin: 0;
  line-height: 1.7em;
}







section div.msg-container{
  display: flex;
  justify-content: center;
  align-items: end;
}
section div.msg-container div.item{
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
section div.msg-container div.item img{
  width: 150px;
}







section div.circle-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
}
section div.circle-container div.item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  margin: 15px;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section div.circle-container div.item span.check{
  display: block;
  width: 45px;
  height: 15px;
  margin: -30px auto 0 auto;
  border-left: 12px solid var(--main-color);
  border-bottom: 15px solid var(--main-color);
  border-radius: 5px;
  transform: rotate(-45deg);
}
section div.circle-container div.item h3{
  text-align: center;
  margin: 20px 30px 10px 30px;
  padding-bottom: 5px;
  border-bottom: dashed 1px var(--main-color);
}
section div.circle-container div.item p{
  margin: 0 30px;
}








section div.split-container{
  display: flex;
  flex-direction: column;
}
section div.split-container div.item{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 0 100px 0;
}
section div.split-container div.item:nth-child(even){
  flex-direction: row-reverse; /*偶数は左右入れ替え*/
}
section div.split-container div.item div{
  width: 70%;
  margin: auto 0;
  padding: 0 30px;
}
section div.split-container div.item:nth-child(odd) div:nth-child(odd){
  display: flex;
  justify-content: right;
  flex-shrink: 10;
  border-right: dashed 1px var(--main-color);
}
section div.split-container div.item:nth-child(even) div:nth-child(odd){
  display: flex;
  justify-content: left;
  flex-shrink: 10;
  border-left: dashed 1px var(--main-color);
}











section ul.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
section ul.container li{
  width: 40%;
  list-style: none;
  margin: 20px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  text-align: center;
}





.speech-bubbles{
  display: flex;
  position: relative;
  justify-content: center;
  text-align: center;
  padding: 10px 0px;
  color: #FFF;
}


.speech-bubbles:after{
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 40px;
  height: 20px;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translateX(-50%);
  background: var(--main-color);
}

.speech-bubbles h2{
  margin: 0;
}



.speech-bubbles-short{
  display: flex;
  position: relative;
  top: -55px;
  justify-content: center;
  width: 60%;
  text-align: center;
  margin: 10px auto 0 auto;
  border-radius: 5px;
  padding: 10px 20px;
  color: #FFF;
  background-color: var(--main-color);
}

.speech-bubbles-short:after{
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 40px;
  height: 20px;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translateX(-50%);
  background: var(--main-color);
}





.speech-bubbles-short h2{
  margin: 0;
}







section div.inner div.faq{
  width: 810px;
  margin: 0 auto;
}
section div.inner div.faq div dl dt{
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  text-indent: -25px;
}
section div.inner div.faq div dl dt:before{
  content: "Q.";
  font-weight: bold;
  margin-right: 7px;
}
section div.inner div.faq div dl dd{
  margin: 15px 10px 45px 35px;
  text-indent: -25px;
}
section div.inner div.faq div dl dd:before{
  content: "A.";
  font-weight: bold;
  margin-right: 7px;
}





section#form div.outer div.inner{
  padding-bottom: 150px;
}

section#form div.outer div.inner h2{
  margin: 50px 0 0 0;
}

section#form div.outer div.inner iframe{
  height: 900px;
  width: 100%;
  border: none;
}











footer.footer div.footer_contents{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--main-color);
  padding: 80px 0 30px 0;
}
footer.footer div.footer_contents div.footer_logo{
  margin: 0;
}
footer.footer div.footer_contents div.footer_nav ul{
  display: flex;
  flex-direction: row;
}
footer.footer div.footer_contents div.footer_nav ul li{
  list-style: none;
  margin: 25px 15px 0 15px;
}
footer.footer div.footer_contents div.footer_nav ul li.footer_link a,a:visited{
  color: #eeeeee;
  text-decoration: none;
}
footer.footer div.footer_contents div.footer_copyrights{
  color: #FFFFFF;
  font-size: 13px;
  font-size: 0.8rem;
  line-height: 1.8;
  background: none;
  padding: 16px 0;
  text-align: center;
}






section div.inner div.thanks-top h1{
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 25px 0 0 0;
}

section div.inner-narrow{
  width: 648px;
  margin: 50px auto;
}

section div.inner div.thanks-content{
  margin: 0 0 100px 0; 
}

section div.inner div.thanks-content a{
  text-decoration: none;
}

section div.inner div.thanks-content a:visited{
  color: #000000;
}

section div.inner div.thanks-content h2{
  margin: 70px 0 0 0; 
}

section div.inner div.thanks-content p:first-of-type{
  text-align: center;
  margin-bottom: 30px; 
}











header a.button{
  display: inline-block;
  padding: 3px 30px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  background: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 20px;
  box-sizing: border-box;
}
header a.button:hover{
	color: var(--main-color);
	background: #fff;
	border: 2px solid var(--main-color);
}



section a.button{
  display: block;
  padding: 3px 30px;
  color: #FFFFFF;
  background: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 20px;
  box-sizing: border-box;
  margin: 30px auto 50px auto;
  width: 300px;
  text-align: center;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
	transition: 0.5s;
	animation: move_d 5s infinite;
	box-shadow: 0 5px 0 var(--box-shadow-color);
	position: relative;
}
section a.button:hover{
	color: var(--main-color);
	background: #fff;
	border: 2px solid var(--main-color);
}



section input[type="submit"]{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: 40px auto 30px auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid var(--main-color);
	background: var(--main-color);
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	animation: move_d 5s infinite;
	box-shadow: 0 5px 0 var(--box-shadow-color);
	position: relative;
  cursor: pointer;
}
section input[type="submit"]:hover {
	color: var(--main-color);
	background: #fff;
	border: 2px solid var(--main-color);
}
@keyframes move_d {
  0% {box-shadow: 0 5px 0 var(--box-shadow-color); top: 0px;}
  10% {box-shadow: 0 0 0 var(--box-shadow-color); top: 5px;}
  20% {box-shadow: 0 5px 0 var(--box-shadow-color); top: 0px;}
  30% {box-shadow: 0 0 0 var(--box-shadow-color); top: 5px;}
  40% {box-shadow: 0 5px 0 var(--box-shadow-color); top: 0px;}
}















section div.inner div.thanks-content button.dl{
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 300px;
  margin: 0 auto 30px auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  transition: none;
  animation: none;
  box-shadow: none;
  position: none;
  cursor: pointer;
}
section div.inner div.thanks-content div.square-container a:link{
  color: #000000;
}
section div.inner div.thanks-content div.square-container dl dt{
  margin: 10px 0 0 0;
}
section div.inner div.thanks-content div.square-container dl dd{
  font-size: 0.9em;
  color: #999;
  margin: 15px 0 0 0;
}











/** タブレット用 */
@media screen and (min-width:600px) and (max-width:1024px){

  header.header {
    width: auto;
    padding: 5px 10px;
  }



  br.pc{
    display: none;
  }
  br.sp{
    display: none;
  }
  br.tb{
    display: block;
  }




  section div.inner {
    width: auto;
    padding: 10px 10px;
  }

  section div.top-container {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }



  section div.top-container div.msg{
    width: 90%;
  }

  section div.top-container div.img{
    width: 50%;
  }

  section div.square-container {
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
  }



  section div.circle-container {
    flex-direction: column;
    width: 400px;
    margin: 0 auto;
  }
  section div.circle-container div.item h3 {
    margin-left: 30px;
    margin-right: 30px;
  }
  section div.circle-container div.item p {
    margin-left: 40px;
    margin-right: 40px;
  }



  section div.inner div.faq {
    width: auto;
    padding: 0 10px;
  }


}






/** スマートフォン用 */
@media (max-width: 599px) {


  br.pc{
    display: none;
  }
  br.tb{
    display: none;
  }
  br.sp{
    display: block;
  }





  header.header{
    width: auto;
    max-width: 100%;
    padding: 0 5px;
  }

  header.header div.header_logo{
    display: flex;
    align-items: center;
    width: auto;
  }

  header.header div.header_logo a{
    line-height: 1em;
  }

  header.header div.header_logo img{
    height: 20px;
  }

  header.header div a.button{
    padding: 3px 10px;
  }





  section div.inner{
    width: auto;
    padding: 10px;
  }




  section div.top-container div.img{
    width: auto;
  }





  section h2 small{
    font-size: 1em;
    font-weight: bold;
    margin: 0;
  }



  /* 企業ロゴのCSS */
  section div.companies-logo{
    flex-wrap: wrap;
  }
  section div.companies-logo img{
    height: 30px;
  }



  section div.title {
    margin-bottom: 0;
  }

  section div.title-img img{
    width: 100%;
  }


  section div.speech-bubbles{
    padding: 0;
  }
  section div.speech-bubbles:after{
    bottom: -25px;
  }
  section div.speech-bubbles h2{
    line-height: 1.2;
    margin: 0;
  }




  section div.speech-bubbles-short{
    width: 80%;
  }





  


  section div.top-container div.msg{
    width: auto;
    text-align: center;
  }
  section div.top-container div.msg h1{
    font-size: 2.8em;
    text-align: center;
  }
  section div.top-container div.msg h2{
    font-size: 1.5em;
  }
  section div.top-container div.msg p{
    text-align: center;
    margin-top: 0;
  }
  section div.top-container div.img{
    margin: 0 auto;
  }
  section div.top-container div.img img{
    max-width: 100%;
  }
  section div.top-container div.button{
    width: auto;
    margin: 0 auto;
  }








  section div.square-container{
    flex-direction: column;
  }








  
  section div.msg-container{
    flex-direction: column;
  }
  section div.msg-container div.item{
    display: block;
    margin: 0 auto;
  }
  section div.msg-container div.item img{
    display: block;
    margin: 0 auto;
  }









  section div.circle-container{
    flex-direction: column;
  }
  section div.circle-container div.item{
    width: auto;
  }
  section div.circle-container div.item h3{
    flex-grow: 0;
    margin: 35px 25px 10px 25px;
    padding: 0 0 10px 0;
  }
  section div.circle-container div.item p{
    margin: 0 40px;
  }
  section div.circle-container div.item span.check{
    margin-top: -20px;
  }









  section ul.container{
    margin-bottom: 20px;
    padding: 0;
  }
  section ul.container li{
    width: 100%;
  }










  section div.split-container div.item{
    display: block;
    width: auto;
    border-bottom: dashed 1px var(--main-color);
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
  }
  section div.split-container div.item:last-child{
    border-bottom: none;
  }
  section div.split-container div.item div{
    display: block;
    width: auto;
  }
  section div.split-container div.item:nth-child(odd) div:nth-child(odd){
    border-right: none;
  }
  section div.split-container div.item:nth-child(even) div:nth-child(odd){
    border-left: none;
  }
  section div.split-container div.item div img{
    display: block;
    margin: 0 auto;
  }
  section div.split-container div.item div h3{
    text-align: center;
    margin-top: 10px;
  }







  section div.inner div.faq{
    width: 100%;
  }










  section div.inner-narrow{
    width: auto;
    margin: 30px auto 0 auto;
  }



  footer.footer div.footer_contents{
    padding: 20px 0;
  }


  footer.footer div.footer_contents div.footer_logo{
    margin: 20px 0;
  }




  footer.footer div.footer_contents div.footer_nav ul{
    flex-direction: column;
    padding: 0;
  }

  footer.footer div.footer_contents div.footer_nav ul li.footer_link{
    max-width: 100%;
    margin: 8px 0;
    line-height: 1.2;
    text-align: center;
  }


  section div.inner div.thanks-top h1{
    margin: 10px 0;
  }



}