@charset "utf-8";
@media screen and (max-width: 768px) {
/*==========================================================================

   base settings

==========================================================================*/
* {
	box-sizing: border-box;
}
body {
	min-width: auto;
	font-size: 13px;
	font-weight: 500;
}
img {
	max-width: 100%;
	height: auto;
}
.display-sp {
	display: inherit;
}
.br-sp {
	display: block;
}
.display-pc,
.br-pc {
	display: none;
}
a[href^="tel:"] {
    pointer-events: auto;
}
#main {
    margin-top: 0;
}
#footer {
	padding: 20px 0 120px;
}

/*==========================================================================

   width settings

==========================================================================*/
.container {
	width: 100%;
	padding: 0 10px;
}


/*==========================================================================

   header

==========================================================================*/
.gnav-list {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding: 45px 0 0;
}
.gnav-item a:before {
    display: none;
}
.gnav-item {
    display: block;
    width: 100%;
	font-size: 15px;
    line-height: 0;
    text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: line-height .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
}
.gnav-item + .gnav-item {
    margin: 0;
    border-top: 1px solid #fafefe;
}
.gnav-item a {
    padding: 20px 20px 20px 40px;
	color: #fff;
}
.gnav-item.on a::after {
  display: none;
}
.gnav-item.on a {
    color: #3cb6bf;
    background: #fff;
}
#humberger {
    position: fixed;
    top: 0;
    right: 5px;
    z-index: 3;
    width: 47px;
    padding: 12px 10px 10px;
    cursor: pointer;
}
.icon-bar{
	height: 4px;
	background: #000;
	display: block;
	margin-bottom: 6px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
/* drawer-opened */
.drawer-opened #humberger .icon-bar {
	background: #fff;
}
.drawer-opened #humberger :nth-child(1){
	transform:translate(0,10px) rotate(45deg);
	-webkit-transform:translate(0,10px) rotate(45deg);
}
.drawer-opened #humberger :nth-child(2){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}
.drawer-opened #humberger :nth-child(3){
	transform:translate(0,-10px) rotate(-45deg);
	-webkit-transform:translate(0,-10px) rotate(-45deg);
}
.drawer-opened .gnav-list {
	height: auto;
	background: #3cb6bf;
}
.drawer-opened .gnav-item {
	line-height: 1;
	opacity: 1;
	visibility: visible;
}
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1
 }
 .drawer-opened #overlay{
	z-index: 3;
	opacity: 0;
	left: 0;
	display: block;
}


/*==========================================================================

   footer

==========================================================================*/
.copyright {
    font-size: 12px;
}
.pagetop {
    width: 97px;
    height: 89px;
}


/*==========================================================================

   modules

==========================================================================*/
.row, .col {
    display: block;
}
.section01-header {
    margin-bottom: 20px;
}
.header01 {
    padding-bottom: 18px;
}
.header01:after {
    width: 35px;
    height: 2px;
    margin-left: -17.5px;
}


/*==========================================================================

   #top

==========================================================================*/
#top {
	padding-top: 70%;
    background: url(../img/bg_sec_top02.png) no-repeat center top / 100%;
}
.top-logo {
    margin-bottom: 0;
}
.sec-ttl-top {
    width: 112px;
}
.top-mission-outer {
    padding: 0;
}
.top-mission {
	padding: 3px;
	background-size: 45px;
}
.top-mission-inner {
	padding: 26px 15px;
    background-size: 5px;
}
.tool-item {
    width: 48px;
	margin: 5px;
}
.tool-item + .tool-item {
    margin: 5px;
}
.top-mission-information {
	margin: 20px auto;
    font-size: 14px;
	line-height: 2;
}
.top-mission-information strong {
    font-size: 16px;
}
.icon-device-tablet { width: 38px;}
.icon-device-pc { width: 60px;}
.icon-device-phone { width: 26px;}

.top-device-item + .top-device-item {
    margin-left: 27px;
}


/*==========================================================================

   #soudan

==========================================================================*/
#soudan .container {
    padding-bottom: 200px;
    background: url(../img/char_lion01.png) no-repeat center bottom / 280px;
}
.sec-ttl-soudan {
    width: 205px;
}
.soudan-col-header {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
}
.soudan-col-header img {
    width: 172px;
}
.soudan-col-body {
    padding: 0;
}
.soudan-list {
    padding: 22px 18px;
    border-width: 2px;
}


/*==========================================================================

   #price

==========================================================================*/
#price {
    padding: 31px 0;
}
#price .section01-body {
    margin: 0 -4px;
}
.sec-ttl-price {
    width: 87px;
}
.price-row {
    display: table;
	padding: 5px;
}
.price-row + .price-row {
    margin-top: 11px;
}
.price-col-header {
    display: table-cell;
    width: 106px;
	padding: 5px;
}
.price-col-header-number,
.price-col-header-title,
.price-col-header-icon {
    position: static;
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
}
.price-col-header-title {
    margin: 12px auto;
    font-size: 19px;
    transform: translateY(0);
}
.price-col-header-icon {
    transform: translateY(0);
}
.price-col-header-icon i {
    width: 35px;
    height: 35px;
    margin: 5px auto 0;
    background-size: 35px;
}
.price-col-body {
    display: table-cell;
}
.price-col-header-number {
    font-size: 22px;
    transform: translateY(0);
}
.price-col-body-title {
    font-size: 18px;
}
.price-col-body-desc {
    font-size: 14px;
}


/*==========================================================================

   #flow

==========================================================================*/
#flow {
    padding-top: 31px;
}
.sec-ttl-flow {
    width: 142px;
}
.flow-row {
    border-width: 5px;
    padding: 15px 25px;
}
.flow-row + .flow-row {
    margin-top: 42px;
}
.flow-row + .flow-row:before {
    top: -35px;
}
.flow-col-header {
    display: table;
	table-layout: fixed;
    width: 100%;
	padding-bottom: 30px;
    background: url(../img/icon_cur02.png) no-repeat center 92.5% / 55px;
}
.flow-col-header-number {
    display: table-cell;
    width: 50%;
    padding: 15px;
    vertical-align: top;
}
.flow-col-header-number img,
.flow-col-header-title img {
	max-width: 100%;
	height: auto;
}
.flow-col-header-title {
    display: table-cell;
    width: 50%;
    padding: 15px;
}
.flow-col-body {
    width: 100%;
    font-size: 15px;
}
.flow-col-body-desc {
    text-align: center;
}


/*==========================================================================

   #contact

==========================================================================*/
#contact {
    padding: 54px 0 142px;
}
.contact-btn {
    padding: 0 10px;
}
.contact-btn a {
    width: auto;
	height: auto;
    max-width: 361px;
}
.contact-desc {
    margin: 12px auto 0;
    font-size: 16px;
}
.contact-character {
    width: 280px;
    height: 120px;
    margin-left: -140px;
}


/*==========================================================================

   #aboutme

==========================================================================*/
#aboutme {
    padding: 31px 0;
}
.sec-ttl-aboutme {
    width: 140px;
}
.aboutme-col-aside {
    width: 242px;
    margin: 0 auto 25px;
}
.aboutme-col-body {
    padding: 0;
}
.aboutme-col-body-name {
    font-size: 22px;
    text-align: center;
}
.aboutme-col-body-desc {
    font-size: 13px;
}


/*==========================================================================

   #service

==========================================================================*/
#service {
    padding: 33px 0;
}
.sec-ttl-service {
    width: 252px;
}
.service-logo {
    margin: 25px auto;
}
.service-address-item {
    display: table;
    width: 300px;
}
.service-address-item-header {
    display: table-cell;
    width: 86px;
}
.service-address-item-body {
    display: table-cell;
}
.service-address-item + .service-address-item {
    margin-top: 10px;
}


/* end mediaquery */
}