
* {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style:none;
}


html {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  color: #707070;
  font-size: 12px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
  height: 100%;
  width: 100%;
  letter-spacing: 0.5px;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }





/* Utility */


.nobreak {
  display: inline-block;
}


a {
  color: #707070;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


a:hover {
  color: #999;
}


img {
  width:100%;
  height: auto;
  vertical-align:bottom;
}


.img-container {
  position: relative;
  margin: 0;
}


.img-container::before {
  padding-top: 75%;
  display: block;
  content: "";
}


.img-container-square::before {
  padding-top: 100%;
  display: block;
  content: "";
}


.img-container-topimage::before {
  padding-top: 29.3%;
  display: block;
  content: "";
}


.img-container-office::before {
  padding-top: 33.33%;
  display: block;
  content: "";
}


.img-container-contact::before {
  padding-top: 33.33%;
  display: block;
  content: "";
}


.img-container .container-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.img-container .container-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


a.deactivated {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}


@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}


@media screen and (max-width: 480px) {
  .hide-xs {
    display: none;
  }
}


#topcontrol {
  bottom: 5px;
  right: 5px;
}


#topscroll {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #707070;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  #topscroll {
    width: 40px;
    height: 40px;
  }
}


#topscroll:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}


#topscroll .fa {
	color: #fff;
	font-size: 30px;
  line-height: 1em;
  padding-bottom: 3px;
}

@media screen and (min-width: 769px) {
  #topscroll .fa {
    font-size: 40px;
    padding-bottom: 4px;
  }
}





/* Contents Styles */


.container {
	width: 100%;
	max-width: 1366px;
	height: auto;
  padding: 0;
	margin: 0 auto;
}





/* Font Styles */


p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 3em;
}


p.pnom {
  margin-bottom: 0;
}


p.pnom05 {
  margin-bottom: 0.5em;
}


p.pnom1 {
  margin-bottom: 1em;
}


p.indent1em {
  text-indent: -1em;
  padding: 0 0 0 1em;
}





/* header */


header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 481px) {
  header {
    height: 480px;
  }
}

@media screen and (min-width: 769px) {
  header {
    height: 600px;
  }
}

@media screen and (min-width: 1025px) {
  header {
    height: 700px;
  }
}


.hr-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  height: 100px;
  padding: 0;
  margin: 0 auto 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 1366px) {
  .hr-wrap {
    left: calc( 50% - 683px );
  }
}


.hr-logo {
  width: 228px;
  height: 75px;
  padding: 0;
  margin: 0 auto 0 3%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/top-logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}


.hero-img {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

@media screen and (min-width: 481px) {
  .hero-img {
    height: 480px;
  }
}

@media screen and (min-width: 769px) {
  .hero-img {
    height: 600px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-img {
    height: 700px;
  }
}

.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  display: none; /* 初期状態では非表示に設定 */
}


.bg-img02 {
  background-position: 70% center;
}


.bg-img03 {
  background-position: 70% center;
}


.hero-tx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  max-width: 1366px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 481px) {
  .hero-tx {
    height: 90px;
  }
}

@media screen and (min-width: 769px) {
  .hero-tx {
    height: 150px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-tx {
    height: 180px;
  }
}

@media screen and (min-width: 1366px) {
  .hero-tx {
    height: 200px;
    left: calc( 50% - 683px );
  }
}


.hero-tx h1 {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
  color: #470606;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .hero-tx h1 {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .hero-tx h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-tx h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1366px) {
  .hero-tx h1 {
    font-size: 48px;
  }
}



/* Footer */


footer {
  width: 100%;
  height: 120px;
  padding: 25px 0 0 0;
  margin: 0 auto;
  text-align: center;
  background-color: #470606;
}

@media screen and (min-width: 481px) {
  footer {
    height: 160px;
    padding: 30px 0 0 0;
  }
}

@media screen and (min-width: 769px) {
  footer {
    height: 200px;
    padding: 40px 0 0 0;
  }
}

@media screen and (min-width: 1025px) {
  footer {
    height: 240px;
    padding: 50px 0 0 0;
  }
}


footer p {
  font-size: 10px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  footer p {
    font-size: 12px;
  }
}





/* soudan */


.soudan {
	width: 100%;
	height: auto;
  padding: 30px 0;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .soudan {
    padding: 50px 0;
  }
}


.soudan-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}


.soudan-img {
  width: 100%;
  height: 75vw;
  padding: 0;
  margin: 0;
  background-image: url("../img/soudan.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 481px) {
  .soudan-img {
    height: 60vw;
  }
}

@media screen and (min-width: 769px) {
  .soudan-img {
    width: 46%;
    height: auto;
    background-position: 90% center;
  }
}

@media screen and (min-width: 1025px) {
  .soudan-img {
    width: 48%;
  }
}


.soudan-tx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding: 20px;
  margin: 0;
}

@media screen and (min-width: 481x) {
  .soudan-tx {
    padding: 30px;
  }
}

@media screen and (min-width: 769px) {
  .soudan-tx {
    justify-content: flex-start;
    width: 54%;
    height: auto;
    padding: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .soudan-tx {
    width: 52%;
    padding: 50px;
  }
}


.tx-content {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}


.soudan-tx h2 {
  font-size: 24px;
  line-height: 2em;
  font-weight: normal;
  text-align: left;
  color: #dc0000;
}

@media screen and (min-width: 481px) {
  .soudan-tx h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 769px) {
  .soudan-tx h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .soudan-tx h2 {
    font-size: 36px;
  }
}


.tx-bold {
  font-weight: bold;
}


.tx-underline {
  display: inline-block;
  line-height: 1.5em;
  border-bottom: 2px solid #dc0000;
}


p.soudan-tel {
  display: block;
  padding: 0 0 0 32px;
  margin: 0 auto 0 0;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: bold;
  color: #470606;
  background-image: url("../img/ic-tel01.png");
  background-repeat: no-repeat;
  background-position: -3px 60%;
  background-size: 32px 32px;
}


@media screen and (min-width: 481px) {
  p.soudan-tel {
    padding: 0 0 0 42px;
    font-size: 44px;
    background-position: -4px 60%;
    background-size: 42px 42px;
  }
}

@media screen and (min-width: 769px) {
  p.soudan-tel {
    padding: 0 0 0 40px;
    font-size: 40px;
    background-position: -4px 60%;
    background-size: 40px 40px;
  }
}

@media screen and (min-width: 1025px) {
  p.soudan-tel {
    padding: 0 0 0 44px;
    font-size: 48px;
    background-position: -5px 60%;
    background-size: 44px 44px;
  }
}


.experience {
	width: 100%;
	height: auto;
  padding: 0;
	margin: 0 auto;
  background-color: #fdfcf5;
}


.experience-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 15px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .experience-wrap {
    padding: 30px 4%;
  }
}

@media screen and (min-width: 769px) {
  .experience-wrap {
    padding: 40px 6%;
  }
}

@media screen and (min-width: 1025px) {
  .experience-wrap {
    padding: 50px 8%;
  }
}


.experience h3 {
  display: inline-block;
  width: auto;
  padding: 0 0 3px 0;
  margin: 0 auto 1em;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #470606;
  border-bottom: 1px solid #470606;
}

@media screen and (min-width: 481px) {
  .experience h3 {
    font-size: 24px;
  }
}


.experience p {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 16px;
  line-height: 2em;
  text-align: left;
  color: #470606;
}

@media screen and (min-width: 481px) {
  .experience p {
    font-size: 18px;
  }
}


.experience p:last-of-type {
  margin: 0;
}


.about {
	width: 100%;
	height: auto;
  padding: 0;
	margin: 0 auto;
}


.about-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 15px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .about-wrap {
    padding: 40px 4%;
  }
}

@media screen and (min-width: 769px) {
  .about-wrap {
    padding: 40px 6%;
  }
}

@media screen and (min-width: 1025px) {
  .about-wrap {
    padding: 50px 8%;
  }
}


.about-col {
  width: 100%;
  padding-bottom: 45vw;
  background-image: url("../img/sakuma.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .about-col {
    padding-bottom: 120px;
    background-size: auto 75%;
  }
}

@media screen and (min-width: 1025px) {
  .about-col {
    background-size: auto 90%;
  }
}

@media screen and (min-width: 1366px) {
  .about-col {
    background-size: contain;
  }
}


.about h3 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  color: #470606;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .about h3 {
    font-size: 24px;
  }
}


.about p {
  font-size: 16px;
  line-height: 2em;
  text-align: left;
  color: #470606;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .about p {
    font-size: 18px;
  }
}


.about dl {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  padding: 0;
  margin: 0;
}


.about dt {
  display: inline-block;
  width: 50px;
  hight: auto;
  font-size: 16px;
  line-height: 2em;
  font-weight: normal;
  text-align: left;
  color: #470606;
}

@media screen and (min-width: 481px) {
  .about dt {
    width: 55px;
    font-size: 18px;
  }
}


.about dd {
  display: inline-block;
  width: calc( 100% - 50px );
  hight: auto;
  font-size: 16px;
  line-height: 2em;
  font-weight: normal;
  text-align: left;
  color: #470606;
}

@media screen and (min-width: 481px) {
  .about dd {
    width: calc( 100% - 55px );
    font-size: 18px;
  }
}


.price {
	width: 100%;
	height: auto;
  padding: 0;
	margin: 0 auto;
  background-image: url("../img/price.jpg");
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .price {
    background-position: 25% center;
  }
}

@media screen and (min-width: 1025px) {
  .price {
    background-position: center center;
  }
}


.price-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 40px 15px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .price-wrap {
    padding: 40px 4%;
  }
}

@media screen and (min-width: 769px) {
  .price-wrap {
    padding: 40px 6%;
  }
}

@media screen and (min-width: 1025px) {
  .price-wrap {
    padding: 50px 8%;
  }
}


.price-col {
  width: 100%;
  max-width: 640px;
}

@media screen and (min-width: 769px) {
  .price-col {
    width: auto;
    max-width: 600px;
    padding: 0 0 0 40px;
  }
}


.price h3 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  color: #470606;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .price h3 {
    font-size: 24px;
  }
}


.price p {
  font-size: 16px;
  line-height: 2em;
  text-align: left;
  color: #470606;
  margin-bottom: 2em;
}

@media screen and (min-width: 481px) {
  .price p {
    font-size: 18px;
  }
}


.price p:last-of-type {
  margin: 0;
}


.hoken {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  background-image: url("../img/hoken.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}



.hoken-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 15px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .hoken-wrap {
    padding: 40px 4%;
  }
}

@media screen and (min-width: 769px) {
  .hoken-wrap {
    padding: 40px 6%;
  }
}

@media screen and (min-width: 1025px) {
  .hoken-wrap {
    padding: 50px 8%;
  }
}


.hoken-col {
  width: 100%;
  max-width: 640px;
  padding: 60px 0;
}

@media screen and (min-width: 481px) {
  .hoken-col {
    padding: 80px 0;
  }
}

@media screen and (min-width: 769px) {
  .hoken-col {
    width: auto;
    max-width: 750px;
  }
}


.hoken h3 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  color: #470606;
  margin-bottom: 0.2em;
}

@media screen and (min-width: 481px) {
  .hoken h3 {
    font-size: 24px;
  }
}


.hoken p {
  font-size: 16px;
  line-height: 2em;
  text-align: left;
  color: #470606;
  margin-bottom: 2em;
}

@media screen and (min-width: 481px) {
  .hoken p {
    font-size: 18px;
  }
}


.hoken p:last-of-type {
  margin: 0;
}


.incho {
	width: 100%;
	height: auto;
  padding: 0;
	margin: 0 auto;
  background-image: url("../img/incho.jpg");
  background-repeat: no-repeat;
  background-position: 35% center;
  background-size: cover;
}

@media screen and (min-width: 481px) {
  .incho {
    min-height: 500px;
    background-position: 30% center;
  }
}

@media screen and (min-width: 769px) {
  .incho {
    background-position: 25% center;
  }
}

@media screen and (min-width: 1025px) {
  .incho {
    background-position: center center;
    min-height: 550px;
  }
}


.incho-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 40px 15px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .incho-wrap {
    padding: 40px 4%;
  }
}

@media screen and (min-width: 769px) {
  .incho-wrap {
    padding: 40px 6%;
  }
}

@media screen and (min-width: 1025px) {
  .incho-wrap {
    padding: 50px 8%;
  }
}


.incho-col {
  width: 100%;
  max-width: 640px;
  padding: 30px 0;
}

@media screen and (min-width: 481px) {
  .incho-col {
    padding: 40px 0 0 0;
  }
}

@media screen and (min-width: 769px) {
  .incho-col {
    padding: 50px 0 0 0;
  }
}

.incho h3 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  color: #470606;
  margin-bottom: 0.2em;
}

@media screen and (min-width: 481px) {
  .incho h3 {
    font-size: 18px;
  }
}


.incho p {
  font-size: 16px;
  line-height: 2em;
  text-align: left;
  color: #470606;
  margin-bottom: 2em;
}

@media screen and (min-width: 481px) {
  .incho p {
    font-size: 18px;
  }
}


.incho p:last-of-type {
  margin: 0;
}


br.break-md {
}

@media screen and (min-width: 769px) {
  br.break-md {
    display: none;
  }
}


.location {
	width: 100%;
	height: auto;
  padding: 0;
	margin: 0 auto;
}


.location-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .location-wrap {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
  }
}


.map-container {
  display: block;
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 481x) {
  .map-container {
    width: 100%;
    height: 350px;
  }
}

@media screen and (min-width: 769px) {
  .map-container {
    width: 100%;
    height: 450px;
  }
}

@media screen and (min-width: 1025px) {
  .map-container {
    width: 100%;
    height: 550px;
  }
}


.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.address-wrap {
  display: inline-block;
  width: auto;
  padding: 20px 15px 0 15px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .address-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 20px 0 0 0;
  }
}


.col-name {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .col-name {
    padding: 0 30px 0 0;
  }
}


.location h3 {
  margin-bottom: 0.2em;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  color: #470606;
}

@media screen and (min-width: 481px) {
  .location h3 {
    margin-bottom: 0;
    font-size: 24px;
  }
}


.col-addrss {
  padding: 0;
}

@media screen and (min-width: 769px) {
   .col-addrss {
    padding: 4px 0 0 0;
  }
}


.location p {
  font-size: 16px;
  line-height: 2em;
  text-align: left;
  color: #470606;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .location p {
    font-size: 18px;
  }
}


p.address-tel {
  display: block;
  padding: 0 0 0 32px;
  margin: 0 auto 0 0;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: bold;
  color: #dc0000;
  background-image: url("../img/ic-tel02.png");
  background-repeat: no-repeat;
  background-position: -3px 60%;
  background-size: 32px 32px;
}


@media screen and (min-width: 481px) {
  p.address-tel {
    padding: 0 0 0 42px;
    font-size: 44px;
    background-position: -4px 60%;
    background-size: 42px 42px;
  }
}

@media screen and (min-width: 769px) {
  p.address-tel {
    padding: 0 0 0 40px;
    font-size: 40px;
    background-position: -4px 60%;
    background-size: 40px 40px;
  }
}

@media screen and (min-width: 1025px) {
  p.address-tel {
    padding: 0 0 0 44px;
    font-size: 48px;
    background-position: -5px 60%;
    background-size: 44px 44px;
  }
}


