@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
/*reset css
---------------------------------------------------*/
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;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
  border: 0px;
  -ms-interpolation-mode: bicubic;
  vertical-align: text-bottom;
  border: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: .1rem;
  overflow: hidden;
  font-weight: 400;
  position: relative;
  opacity: 0;
  padding-top: 60px;
  -webkit-animation: anime1 4s ease 0s forwards;
          animation: anime1 4s ease 0s forwards;
}

.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@-webkit-keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    padding-top: 60px;
  }
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

input, textarea {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
	text-align: left;
	padding: 2px;
	width: 30%;
}
caption, td {
    padding: 5px;
}

a {
  color: #1a1a1a;
}

a, a span, p {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

a:hover {
  color: #222;
  opacity: .65;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

a:focus {
  /*\*/
  overflow: hidden;
  /**/
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

caption, th {
  text-align: left;
}

option {
  padding-right: 10px;
}

/* float */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* clear */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl {
  clear: both;
}

/*画像
---------------------------------------------------*/
.img100 {
  max-width: 100%;
  height: auto;
}

/*リンク
---------------------------------------------------*/
.title01 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 25px;
}
.title01 img{
	width: 100%;
	max-width: 300px;
}

.title01 span {
  position: relative;
  display: inline-block;
  padding-left: 46px;
}

.title01 span::before {
  content: "";
  display: block;
  background: url("../img/i_midashi.svg");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0px;
}

@media only screen and (min-width: 768px) {
  .title01 {
    font-size: 3.5rem;
    margin-bottom: 50px;
  }
  .title01 span {
    padding-left: 60px;
  }
  .title01 span::before {
    content: "";
    display: block;
    background: url("../img/i_midashi.svg");
    width: 50px;
    height: 50px;
    left: 0px;
  }
}

.title02 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 15px;
  white-space: nowrap;
}


@media only screen and (min-width: 768px) {
  .title02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.block01 .block01_left,
.block01 .block01_right {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .block01 {
    margin-left: -3%;
    margin-right: -3%;
  }
  .block01 .block01_left,
  .block01 .block01_right {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

/*object-fit IE最適化
/------------------------------------------------------------*/
.OF-cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 80%;
  object-position: center 80%;
  font-family: 'object-fit: cover; object-position: center 80%';
}

.OF-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

/*margin
---------------------------------------------------*/
.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

@media only screen and (min-width: 576px) {
  .mr25 {
    margin-right: 25px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-175 {
    margin-bottom: 175px !important;
  }
}

@media only screen and (min-width: 768px) {
  .mr25 {
    margin-right: 25px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-175 {
    margin-bottom: 175px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .mr25 {
    margin-right: 25px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-175 {
    margin-bottom: 175px !important;
  }
}

/*.main
---------------------------------------------------*/
/*アンカー
---------------------------------------------------*/
.anchor {
  padding-top: 60px;
  margin-top: -60px;
}

@media only screen and (min-width: 1200px) {
  .anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/*main
---------------------------------------------------*/
.main_wrapper > div > section {
/*  position: relative;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);*/
}

/*header
---------------------------------------------------*/
header {
  background: #ffffff;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 60px;
  padding: 0px 15px;
  z-index: 200;
}

header > div {
  height: 100%;
}

header .header_left h1 a {
  display: block;
  padding-top: 8px;
}

header .header_left h1 a img {
  width: 200px;
}
header .header_right ul li{
	margin: 5px;
}
header .header_right .tel_button , header .header_right .contact_button {
    border: 1px solid #2d348d;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #2d348d;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 90%;
}

header .header_right .contact_button span {
  position: relative;
  padding-right: 25px;
}

header .header_right .contact_button span::before {
  content: "";
  display: block;
  background: url("../img/i_midashi02.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0px;
}

@media only screen and (min-width: 1200px) {
  header {
    height: 60px;
  }
  header .header_left h1 a {
    padding-top: 0px;
  }
  header .header_left h1 a img {
    width: 200px;
  }
}

/*メインビジュアル
---------------------------------------------------*/
.main_img {
  line-height: 100%;
  z-index: 155;
  position: relative;
}
.catchy{
    position: absolute;
    top: 25%;
    text-align: center;
}

.catchy img{
    width: 70%;
}

.subtitle{
    text-align: center;
    margin: 60px auto;
    font-family: 'a-otf-ryumin-pr6n';
    font-size: 1.8rem;
    letter-spacing: 10px;
}
.subtitle span{
	color:#2d348d;
}

.representative{
    text-align: right;
    margin: 30px 0 20px;
}
.representative img{
	width: 50%;
}
/*ABOUT US
---------------------------------------------------*/
.about_us_wrapper {
  padding: 50px 0px;
  background: #ffffff;
  z-index: 145;
}

.about_us_wrapper .about_us_sentence p {
  margin-bottom: 15px;
}

.about_us_wrapper .about_us_sentence p:last-child {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .about_us_wrapper {
    padding: 100px 0px;
  }
  .about_us_wrapper .about_us_sentence {
    text-align: center;
  }
  .about_us_wrapper .about_us_sentence p {
    margin-bottom: 25px;
  }
  .about_us_wrapper .about_us_sentence p:last-child {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .about_us_wrapper {
    padding: 60px 0px;
  }
}

/*SERVICE AREA
---------------------------------------------------*/
.service_area_wrapper {
  background: #dddddd;
  padding: 50px 0px;
  z-index: 140;
}

.service_area_wrapper .service_area_img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 25px;
}
.service_area_wrapper ul li{
width: 20%;
	margin: 4%;
}
.service_area_sentence {
    text-align: center;
    margin: 0 auto;
  }
.service_area_sentence li {
    margin: 10px;
    width: 170px;
}

.service_area_sentence ul li a img {

  }


@media only screen and (min-width: 768px) {
  .service_area_wrapper {
    padding: 100px 0px;
  }
  .service_area_wrapper .service_area_img {
    margin-bottom: 50px;
  }

  .service_area_wrapper .service_area_sentence p {
    line-height: 200%;
  }  
.service_area_wrapper .service_area_sentence li {
    margin: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .service_area_wrapper {
    padding: 60px 0px;
  }
}

/*SERVICE
---------------------------------------------------*/
.service_wrapper {
  padding: 50px 0px 70px;
  background: #dddddd;
  z-index: 135;
}

.service_wrapper h3 {
  text-align: center;
  margin-bottom: 40px;
}

.service_wrapper h3 img {
  max-width: 1000px;
}

.service_wrapper .service_img {
  position: relative;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.service_wrapper .service_img > a {
  display: block;
  position: absolute;
  width: 37%;
}

.service_wrapper .service_img > a.service_info {
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.service_wrapper .service_img > a.service_inbound {
  top: 18.5%;
  right: -14%;
}

.service_wrapper .service_img > a.service_architecture {
  bottom: 18.5%;
  right: -14%;
}

.service_wrapper .service_img > a.service_store {
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.service_wrapper .service_img > a.service_energy {
  bottom: 18.5%;
  left: -14%;
}

.service_wrapper .service_img > a.service_consulting {
  top: 18.5%;
  left: -14%;
}

@media only screen and (min-width: 576px) {
  .service_wrapper h3 {
    margin-bottom: 55px;
  }
  .service_wrapper .service_img {
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .service_wrapper {
    padding: 100px 0px 145px;
  }
  .service_wrapper h3 {
    margin-bottom: 65px;
  }
  .service_wrapper .service_area_sentence {
       text-align: center;
    width: 900px;
  }
}

@media only screen and (min-width: 1200px) {
  .service_wrapper {
    padding: 60px 0px;
  }
  .service_wrapper h3 {
    margin-bottom: 75px;
  }
  .service_wrapper .service_img {
    max-width: 600px;
  }
}

/*INFORMATION TECHNOLOGY
---------------------------------------------------*/
.it_wrapper {
  background: #2d348d;
  padding: 50px 0px;
  z-index: 130;
}

.it_wrapper .title02 {
  color: #fde132;
}


.it_wrapper .block01_right ul li {
  color: #fff;
  margin-bottom: 15px;
}

.it_wrapper .block01_right ul li:last-child {
  margin-bottom: 0;
}

.it_wrapper .block01_right ul li span {
  color: #bae3f9;
}

@media only screen and (min-width: 768px) {
  .it_wrapper {
    padding: 60px 0px;
  }
  .it_wrapper .block01_right ul li {
    margin-bottom: 35px;
  }
  .it_wrapper .block01_right ul li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .it_wrapper {
    padding: 60px 0px;
  }
}
.it_wrapper2 {
  background: #fff;
  padding: 60px 0px;
  z-index: 130;
}

.it_wrapper2 .block01_right ul li {
  color: #fff;
  margin-bottom: 15px;
}

.it_wrapper2 .block01_right ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .it_wrapper2 {
    padding: 60px 0px;
  }
  .it_wrapper2 .block01_right ul li {
    margin-bottom: 35px;
  }
  .it_wrapper2 .block01_right ul li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .it_wrapper2 {
    padding: 60px 0px 60px;
  }
}
/*INBOUND ・ OUTBOUND
---------------------------------------------------*/
.inbound_wrapper {
  padding: 50px 0px;
  background: #ffffff;
  z-index: 125;
}

.inbound_wrapper .title02 {
  color: #009e96;
}

.inbound_wrapper .title02::before {
  background: url("../img/i_inbound.svg");
}

.inbound_wrapper .block01_left p {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .inbound_wrapper {
    padding: 100px 0px;
  }
  .inbound_wrapper .block01_left p {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .inbound_wrapper {
    padding: 60px 0px;
  }
  .inbound_wrapper .block01_left p:last-child {
    margin-bottom: 0;
  }
}

/*ARCHITECTURE
---------------------------------------------------*/
.architecture_wrapper {
  padding: 50px 0px;
  background-image: url("../img/company_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 120;
}

.architecture_wrapper .title02 {
  color: #c5de96;
}

.architecture_wrapper .title02::before {
  background: url("../img/i_architecture.svg");
}

.architecture_wrapper .block01_right section {
  margin-bottom: 15px;
}

.architecture_wrapper .block01_right section:last-child {
  margin-bottom: 0;
}

.architecture_wrapper .block01_right section h3 {
  font-size: 1.6rem;
  color: #c5de96;
  margin-bottom: 5px;
}

.architecture_wrapper .block01_right section p {
  color: #fff;
}


.architecture_wrapper section{
    width: 100%;
    max-width: 600px;
    padding: 10px;
    margin: 20px auto;
    background: rgba(255,255,255,0.7);
}
.cnp_table{
	border: 2px solid #fff;
	margin: 10px;
	padding: 10px;
}
@media only screen and (min-width: 768px) {
  .architecture_wrapper {
    padding: 100px 0px;
  }
  .architecture_wrapper .block01_right section {
    margin-bottom: 35px;
  }
  .architecture_wrapper .block01_right section:last-child {
    margin-bottom: 0;
  }
  .architecture_wrapper .block01_right section h3 {
    font-size: 2rem;
  }
	.cnp_table{
	border: 2px solid #fff;
	margin: 10px;
	padding: 10px;
}
}

@media only screen and (min-width: 1200px) {
  .architecture_wrapper {
    padding: 60px 0px;
  }
}

/*STORE DEVELOPMENT
---------------------------------------------------*/
.store_development_wrapper {
  padding: 50px 0px;
  background: #ffffff;
  z-index: 115;
}

.store_development_wrapper .title02 {
  color: #f39800;
}

.store_development_wrapper .title02::before {
  background: url("../img/i_store.svg");
}

.store_development_wrapper .block01_left section {
  margin-bottom: 15px;
}

.store_development_wrapper .block01_left section h3 {
  font-size: 1.6rem;
  color: #f39800;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .store_development_wrapper {
    padding: 100px 0px;
  }
  .store_development_wrapper .block01_left section {
    margin-bottom: 35px;
  }
  .store_development_wrapper .block01_left section h3 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .store_development_wrapper {
    padding: 60px 0px;
  }
  .store_development_wrapper .block01_left section:last-child {
    margin-bottom: 0;
  }
}



/*CONSULTING
---------------------------------------------------*/
.consulting_wrapper {
  padding: 0px;
  background: #ffffff;
  z-index: 105;
}

.consulting_wrapper .title02 {
  color: #a64a97;
}

.consulting_wrapper .block01_left {
  margin-bottom: 15px;
}

.consulting_wrapper .block01_right section {
  margin-bottom: 15px;
}

.consulting_wrapper .block01_right section:last-child {
  margin-bottom: 0;
}

.consulting_wrapper .block01_right section h3 {
  font-size: 1.6rem;
  color: #a64a97;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .consulting_wrapper {
    padding: 0px;
  }
  .consulting_wrapper .block01_right section {
    margin-bottom: 35px;
  }
  .consulting_wrapper .block01_right section:last-child {
    margin-bottom: 0;
  }
  .consulting_wrapper .block01_right section h3 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .consulting_wrapper {
    padding: 0px;
  }
  .consulting_wrapper .title02 {
    margin-bottom: 75px;
  }
}

.fixed {
  display: block;
  z-index: 190;
  right: 30px;
}

.fixed img {
  width: 50px;
}

/*フッター
---------------------------------------------------*/
footer {
text-align: center;
  padding: 50px 0px 0px;
  background: #2a377f;
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
}

footer img {
 width: 100%;
  max-width: 280px;
}

footer ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}

footer > div > div .footer_right .footer_address {
  margin-bottom: 15px;
}

footer > div > div .footer_right .contact_button {
  font-size: 1.8rem;
  border: 1px solid #fff;
  display: inline-block;
  padding: 2px 19px;
}

footer > div > div .footer_right .contact_button:hover {
  color: #fff;
}

footer > div > div .footer_right .contact_button span {
  position: relative;
  padding-right: 25px;
}
footer ul {
	
	text-align: center;
	margin: 20px auto;
}
footer .tel_button, footer .contact_button {
    border: 1px solid #fff;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 50%;
    color: #2d348d;
    text-align: center;
    font-size: 90%;
}
.copy{
	color:#333333;
	padding: 5px 0;
    background: #dddddd;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 20px 0px 0px;
  }
}

@media only screen and (min-width: 1200px) {

  footer .container {
	  text-align: center;
    width: 1150px;
  }
}
/*# sourceMappingURL=base.css.map */