@charset "UTF-8";
/* base color
--------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:400,500,700&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
  overflow: auto;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.4em;
  line-height: 1;
  color: #222;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

/*--custom--*/
/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- animation --*/
/* reset
-------------------------------------------------------*/
/*
*{
outline:1px #ff0000 solid;
}
*/
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

div.container {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  }
}
/* layout
-------------------------------------------------------*/
.minbr {
  display: none;
}

div.contents {
  width: 1000px;
  margin: 0 auto;
}

/* header */
header {
  position: relative;
  width: 100%;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  padding: 0 25px 0 15px;
  border-bottom: solid #a6a6a6 1px;
}
.header-inner .logo-catch a {
  display: block;
  position: relative;
}
.header-inner .logo-catch a img {
  height: 76px;
}
.header-inner .logo-catch p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
}

nav.global-nav {
  padding: 30px 0;
}
nav.global-nav ul li a {
  color: #0f4e2a;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

/* footer */
footer {
  position: relative;
  width: 100%;
}

.footer-contact-body {
  position: relative;
  padding: 80px 0 110px;
}
.footer-contact-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #faf5e1;
}
.footer-contact-body h2 {
  margin-bottom: 20px;
  color: #0f4e2a;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.footer-contact-body p {
  margin-bottom: 50px;
  color: #0f4e2a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.footer-contact-body .contact-info-area .contact-btn {
  width: 460px;
}
.footer-contact-body .contact-info-area .contact-btn a {
  width: 100%;
  height: 90px;
  font-size: 2rem;
}
.footer-contact-body .contact-info-area .contact-btn a::before {
  left: 25px;
  width: 24px;
  height: 18px;
}
.footer-contact-body .contact-info-area .contact-btn a::after {
  right: 15px;
  width: 14px;
  height: 23px;
}
.footer-contact-body .contact-info-area .tel-info dt {
  margin-bottom: 10px;
}
.footer-contact-body .contact-info-area .tel-info dt a {
  display: block;
  position: relative;
  padding-left: 50px;
}
.footer-contact-body .contact-info-area .tel-info dt a::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../common/images/icon_tel_pic.svg) no-repeat top center/contain;
}
.footer-contact-body .contact-info-area .tel-info dt a img {
  height: 40px;
}
.footer-contact-body .contact-info-area .tel-info dd {
  height: 35px;
  background: #fff;
  font-size: 1.8rem;
}

.footer-nav-area {
  position: relative;
  padding: 60px 0 55px;
}
.footer-nav-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 5px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #0f4e2a;
}
.footer-nav-area .column-layout {
  margin-bottom: 45px;
}
.footer-nav-area .column-layout .footer-logo img {
  height: 110px;
}
.footer-nav-area .column-layout .footer-address p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
.footer-nav-area .footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav-area .footer-nav ul li a {
  color: #0f4e2a;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-top: solid 1px #dfdfdf;
  color: #6c6c6c;
  font-size: 1rem;
  letter-spacing: 0.6em;
}

/*title*/
.page-title-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 310px;
}
.page-title-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: url(../common/images/page_title_back_pc.jpg) no-repeat top center/cover;
}
.page-title-contents h1 {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 4.6rem;
  text-align: center;
}
.page-title-contents h1 span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0.15;
}

/* contact-info */
.contact-info-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}
.contact-info-area .contact-btn {
  width: 260px;
  margin-right: 25px;
}
.contact-info-area .contact-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: #ffe400;
  box-shadow: 0 5px #f1d170;
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
}
.contact-info-area .contact-btn a::before {
  content: "";
  display: block;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 53%;
  left: 10px;
  width: 18px;
  height: 13px;
  background-image: url("../common/images/icon_mail_black.svg");
}
.contact-info-area .contact-btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 12px;
  background: url("../common/images/arrow_contact.svg") no-repeat top center/contain;
}
.contact-info-area .tel-info dt {
  margin-bottom: 5px;
}
.contact-info-area .tel-info dt a img {
  height: 23px;
}
.contact-info-area .tel-info dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 20px;
  border: solid #0f4e2a 1px;
  border-radius: 3px;
  color: #0f4e2a;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* btn */
.detail-btn {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.detail-btn a,
.detail-btn input {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 65px;
  background: #0f4e2a;
  box-shadow: 0 5px #013b1a;
  color: #ffd975;
  font-size: 1.6rem;
  font-weight: 500;
}
.detail-btn a::before,
.detail-btn input::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffd975;
  border-right: 3px solid #ffd975;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/*flow*/
ul.flow-list li {
  padding: 0 40px 0 20px;
  background: #fff;
}
ul.flow-list li:not(:last-child) {
  position: relative;
  margin-bottom: 30px;
}
ul.flow-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -17px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 17px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
}
ul.flow-list li:nth-child(1) .flow-inner::before {
  background-image: url(../common/images/flow_step01.png);
}
ul.flow-list li:nth-child(1) .flow-inner::after {
  width: 62px;
  height: 82px;
  background-image: url(../images/flow_icon01.svg);
}
ul.flow-list li:nth-child(2) .flow-inner::before {
  background-image: url(../common/images/flow_step02.png);
}
ul.flow-list li:nth-child(2) .flow-inner::after {
  width: 82px;
  height: 82px;
  background-image: url(../images/flow_icon02.svg);
}
ul.flow-list li:nth-child(3) .flow-inner::before {
  background-image: url(../common/images/flow_step03.png);
}
ul.flow-list li:nth-child(3) .flow-inner::after {
  width: 60px;
  height: 83px;
  background-image: url(../images/flow_icon03.svg);
}
ul.flow-list li:nth-child(4) .flow-inner::before {
  background-image: url(../common/images/flow_step04.png);
}
ul.flow-list li:nth-child(4) .flow-inner::after {
  width: 67px;
  height: 69px;
  background-image: url(../images/flow_icon04.svg);
}
ul.flow-list li:nth-child(5) .flow-inner::before {
  background-image: url(../common/images/flow_step05.png);
}
ul.flow-list li:nth-child(5) .flow-inner::after {
  width: 80px;
  height: 78px;
  background-image: url(../images/flow_icon05.svg);
}
ul.flow-list li:nth-child(6) .flow-inner::before {
  background-image: url(../common/images/flow_step06.png);
}
ul.flow-list li:nth-child(6) .flow-inner::after {
  width: 93px;
  height: 51px;
  background-image: url(../images/flow_icon06.svg);
}
ul.flow-list li:nth-child(7) .flow-inner::before {
  background-image: url(../common/images/flow_step07.png);
}
ul.flow-list li:nth-child(8) .flow-inner::before {
  background-image: url(../common/images/flow_step08.png);
}
ul.flow-list li:nth-child(9) .flow-inner::before {
  background-image: url(../common/images/flow_step09.png);
}
ul.flow-list li:nth-child(10) .flow-inner::before {
  background-image: url(../common/images/flow_step10.png);
}
ul.flow-list li:nth-child(11) .flow-inner::before {
  background-image: url(../common/images/flow_step11.png);
}
ul.flow-list li .flow-inner {
  position: relative;
  padding-left: 108px;
}
ul.flow-list li .flow-inner::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  width: 108px;
  height: 108px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
ul.flow-list li .flow-inner::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
ul.flow-list li .flow-inner h3 {
  color: #0f4e2a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.13;
}
ul.flow-list li .flow-inner P {
  color: #0f4e2a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}

/*house-image*/
div.house-image {
  text-align: center;
}
div.house-image figure {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 55px;
}
div.house-image figure img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  br.tabbr,
br.spbr,
br.stbr {
    display: none;
  }

  .sp-iconnav-area,
.trigger {
    display: none;
  }

  /* header */
  .header-inner .logo-catch {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-inner .logo-catch a {
    margin-right: 25px;
    transition: 0.5s;
  }
  .header-inner .logo-catch a:hover {
    opacity: 0.8;
  }

  nav.global-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  nav.global-nav ul li:not(:last-child) {
    border-right: solid 2px #dadada;
  }
  nav.global-nav ul li a {
    padding: 0 30px;
    transition: 0.3s;
  }
  nav.global-nav ul li a:hover {
    color: #000;
  }

  .nav-current a {
    color: #000 !important;
    pointer-events: none;
  }

  /* footer */
  .footer-contact-body .contact-info-area {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-contact-body .contact-info-area .contact-btn {
    margin: 0 0 0 60px;
  }

  .footer-nav-area .column-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-nav-area .column-layout .footer-logo {
    margin-right: 30px;
  }
  .footer-nav-area .footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-nav-area .footer-nav ul li:not(:last-child) {
    border-right: solid 2px #dadada;
  }
  .footer-nav-area .footer-nav ul li a {
    padding: 0 40px;
    transition: 0.3s;
  }
  .footer-nav-area .footer-nav ul li a:hover {
    color: #000;
  }

  /* contact-info */
  .contact-info-area .contact-btn a {
    transition: 0.3s;
  }
  .contact-info-area .contact-btn a:hover {
    box-shadow: 0 2px #f1d170;
    transform: translateY(3px);
  }

  /* btn */
  .detail-btn a {
    transition: 0.3s;
  }
  .detail-btn a:hover {
    box-shadow: 0 2px #013b1a;
    transform: translateY(3px);
  }

  /*flow*/
  ul.flow-list li:nth-child(3) .flow-inner h3 {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.27;
  }
  ul.flow-list li .flow-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    height: 125px;
  }
  ul.flow-list li .flow-inner h3 {
    width: 190px;
    text-align: center;
  }
  ul.flow-list li .flow-inner P {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 10px;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  html #wpadminbar {
    position: fixed !important;
  }

  br.pcbr,
.pc-text {
    display: none;
  }

  body {
    width: 100%;
    min-width: 100%;
  }

  div.contents {
    width: 650px;
  }

  /* trigger */
  .trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    transition: 0.5s;
    z-index: 100;
  }
  .trigger .menu-trigger,
.trigger .menu-trigger span {
    display: inline-block;
    transition: 0.4s;
  }
  .trigger .menu-trigger {
    position: relative;
    width: 41px;
    height: 26px;
  }
  .trigger span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: #0f4e2a;
  }
  .trigger span:nth-child(1) {
    top: 0px;
  }
  .trigger span:nth-child(2) {
    top: 11px;
  }
  .trigger span:nth-child(3) {
    top: 22px;
  }

  .open .trigger span:nth-child(1) {
    top: 1px;
    -webkit-transform: translate(0, 11px) rotate(135deg);
    transform: translate(0, 11px) rotate(135deg);
  }
  .open .trigger span:nth-child(2) {
    opacity: 0;
  }
  .open .trigger span:nth-child(3) {
    top: 23px;
    -webkit-transform: translate(0, -11px) rotate(-135deg);
    transform: translate(0, -11px) rotate(-135deg);
  }

  .contact-info-area {
    display: none;
  }

  /* header */
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .header-inner {
    width: 100%;
    height: 60px;
    padding: 0 0 0 10px;
    background: #fff;
  }
  .header-inner .logo-catch a img {
    height: 46px;
  }
  .header-inner .logo-catch p {
    display: none;
  }

  nav.global-nav {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 70px 15px 0;
    background-color: #fff;
    border-top: solid 1px #0f4e2a;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
    z-index: 100;
    transition: 0.5s;
  }
  nav.global-nav.sp-fixed {
    opacity: 1;
    visibility: visible;
  }
  nav.global-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  nav.global-nav ul li {
    width: 50%;
    margin-bottom: 35px;
    text-align: center;
  }
  nav.global-nav ul li:nth-child(even) {
    border-left: solid 1px #dadada;
  }
  nav.global-nav ul li a {
    color: #0f4e2a;
    font-size: 1.8rem;
    text-align: center;
  }
  nav.global-nav .contact-info-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  nav.global-nav .contact-info-area .contact-btn {
    max-width: 340px;
  }
  nav.global-nav .contact-info-area .contact-btn a {
    color: #222222;
  }
  nav.global-nav .contact-info-area .contact-btn a::before {
    background-image: url(../common/images/icon_mail_black.svg);
  }
  nav.global-nav .contact-info-area .tel-info dt {
    margin-bottom: 7px;
  }
  nav.global-nav .contact-info-area .tel-info dt a {
    position: relative;
    color: #0f4e2a;
  }
  nav.global-nav .contact-info-area .tel-info dt a::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 57%;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../common/images/icon_tel_pic.svg) no-repeat top center/contain;
  }
  nav.global-nav .contact-info-area .tel-info dd {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }

  /* footer */
  .footer-contact-body {
    padding: 40px 0 70px;
  }
  .footer-contact-body h2 {
    font-size: 2.3rem;
  }
  .footer-contact-body p {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.38;
  }
  .footer-contact-body .contact-info-area {
    display: block;
  }
  .footer-contact-body .contact-info-area .tel-info dt a {
    padding-left: 35px;
  }
  .footer-contact-body .contact-info-area .tel-info dt a::before {
    top: 50%;
    width: 29px;
    height: 29px;
  }
  .footer-contact-body .contact-info-area .tel-info dt a img {
    height: 26px;
  }
  .footer-contact-body .contact-info-area .tel-info dd {
    height: 25px;
    font-size: 1.3rem;
  }
  .footer-contact-body .contact-info-area .contact-btn {
    width: 100%;
  }
  .footer-contact-body .contact-info-area .contact-btn a {
    height: 55px;
    font-size: 1.5rem;
  }
  .footer-contact-body .contact-info-area .contact-btn a::before {
    left: 13px;
    width: 23px;
    height: 17px;
  }
  .footer-contact-body .contact-info-area .contact-btn a::after {
    width: 10px;
    height: 15px;
  }

  .footer-nav-area {
    padding: 60px 0 70px;
  }
  .footer-nav-area .column-layout {
    margin-bottom: 55px;
    text-align: center;
  }
  .footer-nav-area .column-layout .footer-logo {
    margin-bottom: 15px;
  }
  .footer-nav-area .column-layout .footer-logo img {
    height: 75px;
  }
  .footer-nav-area .column-layout .footer-address p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .footer-nav-area .footer-nav ul li {
    width: 50%;
  }
  .footer-nav-area .footer-nav ul li:nth-child(odd):not(:last-child) {
    border-right: solid 1px #dadada;
  }
  .footer-nav-area .footer-nav ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
  .footer-nav-area .footer-nav ul li a {
    display: block;
    font-size: 1.8rem;
    text-align: center;
  }

  .copyright {
    height: 55px;
    font-size: 0.7rem;
    letter-spacing: 0.3em;
  }

  /* contact-info */
  .contact-info-area {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 300px;
    margin: 0 auto;
  }
  .contact-info-area .tel-info {
    margin: 0 0 25px 0;
  }
  .contact-info-area .tel-info dt a {
    padding-left: 35px;
  }
  .contact-info-area .tel-info dt a::before {
    top: 50%;
    width: 29px;
    height: 29px;
  }
  .contact-info-area .tel-info dt a img {
    height: 26px;
  }
  .contact-info-area .tel-info dd {
    height: 25px;
    font-size: 1.3rem;
  }
  .contact-info-area .contact-btn {
    width: 100%;
    margin: 0;
  }
  .contact-info-area .contact-btn a {
    height: 55px;
    font-size: 1.5rem;
  }
  .contact-info-area .contact-btn a::before {
    left: 13px;
    width: 23px;
    height: 17px;
  }
  .contact-info-area .contact-btn a::after {
    width: 10px;
    height: 15px;
  }

  /*title*/
  .page-title-contents {
    height: 200px;
    margin-top: 60px;
  }
  .page-title-contents::before {
    background: url(../common/images/page_title_back_sp.jpg) no-repeat top center/cover;
  }
  .page-title-contents h1 {
    font-size: 2.3rem;
  }
  .page-title-contents h1 span img {
    height: 65px;
  }

  /* btn */
  .detail-btn a,
.detail-btn input {
    height: 56px;
    box-shadow: 0 4px #013b1a;
    font-size: 1.8rem;
  }
  .detail-btn a::before,
.detail-btn input::before {
    right: 18px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #ffd975;
    border-right: 3px solid #ffd975;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  /*flow*/
  ul.flow-list li {
    padding: 0 10px 0 5px;
  }
  ul.flow-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  ul.flow-list li:not(:last-child)::before {
    bottom: -15px;
    width: 0;
    height: 0;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
  }
  ul.flow-list li:nth-child(1) .flow-inner::after {
    width: 43px;
    height: 55px;
  }
  ul.flow-list li:nth-child(2) .flow-inner::after {
    width: 55px;
    height: 55px;
  }
  ul.flow-list li:nth-child(3) .flow-inner {
    padding-bottom: 30px;
  }
  ul.flow-list li:nth-child(3) .flow-inner::after {
    top: 65%;
    width: 44px;
    height: 60px;
  }
  ul.flow-list li:nth-child(4) .flow-inner::after {
    width: 48px;
    height: 45px;
  }
  ul.flow-list li:nth-child(5) .flow-inner::after {
    width: 51px;
    height: 55px;
  }
  ul.flow-list li:nth-child(6) .flow-inner::after {
    width: 54px;
    height: 30px;
  }
  ul.flow-list li .flow-inner {
    min-height: 90px;
    padding: 20px 0 20px 75px;
  }
  ul.flow-list li .flow-inner::before {
    width: 64px;
    height: 64px;
  }
  ul.flow-list li .flow-inner h3 {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  ul.flow-list li .flow-inner P {
    padding-right: 65px;
    font-size: 1.3rem;
    line-height: 1.3;
  }

  /*house-image*/
  div.house-image figure {
    margin-bottom: 35px;
  }
  div.house-image > img {
    height: 90px;
  }
}
@media screen and (min-width: 667px) and (max-width: 1000px) {
  /* ------------------------------------------------------*/
  br.pspbr {
    display: none;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  br.spbr {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  br.tabbr,
br.ptbr {
    display: none;
  }

  div.contents {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
  br.minbr {
    display: block;
  }
}
/* layout
------------------------------------------------------*/
.page-title-contents::before {
  background: url(../outer/images/page_title_back_pc.jpg) no-repeat top center/cover;
}

.outer-body-group {
  position: relative;
  width: 100%;
  padding: 75px 0 100px;
}
.outer-body-group .outer-about-area {
  margin-bottom: 130px;
}
.outer-body-group .outer-about-area .head-message {
  margin-bottom: 65px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
}
.outer-body-group .outer-about-area ul li {
  padding: 40px 120px 40px 145px;
  background: #f1f1f1;
}
.outer-body-group .outer-about-area ul li:not(:last-child) {
  margin-bottom: 20px;
}
.outer-body-group .outer-about-area ul li p {
  font-size: 2.6rem;
  font-weight: 700;
}
.outer-body-group .outer-about-area ul li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 505px;
}
.outer-body-group .outer-about-area ul li > div span {
  display: block;
  width: 48%;
  padding: 25px 0;
  background: #0f4e2a;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.outer-body-group .outer-about-area ul li > div span:nth-child(odd) {
  margin-right: 4%;
}
.outer-body-group .outer-about-area > span {
  display: block;
  padding-top: 25px;
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
}
.outer-body-group .outer-flow-area figure {
  margin-bottom: 70px;
}
.outer-body-group .outer-flow-area figure img {
  width: 100%;
  height: auto;
}
.outer-body-group .outer-flow-area .flow-head-catch {
  margin-bottom: 55px;
}
.outer-body-group .outer-flow-area .flow-head-catch h2 {
  margin-bottom: 25px;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.outer-body-group .outer-flow-area .flow-head-catch p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
}
.outer-body-group .outer-flow-area .flow-list {
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
}
.outer-body-group .outer-flow-area .flow-list li {
  padding: 0;
}
.outer-body-group .outer-flow-area .flow-list li:not(:last-child)::before {
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 20px 20px 0 20px;
  border-color: #0f4e2a transparent transparent transparent;
  border-style: solid;
}
.outer-body-group .outer-flow-area .flow-list li .flow-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  min-height: 117px;
  height: auto;
  padding: 30px 20px 30px 150px;
  background: #f2f2f2;
}
.outer-body-group .outer-flow-area .flow-list li .flow-inner::before {
  left: 20px;
  height: 77px;
}
.outer-body-group .outer-flow-area .flow-list li .flow-inner::after {
  display: none;
}
.outer-body-group .outer-flow-area .flow-list li .flow-inner h3 {
  width: auto;
  margin-bottom: 2px;
  color: #0f4e2a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
}
.outer-body-group .outer-flow-area .flow-list li .flow-inner h3 span {
  display: inline-block;
  position: relative;
}
.outer-body-group .outer-flow-area .flow-list li .flow-inner h3 span:not(:last-child) {
  margin-right: 45px;
  padding-right: 45px;
}
.outer-body-group .outer-flow-area .flow-list li .flow-inner h3 span:not(:last-child)::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 52%;
  right: 0;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #b1b1b1;
  border-style: solid;
}
.outer-body-group .outer-flow-area .flow-list li .flow-inner p {
  width: 100%;
  -webkit-flex: none;
  flex: none;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: -0.025em;
  line-height: 1.625;
}
.outer-body-group .outer-flow-area .flow-list li .flow-inner p span {
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
  z-index: 1;
}
.outer-body-group .outer-flow-area .flow-list li .flow-inner p span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffe400;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  .page-title-contents h1 {
    padding-top: 45px;
  }

  .outer-body-group .outer-about-area ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .outer-body-group .outer-about-area ul li P {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  .page-title-contents::before {
    background: url(../outer/images/page_title_back_sp.jpg) no-repeat top center/cover;
  }

  .outer-body-group {
    padding: 30px 0 80px;
  }
  .outer-body-group .outer-about-area {
    margin-bottom: 45px;
  }
  .outer-body-group .outer-about-area .head-message {
    margin-bottom: 25px;
    font-size: 1.3rem;
    letter-spacing: -0.01em;
    line-height: 1.6;
  }
  .outer-body-group .outer-about-area ul li {
    padding: 20px 20px;
  }
  .outer-body-group .outer-about-area ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .outer-body-group .outer-about-area ul li p {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .outer-body-group .outer-about-area ul li > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .outer-body-group .outer-about-area ul li > div span {
    display: block;
    width: 48%;
    padding: 15px 0;
    font-size: 1.4rem;
  }
  .outer-body-group .outer-about-area > span {
    padding-top: 20px;
    font-size: 1.5rem;
  }
  .outer-body-group .outer-flow-area figure {
    margin-bottom: 50px;
  }
  .outer-body-group .outer-flow-area .flow-head-catch {
    margin-bottom: 25px;
  }
  .outer-body-group .outer-flow-area .flow-head-catch h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
  }
  .outer-body-group .outer-flow-area .flow-head-catch p {
    font-size: 1.3rem;
    letter-spacing: -0.01em;
    line-height: 1.6;
  }
  .outer-body-group .outer-flow-area .flow-list li {
    padding: 0;
  }
  .outer-body-group .outer-flow-area .flow-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .outer-body-group .outer-flow-area .flow-list li:not(:last-child)::before {
    bottom: -10px;
    width: 0;
    height: 0;
    border-width: 10px 10px 0 10px;
    border-color: #0f4e2a transparent transparent transparent;
    border-style: solid;
  }
  .outer-body-group .outer-flow-area .flow-list li .flow-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 92px;
    height: auto;
    padding: 25px 20px 25px 90px;
  }
  .outer-body-group .outer-flow-area .flow-list li .flow-inner::before {
    top: 50%;
    left: 10px;
    height: 53px;
  }
  .outer-body-group .outer-flow-area .flow-list li .flow-inner h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.33;
  }
  .outer-body-group .outer-flow-area .flow-list li .flow-inner p {
    padding-top: 5px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .outer-body-group .outer-flow-area .flow-list li .flow-inner p span {
    font-size: 2rem;
  }
  .outer-body-group .outer-flow-area .flow-list li .flow-inner p span::before {
    bottom: 2.5px;
    height: 5px;
  }
}
@media screen and (max-width: 360px) {
  /* ------------------------------------------------------*/
}

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