@charset "UTF-8";

/* CSS Document */


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


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

html {
  overflow-x: hidden
}

@font-face {
  font-family: "源暎ゴシック";
  src: url('../fonts/GenEiGothicN-H-KL.otf')format('truetype');
    url('../fonts/GenEiGothicN-U-KL.otf')format('truetype');
    url('../fonts/GenEiGothicP-H-KL.otf')format('truetype');
}


body {
  font-size: 16px;
  background-color: #fff;
  color: #5d5c59;
  font-family:游ゴシック体,"Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: 'Roboto', sans-serif;*/
  line-height: 28px;
  font-weight: 300;
}

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

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

.back1 {
  width: 100%;
  background: #efe9e2;
  padding:;
  margin: 0 auto
}

.back2 {
  width: 100%;
  background: #E5F4FF;
  padding: 5% 0;
  margin: 100px auto 0;
    mix-blend-mode: multiply;
}

.back3 {
  width: 100%;
  background: #FFECF0;
  mix-blend-mode: multiply;
}

.back-white{background: #fff}


.blend-multi{mix-blend-mode: multiply;}

.sp {
  display: none
}

.pc {
  display: block
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

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 {}

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

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

b, strong {
  font-weight: 400;
}

.listnone {
  text-align: center;
  list-style: none;
  padding: 0px;
  display: inline-flex;
  margin: 0 auto
}

.listnone li {
  margin: 0 15px
}

.lead {
  font-size: 21px;
  color: #3c3c3c;
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.small-text {
  color: #b4b1ac;
  font-size: 12px;
}

.text-caps {
  text-transform: uppercase;
  letter-spacing: 2px;
}

::selection {
  background: #a8cbfd;
  color: #333;
}

h3 small {
  font-weight: 400;
  line-height: 1;
  color: #0457CC;
  font-size: 14px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f1f3f8;
}

blockquote {
  padding: 10px 20px;
  margin: 0px;
  font-size: 21px;
  line-height: 32px;
  color: #3c3c3c;
  font-style: italic;
  border-left: 5px solid #0457CC;
}

.tel-text {
  margin-top: 40px;
  font-size: 25px;
  line-height: 38px;
  text-align: left
}

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


/*-------------- align ------------*/


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 0px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 0px 30px 0px 0;
}

a img.alignright {
  float: right;
  margin: 0px 0 30px 30px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


/*-----------------------------------
    2. Form css 
-----------------------------------*/

label {}

.control-label {
  color: #474747;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border: 1px solid #dcd9d3;
  background-image: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075);
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #bab6ae;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
  box-shadow: inset 0 3px 3px rgba(255, 255, 255, .075), 0 0 8px rgba(235, 237, 238, .6);
  background-color: #fffefd;
}

.textarea.form-control {
  background-color: #f6f8f9;
  height: auto;
}

.required {}

.form-news-letter .form-control {
  float: left;
  width: 75%;
  margin-right: 10px;
}

.form-group {
  margin-bottom: 10px;
}

.get-in-touch {}

.get-in-touch .form-control {
  margin-bottom: 10px;
}


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


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

.space {
  margin-top: 30px
}

.space2 {
  margin-top: 45px
}

.space3 {
  margin-top: 60px
}
.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;
}


/*----------------------
   4.2 Margin Space
-----------------------*/

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt350 {
  margin-top: 350px;
}

.mt450 {
  margin-top: 450px;
}


/*----- less margin space from top --*/

.mt-20 {
  margin-top: -20px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-80 {
  margin-top: -80px;
}


/*-----------------------
   4.3 Padding space
-------------------------*/

.nopadding {
  padding: 0px;
}

.nopr {
  padding-right: 0px;
}

.nopl {
  padding-left: 0px;
}

.pinside10 {
  padding: 10px;
}

.pinside20 {
  padding: 20px;
}

.pinside30 {
  padding: 30px;
}

.pinside40 {
  padding: 40px;
}

.pinside50 {
  padding: 50px;
}

.pinside60 {
  padding: 60px;
}

.pinside80 {
  padding: 80px;
}

.pinside130 {
  padding: 130px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt60 {
  padding-top: 60px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl40 {
  padding-left: 40px;
}

.pdl60 {
  padding-left: 60px;
}

.pdl80 {
  padding-left: 80px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr30 {
  padding-right: 30px;
}

.pdr40 {
  padding-right: 40px;
}

.pdr60 {
  padding-right: 60px;
}

.pdr80 {
  padding-right: 80px;
}


/*--------------------------------
4.4 Background & Block color 
----------------------------------*/

.bg-light {
  background-color: #F7F7F8;
}

.bg-primary {
  background-color: #0457CC;
}

.bg-default {}

.bg-white {
  background-color: #fff;
}

.outline {
  border: 1px solid #e5e7ec;
}

.section-title {}

.title {
  color: #18150d;
}

.small-title {
  color: #84837f;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.text-white {
  color: #fff;
}

.primary-sidebar {}

.secondary-sidebar {}

.well-block {
  background-color: #fff;
  padding: 40px 7%;
}


/*--------------------------------
5 Header / Navigations 
----------------------------------*/


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

.logo {
  position: absolute;
  top: 20px;
  right:30px;
  z-index: 2
}
.logo img {
  width:90px;
}

.logo:hover {
  opacity: .5
}

.header {
  height:0;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  box-shadow: 0 .5px .5px 0 rgba(0, 0, 0, .1);
}

.top-text {
  text-align: right;
}

.top-text .text-block {
  padding-left: 20px;
  color: #fff;
  line-height: 18px;
}

.top-box {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  text-align: center
}

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

.inquiry-box {
  position: absolute;
  top: 10px;
  right:1%
}

.inquiry-box img {
  width: 220px;
  margin: 0 0 0 10px
}

.inquiry-box a {
  color: #000
}

.inquiry {
  color: #000;
  font-size: 26px;
  font-weight: bold
}

.top-img {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px
}


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

.hero-section {position: relative; height:100vh; padding-top: 135px; padding-bottom: 135px; background: url(../img/01.jpg) no-repeat center;background-size: cover; }

.hero-caption {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-title {
  width: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, ;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 33px;
  color: #fff;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
  margin: 0 auto
}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}

/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3;
}
.open nav {
  left: 0;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #f2f2f2;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
opacity: .8
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 30px;
  transform: translate(0, 0);
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.open .toggle_btn {
  left: 330px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #d8d8d8;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 40px;
  animation: equalizer01 7000ms infinite;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 25px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
}
.open .toggle_btn span {
  background-color: #fff;
  width: 30px;
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}
@media screen and (max-width: 767px) {
  .open .toggle_btn {
    left: 260px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}
/*============
main
=============*/
main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
/*============
body
=============*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}



/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/

.page-header {
  background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/page-header.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  border-bottom: none;
  padding-bottom: 0px;
}

.page-caption {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.page-caption h1 {
  color: #fff;
}

.page-caption h5 {
  color: #fff;
}

.page-title {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
}

.breadcrumb {}

.breadcrumb>.active {}

.page-breadcrumb {}

.page-breadcrumb .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

.page-ttl {
  font-size: 35px;
  font-weight: bold;
  color: #2cbfb1;
  text-align: center
}

.page-text {
  margin-top: 30px;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}


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

.footer {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
  margin-top: 0px;
  
  padding: 0 2%
}
.footer-logo{width:80px}
.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;
}

.widget-newsletter .form-control {
  height: 48px;
  color: #eee;
  background-color: #393836;
  border: none;
  box-shadow: none;
  font-size: 14px;
  border-radius: 30px 0px 0px 30px;
}

.widget-newsletter button {
  height: 48px;
}


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

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

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


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

.common-box {
  margin: 0 auto;
padding: 80px 0;
  width:1000px;
}

.common-ttl {
    font-feature-settings: "palt";
  font-size: 30px;
  line-height: 59px;
  text-align:center;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background: url(../img/bar.png) no-repeat center;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  color: #736357;
  margin-top: 25px;
    letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
    border-bottom: solid 1px #a39890;
    padding-bottom: 5px;
  color: #736357;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
}

.common-ttl4 {
   font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl5 {
   font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align:center;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-text {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 20px;
  line-height: 32px;
  color: #000
}

.common-text2 {font-family: "Yu Gothic";
  text-align: justify;
    font-weight: bold;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 25px;
  line-height: 38px;
  color: #000
}

.common-text3 {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 17px;
  line-height: 24px;
  color: #000
}

.common-text4 {font-family: "Yu Gothic";
  text-align: center;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #000
}


.bar {position: relative;
  margin: 0 auto;
  text-align: center;
}

.bar img {
  width: 45%
}

.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

/*--------------------------
sample
---------------------------*/

.sample1 {
  width: 100%;
    display: block;
}

.sample2 {
  width: 80%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}




.img-center{text-align: center; margin: 0 auto}
.img-height{height:150px}

.nega-box {
  margin: 25px auto 0;
  text-align: center
}


/*--------------------------
profile
---------------------------*/
.profile-box {
  margin: 0 auto;
padding: 120px 0;
  width:1000px;

}

/*--------------------------
about
---------------------------*/
.about-box {
  margin: 0 auto;
padding: 120px 0;
  width:1000px;
}


/*--------------------------
online-banner
---------------------------*/
.online-banner{position: relative;width: 100%;height:100%;
background: url(../img/online-banner.jpg)no-repeat center;background-size: cover;
}
.online{width: 1000px;margin: 0 auto;padding: 80px 0}
.online-ttl{font-feature-settings: "palt";
  font-size: 30px;
  line-height: 45px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;
    letter-spacing:1.5px;
    font-family: "M PLUS Rounded 1c", sans-serif;}
.online-btn{margin-top: 20px; width:300px;}
.online-btn:hover{opacity: .5}

/*--------------------------
serch
---------------------------*/
.serch{width: 1000px;padding-top: 100px;padding-bottom: 100px; margin: 0 auto}
.serch-ttl{font-family: "M PLUS Rounded 1c", sans-serif;font-size: 60px;line-height:70px; font-weight: 600; color: #736357;text-align: left;padding: 0 30px;background-image: url('/img/ttl-line.svg');
background-repeat: no-repeat;background-position:center}

.serch-ttl2{font-family: "M PLUS Rounded 1c", sans-serif;font-size: 26px;line-height:35px; margin-top: 20px; font-weight: 600; color: #736357;text-align: center;}
.serch-box{width: 100%;margin: 30px auto 0;background: #EFE9E2;padding: 3%;border-radius: 30px;border: solid 4px #736357;box-sizing: border-box}
.serch-box2{width: 100%;margin: 30px auto 0;background:#977041;padding: 3%;box-sizing: border-box}
.serch-txt{font-size: 24px;line-height: 32px; font-weight: 500; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;}
.serch-txt2{font-size: 42px;line-height: 52px; font-weight: 600; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;}

.serch-txt3{font-size: 26px;line-height: 42px; font-weight: 500; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;color: #fff}
yellow{color: #FFFF00}

/*--------------------------
price
---------------------------*/
.price{width: 1000px;margin: 0 auto;padding: 60px 0}
.price-box{border: solid 3px #736357;
border-radius: 10px;box-sizing: border-box;padding: 30px;margin-top: 20px;}
.price-text{font-size: 25px;
  line-height: 45px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;font-family: "M PLUS Rounded 1c", sans-serif;}
strong{color:red;font-size: 45px;
  line-height: 45px;padding-left: 2%}
.price-ttl-side{font-size: 17px;
  line-height: 23px;
  text-align:left;
  color: #736357;}

/*--------------------------
customer
---------------------------*/
.customer{width:1000px;margin: 0 auto;padding: 60px 0;}

.customer-text{font-size: 17px;
  line-height: 28px;
  text-align:left;
  margin-top: 25px;text-align: justify;
  text-justify: inter-ideograph;}
.customer-img{width: 200px;text-align: center;}

/*--------------------------
recruit
---------------------------*/
.center{margin: 0 auto;text-align: center;}
.recruit-ttl{font-feature-settings: "palt";
  font-size: 30px;
  line-height: 33px;
  color: #fff;
    font-weight: 500;
    display:inline-block;
    text-align:center;
    border: solid 3px #fff;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;padding:.6% 2%;
border-radius: 30px;}
.recruit{position: relative;width: 100%;height:70vh;
background: url(../img/ajirity.jpg)no-repeat center;background-size: cover;padding: 100px 0}
.recruit-box{width:1000px;margin: 0 auto;position: relative}
.recruit-text{font-size: 22px;
  line-height: 33px;
  text-align:center;
  margin-top: 25px;color: #fff}
.recruit-img{width: 100%;text-align: center;padding: 0;}
.recruit-img:hover{opacity: .7}
.balloon-img{width: 250px; position: absolute;right: -40px;top:-140px}
.pad5{padding: 0}


/*--------------------------
inquire
---------------------------*/
.inquire-box{width: 1000px;margin: 0 auto;text-align: center}
#inquire {
  width: 100%;
  margin: 0px auto 0
}

#inquire img {
  width: 100%
}

.inquire{width: 1000px;margin:80px auto 0;}

.inquire-text{font-size: 22px;
  line-height: 33px;
  text-align:center;
  margin-top: 25px;}

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

.company{width:1000px;margin:80px auto 0;position: relative;text-align: center;padding-bottom: 60px}

.company-text{font-size: 18px;line-height: 33px;font-weight: 100;list-style:none;font-weight:100;text-align: left;margin:30px auto 0;display: inline-block;
    text-align: left;}

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

.btn {
  color: #fff;
  background-color: #3FA8F4;
  padding: 1% 7%;
  font-size: 27px;
  font-weight: 600;
  border-radius: 35px
}

.btn:hover {
  opacity: .7
}


#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #000;
  opacity: 1;
  z-index: 10001;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  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: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


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

.chase-btn {
  position: fixed;
  bottom: 450px;
  right: 2%;
  vertical-align: top;
  /* 上端揃え */
}

.chase-btn img {
  width:100px
}

.chase-btn img:hover {
  opacity: .5
}



.chase-btn2 {
  position: fixed;
  bottom: 340px;
   right: 2%;
  vertical-align: /* 上端揃え */
}

.chase-btn2 img {
  width: 100px;border: solid 2px #999999;border-radius: 50px;
}

.chase-btn2 img:hover {
  opacity: .5
}


.chase-btn3 {
  position: fixed;
  bottom: 230px;
   right: 2%;
  vertical-align: /* 上端揃え */
}

.chase-btn3 img {
  width: 100px;;
}

.chase-btn3 img:hover {
  opacity: .5
}



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

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

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

pc {
    display: block
  }
sp {
    display: none
  }


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


/* Large Devices, Wide Screens */

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

  

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

.logo {
  position: absolute;
  top: 20px;
  right:30px;
  z-index: 2
}
.logo img {
  width:90px;
}

.logo:hover {
  opacity: .5
}

.header {
  height:0;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  box-shadow: 0 .5px .5px 0 rgba(0, 0, 0, .1);
}

.top-text {
  text-align: right;
}

.top-text .text-block {
  padding-left: 20px;
  color: #fff;
  line-height: 18px;
}

.top-box {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  text-align: center
}

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

.inquiry-box {
  position: absolute;
  top: 10px;
  right:1%
}

.inquiry-box img {
  width: 220px;
  margin: 0 0 0 10px
}

.inquiry-box a {
  color: #000
}

.inquiry {
  color: #000;
  font-size: 26px;
  font-weight: bold
}

.top-img {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px
}


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

.hero-section {position: relative; height:100vh; padding-top: 135px; padding-bottom: 135px; background: url(../img/01.jpg) no-repeat center;background-size: cover; }

.hero-caption {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-title {
  width: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, ;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 33px;
  color: #fff;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
  margin: 0 auto
}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}

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

.common-box {
  margin: 0 auto;
padding: 80px 0;
  width:1000px;
}

.common-ttl {
    font-feature-settings: "palt";
  font-size: 30px;
  line-height: 59px;
  text-align:center;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background: url(../img/bar.png) no-repeat center;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  color: #736357;
  margin-top: 25px;
    letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
    border-bottom: solid 1px #a39890;
    padding-bottom: 5px;
  color: #736357;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
}

.common-ttl4 {
   font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl5 {
   font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align:center;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-text {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 20px;
  line-height: 32px;
  color: #000
}

.common-text2 {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 25px;
  line-height: 38px;
  color: #000
}

.common-text3 {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 17px;
  line-height: 24px;
  color: #000
}

.common-text4 {font-family: "Yu Gothic";
  text-align: center;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #000
}


.bar {position: relative;
  margin: 0 auto;
  text-align: center;
}

.bar img {
  width: 45%
}

.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

/*--------------------------
sample
---------------------------*/

.sample1 {
  width: 100%;
    display: block;
}

.sample2 {
  width: 80%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}




.img-center{text-align: center; margin: 0 auto}
.img-height{height:150px}

.nega-box {
  margin: 25px auto 0;
  text-align: center
}


/*--------------------------
profile
---------------------------*/
.profile-box {
  margin: 0 auto;
padding: 120px 0;
  width:1000px;

}

/*--------------------------
about
---------------------------*/
.about-box {
  margin: 0 auto;
padding: 120px 0;
  width:1000px;
}


/*--------------------------
online-banner
---------------------------*/
.online-banner{position: relative;width: 100%;height:100%;
background: url(../img/online-banner.jpg)no-repeat center;background-size: cover;
}
.online{width: 1000px;margin: 0 auto;padding: 80px 0}
.online-ttl{font-feature-settings: "palt";
  font-size: 30px;
  line-height: 45px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;
    letter-spacing:1.5px;
    font-family: "M PLUS Rounded 1c", sans-serif;}
.online-btn{margin-top: 20px; width:300px;}
.online-btn:hover{opacity: .5}

/*--------------------------
price
---------------------------*/
.price{width: 1000px;margin: 0 auto;padding: 60px 0}
.price-box{border: solid 3px #736357;
border-radius: 10px;box-sizing: border-box;padding: 30px;margin-top: 20px;}
.price-text{font-size: 25px;
  line-height: 45px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;font-family: "M PLUS Rounded 1c", sans-serif;}
strong{color:red;font-size: 45px;
  line-height: 45px;padding-left: 2%}
.price-ttl-side{font-size: 17px;
  line-height: 23px;
  text-align:left;
  color: #736357;}

/*--------------------------
customer
---------------------------*/
.customer{width:1000px;margin: 0 auto;padding: 60px 0;}

.customer-text{font-size: 17px;
  line-height: 28px;
  text-align:left;
  margin-top: 25px;text-align: justify;
  text-justify: inter-ideograph;}
.customer-img{width: 200px;text-align: center;}

/*--------------------------
recruit
---------------------------*/
.center{margin: 0 auto;text-align: center;}
.recruit-ttl{font-feature-settings: "palt";
  font-size: 30px;
  line-height: 33px;
  color: #fff;
    font-weight: 500;
    display:inline-block;
    text-align:center;
    border: solid 3px #fff;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;padding:.6% 2%;
border-radius: 30px;}
.recruit{.recruit{position: relative;width: 100%;height:70vh;
background: url(../img/ajirity.jpg)no-repeat center;background-size: cover;padding: 100px 0}}
.recruit-box{width:1000px;margin: 0 auto;position: relative}
.recruit-text{font-size: 22px;
  line-height: 33px;
  text-align:center;
  margin-top: 25px;}
.recruit-img{width: 100%;text-align: center;padding: 0;}
.recruit-img:hover{opacity: .7}
.balloon-img{width: 250px; position: absolute;right: -40px;top:-140px}
.pad5{padding: 0}


/*--------------------------
inquire
---------------------------*/

#inquire {
  width: 100%;
  margin: 0px auto 0
}

#inquire img {
  width: 100%
}

.inquire{width: 1000px;margin:80px auto 0;}

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

.company{width:1000px;margin:80px auto 0;position: relative;text-align: center}

.company-text{font-size: 18px;line-height: 33px;font-weight: 100;list-style:none;font-weight:100;text-align: left;margin:30px auto 0;display: inline-block;
    text-align: left;}


  .sp {
    display: none
  }
  .pc {
    display: block
  }
}


/* Medium Devices, Desktops */

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

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

.logo {
  position: absolute;
  top: 20px;
  right:30px;
  z-index: 2
}
.logo img {
  width:70px;
}

.logo:hover {
  opacity: .5
}

.header {
  height:0;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  box-shadow: 0 .5px .5px 0 rgba(0, 0, 0, .1);
}

.top-text {
  text-align: right;
}

.top-text .text-block {
  padding-left: 20px;
  color: #fff;
  line-height: 18px;
}

.top-box {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  text-align: center
}

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

.inquiry-box {
  position: absolute;
  top: 10px;
  right:1%
}

.inquiry-box img {
  width: 220px;
  margin: 0 0 0 10px
}

.inquiry-box a {
  color: #000
}

.inquiry {
  color: #000;
  font-size: 26px;
  font-weight: bold
}

.top-img {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px
}


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

.hero-section {position: relative; height:100vh; padding-top: 135px; padding-bottom: 135px; background: url(../img/01.jpg) no-repeat center;background-size: cover; }

.hero-caption {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-title {
  width: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, ;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 33px;
  color: #fff;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
  margin: 0 auto
}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}

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

.common-box {
  margin: 0 auto;
padding: 80px 0;
  width:100%;
}

.common-ttl {
    font-feature-settings: "palt";
  font-size: 30px;
  line-height: 59px;
  text-align:center;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background: url(../img/bar.png) no-repeat center;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  color: #736357;
  margin-top: 25px;
    letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
    border-bottom: solid 1px #a39890;
    padding-bottom: 5px;
  color: #736357;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
}

.common-ttl4 {
   font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl5 {
   font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align:center;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-text {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 20px;
  line-height: 32px;
  color: #000
}

.common-text2 {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 25px;
  line-height: 38px;
  color: #000
}

.common-text3 {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 17px;
  line-height: 24px;
  color: #000
}

.common-text4 {font-family: "Yu Gothic";
  text-align: center;
  text-justify: inter-ideograph;
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #000
}


.bar {position: relative;
  margin: 0 auto;
  text-align: center;
}

.bar img {
  width: 45%
}

.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

/*--------------------------
sample
---------------------------*/

.sample1 {
  width: 100%;
    display: block;
}

.sample2 {
  width: 80%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}



/*--------------------------
profile
---------------------------*/
.profile-box {
  margin: 0 auto;
padding:80px 2%;
  width:100%;

}

/*--------------------------
about
---------------------------*/
.about-box {
  margin: 0 auto;
padding:80px 2%;
  width:100%;
}


/*--------------------------
online-banner
---------------------------*/
.online-banner{position: relative;width: 100%;height:100%;
background: url(../img/online-banner.jpg)no-repeat center;background-size: cover;
}
.online{width: 100%;margin: 0 auto;padding: 80px 2%}
.online-ttl{font-feature-settings: "palt";
  font-size: 30px;
  line-height: 45px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;
    letter-spacing:1.5px;
    font-family: "M PLUS Rounded 1c", sans-serif;}
.online-btn{margin-top: 20px; width:300px;}
.online-btn:hover{opacity: .5}
    
    /*--------------------------
serch
---------------------------*/
.serch{width:100%;padding-top: 100px;padding: 0 2% 0; padding-bottom: 100px; margin: 0 auto}
.serch-ttl{font-family: "M PLUS Rounded 1c", sans-serif;font-size: 60px;line-height:70px; font-weight: 600; color: #736357;text-align: left;padding: 0 30px;background-image: url('/img/ttl-line.svg');
background-repeat: no-repeat;background-position:center}

.serch-ttl2{font-family: "M PLUS Rounded 1c", sans-serif;font-size: 24px;line-height:35px; margin-top: 20px; font-weight: 600; color: #736357;text-align: center;}
.serch-box{width: 100%;margin: 30px auto 0;background: #EFE9E2;padding: 3%;border-radius: 30px;border: solid 4px #736357;box-sizing: border-box}
.serch-box2{width: 100%;margin: 30px auto 0;background:#977041;padding: 3%;box-sizing: border-box}
.serch-txt{font-size: 2serch4px;line-height: 32px; font-weight: 500; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;}
.serch-txt2{font-size: 42px;line-height: 52px; font-weight: 600; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;}

.serch-txt3{font-size: 26px;line-height: 42px; font-weight: 500; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;color: #fff}
yellow{color: #FFFF00}


/*--------------------------
price
---------------------------*/
.price{width: 100%;margin: 0 auto;padding: 60px 2%}
.price-box{border: solid 3px #736357;
border-radius: 10px;box-sizing: border-box;padding: 30px;margin-top: 20px;}
.price-text{font-size: 25px;
  line-height: 45px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;font-family: "M PLUS Rounded 1c", sans-serif;}
strong{color:red;font-size: 45px;
  line-height: 45px;padding-left: 2%}
.price-ttl-side{font-size: 17px;
  line-height: 23px;
  text-align:left;
  color: #736357;}

/*--------------------------
customer
---------------------------*/
.customer{width:100%;margin: 0 auto;padding: 60px 2%;}

.customer-text{font-size: 17px;
  line-height: 28px;
  text-align:left;
  margin-top: 25px;text-align: justify;
  text-justify: inter-ideograph;}
.customer-img{width: 200px;text-align: center;}

/*--------------------------
recruit
---------------------------*/
.center{margin: 0 auto;text-align: center;}
.recruit-ttl{font-feature-settings: "palt";
  font-size: 30px;
  line-height: 33px;
  color: #fff;
    font-weight: 500;
    display:inline-block;
    text-align:center;
    border: solid 3px #fff;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;padding:.6% 2%;
border-radius: 30px;}
.recruit{position: relative;width: 100%;height:70vh;
background: url(../img/ajirity.jpg)no-repeat center;background-size: cover;padding: 100px 0}
.recruit-box{width:100%;margin: 0 auto;position: relative;padding:0  3%}
.recruit-text{font-size: 22px;
  line-height: 33px;
  text-align:center;
    font-weight:bold;
  margin-top: 25px;}
.recruit-img{width: 100%;text-align: center;padding: 0;}
.recruit-img:hover{opacity: .7}
.balloon-img{width: 200px; position: absolute;right:60px;top:-160px}
.pad5{padding: 0}


/*--------------------------
inquire
---------------------------*/

#inquire {
  width: 100%;
  margin: 0 auto 0
}
    
    .inquire-box{width: 90%;}

#inquire img {
  width: 100%
}

.inquire{width: 100%;margin:80px auto 0;padding:0  3%}

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

.company{width:100%;margin:80px auto 0;position: relative;text-align: center;padding:0  3%}

.company-text{font-size: 18px;line-height: 33px;font-weight: 100;list-style:none;font-weight:100;text-align: left;margin:30px auto 0;display: inline-block;
    text-align: left;}

  .sp {
    display: none
  }
  .pc {
    display: block
  }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 767px) {
    
 /*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo {
  position: absolute;
  top: 20px;
  right:30px;
  z-index: 2
}
.logo img {
  width:70px;
}

.logo:hover {
  opacity: .5
}

.header {
  height:0;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  box-shadow: 0 .5px .5px 0 rgba(0, 0, 0, .1);
}

.top-text {
  text-align: right;
}

.top-text .text-block {
  padding-left: 20px;
  color: #fff;
  line-height: 18px;
}

.top-box {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  text-align: center
}

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

.inquiry-box {
  position: absolute;
  top: 10px;
  right:1%
}

.inquiry-box img {
  width: 220px;
  margin: 0 0 0 10px
}

.inquiry-box a {
  color: #000
}

.inquiry {
  color: #000;
  font-size: 26px;
  font-weight: bold
}

.top-img {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px
}


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

.hero-section {position: relative; height:100vh; padding-top: 135px; padding-bottom: 135px; background: url(../img/top-img-sp.jpg) no-repeat center;background-size: cover; }

.hero-caption {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-title {
  width: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, ;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 33px;
  color: #fff;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
  margin: 0 auto
}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}

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

.common-box {
  margin: 0 auto;
padding: 80px 2%;
  width:100%;
}

.common-ttl {
    font-feature-settings: "palt";
  font-size: 26px;
  line-height: 39px;
  text-align:center;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background: url(../img/bar.png) no-repeat center;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  color: #736357;
  margin-top: 25px;
    letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 24px;
  line-height: 32px;
    border-bottom: solid 1px #a39890;
    padding-bottom: 5px;
  color: #736357;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
}

.common-ttl4 {
   font-feature-settings: "palt";
  font-size: 23px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl5 {
   font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align:center;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-text {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 18px;
  line-height: 27px;
  color: #000
}

.common-text2 {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
  color: #000
}



.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

/*--------------------------
sample
---------------------------*/

.sample1 {
  width: 100%;
    display: block;
}

.sample2 {
  width: 80%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}



/*--------------------------
profile
---------------------------*/
.profile-box {
  margin: 0 auto;
padding:80px 2%;
  width:100%;

}

/*--------------------------
about
---------------------------*/
.about-box {
  margin: 0 auto;
padding:80px 2%;
  width:100%;
}


/*--------------------------
online-banner
---------------------------*/
.online-banner{position: relative;width: 100%;height:100%;
background: url(../img/online-banner-sp.jpg)no-repeat center;background-size: cover;
}
.online{width: 100%;margin: 0 auto;padding: 80px 2%}
.online-ttl{font-feature-settings: "palt";
  font-size: 25px;
  line-height: 35px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;
    letter-spacing:1.5px;
    font-family: "M PLUS Rounded 1c", sans-serif;}
.online-btn{margin-top: 20px; width:300px;}
.online-btn:hover{opacity: .5}
    
        /*--------------------------
serch
---------------------------*/
.serch{width:100%;padding: 0 2% 0; padding-bottom: 100px;padding-top: 100px; margin: 0 auto}
.serch-ttl{font-family: "M PLUS Rounded 1c", sans-serif;font-size: 40px;line-height:50px; font-weight: 600; color: #736357;text-align: left;padding: 0 30px;background-image: url('/img/ttl-line.svg');
background-repeat: no-repeat;background-position:center}

.serch-ttl2{font-family: "M PLUS Rounded 1c", sans-serif;font-size: 22px;line-height:30px; margin-top: 20px; font-weight: 600; color: #736357;text-align: center;}
.serch-box{width: 100%;margin: 20px auto 0;background: #EFE9E2;padding: 3%;border-radius: 30px;border: solid 4px #736357;box-sizing: border-box}
.serch-box2{width: 100%;margin: 20px auto 0;background:#977041;padding: 3%;box-sizing: border-box}
.serch-txt{font-size: 18px;line-height: 28px; font-weight: 500; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;}
.serch-txt2{font-size: 28px;line-height: 38px; font-weight: 600; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;}

.serch-txt3{font-size: 22px;line-height: 38px; font-weight: 500; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;color: #fff}
yellow{color: #FFFF00}
     .serch-ph{text-align: center}

/*--------------------------
price
---------------------------*/
.price{width: 100%;margin: 0 auto;padding: 60px 2%}
.price-box{border: solid 3px #736357;
border-radius: 10px;box-sizing: border-box;padding: 30px;margin-top: 20px;}
.price-text{font-size: 20px;
  line-height: 35px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;font-family: "M PLUS Rounded 1c", sans-serif;}
strong{color:red;font-size: 35px;
  line-height: 45px;padding-left: 1%}
.price-ttl-side{font-size: 15px;
  line-height: 20px;
  text-align:left;
  color: #736357;}

/*--------------------------
customer
---------------------------*/
.customer{width:100%;margin: 0 auto;padding: 60px 15%;}

.customer-text{font-size: 17px;
  line-height: 28px;
  text-align:left;
  margin-top: 25px;text-align: justify;
  text-justify: inter-ideograph;}
.customer-img{width: 200px;text-align: center;}
.img-center{margin-top: 50px}

/*--------------------------
recruit
---------------------------*/
.center{margin: 0 auto;text-align: center;}
.recruit-ttl{font-feature-settings: "palt";
  font-size: 27px;
  line-height: 33px;
  color: #fff;
    font-weight: 500;
    display:inline-block;
    text-align:center;
    border: solid 3px #fff;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;padding:1% 5%;
border-radius: 30px;}
.recruit{position: relative;width: 100%;height:100vh;
background: url(../img/ajirity.jpg)no-repeat center;background-size: cover;padding: 60px 0}
.recruit-box{width:100%;margin: 0 auto;position: relative;padding:0  3%}
.recruit-text{font-size: 20px;
  line-height: 30px;
  text-align:center;
  margin-top: 25px;}
.recruit-img{width: 100%;text-align: center;padding: 0;}
.recruit-img:hover{opacity: .7}
.balloon-img{width: 150px; position: absolute;right:20px;top:-140px}
.pad5{padding: 0}


/*--------------------------
inquire
---------------------------*/

#inquire {
  width: 100%;
  margin: 0 auto 0
}

#inquire img {
  width: 100%
}

.inquire{width: 100%;margin:80px auto 0;padding:0  3%}

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

.company{width:100%;margin:80px auto 0;position: relative;text-align: center;padding:0  3%}

.company-text{font-size: 18px;line-height: 33px;font-weight: 100;list-style:none;font-weight:100;text-align: left;margin:30px auto 0;display: inline-block;
    text-align: left;}
    

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

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  body {
    width: 100%
  }
  
  /*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo {
  position: absolute;
  top: 10px;
  right:10px;
  z-index: 2
}
.logo img {
  width:60px;
}

.logo:hover {
  opacity: .5
}

.header {
  height:0;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  box-shadow: 0 .5px .5px 0 rgba(0, 0, 0, .1);
}

.top-text {
  text-align: right;
}

.top-text .text-block {
  padding-left: 20px;
  color: #fff;
  line-height: 18px;
}

.top-box {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  text-align: center
}

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

.inquiry-box {
  position: absolute;
  top: 10px;
  right:1%
}

.inquiry-box img {
  width: 220px;
  margin: 0 0 0 10px
}

.inquiry-box a {
  color: #000
}

.inquiry {
  color: #000;
  font-size: 26px;
  font-weight: bold
}

.top-img {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px
}

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


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

.space {
  margin-top: 10px
}

.space2 {
  margin-top: 15px
}

.space3 {
  margin-top: 20px
}

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

.hero-section {position: relative; height:100vh; padding-bottom: 135px; background: url(../img/top-img-sp2.jpg) no-repeat center;background-size:cover; }

.hero-caption {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-title {
  width: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, ;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 33px;
  color: #fff;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
  margin: 0 auto
}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}

    
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3;
}
.open nav {
  left: 0;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #f2f2f2;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
opacity: .8
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 30px;
  transform: translate(0, 0);
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.open .toggle_btn {
  left: 330px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #d8d8d8;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 40px;
  animation: equalizer01 7000ms infinite;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 25px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
}
.open .toggle_btn span {
  background-color: #fff;
  width: 30px;
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}
@media screen and (max-width: 767px) {
  .open .toggle_btn {
    left: 260px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}
/*============
main
=============*/
main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
/*============
body
=============*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

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

.common-box {
  margin: 0 auto;
padding: 50px 3%;
  width:100%;
}

.common-ttl {
    font-feature-settings: "palt";
  font-size: 22px;
  line-height: 39px;
  text-align:center;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background: url(../img/bar.png) no-repeat center;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #736357;
  margin-top: 25px;
    letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 20px;
  line-height: 30px;
    border-bottom: solid 1px #a39890;
    padding-bottom: 5px;
  color: #736357;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
}

.common-ttl4 {
   font-feature-settings: "palt";
  font-size: 20px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl5 {
   font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align:center;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-text {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #000
}

.common-text2 {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #000
}



.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

/*--------------------------
sample
---------------------------*/

.sample1 {
  width: 60%;
    display: block;
    text-align: center;
    margin: 0 auto
}

.sample2 {
  width: 80%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}



/*--------------------------
profile
---------------------------*/
.profile-box {
  margin: 0 auto;
padding:50px 4%;
  width:100%;

}

/*--------------------------
about
---------------------------*/
.about-box {
  margin: 0 auto;
padding:80px 4%;
  width:100%;
}


/*--------------------------
online-banner
---------------------------*/
.online-banner{position: relative;width: 100%;height:100%;
background: url(../img/online-banner-sp.jpg)no-repeat center;background-size: cover;
}
.online{width: 100%;margin: 0 auto;padding: 40px 4%}
.online-ttl{font-feature-settings: "palt";
  font-size: 22px;
  line-height: 32px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 10px;
    letter-spacing:1.5px;
    font-family: "M PLUS Rounded 1c", sans-serif;}
.online-btn{margin-top: 3px; width:210px;}
.online-btn:hover{opacity: .5}
    
         /*--------------------------
serch
---------------------------*/
.serch{width:100%;padding: 0 2% 0; padding-bottom: 100px;padding-top: 100px; margin: 0 auto}
.serch-ttl{font-family: "M PLUS Rounded 1c", sans-serif;font-size: 33px;line-height:43px; font-weight: 600; color: #736357;text-align: center;padding: 0 30px;background-image: url('/img/ttl-line.svg');
background-repeat: no-repeat;background-position:center}

.serch-ttl2{font-family: "M PLUS Rounded 1c", sans-serif;font-size: 22px;line-height:30px; margin-top: 20px; font-weight: 600; color: #736357;text-align: center;}
.serch-box{width: 100%;margin: 20px auto 0;background: #EFE9E2;padding: 3%;border-radius: 10px;border: solid 4px #736357;box-sizing: border-box}
.serch-box2{width: 100%;margin: 20px auto 0;background:#977041;padding: 3%;box-sizing: border-box}
.serch-txt{font-size: 18px;line-height: 28px; font-weight: 500; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;}
.serch-txt2{font-size: 28px;line-height: 38px; font-weight: 600; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;}

.serch-txt3{font-size: 22px;line-height: 38px; font-weight: 500; text-align: justify;text-justify: inter-ideograph;font-family: "M PLUS Rounded 1c", sans-serif;color: #fff}
yellow{color: #FFFF00}
    
    .serch-ph{text-align: center}

/*--------------------------
price
---------------------------*/
.price{width: 100%;margin: 0 auto;padding: 30px 4%}
.price-box{border: solid 3px #736357;
border-radius: 10px;box-sizing: border-box;padding: 20px;margin-top: 20px;}
.price-text{font-size: 18px;
  line-height: 27px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;font-family: "M PLUS Rounded 1c", sans-serif;
    }
strong{color:red;font-size: 28px;
  line-height: 35px;padding-left: .3%}
.price-ttl-side{font-size: 15px;
  line-height: 20px;
  text-align:left;
  color: #736357;}

/*--------------------------
customer
---------------------------*/
.customer{width:100%;margin: 0 auto;padding: 60px 15%;}

.customer-text{font-size: 17px;
  line-height: 28px;
  text-align:left;
  margin-top: 30px;text-align: justify;
  text-justify: inter-ideograph;}
.customer-img{width: 200px;text-align: center;}
.img-center{margin-top: 50px}

/*--------------------------
recruit
---------------------------*/
.center{margin: 0 auto;text-align:left;}
.recruit-ttl{font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #fff;
    font-weight: 500;
    display:inline-block;
    text-align:left;
    border: solid 3px #fff;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;padding:2% 10%;
border-radius: 30px;}
.recruit{position: relative;width: 100%;height:70vh;
background: url(../img/ajirity.jpg)no-repeat center;background-size: cover;padding: 60px 0}
.recruit-box{width:100%;margin: 0 auto;position: relative;padding:0  3%}
.recruit-text{font-size: 20px;
  line-height: 30px;
  text-align:left;
  margin-top: 25px;}
.recruit-img{width: 100%;text-align: center;padding: 0;}
.recruit-img:hover{opacity: .7}
.balloon-img{width: 130px; position: absolute;right:-10px;top:-120px}
.pad5{padding: 0}


/*--------------------------
inquire
---------------------------*/

#inquire {
  width: 100%;
  margin: 0 auto 0
}

    .inquire-box{width: 100%}
#inquire img {
  width: 100%
}

.inquire{width: 100%;margin:80px auto 0;padding:0  4%}

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

.company{width:100%;margin:80px auto 0;position: relative;text-align: center;padding:0  4%}

.company-text{font-size: 16px;line-height: 26px;font-weight: 100;list-style:none;font-weight:100;text-align: left;margin:30px auto 0;display: inline-block;
    text-align: left;}
    

/*--------------------------
btn
---------------------------*/
    
.chase-btn {
  position: fixed;
  bottom: 160px;
  right: 1%;
  vertical-align: top;
  /* 上端揃え */
}

.chase-btn img {
  width:70px
}

.chase-btn img:hover {
  opacity: .5
}



.chase-btn2 {
  position: fixed;
  bottom: 85px;
   right: 1%;
  vertical-align: /* 上端揃え */
}

.chase-btn2 img {
  width: 70px;border: solid 2px #999999;border-radius: 50px;
}

.chase-btn2 img:hover {
  opacity: .5
}
    

.chase-btn3 {
  position: fixed;
  bottom: 10px;
   right: 1%;
  vertical-align: /* 上端揃え */
}

.chase-btn3 img {
  width: 70px;
}

.chase-btn3 img:hover {
  opacity: .5
}
    
    

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



/* Custom, iPhone Retina */

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

.logo {
  position: absolute;
  top: 10px;
  right:10px;
  z-index: 2
}
.logo img {
  width:50px;
}

.logo:hover {
  opacity: .5
}

.header {
  height:0;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  box-shadow: 0 .5px .5px 0 rgba(0, 0, 0, .1);
}

.top-text {
  text-align: right;
}

.top-text .text-block {
  padding-left: 20px;
  color: #fff;
  line-height: 18px;
}

.top-box {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  text-align: center
}

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

.inquiry-box {
  position: absolute;
  top: 10px;
  right:1%
}

.inquiry-box img {
  width: 220px;
  margin: 0 0 0 10px
}

.inquiry-box a {
  color: #000
}

.inquiry {
  color: #000;
  font-size: 26px;
  font-weight: bold
}

.top-img {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px
}


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

.hero-section {position: relative; height:100vh; padding-bottom: 135px; background: url(../img/top-img-sp2.jpg) no-repeat center;background-size:cover; }

.hero-caption {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-title {
  width: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, ;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 33px;
  color: #fff;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
  margin: 0 auto
}

.hero-text {
  text-align: center;
  font-size: 43px;
  color: #000;
  line-height: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 40px
}

    
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3;
}
.open nav {
  left: 0;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #f2f2f2;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
opacity: .8
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 30px;
  transform: translate(0, 0);
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.open .toggle_btn {
  left: 330px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #d8d8d8;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 40px;
  animation: equalizer01 7000ms infinite;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 25px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
}
.open .toggle_btn span {
  background-color: #fff;
  width: 30px;
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}
@media screen and (max-width: 767px) {
  .open .toggle_btn {
    left: 260px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}
/*============
main
=============*/
main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
/*============
body
=============*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

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

.common-box {
  margin: 0 auto;
padding: 50px 3%;
  width:100%;
}

.common-ttl {
    font-feature-settings: "palt";
  font-size: 22px;
  line-height: 39px;
  text-align:center;
  font-weight: bold;
  color: #736357;
  margin-top: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background: url(../img/bar.png) no-repeat center;
}

.common-ttl2 {
    font-feature-settings: "palt";
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #736357;
  margin-top: 25px;
    letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl3 {
    font-feature-settings: "palt";
  font-size: 20px;
  line-height: 30px;
    border-bottom: solid 1px #a39890;
    padding-bottom: 5px;
  color: #736357;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
}

.common-ttl4 {
   font-feature-settings: "palt";
  font-size: 20px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align: left;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-ttl5 {
   font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #736357;
    font-weight: 500;
    text-align:center;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;
}

.common-text {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #000
}

.common-text2 {font-family: "Yu Gothic";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #000
}



.space-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 40px auto 40px
}

.space-bar2 {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 40px auto 40px
}

/*--------------------------
sample
---------------------------*/

.sample1 {
  width: 60%;
    display: block;
    text-align: center;
    margin: 0 auto
}

.sample2 {
  width: 80%;
margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
}



/*--------------------------
profile
---------------------------*/
.profile-box {
  margin: 0 auto;
padding:50px 4%;
  width:100%;

}

/*--------------------------
about
---------------------------*/
.about-box {
  margin: 0 auto;
padding:80px 4%;
  width:100%;
}


/*--------------------------
online-banner
---------------------------*/
.online-banner{position: relative;width: 100%;height:80vh;
background: url(../img/online-banner-sp.jpg)no-repeat center;background-size: cover;
}
.online{width: 100%;margin: 0 auto;padding: 40px 4%}
.online-ttl{font-feature-settings: "palt";
  font-size: 22px;
  line-height: 32px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 10px;
    letter-spacing:1.5px;
    font-family: "M PLUS Rounded 1c", sans-serif;}
.online-btn{margin-top: 5px; width:190px;}
.online-btn:hover{opacity: .5}

/*--------------------------
price
---------------------------*/
.price{width: 100%;margin: 0 auto;padding: 30px 4%}
.price-box{border: solid 3px #736357;
border-radius: 10px;box-sizing: border-box;padding: 20px 4%;margin-top: 10px;}
.price-text{font-size: 18px;
  line-height: 28px;
  text-align:left;
  font-weight: bold;
  color: #736357;
  margin-top: 5px;font-family: "M PLUS Rounded 1c", sans-serif;}
strong{color:red;font-size: 24px;
  line-height: 30px;padding-left: .3%}
.price-ttl-side{font-size: 15px;
  line-height: 20px;
  text-align:left;
  color: #736357;}

/*--------------------------
customer
---------------------------*/
.customer{width:100%;margin: 0 auto;padding: 60px 4%;}

.customer-text{font-size: 17px;
  line-height: 28px;
  text-align:left;
  margin-top: 20px;text-align: justify;
  text-justify: inter-ideograph;}
.customer-img{width: 200px;text-align: center;}
.img-center{margin-top: 50px}

/*--------------------------
recruit
---------------------------*/
.center{margin: 0 auto;text-align:center;}
.recruit-ttl{font-feature-settings: "palt";
  font-size: 26px;
  line-height: 33px;
  color: #fff;
    font-weight: 500;
    display:inline-block;
    text-align:center;
    border: solid 3px #fff;
     letter-spacing: 2px;
     font-family: "M PLUS Rounded 1c", sans-serif;padding:2% 10%;
border-radius: 30px;}
.recruit{position: relative;width: 100%;height:90vh;
background: url(../img/ajirity.jpg)no-repeat center;background-size: cover;padding: 60px 0}
.recruit-box{width:100%;margin: 0 auto;position: relative;padding:0  3%}
.recruit-text{font-size: 17px;
  line-height: 28px;
  text-align:left;
  margin-top: 15px;}
.recruit-img{width: 100%;text-align: center;padding: 0;}
.recruit-img:hover{opacity: .7}
.balloon-img{width: 130px; position: absolute;right:80px;top:-200px}
.pad5{padding: 0}


/*--------------------------
inquire
---------------------------*/

#inquire {
  width: 100%;
  margin: 0 auto 0
}

#inquire img {
  width: 100%
}

.inquire{width: 100%;margin:80px auto 0;padding:0  4%}
    .inquire-text{font-size: 17px}

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

.company{width:100%;margin:80px auto 0;position: relative;text-align: center;padding:0  4%}

.company-text{font-size: 16px;line-height: 26px;font-weight: 100;list-style:none;font-weight:100;text-align: left;margin:30px auto 0;display: inline-block;
    text-align: left;}
    

/*--------------------------
btn
---------------------------*/
    
.chase-btn {
  position: fixed;
  bottom: 140px;
  right: 1%;
  vertical-align: top;
  /* 上端揃え */
}

.chase-btn img {
  width:60px
}

.chase-btn img:hover {
  opacity: .5
}



.chase-btn2 {
  position: fixed;
  bottom: 75px;
   right: 1%;
  vertical-align: /* 上端揃え */
}

.chase-btn2 img {
  width: 60px;border: solid 2px #999999;border-radius: 50px;
}

.chase-btn2 img:hover {
  opacity: .5
}
    

.chase-btn3 {
  position: fixed;
  bottom: 10px;
   right: 1%;
  vertical-align: /* 上端揃え */
}

.chase-btn3 img {
  width: 60px;
}

.chase-btn3 img:hover {
  opacity: .5
}
    
    
    

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