
@charset "UTF-8";
/*書き換え禁止*/
* ,*::before,*::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.iks_logo_left, .iks_logo_right {display: none !important;}
#header_bot {display: none !important;}
/*書き換え禁止*/

/*ここから書いてね*/
html{
  scroll-behavior: smooth;
}

.hamburger-fade__wrapper {
  background-color: 〇〇; /*ハンバーガーメニューの背景色を変えられるよ*/
}

body{
  background: linear-gradient(90deg, #ffffff, #f4f1ec);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
}

main p{
 font-size: 13px;
 font-weight: 450;
 color: #3e3a39;
}
.p_red{
  color: #ae3924;
  transition: 0.3s;
}
.p_red_link{
  color: #ae3924;
  transition: 0.3s;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration: underline;
}
.p_red_link:hover{
  color: #ae392480;
}
.wagara_ya{
  width: 131px;
}


.real_garapon{
  position: absolute;
  width: 90px;
  right: 12px;
  top: 70px;
}

.logo {
  position: relative;
  width: 280px;   /* ロゴ全体の枠 */
  height: 320px;  /* サブタイトル分の高さも確保 */
  margin: auto; /* 中央配置 */
  text-align: center;
  margin-top: -85px;
  margin-bottom: 50px;
}

.wagara_2{
  position: absolute;
  width: 68px;
  right: -45px;
  bottom: 80px;

}

/* 円の共通設定 */
.logo .circle {
  position: absolute;
  border-radius: 50%;
}

.circle.red { 
  width: 161px; height: 161px; 
  background: #ae3924;
  top: 74px; left: 64px;
  z-index: 4;
}

.circle.gold { 
  width: 161px; height: 161px; 
  background: #f0d768;
  top: 97px; left: 62px;
  z-index: 5;
}

.circle.white { 
  width: 160px; height: 160px; 
  background: linear-gradient(135deg, #f4f1ec, #ffffff);
  top: 100px; left: 61px;

  z-index: 6;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- 背景の淡色円 --- */
.circle.pale_yellow { 
  width: 115px; height: 115px; 
  background: #ffedac;
  top: 123px;  left: 9px;
  z-index: 1;
}

.circle.pale_red { 
  width: 106px;
  height: 106px;
  background: #ff7bac70;
  top: 75px;  left: 68px;
  z-index: 2;
}

.circle.pale_orange { 
  width: 120px;
  height: 120px;
  background: #ff931e70;
  top: 84px;  left: 145px;
  z-index: 3;
}

/* --- タイトル --- */
.title_name_garapon {
  content: "";
  position: absolute;
  z-index: 10; /* 円より前 */
  color: #ae3924;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.4;
  top: 148px;
  left: 70px;
}
.title_name_kikaku {
  content: "";
  position: absolute;
  z-index: 10; /* 円より前 */
  color: #3e3a39;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  top: 185px;
  left: 155px;
}

span{
  display: inline-block;
}

/* --- サブタイトル --- */
.sub_title {
  content: "";
  position: absolute;
  z-index: 10; /* 円より前 */
  color: #ae3924;
  font-size: 13px;
  font-weight: bold;
  margin: auto;
  margin-top: 20px;
  bottom: 63px;
}

.img_garapon{
  position: absolute;
    width: 100px;
    left: -40px;
    bottom: -23px;
}

.garapon_bar::before{
   content: "";
  position: absolute;
  height: 1px;
  width: 130px;
  background-color: #3e3a39;
  top: -4px;
  left: -8px; 
  border-radius: 10px;
}
.garapon_bar{
  content: "";
  position: absolute;
  height: 1px;
  width: 100px;
  background-color: #3e3a39;
  bottom: -22px;
  left: -20px;
  border-radius: 10px;
}
.garapon_bar::after{
   content: "";
  position: absolute;
  height: 1px;
  width: 130px;
  background-color: #3e3a39;
  bottom: -4px;
  left: 10px;
  border-radius: 10px; 
}

.location_img{
  position: absolute;
  width: 45px;
  left: -8px;
  top: -7px;
}

.location_box{
  content: "";
  position: absolute;
  width: 125px;
  height: 35px;
  background-color: #ffffff;
  border: 2px solid #f0d769;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  right: 15px;
  margin-bottom: 48px;
  margin-top: -70px;
  color: #3e3a39;
  text-decoration: none;
}

.location_box:hover{
  transform: translateY(-4px);
}

.location_box::before{
  content: "";
  position: absolute;
  width: 125px;
  height: 35px;
  border-top: 2px #ae3924 solid;
  border-right: 2px #ae3924 solid;
  border-bottom: transparent;
  border-left: transparent;
  top: -6px;
  right: -6px;
}

.bottoms{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.arrow_box{
  position: relative;
  width: 70%;
  height: 38px;
  margin: 10px auto;
  background-color: #ffffff;
  border: 1.5px solid #ae3924;
  border-radius: 999px;
  box-shadow: 2px 2px 1px #3e3a3988;
  display: flex;              
  justify-content: center;   
  align-items: center;
  text-decoration: none;
  transition: 0.2s;
  color: #3e3a39;
}
.arrow_box::before{
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #ae3924;
  right: -20px;
}
.arrow_box::after{
  content: "";
  position: absolute;
  transform: rotate(25deg);
  width: 10px;
  height: 1px;
  background-color: #ae3924;
  right: -20px;
  top: 15px;
}

.midashi{
  position: relative;
  display: flex;
  width: 90%;
  height: 40px;
  margin: auto;
  margin-left: 3%;
}
.midashi_title{
  display: flex;
  width: 100px;
}

.p_initial{
  font-weight: bold;
  color: #3e3a39;
  font-size: 30px;
  width: 20px;
  content: "";
  position: absolute;
  bottom: 8px;
  margin-left: 1px;
}

.p_title{
  font-weight: bold;
  font: 18px #ae3924;
  width: 200px;
  content: "";
  position: absolute;
  left: 71px;
  bottom: 12px;
  color: #3e3a39;
  margin-left: -4px;
}
.p_title_kanji{
  margin-left: 1px;
  bottom: 11px;
}

.hexagon-1__wrapper {
	display: flex;
  margin-left: 5px;
}
.octagon {
  position: relative;
	background: #ae3924;
	width: 30px;
	height: 30px;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  padding: 0.65%;
  padding: 0.43%;
  margin-left: 10px;
  bottom: 1px;
}
.inter_octagon {
  content: "";
  position: absolute;
	background: #ffffff;
	width: 90%;
	height: 90%;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.midashi_bar{
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, #ae3924, transparent);
  bottom: 11px;
  left: 19px;
}

.kaisetsu{
  width: 100%;
  display: flex;
  float: right;
  margin-top: 5px;
  margin-bottom: 55px;
}

.p_kaisetsu{
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.kaisetsu_back{
  justify-content: left;
  width: 20%;
}

.red{
  position: relative;
  width: 50px;
  height: 30px;
  background: linear-gradient(90deg, #ae3924, #f4f1ec);
  top: 0px;
  left: 0px;
  margin-top: 21px;
}
.yellow{
  content: "";
  position: absolute;
  width: 60%;
  height: 13px;
  background: linear-gradient(90deg, #f0d768, #f4f1ec);
  bottom: -4px;
  right: 0px;
}
.gray{
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: linear-gradient(90deg, #3e3a39, #f4f1ec);
  bottom: 6px;
  right: 0px;
}


.kaisetsu_back_right{
  justify-content: right;
  display: flex;
  width: 20%;
}

.red_right{
  position: relative;
  width: 50px;
  height: 30px;
  background: linear-gradient(90deg, #f4f1ec, #ae3924);
  top: 0px;
  left: 0px;
  margin-top: 21px;
}

.yellow_right{
  content: "";
  position: absolute;
  width: 60%;
  height: 13px;
  background: linear-gradient(90deg, #f4f1ec, #f0d768);
  top: -4px;
  left: 0px;
}

.gray_right{
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: linear-gradient(90deg, #f4f1ec, #3e3a39);
  top: 6px;
  left: 0px;
}

.flow_chart{
  width: 330px;
  margin: 70px auto;
  position: relative;
  margin-bottom: 0px;
}
.chart_arrows{
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #f0d768;
    border-right: 3px solid #f0d768;
    content: '';
    position: absolute;
    bottom: 113px;
    left: 10px;
}
.chart_arrows::before{
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #f0d768;
    border-right: 3px solid #f0d768;
    content: '';
    position: absolute;
    top: 16px;
    left: 6px;
}
.chart_arrows::after{
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #f0d768;
    border-right: 3px solid #f0d768;
    content: '';
    position: absolute;
    top: -16px;
    left: -27px;
}

.back_bar_left{
  height: 120px;
  background: linear-gradient(180deg, #f0d768, #f4f1ec);
  position: absolute;
  width: 10%;
  left: 20%;
  bottom: 50px;
  z-index: 1;
}
.back_bar_right{
  height: 120px;
  background: linear-gradient(180deg, #ae3924, #f4f1ec);
  position: absolute;
  width: 10%;
  right: 20%;
  bottom: 50px;
  z-index: 1;
}

.chart_1{
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  border: 1.5px solid #3e3a39;
  border-radius: 20px;
  margin: auto;
  margin-top: 30px;
  position: relative;
  justify-content: center;
  display: flex;
  z-index: 2;
  text-align: center;
}

.p_chart{
  position: relative;
font-size: 12px;
font-weight: 500;
margin: auto;
z-index: 3;
}
.p_chart_3{
  margin-top: 50px;
}

.chart_2{
  width: 49%;
  height: 55px;
  background-color: #ffffff;
  border: 1.5px solid #3e3a39;
  border-radius: 20px;
  margin: auto;
  margin-top: 10px;
  margin-left: 51%;
  position: relative;
  justify-content: center;
  display: flex;
  z-index: 2;
}
.chart_3{
  display: flex;
  flex-wrap: wrap;
}
.chart_3_left{
  width: 49%;
  height: 80px;
  background-color: #ffffff;
  border: 1.5px solid #3e3a39;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 1%;
  position: relative;
  justify-content: center;
  display: flex;
  z-index: 2;
}

.chart_3_right{
  width: 49%;
  height: 80px;
  background-color: #ffffff;
  border: 1.5px solid #3e3a39;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 1%;
  position: relative;
  justify-content: center;
  display: flex;
  z-index: 2;
}

.chart_triangle{
  transform: rotate(145deg);
  border-right: 3px solid transparent;
  border-bottom: 9px solid #ae3924;
  border-left: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0px;
  left: -12px;
  z-index: 5;
}

.chart_triangle::before{
  content: "";
  position: absolute;
  transform: rotate(-55deg);
  border-right: 3px solid transparent;
  border-bottom: 9px solid #ae3924;
  border-left: 3px solid transparent;
  top: -4px;
  left: 5px;
}
.chart_triangle::after{
  content: "";
  position: absolute;
  transform: rotate(35deg);
  border-right: 3px solid transparent;
  border-bottom: 9px solid #ae3924;
  border-left: 3px solid transparent;
  top: -4px;
  left: -12px;
}

.chart_number{
  content: "";
  position: absolute;
  color: #3e3a39;
  font-size: 12px;
  font-weight: 450;
  height: 22px;
  z-index: 4;
  margin-top: 10px;
  right: 60px;
}
.kai{
  content: "";
  position: absolute;
  color: #3e3a39;
  font-size: 15px;
  font-weight: 450;
  height: 22px;
  z-index: 4;
  margin-top: 27px;
  right: 38px;
}


.p_under_charts{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 40px;
}

.p_youtube{
  margin-bottom: 10px;
}

.question_box{
  width: 95%;
  height: 110px;
  border: 1.5px solid #3e3a3966;
  margin: auto;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-top:1px;
  margin-bottom: 60px;
}

.question{
  width: 46%;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: auto;
}

.p_question{
  color: #3e3a39;
  font-size: 13px;
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
    white-space: nowrap;
}

.button{
  width: 95px;
  height: 28px;
  border-radius: 20px;
  background-color: #ae3924;
  box-shadow: 2px 2px 2px #3e3a3988;
  content: "";
  position: absolute;
  box-shadow: #3e3a39;
  z-index: 2;
  top: 15px;
  margin-top: 4px;
  transition: 0.2s;
}

.button::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 5.5px;
  left: 4.5px;
  background-color: #ffffff;
}

.button::after{
  transform: rotate(180deg);
  border-right: 5.5px solid transparent;
  border-bottom: 9px solid #ae3924;
  border-left: 5.5px solid transparent;
  content: "";
  position: absolute;
  top: 11px;
  left: 7.5px;
  z-index: 5;
}

.p_button{
  width: 60px;
  margin: auto;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  margin-top: 6px;
  position: absolute;
  top: -4px;
  right: 10px;
}

.separation{
  width: 0.5px;
  background-color: #3e3a3933;
  height: 90%;
  margin: auto;
}

.survey{
  margin-top: -20px;
  margin-bottom: 80px;
}

.mokuji{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1.5px solid #ae3924;
  border-bottom: 1.5px solid #ae3924;
  margin-bottom: 40px;
}
.scroll{
  width: 50%;
  height: 45px;
  background-color: #ffffff;
  text-align: center;
  color: #3e3a39;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  border: 0.5px solid #3e3a3933;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.scroll_2{
  padding: 4px;
  font-size: 13px;
}

.scroll_arrows {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 2px solid #3e3a39;
  border-right: 2px solid #3e3a39;
  position: absolute;
  top: 17px;
  right: 11px;
  transition: 0.3s;
}

/* hover時、親.scrollに反応して矢印の色も変化 */
.scroll:hover .scroll_arrows {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.map {
    position: relative;
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: center;
    z-index: 1;
    margin: auto;
}

.campus_map{
  position: absolute;
  width: 300px;
  margin: auto;
  z-index: 4;
}

.back_bar_map{
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  margin-top: 95px;
  background: linear-gradient(90deg, #ae3924, #ae392488);
  z-index: 1;
}
.back_bar_map::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f0d769;
  top: 40px;
}

.triangle_map{
  transform: rotate(180deg);
  border-right: 20px solid transparent;
  border-bottom: 15px solid #ea6000;
  border-left: 20px solid transparent;
  content: "";
  position: absolute;
  top: -8px;
  z-index: 5;
}
.map2{
  margin-top: 10px;
}
.maps{
  width: 100%;
  height: 370px;
}
.details{
  width: 200px;
  height: auto;
  margin: auto;
}

.triangle_detaii{
  transform: rotate(270deg);
  border-right: 20px solid transparent;
  border-bottom: 15px solid #ea6000;
  border-left: 20px solid transparent;
  content: "";
  position: absolute;
  top: -60px;
  z-index: 5;
}
.My_kikaku{
  font-size: 9px;
  color: #0071bc;
  position: absolute;
  text-decoration: underline #0071bc;
}
.My_kikaku::before{
  width: 100%;
  height: 0.5px;
  background-color: #0071bc;
  content: "";
  position: absolute;
  bottom: 0px;
}
.honbun{
  font-size: 9px;
  color: #3e3a39;
}

.bullet {
  width: auto;
  height: auto;
  display: flex;
  justify-content: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.arrow {
  color: #ae3924; /* 赤っぽい三角 */
  margin-right: 4px;
}

.link {
  color: #ae3924; /* 青文字 */
  text-decoration: underline; /* 下線あり */
  text-decoration-thickness: 1px; /* 線を少し太く（お好みで） */
  text-underline-offset: 3px; /* 下線の位置を少し下げて読みやすく */
  transition: 0.4s;
}
.link:hover{
  color: #ae392480;
}

.bullets{
    width: auto;
    margin: auto;
    margin-top: -8px;
    margin-bottom: 50px;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.map_description{
    width: auto;
    margin: auto;
    margin-top: -8px;
    margin-bottom: 50px;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.midashi_2{
  margin-top: -1px;
  margin-top: 60px;
}

.p_kaisetsu_2{
  margin: auto;
  margin-top: 2px;
  font-size: 13px;
  position: relative;
}
.p_kaisetsu_2::before{
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #f0d76922;
  top: 0px;
  left: 0px;
}

.oshinagakis{
  display: flex;
  width: 100%;
  height: 250px;
  position: relative;
  justify-content: center;
  z-index: 1;
  margin-top: 30px;
}
.oshinagaki{
  position: absolute;
  width: 200px;
  margin: auto;
  z-index: 3;
}
.back_bar_oshinagaki{
  margin-top: 90px;
  content: "";
  position: absolute;
}
.wagara_mizuhiki{
  position: absolute;
  width: 100px;
  z-index: 4;
  top: 65px;
  right: 0px;
}





.container {
  margin: 80px auto 0;
  width: 300px;
  margin-bottom:90px;
  position:relative;
}
.slick-track{
  width:300px;
}
.slider{
  display:flex;
  flex-direction: row;
  align-items: center;
}
.slick-dots li{
  display:none;
}
.slick-arrow {
  background-color: #ae3924;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  border: none;
}
.prev-arrow{
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width:20px;
  height: calc(tan(60deg) * 20px / 2);
  left: -14px;
  z-index: 1;
}
.next-arrow{
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width:20px;
  height: calc(tan(60deg) * 20px / 2);
  right:-18px;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
/* 中央以外のスライド */
.slick-img img {
  max-width:200px;
  max-height:70px;
  object-fit: cover;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  height: auto;
}
/* 中央のスライド */
.slider .slick-center img{
  opacity: 1;
  transform: scale(1);
}
#speakerimg .slider .slick-center{
 max-height:200px !important;
 transform:scale(1.2);
}


.container::before{
  content: "※画像はすべてイメージです。";
  position: absolute;
  bottom:-15px;
  right: 72px;
  font-size:11px;
  bottom: -25px;
  z-index: 1;
}

.container::after{
  content:url(https://ikkyosai.com/visitor/56/topics/img/lottery/atarukamo.svg);
  position:absolute;
  font-family: "Noto Serif JP", serif;
  left:-24px;
  top: -85px;
  z-index:500;
  width:55%;
}

.movie{
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}




.circle1{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #f0d769;
  margin: auto;
  z-index: 0;
  top: -40px;
  left: 74px;
}
.circle2{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #f0d769;
  margin: auto;
  z-index: 0;
  top: -40px;
  left: 84px;
}
.circle2::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f0d769;
  top: 8px;
  right: 22px;
}
.slider-decoration-bar{
  content: "";
  position: absolute;
  width: 250px;
  height: 40px;
  background: linear-gradient(90deg, transparent, #ae3924, transparent);
  bottom: 12px;
  left: 32px;
  z-index: 0;
}

.flow_chart_2{
  margin-top: 40px;
  margin-bottom: 80px;
}
.chart_1_2{
  margin-top: 10px;
}
.chart_arrows_2{
  top: 85px;
}
.back_bar_2{
  height: 330px;
  top: 50px;
}

.rules{
  width: 85%;
  height: auto;
  position: relative;
  margin: auto;
  margin-bottom: 70px;
}
.rule{
  font-size: 12px;
  margin-bottom: 18px;
  font-weight: bold;
  position: relative;
}
.rule::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ae3924;
  top: 4px;
  left: -12px;
}
.scroll:hover {
    background-color: #ae3924;
    color: #ffffff;
    border-top: transparent;
    border-bottom: transparent;
}
.arrow_box:hover {
    transform: translateY(4px);
    box-shadow: none;
}
.arrow_map{
  margin-top: -35px;
}
.button:hover{
    transform: translateY(4px);
    box-shadow: none; 
}

.number{
  color: #ae3924;
  font-size: 30px;
  margin-right: 5px;
}

img, svg {
  user-select: none;            /* 選択不可 */
  -webkit-user-drag: none;      /* Chrome, Safari */
  -khtml-user-drag: none;       /* 古いKonqueror */
  -moz-user-drag: none;         /* Firefox */
  -o-user-drag: none;           /* Opera古い */
  pointer-events: auto;          /* 必要ならクリックは有効に */
}

.midashi_head{
  width: 100%;
  height: 10px;
}
/*
css概説（復習用　要らなければ消してください）

vol.1 用語の解説

セレクタ…装飾をつけたい対象の要素のこと
属性…セレクタに施したい装飾の種類
値…セレクタに施したい装飾の具体的内容

例：h1{color:red;}
h1がセレクタ　colorが属性　redが値

vol.2 セレクタの指定
①要素名で指定
h1{color:red;}

②class名で指定
.class{color:red;}

③id名で指定
#id{color:red;}

④要素名プラスclass名で指定
div.class{color:red;}

⑤要素名プラスid名で指定
div#id{color:red;}

⑥要素の位置から指定
header div{color:red;}   
↑スペースを入れる（ここではheader内のdiv要素を指定）

vol.3 属性・値の指定

①{属性:値;}の形で記述
{color:red;}

②１つのセレクタに対する指定はまとめて記述できる
h1{
   color:red;
   width:90%;
}

③指定が重複したら後の行にあるものが優先
h1{
   color:red;
   width:90%;
   color:blue;
}
↑ここではh1はblueになる

④指定が重複したらより特定が強いものが優先
h1{
   color:red;
   width:90%;
}
header h1{
   color:blue;
}
↑ここではheader内のh1はcolorがblue、widthが90%になる
*/







/*PC版*/
@media screen and (min-width:1024px){
  /*書き換え禁止*/
header {position: absolute;}
.hamburger-fade {display: none;}
main {padding-top: 65px;}
  /*書き換え禁止*/


  /*ここから書いてね*/

.logo {
  width: 500px;
  margin-top: -180px;
  margin-bottom: 180px;
  top: -95px;
  left: 85px;
  display: flex;
  justify-content: center;
}
.wagara_ya{
  width: 285px;
}
.real_garapon{
  width: 220px;
  right: 55px;
  top: 100px;
}
.circle.white{
  width: 350px;
  height: 350px;
  left: 0px;
}
.circle.gold{
  width: 349px;
  height: 349px;
  top: 96px;
  left: 5px;
}
.circle.red{
  width: 350px;
  height: 350px;
  top: 70px;
  left: 8px;
}
.circle.pale_orange{
  width: 260px;
  height: 260px;
  top: 92px;
  left: 170px;
}
.circle.pale_red{
  width: 210px;
  height: 210px;
  top: 45px;
  left: 40px;
}
.circle.pale_yellow{
  width: 205px;
  height: 205px;
  top: 160px;
  left: -50px;
}
.title_name_garapon{
  font-size: 74px;
  top: 180px;
  left: 17px;
}
.title_name_kikaku{
  font-size: 57px;
  top: 276px;
  left: 213px;
}
.sub_title{
  font-size: 23px;
  bottom: -108px;
  left: 0px;
  left: -64px;
}

.img_garapon{
  width: 275px;
  left: -290px;
  top: 330px;
}
.garapon_bar{
  width: 236px;
  height: 2px;
  bottom: -224px;
  left: -269px;
}
.garapon_bar::before{
  height: 2px;
  width: 270px;
  top: -8px;
}
.garapon_bar::after{
  height: 2px;
  width: 280px;
  bottom: -8px;
}
.wagara_2{
  width: 150px;
  right: -60px;
  bottom: -110px;
}
.location_box{
  width: 220px;
  height: 65px;
  font-size: 28px;
  padding-top: 9px;
  top: 646px;
  right: 240px;
}
.location_box::before{
  width: 215px;
  height: 60px;
  top: -6px;
}
.location_img{
  width: 75px;
  left: -15px;
  top: -8px;
}
.arrow_box{
  width: 45%;
  height: 50px;
  margin: 20px auto;
}
main p{
  font-size: 23px;
}
.arrow_box::before{
  width: 90px;
  right: -40px;
  height: 2px;
}
.arrow_box::after{
  width: 24px;
  right: -40.5px;
  top: 17.5px;
  height: 2px;
}
.octagon{
  width: 60px;
  height: 60px;
  margin-left: 0px;
  position: relative;
}
.inter_octagon{
  left: 3px;
  top: 3px;
}
.midashi{
  width: 80%;
  height: 60px;
  margin: auto;
  padding-top: 24px;
  margin-top: -24px;
  margin-bottom: 35px;
}
.midashi_bar{
  height: 2.5px;
  bottom: -23px;
}
.p_initial{
  font-size: 60px;
  bottom: -27px;
  margin-left: 3px;
}
.p_title{
  font-size: 33px;
  left: 100px;
  bottom: -20px;
  margin-left: 25px;
  width: 400px;
}
.p_title_kanji{
  bottom: -21px;
}
.p_kaisetsu{
  font-size: 19px;
  width: 60%;
  letter-spacing: 1px;
  margin: auto;
}
.red{
  width: 100%;
  height: 80px;
}
.yellow{
  height: 22px;
}
.gray{
  height: 16px;
  bottom: 10px;
}
.red_right{
  width: 100%;
  height: 80px;
}
.yellow_right{
  height: 22px;
}
.gray_right{
  height: 16px;
  top: 10px;
}
.kaisetsu{
  margin-top: 25px;
  margin-bottom: 45px;
}
.kaisetsu_back{
  width: 20%;
}
.kaisetsu_back_right{
  width: 20%;
}
.flow_chart{
  width: 50%;
}
.flow_chart_2{
  margin-top: 80px;
}
.chart_1{
  height: 70px;
  margin-top: 25px;
  border: 2.5px solid #3e3a39;
}
.chart_2{
  height: 80px;
  margin-top: 25px;
  border: 2.5px solid #3e3a39;
}
.chart_3{
  text-align: center;
}
.chart_3_left{
  height: 100px;
  margin-top: 25px;
  border: 2.5px solid #3e3a39;
}
.chart_3_right{
  height: 100px;
  margin-top: 25px;
  border: 2.5px solid #3e3a39;
}
.p_chart{
  font-size: 19px;
}
.p_chart_3{
    margin-top: 56px;
}
.back_bar_right{
  width: 80px;
  right: 17%;
  height: 280px;
  bottom: 0px;
}
.back_bar_left{
  width: 80px;
  left: 15%;
  height: 280px;
  bottom: 0px;
}

.back_bar_2{
  height: 530px;
  top: 50px;
}

.chart_arrows{
  width: 22px;
  height: 22px;
  bottom: 154px;
  border-bottom: 5px solid #f0d768;
  border-right: 5px solid #f0d768;
}
.chart_arrows::before{
  width: 22px;
  height: 22px;
  top: 25px;
  left: 14px;
  border-bottom: 5px solid #f0d768;
  border-right: 5px solid #f0d768;
}
.chart_arrows::after{
  width: 22px;
  height: 22px;
  top: -25px;
  left: -36px;
  border-bottom: 5px solid #f0d768;
  border-right: 5px solid #f0d768;
}
.p_under_charts{
  width: 100%;
  margin: 33px auto;
}
.chart_number{
  font-size: 23px;
  margin-top: 4px;
  right: auto;
}

.kai{
  font-size: 23px;
  margin-top: 23px;
  right: 100px;
}
.chart_triangle{
  content: "";
  position: absolute;
  border-right: 4px solid transparent;
  border-bottom: 11px solid #ae3924;
  border-left: 4px solid transparent;
  top: 4px;
  left: -15px;
}
.chart_triangle::after{
  border-right: 4px solid transparent;
    border-bottom: 11px solid #ae3924;
    border-left: 4px solid transparent;
  transform: rotate(34deg);
    top: -4px;
    left: -17px;
}
.chart_triangle::before{
  border-right: 4px solid transparent;
    border-bottom: 11px solid #ae3924;
    border-left: 4px solid transparent;
    transform: rotate(304deg);
    top: -5px;
    left: 6px;
}
.question{
  padding-bottom: 0px;
}
.p_question{
  font-size: 20px;
  top: -27px;
}
.button{
  width: 155px;
  height: 50px;
  border-radius: 999px;
  top: 6px;
}
.button:before{
  width: 30px;
  height: 30px;
  top: 10.5px;
  left: 9.5px;
}
.button::after{
  border-right: 9.5px solid transparent;
  border-bottom: 14px solid #ae3924;
  border-left: 9.5px solid transparent;
  top: 20px;
  left: 15px;
}
.p_button{
  width: 106px;
  font-size: 24px;
  font-weight: 500;
  top: 0px;
}
.question_box{
  height: 140px;
  width: 65%;
  border: 2.5px solid #3e3a3966;
  padding-bottom: 5px;
  margin-bottom: 96px;
}
.separation{
  width: 1.5px;
  height: 90%;
  margin: auto;
}
.survey{
  margin-bottom: 150px;
}
.mokuji{
  border-top: 3.5px solid #ae3924;
  border-bottom: 3.5px solid #ae3924;
  margin-bottom: 90px;
  margin-bottom: 40px;
}
.scroll{
  width: 25%;
  height: 70px;
  font-size: 22px;
  font-weight: 600;
  padding: 19px;
  text-decoration: none;
}
.scroll_2{
  padding: 6px;
  font-size: 20px;
}
.scroll_arrows{
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border-bottom: 3px solid #3e3a39;
    border-right: 3px solid #3e3a39;
    top: 25px;
    right: 20px;
}

.maps{
  width: 80%;
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: -10px;
  margin-bottom: 80px;
}
.map{
  width: 35%;

}
.map2{
  margin-top: 0px;
}
.triangle_map{
  transform: rotate(90deg);
  position: relative;
  margin: auto;
  border-right: 30px solid transparent;
  border-bottom: 48px solid #ea6000;
  border-left: 30px solid transparent;
  top: 37px;
}
.campus_map{
  width: 100%;
  max-width: 475px;
}
.bullet{
  font-size: 20px;
  position: relative;
  top: 50px;
  margin: 0;
  margin-left: 20px;
  white-space: nowrap;
}
.back_bar_map{
  display: none;
}
.bullet_2{
  margin-bottom: 90px;
}
.wagara_mizuhiki{
  display: none;
}

.oshinagakis {
    width: 35%;
    height: 300px;
    position: relative;
    margin-top: 30px;
}
.oshinagaki{
  width: 400px;
  left: -90px;
}
 .container{
  width:410px;
  margin-top: 85px;
        margin-bottom: 110px;
        transform:scale(1.2);
  left: -255px;
  padding-bottom: 25px;
}
.slick-img img{
  max-width:160px;
  max-height: 120px;
  transform:scale(.5);
}
#speakerimg .slider .slick-center{
  max-height:106px !important;
 
  object-fit: cover;
 }
 .prev-arrow{
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width:20px;
  height: calc(tan(60deg) * 20px / 2);
  left: 8px;
  z-index: 1;
}
.next-arrow{
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width:20px;
  height: calc(tan(60deg) * 20px / 2);
  right:-14px;
}
.slick-arrow.prev-arrow:hover{
  transform:scale(1.5);
  transition:0.5s;
}
.slick-arrow.next-arrow:hover{
  transform:scale(1.5);
  transition:0.5s;
}
.wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: auto;
}
.p_kaisetsu_2{
  width: 57%;
  font-size: 22px;
  padding-right: 5%;
  margin-left: 0px;
}
.container::after{
  left: -7px;
  top: -100px;
  width: 50%;
}
.container::before{
  font-size: 13px;
  right: 100px;
  bottom: -33px;
  z-index: 1;
}
.slider-decoration-bar{
  bottom: 54.5px;
  width: 95%;
  height: 48px;
  left: 5%;
}
.circle1{
  width: 180px;
  height: 180px;
  top: -33px;
  left: 32%;
}
.circle2{
  width: 180px;
  height: 180px;
  top: -38px;
  left: 125px;
}
.circle2::before{
  width: 9px;
  height:  9px;
  top: 21px;
  right: 21px;
}
.chart_arrows_2{
  top: 123px;
}
.rules{
  width: 70%;
  margin-top: 15px;
  margin-bottom: 100px;
}
.rule{
  font-size: 20px;
  margin-bottom: 35px;
}
.rule::before{
  width: 20px;
  height: 20px;
  top: 6px;
  left: -23px;
}
.movie{
  width: 50%;
  width:560px;
  height: 315px;
  margin-bottom: 90px;
}
iframe{
  width:560px;
  height: 315px;
}
.number{
  font-size: 40px;
}
.bullets{
  margin-left: auto;
  top: 50px;
  right: 0px;
  position: relative;
}
.map_description{
  width: 60%;
  margin-left: auto;
  top: 50px;
  right: 0px;
  position: relative;
}
.arrow_map{
  width: 55%;
  font-size: 18px;
  font-weight: 600;
  color: #3e3a39;
}
}


