@charset "utf-8";

/*
============================================================
佐鳴予備校2022年夏期講座　PC設定
============================================================
*/
.pc{display: block;}
.pc_only{display: block;}
.tb{display: none;}
.sp{display: none;}


img{
  height: auto;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
header img{
  width: 85%;
  max-width: 877px;
	margin: auto;
	}


.box_contents{
  width: 100%;
	max-width: 990px;
  margin: 0 auto;
  padding: 2%;
  overflow: hidden;
}

.left{
    width: 45%;
    margin-right: 10%;
    float: left;
}
.right{
    width: 45%;
    float: right;
}
a.text_link_blue {
	box-shadow: 0px 6px 20px 5px #e8e8e8;
	background-color:#ffffff;
  color: #004ea2;
	border-radius:28px;
	border:2px solid #004ea2;
	display:inline-block;
	cursor:pointer;
	font-size:16px;
	padding:15px 35px;
  text-decoration:none;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}

span.text_link_gray{
	background-color:rgba(0,0,0,.4);
	color:#fff;
	border-radius:28px;
	display:inline-block;
	font-size:16px;
	padding:15px 45px;
  text-decoration:none;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}

.text_link_blue:hover {
  background-color:#004ea2;
  color: #ffffff;
}
.text_link_blue:active {
	position:relative;
	top:1px;
}

a.text_link_pink {
	box-shadow: 0px 6px 13px 5px #cfcdcf;
	background-color:#ffffff;
  color:#e65e5e;
	border-radius:28px;
	border:2px solid #e65e5e;
	display:inline-block;
	cursor:pointer;
	font-size:16px;
	padding:16px 30px;
  text-decoration:none;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
.text_link_pink:hover {
  background-color:#e65e5e;
  color: #ffffff;
}
.text_link_pink:active {
	position:relative;
	top:1px;
}

a.text_link_yellow {
	box-shadow: 0px 6px 13px 5px #cfcdcf;
	background-color:#ffffff;
  color:#f7821e;
	border-radius:28px;
	border:2px solid #f7821e;
	display:inline-block;
	cursor:pointer;
	font-size:16px;
	padding:16px 30px;
  text-decoration:none;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
.text_link_yellow:hover {
  background-color:#f7821e;
  color: #ffffff;
}
.text_link_yellow:active {
	position:relative;
	top:1px;
}

/*----------準備中---------*/

.before_box{
	padding:60px 20px;
    text-align: center;
    font-size:1.8em;
	line-height:1.4em;
	letter-spacing:.03em;
    font-weight: 600;
}


/* ---------------------------------------------------------
■ information
--------------------------------------------------------- */

iframe#information{
  text-align: center;
  width: 90%;
  height: 200px;
  max-width: 900px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 2px;
  border: solid 2px #1fafb3;
  /*border: none;*/

}
ul#news{
  text-align:left;
  width: 99%;
}

ul#news li{
  background: #fff;
  margin-bottom: 2px;
  padding: 10px;
  }
ul#news li span{
  color:#FA949F;
}
ul#news li a{
  color:#1b1b1b;
  /*text-decoration: none;*/
}

/* ---------------------------------------------------------
■ CONTENTS
--------------------------------------------------------- */

h2{
  color: #001C58;
  font-size: 30px;
  padding-left: 5px;
  /*
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 900;
  font-style: normal;
  */
  line-height: 1.0;
  margin-bottom: 50px;
}

h2 .small{
  font-size: 50%;
}
h2 p{
  margin-bottom: 0px;
}
h3{
  color: #1b1b1b;
  font-size: 22px;
  text-align: left;
  clear: both;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
h3.blue{
  color: #004EA2;
  background-color: #E5F4FD;
  padding: 20px;
}
h3.pink{
  color: #e65e5e;
  background-color: #fce1dd;
  padding: 20px;
}
h3.yellow{
  color: #f7821e;
  background-color: #fdf3d1;
  padding: 20px;
}



.box_yellow{
  margin: 0 auto;
  padding: 3% 5%;
  background-color: #FDF1C8;
  overflow: hidden;
  display: inline-block;
}

.big-wrap{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
		max-width: 1100px;
	margin: auto;
}
.wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  width: 44%;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 15px;
  float: left;
}

table{
  clear: both;
  width:100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 20px;
}
table th{
  font-size:90%;
  background-color: #004ea2;
  font-weight: bold;
  padding: 10px;
  color:#fff;
}
table td{
  text-align: left;
  font-size:90%;
  padding: 5px;
  padding-left: 10px;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #efefef;
  /*border-bottom: 2px #9fa0a0 solid;*/
}
table td.gakunen{
  background-color: #d3edfb;
  text-align: center;
  padding-left: 0;

}

/* ---------------------------------------------------------
■ firstview
--------------------------------------------------------- */
#mv_area{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#mv_area img{
  width: 100%;
}
/* ---------------------------------------------------------
■ section#about
--------------------------------------------------------- */
section#about{
  margin-bottom: 30px;
  padding: 30px 0;
  background-color: #FAFAFA;
}
section#about .box_contents p{
  text-align: center;
  font-size: 20px;
  margin-top: 80px;
}
section#about .box_contents h2{
  font-size: 30px;
  color: #424242;
  padding-left: 5px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.0;
  margin-bottom: 50px;
}
section#about .box_contents{
  width: 100%;
	max-width: 1300px;
  margin: 0 auto;
  padding: 2%;
  overflow: hidden;
}

section#about .left{
  width: 40%;
  height: 330px;
  float: left;
}
section#about .right{
  width: 50%;
  float: right;
}


.youtube {
  position: relative;
  float: right;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  filter: drop-shadow(15px 15px 10px rgba(0,0,0,0.3));
  -webkit-transform: scale(1.0);
}
/*.youtube:after {
	position: absolute;
	content: "▶ Play";
	color: #fff;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	z-index: 11;
}*/


/* 
---------------------------------------------------------
■ slider
--------------------------------------------------------- */

section#slider{
  background-image: url("../images/bg_message.png");
  background-repeat: repeat-y;
  padding: 30px 0;
}
section#slider h3{
  text-align: center;
}
.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}
.slide {
  width: 560px;
  height: 380px;
  margin: 20px;
  position: relative;
}
  /*.slide img{
border-radius: 15px;
  border: solid 8px #ffffff;
}*/
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

@media all and (-ms-high-contrast: none) {
section#slider{
  display: none;
}
}

/* ---------------------------------------------------------
■ section#eljr
--------------------------------------------------------- */
section#eljr{
  margin-top: 100px;
}
section#eljr .box_contents{
  overflow: visible;
}
section#eljr .left{
  position: relative;
}
section#eljr .left img{
  position: absolute;
  left: -400px;
}
section#eljr .right{
  margin-top: 0px;
}

/* ---------------------------------------------------------
■ section#jrhi
--------------------------------------------------------- */
section#jrhi{
  margin-top: 100px;
}
section#jrhi .box_contents{
  overflow: visible;
}
section#jrhi .right{
  position: relative;
}
section#jrhi .right img{
  position: absolute;
  right: -400px;
}
section#jrhi .left{
  margin-top: 0px;
}

/* ---------------------------------------------------------
■ section.banner-area
--------------------------------------------------------- */
section.banner-area{
  max-width: 1000px;
  margin: auto;
  margin-top: 200px;
}
section.banner-area h3{
  text-align: center;
}
section.banner-area a img{
  margin-bottom: 40px;
  filter: drop-shadow(0px 2px 7px rgba(0,0,0,0.3));
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-align: center;
}
section.banner-area a img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* ---------------------------------------------------------
■ section.campaign-area
--------------------------------------------------------- */
section.campaign-area{
  background-color: #FDE8A4;
  padding-bottom: 20px;
  margin: auto;
  /*

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  */
}
section.campaign-area .left{
  width: 48.5%;
  margin-right: 3%;
  float: left;
}
section.campaign-area .right{
  width: 48.5%;
  float: right;
}
section.campaign-area p{
  margin: 10px;
  clear: both;
  font-size: 90%;
}
section.campaign-area a img{
  margin-top: 40px;
  filter: drop-shadow(0px 2px 7px rgba(0,0,0,0.3));
}


/* ---------------------------------------------------------
■ section#sanasta
--------------------------------------------------------- */

section#sanasta h2{
  color: #e65e5e;
}
section#sanasta .box_contents{
  overflow: visible;
}
section#sanasta .left{
  position: relative;
}
section#sanasta .left img{
  position: absolute;
  left: -400px;
}
section#sanasta .right{
  margin-top: 0px;
}
/*
section#sanasta table{
}
section#sanasta table th{
  background-color: #e65e5e;
}
section#sanasta table td{
}
section#sanasta table td.gakunen{
  background-color: #F0C3BA;
  text-align: center;
  padding-left: 0;
}
section#sanasta section.banner-area{
  max-width: 1200px;
  margin: auto;
  margin-top: 200px;
}
section#sanasta section.banner-area .left img{
  left: 0;
}
section#sanasta section.banner-area .right{
  margin-top: 0;
}
*/

/* ---------------------------------------------------------
■ section#kobetsu
--------------------------------------------------------- */
section#kobetsu .box_contents{
  overflow: visible;
}
section#kobetsu .right{
  position: relative;
}
section#kobetsu .right img{
  position: absolute;
  right: -400px;
}
section#kobetsu .left{
  margin-top: 0px;
}


/* ---------------------------------------------------------
■ section#hischool
--------------------------------------------------------- */
section#hischool{
  margin-top: 150px;
  margin-bottom: 150px;
}
section#hischool .box_contents{
  overflow: visible;
}
section#hischool .left{
  position: relative;
}
section#hischool .left img{
  position: absolute;
  left: -400px;
}
section#hischool .right{
  margin-top: 0px;
}

/* ---------------------------------------------------------
■ section#winter
--------------------------------------------------------- */
section#winter{
  margin-top: 100px;
}
section#winter .box_contents{
  overflow: visible;
}
section#winter .right{
  position: relative;
}
section#winter .right img{
  position: absolute;
  right: -400px;
}
section#winter .left{
  margin-top: 50px;
}

/* ---------------------------------------------------------
■ section#entry
--------------------------------------------------------- */
section#entry{
  margin-top: 100px;
}

/* ---------------------------------------------------------
■ 固定エントリーボタン
--------------------------------------------------------- */
#entry_button {
  position: fixed;
  right: 50px;
  bottom:30px;
}
#entry_button a{
  color: #fff;
  display: inline-block;
  text-align:center;
  position: relative;
  width: 200px;
  height: 200px;
  font-size: 23px;
  font-weight: bold;
  border-radius:100%;
  background-color: #FA949F;
}
#entry_button a span{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align:center;
  width: 200px;
}



/* ---------------------------------------------------------
■ section#flow
--------------------------------------------------------- */
dl{
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  padding: 0;
  display: table;
  clear: both;
  position: relative;
}
dl::after{
  content: url(../images/arrow.png);
  position: absolute;
  left: 46%;
  bottom: -30px;
}
dt{
  display: table-cell;
  width: 50px;
  padding: 10px;
  background-color: #f7821e;
  color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  clear: both;
}
dd{
  display: table-cell;
  text-align: left;
  color: #1b1b1b;
  margin-bottom: 10px;
  vertical-align: middle;
  line-height: 1.4;
  padding-left: 10px;
  width: 100%;
}
dl.end::after{
  content: none;
}


/* ---------------------------------------------------------
■ comingsoon
--------------------------------------------------------- */
#comingsoon{
  text-align: center;
  width: 90%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
#comingsoon img{
  max-width: 760px;
  margin: auto;
}
#comingsoon a:hover {
opacity: 0.8 ;
}

/*---*********************************************
■ btn-area
---**********************************************/
#btn-area{
  overflow: hidden;
  clear: both;
  margin-bottom: 50px;

}
#btn-area ul{
  max-width: 1000px;
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2%;
}
#btn-area li{
  max-width: 235px;
}
@media screen and (max-width: 414px) {    /*---414px以下のSP　横3レイアウト---*/
  #btn-area ul{
    grid-template-columns: repeat(3,1fr);
	  row-gap: 10px;
  }
}


/* ---------------------------------------------------------
■ ボタン
--------------------------------------------------------- */
.btn_area a:link { color: #fff; text-decoration: none; }
.btn_area a:visited { color: #fff; text-decoration: none; }
.btn_area a:hover   { color: #fff; text-decoration: none;}
.btn_area a:active  { color: #fff; text-decoration: none; }

.btn_area {
	width: 900px;
	text-align: center;
}

.btn_area .left{
	width: 440px;
	float: left;
}

.btn_area .right{
	width: 440px;
	float: right;
}

/*.btn a{
	color: #fff;
	font-size: 16px;
	padding: 10px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	background: #fbb03b;
	width: auto;
	text-align: center;
	display: block;
}

.btn a:hover{
	-webkit-transform: translate(0,1px);
	-moz-transform: translate(0,1px);
	-ms-transform: translate(0,1px);
	-o-transform: translate(0,1px);
	transform: translate(0,1px);
	background: #ff9b00;
}*/




/*2022*/
section{
  margin-top: 100px;
}
h3{
  width: 100%;
}
.main-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}
.contents_01{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.contents_02{
  display: flex;
  justify-content: space-between;
}
.content-text{
  width: 45%;
}
.content-img{
  width: 50%;
}
.content-img img{
  width: 100%;
  box-shadow: 5px 6px 8px #b3b3b3;
}

/*詳細ボタン*****************************/
.detail_button{
	margin: 30px auto;
	max-width: none;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.detail_button li{
	text-align: center;
	max-inline-size: max-content;
}
@media screen and (max-width:767px){
  .detail_button{
    flex-direction: column;
    row-gap: 20px;
  }
}

/*詳細ボタン 3つver.*****************************/
.detail_button.triple{
	flex-wrap:wrap;
}
.detail_button.triple li{
	max-inline-size: none;
	display: block;
	width: 100%;
}
.detail_button.triple a{
	margin: auto;
	display: block;
	width: 100%;
	max-width:450px;
}

/*セミナー情報***************************/
.seminar{
  background-color: #cce2ff;
  margin-top: 50px;
  padding: 40px;
}
.seminar__title{
  margin-bottom: 50px;
}
.seminar__detail--list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  row-gap: 40px;
  margin-bottom: 0;
  max-width: none;
}
.seminar__detail--item{
  width: 80%;
  text-align: center;
}
.seminar_link{
  font-size: 18px;
  background-color: #ffffff;
  padding: 15px 2%;
  display: inline-block;
  border-radius: 45px;
  border: 2px solid #004ea2;
  width: 100%;
}
.seminar_link:hover {
  background-color:#004ea2;
  color: #ffffff;
}

@media screen and (max-width:767px){
  .seminar{
    padding: 20px 15px;
  }
  .seminar__title{
    margin-bottom: 20px;
  }
  .seminar__detail--list{
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  .seminar__detail--item{
    width: 100%;
    max-width: 450px;
  }
  .seminar_link{
    font-size: 15px;
    padding: 10px 15px;
    min-width: auto;
  }
}


.ImgBox{
  width: 30%;
  height: auto;
  overflow: hidden;
}
.ImgBox-Img{
  transition-duration: 0.3s;
}
/*.detail-link:hover .ImgBox-Img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}*/
.detail-link__text{
  width: 70%;
}

.ImgBox_box{
  width:300px;
  margin:0 auto; 
  overflow:hidden; 
 }
 .ImgBox_box img{
  transition:1s all;
 }
 .sample_box img:hover{
   transform:scale(1.2,1.2);
   transition:1s all;
 }




.detail-link__text {
  text-align: left;
  margin-left: 10px;
}
.detail-link__text h4{
  font-weight: bold;
  font-size: 160%;
  line-height: 1.2;
  margin-bottom: 3px;
}
.detail-link__text .area{
  color: #0058b7;
}
.link-button{
  font-family: 'Klee One', cursive;
  color:#fff!important;
  padding: 18px 10px;
  border-radius: 10px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #29aae1 0%, #002b69 50%, #29aae1 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  position: relative;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  width: 50%;
  min-width: 570px;
  font-size: 26px;
}
.link-button:hover {
  color: #fff;
  background-position: 99% 50%;
}
.link-button img{
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.link-button-box {
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.content-text{
  text-align: left!important;
}
.text-link{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: .5em;
  text-decoration: underline;
  font-weight: bold;
}
.text-link:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-button_dot {
  display: inline;
}





/*ヘッダー*/
* {
  box-sizing: border-box;

}
.head-02.open {
  transform: translateX(70%);
  visibility: visible;
}
.lp-header__trigger.open span:nth-child(1) {
  transform: rotate(45deg);
}

.lp-header__trigger.open span:nth-child(2) {
  opacity: 0;
}

.lp-header__trigger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.head-wrap {
  position: relative;
}
.head-nav {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.head-nav img {
  margin: 0 auto;
  display: block;
}
.head-items {
  display: flex;
  list-style: none;
  color: #ffffff;
  padding: 0;
  margin: 0 0 0 auto;
}
.head-items li {
  margin-right: 1em;
}
.head-items a {
  text-decoration: none;
  color: #ffffff;
}
.head-items a:hover {
  color: #c6c6c6;
}
.lp-header__trigger {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 10px;
  background: none;
  border: none;
  padding: 0;
  height: 24px;
  cursor: pointer;
  margin: 0 0 0 auto;
  display: none;
}
.lp-header__trigger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #e6e6e6;
  margin-bottom: 7px;
  transform-origin: center left;
  border-radius: 1px;
  transition: all 600ms ease;
}
.lp-header__trigger.open span{
  width: 25px;
}

.head-02 {
  width: 100%;
  transform: translateX(100%);
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 50px;
  padding-bottom: 21px;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
  transition: all 600ms ease;
  visibility: hidden;
}
.head-02__wrap {
  padding: 0 10px;
}
.head-02 hr {
  margin: 0;
}
hr {
  border: none;
  border-top: 1px solid #888888;
  background: transparent;
}
.head-02__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 33%;
  color: #c6c6c6!important;
  padding: 17px;
}

.head-nav .head-logo{
  margin-left: 10px;
  width: 230px;
}



@media screen and (max-width: 799px) {
  .head-items {
    display: none;
    color: #dadada;
  }
  .lp-header__trigger{
    top: 7px;
    right: 5px;
    display: block;
  }
}

.sample_box{
  width:300px; 
  margin:0 auto;
  overflow:hidden;
 }
 .sample_box img{
  transition:1s all;
 }
 .sample_box img:hover{
   transform:scale(1.2,1.2);
   transition:1s all;
 }



/*ボタン案1*/
.apply{
  border: solid #ff7d0e 1px;
  padding: 5px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
}
.apply:hover{
  opacity: .7;
}
.apply-inner{
  background: #ff7d0e;
    color: #ffffff;
  border-radius: 3px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.apply-inner img{
  width: 20px;
  margin-left: 15px;
}

/*ボタン案2*/
.btn_push {
  display: block;
  position: relative;
  margin: 0px auto;
  margin-top: 60px;
  background-color: #005bab;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  z-index: 0;
  width: 30em;
  font-size: 23px;
  border-radius: 40px;
  padding: 18px;
}
.btn_push:after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 55px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  z-index: 1;
}
.btn_push:hover{
  opacity: .7;
}
.pc.push-dot{
  display: inline-block;
}

#heijitsu h4{
  color: #005bab;
}
#heijitsu .detail-link:hover{
  color: #005bab;
}
#heijitsu .text-link{
  color: #005bab;
  text-decoration: underline;
}
#heijitsu .text-link:before{
  border-top: 2px solid #005bab;
  border-right: 2px solid #005bab;
}
#sanasuta h4{
  color: #e3007f;
}
#sanasuta .detail-link:hover{
  color: #e3007f;
}
#sanasuta .text-link{
  color: #e3007f;
  text-decoration: underline;
}
#sanasuta .text-link:before{
  border-top: 2px solid #e3007f;
  border-right: 2px solid #e3007f;
}

#kobetsu h4, #chikara h4{
  color: #ef8200;
}
#kobetsu .detail-link:hover, #chikara .detail-link:hover{
  color: #ef8200;
}
#kobetsu .text-link, #chikara .text-link{
  color: #ef8200;
  text-decoration: underline;
}
#kobetsu .text-link:before, #chikara .text-link:before{
  border-top: 2px solid #ef8200;
  border-right: 2px solid #ef8200;
}
#koutoubu h4{
  color: #003e99;
}
#koutoubu .detail-link:hover{
  color: #003e99;
}
#koutoubu .text-link{
  color: #003e99;
  text-decoration: underline;
}
#koutoubu .text-link:before{
  border-top: 2px solid #003e99;
  border-right: 2px solid #003e99;
}
.text-link:hover{
  opacity: .6;
}


.campaign-half{
  width: 50%;
  margin: 0 auto;
}
.campaign img{
  transition: all 300ms ease;
}
.campaign:hover img{
  opacity: .7;
  transition: all 300ms ease;
}
#koutoubu{
  margin-bottom: 20px;
}



/* ---------------------------------------------------------
■ 選択ボタン
--------------------------------------------------------- */

section.select{margin-top: 30px;margin-bottom: 110px;}

.select_area{
	position:relative;
	background-color:#fff;
}

.select_box{
	padding:60px 30px 20px;
}

.select_list ul{
	margin:auto;
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	justify-content: center;
}

.select_list ul li{
	width:calc((100% - (20px * 3))/ 4);
}

.select_list ul li a{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	height:100%;
	color:#fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:33px;
	font-weight:900;
	letter-spacing:.05em;
	padding:25px 0 10px;
	background-color:#215EB7;
	border:#215EB7 4px solid;
	border-radius:20px;
	filter: drop-shadow(0 0 2px rgba(25,50,89,.55));
	transition: .2s;
}

.select_list ul li a span{display:block;width:100%;line-height:1.2em;text-align:center;}
.select_list ul li a span.min{font-size:60%;}
.select_list ul li a span.min.yellow{color:#fff100;}
.select_list ul li a span i{font-size:80%;font-style:normal;}
.select_list ul li a span i.big{font-size:130%;}
.select_list ul li a span:nth-child(1){margin-top:auto;}
.select_list ul li a span:nth-child(2){}
.select_list ul li a span:last-child{margin-bottom:auto;}

.select_list ul li a svg{margin:10px auto 0;width:46px;}
.select_list ul li a polyline{fill:none;stroke:#fff100;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;transition: .2s;}

@media screen and (min-width:768px) {
	.select_list ul li a:hover{
		background-color:rgba(255,255,255,0);
		color:#215EB7;
		filter: drop-shadow(0 0 2px rgba(25,50,89,0));
	}
	.select_list ul li a:hover span.min.yellow{color:#ffa400;}
	.select_list ul li a:hover polyline{stroke:#ffa400;}
}




/*=============================
◆ バナーエリア
==============================*/

.banner_area{
	margin: auto;
	max-width:1140px;
	padding:0 20px;
}