@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
	margin: 0;
}

body {
  font-size: 15px;
  margin: 0;
  color: #272727;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .1em;
  line-height: 1.7; }

p{
	line-height: 2;
}

ul {
  padding: 0; }

a {
  text-decoration: none;
  display: block;
  color: #272727;
	cursor: pointer;
}

li {
  list-style: none; }

.container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0; }

img {
  width: 100%;
  height: auto; }

.wrap{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}

.en{font-family: "EB Garamond", serif;}
.serif{
	font-family: "Noto Serif JP", serif;
}
h1, h2, h3, h4{
	font-family: "Noto Serif JP", serif;
}

/*-------header-------------------------------------*/
header {
    width: 100%;
}
header .header_inner .header_top{
	display: flex;
	justify-content: space-between;
}
header .header_inner .right_menu{
	display: flex;
}
header .header_inner .right_menu a{
	display: inline-block;
}
header .header_inner #logo {
	width: 20%;
	margin: auto 0;
}
header .header_inner #logo a {
	display: block; 
}
header .header_inner #logo a img {
	width: 60px; 
}
header .header_inner .right_menu .tel{
	display: flex;
	align-items: center;
	position: relative;
}
header .header_inner .right_menu .tel::before{
	position: absolute;
	content: "";
	background: url("../img/tel-icon.png")no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
}
header .header_inner .right_menu .tel a{
	font-size: 20px;
	font-weight: bold;
	padding-right: 14px;
	color: #4D4D4D;
}
header .header_inner .right_menu .tel p{
	font-size: 12px;
}
header .header_inner .right_menu .contact_btn{
	background: #8BBAAF;
	font-family: "Noto Serif JP", serif;
	padding: 15px 30px 15px 55px;
	margin-left: 20px;
}
header .header_inner .right_menu .contact_btn a{
	color: #fff;
	position: relative;
}
header .header_inner .right_menu .contact_btn a::before{
	position: absolute;
	content: "";
	background: url("../img/mail-icon.png")no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}
header .header_inner #pc_navi nav ul.pc_nav_li{
	text-align: center;
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
	padding: 0;
    margin: 45px 0 0;
	align-items: center; 
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
}
header .header_inner #pc_navi nav ul.pc_nav_li li{
	padding: 0 40px;
	line-height: 1.3;
	position: relative;
}
header .header_inner #pc_navi nav ul.pc_nav_li li:nth-child(1)::after{
	display: none;
}
header .header_inner #pc_navi nav ul.pc_nav_li li::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	background: #707070;
	top: 50%;
	left: 0;
}
header .header_inner #pc_navi nav ul.pc_nav_li li span{
	font-size: 12px;
	color: #6B8E7E;
	font-family: "EB Garamond", serif;
	display: block;
}


/*-------kv-------------------------------------*/
.kv{
	position: relative;
	padding-top: 30px;
}
.kv::after{
	position: absolute;
	content: "";
	background: #f5f5f5;
	width: 100%;
	height: 410px;
	left: 0;
	bottom: -60px;
	z-index: -1;
}
.slick-slide {
    margin: 0 10px;
}
.slider-img{
    height: 600px;
    max-height: 100%;
    width: 100%;
	margin: 0 10px;
}
.slider-img.img1{
	background: url("../img/top_kv.jpg") no-repeat center;
	background-size: cover;
}
.slider-img.img2{
	background: url("../img/top_kv.jpg") no-repeat center;
	background-size: cover;
}
.slider-img.img3{
	background: url("../img/top_kv.jpg") no-repeat center;
	background-size: cover;
}
.kv .kv_txt{
	position: absolute;
	bottom: 10%;
	left: 15%;
}
.kv .kv_txt .en{
	font-size: 14px;
	color: #6B8E7E;
	position: relative;
	padding-left: 16px;
}
.kv .kv_txt .en::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #6B8E7E;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.kv .kv_txt h2{
	font-size: 40px;
}
.slick-dots li.slick-active button:before{
	color: #6B8E7E!important;
}

/*-------トップinfomation-------------------------------------*/
#information .container{
	padding-top: 140px;
}
section h2.title{
	font-size: 26px;
	line-height: 1.4;
}
section h2.title span{
	color: #6B8E7E;
	font-size: 16px;
	padding-left: 15px;
	position: relative;
	display: block;
	font-weight: normal;
}
section h2.title span::after{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #6B8E7E;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.container .wrap.info_list{
	margin: 30px 0;
}
.container .wrap.info_list li{
	width: 30%;
}
.container .wrap.info_list li .info_detail{
	margin-top: 5px;
}
.container .wrap.info_list li .wrap{
	justify-content: flex-start;
	margin-bottom: 15px;
}
.container .wrap.info_list li p{
	font-size: 14px;
	line-height: 1.5;
}
.container .wrap.info_list li .wrap p.date{
	color: #6B8E7E;
}
.container .wrap.info_list li .wrap p.category{
	background: #8BBAAE;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	padding: 3px 20px;
	margin-left: 20px;
}
.container .wrap.info_list li h3{
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #6B8E7E;
}

.more_btn{
	margin-top: 80px;
	text-align: center;
}
.list-button{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 50px;
  border-radius: 10px;
  border: 2px solid #6B8E7E;
  background: #ffffff;
  color: #6B8E7E;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
}

.list-button__circle{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #6B8E7E;
  flex-shrink: 0;
}

.list-button__circle svg{
  display: block;
}

.list-button:hover,
.list-button:focus{
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  text-decoration: none;
}

.list-button:focus{
  outline: 3px solid rgba(107,191,89,0.18);
  outline-offset: 4px;
}


/*-------トップご挨拶-------------------------------------*/
#message{
	background: #f5f5f5;
	padding: 100px 0 250px;
	position: relative;
}
#message::after{
	position: absolute;
	content: "";
	background: url("../img/msg_img_02.jpg")no-repeat center;
	background-size: cover;
	width: 260px;
    height: 220px;
    left: 0;
    bottom: 80px;
}
#message .msg_content{
	width: 42%;
	margin-left: 10%;
}
#message .msg_img{
	width: 42%;
}
#message .msg_content .txt{
	padding-left: 30px;
	margin-top: 40px;
}
#message .msg_content h4{
	font-size: 24px;
}
#message .msg_content p{
	margin-top: 30px;
}
#message .msg_content .ceo_name{
	text-align: right;
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
}
#message .msg_content .ceo_name p span{
	font-size: 24px;
	padding-left: 10px;
}


/*-------トップサービス-------------------------------------*/
#service ul.wrap{
	margin-top: 40px;
}
#service ul.wrap li{
	width: 32%;
	background: url("../img/service_bg.jpg")no-repeat center;
	background-size: cover;
	padding: 10px;
	margin-bottom: 20px;
}
#service ul.wrap li a{
	border: 1px solid #fff;
	color: #fff;
}
#service ul.wrap li a .service_icon{
	text-align: right;
}
#service ul.wrap li a .service_icon img{
	width: 30%;
    padding: 10px;
}
#service ul.wrap li a .service_ttl{
	width: 100%;
	justify-content: flex-start;
	padding-bottom: 15px;
}
#service ul.wrap li a .service_ttl img{
	width: 10%;
}
#service ul.wrap li a .service_ttl h4{
	font-size: 20px;
	padding-left: 10px;
}
#service ul.wrap li a .service_detail{
	padding: 0 20px 20px 20px;
}
#service ul.wrap li a .service_detail p{
	font-size: 13px;
	line-height: 1.4;
	width: 90%;
}
.visonary{
	background: url("../img/service_bg.jpg")no-repeat center;
	background-size: cover;
	padding: 10px;
}
.visonary a.wrap{
	border: 1px solid #fff;
	color: #fff;
	flex-direction: row-reverse;
}
.visonary .img_area{
	width: 50%;
}
.visonary .img_area img{
	display: block;
}
.visonary .viconary_detail{
	width: 47%;
	padding: 10px 0 20px 20px;
}
.visonary .viconary_detail p{
	font-size: 13px;
	line-height: 1.4;
	width: 90%;
}
.visonary .viconary_detail h4{
	font-size: 20px;
	padding-bottom: 10px;
}
.visonary .service_icon{
	text-align: right;
}
.visonary .service_icon img{
	width: 20%;
    padding: 10px;
}
.btn_wrap{
	justify-content: center;
}
.btn_wrap .more_btn{
	margin: 80px 20px 0;
}
#service ul.wrap li a .list-button__circle, .visonary .list-button__circle{
	background: #fff;
	height: 30px;
	min-width: 30px;
}




/*-------トップアクセス-------------------------------------*/
#access{
	padding: 100px 0 60px;
	background: #f5f5f5;
}
#access .com_img{
	width: 50%;
}
#access .access_detail{
	width: 43%;
	padding-right: 5%;
}

#access .access_detail p.serif{
	margin-top: 40px;
	font-weight: bold;
}
#access .access_detail p.serif span{
	font-size: 24px;
	padding-left: 12px;
}
#access table{
	width: 100%;
    border-collapse: collapse;
	font-size: 14px;
	margin-top: 25px;
}
#access table th{
    width: 25%;
    padding: 20px 0;
    border-top: 1px dotted #6B8E7E;
	color: #6B8E7E;
}
#access table td{
    border-top: 1px dotted #6B8E7E;
	padding: 20px 15px;
}

.more_btn.google_btn{
	margin-top: 20px;
	text-align: right;
}
.more_btn.google_btn .list-button{
	background: #f5f5f5;
	position: relative;
}
.more_btn.google_btn .list-button::after{
	position: absolute;
	content: "";
	background: url("../img/link-icon.png")no-repeat center;
	background-size: cover;
	width: 15px;
    height: 15px;
    right: 20px;
    top: 50%;
	transform: translateY(-50%);
}
iframe{
	display: block;
}


/*-------トップコンタクト-------------------------------------*/
#contact{
	background: url("../img/cta_bg.jpg")no-repeat center;
	background-size: cover;
}
#contact h2.title{
	color: #fff;
}
#contact h2.title span{
	color: #fff;
}
#contact h2.title span::after{
	background: #fff;
}
#contact .wh_txt{
	color: #fff;
	margin: 20px 0 30px;
}

#contact .cta_list .cta_box{
	width: 32%;
	height: 220px;
	text-align: center;
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0.6); /* 背景色 */
    border: 1px solid rgba(255, 255, 255, 0.4); /* ボーダー */
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(20px); /* ぼかしエフェクト */
    backdrop-filter: blur(20px);
}
#contact .cta_list .cta_box img{
	width: 70px;
}
#contact .more_btn{
	margin-top: 10px;
}
#contact .more_btn .list-button{
	color: #fff;
	border: none;
	background: #8BBAAF;
	font-size: 14px;
}
#contact .more_btn .list-button__circle{
	background: #fff;
	width: 32px;
	height: 35px;
}
#contact .cta_list .cta_box p.small{
	font-size: 11px;
}
#contact .cta_list .cta_box a.en{
	color: #8BBAAF;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	padding-top: 10px;
}
#contact .cta_list .cta_box a.en span{
	font-size: 16px;
	padding-right: 5px;
}


/*-------フッター-------------------------------------*/
footer{
	background-image: linear-gradient(180deg, #fffffff2, #f9fbfbc9 32%, #cde1ddc2 65%, #a1c7beba);
}
footer .container{
	padding-bottom: 0px;
}
footer .container .wrap{
	align-items: flex-start;
}
footer .container .wrap .com_info{
	width: 46%;
}
footer .container .wrap .com_info p.serif{
	font-size: 12px;
	padding: 25px 0 15px;
}
footer .container .wrap .com_info a.en{
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	padding-top: 10px;
}
footer .container .wrap .com_info a.en span{
	font-size: 15px;
	padding-right: 5px;
}
footer .container .wrap .footer_nav{
	width: 32%;
}
footer .container .wrap .footer_nav li{
	width: 50%;
}
footer .container .wrap .footer_nav li a{
	line-height: 1.3;
	margin-bottom: 20px;
}
footer .container .wrap .footer_nav li span{
	font-size: 12px;
	color: #6B8E7E;
	font-family: "EB Garamond", serif;
	display: block;
}

footer .container .more_btn{
	margin-top: 0;
}
footer .container .more_btn .list-button{
	color: #fff;
	border: none;
	background: #8BBAAF;
	font-size: 14px;
	padding: 10px 30px;
}
footer .container .more_btn .list-button__circle{
	background: #fff;
	width: 32px;
	height: 35px;
}
footer .copyright{
	border-top: 1px solid #87A396;
	padding: 30px 0;
	margin-top: 70px;
}
footer .copyright a{
	font-size: 12px;
	text-decoration: underline;
	color: #6C8F7F;
}
footer .copyright p{
	font-size: 12px;
	color: #6C8F7F;
}



/*-------下層ページ共通-------------------------------------*/
.sub_kv{
	background: url("../img/service_top.jpg")no-repeat;
	background-size: cover;
	height: 300px;
	position: relative;
	margin: 30px 15px 0;
	background-position: 50% 95%;
}
.sub_kv h1{
	position: absolute;
	content: "";
	font-size: 45px;
	color: #fff;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.3;
	margin: 0;
}
.sub_kv h1 span{
	position: relative;
	font-size: 20px;
	padding-left: 16px;
	font-weight: normal;
	display: block;
}
h1 span::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}



/*-------サービスページ-------------------------------------*/
.service_content .service_img{
	width: 46%;
}
.service_content .service_explain{
	width: 50%;
}
.service_content .wrap{
	margin-bottom: 80px;
}
.service_content .wrap.row-reverse{
	flex-direction: row-reverse;
}
.service_content .service_explain p{
	font-size: 14px;
}
.service_content .service_explain p.en{
	color: #6B8E7E;
	font-size: 16px;
	position: relative;
}
.service_content .service_explain p.en::after{
	position: absolute;
	content: "";
	width: 75%;
	height: 1px;
	background: #D6D6D6;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.service_content .service_explain h3{
	font-size: 24px;
    padding: 15px 0 20px;
}
.service_content .service_explain .business_content{
	display: flex;
	padding: 30px 40px;
	background: #f5f5f5;
	margin-top: 25px;
}
.service_content .service_explain .business_content p{
	font-size: 16px;
	position: relative;
	padding-right: 40px;
}
.service_content .service_explain .business_content p::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 80px;
	background: #707070;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.service_content .service_explain .business_content ul{
	padding-left: 50px;
}
.service_content .service_explain .business_content li{
	font-size: 14px;
	list-style: disc;
}
.service_content .service_explain .business_content li::marker{
	color: #6B8E7E;
}
.visionary_detail{
	background: #f5f5f5;
	padding-bottom: 60px;
}
.visionary_detail h3{
	font-size: 24px;
	padding: 40px 0 30px;
}
.visionary_detail .txt p{
	margin-bottom: 20px;
}
.more_btn.link_btn{
	margin-top: 50px;
	text-align: left;
}
.more_btn.link_btn .list-button{
	background: #8BBAAF;
	position: relative;
	color: #fff;
	border: none;
	padding: 20px 60px 20px 40px;
}
.more_btn.link_btn .list-button::after{
	position: absolute;
	content: "";
	background: url("../img/link-icon_02.png")no-repeat center;
	background-size: cover;
	width: 30px;
    height: 30px;
    right: 20px;
    top: 50%;
	transform: translateY(-50%);
}

/*-------スライダー-------------------------------------*/

/* スライダー全体 */
.slider-wrapper {
    display: flex; /* スライドのグループを横並び */
    overflow: hidden; /* はみ出たスライドを隠す */
	margin-bottom: 80px;
}
/* スライド3枚のグループ */
.slider_img{
    animation: scroll-left 20s infinite linear .5s both;
    display: flex; /* スライド3枚を横並び */
}
/* スライド */
.slide {
    width: calc(100vw / 4);
	margin: 0 10px;
}
.slide:nth-child(2n){
	margin-top: 40px;
}
/* スライドの画像 */
.slide img {
    display: block;
    width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/*-------問い合わせページ-------------------------------------*/

.sub_kv.cta_kv{
	background: url("../img/contact_bg.jpg")no-repeat center;
	background-size: cover;
}
.thanks_main{
	text-align: center;
}
.thanks_main h4{
	font-size: 40px;
	padding-bottom: 45px;
}
.thanks_main p.red{
	font-size: 14px;
	color: #EA4545;
	padding-top: 30px;
}
.thanks_main .more_btn .list-button{
	color: #fff;
	border: none;
	background: #8BBAAF;
	font-size: 14px;
}
.thanks_main .more_btn .list-button__circle{
	background: #fff;
	width: 32px;
	height: 35px;
}

/*-------プライバシーページ-------------------------------------*/

.sub_kv.privacy_kv{
	background: url("../img/privacy_bg.jpg")no-repeat;
	background-size: cover;
	background-position: 50% 60%;
}
.privacy_main .block{
	padding-bottom: 40px;
}
.privacy_main .block h3{
	margin-bottom: 10px;
}
.privacy_main .block h4{
	position: relative;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.privacy_main .block h4::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #6B8E7E;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.privacy_main .block a{
	display: inline-block;
}



/*-------インフォページ-------------------------------------*/

.sub_kv.info_kv{
	background: url("../img/info_bg.jpg")no-repeat center;
	background-size: cover;
}
.info_main .wrap.info_list li{
	margin-bottom: 50px;
}



/*-------シングルページ-------------------------------------*/
.single_main .container.wrap{
	align-items: flex-start;
}
.single_main article{
	width: 75%;
}
.single_main .side-bar{
	width: 20%;
}
.single_main .single_head{
	margin-bottom: 40px;
}
.single_main .single_head .wrap{
	justify-content: flex-start;
}
.single_main .single_head p{
	font-size: 14px;
}
.single_main .single_head .wrap p.date{
	color: #6B8E7E;
}
.single_main .single_head .wrap p.category{
	background: #8BBAAE;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	padding: 3px 20px;
	margin-left: 20px;
}
.single_main .single_head h1{
	margin-top: 10px;
	font-size: 26px;
}
.single_main .single_content h2{
	font-size: 22px;
	padding-left: 15px;
	border-left: 5px solid #6B8E7E;
	margin-bottom: 15px;
}
.single_main .single_content p{
	margin-bottom: 15px;
}
.single_main .single_content h3,.single_main .single_content h4{
	font-size: 18px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 15px;
	margin-top: 30px;
}
.single_main .single_content h3::before,.single_main .single_content h4::before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #6B8E7E;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sidebar h3{
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: double 4px #6B8E7E; 
}
.sidebar ul.side_list li{
	margin-bottom: 40px;
}

.side_menu a{
	display: flex;
	justify-content: space-between;
}
.side_menu a .thumb{
	width: 35%;
}
.side_menu a .title{
	width: 60%;
	font-size: 14px;
}
.sidebar ul.side_list .side_menu li{
	margin-bottom: 20px;
}


@media (max-width: 767px) {
	.sp_none{display: none;}
  #pc_navi {
    display: none; }

  header {
    height: 70px; }

  header .header_inner {
    height: 70px; }

  header .header_inner #logo a img {
    margin-left: 1rem; }

  #nav-toggle {
    top: 0;
    right: 0;
	width: 70px;
    height: 70px;
    cursor: pointer;
    background: #939393;
    padding: 10px; }
    #nav-toggle > div {
      position: relative;
      width: 30px; }
    #nav-toggle span {
        width: 100%;
        height: 3px;
        left: 10px;
        display: block;
        background: #fff;
        position: absolute;
        transition: transform .4s ease-in-out, top .3s ease;}
      #nav-toggle span:nth-child(1) {
        top: 15px; }
      #nav-toggle span:nth-child(2) {
        top: 23px; }
      #nav-toggle span:nth-child(3) {
        top: 31px; }

  .open #nav-toggle span {
    background: #fff; }
    .open #nav-toggle span:nth-child(1) {
      top: 22px;
      transform: rotate(45deg); }
    .open #nav-toggle span:nth-child(2) {
      top: 22px;
      width: 0;
      left: 50%; }
    .open #nav-toggle span:nth-child(3) {
      top: 22px;
      width: 30px;
      transform: rotate(-45deg); }

  #nav-toggle {
    z-index: 1000; }

  #gloval-nav {
    background-image: linear-gradient(#fcfefd, #f3fbfa 50%, #bcd7d0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 100px;
    z-index: 990;
    display: flex;
    visibility: hidden;
    font-size: 20px;
    opacity: 0;
    transition: opacity .4s ease, visibility .4s ease; }
	
	#gloval-nav nav{
		width: 100%;
	}

  #gloval-nav ul {
    list-style: none;
    padding: 0; }
	
	#gloval-nav ul li{
		border-bottom: 1px dotted#6B8E7E;
	}
	#gloval-nav ul li a{
		font-size: 18px;
		display: block;
		padding: 20px 0 20px 30px;
		line-height: 1.5;
		position: relative;
	}
	
	#gloval-nav ul li a span{
		font-family: "EB Garamond", serif;
		color: #6B8E7E;
		font-size: 12px;
		display: block;
		padding-left: 20px;
		position: relative;
	}
	#gloval-nav ul li a span::before{
		position: absolute;
		content: "";
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #6B8E7E;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#gloval-nav .tell{
		text-align: center;
		position: relative;
		background: #fff;
		padding: 12px 30px;
		border-radius: 15px;
		margin-top: 40px;
	}
	#gloval-nav .tell::before{
		position: absolute;
		content: "";
		background: url("../img/tel-icon.png")no-repeat center;
		background-size: cover;
		width: 20px;
		height: 20px;
		top: 20%;
        left: 32px;
	}
	#gloval-nav .tell a{
		font-size: 30px;
		font-weight: bold;
		line-height: 1;
	}
	#gloval-nav .tell p{
		font-size: 12px;
	}
	
	#gloval-nav .cta{
		text-align: center;
		background: #8BBAAF;
		padding: 20px 30px;
		border-radius: 15px;
		margin-top: 30px;
	}
	#gloval-nav .cta a{
		color: #fff;
	}
	#gloval-nav .cta i.fa{
		font-size: 25px;
		color: #fff;
		padding-right: 10px;
	}
	

  /* open */
  .open {
    overflow: hidden; }
    .open #gloval-nav {
      visibility: visible;
      opacity: 1; }
    .open #gloval-nav ul {
      padding: 0; }
    .open #gloval-nav li {
      opacity: 1;
      transform: translateX(0);
      transition: transform 1s ease, opacity .9s ease; }
	.open #gloval-nav li.tell{margin-top: 45px; margin-left: 40px; font-size: 28px;}
	
	header .header_inner #sp_navi{
		display: flex;
		justify-content: flex-end;
	}
	
	header .header_inner #sp_navi .cta_btn{
		width: 80px;
		height: 70px;
		text-align: center;
	}
	header .header_inner #sp_navi .contact_btn {
		background: #8BBAAF;
		transition: all .3s;
		margin-right: 0;
		padding: 0 5px; }

	header .header_inner #sp_navi .cta_btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		height: 70px; 
	}
	header .header_inner .contact_btn a p{
		font-size: 10px;
		color: #fff;
		margin: 0;
	}
	header .header_inner .contact_btn a p i.fa{
		font-size: 25px;
		display: block;
		color: #fff;
	}
	
	
/*-----------KV---------------------------*/
	.kv{
		padding-top: 0;
	}
	.kv h2{font-size: 25px; left: 5%;}
	.kv .kv_txt{
		left: 5%;
		bottom: 5%;
	}
	.kv .kv_txt h2{
		font-size: 32px;
	}
	.kv .kv_txt p{
		font-size: 14px;
	}
	.slick-slide{
		padding-left: 30px !important;
	}
	.slider-img.img1, .slider-img.img2, .slider-img.img3{
		background-position: 60% 50%;
	}
	
	.container{
		margin: 0 15px;
		padding: 80px 0;
	}
		
	
/*-----------TOPページ---------------------------*/
	#information .container{
		padding-top: 110px;
	}
	.container .wrap.info_list li{
		width: 100%;
		margin-bottom: 40px;
	}
	.container .wrap.info_list li:last-child{
		margin-bottom: 0;
	}
	.container .wrap.info_list{
		margin-bottom: 0;
	}
	#message{
		padding-top: 80px;
		padding-bottom: 160px;
	}
	#message .msg_content .txt{
		padding-left: 0;
		margin-top: 30px;
	}
	#message .msg_content{
		width: 100%;
		margin: 0 15px;
	}
	#message .msg_img{
		width: 100%;
		text-align: right;
		margin-top: 30px;
	}
	#message .msg_img img{
		width: 80%;
	}
	#message::after{
		width: 200px;
		height: 175px;
		bottom: 60px;
	}
	#message .msg_content h4{
		font-size: 20px;
	}
	#service ul.wrap li{
		width: 100%;
	}
	#service ul.wrap li a .service_detail p{
		width: 85%;
	}
	.visonary .img_area, .visonary .viconary_detail{
		width: 100%;
	}
	#service ul.wrap li a .service_detail, .visonary .viconary_detail{
		padding: 0 15px 15px 15px;
	}
	.visonary .service_icon img{
		width: 30%;
	}
	.visonary .viconary_detail p{
		width: 85%;
	}
	#service ul.wrap li a .service_icon img{
		padding-bottom: 0;
	}
	.visonary .service_icon img{
		padding-bottom: 0;
		padding-right: 0;
	}
	.btn_wrap .more_btn .list-button{
		padding: 10px 20px;
	}
	.btn_wrap .more_btn:nth-child(2){
		margin-top: 30px;
	}
	#access{
		padding: 80px 0;
	}
	#access .wrap{
		margin: 0 15px;
	}
	#access .access_detail, #access .com_img{
		width: 100%;
	}
	#access .access_detail{
		padding: 0;
		margin-top: 30px;
	}
	.more_btn.google_btn{
		text-align: center;
		margin-top: 40px;
	}
	.more_btn.google_btn .list-button {
		width: 90%;
		padding: 20px;
		justify-content: center;
	}
	.more_btn.google_btn .list-button::after{
		width: 20px;
		height: 20px;
	}
	iframe{
		height: 250px!important;
	}
	#contact .cta_list .cta_box{
		width: 100%;
		margin-bottom: 30px;
	}
	#contact .cta_list .cta_box::last-child{
		margin-bottom: 0;
	}
	#contact .wh_txt{
		line-height: 1.5;
	}
	footer .container .wrap .com_info{
		width: 100%;
	}
	footer .container .wrap .footer_nav{
		width: 100%;
		margin-top: 40px;
	}
	footer .container .more_btn{
		width: 100%;
	}
	footer .container .more_btn .list-button{
		margin: 30px auto 0;
	}
	footer .container .wrap .footer_nav li{
		padding-left: 5%;
	}
	footer .container .copyright.wrap{
		justify-content: flex-end;
	}
	footer .copyright a{
		margin-bottom: 10px;
	}
			
	
/*-----------サービス紹介---------------------------*/
	.sub_kv{
		margin: 0;
        height: 200px;
        background-position: 30%;
	}
	.sub_kv h1{
		font-size: 30px;
		left: 5%;
	}
	.sub_kv h1 span{
		font-size: 16px;
	}
	.service_content .service_explain, .service_content .service_img{
		width: 100%;
	}
	.service_content .container{
		padding-top: 30px;
	}
	.service_content .service_explain p.en::after{
		width: 60%;
	}
	.service_content .service_explain .business_content{
		padding: 30px;
	}
	.service_content .wrap {
		margin-bottom: 60px;
	}
	.service_content .wrap:last-child{
		margin-bottom: 0;
	}
	.visionary_detail h3{
		padding: 30px 0 20px;
		font-size: 22px;
	}
	.more_btn.link_btn{
		text-align: center;
	}
	.slide {
		width: calc(100vw / 1.5);
	}
	.slider-wrapper{
		margin-bottom: 40px;
	}
	.single_main article, .single_main .side-bar{
		width: 100%;
	}
	.thanks_main h4{
		font-size: 30px;
	}
	.thanks_main p{
		text-align: left;
	}
}

@media (min-width: 768px) {
  .pc_none {
    display: none; }
	
  header .header_inner #logo {
    margin-left: 2em; }

  #sp_navi {
    display: none; }
}



/*----------------------------コンタクトフォーム-----------------------------*/
.wpcf7-list-item-label a{display: inline-block; color: #4E80CE;}
.form_area p.center{
	text-align: center; 
	padding: 40px 0 50px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
}
div.wpcf7 { 
	padding:0px; }
div.wpcf7 p { 
	padding: 0; 
	margin:0; 
	font-size: 16px;
	line-height: 100%;
	 }
div.wpcf7 input.wpcf7-text, .wpcf7 textarea, .wpcf7-date{ 
	border:1px solid #BEBEBE; 
	padding:16px; font-size:14px; 
	line-height: 100%; color: #999; 
	margin-top: 15px; width: 100%; 
	border-radius: 5px;
	font-weight: normal;}
input[type=text]:focus{
	border-radius: 0;
}
div.wpcf7 textarea { width:100%; height:200px; }
.wpcf7-acceptance{text-align: center; padding-top: 50px;}
.wpcf7 input[type="submit"] {
  cursor:pointer; margin: 0 auto; display:block;
	width: 280px;
	font-size: 16px;
	border-radius: 20px!important;
    height: 70px;
    background: #8BBAAD;
	font-weight: 600;
	color: #fff;
	position: relative;
	margin-top: 30px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
.form_area p.grey{
	padding-top: 5px;
	color: #999;
	font-size: 12px;
}

.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative;  background: #2A88E0;}
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
	margin-top: 10px; 
	margin-left: 0; 
	font-weight: 400;
font-size: 14px;
line-height: 170%;
	display: block;}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item:nth-child(1){
	margin-top: 16px;
	margin-left: 0;
}
.wpcf7-select{
	margin-top: 10px;
	font-weight: normal;
	width: 100%;
	color: #999;
	font-size: 14px;
	line-height: 100%;
	padding: 10px 15px;
}
.menu-338{
	margin-left: 10px;
}
.menu-338, .date-944{
	display: inline-block;
	width: 35%;
}

div.wpcf7 p.form_name{
	padding: 40px 0px 0; 
}

 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */
.wpcf7 .required {
	color: #fff;
	background: #E86D47;
	border-radius: 10px;
	padding: 3px 10px;
	margin-left: 5px;
	font-size: 12px;
}


input :not(*):placeholder-shown, div.wpcf7 input.wpcf7-text, .wpcf7 textarea{
	color: #333;
}
input[type="text"]:focus, input[type="email"]:focus, textarea{
	outline: none;
	outline-color: #333;
}

@media (min-width: 768px){
	.wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
		display: inline-block;
		margin-left: 20px;
	}
}

@media (max-width: 767px){
	div.wpcf7 input.wpcf7-submit{
		width: 100%;
	}
}

/*# sourceMappingURL=style.css.map */
