h1, h2, h3 {
    margin-top: 0;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
}
/* ヘッダーエリア */
.header
{
  background-color: #fff;
 
}
.header .rk
{
  width: 75px;
  height: 50px;
  
}
.logo-area
{
display: flex;
}
.logo-area h2
{
  margin-top: 10px;
  margin-left: 10px;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.name
{
  font-family: "HGP明朝E";
}

/*メニューの中身*/
#rk-content {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    width: 100%;
    max-width: 240px;
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}
ul.rk-list{
    background: #1b9aaa;
    padding: 0;
    height: 100vh;
    text-align: center;
}
ul.rk-list li{display: block;}

ul.rk-list li a {
    display: block;
    padding: 1.5em;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
ul.rk-list li a::first-line {
    font-size: 16px;
    font-weight: bold;
}


/*checkboxを非表示に*/
.rk-hidden {display: none;}

/*labelで作るメニューボタン*/
#rk-btn {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top:20px;
    right:20px;
    z-index: 100;
    background: #1b9aaa url("../img/open.png") center center no-repeat;
}

/*薄い幕部分*/
#rk-black {
    display: none;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}


/*チェックがついたときの指定*/
#rk-input:checked ~ #rk-btn {background: #1b9aaa url("../img/close.png") center center no-repeat;}
#rk-input:checked ~ #rk-black {display: block;}
#rk-input:checked ~ #rk-content {left: 0;}

ul.rk-list li a:hover{
  background: #14727e;
}
.header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 200;
}

.header-logo-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*ロゴ*/
.logo-area {
  width: 400px;
  margin: 0;
  text-align: left;
}



/* タイトル */
.h2-title {
  position: relative;
  text-transform: uppercase;
  z-index: 100;
  padding-bottom: 10px;
}

.h2-title::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #a5d1ff;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  transform: rotate(45deg);
  z-index: -100;

}
h3 {
  color: #85a7cc;
  font-size: 14px;
  margin-bottom: 20px;
}
.main
{
  margin-top: 150px;
  text-align: center;
}
/* アクセスエリア */
.access-area
{
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;

}
.access-area img
{
  margin-left: 150px;
  max-width: 280px;
  max-height: 280px;
  border-radius: 50%;
}
.MAP
{
margin-top: 25px;
}
/* フッター */
footer{
  width:100%;
  position: absolute;
  text-align: center;
  color: #bbb;

}

/* ビジネスエリア */
.service-area {
  background-color: #fff;
}

.service-content {
  display: flex;
  flex-wrap: wrap;
}

.service-item {
  flex: 40%;
  text-align: center;
  padding: 20px 20px 0;
  margin: 5px;
  border: 3px solid #527acc;
  border-radius: 10px;
}

.service-item img {
  width: 120px;
  margin: 0 auto;
}

@media screen and (min-width: 768px){
.service-content {
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
}
}
/* description */
.info-area {
  background-color: #85a7cc;
}

section
{
  padding: 60px 0;
}

.info-txt {
  color: #fff;
}
@media screen and (min-width: 768px){
.info-txt {
    flex: 1;
    margin-left: 30px;
}
}
@media screen and (min-width: 768px){
.info-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}}
.img_description
{
  height: 400px;
  width: 700px;
}
.txt-center
{
  text-align: center;
}

.img_hover1
{
  height: 500px;
  background-image: url(../img/S__11493401.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
 
}

.img_hover2
{
  height: 500px;
  background-image: url(../img/S__11493403.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.img_hover3
{
  height: 500px;
  background-image: url(../img/S__11493404.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.text{
  box-sizing: border-box;
  color: #000;
  opacity: 0;
  padding: 1200px;
}
a .text:hover{

  opacity: 1;
  transition:all 0.6s ease;
  background: rgba(0,0,0,0.5);
}
a
{
  text-decoration: none;
}
li
{
  list-style: none;
}
.RYO 
{
  height: 400px;
  width: 700px;
}
ココカラファイン
.inner
{
  margin-top: 100px;
  margin-bottom: 40px;
}
.service-area
{
  background-color: rgb(255, 255, 255);
}
.access-area
{
  margin-bottom: 60px;
}
html,　body {
  height: 100%;
  background-color: #eeeeee;
}
.wrapper{
  width: 100%;
  position: relative;
  min-height: 100%;
}
.contents {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px;
}

.contents::before {
  content: '';
  position: absolute;
  /* top: 30%; */
  left: -10%;
  width: 120%;
  height: 100%; /* ここだけ変更しています */
  background: #f2f2f2;
  transform-origin: left center;
  transform: rotate(10deg);
  z-index: -1;
}

.contents_inner {
  width: 60%;
  margin: 0 auto;
  padding: 450px 10px 120px;
  color: #fff;
  text-align: center;
}
.Business
{
  margin-top: 200px;
}
.service-item img {
  width: 200px;
  margin: 0 auto;
  height: 135px;
  }

  .Business-h2
  {
    margin-top: 50px;
  }
.ab
{
  margin-top: 100px;
}
a
{
 color: #000;
}