@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body:after {
  /*content: url(../images/common/nav_1_on.png), url(../images/common/nav_1_on.png);
  display: none;*/
}

body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
    font-size: 3.4vw;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 750px) {
  .anc {
    margin-top: -15vw;
    padding-top: 15vw;
  }
}

@media (max-width: 750px) {
  .image {
    display: none;
  }
}
.image.bk {
  display: block;
}
@media (max-width: 750px) {
  .image.bk {
    display: none;
  }
}

.image_s {
  display: none;
}
@media (max-width: 750px) {
  .image_s {
    display: inline;
  }
}
@media (max-width: 750px) {
  .image_s.bk {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

p {
  text-align: justify;
}

.block {
  display: block;
}
@media screen and (max-width: 750px) {
  .block {
    display: none;
  }
}

.block_s {
  display: none;
}
@media screen and (max-width: 750px) {
  .block_s {
    display: block;
  }
}

.inline {
  display: inline;
}
@media screen and (max-width: 750px) {
  .inline {
    display: none;
  }
}

.inline_s {
  display: none;
}
@media screen and (max-width: 750px) {
  .inline_s {
    display: inline;
  }
}

.nav_drawer {
  display: none;
}
@media (max-width: 750px) {
  .nav_drawer {
    display: block;
  }
  .nav_drawer .inner {
    position: fixed;
    width: 100%;
    height: 15vw;
    top: 0;
    left: 0;
    background: white;
    z-index: 1001;
  }
  .nav_drawer .logo {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4vw;
    line-height: 1.2;
    display: block;
    margin: 3vw 0 0 3vw;
  }
  .nav_drawer .logo .name {
    display: block;
    font-weight: bold;
  }
  .nav_drawer .logo .text {
    display: block;
  }
}
.nav_drawer .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: none;
  display: none;
  top: 0;
  left: 0;
}
.nav_drawer .drawer_button {
  display: block;
  border: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  padding: 0;
  width: 9vw;
  height: 9vw;
  position: fixed;
  top: 3vw;
  right: 3vw;
  z-index: 1002;
  outline: none;
  background-image: url("../images/common/toggle.svg");
}
.nav_drawer .drawer_button.active {
  background-image: url("../images/common/toggle_close.svg");
}

/*+++ Default Navigation CSS +++*/
.nav_drawer .drawer_nav_wrapper {
  width: 100vw;
  height: 100%;
  transition: all 0.5s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  box-sizing: border-box;
  padding: 35vw 12vw 10vw;
}
.nav_drawer .drawer_nav_wrapper.open {
  transform: translate(0);
}

.global-items_s li {
  border-bottom: 1px solid #ccc;
}
.global-items_s li a {
  display: block;
  font-size: 4.4vw;
  font-weight: bold;
  padding: 6vw 0 6vw;
  position: relative;
}
.global-items_s li a::after {
  content: "";
  display: block;
  width: 8vw;
  height: 3.6vw;
  background-image: url("../images/common/arrow_black.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 1.8vw);
}

header.normal {
  width: 100%;
  height: 100px;
  background: white;
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 50px;
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
}
@media (max-width: 750px) {
  header.normal {
    display: none;
  }
}
header.normal .logo {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
}
header.normal .logo .name {
  font-weight: bold;
  padding: 0 10px 0 0;
}
header.normal .global-items {
  display: flex;
  display: -ms-flex;
}
@media (max-width: 750px) {
  header.normal .global-items {
    display: block;
  }
}
header.normal .global-items li {
  border-left: 1px solid #333;
  padding: 0 50px;
}
header.normal .global-items li:first-child {
  border-left: none;
  padding: 0 50px 0 0;
}
header.normal .global-items li:last-child {
  padding: 0 0 0 50px;
}
header.normal .global-items li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 15px;
  transition: all 0.3s;
}
header.normal .global-items li a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  header.normal .global-items li a:hover {
    opacity: 1;
  }
}

footer {
  padding: 60px 0 0;
}
@media (max-width: 750px) {
  footer {
    padding: 10vw 0 0;
  }
}
footer .inner_sec {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  footer .inner_sec {
    width: 88vw;
  }
}
footer .inner_sec .id {
  text-align: center;
}
@media (max-width: 750px) {
  footer .inner_sec .id {
    text-align: left;
  }
}
footer .inner_sec .id .title {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  footer .inner_sec .id .title {
    font-size: 5.6vw;
    line-height: 1.5;
    margin: 0 0 5vw;
  }
}
footer .inner_sec .id .title .emphasis {
  font-weight: bold;
  padding: 0 5px 0 0;
}
@media (max-width: 750px) {
  footer .inner_sec .id .title .emphasis {
    display: block;
    padding: 0;
  }
}
footer .inner_sec .id .location {
  font-size: 16px;
  line-height: 2;
}
footer .inner_sec .id .location .place {
  display: block;
}
@media (max-width: 750px) {
  footer .inner_sec .id .location .tel {
    display: none;
  }
}
footer .inner_sec .id .location .tel_s {
  display: none;
}
@media (max-width: 750px) {
  footer .inner_sec .id .location .tel_s {
    display: inline;
  }
}
footer .inner_sec .global-items_foot {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  margin: 40px 0 40px;
}
@media (max-width: 750px) {
  footer .inner_sec .global-items_foot {
    display: block;
  }
}
footer .inner_sec .global-items_foot li {
  border-left: 1px solid #333;
  padding: 0 50px;
}
@media (max-width: 750px) {
  footer .inner_sec .global-items_foot li {
    border-left: none;
    padding: 0;
  }
}
footer .inner_sec .global-items_foot li:first-child {
  border-left: none;
  padding: 0 50px 0 0;
}
@media (max-width: 750px) {
  footer .inner_sec .global-items_foot li:first-child {
    padding: 0;
  }
}
footer .inner_sec .global-items_foot li:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 750px) {
  footer .inner_sec .global-items_foot li:last-child {
    padding: 0;
  }
}
footer .inner_sec .global-items_foot li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 15px;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  footer .inner_sec .global-items_foot li a {
    font-size: 4.4vw;
    padding: 0 0 6vw;
  }
}
footer .inner_sec .global-items_foot li a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer .inner_sec .global-items_foot li a:hover {
    opacity: 1;
  }
}
footer #copyright {
  background: #333;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 0 10px;
}
@media (max-width: 750px) {
  footer #copyright {
    font-size: 3vw;
    padding: 2vw 0 2vw;
  }
}

#page_top {
  width: 72px;
  height: 72px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 30000;
}
@media (max-width: 750px) {
  #page_top {
    width: 12vw;
    right: 3vw;
    bottom: 4vw;
  }
}
#page_top img {
  width: 50px;
  height: 70px;
}
@media (max-width: 750px) {
  #page_top img {
    width: 100%;
    height: auto;
  }
}

.navigation {
  display: flex;
  display: -ms-flex;
  margin: 100px 0 0;
}
@media (max-width: 750px) {
  .navigation {
    display: block;
    margin: 15vw 0 0;
  }
}
.navigation .box {
  width: 33%;
  box-sizing: border-box;
  padding: 90px 10px 250px;
  position: relative;
}
@media (max-width: 750px) {
  .navigation .box {
    width: 100%;
    padding: 8vw 6vw 34vw;
  }
}
.navigation .box.n1 {
  background: #FECF39;
}
.navigation .box.n1 .name .ja {
  color: #333;
}
.navigation .box.n1 .name .ja::after {
  background: #333;
}
.navigation .box.n1 .name .cap {
  color: #333;
}
.navigation .box.n1 .link {
  background: #F7BB00;
}
.navigation .box.n2 {
  width: 34%;
  background: #647C37;
}
@media (max-width: 750px) {
  .navigation .box.n2 {
    width: 100%;
  }
}
.navigation .box.n2 .link {
  background: #506B1D;
}
.navigation .box.n3 {
  background: #6689A3;
}
.navigation .box.n3 .link {
  background: #53718D;
}
.navigation .box .logo {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  .navigation .box .logo {
    margin: 0 0 5vw;
  }
}
.navigation .box .logo img {
  width: 225px;
}
@media (max-width: 750px) {
  .navigation .box .logo img {
    width: 38vw;
  }
}
.navigation .box .name {
  text-align: center;
}
.navigation .box .name .ja {
  color: white;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .navigation .box .name .ja {
    font-size: 6vw;
  }
}
.navigation .box .name .ja::after {
  content: "";
  display: block;
  width: 190px;
  height: 1px;
  background: white;
  margin: 16px auto 30px;
}
@media (max-width: 750px) {
  .navigation .box .name .ja::after {
    width: 40vw;
    margin: 2vw auto 4vw;
  }
}
.navigation .box .name .cap {
  color: white;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
}
@media (max-width: 750px) {
  .navigation .box .name .cap {
    font-size: 3.8vw;
  }
}
.navigation .box .link {
  width: 370px;
  height: 190px;
  border-radius: 120px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .navigation .box .link {
    width: 84vw;
    height: 28vw;
    border-radius: 20vw 0 0 0;
  }
}
.navigation .box .link .btn {
  width: 280px;
  height: 70px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 30px;
  border: 1px solid #333;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .navigation .box .link .btn {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  .navigation .box .link .btn {
    width: 60vw;
    height: 15vw;
    font-size: 20px;
    padding: 0 5vw;
  }
}
.navigation .box .link .btn.white {
  border: 1px solid white;
  color: white;
}
.navigation .box .link .btn.white::after {
  background-image: url("../images/common/arrow_white.svg");
}
.navigation .box .link .btn::after {
  content: "";
  display: block;
  width: 44px;
  height: 20px;
  background-image: url("../images/common/arrow_black.svg");
  background-size: 44px 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  transition: right 0.3s;
}
@media (max-width: 750px) {
  .navigation .box .link .btn::after {
    width: 8vw;
    height: 3.6vw;
    background-size: 100%;
    right: 5vw;
    top: calc(50% - 1.8vw);
  }
}
.navigation .box .link .btn:hover::after {
  right: 20px;
}
@media (max-width: 750px) {
  .navigation .box .link .btn:hover::after {
    right: 5vw;
  }
}

.id_primary {
  padding: 90px 0 0;
  background-image: url("../images/top/hallo_1.jpg");
  background-size: 600px 455px;
  background-repeat: no-repeat;
  background-position: left calc((50% - 512px) + 60px) top 90px;
  min-height: 545px;
}
@media (max-width: 750px) {
  .id_primary {
    padding: 15vw 0 0;
    background: none;
    min-height: 0;
  }
}
.id_primary .inner_sec {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .id_primary .inner_sec {
    display: block;
    width: 88vw;
  }
}
.id_primary .inner_sec .contents {
  width: 600px;
  padding: 20px 0 0;
}
@media (max-width: 750px) {
  .id_primary .inner_sec .contents {
    width: 100%;
    padding: 0 0 10vw;
  }
}
.id_primary .inner_sec .contents .ttl_primary {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .id_primary .inner_sec .contents .ttl_primary {
    margin: 0 0 8vw;
    align-items: flex-start;
  }
}
.id_primary .inner_sec .contents .ttl_primary .cap {
  display: inline-block;
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 0 5px;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .id_primary .inner_sec .contents .ttl_primary .cap {
    font-size: 6.8vw;
    padding: 0 0 1vw;
    margin: 0 0 3vw;
  }
}
.id_primary .inner_sec .contents .ttl_primary .in_text {
  font-size: 56px;
  background-image: url("../images/top/hallo_underline.svg");
  background-size: 490px 8px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 0 12px;
  letter-spacing: 3px;
}
@media (max-width: 750px) {
  .id_primary .inner_sec .contents .ttl_primary .in_text {
    font-size: 10vw;
    background-image: url("../images/top/hallo_underline_s.svg");
    background-size: 100%;
    letter-spacing: 1px;
    padding: 0 0 3vw;
  }
}
.id_primary .inner_sec .contents .ttl_primary .in_text .mini {
  font-size: 37px;
}
@media (max-width: 750px) {
  .id_primary .inner_sec .contents .ttl_primary .in_text .mini {
    font-size: 6.8vw;
  }
}
.id_primary .inner_sec .contents .text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .id_primary .inner_sec .contents .text {
    font-size: 3.9vw;
    line-height: 2;
  }
}
.id_primary .inner_sec .contents .text a {
  padding: 0 0 4px;
  transition: all 0.3s;
}
.id_primary .inner_sec .contents .text a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .id_primary .inner_sec .contents .text a:hover {
    opacity: 1;
  }
}
.id_primary .inner_sec .contents .text .business_1 {
  color: #F69C10;
  border-bottom: 1px solid #F69C10;
}
.id_primary .inner_sec .contents .text .business_2 {
  color: #023B5B;
  border-bottom: 1px solid #023B5B;
}
.id_primary .inner_sec .contents .text .business_3 {
  color: #647C37;
  border-bottom: 1px solid #647C37;
}
.id_primary .photo_s {
  display: none;
}
@media (max-width: 750px) {
  .id_primary .photo_s {
    display: block;
  }
}
.id_primary .photo_s img {
  display: block;
}

.business-model {
  padding: 0 0 120px;
  background-size: 700px 700px;
  background-repeat: no-repeat;
  background-position: right calc((50% - 512px) + 100px) top;
}
@media (max-width: 750px) {
  .business-model {
    padding: 0 0 15vw;
    background-image: none !important;
  }
}
.business-model .photo_s {
  display: none;
}
@media (max-width: 750px) {
  .business-model .photo_s {
    display: block;
    width: 94vw;
    margin: 0 0 0 6vw;
  }
}
.business-model .title {
  width: calc((50% - 512px) + 480px);
  box-sizing: border-box;
  padding: 60px 60px 60px calc(50% - 512px);
  border-radius: 0 0 120px 0;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .business-model .title {
    width: 92vw;
    padding: 6vw 6vw 10vw;
    border-radius: 0 0 20vw 0;
    margin: 0 0 10vw;
  }
}
.business-model .title .logo {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .business-model .title .logo {
    margin: 0 0 5vw;
  }
}
.business-model .title .logo img {
  width: 225px;
}
@media (max-width: 750px) {
  .business-model .title .logo img {
    width: 40vw;
  }
}
.business-model .title .en {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .business-model .title .en {
    font-size: 6.4vw;
    margin: 0 0 3vw;
  }
}
.business-model .title .name {
  color: white;
  font-size: 42px;
  margin: 0;
}
@media (max-width: 750px) {
  .business-model .title .name {
    font-size: 7vw;
  }
}
.business-model .title .name::after {
  content: "";
  display: block;
  width: 190px;
  height: 1px;
  background: white;
  margin: 30px 0 40px;
}
@media (max-width: 750px) {
  .business-model .title .name::after {
    width: 40vw;
    margin: 3vw 0 5vw;
  }
}
.business-model .title .cap {
  color: white;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
}
@media (max-width: 750px) {
  .business-model .title .cap {
    font-size: 3.6vw;
  }
}
.business-model .contents {
  width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .business-model .contents {
    width: 88vw;
    margin: 0 auto 10vw;
  }
}
.business-model .contents .text {
  width: 510px;
  color: white;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .business-model .contents .text {
    width: 100%;
    font-size: 3.6vw;
    margin: 0 0 5vw;
  }
}
.business-model .contents .btn {
  width: 410px;
  height: 70px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 30px;
  background: white;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .business-model .contents .btn {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  .business-model .contents .btn {
    width: 100%;
    height: 15vw;
    font-size: 20px;
    padding: 0 8vw;
  }
}
.business-model .contents .btn::after {
  content: "";
  display: block;
  width: 44px;
  height: 20px;
  background-image: url("../images/common/arrow_black.svg");
  background-size: 44px 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  transition: right 0.3s;
}
@media (max-width: 750px) {
  .business-model .contents .btn::after {
    width: 8vw;
    height: 3.6vw;
    background-size: 100%;
    right: 8vw;
    top: calc(50% - 1.8vw);
  }
}
.business-model .contents .btn:hover::after {
  right: 20px;
}
@media (max-width: 750px) {
  .business-model .contents .btn:hover::after {
    right: 5vw;
  }
}
.business-model#hallo-reform_sec {
  background-color: #FECF39;
  background-image: url("../images/top/hallo_2.jpg");
}
.business-model#hallo-reform_sec .title {
  background: #F7BB00;
}
.business-model#hallo-reform_sec .title .en {
  color: #333;
}
.business-model#hallo-reform_sec .title .name {
  color: #333;
}
.business-model#hallo-reform_sec .title .name::after {
  background: #333;
}
.business-model#hallo-reform_sec .title .cap {
  color: #333;
}
.business-model#hallo-reform_sec .contents .text {
  color: #333;
}
.business-model#favo-house_sec {
  background-color: #647C37;
  background-image: url("../images/top/renova_1.jpg");
  background-position: left calc((50% - 512px) + 100px) top;
}
@media (max-width: 750px) {
  .business-model#favo-house_sec {
    background-image: none;
  }
}
@media (max-width: 750px) {
  .business-model#favo-house_sec .photo_s {
    margin: 0 6vw 0 0;
  }
}
.business-model#favo-house_sec .title {
  background: #506B1D;
  border-radius: 0 0 0 120px;
  padding: 60px calc(50% - 512px) 60px 60px;
  margin: 0 0 60px calc(100% - ((50% - 512px) + 480px));
}
@media (max-width: 750px) {
  .business-model#favo-house_sec .title {
    border-radius: 0 0 0 20vw;
    padding: 6vw 6vw 10vw;
    margin: 0 0 10vw 8vw;
  }
}
.business-model#favo-house_sec .title .logo {
  text-align: right;
}
.business-model#favo-house_sec .title .en {
  text-align: right;
}
.business-model#favo-house_sec .title .name {
  text-align: right;
}
.business-model#favo-house_sec .title .name::after {
  margin: 30px 0 30px 230px;
}
@media (max-width: 750px) {
  .business-model#favo-house_sec .title .name::after {
    margin: 3vw 0 5vw 40vw;
  }
}
.business-model#favo-house_sec .title .cap {
  text-align: right;
}
.business-model#favo-house_sec .contents {
  padding: 0 0 0 514px;
}
@media (max-width: 750px) {
  .business-model#favo-house_sec .contents {
    padding: 0;
  }
}
.business-model#gaiso_sec {
  background-color: #6689A3;
  background-image: url("../images/top/gaiso_1.jpg");
}
.business-model#gaiso_sec .title {
  background: #53718D;
}

/*# sourceMappingURL=styles.css.map */
