@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
.fuwafuwa {
  animation-name: anim_sc;
  transform: scale(0.97, 0.97);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.7s;
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}


/*メインビジュアル*/


@media screen and (max-width: 1360px) {

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 550px) {}







/*sec01*/
#sec01{
	background-image: url("../images/bg_sec01.png");
	background-size: cover;
}
#sec01 h3{
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.5;
	font-size: 3.4rem;
}
@media screen and (max-width: 1360px) {

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
#sec01 h3{
	margin-bottom: 40px;
	font-size: 2.8rem;
}
}
@media screen and (max-width: 550px) {
#sec01 h3{
	font-size: 2.2rem;
}	
}

/*sec02*/
#sec02{
	background-image: url("../images/bg_sec02.jpg");
	background-size: cover;
	color: #FFFFFF;
		text-align: center;
}
#sec02 h2{
	text-align: center;
	margin-bottom: 20px;
}
#sec02 p.caption{
	margin-bottom: 40px;
	font-size: 2.4rem;
	font-weight: 500;
}

@media screen and (max-width: 1360px) {

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
#sec02 p.caption{
	margin-bottom: 40px;
	font-size: 1.8rem;
}	
}

/*sec03*/
#sec03{

}
#sec03 p.caption{
	margin-bottom: 40px;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 1360px) {

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
#sec03 p.caption{
	font-size: 1.8rem;
}		
}
/*sec04*/
#sec04{
	background-image: url("../images/bg_sec04.jpg");
	background-size: cover;
	color: #FFFFFF;
		text-align: center;
}
#sec04 p.caption{
	margin-bottom: 40px;
	font-size: 2.4rem;
	font-weight: 500;
}

@media screen and (max-width: 1360px) {

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
#sec04 p.caption{
	margin-bottom: 40px;
	font-size: 1.8rem;
}	
}

/* boshu  */
#boshu{
	background-image: url("../images/bg_boshu.png");
}
.boshu_box h3 {
  position: relative;
  font-size: 4.2rem;
  font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.5;
	padding: 40px 10px 0 10px;
}
.boshu_box h3::before {
  content: "";
  width: 250px;
  height: 8px;
	background-image: url("../images/bg_midashi.svg");
	background-repeat: repeat-x;
	position: absolute;
	    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.boshu_box {
  border: 3px solid #333;
	 position: relative;
	background: #FFF;
}
.boshu_box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.boshu_box .inner_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
	  padding: 30px;
}
.boshu_box .inner_box .inner {
  width: 47%;
}
.boshu_box .inner_box .inner table {
  width: 100%;
}
.boshu_box .inner_box .inner table th, .boshu_box .inner_box .inner table td {
  padding: 1em 0.5em;
  border-bottom: 1px dotted #333;
  line-height: 1.7;
}
.boshu_box .inner_box .inner table th {
  width: 25%;
  vertical-align: text-bottom;
}
.boshu_box .bt_entry {
background: #333;
	display: block;
	padding: 20px 50px;
	font-size: 5.0rem;
	color: #FFDE00;
	text-align: center;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	line-height: 1;
}
.boshu_box .bt_entry::before {
content: "\f138";
    position:absolute;
    top:50%;
    right:20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:1;
    font-family: FontAwesome;
	font-size: 3rem;
}
.boshu_box .bt_entry:hover {
background: #FFDE00;
	color: #333;
}
#boshu p.caption{
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.boshu_box h3 {
  font-size: 3.2rem;
	padding-top: 30px;
}
.boshu_box h3::before {
  width: 200px;
  height: 8px;
}
	
  .boshu_box .inner_box {
    flex-direction: column;
  }
  .boshu_box .inner_box .inner {
    width: 100%;
  }
  .boshu_box .inner_box .inner table th {
    width: 27%;
  }
}
@media screen and (max-width: 550px) {
	.boshu_box h3 {
  font-size: 2.4rem;
}
.boshu_box .inner_box {
	  padding: 20px;
}	
  .boshu_box .inner_box .inner table th, .boshu_box .inner_box .inner table td {
    font-size: 1.4rem;
  }
	#boshu p.caption{
	font-size: 1.8rem;
}
.boshu_box .bt_entry {
	font-size: 3.0rem;
}
.boshu_box .bt_entry::before {
	font-size: 2rem;
}	
}
/* flow */
#flow{
	background-color: #F6F6F4;
	background-image: url("../images/bg_flow.png");
	background-size: cover;
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:550px) {}
/* cta */
.cta {
  background: #FFDE00;
  text-align: center;
}
.cta h2 {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.cta h2 .cta_point {
  position: absolute;
  right: 0;
  top: -100px;
}
.fuwafuwa {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 550px) {}

/*----------------------------------------
	共通
-----------------------------------------*/
.ttl {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
.ttl span {
  font-size: 9rem;
	font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
}
.ttl02 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 60px;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
.ttl02::before {
  content: "";
  width: 130px;
  height: 5px;
  background-image: url("../images/bg_h.svg");
  background-size: auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.subttl {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.8rem;
}
.midashi01{
	font-weight: 600;
	text-align: center;
	margin:0 auto 40px auto;
	line-height: 1.5;
	font-size: 3.4rem;
	 position: relative;
  display: inline-block;
  padding: 0 45px;
}
.midashi01:before, .midashi01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.midashi01:before {
  left:0;
}
.midashi01:after {
  right: 0;
}

/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  width: calc(100% / 3 - 20px);
}
.about_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_list li {
  width: calc(100% / 3);
  padding: 15px;
}
.point_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_list li {
  width: calc(100% / 4);
  padding: 15px;
}
.about_list li img, .point_list li img {
  width: 100%;
}
@media(max-width: 768px) {
  .subttl {
    font-size: 2.8rem;
  }
  .ttl, .ttl02 {
    font-size: 2.0rem;
  }
  .ttl span {
    font-size: 5rem;
  }
.midashi01{
	font-size: 2.8rem;
}	
  .col_box {
    margin: 0 auto;
  }
  /*3列*/
  .col-2_list, .col-3_list {
    gap: 10px 10px;
    flex-direction: column;
  }
  .col-2_list .col_box, .col-3_list .col_box {
    width: 100%;
    max-width: 400px;
  }
  .about_list li {
    width: calc(100% / 3);
    padding: 10px;
  }
  .point_list li {
    width: calc(100% / 4);
    padding: 10px;
  }
}
@media(max-width: 550px) {
  .ttl, .ttl02 {
    font-size: 1.8rem;
  }
  .ttl span {
    font-size: 5rem;
  }
	.midashi01{
	font-size: 2.4rem;
		  padding: 0 40px;
}
.midashi01:before, .midashi01:after {
  width: 40px;
  height: 2px;
}	
  .about_list li {
    width: calc(100% / 2);
    padding: 10px;
  }
  .point_list li {
    width: calc(100% / 2);
    padding: 10px;
  }
}
/*----------------------------------------
	モーダル
*/

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 85%);
  padding: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100;
  text-align: center;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
  padding-top: 100px;
}
.modal-inner {
  max-width: 700px;
  margin: 0 auto;
	padding: 5px 0 20px 0;
}
.modal-inner h2{
	color: #FFF;
	text-align: center;
	font-size: 2.0rem;
	margin-bottom: 40px;
	font-weight: 600;
}
.rec_dtl{
	display: block;
	max-width: 500px;
	width: 100%;
	color: #FFFF;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0 auto;
	padding: 1em;
	border-radius: 50px;
}
.rec_dtl:hover{
	color: #000;
	border: 2px solid #FFDE00;
	background: #FFDE00;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  /*モーダルを閉じるボタンの指定*/
  .modal-close {
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 550px) {
	.rec_dtl{
	font-size: 1.6rem;
}
}