@charset "UTF-8";

/* CSS Document */


/*------------------------------------------------------------------


/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

html {
  width: 100%;
  overflow-x: hidden
}

@font-face {
  font-family: 'Noto Sans JP Subset';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url('../fonts/NotoSans_Regular.woff2') format('woff2'), url('../fonts/NotoSans_regular.woff') format('woff'),
}

@font-face {
  font-family: 'Noto Sans JP Subset';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url('../fonts/NotoSans_Bold.woff2') format('woff2'), url('../fonts/NotoSans_bold.woff') format('woff'),
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP-Regular.woff") format("woff");
}

body {
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  color: #5d5c59;
  font-family: 'YakuHanJP', 'Noto Sans','NotoSansCJKjp', 'Noto Sans CJK JP', 'Noto Sans JP Subset', sans-serif,'sans-serif';
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-align: justify;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 300;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.wf-notosansjapanese { font-family: "Noto Sans JP"; }



h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #18150d;
  font-weight: 400;
}

h1 {
  font-size: 32px;
  line-height: 42px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
  color: #0457CC;
}

h3 {
  font-size: 18px;
  line-height: 28px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

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

ul, ol {
  margin: 0;
}

ul li, ol li {}

.__menu {
  color: #0457CC;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.__menu:focus, .__menu:hover {
  text-decoration: none;
  color: #1fb4ff;
}

.__menu::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #29abe2;
  transition: .4s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.__menu:hover::after {
  width: 85%;
}

b, strong {
  font-weight: 400;
}


a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}



/*--------------------
common
----------------------*/

.container {
  width: 1000px;
  margin: 0 auto
}

.all-back{background: #fff;width: 100%;margin: 0;padding: 0; }

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* 2つ目の要素に200msのdelayをかける */
#effect2 > div .fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
/* 3つ目の要素に400msのdelayをかける */
#effect2 > div .fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}


/*----------------------- 
    4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/

.space {
  margin-top: 10px
}

.space2 {
  margin-top: 20px
}

.space3 {
  margin-top: 30px
}

.space4 {
  margin-top: 40px
}

.space5 {
  margin-top: 50px
}

.space6 {
  margin-top: 60px
}

.space7 {
  margin-top: 70px
}


.space10 {
  margin-top: 100px
}
.space-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-medium {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.space-ex-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.space-bar{width: 100%;height: .5px;background: #E6E6E6;margin-top: 50px}
/*--------------------
common-img
----------------------*/

.img-center{text-align: center;}
.img-right{text-align: right}
.ph10{width: 100%}
.ph9{width: 90%}
.ph8{width: 80%}
.ph7{width: 70%}
.ph6{width: 60%}
.ph5{width: 50%}

/*--------------------
    5.1 Header Regular 
----------------------*/

.logo {
  width: 230px;
 padding: 0;
    margin-top: 20px;
    margin-left: 10px;
    display: inline-block;
}


.logo:hover {
  opacity: .5
}

.header {
  height: 90px;
  background-color: #fff;
  position: relative;
  padding-top: 0px;
  padding: 0 1%;
    z-index: 999;
    position: fixed;
    width: 100%
}

.header-box{display: inline-block}


/*--------------------------
top
----------------------------*/


.top-box {
  margin: 0px auto 0;
padding: 2%;
    width: 1200px;
  text-align: center
}


.hero-section {
  width: 100%;
    height:67vh;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
 background:url(../img/top-img.jpg) no-repeat center;
    background-size:cover;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; //画像をウィンドウサイズにフィット
}



.hero-title {
  width: 100%;
  text-align:center;
    font-size: 30px;line-height:80px;
    font-weight: 500;
    color: #fff;
    font-feature-settings: "palt";
letter-spacing: 2px;
    position: absolute;
  top: 38%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

strong{font-size: 220%;font-weight: 600}
strong2{font-size: 130%;font-weight: 500;line-height: 160%}
red{color: red}

.hero-text {
  text-align:left;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-top: 30px;
    font-feature-settings: "palt";
}

.top-ph{width:100%;margin-top: 50px}

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

nav.globalMenuSp {
  text-align: center;
    margin-bottom: -30px;
    vertical-align: middle
}

nav.globalMenuSp ul {display: flex;
    float: right;
    margin-right: 10px;
  list-style: none;
}

nav.globalMenuSp ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  position: relative;
  display: flex;
}

nav.globalMenuSp ul li:hover {

}

nav.globalMenuSp ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  display: block;
    padding: 2px 10px;
  text-decoration: none;
}

nav.globalMenuSp ul li a:hover {}


/*-----------------------------------
common
-------------------------------------*/
.ttl1{font-size: 34px;line-height: 52px;color: #29abe2;text-align: center;font-weight: 600}


/*-----------------------------------
merit
-------------------------------------*/

.ttl-bar{width: 105px;height: 9px;background: #29abe2;text-align: center;margin: 0 auto}
.merit-box{padding:0 2%}
.merit-ph{width:100%}
.merit-frame{position: relative;height: 90px;}
.merit-ttl{margin-top: 10px; font-size: 23px;line-height: 33px;font-weight: 600; color: #29abe2;}
.merit-txt{font-size: 16px;line-height: 28px;font-weight: 300; color: #4d4d4d;text-align: justify;justify-content: space-between}
.merit-txt2{font-size: 16px;line-height: 28px;font-weight: 300; color: #4d4d4d;text-align:center;}

/*-----------------------------------
example
-------------------------------------*/
.example-box{text-align: center;}
.example-ttl{font-size: 40px;line-height: 52px;color: #29abe2;text-align: center;font-weight: 300;margin-bottom: 0px;background: linear-gradient(transparent 80%, #ffff00 50%);
display: inline-block;margin-top: 40px}

ul.cp_list {
	padding:0.5em;
	list-style-type:none;display: table;
  margin: 0 auto;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
    color: #fff;font-size: 20px;line-height: 30px;
}
ul.cp_list li:after,ul.cp_list li:before {
	position:absolute;
	content:'';
	display:block;
	background: #ffff00;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}
.example-ph{width: 500px}

.back{width: 100%;
    height:auto;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
 background:url(../img/example-back-img.jpg) no-repeat center;
    background-size: cover;background-position: top}

/*-----------------------------------
description
-------------------------------------*/
#description-box{margin: 40px auto;padding: 0}
.des-box{margin: 20px auto;padding: 0}
.des-ttl1{margin-top: 10px; font-size: 37px; line-height: 40px;font-weight: 300; color: #333333;text-align:left;position:relative;
	line-height:1em;
	padding-left:1.8em;display: inline-block}

.des-ttl1:before {
  position:absolute;
    top:4px;
	left:0;
	content:"";
	display:inline-block;
	width:1.3em;
	height:2em;
	background:url(/img/icon.svg) no-repeat;
	background-size:contain;;
}
.des-ttl2{margin-top: 30px; font-size: 23px; line-height: 33px;font-weight: 600; color: #231815;text-align: left}
.des-ttl3{margin-top: 10px; font-size: 23px; line-height: 33px;font-weight: 500; color: #29abe2;text-align: left;margin-bottom: 5px;}

.des-ttl4{margin-top: 10px; font-size: 23px; line-height: 33px;font-weight: 500; color: #29abe2;text-align: center;margin-bottom: 5px;}
.des-txt{font-size: 18px;line-height: 30px;color: #231815;font-feature-settings: "palt";text-align: justify;margin-top: 5px}
.des-txt2{font-size: 25px;line-height: 38px;color: #231815;font-weight: 500; font-feature-settings: "palt";text-align:center}
.des-txt3{font-size: 16px;line-height: 30px;color: #333333;font-feature-settings: "palt";text-align:center}

.center-box{width: 700px; margin: 5px auto 0;padding: 2% 0;height:auto; }
.des-list{text-align: left}
.des-list li{text-align: left;font-size: 18px; line-height: 26px;font-weight: 500; color: #333333;margin-bottom: 5px;}
.des-list {
  list-style: none;
  padding-left: 0;
  display: table;
}
.des-list li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
.des-list li {
  display: table-row;
}
.des-list li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}
 
li {
  margin-bottom: 0.5em;
}
.des-ph{width: 100%}
.des-ph2{width: 50%}


.banner-box{width: 100%;margin: 0 auto;text-align: center}
.banner{width: 100%;}
.banner-box:hover{opacity: .7}

/*-----------------------------------
flow
-------------------------------------*/
.back2{background: #f2f2f2}
.flow-box{height: 150px;padding: 2%}
.flow-ttl1{font-size: 25px;line-height: 36px;color: #29abe2;font-weight: 300;text-align: left;position: relative;z-index:1}
.flow-ttl1:before {
  position:absolute;
    top:-20px;
	left:-30px;
	content:"";
	display:inline-block;
	width:100px;
	height:100px;
    border-radius: 100px;
    background: #ffff00;
    z-index: -2
}

.flow-txt{font-size: 16px;text-align: justify;justify-content: space-between;position: relative;z-index:3}

/*-----------------------------------
other
-------------------------------------*/
.other-box{display: table;
  margin: 0 auto;padding-bottom: 100px}
.other-list{}
.other-list ul{}
.other-list li{line-height: 28px; font-size: 18px;color: #333333}
.earen{}
.earen:hover{opacity: .7}


/*-----------------------------------
list
-------------------------------------*/
.back3{background: #ffff00}
.list-box{display: table;
  margin: 0 auto;padding: 0 20% 100px}
.list-list{margin-top: 35px;padding-bottom: 30px}
.list-ttl1{font-size:27px;line-height: 35px;font-weight: 500;color: #333333;text-align: left}
.list-ttl2{font-size:18px;line-height: 28px;font-weight: 300;color: #333333;margin-top: 20px;margin-bottom: 10px;}
.neccesary-list{text-align: left}
.neccesary-list li{font-size: 16px;line-height: 23px;color: #333333}

/*全体*/
.hidden_box {
    margin: 1em auto 3em;
    padding: 0;
    text-align: center;
}


/*ボタン装飾*/
.hidden_box label {
    padding: 13px 1px 1px 2px;
    font-weight: normal;
    border-radius: 5px;
    cursor :pointer;
    border-radius: 50%;
    transition: .5s;
}

/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '\f078';
    font-family: 'FontAwesome';
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
     content: '\f00d';
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #333333;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


.hidden_box2 {
    margin: 1em auto 3em;
    padding: 0;
    text-align: left;
}


/*ボタン装飾*/
.hidden_box2 label {
    padding: 13px 1px 1px 2px;
    font-weight: normal;
    border-radius: 5px;
    cursor :pointer;
    border-radius: 50%;
    transition: .5s;
}

/*アイコンを表示*/
.hidden_box2 label:before {
    display: inline-block;
    content: '\f078';
    font-family: 'FontAwesome';
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box2 label:hover {
}

/*アイコンを切り替え*/
.hidden_box2 input:checked ~ label:before {
     content: '\f00d';
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #333333;
}

/*チェックは見えなくする*/
.hidden_box2 input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box2 .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box2 input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*----------------------------------------------
price
----------------------------------------------*/

.price-table {
  border-collapse: collapse;
  margin:40px auto 0;
  padding: 0;
  width:100%;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
border-bottom:2px solid #333333;
  padding: .35em;
}

.table-ttl{background: #f7f7f7}
.sup-txt{margin-top: 10px; font-size: 14px;color: #333333;text-align: right}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
  font-size: .85em;
    text-align: center;
    background: 
}
table thead tr{
  background-color: #eee;
}
.price-txt{
    font-weight: 600;
   font-size:2em;line-height: .5em;
    text-align: justify;
  text-justify: inter-ideograph;
    color: #29abe2
}
.price-txt2{
    font-weight: 600;
   font-size:.9em;line-height: 1.5em;
    text-align: justify;
  text-justify: inter-ideograph;
    color: #333333
}
.price{
   text-align:center;
}

.ttl-left{background-color: #eee}
.tbl-ttl{text-align: center}
small{font-size: 60%}
.sub-txt{text-align: left; margin-top: 10px; font-size: 14px}

/*-----------------------------------
inquire
-------------------------------------*/
.back4{background: #d3eef9}
.inquire-box{}
.inquire-box2{margin: 0 auto;text-align: center;padding: 100px 0 }
.inquire-txt{font-size: 18px;line-height: 30px;color: #231815;font-feature-settings: "palt";text-align: justify}
.inquire-ph{width: 100%}
.number{font-size: 100px;color: #29abe2;font-weight: 600;margin: 0;line-height: 100px}
.number:hover{opacity: .7}
.tel-ttl{font-size: 30px;color: #333333;line-height: 35px}
.tel-txt{margin-top: 30px; font-size: 27px;color: #333333;line-height: 30px}
.tel-txt2{margin-top:15px; font-size: 16px;color: #333333;line-height: 30px;text-align: center}


/*--------------------------
company
---------------------------*/

#company{width:100%;margin:40px auto 0;position: relative;text-align: center}
.company-box{display: table;
  margin: 0 auto;text-align: center;}
.company-ttl{font-size: 22px;text-align:center}


table.company {
display: table;
  margin: 0 auto;text-align: center;
}

table.company th {
width:7%;
min-height: 13px;
padding: 0px 10px 15px 0;
text-align: justify;
text-justify: inter-ideograph;
vertical-align: top;
border: none;
white-space: nowrap;
overflow: visible;
font-feature-settings: "palt";
    text-align:justify;
  text-justify: inter-ideograph;
    font-weight: 100;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;letter-spacing: 1px;
     text-align-last: justify;       /* Chrome・Firefox用 */
  text-justify: inter-ideograph;  /* IE・Edge用 */
}

table.company th::after {
float: right;
padding: 0;
right: 10px;
top: 0;
height: 0;
width:0;
position: relative;
pointer-events: none;
border: none;
}

table.company td {
height: 12px;
margin: 0;
padding: 0px 10px 15px 10px;
text-align: left;
vertical-align: top;
border: none;
line-height: 20px;
    font-feature-settings: "palt";
    text-align:justify;
  text-justify: inter-ideograph;
    font-weight: 100;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;letter-spacing: 1px;
}

table.company tr {
border: none;
}

/*-----------------------------------
8. Footer 
-------------------------------------*/

.footer-logo{width: 150px}

.footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding: 0 2%
}

.footer-block {
  margin-top: 30px
}

.footer-widget p {
  color: #747474;
}

.footer-widget .widget-title {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer-widget .widget-title img {
  width: 180px;
}

.footer-widget {
  text-align: center;
  margin: 0 auto
}

.footer-widget ul {}

.footer-widget li {}

.footer-widget li a {
  color: #747474;
  line-height: 34px;
}

.footer-widget li a:hover {
  opacity: .5;
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li {}

.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}

.footer-social ul li a:hover i {
  color: #0457CC;
}

.footer .contact li {
  position: relative;
  padding-left: 40px;
  display: block;
  '
 margin-bottom: 8px;
  padding: 0 0 8px 0px;
  color: #747474;
}

.footer-menu{width: 100%;
list-style: none;
text-align: center;
margin-bottom: 20px}

.footer-menu li{margin-left: -35px!important}





/*-------------- tiny footer ------------*/

.tiny-footer {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #56575e;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.copyright-content {
  padding: 12px 0 20px;
  color: #747474;
}

/*-------------------------
page
---------------------------*/
.specificcommerce-area{margin-top: 100px;}
.specificcommerce-ttl{margin-top: 30px; font-size: 25px;font-weight: 800; text-align: left;color: #333333}
.specific-txt{margin-top: 15px;
line-height: 25px;
    font-feature-settings: "palt";
    text-align:justify;
  text-justify: inter-ideograph;
    font-weight: 100;
    font-size: 16px;}





/*-------------------------
  btn
---------------------------*/

.btn-box{margin: 0 auto;text-align: center}
.btn-box2{text-align: center}
.btn-box3{margin-top: 0; text-align: center}
.btn{width: 320px;
  color: #fff;
  background: #29abe2;
  padding: 1.5%;
    margin-right: 2%;
  font-size: 21px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 40px;
    display: inline-block;
    border: none;
}

.btn:hover {color: #fff;
  opacity: .7
}

.btn2{width: 330px;
  color: #fff;
  background: -moz-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: -webkit-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
  padding: 2.5% 8%;
    margin: 0 .5%;
  font-size: 23px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 40px;
    display: inline-block;
    border: none;
}

.btn2:hover {color: #fff;
  opacity: .7
}

.btn3{width:100%;
  color: #fff;
  background: #29abe2;
  padding: 1.5%;
    margin-right: 2%;
  font-size: 21px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 5px;
    display: inline-block;
    border: none;
}

.btn4{width:70%;
  color: #29abe2;
  background: #ffff00;
  padding: 2%;
    margin-right: 2%;
  font-size: 26px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 5px;
    display: inline-block;
    border: solid 5px #29abe2;
    box-sizing: border-box;
}

.btn3:hover {color: #fff;
  opacity: .9
}

.btn4:hover {color: #fff; background: #29abe2;
opacity: 1;
}

#page_top {
  width: 47px;
  height: 47px;
  position: fixed;
  right:1%;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
    border-radius: 30px
}

#page_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 3px;
  margin: auto;
  text-align: center;
}



/*-------------------------
  footer chase btn
---------------------------*/

#footer_area{position: fixed;
  bottom:0;
  left: 2%;
  vertical-align: top;}

@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

.chace-txt{
margin-left: 10px;
    font-size: 14px;-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;animation: vertical 1s ease-in-out infinite alternate;color: #000}

.chase-btn {padding: 0 0 15% 0

}

.chase-btn img {
  width:150px;
    transition: all .3s ease 0s;
}

.chase-btn img:hover {
  cursor: pointer;
	transform: scale(1.2);
}



.chase-btn2 {

}

.chase-btn2 img {
  width: 45px;
    transition: all .3s ease 0s;
}

.chase-btn2 img:hover {
  cursor: pointer;
	transform: scale(1.2);
}

.sp {
  display: none
}

.pc {
  display: block
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}


.br-pc1 {
  display: block;
}

.br-sp1{display: none}

/*下から上にフェードイン*/

.down-to-top {
  opacity: 0.1;
  transform: translateY(80px);
  transition: all 1s;
}

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  body {
    width: 100%
  }

.container{width:993px }
    
/*--------------------
    5.1 Header Regular 
----------------------*/

.logo {
  width: 230px;
 padding: 0;
    margin-top: 20px;
    margin-left: 10px;
    display: inline-block;
}


.logo:hover {
  opacity: .5
}

.header {
  height: 90px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  padding: 0 1%;
}

.header-box{display: inline-block}


/*--------------------------
top
----------------------------*/


.top-box {
  margin: 0px auto 0;
padding: 2%;
    width:100%;
  text-align: center
}


.hero-section {
  width: 100%;
    height:67vh;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
 background:url(../img/top-img.jpg) no-repeat center;
    background-size:cover;
}



.hero-title {
  width: 100%;
  text-align:center;
    font-size: 28px;line-height:70px;
    font-weight: 500;
    color: #fff;
    font-feature-settings: "palt";
letter-spacing: 2px;
    position: absolute;
  top: 43%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

strong{font-size: 220%;font-weight: 600}

.hero-text {
  text-align:left;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-top: 30px;
    font-feature-settings: "palt";
}

.top-ph{width:100%;margin-top: 50px}

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

nav.globalMenuSp {
  text-align: center;
    margin-bottom: -30px
}

nav.globalMenuSp ul {
  display: flex;
    float: right;
    margin-right: 10px;
  list-style: none;
}

nav.globalMenuSp ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  position: relative;
  display: flex;
}

nav.globalMenuSp ul li:hover {
  background-color: #FFDEE6;
  transition: 1s;
}

nav.globalMenuSp ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  display: block;
    padding: 2px 10px;
  text-decoration: none;
}

nav.globalMenuSp ul li a:hover {}


/*-----------------------------------
common
-------------------------------------*/
.ttl1{font-size: 32px;line-height: 50px;color: #29abe2;text-align: center;font-weight: 600}


/*-----------------------------------
merit
-------------------------------------*/

.ttl-bar{width: 100px;height: 8px;background: #29abe2;text-align: center;margin: 0 auto}
.merit-box{padding:0 2%}
.merit-ph{width:100%}
.merit-frame{position: relative;height: 90px;}
.merit-ttl{margin-top: 10px; font-size: 23px;line-height: 33px;font-weight: 600; color: #29abe2;}
.merit-txt{font-size: 16px;line-height: 28px;font-weight: 300; color: #4d4d4d;text-align: justify;justify-content: space-between}
.merit-txt2{font-size: 16px;line-height: 28px;font-weight: 300; color: #4d4d4d;text-align:center;}

/*-----------------------------------
example
-------------------------------------*/
.example-box{text-align: center;}
.example-ttl{font-size: 40px;line-height: 52px;color: #29abe2;text-align: center;font-weight: 300;margin-bottom: 0px;background: linear-gradient(transparent 80%, #ffff00 50%);
display: inline-block;}

ul.cp_list {
	padding:0.5em;
	list-style-type:none;display: table;
  margin: 0 auto;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
    color: #fff;font-size: 20px;line-height: 30px;
}
ul.cp_list li:after,ul.cp_list li:before {
	position:absolute;
	content:'';
	display:block;
	background: #ffff00;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}
.example-ph{width: 500px}

.back{width: 100%;
    height:auto;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
 background:url(../img/example-back-img.jpg) no-repeat center;
    background-size: cover;background-position: top}

/*-----------------------------------
description
-------------------------------------*/
#description-box{margin: 40px auto;padding: 0}
.des-box{margin: 20px auto;padding: 0}
.des-ttl1{margin-top: 10px; font-size: 37px; line-height: 40px;font-weight: 300; color: #333333;text-align:left;position:relative;
	line-height:1em;
	padding-left:1.8em;}

.des-ttl1:before {
  position:absolute;
    top:4px;
	left:0;
	content:"";
	display:inline-block;
	width:1.3em;
	height:2em;
	background:url(/img/icon.svg) no-repeat;
	background-size:contain;;
}
.des-ttl2{margin-top: 30px; font-size: 23px; line-height: 33px;font-weight: 600; color: #231815;text-align: left}

.des-txt{font-size: 18px;line-height: 30px;color: #231815;font-feature-settings: "palt";text-align: justify}
.des-txt2{font-size: 25px;line-height: 38px;color: #231815;font-weight: 500; font-feature-settings: "palt";text-align:center}

.center-box{width: 700px; margin: 5px auto 0;padding: 2% 0;height:auto; }
.des-ph{width: 100%}
.des-ph2{width: 50%}
    


/*-----------------------------------
flow
-------------------------------------*/
.back2{background: #f2f2f2}
.flow-box{height: 150px;}
.flow-ttl1{font-size: 28px;line-height: 40px;color: #29abe2;font-weight: 300;text-align: left;position: relative;z-index:1}
.flow-ttl1:before {
  position:absolute;
    top:-20px;
	left:-30px;
	content:"";
	display:inline-block;
	width:100px;
	height:100px;
    border-radius: 100px;
    background: #ffff00;
    z-index: -1
}
.flow-txt{font-size: 16px;text-align: justify;justify-content: space-between;position: relative;z-index:1}

/*-----------------------------------
other
-------------------------------------*/
.other-box{display: table;
  margin: 0 auto;padding-bottom: 100px}
.other-list{}
.other-list ul{}
.other-list li{line-height: 28px; font-size: 18px;color: #333333}

/*-----------------------------------
list
-------------------------------------*/
.back3{background: #ffff00}
.list-box{display: table;
  margin: 0 auto;padding: 0 20% 100px}
.list-list{margin-top: 35px;padding-bottom: 30px}
.list-ttl1{font-size:27px;line-height: 35px;font-weight: 500;color: #333333}
.list-ttl2{font-size:18px;line-height: 28px;font-weight: 300;color: #333333;margin-top: 20px;margin-bottom: 10px;}
.neccesary-list li{font-size: 16px;line-height: 23px;color: #333333}

/*-----------------------------------
inquire
-------------------------------------*/
.back4{background: #d3eef9}
.inquire-box{}
.inquire-box2{margin: 0 auto;text-align: center;padding: 100px 0 }
.inquire-txt{font-size: 18px;line-height: 30px;color: #231815;font-feature-settings: "palt";text-align: justify}
.inquire-ph{width: 100%}
.number{font-size: 100px;color: #29abe2;font-weight: 600;margin: 0;line-height: 100px}
.tel-ttl{font-size: 30px;color: #333333;line-height: 35px}
.tel-txt{margin-top: 30px; font-size: 27px;color: #333333;line-height: 30px}

/*-----------------------------------
8. Footer 
-------------------------------------*/

.footer-logo{width: 150px}

.footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;

  padding: 0 2%
}

.footer-block {
  margin-top: 30px
}

.footer-widget p {
  color: #747474;
}

.footer-widget .widget-title {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer-widget .widget-title img {
  width: 180px;
}

.footer-widget {
  text-align: center;
  margin: 0 auto
}

.footer-widget ul {}

.footer-widget li {}

.footer-widget li a {
  color: #747474;
  line-height: 34px;
}

.footer-widget li a:hover {
  opacity: .5;
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li {}

.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}

.footer-social ul li a:hover i {
  color: #0457CC;
}

.footer .contact li {
  position: relative;
  padding-left: 40px;
  display: block;
  '
 margin-bottom: 8px;
  padding: 0 0 8px 0px;
  color: #747474;
}




/*-------------- tiny footer ------------*/

.tiny-footer {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #56575e;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.copyright-content {
  padding: 12px 0 20px;
  color: #747474;
}


/*-------------------------
  btn
---------------------------*/

.btn-box{margin: 0 auto;text-align: center}
.btn-box2{text-align: center}
.btn{width: 320px;
  color: #fff;
  background: #29abe2;
  padding: 1.5%;
    margin-right: 2%;
  font-size: 21px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 40px;
    display: inline-block;
    border: none;
}

.btn:hover {color: #fff;
  opacity: .7
}

.btn2{width: 330px;
  color: #fff;
  background: -moz-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: -webkit-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
  padding: 2.5% 8%;
    margin: 0 .5%;
  font-size: 23px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 40px;
    display: inline-block;
    border: none;
}

.btn2:hover {color: #fff;
  opacity: .7
}


#page_top {
  width: 47px;
  height: 47px;
  position: fixed;
  right:1%;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
    border-radius: 30px
}

#page_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 3px;
  margin: auto;
  text-align: center;
}



/*-------------------------
  footer chase btn
---------------------------*/



.sp {
  display: none
}

.pc {
  display: block
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}


.br-pc1 {
  display: block;
}
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  body {
    width:100%;
    overflow-x: hidden
  }


/*----------------------- 
    4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/

.space {
  margin-top: 7px
}

.space2 {
  margin-top: 17px
}

.space3 {
  margin-top: 26px
}

.space4 {
  margin-top: 35px
}

.space5 {
  margin-top: 43px
}

.space6 {
  margin-top: 50px
}

.space7 {
  margin-top: 60px
}


.space10 {
  margin-top: 80px
}
.space-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-medium {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.space-ex-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.space-bar{width: 100%;height: .5px;background: #E6E6E6;margin-top: 50px}





.container{width:768px }
    
/*--------------------
    5.1 Header Regular 
----------------------*/

.logo {
  width: 230px;
 padding: 0;
    margin-top: 20px;
    margin-left: 10px;
    display: inline-block;
}


.logo:hover {
  opacity: .5
}

.header {
  height: 90px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  padding: 0 1%;
}

.header-box{display: inline-block}


/*--------------------------
top
----------------------------*/


.top-box {
  margin: 0px auto 0;
padding: 2%;
    width:100%;
  text-align: center
}


.hero-section {
  width: 100%;
    height:67vh;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
 background:url(../img/top-img.jpg) no-repeat center;
    background-size:cover;
}



.hero-title {
  width: 100%;
  text-align:center;
    font-size: 28px;line-height:70px;
    font-weight: 500;
    color: #fff;
    font-feature-settings: "palt";
letter-spacing: 2px;
    position: absolute;
  top: 43%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

strong{font-size: 220%;font-weight: 600}

.hero-text {
  text-align:left;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-top: 30px;
    font-feature-settings: "palt";
}

.top-ph{width:100%;margin-top: 50px}


/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.inquiry-box {
    display: none
  }
  .inquiry-box img {
    margin-left: 30px;
    width: 80%;
  }
  .inquiry-box2 {
    width: 100%;
    background: ;
    padding: 3% 0;
      margin-top: 20px
  }
    
.inquiry-box:hover {
    opacity: .5
  }
  .inquiry2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
      text-align: left;
  }
    .inquiry-img{width: 200px}
    

  .navigation {
    float: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background:#fff;
    height: 100%;
    text-align: center;
    width: 35%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    display: block;
    margin: 0 auto;
    padding: 50px 10%;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    display: block;
    list-style-type: none;
    padding: 0;
    height: 40px;
    position: relative;
    width: 100%;
    transition: .4s all;
  }
    
    nav.globalMenuSp ul li:last-child{
        padding: 8% 0 0
    }
    
    nav.globalMenuSp ul li:hover {
  background : none;
  transition: 1s;
}

  nav.globalMenuSp ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    border-left: 0px solid #000550;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 1em 0;
    text-decoration: none;
    font-size: 16px;
  }
    
     nav.globalMenuSp ul li a:hover{
    opacity: .5;
  transition: 1s;
  }
    
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }


/*-----------------------------------
common
-------------------------------------*/
.ttl1{font-size: 28px;line-height: 43px;color: #29abe2;text-align: center;font-weight: 600}


/*-----------------------------------
merit
-------------------------------------*/

.ttl-bar{width: 90px;height: 7px;background: #29abe2;text-align: center;margin: 0 auto}
.merit-box{padding:0 2%}
.merit-ph{width:100%}
.merit-frame{position: relative;height: 90px;}
.merit-ttl{margin-top: 10px; font-size: 20px;line-height: 28px;font-weight: 600; color: #29abe2;margin-bottom: 0}
.merit-txt{font-size: 16px;line-height: 25px;font-weight: 300; color: #4d4d4d;text-align: justify;justify-content: space-between;margin-top: 8px}
.merit-txt2{font-size: 16px;line-height: 28px;font-weight: 300; color: #4d4d4d;text-align:center;}

/*-----------------------------------
example
-------------------------------------*/
.example-box{text-align: center;}
.example-ttl{font-size: 33px;line-height: 43px;color: #29abe2;text-align: center;font-weight: 300;margin-bottom: 0px;background: linear-gradient(transparent 80%, #ffff00 50%);
display: inline-block;}

ul.cp_list {
	padding:0.5em;
	list-style-type:none;display: table;
  margin: 0 auto;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
    color: #fff;font-size: 18px;line-height: 28px;
}
ul.cp_list li:after,ul.cp_list li:before {
	position:absolute;
	content:'';
	display:block;
	background: #ffff00;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}
.example-ph{width: 400px}

.back{width: 100%;
    height:auto;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
 background:url(../img/example-back-img.jpg) no-repeat center;
    background-size: cover;background-position: top}

/*-----------------------------------
description
-------------------------------------*/
#description-box{margin: 40px auto;padding: 0}
.des-box{margin: 20px auto;padding: 0}
.des-ttl1{margin-top: 10px; font-size: 26px; line-height: 35px;font-weight: 300; color: #333333;text-align:left;position:relative;
	line-height:1em;
	padding-left:1.8em;
    margin-bottom: 0}

.des-ttl1:before {
  position:absolute;
    top:4px;
	left:0;
	content:"";
	display:inline-block;
	width:1.3em;
	height:2em;
	background:url(/img/icon.svg) no-repeat;
	background-size:contain;;
}
.des-ttl2{margin-top: 30px; font-size: 23px; line-height: 33px;font-weight: 600; color: #231815;text-align: left}

.des-txt{font-size: 16px;line-height: 26px;color: #231815;font-feature-settings: "palt";text-align: justify}
.des-txt2{font-size: 25px;line-height: 38px;color: #231815;font-weight: 500; font-feature-settings: "palt";text-align:center}

.center-box{width: 700px; margin: 5px auto 0;padding: 2% 0;height:auto; }
.des-ph{width: 100%}
.des-ph2{width: 50%}

/*-----------------------------------
flow
-------------------------------------*/
.back2{background: #f2f2f2}
.flow-box{height: 150px;}
.flow-ttl1{font-size: 24px;line-height: 33px;color: #29abe2;font-weight: 300;text-align: left;position: relative;z-index:1}
.flow-ttl1:before {
  position:absolute;
    top:-20px;
	left:-20px;
	content:"";
	display:inline-block;
	width:70px;
	height:70px;
    border-radius: 100px;
    background: #ffff00;
    z-index: -1
}
.flow-txt{font-size: 16px;text-align: justify;justify-content: space-between;position: relative;z-index:1}

/*-----------------------------------
other
-------------------------------------*/
.other-box{display: table;
  margin: 0 auto;padding-bottom: 100px}
.other-list{}
.other-list ul{}
.other-list li{line-height: 28px; font-size: 18px;color: #333333}

/*-----------------------------------
list
-------------------------------------*/
.back3{background: #ffff00}
.list-box{display: table;
  margin: 0 auto;padding: 0 20% 100px}
.list-list{margin-top: 35px;padding-bottom: 30px}
.list-ttl1{font-size:27px;line-height: 35px;font-weight: 500;color: #333333}
.list-ttl2{font-size:18px;line-height: 28px;font-weight: 300;color: #333333;margin-top: 20px;margin-bottom: 10px;}
.neccesary-list li{font-size: 16px;line-height: 23px;color: #333333}

/*-----------------------------------
inquire
-------------------------------------*/
.back4{background: #d3eef9}
.inquire-box{}
.inquire-box2{margin: 0 auto;text-align: center;padding: 70px 0 }
.inquire-txt{font-size: 16px;line-height: 26px;color: #231815;font-feature-settings: "palt";text-align: justify}
.inquire-ph{width: 100%}
.number{font-size: 80px;color: #29abe2;font-weight: 600;margin: 0;line-height: 100px}
.tel-ttl{font-size: 26px;color: #333333;line-height: 30px}
.tel-txt{margin-top: 30px; font-size: 27px;color: #333333;line-height: 30px}
    
    
    
/*-------------------------
page
---------------------------*/
.specificcommerce-area{margin-top: 50px;}
.specificcommerce-ttl{margin-top: 30px; font-size: 25px;font-weight: 800; text-align: left;color: #333333}
.specific-txt{margin-top: 15px;
line-height: 24px;
    font-feature-settings: "palt";
    text-align:justify;
  text-justify: inter-ideograph;
    font-weight: 100;
    font-size: 15px;}
    
    

/*-----------------------------------
8. Footer 
-------------------------------------*/

.footer-logo{width: 150px}

.footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding: 0 2%
}

.footer-block {
  margin-top: 30px
}

.footer-widget p {
  color: #747474;
}

.footer-widget .widget-title {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer-widget .widget-title img {
  width: 180px;
}

.footer-widget {
  text-align: center;
  margin: 0 auto
}

.footer-widget ul {}

.footer-widget li {}

.footer-widget li a {
  color: #747474;
  line-height: 34px;
}

.footer-widget li a:hover {
  opacity: .5;
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li {}

.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}

.footer-social ul li a:hover i {
  color: #0457CC;
}

.footer .contact li {
  position: relative;
  padding-left: 40px;
  display: block;
  '
 margin-bottom: 8px;
  padding: 0 0 8px 0px;
  color: #747474;
}




/*-------------- tiny footer ------------*/

.tiny-footer {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #56575e;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.copyright-content {
  padding: 12px 0 20px;
  color: #747474;
}

    


/*-------------------------
  btn
---------------------------*/

.btn-box{margin: 0 auto;text-align: center}
.btn-box2{text-align: center}
.btn{width: 320px;
  color: #fff;
  background: #29abe2;
  padding: 1.5%;
    margin-right: 2%;
  font-size: 21px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 40px;
    display: inline-block;
    border: none;
}

.btn:hover {color: #fff;
  opacity: .7
}

.btn2{width: 330px;
  color: #fff;
  background: -moz-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: -webkit-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
  padding: 2.5% 8%;
    margin: 0 .5%;
  font-size: 23px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 40px;
    display: inline-block;
    border: none;
}

.btn2:hover {color: #fff;
  opacity: .7
}

    


.btn3{width:100%;
  color: #fff;
  background: #29abe2;
  padding: 1.5%;
    margin-right: 2%;
  font-size: 21px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 5px;
    display: inline-block;
    border: none;
}

.btn4{width:100%;
  color: #29abe2;
  background: #ffff00;
  padding: 2%;
    margin-right: 2%;
  font-size: 22px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 5px;
    display: inline-block;
    border: solid 5px #29abe2;
    box-sizing: border-box;
}

.btn3:hover {color: #fff;
  opacity: .9
}

.btn4:hover {color: #fff; background: #29abe2;
opacity: 1;
}


#page_top {
  width: 47px;
  height: 47px;
  position: fixed;
  right:1%;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
    border-radius: 30px
}

#page_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 3px;
  margin: auto;
  text-align: center;
}



/*-------------------------
  footer chase btn
---------------------------*/


    
    .br-pc1 {
  display:block;
}
  
  .sp {
    display: block
  }
  .pc {
    display: none
  }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 767px) {
    


/*----------------------- 
    4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/

.space {
  margin-top: 7px
}

.space2 {
  margin-top: 17px
}

.space3 {
  margin-top: 26px
}

.space4 {
  margin-top: 35px
}

.space5 {
  margin-top: 43px
}

.space6 {
  margin-top: 50px
}

.space7 {
  margin-top: 60px
}


.space10 {
  margin-top: 80px
}
.space-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-medium {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.space-ex-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.space-bar{width: 100%;height: .5px;background: #E6E6E6;margin-top: 50px}





.container{width:100% }
    
/*--------------------
    5.1 Header Regular 
----------------------*/

.logo {
  width: 200px;
 padding: 0;
    margin-top: 13px;
    margin-left: 10px;
    display: inline-block;
}


.logo:hover {
  opacity: .5
}

.header {
  height: 70px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  padding: 0 1%;
}

.header-box{display: inline-block}


/*--------------------------
top
----------------------------*/


.top-box {
  margin: 0px auto 0;
padding: 2%;
    width:100%;
  text-align: center
}


.hero-section {
  width: 100%;
    height:67vh;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
 background:url(../img/top-img.jpg) no-repeat center;
    background-size:cover;
}



.hero-title {
  width: 100%;
  text-align:center;
    font-size: 22px;line-height:63px;
    font-weight: 500;
    color: #fff;
    font-feature-settings: "palt";
letter-spacing: 2px;
    position: absolute;
  top: 43%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

strong{font-size: 210%;font-weight: 600}

.hero-text {
  text-align:left;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-top: 30px;
    font-feature-settings: "palt";
}

.top-ph{width:100%;margin-top: 50px}


/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.inquiry-box {
    display: none
  }
  .inquiry-box img {
    margin-left: 30px;
    width: 80%;
  }
  .inquiry-box2 {
    width: 100%;
    background: ;
    padding: 3% 0;
      margin-top: 20px
  }
    
.inquiry-box:hover {
    opacity: .5
  }
  .inquiry2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
      text-align: left;
  }
    .inquiry-img{width: 200px}
    

  .navigation {
    float: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background:#fff;
    height: 100%;
    text-align: center;
    width: 70%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    display: block;
    margin: 0 auto;
    padding: 50px 10%;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    display: block;
    list-style-type: none;
    padding: 0;
    height: 40px;
    position: relative;
    width: 100%;
    transition: .4s all;
  }
    
    nav.globalMenuSp ul li:last-child {
    display: block;
    list-style-type: none;
    padding: 8% 0;
    position: relative;
    width: 100%;
    transition: .4s all;
  }
    
    nav.globalMenuSp ul li:hover {
  background : none;
  transition: 1s;
}

  nav.globalMenuSp ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    border-left: 0px solid #000550;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 1em 0;
    text-decoration: none;
    font-size: 16px;
  }
    
     nav.globalMenuSp ul li a:hover{
    opacity: .5;
  transition: 1s;
  }
    
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }


/*-----------------------------------
common
-------------------------------------*/
.ttl1{font-size: 23px;line-height: 33px;color: #29abe2;text-align: center;font-weight: 600}


/*-----------------------------------
merit
-------------------------------------*/

.ttl-bar{width: 80px;height: 6px;background: #29abe2;text-align: center;margin: 0 auto}
.merit-box{padding:0 2%;text-align: center}
.merit-ph{width:250px;margin: 0 auto;text-align: center}
.merit-frame{position: relative;height: 90px;}
.merit-ttl{margin-top: 10px; font-size: 23px;line-height: 28px;font-weight: 600; color: #29abe2;margin-bottom: 0}
.merit-txt{font-size: 16px;line-height: 25px;font-weight: 300; color: #4d4d4d;text-align: justify;justify-content: space-between;margin-top: 8px}
.merit-txt2{font-size: 16px;line-height: 28px;font-weight: 300; color: #4d4d4d;text-align:justify;justify-content: space-between}

/*-----------------------------------
example
-------------------------------------*/
.example-box{text-align: center;}
.example-ttl{font-size: 3opx;line-height: 40px;color: #29abe2;text-align: center;font-weight: 300;margin-bottom: 0px;background: linear-gradient(transparent 80%, #ffff00 50%);
display: inline-block;}

ul.cp_list {
	padding:0.5em;
	list-style-type:none;display: table;
  margin: 0 auto;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
    color: #fff;font-size: 18px;line-height: 28px;
}
ul.cp_list li:after,ul.cp_list li:before {
	position:absolute;
	content:'';
	display:block;
	background: #ffff00;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}
.example-ph{width: 350px}

.back{width: 100%;
    height:auto;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
 background:url(../img/example-back-img.jpg) no-repeat center;
    background-size: cover;background-position: top}

/*-----------------------------------
description
-------------------------------------*/
#description-box{margin: 40px auto;padding: 0}
.des-box{margin: 20px auto;padding: 0}
.des-ttl1{margin-top: 10px; font-size: 26px; line-height: 35px;font-weight: 300; color: #333333;text-align:left;position:relative;
	line-height:1em;
	padding-left:1.8em;
    margin-bottom: 0}

.des-ttl1:before {
  position:absolute;
    top:4px;
	left:0;
	content:"";
	display:inline-block;
	width:1.3em;
	height:2em;
	background:url(/img/icon.svg) no-repeat;
	background-size:contain;;
}
.des-ttl2{margin-top: 30px; font-size: 23px; line-height: 33px;font-weight: 600; color: #231815;text-align: center}

.des-txt{font-size: 16px;line-height: 26px;color: #231815;font-feature-settings: "palt";text-align: justify}
.des-txt2{font-size: 25px;line-height: 38px;color: #231815;font-weight: 500; font-feature-settings: "palt";text-align:center}

.center-box{width: 700px; margin: 5px auto 0;padding: 2% 0;height:auto; }
.des-ph{width: 100%;margin: 20px auto 0}
.des-ph2{width: 50%}

/*-----------------------------------
flow
-------------------------------------*/
.back2{background: #f2f2f2}
.flow-box{height: 150px;}
.flow-ttl1{font-size: 22px;line-height: 30px;color: #29abe2;font-weight: 300;text-align: left;position: relative;z-index:1}
.flow-ttl1:before {
  position:absolute;
    top:-20px;
	left:-20px;
	content:"";
	display:inline-block;
	width:70px;
	height:70px;
    border-radius: 100px;
    background: #ffff00;
    z-index: -1
}
.flow-txt{font-size: 16px;text-align: justify;justify-content: space-between;position: relative;z-index:1}

/*-----------------------------------
other
-------------------------------------*/
.other-box{display: table;
  margin: 0 auto;padding-bottom: 100px}
.other-list{}
.other-list ul{}
.other-list li{line-height: 28px; font-size: 18px;color: #333333}
/*-----------------------------------
list
-------------------------------------*/
.back3{background: #ffff00}
.list-box{display: table;
  margin: 0 auto;padding: 0 5% 100px}
.list-list{margin-top: 35px;padding-bottom: 30px}
.list-ttl1{font-size:23px;line-height: 33px;font-weight: 500;color: #333333}
.list-ttl2{font-size:16px;line-height: 26px;font-weight: 300;color: #333333;margin-top: 15px;margin-bottom: 10px;}
.neccesary-list li{font-size: 16px;line-height: 23px;color: #333333}
    

/*----------------------------------------------
price
----------------------------------------------*/

.price-table {
  border-collapse: collapse;
  margin:10px auto 0;
  padding: 0;
  width:100%;
  table-layout: fixed;
}

    
    table tr {
  background-color: #fff;
  border: 1px solid #bbb;
border-bottom:2px solid #333333;
  padding: .35em;
}
    
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
  font-size: .85em;
    text-align: center;
    background: 
}
table thead tr{
  background-color: #eee;
}
.price-txt{
    font-weight: 600;
   font-size:20px;line-height: 25px;
    line-height: 28px;
    text-align: justify;
  text-justify: inter-ideograph;
    color: #29abe2
}
    
    .price-txt2{
    font-weight: 600;
   font-size:.8em;line-height: 1.4em;
    text-align: justify;
  text-justify: inter-ideograph;
    color: #333333
}
.price{
   text-align:center;
}

.ttl-left{background-color: #eee}
.tbl-ttl{text-align: center}
small{font-size: 60%}
    .sub-txt{margin-top: 10px; font-size: 14px}


/*-----------------------------------
inquire
-------------------------------------*/
.back4{background: #d3eef9}
.inquire-box{}
.inquire-box2{margin: 0 auto;text-align: center;padding: 50px 0 }
.inquire-txt{font-size: 16px;line-height: 26px;color: #231815;font-feature-settings: "palt";text-align: justify}
.inquire-ph{width: 60%;margin:20px auto 0}
.number{font-size: 65px;color: #29abe2;font-weight: 600;margin: 0;line-height: 60px}
.tel-ttl{font-size: 22px;color: #333333;line-height: 30px}
.tel-txt{margin-top: 30px; font-size: 27px;color: #333333;line-height: 30px}
    .tel-txt2{margin-top:5px; font-size: 14px;color: #333333;line-height: 20px;text-align: center}
    
    
/*-------------------------
page
---------------------------*/
.specificcommerce-area{margin-top: 30px;}
.specificcommerce-ttl{margin-top: 20px; font-size: 25px;font-weight: 800; text-align: left;color: #333333}
.specific-txt{margin-top: 15px;
line-height: 24px;
    font-feature-settings: "palt";
    text-align:justify;
  text-justify: inter-ideograph;
    font-weight: 100;
    font-size: 15px;}
    

/*-----------------------------------
8. Footer 
-------------------------------------*/

.footer-logo{width: 150px}

.footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding: 0 2%
}

.footer-block {
  margin-top: 30px
}

.footer-widget p {
  color: #747474;
}

.footer-widget .widget-title {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer-widget .widget-title img {
  width: 180px;
}

.footer-widget {
  text-align: center;
  margin: 0 auto
}

.footer-widget ul {}

.footer-widget li {}

.footer-widget li a {
  color: #747474;
  line-height: 34px;
}

.footer-widget li a:hover {
  opacity: .5;
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li {}

.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}

.footer-social ul li a:hover i {
  color: #0457CC;
}

.footer .contact li {
  position: relative;
  padding-left: 40px;
  display: block;
  '
 margin-bottom: 8px;
  padding: 0 0 8px 0px;
  color: #747474;
}




/*-------------- tiny footer ------------*/

.tiny-footer {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #56575e;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.copyright-content {
  padding: 12px 0 20px;
  color: #747474;
}


/*-------------------------
  btn
---------------------------*/

.btn-box{margin: 0 auto;text-align: center}
.btn-box2{text-align: center}
.btn{width: 320px;
  color: #fff;
  background: #29abe2;
  padding: 1.5%;
    margin-right: 2%;
  font-size: 21px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 20px;
    display: inline-block;
    border: none;
}

.btn:hover {color: #fff;
  opacity: .7
}

.btn2{width: 330px;
  color: #fff;
  background: -moz-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: -webkit-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
  padding: 2.5% 8%;
    margin: 0 .5%;
  font-size: 23px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 40px;
    display: inline-block;
    border: none;
}

.btn2:hover {color: #fff;
  opacity: .7
}


#page_top {
  width: 47px;
  height: 47px;
  position: fixed;
  right:1%;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
    border-radius: 30px
}

#page_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 3px;
  margin: auto;
  text-align: center;
}



/*-------------------------
  footer chase btn
---------------------------*/

#footer_area{position: fixed;
  bottom:0;
  left: 1%;
  vertical-align: top;}

@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

.chace-txt{
margin-left: 10px;
    font-size: 14px;-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;animation: vertical 1s ease-in-out infinite alternate;color: #000}

.chase-btn {padding: 0 0 15% 0

}

.chase-btn img {
  width:95px;
    transition: all .3s ease 0s;
}

.chase-btn img:hover {
  cursor: pointer;
	transform: scale(1.2);
}



.chase-btn2 {

}

.chase-btn2 img {
  width: 45px;
    transition: all .3s ease 0s;
}

.chase-btn2 img:hover {
  cursor: pointer;
	transform: scale(1.2);
}
 
    
    .br-pc1 {
  display:block;
}
    
     .br-sp {
  display:block;
}
  
    .pc{display: none}
    .sp{display: block}

}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  body {
    width: 100%
  }
  /*----------------------- 
    4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/

.space {
  margin-top: 5px
}

.space2 {
  margin-top: 10px
}

.space3 {
  margin-top: 15px
}

.space4 {
  margin-top: 20px
}

.space5 {
  margin-top: 25px
}

.space6 {
  margin-top: 30px
}

.space7 {
  margin-top: 40px
}


.space10 {
  margin-top: 80px
}
.space-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-medium {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.space-ex-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.space-bar{width: 100%;height: .5px;background: #E6E6E6;margin-top: 50px}





.container{width:100% }
    
/*--------------------
    5.1 Header Regular 
----------------------*/

.logo {
  width: 150px;
 padding: 0;
    margin-top: 15px;
    margin-left: 10px;
    display: inline-block;
}


.logo:hover {
  opacity: .5
}

.header {
  height: 60px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  padding: 0 1%;
}

.header-box{display: inline-block}


/*--------------------------
top
----------------------------*/


.top-box {
  margin: 0px auto 0;
padding: 2%;
    width:100%;
  text-align: center
}


.hero-section {
  width: 100%;
    height:67vh;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
 background:url(../img/top-img_sp.jpg) no-repeat center;
    background-size:cover;
}



.hero-title {
  width: 100%;
  text-align:center;
    font-size: 22px;line-height:38px;
    font-weight: 500;
    color: #fff;
    font-feature-settings: "palt";
letter-spacing: 2px;
    position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

strong{margin-top: 30px; line-height: 130%; font-size: 150%;font-weight: 600}

.hero-text {
  text-align:left;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-top: 30px;
    font-feature-settings: "palt";
}

.top-ph{width:100%;margin-top: 50px}


/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.inquiry-box {
    display: none
  }
  .inquiry-box img {
    margin-left: 30px;
    width: 80%;
  }
  .inquiry-box2 {
    width: 100%;
    background: ;
    padding: 3% 0;
      margin-top: 20px
  }
    
.inquiry-box:hover {
    opacity: .5
  }
  .inquiry2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
      text-align: left;
  }
    .inquiry-img{width: 200px}
    

  .navigation {
    float: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 10px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background:#fff;
    height: 100%;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    display: block;
    margin: 0 auto;
    padding: 70px 20%;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    display: block;
    list-style-type: none;
    padding: 3% 0;
    position: relative;
    width: 100%;
    transition: .4s all;
  }
    
    nav.globalMenuSp ul li:last-child {
    display: block;
    list-style-type: none;
    padding: 10% 0 ;
    position: relative;
    width: 100%;
    transition: .4s all;
  }
    
    nav.globalMenuSp ul li:hover {
  background : none;
  transition: 1s;
}

  nav.globalMenuSp ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    border-left: 0px solid #000550;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 1em 0;
    text-decoration: none;
    font-size: 18px;
  }
    
     nav.globalMenuSp ul li a:hover{
    opacity: .5;
  transition: 1s;
  }
    
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }


/*-----------------------------------
common
-------------------------------------*/
.ttl1{font-size: 20px;line-height: 30px;color: #29abe2;text-align: center;font-weight: 600}


/*-----------------------------------
merit
-------------------------------------*/

.ttl-bar{width: 70px;height: 4px;background: #29abe2;text-align: center;margin: 0 auto}
.merit-box{padding:0 2%;text-align: center}
.merit-ph{width:170px;margin: 0 auto;text-align: center}
.merit-frame{position: relative;height: 90px;}
.merit-ttl{margin-top: 10px; font-size: 20px;line-height: 30px;font-weight: 600; color: #29abe2;margin-bottom: 0}
.merit-txt{font-size: 16px;line-height: 25px;font-weight: 300; color: #4d4d4d;text-align: justify;justify-content: space-between;margin-top: 8px}
.merit-txt2{font-size: 16px;line-height: 28px;font-weight: 300; color: #4d4d4d;text-align:justify;justify-content: space-between}

/*-----------------------------------
example
-------------------------------------*/
.example-box{text-align: center;}
.example-ttl{font-size: 23px;line-height: 33px;color: #29abe2;text-align: center;font-weight: 300;margin-bottom: 0px;background: linear-gradient(transparent 80%, #ffff00 50%);
display: inline-block;}

ul.cp_list {
	padding:0.5em;
	list-style-type:none;display: table;
  margin: 0 auto;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
    color: #fff;font-size: 16px;line-height: 26px;
}
ul.cp_list li:after,ul.cp_list li:before {
	position:absolute;
	content:'';
	display:block;
	background: #ffff00;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}
.example-ph{width: 300px}

.back{width: 100%;
    height:auto;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
 background:url(../img/example-back-img_sp.jpg) no-repeat center;
    background-size: cover;background-position: top}

/*-----------------------------------
description
-------------------------------------*/
#description-box{margin: 40px auto;padding: 0}
.des-box{margin: 10px auto;padding: 0}
.des-ttl1{margin-top: 10px; font-size: 20px; line-height: 30px;font-weight: 300; color: #333333;text-align:left;position:relative;
	line-height:1em;
	padding-left:1.8em;
    margin-bottom: 0}

.des-ttl1:before {
  position:absolute;
    top:0px;
	left:0;
	content:"";
	display:inline-block;
	width:1.2em;
	height:2em;
	background:url(/img/icon.svg) no-repeat;
	background-size:contain;;
}
.des-ttl2{margin-top: 20px; font-size: 20px; line-height: 30px;font-weight: 600; color: #231815;text-align: center}
    
    .des-ttl3{margin-top: 10px; font-size: 18px; line-height: 27px;font-weight: 500; color: #29abe2;text-align: left;margin-bottom: 5px;}
    
    .des-ttl4{margin-top: 20px; font-size: 20px; line-height: 30px;font-weight: 500; color: #29abe2;text-align: center;margin-bottom: 5px;}

.des-txt{font-size: 16px;line-height: 26px;color: #231815;font-feature-settings: "palt";text-align: justify}
.des-txt2{font-size: 20px;line-height: 30px;color: #231815;font-weight: 500; font-feature-settings: "palt";text-align:center}

.center-box{width: 700px; margin: 5px auto 0;padding: 2% 0;height:auto; }
    
    .des-list{text-align: left}
.des-list li{text-align: left;font-size: 16px; line-height: 23px;font-weight: 500; color: #333333;margin-bottom: 5px;}
.des-list {
  list-style: none;
  padding-left: 0;
  display: table;
}
.des-list li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
.des-list li {
  display: table-row;
}
.des-list li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}
    
    
.des-ph{width: 100%;margin: 20px auto 0}
.des-ph2{width: 50%}

/*-----------------------------------
flow
-------------------------------------*/
.back2{background: #f2f2f2}
.flow-box{height: 150px;}
.flow-ttl1{font-size: 20px;line-height: 30px;color: #29abe2;font-weight: 300;text-align: left;position: relative;z-index:1}
.flow-ttl1:before {
  position:absolute;
    top:-20px;
	left:-20px;
	content:"";
	display:inline-block;
	width:70px;
	height:70px;
    border-radius: 100px;
    background: #ffff00;
    z-index: -1
}
.flow-txt{font-size: 16px;text-align: justify;justify-content: space-between;position: relative;z-index:1}

/*-----------------------------------
other
-------------------------------------*/
.other-box{display: table;
  margin: 0 auto;padding-bottom: 40px}
.other-list{}
.other-list ul{}
.other-list li{line-height: 28px; font-size: 16px;color: #333333}

/*-----------------------------------
list
-------------------------------------*/
.back3{background: #ffff00}
.list-box{display: table;
  margin: 0 auto;padding: 0 0 40px}
.list-list{margin-top: 10px;padding-bottom: 10px}
.list-ttl1{font-size:20px;line-height: 30px;font-weight: 500;color: #333333}
.list-ttl2{font-size:16px;line-height: 26px;font-weight: 300;color: #333333;margin-top: 15px;margin-bottom: 10px;}
.neccesary-list li{font-size: 16px;line-height: 23px;color: #333333}

/*-----------------------------------
inquire
-------------------------------------*/
.back4{background: #d3eef9}
.inquire-box{}
.inquire-box2{margin: 0 auto;text-align: center;padding: 50px 0 }
.inquire-txt{font-size: 16px;line-height: 26px;color: #231815;font-feature-settings: "palt";text-align: justify}
.inquire-ph{width: 100%;margin:20px auto 0}
.number{font-size: 45px;color: #29abe2;font-weight: 600;margin: 0;line-height: 50px}
.tel-ttl{font-size: 20px;color: #333333;line-height: 30px;margin-bottom: 0}
.tel-txt{margin-top: 30px; font-size: 27px;color: #333333;line-height: 30px}

/*-----------------------------------
8. Footer 
-------------------------------------*/

.footer-logo{width: 200px}

.footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;

  padding: 0 2%
}

.footer-block {
  margin-top: 30px
}

.footer-widget p {
  color: #747474;
}

.footer-widget .widget-title {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer-widget .widget-title img {
  width: 180px;
}

.footer-widget {
  text-align: center;
  margin: 0 auto
}

.footer-widget ul {}

.footer-widget li {}

.footer-widget li a {
  color: #747474;
  line-height: 34px;
}

.footer-widget li a:hover {
  opacity: .5;
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li {}

.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}

.footer-social ul li a:hover i {
  color: #0457CC;
}

.footer .contact li {
  position: relative;
  padding-left: 40px;
  display: block;
  '
 margin-bottom: 8px;
  padding: 0 0 8px 0px;
  color: #747474;
}




/*-------------- tiny footer ------------*/

.tiny-footer {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #56575e;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.copyright-content {
  padding: 12px 0 20px;
  color: #747474;
}


/*-------------------------
  btn
---------------------------*/

.btn-box{margin: 0 auto;text-align: center}
.btn-box2{text-align: center}
.btn{width: 90%;
  color: #fff;
  background: #29abe2;
  padding: 3%;
    margin-right:0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 10px;
    display: inline-block;
    border: none;
}

.btn:hover {color: #fff;
  opacity: .7
}

.btn2{width: 90%;
  color: #fff;
  background: -moz-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: -webkit-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
  padding: 3%;
    margin: 0 .5%;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 40px;
    display: inline-block;
    border: none;
}

.btn2:hover {color: #fff;
  opacity: .7
}
    
    .btn3{width:70%;
  color: #fff;
  background: #29abe2;
  padding: 1.5%;
    margin-right: 2%;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 5px;
    display: inline-block;
    border: none;
}

    .btn4{width:100%;
  color: #29abe2;
  background: #ffff00;
  padding: 3%;
    margin-right:0;
  font-size: 16px;
        line-height: 22px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 5px;
    display: inline-block;
            border: solid 5px #29abe2;
    box-sizing: border-box;
}
    



#page_top {
  width: 47px;
  height: 47px;
  position: fixed;
  right:1%;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
    border-radius: 30px
}

#page_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 3px;
  margin: auto;
  text-align: center;
}



/*-------------------------
  footer chase btn
---------------------------*/

#footer_area{position: fixed;
  bottom:0;
  right: 1%;
  vertical-align:bottom;}

@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

.chace-txt{
margin-left: 10px;
    font-size: 14px;-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;animation: vertical 1s ease-in-out infinite alternate;color: #000}

.chase-btn {padding: 2%

}

.chase-btn img {
  width:95px;
    transition: all .3s ease 0s;
}

.chase-btn img:hover {
  cursor: pointer;
	transform: scale(1.2);
}



.chase-btn2 {

}

.chase-btn2 img {
  width: 45px;
    transition: all .3s ease 0s;
}

.chase-btn2 img:hover {
  cursor: pointer;
	transform: scale(1.2);
}
 
    .br-pc1 {
  display:none;
}
    
  .br-pc {
    display: none;
  }
    
.br-sp1{
    display: block
    }
  .pc {
    display: none
  }
  .sp {
    display: block
  }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
   /*--------------------
common
----------------------*/

.container {
  width: 100%;
  margin: 0 auto;
    padding: 0 3%
}

 /*----------------------- 
    4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/

.space {
  margin-top: 5px
}

.space2 {
  margin-top: 10px
}

.space3 {
  margin-top: 15px
}

.space4 {
  margin-top: 20px
}

.space5 {
  margin-top: 25px
}

.space6 {
  margin-top: 30px
}

.space7 {
  margin-top: 40px
}


.space10 {
  margin-top: 80px
}
.space-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-medium {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.space-ex-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.space-bar{width: 100%;height: .5px;background: #E6E6E6;margin-top: 50px}



    
/*--------------------
    5.1 Header Regular 
----------------------*/

.logo {
  width: 150px;
 padding: 0;
    margin-top: 15px;
    margin-left: 10px;
    display: inline-block;
}


.logo:hover {
  opacity: .5
}

.header {
  height: 60px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  padding: 0 1%;
}

.header-box{display: inline-block}


/*--------------------------
top
----------------------------*/


.top-box {
  margin: 0px auto 0;
padding: 2%;
    width:100%;
  text-align: center
}


.hero-section {
  width: 100%;
    height:67vh;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
 background:url(../img/top-img_sp.jpg) no-repeat center;
    background-size:cover;
}



.hero-title {
  width: 100%;
  text-align:center;
    font-size: 20px;line-height:36px;
    font-weight: 500;
    color: #fff;
    font-feature-settings: "palt";
letter-spacing: 2px;
    position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

strong{margin-top: 30px; line-height: 120%; font-size: 140%;font-weight: 600}

.hero-text {
  text-align:left;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-top: 30px;
    font-feature-settings: "palt";
}

.top-ph{width:100%;margin-top: 50px}


/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/

.inquiry-box {
    display: none
  }
  .inquiry-box img {
    margin-left: 30px;
    width: 80%;
  }
  .inquiry-box2 {
    width: 100%;
    background: ;
    padding: 3% 0;
      margin-top: 20px
  }
    
.inquiry-box:hover {
    opacity: .5
  }
  .inquiry2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
      text-align: left;
  }
    .inquiry-img{width: 200px}
    

  .navigation {
    float: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 10px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background:#fff;
    height: 100%;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    display: block;
    margin: 0 auto;
    padding: 60px 20%;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    display: block;
    list-style-type: none;
    padding: 0;
    height: 50px;
    position: relative;
    width: 100%;
    transition: .4s all;
  }
    
  
    
    nav.globalMenuSp ul li:hover {
  background : none;
  transition: 1s;
}

  nav.globalMenuSp ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    border-left: 0px solid #000550;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 1em 0;
    text-decoration: none;
    font-size: 16px;
  }
    
     nav.globalMenuSp ul li a:hover{
    opacity: .5;
  transition: 1s;
  }
    
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }


/*-----------------------------------
common
-------------------------------------*/
.ttl1{font-size: 20px;line-height: 30px;color: #29abe2;text-align: center;font-weight: 600;letter-spacing: -1px}


/*-----------------------------------
merit
-------------------------------------*/

.ttl-bar{width: 65px;height: 4px;background: #29abe2;text-align: center;margin: 0 auto}
.merit-box{padding:0 2%;text-align: center}
.merit-ph{width:50%;margin: 0 auto;text-align: center}
.merit-frame{position: relative;height: 90px;}
.merit-ttl{margin-top: 10px; font-size: 20px;line-height: 30px;font-weight: 600; color: #29abe2;margin-bottom: 0}
.merit-txt{font-size: 15px;line-height: 24px;font-weight: 300; color: #4d4d4d;text-align: justify;justify-content: space-between;margin-top: 8px}
.merit-txt2{font-size: 15px;line-height: 25px;font-weight: 300; color: #4d4d4d;text-align:justify;justify-content: space-between}

/*-----------------------------------
example
-------------------------------------*/
.example-box{text-align: center;}
.example-ttl{font-size: 21px;line-height: 31px;color: #29abe2;text-align: center;font-weight: 300;margin-bottom: 0px;background: linear-gradient(transparent 80%, #ffff00 50%);
display: inline-block;}

ul.cp_list {
	padding:0.5em;
	list-style-type:none;display: table;
  margin: 0 auto;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
    color: #fff;font-size: 16px;line-height: 26px;
}
ul.cp_list li:after,ul.cp_list li:before {
	position:absolute;
	content:'';
	display:block;
	background: #ffff00;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}
.example-ph{width: 100%}

.back{width: 100%;
    height:auto;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
 background:url(../img/example-back-img_sp.jpg) no-repeat center;
    background-size: cover;background-position: top}

/*-----------------------------------
description
-------------------------------------*/
#description-box{margin: 30px auto;padding: 0}
.des-box{margin: 10px auto;padding: 0}
.des-ttl1{margin-top: 10px; font-size: 20px; line-height: 30px;font-weight: 300; color: #333333;text-align:left;position:relative;
	line-height:1em;
	padding-left:1.8em;
    margin-bottom: 0}

.des-ttl1:before {
  position:absolute;
    top:0px;
	left:0;
	content:"";
	display:inline-block;
	width:1.2em;
	height:2em;
	background:url(/img/icon.svg) no-repeat;
	background-size:contain;;
}
.des-ttl2{margin-top: 20px; font-size: 20px; line-height: 30px;font-weight: 600; color: #231815;text-align: center}

.des-txt{font-size: 15px;line-height: 25px;color: #231815;font-feature-settings: "palt";text-align: justify}
.des-txt2{font-size: 20px;line-height: 30px;color: #231815;font-weight: 500; font-feature-settings: "palt";text-align:center}

.center-box{width: 700px; margin: 5px auto 0;padding: 2% 0;height:auto; }
.des-ph{width: 100%;margin: 20px auto 0}
.des-ph2{width: 50%}

/*-----------------------------------
flow
-------------------------------------*/
.back2{background: #f2f2f2}
.flow-box{height: 150px;}
.flow-ttl1{font-size: 20px;line-height: 30px;color: #29abe2;font-weight: 300;text-align: left;position: relative;z-index:1}
.flow-ttl1:before {
  position:absolute;
    top:-20px;
	left:-20px;
	content:"";
	display:inline-block;
	width:70px;
	height:70px;
    border-radius: 100px;
    background: #ffff00;
    z-index: -1
}
.flow-txt{font-size: 16px;text-align: justify;justify-content: space-between;position: relative;z-index:1}

/*-----------------------------------
other
-------------------------------------*/
.other-box{display: table;
  margin: 0 auto;padding-bottom: 40px}
.other-list{}
.other-list ul{}
.other-list li{line-height: 28px; font-size: 16px;color: #333333}

/*-----------------------------------
list
-------------------------------------*/
.back3{background: #ffff00}
.list-box{display: table;
  margin: 0 auto;padding: 0 0 40px}
.list-list{margin-top: 10px;padding-bottom: 10px}
.list-ttl1{font-size:20px;line-height: 30px;font-weight: 500;color: #333333}
.list-ttl2{font-size:16px;line-height: 26px;font-weight: 300;color: #333333;margin-top: 15px;margin-bottom: 10px;}
.neccesary-list li{font-size: 16px;line-height: 23px;color: #333333}

/*-----------------------------------
inquire
-------------------------------------*/
.back4{background: #d3eef9}
.inquire-box{}
.inquire-box2{margin: 0 auto;text-align: center;padding: 50px 0 }
.inquire-txt{font-size: 16px;line-height: 26px;color: #231815;font-feature-settings: "palt";text-align: justify}
.inquire-ph{width: 100%;margin:20px auto 0}
.number{font-size: 42px;color: #29abe2;font-weight: 600;margin: 0;line-height: 50px}
.tel-ttl{font-size: 18px;color: #333333;line-height: 28px;margin-bottom: 0}
.tel-txt{margin-top: 30px; font-size: 27px;color: #333333;line-height: 30px}

/*-----------------------------------
8. Footer 
-------------------------------------*/

.footer-logo{width: 160px}

.footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;

  padding: 0 2%
}

.footer-block {
  margin-top: 30px
}

.footer-widget p {
  color: #747474;
}

.footer-widget .widget-title {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer-widget .widget-title img {
  width: 180px;
}

.footer-widget {
  text-align: center;
  margin: 0 auto
}

.footer-widget ul {}

.footer-widget li {}

.footer-widget li a {
  color: #747474;
  line-height: 34px;
}

.footer-widget li a:hover {
  opacity: .5;
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li {}

.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}

.footer-social ul li a:hover i {
  color: #0457CC;
}

.footer .contact li {
  position: relative;
  padding-left: 40px;
  display: block;
  '
 margin-bottom: 8px;
  padding: 0 0 8px 0px;
  color: #747474;
}




/*-------------- tiny footer ------------*/

.tiny-footer {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #56575e;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.copyright-content {
  padding: 12px 0 20px;
  color: #747474;
}


/*-------------------------
  btn
---------------------------*/

.btn-box{margin: 0 auto;text-align: center}
.btn-box2{text-align: center}
.btn{width: 90%;
  color: #fff;
  background: #29abe2;
  padding: 3%;
    margin-right:0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 10px;
    display: inline-block;
    border: none;
}

.btn:hover {color: #fff;
  opacity: .7
}

.btn2{width: 90%;
  color: #fff;
  background: -moz-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: -webkit-linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
background: linear-gradient(to bottom,#FFF,#f8cce0 30%,#e85f9d); 
  padding: 3%;
    margin: 0 .5%;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100px;
    text-align:center;
    margin-top: 40px;
    display: inline-block;
    border: none;
}

.btn2:hover {color: #fff;
  opacity: .7
}


#page_top {
  width: 47px;
  height: 47px;
  position: fixed;
  right:1%;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
    border-radius: 30px
}

#page_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 3px;
  margin: auto;
  text-align: center;
}



/*-------------------------
  footer chase btn
---------------------------*/

#footer_area{position: fixed;
  bottom:0%;
  right: 1%;
  vertical-align: top;}

@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

.chace-txt{
margin-left: 10px;
    font-size: 14px;-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;animation: vertical 1s ease-in-out infinite alternate;color: #000}

.chase-btn {

}

.chase-btn img {
  width:85px;
    transition: all .3s ease 0s;
}

.chase-btn img:hover {
  cursor: pointer;
	transform: scale(1.2);
}



.chase-btn2 {

}

.chase-btn2 img {
  width: 45px;
    transition: all .3s ease 0s;
}

.chase-btn2 img:hover {
  cursor: pointer;
	transform: scale(1.2);
}
 
    .br-pc1 {
  display:none;
}
    
  .br-pc {
    display: none;
  }
    
.br-sp1{
    display: block
    }
  .pc {
    display: none
  }
  .sp {
    display: block
  }
}