@charset "utf-8";

@import "reset.css";
@import "cmn-options.css";

#bodywrap {
background-color:#fff;
background-attachment: fixed;	
}

#wrapper_head {
  width: 100%;
  max-width: 940px;
  height: auto;
  background: #fff;
  margin: 0 auto;
}


#wrapper {
  width: 94%;
  border: 1px solid #333;
  max-width: 880px;
  height: auto;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
}


.box2{
visibility : hidden;
}

.box3{
visibility : hidden;
}

.box4{
visibility : hidden;
}

.box5{
visibility : hidden;
}

a:hover{opacity: 0.5;}

#icon_box_bk{
	display: none;
	width:350px;
	position: fixed;
	top:1px;
	right: 1%;
	padding:0;
	margin:0;
	z-index: 999;
}


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


/* ヘッダー */

#header{
  position:relative;
  background: url(../img/main.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  background-color:#fff;
  }


#header h3 {
  width: 92%;
}




.mark1 {
  position: absolute;
  top:40.5%;
	width:100%;
  left:0%;
  z-index:1;
}


/* セクション02 

#section01 {
  background: url("../img/photo.jpg") 0 0 no-repeat;
  background-size: 100% auto;
}
*/



/* セクション02 */



.font5 {
  font-size: 1.6em;
}


/* セクション03 */

#section03 {
  background-size: 100% auto;
}

#section03 h4 {
  width: 95%;
 padding-top: 8%;
 padding-left: 5%;
}


/* セクション04 */

#section04 {
  background: url(../img/interview.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  line-height:0;
}


/* セクション04-2 */

#section04-2 {
  background: url(../img/system.jpg) 0 0 no-repeat;
  background-size: 100% auto;
   line-height:0;
}



/* 仕切り罫 */
hr {
border: 1px #fff solid;
}


/* TOPボタン */
  .pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index:999;
}
.pagetop a {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
}


.midashi{position: relative;margin-top: 20px;margin-bottom: 20px;}

.mark_rotate{
  position: absolute;
  top:-20px;
  right: 10px;
  width: calc(100% / 7);
  animation:3s linear infinite rotation1;
}

.mark_rotate_top{
  position: absolute;
  top:23%;
  left: 38%;
  width: calc(100% / 9);
  animation:3s linear infinite rotation1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}



/* フッター
*******************************/
#footer {
  border-top: solid 1px #000;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-top: 5px;
}

#footer p {
  width: 100%;
  margin: 0 auto;
}

.example {
display: flex;
justify-content: center;
text-align: center;
flex-wrap: nowrap;
gap:20px;
}


.example li{
background-color: #eee;
line-height: 1;
width: 23%;
box-sizing: border-box;
}

.example li a{
color: #333333;
  text-decoration: none;
  display: block;
  padding:5% 4% 5% 4%;
  }



.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.youtube-container iframe {
  position: absolute;
  top: 0%;
  bottom:0%;
  left: 0%;
  width: 100%;
  height: 100%;
}


.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}


.timing{
  /* 0.5秒待ってからアニメーションする */
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay:0.5s;
}



