@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
fieldset {
  border-width: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}
button {
  font-weight: 500;
  outline: none;
  background-color: #000;
  color: #fff;
  padding: 1em 4em;
  border: none;
  border-radius: 0.2em;
}
button.ss {
  padding: 0.25em 0.75em;
}
button:disabled:hover {
  background-color: #000;
  cursor: default;
}
button:hover {
  background-color: #daedfc;
  cursor: pointer;
	color: #44a5dd;
}
button:disabled {
  opacity: 0.5;
}
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-color: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  padding: 0.25em;
  border: 1px solid #111;
  border-radius: 0.25em;
}
select option {
  background-color: #fff;
  color: #333;
  border: none;
}
select::-ms-expand {
  border: none;
  background-color: transparent;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
body {
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  line-height: 1.22;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
/*IE11*/
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, body {
    font-family: Verdana, "メイリオ", Meiryo, sans-serif;
  }
}
/*IE10以降*/
@media all and (-ms-high-contrast:none) {
  body {
    font-family: Verdana, "メイリオ", Meiryo, sans-serif;
  }
}
a {
  text-decoration: none;
  color: #007cdf;
}
a:hover {
  text-decoration: none;
  border: none;
  color: #44a5dd;
  outline: none;
  background: none;
}
.center {
  text-align: center
}
.right {
  text-align: right
}
.left {
  text-align: left
}
.text_ss {
  font-size: 0.75em;
}
.text_ll {
  font-size: 1.8em;
}
.t_blue {
	color: #145ac8;
}
.t_red {color: #de335c;}
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 50px;
  display: block;
  /*overflow: hidden;*/
  box-sizing: content-box;
}
.hd_container {
  margin: 0 auto;
  padding: 0 50px;
  display: block;
  overflow: hidden;
  box-sizing: content-box;
  background-color: #fff;/*#145ac8;*//*#393939;*/
background-image: url("/images/header_bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
}
.contents-box {
  max-width: 960px;
  margin: auto;
}
/*　896px　*/
@media only screen and (max-width: 896px) {
  .container, .hd_container {
    padding: 0 20px;
    font-size: 90%;
    background-image: none;
  }
  .contents-box p br {
    display: none;
  }
	  .contents-box p.p_contact br {
    display: block;
  }
}

.bar {
  background-color: #FFF;
  color: #44a5dd;
  line-height: 1.8;
}
.bar h1 {
  display: inline-block;
  font-weight: normal;
  font-size: 0.95em;
}
/*---------------------------------
ボタン お知らせ 一覧を見る
---------------------------------*/
a.btn_list {
  font-weight: 700;
  color: #44a5dd;
  border: 2px solid #44a5dd;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 1.2em;
  line-height: 1;
  margin-top: 0;
  background: #fff;
  display: block;
}
a.btn_list:hover, a.btn_list_s_R:hover, a.btn_list_s_S:hover {
  color: #fff;
  background: #44a5dd;
}
a.btn_list_s_R {
  font-weight: 700;
  color: #44a5dd;
  border: 2px solid #44a5dd;
  text-decoration: none;
  float: right;
  padding: 0.5em 1em;
  margin: 0 5px;
  border-radius: 1.2em;
  line-height: 1;
  margin-top: 0;
  background: #fff;
}
a.btn_list_s_S {
  font-weight: 700;
  color: #44a5dd;
  border: 2px solid #44a5dd;
  text-decoration: none;
  padding: 0.5em;
  margin: 0 2px;
  border-radius: 1.2em;
  line-height: 1;
  margin-top: 0;
  background: #fff;
  float: none;
}
/*---------------------------------
ヘッダー
---------------------------------*/
header {
 /* background-color: rgba(255, 255, 255, 0.9);*/
  background-color: rgba(20,90,200,1.00);
}
.wrap {
	overflow: hidden;
}
.wrap.header-fixed header {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
}
.wrap.header-fixed {
  padding-top: 90px;
}
.header-sizing {
  height: 90px;
}
.header-main {
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*---------------------------------
ヘッダーメニュー固定
---------------------------------*/
.header-main.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.75);
}
.header-main .logo-box {
  float: left;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-main .logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  left: 0;
  margin-right: 1em;
}
.header-main .logo img {
  width: 190px;
}
/*---------------------------------
ヘッダーメニュー
---------------------------------*/
.header-menu {
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: flex;
  /*-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  float: right;
    height: 75px;
}
li.header-menu-item {
  position: relative;
  box-sizing: border-box;
  margin: 0 30px 0 0;
  padding: 0;
  font-size: 1.1em;
  text-align: center;
  /*text-transform: uppercase;*/
  display: inline-block;
  transition: .3s;
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
  line-height: 75px;
}
li.header-menu-item a:hover, li.header-menu-item a.active {
  color: #44a5dd;
}
li.header-menu-item a {
  /*color: #fff;*/
  color: #333;
  text-decoration: none;
}
.header-menu-item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 5px;
  background-color: #44a5dd;
  transition: .3s;
  transform: translateX(-50%);
}
.header-menu-item:hover::after {
  width: 100%;
}
#menu-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 10;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  /*color: #fff;*/
  font-size: 10px;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 40px;
}
.menu-trigger span.bar {
  width: 100%;
  height: 3px;
  /*background-color: #fff;*/
  background-color: #44a5dd;
  border-radius: 3px;
}
.menu-trigger span.bar:nth-of-type(1) {
  top: 0;
}
.menu-trigger span.bar:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span.bar:nth-of-type(3) {
  top: 20px;
}
.menu-trigger span:nth-of-type(4) {
  bottom: 0;
}
.menu-trigger.active span.bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span.bar:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span.bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
  top: 30px;
}
.menu-trigger.active span:nth-of-type(4) {
  display: none;
}

/*　1295px　*/
@media only screen and (max-width: 1295px) {
.hd_container {
background-image: none;
}
	.header-sizing {
  height: 45px;
}
	.header-menu {
    height: 45px;
}
	li.header-menu-item {
  line-height: 45px;
}
}
/*　1227px　*/
@media only screen and (max-width: 1227px) {
		li.header-menu-item {
		font-size: 1.0em;
}
}

/*　1024px　*/
@media only screen and (max-width: 1024px) {
  .header-main .logo img {
    width: 150px;
  }
  li.header-menu-item {
    margin: 0 1em 0 0;
  }
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .wrap.header-fixed {
    padding-top: 65px;
  }
  .header-sizing {
    height: 65px;
    display: none;
  }
  .header-main .logo {
    width: calc(100% - 64px);
    max-width: 320px;
  }
  #menu-btn {
    display: block;
  }
}
/*tel*/
#sub-menu i {
    position: relative;
    top: -0.1em;
    margin-right: 0.5em;
}
#sub-menu .tel {
    font-family: Oswald;font-weight: 600;
    /*color: #fff;*/
	font-size: 1.6em;
}
@media (min-width: 751px) {
a[href*="tel:"].tel-a {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #333333;
    }
}
/*---------------------------------
お問い合わせ
---------------------------------*/
.hd_nav {
  list-style: none;
  width: 180px;
  float: right;
  height: 90px;
}
.hd_nav li:not(:first-of-type) {}
.hd_nav li {
  padding-left: 1em;
  height: 50%;
}
.hd_nav li a {
  height: calc(100% - 1px);
  text-decoration: none;
  background: #333;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  padding: 14px 0 0 8px;
}
.hd_nav li a:hover {
  background: #292929;
}
.hd_nav li:first-child a {
  background: #44a5dd;
}
.hd_nav li:first-child a:hover {
  background: #9C0000;
}
.hd_nav li:first-child a:before {
  content: "";
  width: 2em;
  height: 2em;
  display: inline-block;
  background-image: url("../images/tel_fff.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  margin-right: 0.5em;
}
.hd_nav li a:before {
  content: "";
  width: 2em;
  height: 2em;
  display: inline-block;
  background-image: url("../images/about_fff.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  margin-right: 0.5em;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .hd_nav {
    display: none;
  }
}
/*　1240px　*/
@media (max-width: 1240px) {
  .hd_nav {
    width: 60px;
  }
  .hd_nav li .txt {
    display: none;
  }
  .hd_nav li a:before, .hd_nav li:first-child a:before {
    margin-right: 0;
  }
}
section {
  padding: 30px 0;
}
/*---------------------------------
セクション背景
---------------------------------*/
.color-fff {
  background-color: #fff;
}
.color-black {
  background-color: #000
}
.color-beige {
  background-color: #e4ddc3;
}
.color-beige-grad {
  background: linear-gradient(to top, #e4ddc3 0%, #fff 100%);
}
.color-pale_gray {
  background-color: #F0F0F0;
}
.color-gray {
  background-color: #e3e5ea;
}
.color-darkgray {
  background-color: #333;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-ed_gray {
  background-color: #ededed;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-666_gray {
  background-color: #666;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-darkbrown {
  background-color: #2F2A23;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-red {
  background-color: #EB0000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-green {
  background-color: rgba(177, 195, 127, 1.00);
}
.color-blue {
  background-color: #145ac8;
}
.color-s-blue {
  background-color: #daedfc;
}
.color-pink {
  background-color: #FEECF1;
}
.blue{
    color: #145ac8;}
.fff{
    color: fff;
}
/*---------------------------------
コメ
---------------------------------*/
ul.rice {}
ul.rice li {
  padding-left: 1.5em;
  position: relative;
}
ul.rice li::before {
  content: "※";
  position: absolute;
  left: 0;
}
/*---------------------------------
h2
---------------------------------*/
h2 {
  text-align: center;
  margin: 0;
  color: #fff;
  /*color: #145ac8;*/
  padding: 0.5em 0;
  font-weight: 700;
  font-size: 1.8em;
}
h2 .en {
    font-family: Oswald;
  font-weight: 700;
  font-size: 1.2em;
    display: block;
}
h2 .ja{
    font-size: 0.5em;
    font-family: "Noto Serif JP", serif;
    display: block;
    /*color: #5B5B5B;*/
}
/*---------------------------------
h3
---------------------------------*/
h3 {
  color: rgba(0, 0, 0, 1.0);
  margin: 2.0em auto 1.5em;
  position: relative;
	    border-left: 4px solid #145ac8;
    padding: 0 0 0 15px;
}
.text_left{
	text-align: left;
	margin: 0 0 1.0em 1.0em;
	text-indent: -1em;
	font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.0em;
}
h3 span {
  display: block;
}
h3 span.ja {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
}
h3 span.en {
  font-weight: 700;
  font-size: 1.0em;
  color: rgba(0, 0, 0, .5);
  margin: 0 0 0.5em 0;
  font-family: "Noto Serif JP", serif;
}
h3.white span.en {
  color: #fff;
}
h3.b_left {
  font-weight: 600;
  padding: 0.75em 0.5em;
  margin: 0 0 0.5em 0;
  background: #333;
  color: #f3f3f3;
}
h3 span.h3_t {
  color: #333;
}
/*　640px　*/
@media only screen and (max-width: 640px) {
  h2 .en {
    font-size: 1.0em;
}
  h3 {
    margin: 2.0em auto;
  }
  h3 span.ja {
    font-size: 1.4em;
  }
  h3 span.en {
    margin-top: 0.5em;
  }
}

/*---------------------------------
ニュース・新着情報 
---------------------------------*/
.list-box {
  padding: 1em 3em 3em 3em;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 1.5em;
}
.list-box-s {
  background-color: #fff;
  padding: 1em 2em;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 0.5em;
  box-shadow: 0 0 4px 4px rgb(0 0 0 / 10%);
}
h4.tit {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 1em 0;
  padding: 1em;
  background-color: #44a5dd;
  color: #fff;
}
.list-box ul.news_list {
  display: block;
  overflow: hidden;
  margin: 0;
  border-top: 1px #eee solid;
}
.list-box ul li.news_item {
  padding: 1em 0;
  margin: 0;
  border-bottom: 1px #eee solid;
}
.list-box ul li.news_item h4 {
  color: #999;
  margin: 0;
  text-align: left;
}
.list-box ul li {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.list-box ul li h4 {
  font-size: 130%;
  margin: 0 0 0.5em 0;
}
.list-box .news_data {
  padding: 0;
  margin: 0;
}
.list-box .news_day {
  padding-right: 0.25em;
  font-size: 0.75em;
  font-weight: 400;
  float: left;
  display: inline-block;
  width: 8em;
}
.list-box .news_icon {
  padding: 0 0 0 0em;
  margin: 0;
  float: left;
}
.list-box .news_icon .icon{
    background-color: #145ac8;
    border-radius: 0.5em;
    color: #fff;
    font-size: 0.5em;
    padding: 0 0.5em;
    margin: 0.5em 1em 0 1em;
	float: left;
	line-height: 1.6em;
	min-width: 4em;
	text-align: center;
}
.list-box .news_icon .icon::before{
    display:block;
    vertical-align: bottom;
    padding-top:0.1em; 
}
.list-box .news_icon .news_asama {
	background-color: #145ac8;
}
.list-box .news_icon .news_asama:before {
	content: "ASAMA";
}
.list-box .news_icon .news_read {
	background-color: #de335c;
	}
.list-box .news_icon .news_read:before {
	content: "REad";
}
.list-box .news_icon .news_estate {
	background-color: #145ac8;
}
.list-box .news_icon .news_estate:before {
	content: "Estate";
}
.list-box .news_icon .news_etc {
	background-color: #de335c;
	}
.list-box .news_icon .news_etc:before {
	content: "etc.";
}

.list-box .news_title {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.list-box .news_title a {
  color: #44a5dd;
}
.list-box .news_content {
  float: left;
  padding: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-box .news_content strong, .list-box .news_content b {
  font-size: 1.0em;
  color: #44a5dd;
}
.list-box .news_content br {
  display: none;
}
.list-box .news_content img {
  display: none;
}
.all-list {
  text-align: center;
  padding: 1em 0;
  margin: 0 auto;
  display: block;
  font-size: 1.0em;
}
.com-box {
  display: flex;
  margin: 1.0em;
}
.com-t {
  font-size: 18px;
  line-height: 45px;
  flex: 1;
  margin: 0.5em 3em 0.5em 0.5em;
}
.com-f {
  width: 400px;
  margin: 0.5em;
}
/*　896px　*/
@media only screen and (max-width: 896px) {
.com-t {
        font-size: 15px;
    line-height: 2.0em;
	margin: 0.5em 2em 0.5em 0.5em;}
.com-f {
    width: 300px;
	}
}

/*　640px　*/
@media only screen and (max-width: 640px) {
  .list-box {
    padding: 1em 2em 3em 2em;
  }
  .list-box ul li.news_item {
    padding: 1em 0;
    display: block;
    padding-bottom: 0.5em;
    width: 100%;
    box-sizing: border-box;
  }
  .list-box ul li.news_item:nth-child(1) h4 {
    font-size: 120%;
  }
  .list-box p {
    text-align: left;
  }
  .list-box ul li.news_item:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
  .list-box ul li.news_item:nth-child(3) {
    width: 100%;
  }
  .list-box h4 {
    font-size: 1.25em;
    word-wrap: normal;
  }
  .com-box {
    display: block;
  }
  .com-t {
    margin: 1em 0.5em;
    font-size: 15px;
    line-height: 2.0em;
    text-align: left;
  }
  .com-f {
    max-width: 500px;
    width: auto;
    margin: 0.5em auto;
  }
}
/*レイヤー　TOP110px*/
.layer {
    position: relative;
    z-index: 1;
}
.layout-inner {
    display: block;
    position: relative;
    top: -110px;
	z-index: 3;
	/*background-color: #fff;*/
	 background: linear-gradient(rgba(255,255,255,1.00),rgba(255,255,255,0.50));
	/*opacity: 0.8;*/
	    margin-bottom: -110px;
}
.layout-innbox {
    display: block;
	background-color: #fff;
}
#newsbn-section .layout-inner {
       margin-bottom: 0;
}

/*会社案内メニュー*/
.cat-list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em auto;
  width: 960px;
  max-width: 100%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cat-list li {
  width: 33.3%;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
}
.cat-list li.half {
  width: 50%;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
}
/*.cat-list li:nth-child(3n) {
  border-right: 0 none;
}
.cat-list li.half:last-child {
  border-right: 0 none;
}*/
.cat-list a, .cat-list li.half a {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #F67FA1;
  width: 92%;
  height: 66px;
  font-weight: 500;
  font-size: 1.0em;
  text-align: center;
  padding: 0 4%;
}
.cat-list a.is-current, .cat-list a:hover, .cat-list li.half a:hover {
  background-color: #F6618D;
}
/*---------------------------------
メニュー　
---------------------------------*/
#ConceptBlk {
  color: #fff;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
  position: relative;
}
#ConceptBlk .wrp {
  position: relative;
  top: -100px;
  overflow: hidden;
  margin-top: 2em;
  margin-bottom: -100px;
}
#ConceptBlk .ConceptList {
  display: -webkit-flex;
  display: flex;
  margin: 0;
}
#ConceptBlk .ConceptList li {
  width: 25%;
  list-style: none;
}
#ConceptBlk .ConceptList li a {
  color: #000;
  text-decoration: none;
  display: block;
  margin: 0 auto 10px;
}
#ConceptBlk .ConceptList li span.con_tit {
  position: relative;
  top: 3em;
  z-index: 2;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}
#ConceptBlk .ConceptList li span.con_tit:hover {
  color: #44a5dd;
}
#ConceptBlk .ConceptList li span.con_img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto 10px;
}
#ConceptBlk .ConceptList li span img {
  border-radius: 50%;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);
}
#ConceptBlk .ConceptList li span img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1.0;
}
/*　940px　*/
@media only screen and (max-width: 940px) {
  #ConceptBlk {
    background-image: url(/images/bg_concept.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  #ConceptBlk .ConceptList {
    display: block;
  }
  #ConceptBlk .ConceptList li {
    width: 20%;
    float: left;
    display: block;
    overflow: hidden;
  }
  #ConceptBlk .ConceptList li a {
    margin: 0;
  }
  #ConceptBlk .ConceptList li span {
    margin: 10px auto;
    width: 140px;
    height: 140px;
  }
  #ConceptBlk .ConceptList li span img {
    width: 140px;
    height: 140px;
  }
  #ConceptBlk .ConceptList li p {
    font-size: 1.2em;
    margin: 0 0 1.5em 0;
    line-height: 1.0em;
  }
}
/*　640px　*/
@media only screen and (max-width: 640px) {
  #ConceptBlk .ConceptList li span {
    margin: 10px auto;
    width: 140px;
    height: 140px;
  }
  #ConceptBlk .ConceptList li span img {
    width: 140px;
    height: 140px;
  }
}
/*　320px　*/
@media only screen and (max-width: 320px) {
  #ConceptBlk .ConceptList li span {
    margin: 10px auto;
    width: 130px;
    height: 130px;
  }
  #ConceptBlk .ConceptList li span img {
    width: 130px;
    height: 130px;
  }
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  #ConceptBlk .ConceptList {
    display: none;
  }
  #ConceptBlk .wrp {
    top: 100px;
    margin-bottom: 0;
  }
  /* サイドメニュー */
  .side_column {
    right: -25px;
  }
}
/*---------------------------------
2カラム　50%
---------------------------------*/
.two-block {
  overflow: hidden;
  display: flex;
}
.two-block .contact-block {
  float: left;
  width: calc(50% - 10px);
  clear: none;
}
.two-block .contact-block:nth-child(1) {
  margin-right: 20px;
}
/*---------------------------------
2カラム　7対3
---------------------------------*/
.main-block {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.side-block {
  width: 28%;
}
.main-block, .side-block {
  padding: 0;
  padding-top: 0.5em;
}
.side_bn {}
.side_bn ul {
  overflow: hidden;
  margin-top: 30px;
}
.side_bn ul li {
  list-style: none;
  margin-bottom: 0.25em;
}
.side_bn ul li img {
  border: solid #C5C5C5 1px;
}
.side_bn ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* 920px */
@media only screen and (min-width : 920px) {
  .info_flexbox {
    display: -webkit-flex;
    display: flex;
  }
  .main-block {
    margin: 0 20px 0 0;
    width: 72%;
  }
  .side_bn ul li {
    width: 240px;
  }
  .side_bn ul li img {
    width: 100%;
  }
}
/* 920px */
@media screen and (max-width : 920px) {
  .side-block {
    width: 100%;
    display: contents;
  }
  .side_bn ul {
    margin-top: 30px;
    width: 100%;
  }
  .side_bn ul li {
    float: left;
    width: calc(33.333% - 10px);
    margin-right: 10px;
    box-sizing: border-box;
  }
  .side_bn ul li:last-child {
    margin-right: 0;
  }
  .side_bn ul li img {
    width: 100%;
    box-sizing: border-box;
  }
}
/* 768px */
@media screen and (max-width : 768px) {
  .side_bn ul li {
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
    box-sizing: border-box;
  }
}
/*　flow　*/
.flow {
  justify-content: space-between;
  margin-bottom: 40px;
}
.flow_item {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 10px 15px 1em;
  box-sizing: border-box;
}
.flow_item_boxset {
  width: 5em;
  float: left;
  min-width: 5em;
  margin-bottom: 3em;
  box-sizing: border-box;
}
.flow_item_boxset .flow_item_box {
  width: 5em;
  height: 100%;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 10px;
  background-color: #AF8A75;
  border-color: #44a5dd;
  border-style: solid;
  border-top-width: 10px;
  position: relative;
}
.flow_item_boxset .flow_item_box:after {
  content: "";
  border: 2.5em solid transparent;
  border-top-color: #AF8A75;
  position: absolute;
  bottom: -5em;
  left: 0;
}
.flow_item_boxset .flow_item_box:after:last-child {
  display: none;
}
.flow_item_boxset .flow_item_label {
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
}
.flow_item_boxset .flow_item_label_number {
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  vertical-align: baseline;
}
.flow_item_text_box {
  float: left;
  width: 85%;
  margin-left: 2%;
  box-sizing: border-box;
}
.flow_item_text_box .flow_item_name {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 2.0em;
  text-indent: 0.5em;
  color: #44a5dd;
  border-top: 1px solid #44a5dd;
  border-bottom: 1px solid #44a5dd;
  letter-spacing: 0.15em;
}
.flow_item_text_box .flow_item_text {
  font-size: 0.85em;
  font-weight: normal;
  color: #333;
  line-height: 1.5em;
  margin: 10px 0;
}
.flow_item_text_box .flow_item_text p {
  font-size: 1.2em;
	line-height: 1.8em;
	margin: 1em 0 2.5em 0;
}
.flow_item_text_box .flow_item_text p img {
  float: left;
  width: 200px;
  margin: 0 2% 0.25em 0;
}

/* 768px */
@media screen and (max-width : 768px) {
.flow_item_text_box {
  width: 72%;
	}
	.flow_item_text_box .flow_item_text p img {
  width: 160px;
}
}

/*---------------------------------
お問い合わせ
---------------------------------*/
.contact-column {}
.contact-column .contact-block {
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}
.contact-column .list-box, .two-block .list-box {
  background-color: rgba(255, 255, 255, 1.0);
}
h3.fff, h3 span.fff {
  color: #fff;
}
.contact-column .contact-block dl {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 1.4em;
  font-weight: normal;
  border-top: 1px solid #ccc;
}
.contact-column .contact-block dl:first-child {
  border-top: none;
}
.contact-column .two-block .contact-block dl {
  display: block;
  text-align: center;
}
.contact-column dl dt {
  letter-spacing: 0.25em;
  flex-basis: 10em;
  margin: 0.5em;
  background-color: #44a5dd;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em;
  align-items: stretch;
  text-align: center;
  border-radius: 0.5em;
}
.contact-column dl.net dt span {
  font-size: 0.75em;
}
.contact-column .two-block .contact-block dl dt {
  display: block;
  margin: 1em 0;
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
}
.contact-column .two-block .contact-block dl dd {
  margin-bottom: 1em;
}
.contact-column dl dd {
  flex-basis: 60%;
}
.contact-column dl dd .guidance-message {
  margin: 0;
  font-size: 0.7em;
  text-align: left;
  font-weight: normal;
  line-height: 120%;
  display: inline-block;
}
.contact-column dl dd .guidance-message::before {
  top: 0.2em;
}
.contact-column dl dd .guidance-message .guidance-num {
  display: inline-block;
  padding: 0.1em 0.5em;
  line-height: 100%;
  margin: 0 0.1em;
  color: #fff;
  background-color: #0080d9;
  font-size: 1.2em;
  border-radius: 0.25em;
}
.contact-column .tel-line, .contact-column .time-line {
  vertical-align: middle;
  margin-left: 1em;
}
.contact-column .tel-line .num {}
.contact-column .tel-line .mapage-link {}
.contact-column .tel-line a {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 600;
  vertical-align: middle;
}
.contact-column dl dd .time {
  display: inline-block;
  font-weight: normal;
  font-size: 0.65em;
  border: 1px solid #44a5dd;
  border-radius: 0.25em;
  padding: 0.1em 0.5em;
  color: #44a5dd;
  line-height: 120%;
  text-align: left;
}
.contact-column dl dd .time > span {
  display: inline-block;
}
/*　1024px　*/
@media only screen and (max-width:1024px) {
  .contact-column .two-block {
    display: block;
  }
  .contact-column .two-block .contact-block {
    float: none;
    width: 100%;
    clear: none;
  }
  .contact-column .contact-block dl {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
  }
  .contact-column .contact-block dl dt, .contact-column .two-block .contact-block dl dt {
    display: block;
    margin: 1em 0 0;
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
  }
  .contact-column .contact-block dl dd {
    display: block;
    padding: 0.5em;
    /*margin-bottom: 1em;*/
    text-align: center;
    width: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
  }
  .contact-column .tel-line {
    margin-left: 0;
  }
  .contact-column .time-line {
    font-size: 0.8em;
  }
}
/*　640px　*/
@media only screen and (max-width: 640px) {
  .contact-column .list-box {
    padding: 0 0em;
  }
  .contact-column .tel-line a {
    font-size: 1.0em;
  }
}
/*---------------------------------
ポイント
---------------------------------*/
.point {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #ACD4F7;
}
#privacy p {
	    margin: 1.0em 0 2.5em 0;
}
.privacy ol {
  padding-left: 2em;
}
.privacy ol li {
  margin: 2em 0 0.5em 0;
  position: relative;
  padding-left: 0;
  line-height: 1.4em;
}
.privacy ol li ul {
  margin-bottom: 2em;
  padding-left: 2em;
}
.privacy ol li ul li {
  list-style: circle;
  margin: 0.5em 0;
  padding-left: 0;
}
b, strong {
  font-weight: 800;
  font-size: 1.2em;
}
.b_normal {
  font-weight: 600;
  font-size: normal;
}
p {
  margin: 1.5em 0 2.0em;
  font-size: 16px;
	/*font-weight: 500;*/
  line-height: 28px;
  text-align: center;
}
p.fff {
  color: #fff;
}
ol li p {
  text-align: left;
}
.privacy p a {
  text-decoration: none;
  color: #4184f3;
}
#contact {
  max-width: 1280px;
  margin: 20px auto;
}
.marker-r-blue {
    display: inline;
    font-weight: bold;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(0,rgba(0,124,223,.2)));
    background: -webkit-linear-gradient(rgba(0,0,0,0) 60%,rgba(0,124,223,.2) 0);
    background: -o-linear-gradient(rgba(0,0,0,0) 60%,rgba(0,124,223,.2) 0);
    background: linear-gradient(rgba(0,0,0,0) 60%,rgba(0,124,223,.2) 0);
}
.marker-r-pink {
    display: inline;
    font-weight: bold;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(0,rgba(221,0,89,0.20)));
    background: -webkit-linear-gradient(rgba(0,0,0,0) 60%,rgba(221,0,89,0.20) 0);
    background: -o-linear-gradient(rgba(0,0,0,0) 60%,rgba(221,0,89,0.20) 0);
    background: linear-gradient(rgba(0,0,0,0) 60%,rgba(221,0,89,0.20) 0);
}
.t_chushajo {
	color: #eb6b90;background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(0,0,0,0)),color-stop(0,rgba(221,0,89,0.20)));
    background: -webkit-linear-gradient(rgba(0,0,0,0) 60%,rgba(221,0,89,0.20) 0);
    background: -o-linear-gradient(rgba(0,0,0,0) 60%,rgba(221,0,89,0.20) 0);
    background: linear-gradient(rgba(0,0,0,0) 60%,rgba(221,0,89,0.20) 0);
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.t_chushajo_pink {
	color: #eb6b90;
}
/*---------------------------------
テーブル
---------------------------------*/
.tbl-1 {
  width: 100%;
}
.tbl-1 th, .tbl-1 td {
  padding: 0.75em;
  float: none;
  border-bottom: none;
  text-align: left;
  line-height: 1.8em;
}
.tbl-1 th {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
  width: 12.5em;
  font-weight: 400;
  position: relative;
  padding-left: 1.5em
}
.tbl-1 td {
  border-bottom: 1px solid #e4e4e4;
}


.tbl-1 td ul {
  padding-left: 1.5em;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .tbl-1 {
    display: table;
  }
  .tbl-1 th, .tbl-1 td {
    display: block;
  }
  #contact #formfoot {
    padding: 1em;
  }
  .tbl-1 th {
    white-space: nowrap;
    min-width: auto;
    width: auto;
    border-bottom: none;
    /*background-color: #e4e4e4;*/
    display: block;
    overflow: hidden;
    margin-top: 0.25em;
	  border-top: 1px solid #e4e4e4;
  }
  .tbl-1 th.free_width{
    white-space: normal;
}
  .tbl-1 td {
    border-bottom: none;
  }
    
  .tbl-1 td.space{
      display: none;
    }
  p {
    font-size: 15px;
    line-height: 2.0em;
    text-align: left;
  }
}

/*　　*/
#contact p {
  text-align: left;
	margin: 0 0 1.0em 0;
}
#contact .caption {
  line-height: 1.2em;
}
#contact .required {
  color: #de335c;
}
#contact table th:before {
  content: "";
  border: 0.5em solid transparent;
  border-left-color: #44a5dd;
  display: inline-block;
  margin: 0 0.5em 0 0;
  position: absolute;
  left:0;
  top:calc(50% - 0.5em);
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  #contact table th:before {
    content: "";
    border: 0.5em solid transparent;
    border-top-color: #44a5dd;
    display: inline-block;
    margin: 0.5em 0.5em -0.5em 0;
  }
}
#contact table td {
  box-sizing: content-box;
  padding: 0.75em 0;
}
#contact table td input[type="text"], #contact table td textarea {
  width: 100%;
}
#contact table td label {
  margin-right: 1em;
}
#contact table td.err span.err {
  display: inline-block;
  color: #f00;
}
#contact table td input[type="text"], #contact table td input[type="tel"], #contact table td textarea {
  width: 100%;
}
#contact table td input[type="text"], #contact table td input[type="tel"], #contact table td textarea, #contact table td select {
  font-size: 1.1em;
  padding: 1.0em;
  margin-bottom: 0.2em;
  box-sizing: border-box;
  border: none;
	background-color: #ebebf0;
   /*box-sizing: content-box;*/
}
#contact table td.err input[type="text"] {
  background-color: #FFDDDD;
}
#contact #formfoot {
  text-align: center;
  padding: 0.5em;
}
#contact #formfoot button {
  padding: 1em;
}
#contact h5 {
  color: #fff;
  letter-spacing: 0.25em;
  display: block;
  overflow: hidden;
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 1em;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: #44a5dd;
  padding: 0.75em;
}
.submit_btn {
  padding: 1em 2em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #44a5dd;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 50em;
  box-shadow: 0 1px 0 #44a5dd;
  margin: 0.5em;
  border: 2px outset #44a5dd;
  min-width: 12em;
}
.submit_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*　　*/
#contact #phone {
  list-style: none;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 1em;
  overflow: hidden;
}
#contact #phone li {
  display: block;
  float: left;
  margin-right: 2em;
}
#contact #phone li.freedial {
  font-size: 1.5em;
  margin-top: 0;
}
#contact #phone li.freedial img {
  width: 1.5em;
  height: auto;
  vertical-align: middle;
}
#contact #phone li.tel {
  clear: left;
}
#contact #phone li.fax {}
#contact #phone li.hour {
  clear: left;
}
#contact #phone li.fax {}

/**/
.item_box {
  /*width: 100%;*/
}
.item_box .item, .item_box .item_1_5c, .item_box .item_2c, .item_box .item_1c {
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 36px;
  margin: 1%;
  text-align: center;
  box-sizing: border-box;
	position: relative;
	overflow: hidden;

}
.item_ttl {
  color: #fff;
  margin: 0 0 1.5em 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4em;
  padding-bottom: 0.75em;
	padding-top: 0.5em;
  display: block;
	position: relative;
	border-bottom: 2px solid #538be2;
	border-radius: 0.5em 0.5em 0 0;
    background-color: #98bdf7;
	letter-spacing: 0.1em;
}
.item_ttl::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 5.5px 0 5.5px;
    border-color: #98bdf7 transparent transparent transparent;
    display: block;
    position: absolute;
    left: calc(50% - 5.5px);
    bottom: -10px;
	z-index: 5;
}
.item_ttl::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #538be2 transparent transparent transparent;
    display: block;
    position: absolute;
    left: calc(50% - 7.5px);
    bottom: -15px;
	z-index: 4;
}
.item_box img {
  max-width: 35%;
  height: auto;
	    position: relative;
	z-index: 5;
}
.item_box .img_half_R {
  max-width: 40%;
  height: auto;
  overflow: hidden;
  float: right;
  clear: both;
  margin-left: 10px;
margin-bottom: 10px;
	margin-top: 0.75em;
}
.item_box .img_half_L {
  max-width: 40%;
  height: auto;
  overflow: hidden;
  float: left;
  clear: both;
  margin-right: 10px;
	margin-bottom: 10px;
}
.item_box p {
	margin: 1em 0 0;
}
.item_box ul, .item_box ol{
	font-size: 1.2em;
	margin: 1em 0;
	text-indent: -1.5em;
}
.item_box ul li{
	/*margin: 1em 0;*/
	padding: 0.75em 0;
	list-style: none;
	padding-left: 1em;
	list-style-position: inside;
	text-align: left;
	line-height: 1.4em;
	 position: relative;
    text-indent: 0;
	border-bottom: 1px solid #EBEBEB;
}
.item_box ol li{
	padding: 0.75em 0;
	list-style: none;
	padding-left: 1em;
	list-style-position: inside;
	text-align: left;
	line-height: 1.4em;
	 position: relative;
    text-indent: 0;
	border-bottom: 1px solid #EBEBEB;
}
.item_box ul li ul {
	margin: 1em 0 0 0;
}
.item_box ul li ul li{
	font-size: 0.75em;
	margin: 0;
	text-indent: none;
	border-top: 1px solid #EBEBEB;
    border-bottom: none;
}
.item_box ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.15em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #F67FA1;
}
.item_box ul.doclist {
	margin: 1em 0;
	padding-left: 1em;
	overflow: hidden;
}
.item_box ul.doclist li {
	width: 100%;
	float: none;
	margin: 0.5em 0 0 0;
}
/*　767px　*/
@media (min-width : 767px) {
  .item_flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .item {
    width: 31%;
    margin: 1%;
  }
  .item_2c {
    width: 98%;
    margin: 1%;
  }
  .item_1c {
    width: 98%;
    margin: 1%;
  }
	.item_1_5c {
    width: 48%;
    margin: 1%;
  }
.item_box ul.doclist {
    margin: 1em 1em 2em 2em;
    padding-left: 2em;
    overflow: hidden;
}
.item_box ul.doclist li {
	width: 45%;
	float: left;
	margin: 0.5em 0 0 0;
}
}

@media (min-width : 767px) {
  .item_box .item, .item_box .item_1_5c, .item_box .item_2c, .item_box .item_1c {
    padding: 15px;
    /*margin: 15px 0;*/
  }
  .item_box p {
    line-height: 1.5em;
	  margin: 1em 0 0;
  }
}
/*　980px　*/
@media (min-width : 980px) {
  .item_flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .item {
    width: 31%;
    margin: 1%;
  }
.item_1_5c {
    width: 48%;
    margin: 1%;
  }
  .item_2c {
    width: 64%;
    margin: 1%;
  }
  .item_1c {
    width: 98%;
    margin: 1%;
  }
}
@media (min-width : 980px) {
  .item_box .item, .item_box .item_1_5c, .item_box .item_2c, .item_box .item_1c {
    padding: 15px;
    /*margin: 15px 0;*/
  }
  .item_box p {
    line-height: 1.5em;
  }
}
@media (max-width : 767px) {
  .item_box .item, .item_box .item_1_5c, .item_box .item_2c, .item_box .item_1c {
    padding: 15px;
    margin: 15px 0;
	  width: 100%;
	  box-sizing: border-box;
  }
  .item_box img {
    width: 25%;
  }
  .item_box p {
    line-height: 1.5em;
  }
	a.btn_list_s_S {
    float: left;
}
}

/* 駐車場Get!! */
.box_yt {
position: relative;
padding-top: 56.25%;
	width: 100%;
	/*max-width: 300px;*/
    /*float: right;*/
    margin: 1em auto;
	text-align: center;
}
.box_yt iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

/*　よくある質問　*/
/*#faq*/
#faq .switch {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#faq .switch .faq_ttl  {
  color: #fff;
  display: block;
  padding: 1em 3em;
  position: relative;
  text-decoration: none;
  z-index: 2;
  background: #145ac8;
  line-height: 1.2;
  font-weight: normal;
  border-radius: 0.5em;
	cursor: pointer;
}

#faq .switch .faq_ttl::after {
  content: "＋";
  color: #fff;
  display: block;
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: calc(50% - 16px);
  margin: 0;
  z-index: 10;
}
#faq .switch .faq_ttl::before {
  content: "▶";
  color: #fff;
  display: block;
  height: 18px;
  width: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: calc(50% - 10px);
  margin: 0;
  z-index: 10;
}
#faq .switch_ttl th{
	    background-color: #daedfc;
	text-align: center;
	border: none;
	    color: #145ac8;
    box-sizing: border-box;
}
#faq th.title {
	    width: 17em;
}
/*#faq .switch .faq_ttl::after {
  display: none;
}*/
/*#faq .faq_ttl::after {
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}*/
#faq .switch .faq_ttl {
  color: #faf7eb;
  font-size: 1.25em;
  position: relative;
  display: block !important;
  text-align: left;
}
#faq .switch .faq_ttl, #faq .switch .switch_cnt {
  /*width: 100% !important;*/
}
#faq .switch tr.switch_cnt {
  display: none;
}
/*#faq .switch tr.switch_cnt td::before {
  content: "A";
  color: #fff;
  display: block;
  height: 32px;
  width: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: calc(50% - 16px);
  margin: 0;
  z-index: 10;
}*/
#faq .switch tr.switch_cnt td span {
	color: #145ac8;
}
#faq .faq_ttl.active::after {
  content: "−";
}
#faq .switch {
  margin: 0 0 20px;
  width: 100% !important;
}
#faq .switch_cnt td {
  transition: all 0.3s ease 0s;
  position: relative;
}
#faq .switch_cnt td {}
/* 768px */
@media (max-width: 768px) {
#faq th.title {
	    width: auto;
}
}
/*---------------------------------
フッター
---------------------------------*/
footer {
  background: #393939;
}
.footer-content {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#footer-nav {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 20px 0;
  background-color: #393939;
  color: #999;
}
#footer-nav ul.link-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1em;
  /*border-bottom: 1px solid #292929;*/
}
#footer-nav ul.link-group > li {
  width: 33.3333333%;
  text-align: center;
}
#footer-nav ul.link-group li.link-home {
  display: none;
}
#footer-nav ul.link-group > li > ul {
  display: inline-block;
  text-align: left;
}
#footer-nav ul.link-group > li > ul > li {
  margin: 0.5em auto;
  position: relative;
  padding: 0.1em 0.3em;
  display: block;
  transition: .3s;
}
#footer-nav ul.link-group > li > ul > li a {
  text-decoration: none;
  color: #999;
}
#footer-nav ul.link-parent > li a.parent {
  font-weight: 800;
  line-height: 2em;
  min-width: 9em;
  margin-bottom: 0.75em;
  display: inline-block;
  pointer-events: none;
}
#footer-nav ul.link-parent > li > ul > li {
  margin: 0.5em auto;
  position: relative;
  padding: 0.1em 0.3em;
  display: block;
  transition: .3s;
}
#footer-nav ul.link-parent > li > ul.link-children > li {
  margin: 0.5em auto;
  position: relative;
  padding: 0.1em 0;
  display: block;
  transition: .3s;
}
@keyframes PanelAnime {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: calc(100% - 65px);
    opacity: 1;
  }
}
#main-menu > li a.main-btn:hover::before, #main-menu > li a.main-btn:hover::after {}
/*---------------------------------
スマホ　メニュー
---------------------------------*/
#Panel-Menu-box {
  padding: 0;
  width: 100%;
  top: 65px;
  left: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  z-index: 100;
  display: none;
  overflow: auto;
}
#Panel-Menu-box.active {
  background-color: rgba(102, 102, 102, 0.90);
  color: #fff;
  display: block;
  animation: PanelAnime 0.5s linear;
  height: calc(100% - 65px);
}
#Panel-Menu-box.active a {
  color: #fff;
}
#Panel-Menu-box .link-group {
  overflow: hidden;
}
#Panel-Menu-box .link-group > li {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  line-height: 2.0em;
}
#Panel-Menu-box li.link-sub-group {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
#Panel-Menu-box ul.link-parent li.s_search {
  padding: 0 0.5em;
  background-color: rgba(0, 0, 0, 0.74);
  border-bottom: 1px dashed #fff;
  display: block;
}
@media only screen and (min-width: 768px) {
  #footer-nav ul.link-group > li > ul > li.s_search {
    display: none;
  }
  #footer-nav ul.link-group > li.link-sub {
    display: none;
  }
  #footer-nav ul.link-group > li > ul.link-parent {
    display: none;
  }
}
#Panel-Menu-box ul.link-sub-parent > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
}
#Panel-Menu-box .link-group > li > ul > li {}
#Panel-Menu-box .link-group > li > ul > li a {
  display: block;
  padding: .5em;
	text-indent: 1em;
}
#Panel-Menu-box ul.link-children li.nav-half {
	width: 100%;
	box-sizing: border-box;
	font-size: 0.85em;
	text-indent: 1em;
}
#Panel-Menu-box ul.link-children li.nav-half a {
background-color: rgba(255,255,255,0.70);
}
#Panel-Menu-box ul.link-children li.nav-half:hover {
background-color: rgba(255,234,251,0.80);
}


#Panel-Menu-box .link-group > li > ul > li a:hover {
  color: #EC8DA4;
}
#Panel-Menu-box .link-group > li.link-sub > ul > li {
  border-bottom: 1px solid #fff;
}
#Panel-Menu-box ul.link-parent li.s-btn-box {
  padding: 0 1em 0;
  background-color: hsla(0, 0%, 100%, 0.50);
}
#Panel-Menu-box ul.link-parent li.s-btn-box a {
  color: #333;
}
/*#Panel-Menu-box ul.link-children li.s_menu01 {
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-image: url(../images/icon_apart.svg);
  text-indent: 4.5em;
  padding: 0;
}*/
/*---------------------------------
スマホ　メニュー　アクティブ 
---------------------------------*/
#Panel-Menu-box ul.link-parent.active > li.s-btn-box {
  padding: 0 1em 1em 1em;
}
#Panel-Menu-box ul.link-parent.active > li.s-mini-box {
  padding: 0;
}
#Panel-Menu-box ul.link-parent > li a {
  position: relative;
}
#Panel-Menu-box ul.link-parent > li a.parent::after, #Panel-Menu-box ul.link-parent > li a.parent::before {
  content: "";
  height: 5px;
  width: 20px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 1em;
  background-color: #fff;
  transition: all .3s ease;
}
#Panel-Menu-box ul.link-parent > li.s-btn-box a.parent::after, #Panel-Menu-box ul.link-parent > li.s-btn-box a.parent::before {
  background-color: #333;
}
#Panel-Menu-box ul.link-parent > li a.parent::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#Panel-Menu-box ul.link-parent.active > li a.parent::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#Panel-Menu-box ul.link-children {
  background: rgba(255, 255, 255, .80);
  color: #333;
  border-radius: 0.5em;
	margin: 0 1em 1em 1em;
	overflow: hidden;
}
#Panel-Menu-box ul.link-children a {
  color: #333;
  border-bottom: solid #7C7C7C 2px;
}
#Panel-Menu-box ul.link-children li a img {
    width: 32px;
    height: auto;
	float: left;
	padding-left: 1em;
}
#Panel-Menu-box ul.link-children li a p {
    width: calc(100% - 50px);
    padding-left: 5px;
    text-align: left;
	margin: 0;
	
}
#Panel-Menu-box .link-group > li > ul.link-parent > li > ul.link-children > li a:hover {
  color: #de335c;
}
#Panel-Menu-box ul.link-children li:last-child a {
  border-bottom: none;
}

/*---------------------------------
個人情報　メニュー
---------------------------------*/
#policy-nav {
  margin: 0;
  background-color: #393939;
  padding: 0 20px 20px 20px;
}
#policy-nav ul {
  padding: 1em 0;
  font-weight: 600;
}
#policy-nav ul li {
  display: inline-block;
  position: relative;
  line-height: 2.0em;
}
#policy-nav ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1em;
  margin-top: -0.5em;
  background-color: #999;
}
#policy-nav ul li a {
  padding: 0.25em 1em;
  display: emline-block;
  width: calc(100% - 3px);
  color: #999;
	font-weight: normal;
}
#policy-nav ul li a:hover {
  color: #44a5dd;
}
.footer-name {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
.footer-copyright {
  font-size: 0.7em;
  text-align: center;
  line-height: 3.0em;
	color: #fefefe;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
#footer-nav {
  display: none;
}
  .footer-copyright span {
    display: none;
  }
  #policy-nav {
    padding: 20px;
  }
}
/*---------------------------------
フッター　tel
---------------------------------*/
.tel_box {
  background-color: #fff;
  width: 40%;
  font-size: 0.85em;
  text-align: center;
  padding: 10px 0;
  margin: 0.5em auto 0;
}
.tel_no {
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
}
.tel_no a:before {
  content: "";
  width: 1.0em;
  height: 1.0em;
  display: inline-block;
  margin-right: 0.5em;
  background-image: url("/images/tel.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .tel_box {
    width: 100%;
  }
}
/*---------------------------------
ページトップ 
---------------------------------*/
.pagetop {
  position: fixed;
  bottom: 80px;
  right: -3px;
  z-index: 99;
}
.pagetop a {
  /*font-size: 0.75em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 50px;
  padding: 20px 0;
  line-height: 1;
  border-radius: 0.75em 0 0 0.75em;
  border: 2px solid #fff;
  background: #999;
  position: relative;*/
	
	margin: 0;
    padding: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    background: #000000;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    border-radius: 10px;
    border: solid 2px #fff;
}
.pagetop a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 17.3px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: relative;
    top: -2px;
}
/* 768px以下 */
@media only screen and (max-width: 768px) {
  .categorylist-item {
    font-size: 7px;
    font-size: 0.75rem;
  }
  .opening {
    height: calc(300px - 200px);
    min-height: 300px;
  }
  .opening-img {
    right: 0;
    width: calc(100% + 200px);
    height: 360px;
  }
  .opening-logo {
    display: none;
  }
}
/*work gaide*/
#works_box{
	background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
  overflow: hidden;
  padding: 30px 0;
}
#guide_box{
/*background-color: #E7E1E1;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;*/
  overflow: hidden;
  padding: 0 0 2em 0;
}
#works_box h2, #guide_box h2 {
  margin: 0 0 60px 20%;
  float: left;
  width: 60%;
}
#works_box .wrp {
  margin: 0 auto;
}
#guide_box .wrp {
  margin: 0 auto 1em;
    padding:  1em 3em;
    background-color: #fff;
    /*border-top: 10px solid #d4c79f;*/
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*　*/
#works_box .works_dtl, #guide_box .guide_dtl {
  position: relative;
  margin-bottom: 3em;
  clear: both;
}
#guide_box .guide_dtl.imgL .g-ico{
  position: absolute;
  right: 1em;
  bottom: -3em;
    width: 260px;
    height: 260px;
    z-index: 1;
    opacity: 20%;
}
#guide_box .guide_dtl.imgR .g-ico{
  position: absolute;
  left: 10em;
  bottom: -3em;
    width: 260px;
    height: 260px;
    z-index: 1;
    opacity: 20%;
}
#guide_box .guide_dtl.imgL .g-ico img, #guide_box .guide_dtl.imgR .g-ico img{
    width: 100%;
}
#works_box .event_img {
  width: 60%;
  max-height: 380px;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  /*box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);*/
}
#guide_box .guide_img {
  width: 50%;
  max-height: 300px;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
    padding: 0;
    margin: 0;
  /*box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);*/
  box-shadow: 15px 15px 0px 0 rgba(246,127,161,0.40);
}
#works_box .event_img img, #guide_box .guide_img img{
  width: 100%;
  height: auto;
  margin-top: 0/*calc(200px - 35%)*/;
}
#works_box .imgR .event_img {
  margin-left: auto;
}
#guide_box .imgR .guide_img {
  margin-left: auto;
  box-shadow: -15px 15px 0 0 rgba(246,127,161,0.40);
}
#works_box .imgL .event_img{
  margin-right: auto;
}
#guide_box .imgL .guide_img {
  margin-right: auto;
  box-shadow: 15px 15px 0 0 rgba(246,127,161,0.40);
}
#guide_box .imgL .guide_img .g-txt {
    /*height: calc(100% - 80px);*/
    position: absolute;
    top: 10px;
    left: 11px;
    text-align: center;
    color: rgba(255,255,255,0.70);
    font-size: 3.0em;
    font-weight: 800;
    z-index: 2;
    font-family: Oswald;
    writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
}
#guide_box .imgR .guide_img .g-txt {
    /*height: calc(100% - 80px);*/
    position: absolute;
    top: 10px;
    right: 11px;
    text-align: center;
    color: rgba(255,255,255,0.70);
    font-size: 3.0em;
    font-weight: 800;
    z-index: 2;
    font-family: Oswald;
    writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
}
#works_box .works_inner {
  top: 0;
  margin-top: 50px;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 36px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 35%;
  /*min-width: 315px;*/
  min-height: 200px;
  position: absolute;
  border: #B4B4B4 1px solid;  
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align: center;
}
#guide_box .guide_inner {
  top: 0;
  margin-top: 0;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 0 2em 2em 2em;
  width: 45%;
  /*min-width: 360px;
  min-height: 200px;*/
  position: absolute;
  z-index: 2;
  text-align: center;
}
#works_box .imgR .works_inner {
  left: 0;
}
#guide_box .imgR .guide_inner {
  left: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 0 2em 2em 0;
}
#works_box .imgL .works_inner {
  right: 0;
}
#guide_box .imgL .guide_inner {
  right: 0;
  margin-top: 0;
    margin-left: 1em;
    margin-right: 0;
    margin-bottom: 1em;
    padding: 0 0 2em 2em;
}
#works_box .works_inner .works_ttl {
  color: #232272;
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
#guide_box .guide_ttl {
    color: #606060;/*#F57598;*/
  margin: 0 0 0.5em 0;
  font-size: 2.0rem;
  font-weight: 600;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    padding: 1em 0 0.5em 0;
    position: relative;
    letter-spacing:-0.05em;
}
#guide_box .guide_ttl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  border-radius: 3px;
  /*background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #0c2666 0%, #009efd 100%);*/
  background-color: #F67FA1;
}
#guide_box .guide_ttl::first-letter {
    color: #de335c;/*#e95504;*/
}
#works_box .works_inner .works_txt {
  margin: 0 0 1em;
  text-align: left;
  line-height: 1.8em;
}
#guide_box .guide_inner h5 {
  /*font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;*/
    color: #de335c;
  margin: 0 0.25em;
    padding: 0.5em 0;
  text-align: left;
  font-size: 1.4em;
    font-weight: 600;
  line-height: 1.25em;
} 
#guide_box .guide_inner .guide_txt {
  margin: 0 0 1em;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.8em;
}  
#works_box .works_inner .works_btn {
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 1em 0;
  background: #44a5dd;
  border-radius: 30px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border: #44a5dd 2px solid;
  position: relative;
font-size: 1.2em;
}
#guide_box .guide_inner .guide_btn {
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 1em 0;
  background: rgba(255,255,255,0.40);
  border-radius: 30px;
  color: #de335c;
  line-height: 1;
  text-decoration: none;
  border: #de335c 2px solid;
  position: relative;
font-size: 1.2em;
        transition: color .2s ease, background .2s ease;
}
#works_box .works_inner .works_btn a,#guide_box .guide_inner .guide_btn a{
	color: #fff;
}
#works_box .works_inner .works_btn::before{
  content: "";
  position: absolute;
  display: inline-block;
  background: #007cdf;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  /*opacity: .5;*/
  right: 0;
  bottom: -5px;
    z-index: -1;
}
#works_box .works_inner .works_btn:hover {
  background: #fff;
  color: #44a5dd;
  border: #44a5dd 2px solid;
}
#guide_box .guide_inner .guide_btn:hover {
  background: #de335c;
  color: #fff;
  border: #de335c 2px solid;
}
/*　1240px　*/
@media screen and (max-width: 1240px) {
  #works_box .works_inner,#guide_box .guideinner {
    width: 50%;
    /*min-width: 250px;*/
    min-height: 150px;
  }
  #works_box .works_inner .works_cate, #guide_box .guide_inner .guide_cate {
    display: none;
  }
  #works_box .works_inner .works_ttl,#guide_box .guide_inner .guide_ttl {
    font-size: 1.4em;
  }
}
/* 980px */
@media screen and (max-width: 980px) {
  #works_box .wrp,#guide_box .wrp {
    padding: 0 2em;
  }
  #works_box .event_img, #guide_box .guide_img {
    max-height: 300px;
  }
  #works_box .event_img img, #guide_box .guide_img img {
    /*margin-top: calc(200px - 45%);*/
  }
}
/*　768px以下　*/
@media screen and (max-width: 768px) {
  #works_box .wrp,#guide_box .wrp {
    padding: 0 2em;
  }
  #works_box .works_dtl,#guide_box .guide_dtl {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #guide_box .guide_ttl {
  font-size: 1.6em;
}
  #guide_box .imgL .guide_img .g-txt {
    font-size: 2.2em;
      left: 4px;
}
    #guide_box .imgR .guide_img .g-txt {
    font-size: 2.2em;
    right: 4px;
}
  #works_box .event_img {
    width: 100%;
    box-shadow: none;
  }
#guide_box .guide_img {
    width: 98%;
    box-shadow: none;
  }
  #works_box .event_img img,#guide_box .guide_img img {
    margin-top: 0;
    display: block;
  }
  #works_box .works_inner,#guide_box .guide_inner {
    position: relative;
    margin-top: 0;
    box-shadow: none;
    /*min-width: 100%;*/
    width: 100%;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
  }
    #guide_box .imgL .guide_inner {
    right: 0;
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
    padding: 0 0 2em 0;
}
        #guide_box .imgR .guide_inner {
    right: 0;
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
    padding: 0 0 2em 0;
}
    #guide_box .guide_dtl.imgL .g-ico {
    position: absolute;
    right: 1em;
    bottom: -3em;
    width: 260px;
    height: 260px;
    z-index: 1;
    opacity: 20%;
}
     #guide_box .guide_dtl.imgR .g-ico {
    position: absolute;
         left: auto;
    right: 1em;
    bottom: -3em;
    width: 260px;
    height: 260px;
    z-index: 1;
    opacity: 20%;
}
    #guide_box .guide_dtl.imgL .g-ico img, #guide_box .guide_dtl.imgR .g-ico img{
    width: 80%;
}
    #guide_box .guide_inner .guide_btn {
    font-size: 1.0em;
}
}
/**/
.Block1 {
  color: #1a1a1a;
  position: relative;
  padding: 0;
  background-color: #3174DF;
}
.Block1::after{
      content: "";
    border: 1em solid transparent;
    border-top-color: #3174DF;
    position: absolute;
    bottom: -2em;
    left: 50%;
    margin-left: -1em;
}

/**/
.about_contents{
	margin: 30px 0;
	/*overflow: hidden;*/
    position: relative;
}
.service-list {
    position: relative;
    text-align: center;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
}

.service-item {
    width: 100%;
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;*/
    position: relative;
    overflow: hidden;
}
.service-item-container {
    display: block;
    width: 40%;
    /*padding-top: calc(5.55102vw + 31.18367px);
    padding-bottom: calc(5.55102vw + 31.18367px);*/
    padding: 0;
    margin: 2.5em 0 2.0em 0;
    /*height: 100%;*/
}
.service-item-container.r-box {
    display: block;
    float: right;
}
.service-item-container a {
    color: inherit;
    display: block;
    margin: 0 auto;
    /*width: calc(11.42857vw + 227.14286px);*/
}
.service-item-inner::before {
    content: 'Wroks';
    display: block;
    position: absolute;
    width: 100px;
    background-color: #de335c;
    top: calc(-.97959vw + -14.32653px);
    height: 100px;
    border-radius: 50%;
    left: 2%;
	color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6em;
    line-height: 3.8em;
	z-index: 2;
	    -webkit-transform: rotate(-30deg)
;    -ms-transform: rotate(-30deg);
     transform: rotate(-30deg);
}
.service-list .s-07 {
	background-image: url("/images/img_07.jpg");
		background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.service-list .s-08 {
	background-image: url("/images/img_08.jpg");
		background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.service-item-inner {
    position: relative;
    background-color: #fff;
	opacity: 0.9;
    /*padding: calc(2.85714vw + 24.28571px) calc(3.67347vw + 21.22449px) calc(2.04082vw + 17.34694px);*/
    padding: 2em;
}
.service-h-4 {
	font-family: Oswald;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-indent: .1em;
    line-height: 2.0;
    font-size: 1.8em;
	font-weight: 600;
	border-top: double 3px #999;
	border-bottom: double 3px #999;
}
.service-h-1 {
    color: #145ac8;
	    margin: 0.5em 0;
    font-size: 16px;
	font-weight: 500;
}
.service-h-txt {
	    margin: 0.5em 0 0 0; 
    font-size: 1.0em;
line-height: 1.4em;
}
.service-btn {
	font-family: Oswald;
  background:#0c2666;
  color:#fff;
  border:none;
  position:relative;
  font-size:1.2em;
	line-height: 1.4em;
  padding:0.5em 2em;
	margin: 1.5em 0 0 0;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
.service-btn a{
	color:  #0c2666;
}
.service-btn:hover{
  background:#fff;
  color: #0c2666;
}
.service-btn:before,.service-btn:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #0c2666;
  transition:400ms ease all;
}
.service-btn:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.service-btn:hover:before,.service-btn:hover:after{
  width:100%;
  transition:800ms ease all;
}


/*　768px以下　*/
@media screen and (max-width: 768px) {
.service-list {
		display: block;
	}
.service-item-container {
    width: 90%;
    margin: 2.5em 2.0em 2.0em 2.0em;
}
.service-item-container.r-box {
     float: none;
}
.service-item {
   max-width: 100%;
	}
.service-h-1 {
    font-size: 15px;
	text-align: center;
}
.service-h-txt {
    font-size: 15px;
}
.service-item-inner::before {
    width: 80px;
    height: 80px;
    font-size: 1.4em;
    line-height: 3.8em;
	    left: -20px;
}
}
/*---------------------------------
ページ画像見出し
---------------------------------*/
.content_head {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 200px;
  padding: 0 0 30px 0;
  position: relative;
  width: 100%;
}
.cp_head {
	    background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 250px;*/
  padding: 30px 0 30px;
  position: relative;
  width: 100%;
}
.page_top .content_head {
  background-image: url("../images/topimg_04.jpg");
}
.page_company .content_head {
  background-image: url("../images/top_company.jpg");
}
.page_entry .content_head {
  background-image: url("../images/topimg_01.jpg");
}
.page_concept .content_head {
  background-image: url("../images/top_concept.jpg");
}
.page_sitemap .content_head {
  background-image: url("../images/topimg_04.jpg");
}
.page_privacy .content_head {
  background-image: url("../images/img_03.jpg");
}
.page_contact .content_head {
  background-image: url("../images/img_01.jpg");
}
.page_news .content_head {
  background-image: url("../images/img_02.jpg");
}
.page_chushajo-get .content_head {
  background-image: url("../images/concept_pic_11.jpg");
}
.page_recruit .content_head {
  background-image: url("../images/topimg_01.jpg");
}
.content_head .mask, .cp_head .mask, .service-item .mask {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mask_02 {
  background-color: rgba(0, 0, 0, 0.40);
	background-image: url("../images/bg_2px.png");
	background-repeat: repeat;
}
.ventforet {
  margin: 0 auto;
  text-align: center;
}
.yasai.cp_head {
    background-image: url(../images/concept_yasai.jpg);
}
.asamayama.cp_head {
    background-image: url("../images/top_recruit.jpg");
}
.soba.cp_head {
    background-image: url("../images/topimg_03.jpg");
}
.cp_pic{
	float: left;
	width: 280px;
margin: 10px 20px 10px 0;
padding: 0;
}
.cp_pic_r{
	float: right;
	width: 280px;
margin: 10px 0 10px 20px;
padding: 0;
}
/*　834px以下　*/
@media screen and (max-width: 834px) {
.cp_head {
    background-attachment: inherit;
  /*height: 180px;*/
  padding: 20px 0 20px;
}
.cp_head .mask {
    height: 100%;
}
.cp_pic{
	width: 200px;
}
.cp_pic_r{
	width: 200px;
}
}
/*---------------------------------
ページh1　
---------------------------------*/
.content_head h1 {
  text-align: center;
	position: relative;
	top: calc(50% 50px);
  color: #fff;
  font-style: normal;
  font-weight: 700;
	z-index: 2;
	font-family: "Noto Serif JP", serif;
    top: 2em;
}
.cp_head h1.l {
  text-align: left;
  position: absolute;
	top: calc(50% - 50px);
  color: #fff;
	font-size: 2.2em;
  font-style: normal;
  font-weight: 700;
	margin-left: 10%;
	line-height: 1.6em;
}
.content_head h1 span {
  display: block;
}
.content_head h1 span.ja {
  font-weight: 700;
  font-size: 0.9em;
  line-height: 100%;
  margin-top: 0.3em;
}
.content_head h1 span.en {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 130%;
  color: #fff;
}
.content_head h1 span.txt {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.3em;
  color: #fff;
  margin: 1em 1em 0 1em;
}
/* 768px */
@media (max-width: 768px) {
  .content_head {
    height: 160px;
  }
  .content_head .mask {
    height: 220px;
  }
.cp_head h1.l {
	font-size: 1.2em;
	line-height: 2.0em;
}
  .content_head h1 span.txt {
    font-size: 12px;
  }
  .content_head h1 span.en {
    font-size: 1.2em;
  }
}
/* 980px */
@media (max-width: 980px) {
  .ventforet img {
    width: 100%;
  }
}
/* キャッチフレーズ */
.cp_box{
	display: block;
	overflow: hidden;
	margin: 20px;
}
.cp_img{
	margin: 20px 0 0 0;
	float: left;
	width: 110px;
	display: flex;
	font-family: "Noto Serif JP", serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-size: 3.0em;
	font-weight: 800;
	letter-spacing: 0.25em;
}
.cp_img img, .cp_img_r img{
	width: 100%;
	height: 100%;
}
.cp_txtbox{
	margin: 20px 0 20px 160px;
	}
.cp_txt{
    font-size: 18px;
    line-height: 45px;
	margin-bottom: 1.5em;
}
.cp_txt_r{
	margin: 20px 240px 20px 0px;
    font-size: 18px;
    line-height: 45px;
}
.cp_img_r{
	margin: 20px 0 0 0;
	float: right;
	width: 200px;
	display: flex;
}


/* 768px */
@media (max-width: 768px) {
.text_left{
  font-size: 1.6em;
}
.text_left br {
  display: none;
}
.cp_txt br {
  display: none;
}
.cp_img{
	width: 80px;
	display: flex;
	 margin: 20px 30px 20px 0;
    float: left;
    font-size: 2.2em;
    font-weight: 800;
    letter-spacing: 0.25em;
}
.cp_txtbox{
	margin: 20px 0 20px 0;
	}
.cp_txt{
	margin-top: 1.0em;
font-size: 14px;
	line-height: 1.8em;
	/*display: table;*/
	}
.cp_img_r{
	width: 0;
	display: none;
}
.cp_txt_r{
	margin: 0px 0 20px 0;
font-size: 15px;
	line-height: 2.0em;}
}

/*---------------------------------
会社案内
---------------------------------*/
.about_table {
  margin: 10px 0;
  width: 100%;
  /*border-bottom: 1px dashed #8f99ab;*/
	border-bottom: 1px solid #8f99ab;
}
.about_table th {
  /*background-color: #e3e5ea;*/
  text-align: left;
  font-weight: 600;
  width: 15%;
}
.about_table th.head_th {
  width: auto;
}
.about_table th.midashi {
  background-color: #e3e5ea;
  text-align: left;
  font-weight: 600;
}
.about_table th, .about_table td {
  padding: 8px 10px 10px;
  /*border-top: 1px dashed #8f99ab;*/
	border-top: 1px solid #8f99ab;
  vertical-align: middle;
}
.about_table .head_half{
	width: 42%;
}
.about_table td {
  line-height: 1.5;
  text-align: left;
	border-left: 5px #fff solid;
}
.about_table td ul {
  margin: 0 0 0.5em 1em;
  padding: 0;
  overflow: inherit;
	display: table;
}
.about_table td ul li {
  margin: 0;
  padding: 0;
  list-style: disc;
}
.about_table td ul li ul {
  margin: 0 0 0.5em 1em;
  padding: 0;
}
.about_table td ul li ul li {
  list-style: circle inside;
}
ul.pict-box {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul.pict-box li {
  margin: 0;
  padding: 0.5em;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
ul.pict-box li img {
  width: 100%;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#map {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 400px;
}
/* */
#site_link {
  margin: 0;
  height: auto;
  padding: 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#site_link ul {
  padding: 0px;
  margin: 0;
}
#site_link ul li {
  width: 48%;
  list-style: none;
  float: left;
  margin: 1%;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#site_link ul li img {
  width: 100%;
  height: auto;
  border: 1px solid #999999;
}
/* 768px */
@media (max-width: 768px) {
  .about_table th, .about_table td {
    display: block;
  }
 .about_table th {
	 background-color: #e3e5ea;
     width: 100%;
	}
	
  .about_table th.midashi {
    display: none;
  }
  .about_table td {
    border-top: none;
  }
  .about_table td.check {
    border-top: none;
	  float: left;
  }
  .about_table td:nth-of-type(2), .about_table td:nth-of-type(3) {
    border-top: 1px dashed #8f99ab;
  }
  .about_table .head_th{
		display: none;
	}
.about_table td:before{
    content: attr(data-label);
    font-size: 1.0em;
    font-weight:bold;
    color: #999;
	text-indent: -0.5em;
	padding-bottom: 0.5em;
    display: block;
  }
  ul.pict-box li {
    width: 100%;
  }
  #site_link ul li {
    width: 48%;
  }
}
/* メニュー */
.menu_table {
  margin: 10px 0;
  width: 60%;
  border-bottom: 1px dashed #8f99ab;
  float: left;
  box-sizing: border-box;
}
.menu_table th {
  background-color: #fff;
  text-align: left;
  font-weight: 500;
  width: 70%;
}
.menu_table th.midashi {
  background-color: #e3e5ea;
  text-align: left;
  font-weight: 500;
}
.menu_table th, .menu_table td {
  padding: 10px;
  line-height: 1.5;
  border-top: 1px dashed #8f99ab;
  vertical-align: middle;
}
.menu_table td {
  text-align: right;
  width: 30%;
}
/*　*/
ul.menu-pict-box {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  float: left;
  display: block;
}
ul.menu-pict-box li.menu-pic {
  margin: 1%;
  padding: 0;
  width: 48%;
  box-sizing: border-box;
	float: left;
}
ul.menu-pict-box li.menu-pic img {
  width: 100%;
  max-height: 325px;
}
ul.menu-pict-box li.menu-pic .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding: 0.25em;
  font-size: 0.75em;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1.0em;
}
/*　*/
h5.menu-category {
  width: 100%;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 2.0em;
  margin: 1em 0 0 0;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  background-color: #657537;
  text-align: center;
}
h5.menu-category span {
  font-size: 0.5em;
  line-height: 1.0;
  font-weight: normal;
  display: block;
  padding-bottom: 0.25em;
}
.menu-box {
  font-weight: 600;
  width: 48%;
  margin: 1%;
  padding: 1em;
  background-color: #E3E4DB;
  box-sizing: border-box;
  float: left;
  display: block;
  background: url("/images/asanoha.jpg") no-repeat;
  border: 1px solid #f0e3c8;
}
h3.menu-title {
  text-align: left;
  margin: 0;
  padding: 0 0 0.25em 0;
  font-size: 1.2em;
  line-height: 1.6em;
  border-bottom: #985C20 solid 2px;
}
.menu-detail {
  font-size: 0.75em;
  color: #985C20;
}
.menu-price {
  float: right;
  font-size: 1.2em;
  line-height: 1.6em;
  color: #985C20;
}
.menu-info {
  display: inline-block;
  overflow: hidden;
  border-radius: 1.0em;
  background: url("/images/wasi_01.jpg") repeat;
  margin: 1em;
  padding: 1em;
  font-size: 1.0em;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  border: solid 1px #D9D9D9;
}
.menu-info p {
  margin: 0.5em 0;
}
.menu-info ul.menu-info-text {}
.menu-info ul.menu-info-text li {
  list-style: circle;
  margin-left: 1.5em;
}
.take {
  background-color: #228400;
  border-radius: 0.5em;
  color: #fff;
  font-size: 0.5em;
  line-height: 1.0em;
  font-family: yuGothic;
  padding: 0.25em 0.5em;
  overflow: hidden;
  float: right;
  vertical-align: bottom;
}
.g-map {
  background-color: #de335c;
  border-radius: 0.5em;
  color: #fff;
  font-size: 0.5em;
  /*line-height: 1.0em;*/
  /*font-family: yuGothic;*/
  padding: 0.25em 0.5em;
  overflow: hidden;
  /*float: left;
	vertical-align: bottom;
	text-indent: 1em;*/
  display: inline;
  margin-left: 1em;
}
.g-map a {
  color: #fff;
}
.g-map:before {
  content: "";
  width: 1.35em;
  height: 1.75em;
  display: inline-block;
  background-image: url("/images/map_pin.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  margin-right: 0.5em;
}
h5.menu-c {
  font-size: 1.2em;
  line-height: 2.2em;
  text-align: center;
  position: relative;
  margin: 0.25em 0 0 0;
}

/*#place_main*/
#place_main, #place_about, #place_contact {
	width: 100%;
	height: 100%;
	position: relative;
}
#place_main img.hexagon {
    position: absolute;
    opacity: 0.8;
}
#place_about img.people, #place_contact img.people, #opening img.people ,.about_contents img.people{
    position: absolute;
	opacity: 1;
        z-index: 3;
}
#place_main img#subhexagon_A {
    top: 10%;
	left: 2%;
	width: 280px;
    /*left: calc(50% - 900px);
    animation-delay: -2s;*/
}
#place_main img#subhexagon_B {
    bottom: -20px;
    right: 0px;
	width: 380px;
    /*animation-delay: 0s;*/
}
#place_main img#subhexagon_C {
    top: -110px;
	right: 2%;
	width: 200px;
    /*right: calc(50% - 520px);
    animation-delay: 4s;*/
}
#opening img#subpeople_A {
    top: 0;
	right: 0;
	width: 300px;
}
#opening img#subpeople_B {
    bottom: 0;
	right: 0;
	width: 250px;
}
#opening img#chushajo-get {
    top: 4em;
   left: 3em; 
   /*transform: translateY(-50%) translateX(-50%);*/
	width: 380px;
}
#place_contact img#subpeople_C {
    top: -150px;
	left: -20px;
	width: 170px;
}
/* 768px */
@media (max-width: 768px) {
   #opening img#subpeople_A {
	width: 160px;
} 
   #opening img#subpeople_B {
    bottom: auto;
    top: 35%;
	right: 0;
	width: 160px;
}
	#opening img#chushajo-get {
    top: 2em;
   left: 1em; 
	width: 300px;
}
}
/*　お問い合わせフォーム　*/
.sub-menu {
  /*overflow: hidden;*/
  margin: 50px auto;
	border: 5px solid #0c2666;
    padding: 2em 1em;
	background-color: #fff;
	border-radius: 2em;
}
p.balloon {
    width: 70%;
    /*max-width: 500px;*/
    display: block;
    text-align: center;
    background: #0c2666;
    color: #fff;
    padding: 13px;
    font-size: 18px;
    font-weight: 700;
	line-height: 1.4em;
    border-radius: 30px;
    position: relative;
    margin: 10px auto 10px;
}
p.balloon::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #0c2666 transparent transparent transparent;
    display: block;
    position: absolute;
    left: calc(50% - 7.5px);
    bottom: -15px;
}
.sub-menu p.balloon {
	top:-60px;	
}
.sub-menu ul {
	    padding-inline-start: 0;
	overflow: hidden;
	/*border: 3px solid #eee;
	padding: 2em 1em;*/
}
.sub-menu.one-column ul li {}
.sub-menu.two-column ul li {
  float: left;
  width: 48%;
  margin: 1%;
}
.sub-menu ul li a {
  display: block;
  font-size: 1.4em;
	line-height: 1.8em;
  background-color: #145ac8;
  color: #fff;
  text-align: center;
  padding: 1em;
  max-width: 380px;
  margin: auto;
  border: 2px solid #145ac8;
	position: relative;
		height: 3.5em;
	vertical-align: middle;
}
.sub-menu ul li a:hover {
  background-color: #FFF;
  color: #145ac8;
  border: 2px solid #145ac8;
}
.sub-menu ul li a.btn-color-0080d9 {
  background-color: #0080d9;
}
.sub-menu ul li a.btn-color-pink {
  background-color: #de335c;
	border: 2px solid #de335c;
}
.sub-menu ul li a.btn-color-pink:hover {
  background-color: #FFF;
  color: #de335c;
  border: 2px solid #de335c;
}
.sub-menu ul li a::after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 24px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(
45deg
);
    transition: all .2s ease-out;
}
.sub-menu ul li a:hover::after {
	    border-top: solid 3px #145ac8;
    border-right: solid 3px #145ac8;
	transform: rotate(45deg) translateX(5px) translateY(-5px) ;
}
.sub-menu ul li a.btn-color-pink:hover::after {
	    border-top: solid 3px #de335c;
    border-right: solid 3px #de335c;
	transform: rotate(45deg) translateX(5px) translateY(-5px) ;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
p.balloon {
    width: 90%;
    padding: 13px;
    font-size: 16px;
}
.sub-menu ul{
    margin-top: 100px;
}
.sub-menu ul li a {
    font-size: 1.3em;
    line-height: 1.8em;
}
#place_contact img#subpeople_C {
    top: 5px;
	left: calc(50% - 65px);
	width: 170px;
}
}
/*　640px　*/
@media only screen and (max-width: 640px) {
  .sub-menu.two-column ul li {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
    max-width: none;
  }
  .menu-box {
    width: 96%;
    margin: 2%;
  }
  h3.menu-title {
    font-size: 1.0em;
  }
}
/*---------------------------------
個人情報
---------------------------------*/
.p_txt {
  line-height: 1.6em;
}
.list-box ol, .list-box ul {
  padding: 0;
  margin: 1em 0;
  counter-reset: counter-name;
  overflow: hidden;
}
.list-box ol li {
  margin: 0.5em 0 1em 0;
  list-style: none;
  position: relative;
  line-height: 1.4em;
}
.list-box ul li {
  margin: 0.5em 0 0 0;
  list-style: none;
  position: relative;
  line-height: 1.6em;
}
/* ブログ */
.list-box ol li::before {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  color: #44a5dd;
  position: absolute;
  font-weight: 600;
  left: 0;
  font-size: 1.4em;
}
.list-box ol li b {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 800;
  font-size: 1.4em;
  color: #44a5dd;
  padding-left: 2em;
  display: flex;
}
.list-box ul li b {
  font-weight: 500;
  font-size: 1.4em;
  color: #44a5dd;
  padding-left: 0;
  display: flex;
  line-height: 1.6em;
  padding-left: 1em;
  text-indent: -1em;
}
.list-box ol li p, .list-box ul li p {
  text-align: left;
  line-height: 1.6em;
}
.list-box ol li ul, .list-box ul li ul {
  margin-bottom: 2em;
  padding-left: 2em;
}
.list-box ol li ul li {
  list-style: circle;
}
.list-box ol li ul li:before {
  display: none;
}
.list-box ol li ol {
  margin-bottom: 1em;
  padding-left: 2em;
}
.list-box ol li ol li {
  list-style: decimal;
}
.list-box ul li ul li {
  list-style: disc inside;
  padding-left: 2em;
  text-indent: -1em;
}
.list-box ul li ol li {
  list-style: decimal inside;
  padding-left: 3em;
  text-indent: -1em;
  list-style-type: lower-latin;
  border: none;
}
.list-box ul li ol li:before {
  display: none;
}
.list-box ol li ol li:before {
  display: none;
}

/*①箇条書き*/
ol.circle-num {
  list-style: none;          /* デフォルト番号を消す */
  counter-reset: num;        /* カウンターをリセット */
}
ol.circle-num li {
  counter-increment: num;/* カウンターを進める */
	margin-left: 1.75em;
}
ol.circle-num li::before {
  content: "(" counter(num) ")"; /* 仮の番号 */
		color: #333333;
	font-family: none;
	font-size: 1.2em;
	font-weight: normal;
	margin-left: -1.4em;
	
}
ol.circle-num li:nth-child(1)::before { content: "① "; }
ol.circle-num li:nth-child(2)::before { content: "② "; }
ol.circle-num li:nth-child(3)::before { content: "③ "; }
ol.circle-num li:nth-child(4)::before { content: "④ "; }
ol.circle-num li:nth-child(5)::before { content: "⑤ "; }


/* 768px */
@media (max-width: 768px) {
  .p_contact {
    text-align: left;
    line-height: 2;
  }
  .contents-box .p_contact br {
    display: block;
  }
}

/* ロゴ横 */
.bg_logo_yoko{
	position: relative;
}
.bg_logo_yoko:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: calc(50% - 200px);
    width: 200px;
    height: 150px;
    background: url(/images/logo_yoko.png) center center/contain no-repeat;
}

/*---------------------------------
サイドメニュー
---------------------------------*/
.side_column {
  position: fixed;
  right: 20px;
  top: calc(50% - 235px);
  width: auto;
  z-index: 3;
}
.side_column .side_content {
  width: 70px;
}
.side-block-list a:hover {
  text-decoration: none;
  background-color: rgba(230, 222, 200, .2);
}
.point-side-item {
  width: 70px;
  height: 70px;
  opacity: .5;
  transition: .2s ease-in;
  position: relative;
}
.point-side-item:hover {
  opacity: 1;
}
.point-side-item:not(:last-child) {
  margin: 0 0 15px;
}
.point-side-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #333;
  text-align: center;
  line-height: 1.0em;
}
.point-side-link:hover {
  border: 4px solid #333;
  color: #fff;
}
.point-side-text {
  position: absolute;
  right: 0px;
  top: calc(50% - 20px);
  z-index: -1;
  display: block;
  padding: 10px 25px 10px 20px;
  background: rgba(51, 51, 51, 1.00);
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  pointer-events: none;
  opacity: 0;
  transition: .2s ease-out;
  border-radius: 1em 0 0 1em;
}
.point-side-item:hover .point-side-text {
  right: 60px;
  opacity: 1;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .side_column {
    right: -25px;
  }
}
/*---------------------------------
step
---------------------------------*/
#consult-section p {
  color: #000000;
  padding: 0 0.5em;
}
.step {
  padding-bottom: 40px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.step_item {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-color: #44a5dd;
  border-style: solid;
  border-left-width: 10px;
  padding: 15px 0;
  z-index: 1;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
  overflow: hidden;
}
.step_item_box {
  text-align: center;
  margin-bottom: 10px;
  float: left;
  width: 20%;
  min-width: 10em;
}
.step_item_label {
  font-size: 20px;
  font-weight: 700;
  color: #44a5dd;
  margin-bottom: 10px;
  line-height: 1;
}
.step_item_name {
  font-size: 1.0em;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.step_item_label_number {
  font-size: 42px;
  margin-left: 0.25em;
  vertical-align: baseline;
}
.step_item_text {
  font-size: 0.85em;
  font-weight: normal;
  color: #333;
  line-height: 1.5em;
  margin: 0;
  text-align: left;
  padding: 0 1em;
}
/*---------------------------------
パンくず
---------------------------------*/
.breadcrumbs_wrapper {
  /*width: 100%;*/
  position: absolute;
  right: 0;
  display: contents;
}
.breadcrumbs {
  font-size: 0.95em;
  margin: auto;
  padding: 5px 50px;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
position: fixed;
    z-index: 3;
    width: 100%;
    box-sizing: border-box
}
.breadcrumbs ul {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
	color: #fff;
}
.breadcrumbs li {
  padding-right: 25px;
		  z-index: 3;
	color: #F67FA1;
}
.breadcrumbs li:not(:last-child) {
  position: relative;
}
.breadcrumbs li:not(:last-child)::after {
  content: "＞";
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 10px;
  color: #44a5dd;
}
.breadcrumbs a {
  color: #44a5dd;
}
.breadcrumbs a:hover {
  color: #d75876;
}
/*　768px　*/
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 5px 15px;
  }
	/*
  .breadcrumbs ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumbs li {
    display: inline;
    padding-right: 20px;
    flex: 0 0 40%;
	  color: #fff;
  }*/
}
/*---------------------------------
kome
---------------------------------*/
ul.kome {
  font-size: 0.95em;
  margin: 1.5em 0;
}
ul.kome li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}

/*---------------------------------
ボタン
---------------------------------*/
.r_btn {
  margin: 1.5em 1.0em;
}
.r_btn a {
  color: #44a5dd;
  margin: 0 auto;
  width: 60%;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 1.2em 0;
  background-color: #fff;
  border-radius: 30px;
  line-height: 1;
  text-decoration: none;
  border: #44a5dd 2px solid;
  position: relative;
/*overflow: hidden;*/
	z-index: 1;
	font-size:1.2em;
}
.r_btn a:hover {
  color: #FFFFFF;
  background-color: transparent;
  border: #44a5dd 2px solid;
	z-index: -3;
}
.r_btn a:before {
    z-index: -2;
    background: #44a5dd;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.r_btn a:before, .r_btn:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 110%;
    bottom: -2px;
    left: auto;
    right: -30px;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: skewX(
-45deg
);
    -ms-transform: skewX(-45deg);
    transform: skewX(
-45deg
);
}
.r_btn a:hover:before {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.r_btn a:hover:before, .btn-animated:hover:after {
    width: 200%;
    -webkit-transform: skewX(
-45deg
);
    -ms-transform: skewX(-45deg);
    transform: skewX(
-45deg
);
    right: -50%;
}
.bg-white {
    background-color: #fff !important;
	overflow: hidden;
}
.r_btn_bg a {
	color: #44A5DD;
  margin: 20px auto 10px;
  width: 80%;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 1.25em 0;
  background-color: #FFFFFF;
  border-radius: 30px;
  line-height: 1;
  text-decoration: none;
  border: #44A5DD 2px solid;
  position: relative;
	transition-duration: 0.3s;
	font-size: 1.2em;
}
.r_btn_bg a:hover {
  color: #fff;
  background-color: #44A5DD;
  border: #44A5DD 2px solid;
}
/* 768px */
@media screen and (max-width: 768px) {
  .r_btn {
    margin: 1.5em 0;
  }
  .r_btn a {
    width: 90%;
  }
}
/*スクロール*/

::-webkit-scrollbar {
  width: 10px; 
  height: 10px; 
}
::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.30);
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;                      
  box-shadow: inset 0 0 10px 10px #828282;  
  border: solid 2px transparent;
}
/*サイトマップ*/
ul.sitemap_list li a {
  margin: 0;
  list-style: none;
  padding: 0.5em;
  /*border-bottom: 1px dashed #BCBCBC;*/
  display: block;
  background-image: none;
  background-color: #A28566;
  font-weight: 600;
  font-size: 1.2em;
  color: #fff;
}
ul.sitemap_item {
  margin: 0.5em 0;
  padding: 0;
  padding-left: 0;
  text-indent: 2em;
}
.list-box ul.sitemap_item li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8em;
}
ul.sitemap_item li a {
  margin: 0;
  list-style: none;
  padding: 0.25em 0.5em;
  border-bottom: 1px dashed #bcbcbc;
  display: block;
  background-image: none;
  background-color: #fff;
  font-weight: normal;
  color: #363636;
}
ul.sitemap_list li a:before {
  content: "";
  border: 0.5em solid transparent;
  border-left-color: #fff;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
ul.sitemap_item li a:before {
  content: "";
  border: 0.3em solid transparent;
  border-left-color: #368E4D;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
/*---------------------------------
スライダー
---------------------------------*/
#opening {
  overflow: hidden;
  background-color: #D3D3D3;
  position: relative;
}
#opening:after {
  content: '';
  display: block;
  width: 100%;
  height: 340px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#opening ul {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  margin: 0;
  padding: 0;
	    width: 100%;
    height: 340px;
}
#opening ul li {
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 340px;
}
#opening ul li img {
  opacity: 1;
  width: 400px;
  height: auto;
  /*transform: translate(0px, 0px);*/
  transition-duration: 4s;
}
#opening ul li.active img {
  opacity: 1;
  /*transform: translate(0px, -300px);*/
}

#opening .bx-wrapper {
  height: 340px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  border: none;
  background: #D3D3D3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
}

#opening ul .s-title {
  position: absolute;
  top: 10%;
  left: 80px;
  /*font-family: "Noto Serif JP", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/
  /*color: #f5f5f5;*/
  font-size: 1.6em;
  font-weight: 500;
	line-height: 1.8em;
  /*letter-spacing: 0.15em;*/
  margin: 0.25em;
  padding: 0;
  /*text-shadow: rgba(0, 0, 0, 0.33) 1px 1px 5px, rgba(0, 0, 0, 0.33) -1px 1px 5px, rgba(0, 0, 0, 0.33) 1px -1px 5px, rgba(0, 0, 0, 0.33) -1px -1px 10px;*/
  z-index: 2;

}
/*#opening ul .s-title::before {
    z-index: 2;
    height: 200%;
    background-color: #fff;
    -webkit-transition: .5s cubic-bezier(.165,.84,.44,1);
    transition: .5s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}*/
/**/
.bg {
}
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 2;
}
 
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

/**/
.smooth {
  clip-path: inset(0 100% 0 0);
  display: block;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  margin:  0 0 0.25em 0;
	padding: 0 0.5em;
     /*background: linear-gradient(45deg, rgba(104,210,255,0.50), rgba(0,155,255,0.50));*/
    background: rgba(255,255,255,0.80);
    -webkit-transform: skewX(160deg);
    -moz-transform: skewX(160deg);
    transform: skewX(160deg);
    color: #575757;
}
.smooth.is-animated {
  clip-path: inset(0);
}
.sm-txt {
  display: block;
  margin:  0 0 0.25em 0;
	padding: 0 0.5em;
     /*background: linear-gradient(45deg, rgba(104,210,255,0.50), rgba(0,155,255,0.50));*/
    background: rgba(255,255,255,0.80);
    -webkit-transform: skewX(160deg);
    -moz-transform: skewX(160deg);
    transform: skewX(160deg);
}
/**/
.sp-only {
    display: none !important;
}
#opening ul .s-txt {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  width: 92%;
  color: #f5f5f5;
  font-size: 1.4em;
	line-height: 1.5em;
  font-weight: 700;
  margin: 0.2em 10px 0 0;
  padding: 0;
    text-align: center;
  text-shadow: rgba(0, 0, 0, 0.60) 1px 1px 5px, rgba(0, 0, 0, 0.60) -1px 1px 5px, rgba(0, 0, 0, 0.60) 1px -1px 5px, rgba(0, 0, 0, 0.60) -1px -1px 10px;
  z-index: 2;
  top: 50%; 
   left: 50%; 
   transform: translateY(-50%) translateX(-50%);
}
#opening ul .s-chushajo-txt {
  font-family: "Zen Maru Gothic", serif;
  position: absolute;
  width: 92%;
  color: #FFFFFF;
  font-size: 1.6em;
	line-height: 1.6em;
  font-weight: 700;
  margin: 0.2em 10px 0 0;
  padding: 0;
    text-align: left;
  text-shadow: rgba(0, 0, 0, 0.50) 1px 1px 5px, rgba(0, 0, 0, 0.50) -1px 1px 5px, rgba(0, 0, 0, 0.50) 1px -1px 5px, rgba(0, 0, 0, 0.50) -1px -1px 10px;
  z-index: 2;
  top: 50%; 
   left: 3em; 
  /* transform: translateY(-50%) translateX(-50%);*/
}
#opening ul .s-logo {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  color: #de335c;/*#44a5dd;*//*#B2E3FF;*/
    opacity: 90%;
  font-size: 5.0em;
	line-height: 0.8em;
  font-weight: 600;
  margin: 0 10px 20px 0;
  padding: 0;
    text-align: right;
  z-index: 2;
  bottom: 0; 
   right: 0; 
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#opening ul .s-h1box {
	position: absolute;
    top: 15%;
    right: calc(50% - 100px); 
	z-index: 2;
	text-align: center;
}
#opening ul .s-h1box .s-h1 {
	text-align: center;
    font-family: "Noto Serif JP", serif;
    color: #f5f5f5;
        font-weight: 700;
    font-size: 1.6em;
    line-height: 130%;
    margin: 0.5em;
    padding: 0;
    text-shadow: rgb(0 0 0 / 33%) 1px 1px 5px, rgb(0 0 0 / 33%) -1px 1px 5px, rgb(0 0 0 / 33%) 1px -1px 5px, rgb(0 0 0 / 33%) -1px -1px 10px;
    z-index: 2;display: block;
}
#opening ul .s-h1box .s-h1-ja {
	text-align: center;
    font-family: "Noto Serif JP", serif;
    color: #f5f5f5;
        font-weight: 700;
    font-size: 0.9em;
    line-height: 100%;
    margin: 0.5em;
    padding: 0;
    text-shadow: rgb(0 0 0 / 33%) 1px 1px 5px, rgb(0 0 0 / 33%) -1px 1px 5px, rgb(0 0 0 / 33%) 1px -1px 5px, rgb(0 0 0 / 33%) -1px -1px 10px;
    z-index: 2;
	display: block;
}
#opening ul li .s-center {
  text-align: center;
}
#opening ul li .s-left {
  text-align: left;
}
#opening ul li .s-right {
  text-align: right;
}
.bx-wrapper .bx-pager {
    display: none;
}
#scene01{
	/*background-image: url("../images/topimg_01.jpg");*/
	background-image: url("../images/topimg_05.jpg");
	    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 30px 0 30px;
    position: relative;
    width: 100%;
}
#scene02{
	background-image: url("../images/topimg_02.jpg");
	/*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 30px;
    position: relative;
    width: 100%;
}
#scene03{
	background-image: url("../images/concept_pic_11.jpg");
	/*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 30px;
    position: relative;
    width: 100%;
}
#scene04{
	background-image: url("../images/topimg_07.jpg");
	/*background-attachment: fixed;*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 30px;
    position: relative;
    width: 100%;
}
#scene06{
	background-image: url("../images/topimg_06.jpg");
	/*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 30px;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1680px) {
  #opening ul li img {
    /*object-position: 0 0;*/
  }
  #opening ul li.active img {
    opacity: 1;
    /*transform: translate(0px, -180px);*/
  }
}
/* 1024px */
@media screen and (max-width: 1024px) {
  #opening ul li img {}
  #opening ul li.active img {
    opacity: 1;
  }
  #opening ul .s-txt {
	font-size: 1.4em;
}
#opening ul .s-chushajo-txt {
  font-size: 1.3em;
	line-height: 1.3em;
    margin: 0 20px 0 0;
	left: 1em;
}
}
/* 768px */
@media screen and (max-width: 768px) {
.sp-only {
    display: block !important;
} 
#opening ul .s-txt {
  font-size: 1.0em;
	line-height: 1.6em;
    margin: 0 20px 0 0;
    text-align: left;
}
#opening ul .s-chushajo-txt {
  font-size: 1.3em;
	line-height: 1.5em;
    margin: 0 20px 0 0;
    text-align: left;
	left: 1em;
	top:6em;
}
.smooth {
  letter-spacing: 0;
}
	#opening:after {
  background-image: none;
}
  #opening ul li img {
  }
  #opening ul li.active img {
  }
  #opening ul .s-title {
    font-size: 1.2em;
      line-height: 2.2em;
	  left: 20px;
  }
  #opening ul .s-logo {
    font-size: 3.0em;
  }
#opening ul li{
	}
}
/*　*/
#menu .bx-wrapper {
  position: relative;
  /*margin-bottom: 60px;*/
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: 0 0 0px transparent;
  -webkit-box-shadow: 0 0 0px transparent;
  box-shadow: 0 0 0px transparent;
  /*border: 5px solid transparent;*/
}
#menu .bx-viewport {
  height: 170px;
}
#menu ul.slider {
  /*height: 170px;*/
  display: block;
  overflow: hidden;
}
#menu ul.slider li {
  width: 20%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background-color: #393939;
}
#menu ul.slider li img {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
/* Zoom In #1 */
#menu ul.slider li img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.7;
}
#menu ul.slider li img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1.0;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: .65em;
  padding: 10px;
}
/*---------------------------------
リロード
---------------------------------*/
#loader {
  opacity: 1;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
}
#loader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px
}
#loader .spinner > div {
  background-color: #808080;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out
}
#loader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}
#loader .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
#loader .spinner .rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}
#loader .spinner .rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* 旅手作りバナーエリア */
.banner-area-box {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.banner-area {
  color: #FFFFFF;
	background-color: #000000;
}
.banner-content {
  height: 200px;
  float: left;
  padding: 00;
  text-align: center;
  position: relative;
	background-color: rgba(0,0,0,0.04);
}
.banner-content a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner-content::after {
    height: 0;
	background: rgba(24,141,200,0.70);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 5px;*/
    z-index: 9;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.banner-content:hover::after {
    height: 100%;
}
.banner-content .i_txt {
    content: "";
    position: absolute;
    bottom: 20%;
    left: 0;
    /*width: 100%;*/
    /*height: 60px;*/
	padding: 1em 2em 0 2em;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.banner-content:hover .i_txt {
    opacity: 1;
    filter: alpha(opacity=100);
	color: #fff;
}
.banner-content a h3 {
	padding: 65px 0 0 0;
}
.banner-content:hover h3 {
    color: #fff;
	text-shadow: none;
	z-index: 10;
	padding: 65px 0 0 0;
}
.banner01 {
  background: url("../images/chintai_01.jpg") no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 33.33%;
}
/*.banner01, .banner02, .banner03, .banner04, .banner05, .banner06{
	opacity: 0.7;
}*/
.banner-mask {
  height: 100%;
  background: rgba(255,255,255,0.5);
}
.banner-mask.active {
    height: 100%;
    background: rgba(246,127,161,0.50);
}
.banner-mask.active:hover {
    height: 0;
    background: rgba(246,127,161,0.50);
}
.banner02 {
  background: url("../images/chintai_04.jpg") no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 33.33%;

}
.banner03 {
  background: url("../images/chintai_03.jpg") no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 33.33%;
}
.banner04 {
  background: url(../images/chintai_11.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 33.33%;
}
.banner05 {
  background: url(../images/chintai_05.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 33.33%;
}
.banner06 {
  background: url(../images/chintai_12.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 33.33%;
}
.banner-content h3 {
  color: #145ac8;
  padding: 0;
  /*text-shadow: 2px 2px 7px #252627;*/
  font-size: 1.6rem;
  overflow: visible;
  letter-spacing: 0em;
  width: auto;
  margin: 0;
	    border: none;opacity: 1;
}
.banner-content img {
  width: 100%;
	height: auto;
text-align: center;
}
.banner-content .icon_img {
  width: 70px;
	height: 70px;
	margin: 1em auto 0;
text-align: center;
	background-color: #538be2;
	border-radius: 5em;
	box-sizing: border-box;
	padding: 1em;
}
.banner-content .icon_img:hover {
  display: none;
}
.banner02 h3{
  letter-spacing: 0em;  
}
.banner-content h3:before, .banner-content h3:after {
  background-image: none;
}
.banner-button {
  display: block;
  margin-top: 18px;
}
.banner-button a {
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 1.1rem;
	font-weight: 600;
  padding-top: 6em;
  text-shadow: 2px 2px 7px #252627;
}
.banner-button a:hover {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  opacity: 1;
}
/* 768px */
@media screen and (max-width: 768px) {
  .banner-content {
    height: 170px;
    padding: 0;
  }
  .banner01, .banner02, .banner03, .banner04, .banner05, .banner06 {
    width: 50%;
  }
  .banner-content a h3 {
    font-size: 1.20rem;
	  padding: 25px 0 0 0;
    letter-spacing: 0;
  }
.banner-content:hover h3 {
    padding: 25px 0 0 0;
}
.banner-content .i_txt {
    bottom: 5%;
	padding: 1em 1em 0 1em;
    font-size: 0.85em;
}
  .banner-content p {
    text-align: center;
  }
  .banner-button {
    margin-top: 20px;
  }
  .banner-button a {
    font-size: 1.0rem;
    padding-top: 5em;
  }
}

/**/
.list-box ol.cr_horiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}

.list-box ol.cr_form-step {
    margin: 2em 0 0 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*ol.cr_form-step li:before {
	display: none;
}*/
ol.cr_form-step li {
    width: 110px;
    height: 110px;
    font-size: 1.00em;
}
ol.cr_form-step li {
    border: 2px solid #bababa;
     color: #bababa; 
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background-color: rgba(255,255,255,0.80);
	font-family: "Noto Serif JP", serif;
}
ol.cr_form-step::before {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
ol.cr_form-step::before, ol.cr_form-step::after {
    content: url(/images/arrow-right-h.svg);
	    margin: 0 10px;
}
ol.cr_form-step li:before {
    display: none;
}
ol.cr_form-step li:nth-child(1) {
    border-color: #145ac8;;
    color: #fff;
	background-color: #44a5dd;
}
ol.cr_form-step li.current {
    border-color: #145ac8;
    color: #fff;
	background-color: #44a5dd;
}
ol.cr_form-step li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
ol.cr_form-step li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
ol.cr_form-step::after {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
ol.cr_form-step li div {
    text-align: center;
	margin-top: 1.5em;
	font-weight: 800;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
	ol.cr_form-step li {
    width: 80px;
    height: 80px;
    font-size: 0.85em;
}
	ol.cr_form-step::before, ol.cr_form-step::after {
    content: url(/images/arrow-right-h.svg);
	    margin: 0 3px;
}
}

/*  */
.m-btn {
  /*width: 160px;*/
  overflow: hidden; }
.m-line {
  display: block;
  background-color: currentColor;
  width: 100px;
  height: 1px;
  position: absolute;
  -webkit-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1); }
  .m-line-arrow {
    display: block;
    background-color: currentColor;
    width: 100px;
    height: 1px;
    position: absolute;
    -webkit-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1); }
    .m-line-arrow:before {
      display: block;
      background-color: currentColor;
      width: 1px;
      height: 12px;
      position: absolute;
      bottom: 1px;
      content: '';
      -webkit-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
      -moz-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
      -o-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
      transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1); }
    .m-line-arrow--l:before {
      left: 0;
      -webkit-transform-origin: 0 100%;
      -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      -o-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .m-line-arrow--r:before {
      right: 0;
      -webkit-transform-origin: 100% 100%;
      -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      -o-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }


/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: .8s;
}
.fadeIn {
  opacity: 1.0;
}
/*----- 上へスライド -----*/
.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: .8s;
}
.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- ズームイン -----*/
.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: .8s;
}
.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}