/*
Theme Name: 多業種対応HPシステム(CMSテーマ)【Hide Professional Theme】ITツールNo:TL29-0042726
Theme URI:     http://yamatodesign.jp/package/
Author: 株式会社大和デザイン(Yamato Design)
Author URI: http://yamatodesign.jp/
Description: CMS(Wordpress)のスクラッチテーマです。 CMSホームページ導入により売上アップおよび業務効率化が可能です。（既存顧客の維持、新規顧客獲得、エンドユーザー様の利便性の向上、売上向上、顧客管理）ブログやホームページ内の更新はもちろん、メールフォームの追加や編集、予約機能の切り替え、受発注処理を行うことのできるパッケージテーマです。 お客様のビジョンを明確にし、目標設定、ブランディングからペルソナデザインまで行い、お客様にとっての最良のホームページという24時間不眠不休で働く営業マンを作成いたします。 それによりPRやお問合せ受付、社内でのお知らせによる情報共有、予約スケジュール、顧客管理と生産性を向上させます。 下記内容がサーバーにアップしテーマを有効化した状態で行いますので、すぐに運用を開始できます。 ・ブログの更新、お知らせの更新、ページ内の更新は、プログラムの言語が分からなくても直感的に行えます。 ・情報をカテゴリーごとに分けユーザーがほしい情報にたどりつきやすくなっております。 ・管理画面内で使用、不使用を選択できるので今後の展開も視野に入れてお使いいただけます。 ・メール機能も簡単にカスタマイズできるのでお問合せ以外に受注発注の処理も一貫して行うことができます。 ・メールにて収集したメールアドレスを管理することも可能です。 ・お客様の声など、現場の声をより簡単に更新が行えます ・タイムスケジュール、カレンダーの同期も行えます。
Version: 1.0.1
*/


/* ------------------------------------------------------------------------- *
 *  WordPressのネイティブcss
 *  （今回は「.blog_article_area」内に限り適応）
/* ------------------------------------------------------------------------- */
.txt_h1 {
	background:#002749;
	color:#fff;
	text-align:left;
	padding:5px 0;
	font-size:12px;
}
@media screen and (max-width : 760px ) {
.txt_h1 {
	padding:5px 10px;
}
}
.business_area {
	background:#002749;
	padding:15px;
	border-radius:10px;
	    display: flex;
    align-items: center;
}
.business_ico {
	width:15%;
}
.business_txt {
	width:85%;
	color:#fff;
}
.blog_article_area p {
    display: block;
    margin: 1em 0;
}
.blog_article_area h1, h2, h3, h4, h5, h6 ,ul,li,img,table,tr,th,td,dl,dt,dd{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}

.blog_article_area strong { font-weight: bold; }
.blog_article_area em { font-style: italic; }
.blog_article_area blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}


/*   img
/* ------------------------------------ */
.blog_article_area .aligncenter {
    display: block;
    margin: 0 auto;
}
.blog_article_area .alignright { float: right; }
.blog_article_area .alignleft { float: left; }
img[class*="wp-image-"],
.blog_article_area img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
}


/* ------------------------------------------------------------------------- *
 *  WP-PageNavi
/* ------------------------------------------------------------------------- */
.wp-pagenavi {
    display: flex;
    justify-content: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    min-width: 28px;
    padding: 0 2px;
    margin: 0 6px;
    text-align: center;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 32px;
}
.wp-pagenavi .pages {
    padding: 0 10px;
}
.wp-pagenavi .current {
    font-weight: bold;
    background-color: #ccc;
}


figure.blog_img img {
    max-width: 100%;
    height: auto;
}


/* ------------------------------------------------------------------------- */
.mw_wp_form_input .step02,
.mw_wp_form_preview .step01 {
    display: none
}

/* reset
-------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: normal;
	text-align: left;
}
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
ul li {
	list-style: none;
}
ol {
}
input, textarea {
	vertical-align: middle;
}
address, em {
	font-style: normal;
}


/* link
-------------------------------------------------------------------*/
a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}


/* ------------------------------------------------------------------------- */
a:hover {
	text-decoration: none !important;
	opacity: 0.7;
}
a:hover img, a:hover p {
	text-decoration: none !important;
	opacity: 0.7;
}


/* ------------------------------------------------------------------------- */
.op1 {
	opacity: 1.0 !important;
}
.op1 * {
	opacity: 1.0 !important;
}


/* common class
-------------------------------------------------------------------*/
/* noSetting */
.left_area {
}
.center_area {
}
.right_area {
}
.bg_top {
}
.bg_mdl {
}
.bg_btm {
}
.first {
}
.last {
}
.left {
	float: left;
}
.right {
	float: right;
}
.w165 a {
	width: 165px !important;
}
/* position */
.position,.relative {
	position: relative;
}
.vam{vertical-align: middle;}

/* float */
.flt_left {
	float: left;
}
.flt_right {
	float: right;
}
.flt_none {
	float: none !important;
}
/* width */
.w_auto {
	width: auto !important;
}
.w_max {
	width: 100% !important;
}
.w_half {
	width: 50% !important;
}
.w_third {
	width: 33% !important;
}
.w_quarter {
	width: 25% !important;
}
.w_fifth {
	width: 20% !important;
}

.m_auto {
	margin: 0 auto;
}


/* margin:top */
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
/* margin:right */
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr55 {
	margin-right: 55px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr65 {
	margin-right: 65px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr85 {
	margin-right: 85px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr95 {
	margin-right: 95px !important;
}
.mr100 {
	margin-right: 100px !important;
}
/* margin:bottom */
.mb00 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}

@media screen and (max-width : 760px ) {
.mb20 {
	margin-bottom: 10px !important;
}
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}

@media screen and (max-width : 760px ) {
.mb30 {
	margin-bottom: 20px !important;
}
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}

@media screen and (max-width : 760px ) {
.mb40 {
	margin-bottom: 30px !important;
}
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
@media screen and (max-width : 760px ) {
.mb50 {
	margin-bottom: 25px !important;
}
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}

@media screen and (max-width : 760px ) {
.mb60 {
	margin-bottom: 40px !important;
}
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}

@media screen and (max-width : 767px ) {
.mb80 {
	margin-bottom: 40px !important;
}}
.mb85 {
	margin-bottom: 85px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb95 {
	margin-bottom: 95px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
@media screen and (max-width : 767px ) {
.mb100 {
	margin-bottom: 40px !important;
}	
}

.sp_mb10{}
@media screen and (max-width : 767px ) {
.sp_mb10{
	margin-bottom: 10px !important;
	}
}

.sp_mb15 {
}

@media screen and (max-width : 767px ) {
.sp_mb15 {
	margin-bottom: 15px!important;
}
}

.sp_mb20{}
@media screen and (max-width : 767px ) {
.sp_mb20{
	margin-bottom: 20px !important;
	}
}

.sp_mb30{}
@media screen and (max-width : 767px ) {
.sp_mb30{
	margin-bottom: 30px !important;
	}
}

.sp_mb40{}
@media screen and (max-width : 767px ) {
.sp_mb40{
	margin-bottom: 40px !important;
	}
}


.sp_mb50{}
@media screen and (max-width : 767px ) {
.sp_mb50{
	margin-bottom: 50px !important;
	}
}








/* margin:left */
.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml55 {
	margin-left: 55px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.ml65 {
	margin-left: 65px !important;
}
.ml70 {
	margin-left: 70px !important;
}
.ml75 {
	margin-left: 75px !important;
}
.ml80 {
	margin-left: 80px !important;
}
.ml85 {
	margin-left: 85px !important;
}
.ml90 {
	margin-left: 90px !important;
}
.ml95 {
	margin-left: 95px !important;
}
.ml100 {
	margin-left: 100px !important;
}
/* padding:top */

.p10{padding: 10px;}
.p15{padding: 15px;}
.p20{padding: 20px;}
.p30{padding: 30px;}

.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
/* padding:right */
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pr50 {
	padding-right: 50px !important;
}
/* padding:bottom */
.pb00 {
	padding-bottom: 0 !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
/* padding:left */
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl50 {
	padding-left: 50px !important;
}
/* indent */
.indent05 {
	padding: 5px !important;
}
.indent10 {
	padding: 10px !important;
}
.indent15 {
	padding: 15px !important;
}
.indent20 {
	padding: 20px !important;
}
.indent25 {
	padding: 25px !important;
}
.indent30 {
	padding: 30px !important;
}
@media screen and (max-width : 760px ) {
.indent30 {
	padding: 15px !important;
}
	
}
.indent35 {
	padding: 35px !important;
}
.indent40 {
	padding: 40px !important;
}
.indent45 {
	padding: 45px !important;
}
.indent50 {
	padding: 50px !important;
}
/* indent_lr */
.indent05_lr {
	padding: 0 5px !important;
}
.indent10_lr {
	padding: 0 10px !important;
}
.indent15_lr {
	padding: 0 15px !important;
}
.indent20_lr {
	padding: 0 20px !important;
}
.indent25_lr {
	padding: 0 25px !important;
}
.indent30_lr {
	padding: 0 30px !important;
}
.indent35_lr {
	padding: 0 35px !important;
}
.indent40_lr {
	padding: 0 40px !important;
}
.indent45_lr {
	padding: 0 45px !important;
}
.indent50_lr {
	padding: 0 50px !important;
}
/* indent_tb */
.indent05_tb {
	padding: 5px 0 !important;
}
.indent10_tb {
	padding: 10px 0 !important;
}
.indent15_tb {
	padding: 15px 0 !important;
}
.indent20_tb {
	padding: 20px 0 !important;
}
.indent25_tb {
	padding: 25px 0 !important;
}
.indent30_tb {
	padding: 30px 0 !important;
}

@media screen and (max-width : 760px ) {
.indent30_tb {
	padding: 20px 0 !important;
}
}
.indent35_tb {
	padding: 35px 0 !important;
}
.indent40_tb {
	padding: 40px 0 !important;
}
.indent45_tb {
	padding: 45px 0 !important;
}
.indent50_tb {
	padding: 50px 0 !important;
}

.w_60{
	width: 60%;
	margin: 0 auto;
}
.w_50{
	width: 50%;
	margin: 0 auto;
}
.w_40{
	width: 40%;
	margin: 0 auto;
}
@media screen and (max-width : 760px ) {
.w_60{
	width: 100%;
	margin: 0 auto;
}
.w_50{
	width: 100%;
	margin: 0 auto;
}
.w_40{
	width: 100%;
	margin: 0 auto;
}
}





/* font size weight */
.f_200 {
	font-weight: 200;
}
.f_300 {
	font-weight: 300;
}
.f_400 {
	font-weight: 400;
}
.f_500 {
	font-weight: 500;
}
.f_600 {
	font-weight: 600;
}
.f_700 {
	font-weight: 700;
}
.f_800 {
	font-weight: 800;
}
.f_900 {
	font-weight: 900;
}

.f_bold {
	font-weight: bold !important;
}
.f_normal {
	font-weight: normal !important;
}


.f_08 {
	font-size: 0.8rem !important;
}
.f_10 {
	font-size: 1.0rem !important;
}
.f_12 {
	font-size: 1.2rem !important;
}
.f_14 {
	font-size: 1.4rem !important;
}
.f_16 {
	font-size: 1.6rem !important;
}
.f_18 {
	font-size: 1.8rem !important;
}
/*@media screen and (max-width : 760px ) {
.f_18 {
	font-size:1.6rem !important;
}
}*/
.f_20 {
	font-size: 2.0rem !important;
}

@media screen and (max-width : 760px ) {
.f_20 {
	font-size: 1.8rem !important;
}
}
.f_22 {
	font-size: 2.2rem !important;
}
.f_23 {
	font-size: 2.3rem !important;
}
.f_24 {
	font-size: 2.4rem !important;
}
.f_25 {
	font-size: 2.5rem !important;
}
.f_26 {
	font-size: 2.6rem !important;
}
.f_27 {
	font-size: 2.7rem !important;
}
.f_28 {
	font-size: 2.8rem !important;
}
.f_29 {
	font-size: 2.9rem !important;
}
.f_30 {
	font-size: 3.0rem !important;
}
.f_32 {
	font-size: 3.2rem !important;
}
.f_34 {
	font-size: 3.4rem !important;
}
.f_36 {
	font-size: 3.6rem !important;
}

@media screen and (max-width : 760px ) {
.f_36 {
	font-size: 2.4rem !important;
}
}
.f_48 {
font-size:4.8rem;
}
@media screen and (max-width : 760px ) {
.f_48 {
font-size:3.8rem;
}
}

/* align */
.t_left {
	text-align: left !important;
}
.t_center {
	text-align: center !important;
}
.t_right {
	text-align: right !important;
}
.v_top {
	vertical-align: top !important;
}
.v_mdl {
	vertical-align: middle !important;
}
.v_btm {
	vertical-align: text-bottom !important;
}
/* img-Max */
img {
	max-width: 100%;
	height: auto;
}

/* ------------------------------------------------------------------------- */
.bdrs05{border-radius: 5px;}
.bdrs10{border-radius: 10px;}
.bdrs15{border-radius: 15px;}
.bdrs20{border-radius: 20px;}
.bdrs25{border-radius: 25px;}
.bdrs30{border-radius: 30px;}
.bdrs35{border-radius: 35px;}
.bdrs40{border-radius: 40px;}
.bdrs45{border-radius: 45px;}
.bdrs50{border-radius: 50px;}

.bdrs50p{border-radius: 50%;}


/* JavaScript
-------------------------------------------------------------------*/
/* noSetting */

/* rollover */
.btn {
}
/* tab */
.tabNav {
}
/* fixpng */
.fixpng {
}
/* clearfix
-------------------------------------------------------------------*/
dl:after, ul:after, .fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
dl, ul, .fix {
	display: inline-block;
	min-height: 1%;
}


dl, ul, .fix {
	display: block;
}

.quicklinks dl,.quicklinks ul{display: inline-block;}


/* base */

body {
  background: #FFFFFF;
  color: #000;
  font-family: 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
.pankuzu_bg {
  background-color: #eeeeee;
}
.site_wrapper {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site_wrapper {
    width: 100%;
    box-sizing: border-box;
  }
}
#wrapper_all {
  text-align: center;
  min-width: 1200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #wrapper_all {
    min-width: 100%;
  }
}
/* header
-------------------------------------------------------------------*/
/*.header {position: absolute;z-index: 2;top: 0;left: 0;width: 100%;}*/
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0;
	  position: relative;background-color: #fff;
  }
}



.bg_f1 {
  background: #583c32;
  color: #fff;
  padding: 5px 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .bg_h1, .bg_f1 {
    padding: 5px 15px;
    font-size: 1.0rem;
  }
}



/* navi
-------------------------------------------------------------------
*/

.header_in{position: relative;padding:30px 10px;width: 100%;border-bottom: 1px solid #fff;}

.head_logo{width: 430px;float: left;}
.g_nav_o{width: 770px;float: right;}

@media screen and (max-width: 767px) {
.head_logo{width: 50%;float: left;}
.sp_hd_area{width: 40%;float: right;display: flex !important;}

	.sp_hd_area li{width:calc(100% / 3);text-align: center;}
}

.head_bd{
    position: absolute;
    top: 0px;left: 0;
	width: 100%;
    z-index: 2;
}
.g_nav li {
  float: left;
  width:-webkit-calc(100% / 5);
	width:calc(100% / 5);
  overflow: hidden;
  position: relative;
}
.g_nav li a {
  display: block;
  position: relative;
	font-weight:bold;
  padding: 0 0 20px;
  overflow: hidden;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
}
.g_nav li a > span {
  display: block;text-transform: uppercase;
  font-size: 1.8rem !important;
}
.g_nav li a:after {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  position: relative;
  top: 8px;
  margin: auto;
  transition: .25s ease-out;
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  -ms-transition: .25s ease-out;
}
.g_nav li a:hover:after, .g_nav li.current a:after {
  width: 35%;
}
/*sp_nev
-------------------------*/
.close {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
	color: #fff;
}
  .button-toggle {}
  .menu {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    background: #333;
    overflow: hidden;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
  }
  .menu a {
    display: block;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 2rem;
	  font-weight: bold;
	  color: #fff;
  }
@media screen and (max-width: 767px) {
}
  .menu a {

    font-size: 1.6rem;
  }.active {}



/* contents
-------------------------------------------------------------------*/
.content_area {
  margin-bottom: 30px;
}
.content_area .main_area {
  float: left;
  width: 900px;
  box-sizing: border-box;
}
.content_area .side_area {
  float: right;
  width: 240px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .content_area .main_area {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .content_area .side_area {
    float: none;
    width: 100%;
  }
}
.side_ttl {
  background: #002749;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 10px;
}
ul.cate li {
  margin-bottom: 5px;
}
ul.cate li a {
  text-decoration: underline;
}
ul.cate li:before {
  content: " > ";
}
.article_list li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.article_list li:last-child {
  background: none;
	margin-bottom: 0;
}
.side_txt_area {
  padding: 20px;
  border: #002749 1px solid;
  border-top: none;
}
.btn_pink a {
  border: #ff6357 1px solid;
  font-size: 1.4rem;
  color: #ff6357;
  display: block;
  text-align: center;
  padding: 15px 30px;
  line-height: 1;
  background: #fff;
}
.btn_green a {
  background: url(./img/common/arrow_03.png) no-repeat right 10px center #fff;
  border: #181715 1px solid;
  font-size: 1.8rem;
  color: #181715;
  display: block;
  text-align: center;
  padding: 20px 30px;
  line-height: 1; 
}
.btn_green a:hover {
  color: #fff;
  background: url(./img/common/arrow_04.jpg) no-repeat right 10px center #181715;
}
.btn_green_2 a {
  background: url(./img/common/arrow_04.png) no-repeat right 10px center #181715;
  border: #181715 1px solid;
  font-size: 1.8rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 30px;
  line-height: 1; 
}
.btn_green_2 a:hover {
  color: #181715;
  background: url(./img/common/arrow_03.png) no-repeat right 10px center #fff;
}
.bg_top_area {
  background: url(./img/common/bg_area_01.png) no-repeat center top #fef6e6;
}
.bg_top_area_02 {
  background: url(./img/common/bg_area_01.png) no-repeat center top #cc8f8f;
}
.bg_top_area_03 {
  background: url(./img/common/bg_area_01.png) no-repeat center top #ffffff;
}
.ico_tel_in {
  display: block;
}
.btn_black a, .btn_black input {
  border: #333 1px solid;
  font-size: 1.4rem;
  color: #333;
  display: block;
  text-align: center;
  padding: 15px 30px;
  line-height: 1;
  background: #fff;
}
.btn_black_02 a, .btn_black_02 input {
  background: #002749;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 30px;
  line-height: 1;
  border: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  width: 400px;
	margin: 0 auto;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
.btn_black_02 a, .btn_black_02 input {
  width: 100%;
}}
.btn_black_02 input:hover {
  cursor: pointer;
  opacity: 0.7;
}
.txt_area01 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  background: #fff;
}
.txt_area01:before, .txt_area01:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.txt_area01:before {
  left: 7px;
}
.txt_area01:after {
  right: 7px;
}
.txt_area02 {
  background-color: #fff;
  border: 1px solid #181715;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .txt_area02 {
    padding: 15px 20px;
  }
}
.txt_area02_tit {
  color: #181715;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
.txt_side01 {
  border-bottom: #222 1px solid;
  border-top: #222 1px solid;
  text-align: center;
}

.btn_top {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 200;
}
.btn_top2 {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 200;
}
.btn_top a:hover *, .btn_top2 a:hover * {
  opacity: 0.35;
}
@media screen and (max-width: 767px) {
  .btn_top {
    display: none;
  }
  .btn_top2 {
    width: 30px;
  }
}
.icon_list li, .post-categories li, .news_ico {
  display: inline-block;
  min-width: 50px;
  text-align: center;
  margin: 0 5px 5px 0;
  line-height: 1;
  font-size: 1.2rem;
  /* padding: 2px 10px; */
  box-sizing: border-box;
}
.icon_list li.important, .post-categories li.important, .news_ico {
  color: #fff;
  background: #b7ad02;
}
.icon_list li.news, .post-categories li.news {
  border: #f5a53c 1px solid;
  background-color: #fff;
  color: #f5a53c;
}
.icon_list li, .post-categories li { /*	border: #c85554 1px solid;*/ /* background-color: #583c32; */ color: #fff;
}
.icon_list li a, .post-categories li a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #fff !important;
  background-color: #3a1c0c;
}
.column_ico li {}
.column_ico li a {
  background: #002749;
  color: #fff;
  display: block;
  padding: 3px 5px;
}
.top_column_fig_area {}


.txt_area_column {
  height: 120px;
  position: relative;
}
.column_txt {
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_top > li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .column_tit {
    background-position: left 0 top 3px;
    padding: 0 0 5px 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaaaaa;
    min-height: auto;
  }
  .column_top .top_column_fig_area {
    float: left;
    width: 30%;
  }
  .column_top .column_fig {}
  .column_top .column_txt {
    width: 65%;
    float: right;
  }
  .column_top .txt_area_column {
    height: auto;
    padding-bottom: 30px;
    font-size: 1.2rem;
  }
}
.seminar_btn {
  background: url(./img/common/arrow_02.png)no-repeat left center;
  position: absolute;
  right: 0;
  bottom: 5px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .seminar_btn {
    position: relative;
    overflow: hidden;
    float: right;
    margin: 10px 0;
    clear: both;
  }
}

/* footer
-------------------------------------------------------------------*/

.bg_contact{
	position: relative;
	padding-top: 120px;
	padding-left: 60px;
	box-sizing: border-box;
}
@media screen and (max-width : 767px) {
.bg_contact{
	padding-top: 40px;
	padding-left: 20px;
}
}
.bg_contact::before{
	content:"";
	background: url("./img/top/bg_04.jpg") no-repeat top right;
	width: 60%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width : 767px) {
	.bg_contact::before{
	width: 90%;
	height: 250px;
	left: 0;
}
}
.bg_contact .col_2 .right_area{
	padding: 100px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
@media screen and (max-width : 767px) {
.bg_contact .col_2 .right_area{
	padding: 20px;
}}

@media screen and (max-width: 767px) {
.bg_contact .col_1_2 .left_area{
	float: none;
	width: 100%;
	padding:25px 15px;
	
}}
.bg_contact .col_1_2 .right_area{
	float: right;
	background: #f8f8f8;	
	width: 65%;
	padding: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.bg_contact .col_1_2 .right_area{
	float: none;
	width: 100%;
	padding: 20px;
}
}
.con_tel_box {
  font-size: 6rem;
	font-weight: bold;
	color: #A68879;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.con_tel_box {
  font-size: 4.2rem;
}
	.con_tel_box a{
	color: #A68879;
}
}
.mail_side {
  margin-top: 15px;
}
.mail_side a {
  font-size: 1.8rem;
  background-color: #181715;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 20px;
}
.mail_side .googlefont_01 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .mail_side {
    margin-top: 0;
  }
}
.ft_contact_tit {
  position: relative;
  margin-bottom: 20px;
}
.ft_contact_tit h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ft_contact_tit h2::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: -3px;
  width: 4%;
  height: 5px;
  overflow: hidden;
  background-color: #fff;
}
.ft_contact_en {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .ft_contact_tit h2::after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -3px;
    width: 10%;
    height: 5px;
    overflow: hidden;
    background-color: #fff;
  }
}
.footer {
	background: #002749;
	padding: 40px 0 20px;
}
.ft_area {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .ft_area {
    padding: 25px 15px;
  }
}
.ft_area .left_area {
  float: left;
  width: 615px;
}
.ft_area .right_area {
  float: right;
  width: 315px;
}
@media screen and (max-width: 767px) {
  .ft_area .left_area {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .ft_area .right_area {
    float: none;
    width: 100%;
  }
}
.ft_nav{
	text-align: center;
}
.ft_nav li {
	display: inline-block;
	padding: 0 30px;
	border-right: #fff 1px solid;
}
@media screen and (max-width: 767px) {
  .ft_nav li {
	  float: left;
    width: 50%;
    padding:5px;
    box-sizing: border-box;
	border-right:none;
  }
}
.ft_nav li:last-child{
	border-right:none;
}
.ft_nav li a{
	color: #fff;
}

.border_double {
  border: #aaaaaa double 3px;
  padding: 15px;
}
.ico_f01 {
  background: url(./img/common/ico_f01.png) left center no-repeat;
  padding-left: 20px;
}
.ico_f02 {
  background: url(./img/common/ico_f02.png) left center no-repeat;
  padding-left: 20px;
}
.ico_f03 {
  background: url(./img/common/ico_f03.png) left center no-repeat;
  padding-left: 20px;
}
.list_f01 li {
  border-top: #ccc 1px dotted;
  padding-top: 15px;
  margin-top: 15px;
  width: 33.3333%;
  float: left;
  font-size: 85.7% !important;
}
.slider_txt {
  position: absolute;
  bottom: 190px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .slider_txt {
    bottom: 50px;
  }
}
.access_detail {
  display: table;
  clear: both;
  width: 100%;
}
.access_detail dt {
  display: table-cell;
  width: 15%;
}
.access_detail dd {
  display: table-cell;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .access_detail, .access_detail dt, .access_detail dd {
    display: block;
    width: 100%;
  }
  .access_detail dt {
    background: #f2f2f2;
  }
}
.bg_movie {
  background: url(./img/top/bg_top_01.png) left top no-repeat, url(./img/top/bg_top_02.png) right bottom no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .bg_movie {
    padding: 30px 0;
    background-size: 50%;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .li_link_bnr img {
    width: 100%;
  }
}

/*module*/

.f_min {
 font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.f_en{
font-family: 'Noto Serif JP', sans-serif;
}

.oswald{font-family: 'Oswald';}

/*---------------------よく使う-------------------------------*/
.relative {
  position: relative;
}
.indent_content {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .indent_content {
    padding: 35px 15px;
  }
}
.indent_content02 {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .indent_content02 {
    padding: 25px 15px;
  }
}

.txt_box{
	padding:30px;
}
@media screen and (max-width: 767px) {
.txt_box{
	padding:15px;
}	
}


.sp_none {}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}
.pc_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pc_center {
    text-align: left;
  }
}
.f_pink {
  color: #ff6357;
}
.lh_2 {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lh_2 {
    line-height: 1.6;
  }
}

.sp_mb10,.sp_mb15, .sp_mb20, .sp_mb30 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 10px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
}

/*-----------------------文字色--------------------*/
.f_white {
  color: #fff !important;
}
.f_red {
  color: #BF0000 !important;
}
.i_w img {
  width: 100%;
  margin: auto;
}
/*------------------------背景色-----------------------*/
.bg_white {
  background: #fff;
}
.bg_gray {
  background-color: #f8f8f8;
}

.bg_green{
	  background: #eef6e2;
}
/*　スマホのみ真ん中よせ　*/
.sp_center {}
@media screen and (max-width : 767px) {
  .sp_center {
    text-align: center;
  }
}
@media screen and (max-width : 767px) {
  figure {
    text-align: center;
  }
}
/*　//スマホのみ真ん中よせ　*/
.sp_none {}
@media screen and (max-width : 767px) {
  .sp_none {
    display: none;
  }
}
.pc_none {
  display: none;
}
@media screen and (max-width : 767px) {
  .pc_none {
    display: inherit;
  }
}
.dn {
  display: none;
}
.sp_indent15_lr {}
@media screen and (max-width : 767px) {
  .sp_indent15_lr {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .indent_sp {
    padding: 0 15px !important;
  }
}
/*　ボタン　*/
.btn_under_bt {
  text-align: right;
}
.btn_under_bt a {
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: bold;
}
.btn_01 a {
  display: block;
  width: 400px;
  max-width: 100%;
background: #002749;
	border: #002749 1px solid;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
	letter-spacing: 1px;
}
@media screen and (max-width : 767px) {
  .btn_01 a {
    width: 100%;
    font-size: 1.5rem;
  }
}
.btn_01 a:hover {
  background: #fff;
  opacity: 1;
  color: #002749;
}
.btn_02 a {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  border: #222 2px solid;
  background: #fff;
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width : 767px) {
  .btn_02 a {
    width: 100%;
    font-size: 1.5rem;
  }
}
.btn_02 a:hover {
  border: #222 2px solid;
  background: #222;
  color: #fff;
}
.btn_03{text-align: right;padding: 10px 0;font-weight: bold;}
.btn_03 a {color: #A68879;}
.btn_list a {
  background: url(./img/common/arrow.png) left 10px center no-repeat #000;
  color: #fff;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .btn_list a {
    width: 100%;
    padding: 10px;
  }
}

/*-----------------border_css------------------------*/
.border_01 {
  border-bottom: #ddd 1px solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
/*-----------------見出し-----------------*/
.ttl_01 {
  margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.ttl_01::before {
	content: "";
	background: #000;
	width: 60px;
	height: 1px;
	position: absolute;
	bottom: -15px;
	left:0;
right: 0;
margin: 0 auto;
}
.ttl_01 .en {
  position: relative;
  font-size: 3.0rem;
  line-height: 1.1;
  z-index: 1;
	color: #002749;
	margin-bottom: 10px;
	font-weight:bold;
}

.ttl_01 .ja{
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .ttl_01 {
    margin-bottom: 40px;
  }
  .ttl_01 .en {
    font-size:2.4rem;
  }
  .ttl_01 .ja{
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
.ttl_01.white {
	color: #fff;
}
.ttl_01.white::before {
	background: #fff;
}
.ttl_01.white .en{
  color: #fff;
}
.ttl_01.white.t_left{
	text-align: left;
}

.ttl_01.white.t_left::before {
	background: #fff;
		position: absolute;
	bottom: -15px;
	left:0;
right: inherit;
}




.ttl_01_yoko {
  position: relative;
  margin-bottom: 75px;
}
.ttl_01_yoko::before {
  content: "";
  position: absolute;
  background: #222;
  width: 100px;
  height: 1px;
  bottom: -15px;
  left: 0;
}
.ttl_01_yoko .en {
  font-size: 3.2rem;
  line-height: 1.1;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ttl_01_yoko .jp {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .ttl_01_yoko {
    margin-bottom: 15px;
  }
  .ttl_01_yoko::before {
    width: 60px;
    bottom: -10px;
  }
  .ttl_01_yoko .en {
    font-size: 2.4rem;
  }
  .ttl_01_yoko .jp {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
.ttl_02 {
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 2.8rem;
  padding-left: 70px;
}
.ttl_02::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .ttl_02 {
    margin-bottom: 25px;
    font-size: 2.0rem;
    padding-left: 50px;
  }
  .ttl_02::before {
    width: 40px;
  }
}
.ttl_03 {
	color: #BF0000;
  padding: 0px 20px 0px;
  font-size: 2.0rem;
  font-weight: bold;
	position: relative;
}
.ttl_03::after{content: "";width: 700px;height: 1px;background-color: #BF0000;position: absolute;left: 0;bottom: 0;}

.ttl_03 span{border-left: 5px solid #BF0000;display: block;padding-left: 10px;}

@media screen and (max-width: 767px) {
  .ttl_03 {
    font-size: 1.8rem;
  }
}
/*---------------------------分割レイアウト---------------------------*/
.col_1_1 > .left_area {
  float: left;
  width: 50%;
}
.col_1_1 > .right_area {
  float: right;
  width: 50%;
}
@media screen and (max-width : 767px) {
  .col_1_1 > .left_area {
    float: none;
    width: 100%;
  }
  .col_1_1 > .right_area {
    float: none;
    width: 100%;
  }
}
.col_2 > li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  float: left;
}
.col_2 > li:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.col_2 > .left_area {
  float: left;
  width: 48%;
}
.col_2 > .right_area {
  float: right;
  width: 48%;
}
.col_2 > li h4 {
  padding: 5px 0;
  font-weight: bold;
}
@media screen and (max-width : 767px) {
  .col_2 > .left_area {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .col_2 > .right_area {
    float: none;
    width: 100%;
  }
}
.col_2_1 > .left_area {
  float: left;
  width: 57%;
  box-sizing: border-box;
}
.col_2_1 > .right_area {
  float: right;
  width: 40%;
  box-sizing: border-box;
}

@media screen and (max-width : 767px) {
  .col_2_1 > .left_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .col_2_1 > .right_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
}
.col_1_2 > .left_area {
  float: left;
  width: 40%;
  box-sizing: border-box;
}
.col_1_2 > .right_area {
  float: right;
  width: 57%;
  box-sizing: border-box;
}
@media screen and (max-width : 767px) {
  .col_1_2 > .left_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .col_1_2 > .right_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
}
.col_3_1 > .left_area {
  float: left;
  width: 71%;
  box-sizing: border-box;
}
.col_3_1 > .right_area {
  float: right;
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width : 767px) {
  .col_3_1 > .left_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .col_3_1 > .right_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
}
.col_1_3 > .left_area {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.col_1_3 > .right_area {
  float: right;
  width: 71%;
  box-sizing: border-box;
}
@media screen and (max-width : 767px) {
  .col_1_3 > .left_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .col_1_3 > .right_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
}
.col_1_4 > .left_area {
  float: left;
  width: 20%;
  box-sizing: border-box;
}
.col_1_4 > .right_area {
  float: right;
  width: 78%;
  box-sizing: border-box;
}
@media screen and (max-width : 767px) {
  .col_1_4 > .left_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .col_1_4 > .right_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
}

.col_1_5 > .left_area {
  float: left;
  width: 15%;
  box-sizing: border-box;
}
.col_1_5 > .right_area {
  float: right;
  width: 83%;
  box-sizing: border-box;
}
@media screen and (max-width : 767px) {
  .col_1_5 > .left_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .col_1_5 > .right_area {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
}

.col_3 > li {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 4%;
  float: left;
}
@media screen and (max-width : 767px) {
  .col_3 > li {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
    clear: both;
  }
}
.col_3 > li:nth-child(3n) {
  margin-right: 0;
}
.col_3_sp_2 > li {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  margin-bottom: 3.5%;
}
.col_3_sp_2 > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width : 767px) {
  .col_3_sp_2 > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .col_3_sp_2 > li:nth-child(3n) {
    margin-right: 4%;
  }
  .col_3_sp_2 > li:nth-child(even) {
    margin-right: 0 !important;
  }
}
.col_4 > li {
  float: left;
  box-sizing: border-box;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.col_4 > li:nth-child(4n) {
  margin-right: 0%;
}
@media screen and (max-width : 767px) {
  .col_4 > li {
    float: left;
    text-align: center;
    box-sizing: border-box;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .col_4 > li:nth-child(4n) {
    margin-right: 2%;
  }
  .col_4 > li:nth-child(2n) {
    margin-right: 0%;
  }
}
.col_5 > li {
  float: left;
  width: 17.6%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.col_5 > li:nth-child(5n) {
  margin-right: 0%;
}
@media screen and (max-width : 767px) {
  .col_5 > li {
    float: left;
    text-align: center;
    box-sizing: border-box;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .col_5 > li:nth-child(5n) {
    margin-right: 4%;
  }
  .col_5 > li:nth-child(2n) {
    margin-right: 0%;
  }
}


.pager_posting a {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #333;
}

.blog_area_top_02 {
  background: #fff;
  padding: 40px;
  max-height: 350px;
}
@media screen and (max-width: 767px) {
  .blog_area_top_02 {
    max-height: 200px;
    padding: 15px;
  }
}
/*　コラムフィード　*/
.bg_bk{
	background: #000;
	padding: 20px;
}
.swiper-news{
	height: 35px;
}
@media screen and (max-width: 767px) {
.swiper-news{
	height: 55px;
}
}

.blog_detail_top .left_area {
  float: left;
  width: 25%;
  font-size: 1.4rem;
}
.blog_detail_top .left_area a {
  color: #fff;
}
.blog_detail_top .right_area {
  float: right;
  width: 73%;
}
@media screen and (max-width : 767px) {
  .blog_detail_top .left_area {
    float: none;
    width: 100%;
  }
  .blog_detail_top .right_area {
    float: none;
    width: 100%;
  }
}
.blog_detail_top .right_area a {
  text-decoration: underline;
}
.blog_detail_top.page {
	border-bottom: #ccc 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width : 767px) {
  .blog_detail_top.page {
  }
}
.blog_detail_top dt{
	float: left;
	width: 30%;
}
.blog_detail_top dd{
	float: left;
	width: 70%;
}
@media screen and (max-width: 767px) {
.blog_detail_top dt{
	float: none;
	width: 100%;
}
.blog_detail_top dd{
	float: none;
	width: 100%;
}
	
}
.blog_list_top > li{
	display: inline-block;
}



.news_days_cat > li {
  display: inline-block;
}

/* パンくずリスト
-------------------------------*/
nav#breadcrumbs {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  nav#breadcrumbs {
    padding: 10px 15px 30px;
  }
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 1.2rem;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content: "";
}



/* news
------------------------------------*/
.news_area > li {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: #ccc 1px solid;
}
.news_area > li a:hover {
  display: block;
  opacity: 0.6;
}
.news_list div {
  float: left;
  margin-right: 25px;
}
/*.news_list div:last-child{
	margin-right:0;
	}*/
#wysi h1 {
  font-size: 3rem;
  font-weight: bold;
}
#wysi h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
#wysi h3 {
  font-size: 2rem;
  font-weight: bold;
}
#wysi h4 {
  font-size: 1.6rem;
  font-weight: bold;
}
#wysi h5 {
  font-weight: bold;
}
#wysi p {
  margin-bottom: 10px;
}
.blog_img {
  text-align: center;
  padding: 1% 0 4%;
  overflow: hidden;
  clear: both;
}
.blog_img img {
  max-width: 100%;
  height: auto;
  width: 480px;
}
.tablepress {
  max-width: 100%;
  margin-right: 1px;
  border-left: #ccc 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tablepress * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tablepress tfoot th, .tablepress thead th {
  background: #92ab30;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.tablepress td {
  width: 20%;
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding: 15px;
}

/*　お問い合わせ
---------------------------------*/
.box_tel {
  color: #002749;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .box_tel {
    text-align: left;
  }
}
.contact_tel a {
  display: block;
}
.contact_tel {
  border: #002749 1px solid;
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    padding: 15px;
    margin-bottom: 20px;
  }
}
ul.bxslider01 li p {
  background-color: rgba(255, 255, 255, .50);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  font-size: 1.2rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.ico_required {
  color: #fff;
  font-size: 1.2rem;
  background: #ff3232;
  line-height: 1;
  padding: 2px 4px;
}
.contact_form {
  background: #f3f3f3;
  padding: 20px 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact_form {
    padding: 15px;
  }
}
.contact_form dt {
  display: table-cell;
  width: 215px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact_form dt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact_form dd {
  display: table-cell;
  width: 705px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    display: block;
    width: 100%;
  }
}
.contact_form input, .contact_form textarea {
  box-sizing: border-box;
  padding: 10px;
}
.contact_form input[type=text], .contact_form input[type=email] {
  width: 100%;
}
.contact_form textarea {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .contact_form input, .contact_form textarea, .contact_form select {
    font-size: 1.6rem;
    padding: 5px;
  }
  .contact_form textarea {
    height: 150px;
  }
}
select.time, select.lesson {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  select.time, select.lesson {
    width: 100%;
  }
}
.contact_form select option {
  line-height: 2 !important;
  font-size: 1.6rem;
}

.cat_area li {
  border-bottom: none;
  padding: 5px 10px !important;
  line-height: 1em;
  display: inline-block;
  background: #bbb;
  border-radius: 50px;
  color: #fff;
  font-size: 85.7%;
  margin-bottom: 0;
}
.cat_area li a {
  color: #fff;
}

/* テーブル */
.com_dl {
  width: 100%;
}
.com_dl th {
  width: 20%;
  border-bottom: #000 1px solid;
  padding: 15px;
	font-weight:bold;
}
.com_dl td {
  width: 80%;
  border-bottom: #000 1px solid;
  padding: 15px;
}
@media screen and (max-width : 767px) {
  .com_dl {
    display: block;
    width: 100%;
  }
  .com_dl tr, .com_dl tbody {
    width: 100%;
    display: block;
  }
  .com_dl th {
    width: 100%;
    background-color: #f8f8f8;
    display: block;
    font-weight: bold;
    border-bottom: none;
    padding: 10px;
  }
  .com_dl td {
    width: 100%;
    display: block;
    border-bottom:none;
    padding: 10px;
  }
}

/*----------------pagetitle-------------------*/
.bg_ttl {
  padding: 80px 0;
  color: #fff;
	background:#002749;
}
@media screen and (max-width : 760px) {
.bg_ttl {
  padding: 40px 10px;
}
}

.bg_ttl .en{
	color:#fff;
	text-align: center;
	font-size: 4.5rem;
	text-transform: uppercase;
}
.bg_ttl .ja{
	color:#fff;
	text-align: center;
	font-size: 2.5rem;
}
@media screen and (max-width : 760px) {
  .bg_ttl  .en {
    font-size: 3.2rem;
  }
}
.bg_ttl  .ja {
  font-size: 1.8rem;
}
@media screen and (max-width : 760px) {
  .bg_ttl > .ja {
    font-size: 1.6rem;
  }
}
/*----------------concept-------------------*/

.box_01 {
  background: #fff;
  padding: 40px;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width : 760px) {
  .box_01 {
    padding: 20px 10px;
    top: -130px;
    width: 95%;
  }
}


/*------------メインスライド----------------*/
.txt_main{
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 90;
		color: #fff;
	    text-shadow: 1px 2px 4px rgb(0 0 0 / 90%);
}
.txt_main_inbox{max-width: 100%;width: 1200px;position: relative;text-align: left;margin: auto;}
	.main_txt01{
		font-size: 4.5rem;
		font-weight: bold;
		display: inline-block;
		clear: both;
		margin-bottom: 10px;
	}
	.sub_txt01{
		font-size: 2.5rem;
		    text-shadow: 1px 2px 4px rgb(0 0 0 / 90%);
	}
@media screen and (max-width: 1400px) {

	.main_txt01{
		font-size: 2.4rem;font-weight: bold;
		padding-bottom: 15px;
		display: inline-block;clear: both;
		border-bottom: 1px solid #fff;
		margin-bottom: 30px;
	}
	.sub_txt01{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	.txt_main{
	top: 18%;
		left: 5%;
}
	.main_txt01{
		width:50%;
		margin-bottom: 15px;
	}
	.main_txt02{
		font-size: 1.6rem;
		letter-spacing: 3px;
	}
}

/*-----------------------------------*/

.scrollBox01 {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .scrollBox01 {
    overflow: auto;
  }
}
.blog_area_top_01 {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  padding: 15px;
  max-height: 240px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .blog_area_top_01 {
    max-height: 200px;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.blog_area_top_02 {
  background: #fff;
  padding: 40px;
  max-height: 350px;
}
@media screen and (max-width: 767px) {
  .blog_area_top_02 {
    max-height: 200px;
    padding: 15px;
  }
}

.bg_top_01 {
	background: url(./img/top/bg_01.png) center top no-repeat #002749;
	padding:100px 0;
}

.bg_top_02 {
  background: url(./img/top/bg_02_t.png) right top no-repeat,url(./img/top/bg_02_b.png) left bottom no-repeat #002749;
}
@media screen and (max-width: 767px) {
.bg_top_01 {
  /* background: url(./img/top/bg_01.png) center top no-repeat; */
  padding: 0px;
}
	.bg_top_02 {    background-size: 70%;
}

}


.bg_top_white {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .bg_top_white {
    padding: 15px;
  }
}

.bg_ptn_01{padding: 15px;background: url("./img/common/btn_bg.webp")repeat center center;text-align: center;color: #fff;}

.top_str_bg{/* background-color: #fff; *//* padding: 30px; *//* margin-bottom:30px; */}
@media screen and (max-width: 767px) {
.top_str_bg{/* background-color: #fff; *//* padding: 15px; */}
}
.top_str_ul > li{border-bottom: 8px solid #333;padding: 30px;background: #fff;margin-bottom: 30px;}

.top_str_count{font-size:1.6rem;font-weight: bold;margin-bottom: 15px;}
.top_str_count span{font-size:2.8rem;}

.top_str_ul > li > h3{font-weight: bold;font-size: 2.4rem;margin-bottom: 15px;}


.top_case_o{
	background: rgba(255,255,255,0.8);padding: 80px;}
@media screen and (max-width: 767px) {
.top_case_o{background-color: #fff;padding: 15px;}

}

/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.wideslider ul {
  display: inline-block;
  overflow: hidden;
}
.topslider_outer {
  position: relative;
}
/*bxslider css
-------------------------------------*/
/*bxslider css
-------------------------------------*/
.topslider_outer {
  position: relative;
}
.slide figure img {
  border: 1px solid #000;
  overflow: hidden;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 15px;
}

/**/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
  width: 100% !important;
}





/*------------------------*/
.sp_w_40{}
@media screen and (max-width: 767px) {
.sp_w_40{
	width: 40%;
	margin: 0 auto;
	}
}
.bussiness_area li {
	background:#002749;
	border-radius:10px;
	text-align:center;
	font-weight:bold;
	font-size:1.6rem;
}
.bussiness_area li a {
	color:#fff;
	padding:15px;
	    display: block;
}
@media screen and (max-width: 767px) {
.main_img img{
    object-fit: cover;
	height:70vh;
}
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}