@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body{
	font-family: Helvetica,"Sawarabi Gothic",Meiryo,"メイリオ","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",YuGothic,"游ゴシック",Arial,sans-serif; 
}
/*隙間*/
.ft_ph img, .ft_tel img, .tp_key img, .ft_contact img, .bg_white_center img .bg_yellow_center img, .bg_white_center img ,.cp_bn img{
  vertical-align: bottom;
}
/*共通*/
.key img, .center img, .ft_ph img, .bg_yellow_center img, .bg_white_center img, .ft_contact_small img {
  width: 100%;
}
.bg_yellow_center, .tp_button, .tp_news, .h1 {
  text-align: center;
}
.bg_white_center, .ft_contact h1 {
  margin: 0 auto;
}
.ft_contact h1, .ft_contact img {
  width: 65%;
  text-align: center
}
.h1 img{
	text-align: center
}
.tp_button {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.ft_contact_lg p {
  text-align: end;
}
/*hover*/
.ft_nav a:hover, .btn06:hover,.cp_contact_lg a:hover,.cp_bn img:hover {
  opacity: 0.6;
}
/*text*/
.ft_nav a, .headB a {
  font-family: ＶＤ ロゴ丸 特太 G;
}
.tp_news a {
  ont-family: Noto Sans JP;
}
.ft_contact_lg a, .tp_news p ,.ft_contact_lg a, .ft_contact_lg p{
  color: #464646;
}
a {
  text-decoration: none;
}
/*------卒業生の声,お問い合わせ文字------*/
.vo_midashi
{
  font-family : A-OTF 丸フォーク Pro;
  font-size : 1.5rem;
  line-height :2rem;
  letter-spacing :8px;
	font-weight: 900;
  color : #00689D;
}
.vo_p
{
  font-family : Noto Sans JP;
  font-size :1rem;
  line-height :1.5rem;
  letter-spacing :2px;
  color : #464646;
}
p.vo_midashi,.vo_p {
    padding-bottom: 1rem;
}
/*------背景-ftあり------*/
.ft_wrap, .ft_wrap, .bg_yellow_center {
  background-repeat: repeat;
  background-position: center;
}
.bg_yellow_center {
  background: url("../img/bc_ye.png");
}
.ft_wrap {
  background-color: #6fa42c;
  background-image: url("../img/bc_gre.png");
}


.bg_yellow_center {
  background-color: #f6ed55;
}

/*------ボタン共通設定------*/
.btn06 {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background: #d56d8a;
  color: #ffffff;
  padding: 10px 40px 10px 30px;
  border-radius: 25px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
/* 矢印が右に移動 */
.btnarrow1::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 13px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
.btnarrow1:hover::after {
  right: 11px;
}
/*線*/
.solid {
  border-top: 0.8rem solid;
  border-image: repeating-linear-gradient(90deg, #6bb2dc 0 10%, #d56d8a 10% 20%, #6fa42c 20% 30%, #e09500 30% 40%, #6bb2dc 40% 50%, #d56d8a 50% 60%, #6fa42c 60% 70%, #e09500 70% 80%, #6bb2dc 80% 90%, #d56d8a 90% 100%);
  border-image-slice: 1;
  width: 100%;
}
/*------nav-------*/
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
  color: #ffffff;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}
.container {
  background-color: #6bb2dc;
}
/*headerA*/
.headA {
  display: inline-block;
  line-height: 50px;
  padding-left: 2rem;
  /*  padding-right: 2rem;*/
  padding-top: 1rem;
  text-decoration: none;
}
.headA img {
  width: 80%;
}
/*headerB ナビゲーションメニュー*/
.headB ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.headB a {
  display: block;
  padding: 0.5rem;
  color: #ffffff;
  font-size:0.7rem;
  text-decoration: none;
  white-space: nowrap;
}
.headB a:hover {
  opacity: 0.5;
}
.ft a:hover {
  opacity: 0.5;
}
/*背景ebd*/
.ft_tel {
  background-color: #0068a1;
  text-align: center;
}
.ft_tel img {
  width: 60%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.ft_nav a, .ft_small {
  text-align: center;
  color: #ffffff;
  padding-right: 1rem;
}
.ft_nav a {
  font-size: 1rem;
  letter-spacing: 0.3rem;
}
.ft_nav li {
  text-decoration: none;
  list-style: none;
}
.ft_nav {
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 3px;
  padding-bottom: 1rem;
}
.ft_wrap-small {
  text-align: center;
}
.ft_lg {
  padding: 2rem 0 1.5rem 0;
}
.ft_contact_small {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2rem;
}
.ft_contact_lg p {
  pasdding-top: 1.5rem;
}
.ft_contact_lg a, .ft_contact_lg p {
  font-size: 1rem;
  line-height: 2.5rem;
  letter-spacing: 5px;
}
	/*footer_bc雲*/
	.ft_contact {
  background-image:  url("../img/bc_right.png"),
	   url("../img/bc_left.png"),url("../img/bc_bl.png");
	background-repeat:no-repeat,	
		no-repeat,
		repeat;
	background-position:right center,left center;
}
/*-------mb--767-----*/
/*ヘッダーC トグルボタン*/
@media(max-width:768px) {
  /*header*/
  header .container-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headC {
    margin-right: 20px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 28px;
    opacity: 0.5;
    cursor: pointer;
  }
  .headC:hover {
    opacity: 0.3;
  }
  .headB {
    display: none;
  }
  /*nav.other*/
  .headA img {
    width: 60%;
  }
  .headB {
    padding: 15px 2rem 15px 15px;
  }
  /*フッター*/
  nav.ft_nav {
    text-align: center;
  }
  .ft_lg img {
    width: 60%;
  }
  /*余白*/
  .ft_contact_small, .ft_contact_lg, .ft_contact h1,h1 {
    padding: 1rem;
  }
  .bg_yellow_center img {
    padding: 1rem 0 1rem 0;
  }

  /*幅*/
  .ft_contact_small, .bg_white_center, .bg_yellow_center img {
    width: 90%;
  }
  /*画像*/
  .h1 img, .ft_contact img, .ft_tel img {
    width: 80%;
  }
	.ft_contact h1{
		 width: 65%;
	}
  .tp_button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ft_contact {
    padding:0 1rem 1rem 1rem;
  }
  iframe {
    width: 100%;
  }
}
/*-------PC-768以上------*/
@media(min-width:769px) {
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1000px;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
  }

  .headB ul {
    display: flex;
  }
  .headC {
    display: none;
  }
  .headB {
    display: block !important;
  }
  /*フッター*/
  .ft_nav ul {
    display: flex;
    justify-content: center;
  }
  .ft_nav small {
    text-align: center;
  }
  .ft_black a {
    margin-right: 2rem;
  }
  .ft_lg img {
    width: 30%;
  }
  /*白い部分*/
  .ft_contact_small {
    display: flex;
    flex: 1;
    justify-content: center;
  }
  .ft_contact_small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ft_access {
    padding-left: 2rem;
  }
  .ft_access {
    margin-top: auto;
    margin-bottom: auto;
  }
  .ft_map {
    height: 250px;
  }
  iframe {
    width: 100%;
    height: 100%;
  }
  /*余白*/
  .bg_yellow_center img {
    padding: 2rem 0 2rem 0;
  }
  .h1 img, .ft_contact h1 {
    padding: 2rem;
  }
  .ft_contact {
    padding-bottom: 3rem;
  }
  /*幅*/
  .ft_contact_small, .bg_white_center, .bg_yellow_center img {
    width: 80%;
  }
			.ft_contact h1{
		 width: 55%;
	}
}
/*-------PC大--1024-----*/
@media(min-width:1025px) {
  .headB a {
    font-size: 1.2rem;
  }
  .headA img {
    width:100%;
  }
	.headA {
		padding-left: 1rem;
	    padding-right: 1rem;}
  /*余白*/
  .bg_yellow_center img {
    padding: 3rem 0 3rem 0;
  }
  .h1 img, .ft_contact h1 {
    padding: 3rem;
  }
  /*幅*/
  .ft_contact_small, .bg_white_center, .bg_yellow_center img {
    width: 60%; 
   }
		.ft_contact h1{
		 width: 45%;
	}
	}