@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');

p{
	font-feature-settings: "palt";
	word-break: auto-phrase;
}

img{
	width: 100%;
	height:auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.sp2 { display: none !important; }
.sp3 { display: none !important; }
.hosoku { display: none !important; }

body{
  background: #1d1d1d;
  color: rgba(0,0,0,.87);
  font-family: 'Roboto', sans-serif;
  margin-left: auto;
  margin-right: auto;
}

header{
	background: white;
	/*height: 100vh;*/
	margin-bottom: 7%;
	border: 15px solid #1d1d1d;
}

main{
	margin-bottom: 20%;
}

.unsung-text{
  text-align: center;
  /* margin-top: 20px; */
  padding:2em;
}

.header-p{
	line-height: 2;
}

.unsungtech-img{
	margin-top: 20px;
	margin-left: 15px;
}

.m-a{
	width: 40%;
}

.team-img{
	/* margin-top: 50px; */
	margin-bottom: 50px;
}

#container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

#main-text{
	color: #E6E6E6;
	margin-bottom: 10%;
}

#main-text p{
	text-align: left;
	display: flex;
    align-items: center;
    justify-content: center; 
	margin-top: 20px;
	
}

.gakuennsai{
	text-align: center;
	line-height:1.7;
}

h1{
	font-size:100px;
	font-family: 'M+ Type-1 (general-j) bold'
}

.content{
	margin-bottom:7%;
}

.box-title {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  margin: 0;
  font-weight: normal;
  color: #E6E6E6;
  font-size: 35pt;
  padding: 1rem 2rem;
  border-left: 10px solid #ff7a97;
  margin-bottom: 30px;
}

.box-title-2 {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  margin: 0;
  font-weight: normal;
  color: #E6E6E6;
  font-size: 35pt;
  padding: 1rem 2rem;
  border-left: 10px solid #71dcac;
  margin-bottom: 30px;
}

.box-title-3 {
  /*z-index: 100;
  width: 100%;*/
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  margin: 0;
  font-weight: normal;
  color: #E6E6E6;
  font-size: 35pt;
  padding: 1rem 2rem;
  border-left: 10px solid #ff7a97;
  margin-bottom: 30px;
}

dl{
	margin-bottom: 20px;
}

dt {
  background: #1d1d1d;
  color: #E6E6E6;
  padding: 15px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  border: 2px solid #939393;
}
/*dt:before {
  content: "＋";
  color: #E6E6E6;
  position: absolute;
  right: 10px;
  background: #1d1d1d;
}*/
dd {
  background-color: #1d1d1d;
  display: none;
  border: 2px solid #939393;
  border-top: none;
  margin-bottom: 20px;
}

.contents{
	padding:7%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.logo{
	width: 28%;
	padding-bottom: 3%;
}

.title {
	display: inline-block;
	background-color: #ff7a97;	
	color: #1d1d1d;
	font-family: 'Ubuntu', sans-serif;
	padding:7px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
}
.pain{
	padding-right: 48px;
}

video{
	width: 100%;
	margin-bottom: 20px;
}

.flex{
	/*display: flex;
	padding:30px;
	align-items: center;
    justify-content: center*/
	margin-bottom: 50px;
}

.explain p{
	color: #d7d7d7;
}

.hr{
	color: #ff7a97;
	border: 1px solid ;
}

.nakami-text{
	margin-top: 40px;
}


.text{
	color: #d7d7d7;
	margin-top:50px;
}

h2{
	font-size: x-large;
    font-weight: 500;
    font-family: 'M PLUS 1p', sans-serif;
	line-height:1.7;
	text-align: center;
}

p{
	font-family: "Noto Sans JP";
	margin-top: 10px;
	line-height:1.5;
}

.blank_2{
	margin-bottom: 20px;
}

footer{
	margin: 40px;
}

.copyright{
	text-align: center;
	color: #E6E6E6;
	font-size: 12px;
}

#page-top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #E6E6E6;
  opacity: 0.6;
  border-radius: 50%;
}
#page-top a{
  position: relative;
  display: block;
  width: 40px;
  height: 30px;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #1d1d1d;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*Accordion*/
.accordion-title:hover,
.accordion-title:active,
.content-entry.open .accordion-title {
  background-color: #939393;
  color: white;
}

.accordion-title:hover i:before,
.accordion-title:hover i:active,
.content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}


/*--------------------------------------mobile----------------------------------------------*/

@media screen and (min-width : 1024px) {
	
	.m-a{
	width: 40%;
}
}

@media screen and (max-width : 1400px) {
	
	#container {
    max-width: 80%;
}
	#main-text{
	margin-bottom: 13%;
}
	p{
		font-size: 13px;
}
	h2{
		font-size: large;
	}
	
	.logo {
    width: 40%;
	}
	
	video{
	margin-bottom: 0px;
	}
	
	.box-title{
	font-size: 30px;
    padding: 0.5rem 2rem;
}
	.box-title-2{
	font-size: 30px;
    padding: 0.5rem 2rem;
}
	.box-title-3{
	font-size: 30px;
    padding: 0.5rem 2rem;
}
	.copyright{
		font-size: 10px;
	}
}

@media screen and (max-width : 599px) {
	
	.pc { display: none !important; }
    .sp { display: block !important; }
    .sp2 { display: block !important; }
    .sp3 { display: block !important; }
	.hosoku { display: none !important; }
	
	header{
		/* height: 100vh; */
		margin-bottom: 0px;
	}

	.unsungtech-img {
		margin-left: 5px;
	}

	.m-a{
	width: 80%;
}
	.flower{
		margin-top: 20px;
	}
	
	.unsung-text{
		padding: 30px;
        padding-top: 0px;
	}
	
	#main-text {
    margin-bottom:24%;
	margin-top:20%;
}
	p {
    font-size: 12px;
}
	.box-title {
    font-size: 25px;
    padding: 0.3rem 1rem;
	margin-bottom: 20px;
}
	.box-title-2 {
    font-size: 25px;
    padding: 0.3rem 1rem;
	margin-bottom: 20px;
}
	.box-title-3 {
    font-size: 25px;
    padding: 0.3rem 1rem;
	margin-bottom: 20px;
}
	.title {
	margin-top: 20px;
	padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
	.pain{
	padding-right: 30px;
}

	.logo {
    width: 50%;
	padding-bottom: 5%;
}
	.flex {
    margin-bottom: 25px;
}
	.text{
		margin-top: 25px;
}
	.nakami-text {
    margin-top: 20px;
}
	h2 {
    font-size: medium;
	line-height: 1.5;
}
	.blank{
		margin-bottom: 10px;
	}
	h3{
	font-size: smaller;
}
	dl {
    margin-bottom: 10px;
}
	.content {
    margin-bottom: 15%;
}
	.contents {
    padding: 8%;
}
	footer{
		margin-bottom: 20px;
	}
	.copyright{
		font-size: 9px;
	}
}

@media screen and (max-width : 599px) and (max-height: 739px) {
	
	.pc { display: none !important; }
    .sp { display: block !important; }
    .sp2 { display: block !important; }
    .sp3 { display: block !important; }
	.hosoku { display: none !important; }

	.unsung-text {
    margin-top: 6px;
}
	.unsungtech-img {
		margin-left: 5px;
	}

}

@media screen and (max-width : 599px) and (min-height: 787px) {
	
	.pc { display: none !important; }
    .sp { display: block !important; }
    .sp2 { display: block !important; }
    .sp3 { display: block !important; }
	.hosoku { display: block !important; }

	.hosoku{
		margin-left: 35px;
        margin-right: 35px;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.unsungtech-img {
		margin-left: 5px;
	}
}

@media screen and (max-height: 660px) {
	
	.pc { display: none !important; }
    .sp { display: block !important; }
    .sp2 { display: block !important; }
    .sp3 { display: none !important; }
	.hosoku { display: none !important; }

}

@media screen and (max-height: 600px) {
	
	.pc { display: none !important; }
    .sp { display: block !important; }
    .sp2 { display: none !important; }
    .sp3 { display: none !important; }
	.hosoku { display: none !important; }

}
































