@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

/*メインビジュアル*/
.main_img{
	/*max-width: 1110px;*/
	position: relative;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}
.main_img img{
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
.main_img{
	padding-left: 0;
	padding-right: 0;
}
.main_img img{
	border-radius: 0;
}	
}
@media screen and (max-width: 550px) {

}

/* トップ　 */
#top_news{
  
}
#top_feautre,#top_partner{
  background-color: #E7EEF1;
}
@media screen and (max-width: 767px){
}
@media screen and (max-width: 550px){
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/

#sub_ttl{
  background-color: #FFDA2A;
  padding-top: 120px;
}
#sub_ttl h2{
  font-weight: 600;
  font-size: 4.2rem;
  text-align: center;
  padding: 40px 15px;
  line-height: 1;
  color: #002A5B;
}

.ttl{
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.ttl span{
  font-weight: 600;
}
.ttl span.en{
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1;
  font-family: "Roboto Condensed", serif;
}
.page_ttl{
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.page_ttl span{
  font-size: 1.6rem;
}
.base_list li {
  margin-bottom: 30px;
}
.base_list li:last-child {
  margin-bottom: 0;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius25 {
  border-radius: 25px;
  overflow: hidden;
}
.map iframe{
  width: 100%;
  height: 350px;
}
.map {
  margin-bottom: 60px;
}
/*マーカーを引く*/
.line {
  background: linear-gradient(transparent 70%, #63BAC7 70%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
/* マーカーが引かれる際に付与するクラス */
.line.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
/*マーカーを引く*/
.line2 {
  background: linear-gradient(transparent 95%, #FFFFFF 95%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
/* マーカーが引かれる際に付与するクラス */
.line2.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
@media screen and (max-width: 1000px) {
  #sub_ttl{
    background-color: #63BAC7;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #sub_img{
    width: 100%;
    height: 300px;
  }
  #sub_img h2{
    font-size: 4rem;
  }
  #sub_ttl h2{
    font-size: 3rem;
    padding: 40px 15px;
  }
  .ttl{
    font-size: 2.0rem;
    margin-bottom: 40px;
}
.ttl span.en{
  font-size: 32px;
}
  .page_ttl{
    font-size: 2.2rem;
  }
  .page_ttl span{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {

}
/*-------------------------------------*/
/*	about	*/
/*-------------------------------------*/
#company .caption{
  font-size: 2.0rem;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  #company .caption{
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
/*-------------------------------------*/
/*	news 一覧	*/
/*-------------------------------------*/
.cat_list{
  text-align: center;
  margin-bottom: 40px;
}
.cat_list li{
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 15px;
}
.cat_list li:last-child{
  margin-right: 0;
}
.cat_list li a{
  display: block;
  background-color: #FFFFFF;
  color: #008291;
  border: 2px solid #008291;
  padding: 0.7em 1em;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 500;
}
.cat_list li.current a,.cat_list li a:hover{
  background-color: #008291;
  color: #FFFFFF;
}
.tag_list a{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  color: #989898;
  background-color: #FFFFFF;
  border: 1px solid #989898;
  margin: 3px;
  border-radius: 5px;
  padding: 0.5em;
}
.tag_list a:hover{
  background-color: #989898;
  color: #FFFFFF;
  border: 1px solid #989898;
}
.news_box{
  position: relative;
}
.news_box .img_wrap{
  margin-bottom: 5px;

}
.news_box .cat{
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  
}
.news_box .inner{
  padding: 0;
}
.news_box p.caption{
font-size: 1.4rem;
margin-bottom: 10px;
line-height: 1.5;
}
.news_box  p .date{
  font-size: 1.4rem;
}
.news_box h3{
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 550px) {
  .tag_list a{
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
    color: #989898;
    background-color: #FFFFFF;
    border: 1px solid #989898;
    margin: 3px;
    border-radius: 5px;
    padding: 0.4em 0.5em;
  }
  .news_box p.caption{
    font-size: 1.2rem;
    }
  .news_box  p .date{
    font-size: 1.2rem;
  }
  .news_box h3{
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .news_box .date{
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
/*　新着　*/
#single{
  padding-top: 140px;
}
.sub_ttl{
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
.sub_ttl span{
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto Condensed", serif;
  font-size: 2.4rem;
  margin-right: 10px;
}
#single .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
.thumb {
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
}
#single hr{
  margin: 40px 0;
}
@media screen and (max-width: 1000px) {
  #single{
    padding-top: 100px;
  }
}

/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/
.lity-close {
  z-index: 9994;
  width: 60px;
  height: 60px;
  right: 20px;
  top: 20px;
  font-size: 60px;
  line-height: 60px;
}
.lity-close:hover {
  z-index: 9994;
  width: 60px;
  height: 60px;
  right: 20px;
  top: 20px;
  font-size: 60px;
  line-height: 60px;
}
/* カテゴリーラベル */
.cat {
  letter-spacing: 0.05em;
  color: #212121!important;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  line-height: 1;
  background: #FFFFFF;
  border: 1px solid #212121;
	border-radius: 50px;
}
a.cat:hover {
  background-color: #212121;
  color: #FFFFFF!important;
}
/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #002A5B !important;
  background: #FFFFFF;
  border: 1px solid #002A5B;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #002A5B;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #002A5B;
  color: #FFFFFF;
  background: #002A5B;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #002A5B !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #002A5B;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #002A5B;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
}
/*--------------------------------
	サイドバー
*/
#side {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
#side hr {
  border-top: 1px dotted #63BAC7;
  margin-bottom: 20px;
	margin-top: 20px;
}
#side h3,#side h2 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Roboto Condensed", serif;
  font-style: italic;
  margin-bottom: 10px;
  border-bottom: 2px solid #008291;
  padding-bottom: 10px;
}
#side .side_list{
	margin-bottom: 10px;
}
#side .side_list ul li a {
  display: block;
  padding: 10px 0;
}
#side .side_list ul li a:hover {
  opacity: 0.7;
}
#side span.date {
  font-size: 1.2rem;
  color: #666;
  margin-top: 10px;
  display: block;
}
.side_news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.side_news dt {
  width: 35%;
    margin-bottom: 20px;
    max-width: 150px;
	position: relative;
}
.side_news dd {
	width: 65%;
	padding-left: 20px;
  margin-bottom: 20px;
}
.side_news dt:last-of-type,.side_news dd:last-of-type {
    margin-bottom: 0;

}
.side_news dd h4 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.widget p{
margin-bottom: 20px;
}
.widget p img{
  margin: 0 auto;
  display: block;
  }
.rank_list dt::before{
	position: absolute;
	left: -5px;
	top: -5px;
	background: #F99532;
	color: #FFFFFF;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	z-index: 1;
}
.rank_list dt:nth-of-type(1)::before{
	content: "1";
}
.rank_list dt:nth-of-type(2)::before{
	content: "2";
}
.rank_list dt:nth-of-type(3)::before{
	content: "3";
}
.rank_list dt:nth-of-type(4)::before{
	content: "4";
}
@media screen and (max-width: 991px) {
  #side {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #side {
    margin-top: 40px;
    padding: 30px;
}
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.form_area{

}
.form_area h4 {
  margin-top: 40px !important;
  position: relative;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
.submit_btn_wrap {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  padding: 1em 1.5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: none;
  background: #002A5B;
  border-radius: 10px;
  color: #FFFFFF;
}
.submit_btn:hover {
  background: #000000;
  text-decoration: none;
  color: #FFFFFF;
}
.back_btn {
  width: 100%;
  height: 35px;
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  font-size: 100%;
  text-align: center;
  background: #AAAAAA;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
}
.back_btn:hover {
  color: #AAAAAA;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.must {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #E56262;
  margin-right: 10px;
  vertical-align: middle;
}
.nini {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #63A6DB;
  margin-right: 10px;
  vertical-align: middle;
}
.privacy_box {
  background-color: #fafafa;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 1.4rem;
}
.privacy_inner {
  width: auto;
  height: 200px;
  overflow-y: scroll;
  padding: 22px;
  font-size: 100%;
}
.consent_check_wrap {
  padding: 20px;
	margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #144DA0;
  border-radius: 10px;
}
.consent_check_wrap p a {
  text-decoration: underline;
	color:  #0071bc;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #00406C;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.7em;
  margin: 0;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
	margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
	display:inline-block;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
	.form_area{
	padding: 20px;
}
  .tel_list {
    display: block;
  }
  .tel_list div {
    margin-right: 0;
  }
  .privacy_inner {
    padding: 10px;
  }
  .privacy_inner p {
    font-size: 75% !important;
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}