@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  color: #0A377F;
}
a:visited {
  color: inherit;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

/*---------------
   共通
---------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-feature-settings: "palt";
}

main {
  display: block;
}

a img:hover {
  opacity: 0.6;
  transition: 0.5s;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.flex_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}

.sans {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.sp {
  display: none;
}

.center {
  text-align: center;
}

/*---------------
   header
---------------*/
#header {
  padding: 15px 0 23px;
  background: #FFF;
  position: relative;
}
#header .inner {
  position: relative;
  width: 1200px;
  min-width: 1200px;
}
#header .logo {
  text-align: center;
}
#header .company-name {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "YuMincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif;
}
#header .company-name a {
  color: #333;
}
#header .company-name p {
  margin-bottom: 0;
}
#header .company-name address {
  font-style: normal;
  font-size: 1.3rem;
}

.gnav {
  margin-bottom: 20px;
}
.gnav .drawer_button {
  display: none;
}
.gnav .drawer_menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
}
.gnav .drawer_menu li a {
  display: block;
  padding: 24px 30px;
  border-bottom: #FFF 3px solid;
  color: #212121;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  white-space: nowrap;
}
.gnav .drawer_menu li a:hover {
  border-bottom: #0A377F 3px solid;
}
.gnav .drawer_menu li span {
  display: block;
  padding: 24px 30px;
  border-bottom: #FFF 3px solid;
  color: #212121;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  opacity: 0.3;
}

#page_ttl {
  height: 160px;
  overflow: hidden;
  background: url(../images/common/page_ttl_bg.jpg) top center no-repeat;
}
#page_ttl .inner {
  position: relative;
  height: 160px;
}
#page_ttl h1 {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
#page_ttl h1 span {
  display: block;
  color: #FFF;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
#page_ttl h1 span.en {
  font-size: 3.6rem;
  font-weight: normal;
}
#page_ttl h1 span.jp {
  font-size: 2rem;
  font-weight: bold;
}

.content {
  padding: 50px 0;
}

.lttl {
  margin: 2em 0 1em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
.lttl:first-child {
  margin: 0 0 1.5em;
}

.mttl {
  margin: 2em 0 1.5em;
  padding: 0 0 0.5em 1em;
  border-bottom: #0A377F 3px solid;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.mttl:first-child {
  margin: 0 0 1.5em;
}

.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.btn a {
  display: block;
  width: 190px;
  margin: 0 auto;
  background: #FFF;
  color: #0A377F;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 40px;
  text-align: center;
  border: #0A377F 1px solid;
}
.btn a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.btn_w {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.btn_w a {
  display: block;
  width: 190px;
  margin: 0 auto;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 40px;
  text-align: center;
  border: #FFF 1px solid;
}
.btn_w a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

#contact {
  height: 161px;
  padding: 40px 0;
  background: url(../images/renovation/contact_bg.png) top center no-repeat;
}
#contact .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .lttl {
  width: 380px;
  margin: -10px 0 0;
  padding: 60px 0 0;
  background: url(../images/renovation/contact_ttl_bg.png) top center no-repeat;
  color: #FFF;
}
#contact .tel {
  width: 365px;
}
#contact .tel p {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#contact .tel p.phone {
  padding-left: 1em;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  background: url(../images/renovation/contact_ico_phone.png) top left no-repeat;
}
#contact .tel p.phone a {
  color: #fff;
  text-decoration: none;
}
#contact .btn_mail {
  margin: 0 auto;
  width: 395px;
}
#contact .btn_mail a {
  position: relative;
  display: block;
  width: 365px;
  padding-left: 80px;
  background: url(../images/renovation/contact_ico_mail.png) top 50% left 50px no-repeat #FFF;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 50px;
}
#contact .btn_mail a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border: transparent 9px solid;
  border-right: rgba(10, 55, 127, 0.5) 9px solid;
  border-bottom: rgba(10, 55, 127, 0.5) 9px solid;
}
#contact .btn_mail a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

@media (min-width: 641px) {
  .phone a[href^="tel:"] {
    pointer-events: none;
  }
}
#footer {
  background: rgba(0, 0, 0, 0.05);
}
#footer .company_info {
  padding: 75px 0;
  align-items: center;
}
#footer .company_info .logo {
  margin-right: 30px;
}
#footer .company_info h1 {
  margin-bottom: 10px;
  color: #1F1F1F;
  line-height: 1.4;
}
#footer .company_info h1 .en {
  display: block;
  font-size: 1.3rem;
}
#footer .company_info h1 .jp {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
#footer .company_info .office {
  margin-bottom: 10px;
  color: #1F1F1F;
  font-size: 1.4rem;
  line-height: 1.4;
}
#footer .company_info .contact a {
  padding-left: 2em;
  background: url(../images/common/f_ico_mail.png) bottom 0.2em left no-repeat;
  color: #202020;
  font-size: 1.5rem;
  font-weight: 600;
}
#footer .company_info .contact a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
#footer .f_nav ul {
  margin-left: 70px;
  padding: 75px 0;
}
#footer .f_nav li {
  margin-bottom: 0.6em;
}
#footer .f_nav li a {
  color: #202020;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#footer .f_nav li a:hover {
  text-decoration: underline;
}
#footer .f_nav li span {
  color: #202020;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  opacity: 0.3;
}
#footer .copy {
  padding: 16px 0;
  background: #FFF;
  color: #212121;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .inner {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 640px) {
  /*---------------
     共通
  ---------------*/
  body {
    min-width: 100%;
    font-size: 3.4210526316vw;
  }
  img {
    max-width: 100%;
  }
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 2.6315789474vw;
  }
  .sp_f_col {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  /*---------------
     header
  ---------------*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.1315789474vw;
    padding: 1.0526315789vw 0 1.0526315789vw;
    z-index: 999;
  }
  #header .inner {
    width: 100%;
    min-width: 100%;
    display: flex;
  }
  #header .logo {
    text-align: left;
  }
  #header .logo img {
    width: auto;
    height: 10.5263157895vw;
  }
  #header .company-name {
    margin-left: 1em;
    position: static;
    transform: translate(0, 0);
    top: 0;
    right: auto;
    left: 15.7894736842vw;
    font-size: 3.9473684211vw;
    width: 65vw;
  }
  #header .company-name p {
    margin-bottom: 0;
    font-size: 3.1578947368vw;
  }
  #header .company-name address {
    font-size: 2.3684210526vw;
    line-height: 1.3;
  }
  #header .company-name .iten {
    position: absolute;
    right: 0;
    bottom: 1vw;
    width: 30vw;
  }
  .gnav .drawer_button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 5.2631578947vw;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 3.6842105263vw;
    right: 5.3947368421vw;
    z-index: 1001;
    text-align: center;
    outline: none;
    color: #0A377F;
  }
  .gnav .drawer_button.active .drawer_bar {
    width: 5.6578947368vw;
  }
  .gnav .drawer_button.active .drawer_bar1 {
    transform: rotate(42deg);
  }
  .gnav .drawer_button.active .drawer_bar2 {
    opacity: 0;
  }
  .gnav .drawer_button.active .drawer_bar3 {
    transform: rotate(-42deg);
  }
  .gnav .drawer_button.active .drawer_menu_text {
    display: none;
  }
  .gnav .drawer_button.active .drawer_close {
    display: block;
  }
  .gnav .drawer_button .drawer_bar {
    display: block;
    height: 1px;
    margin: 1.5789473684vw 0;
    transition: all 0.2s;
    transform-origin: 0 0;
    background-color: #0A377F;
  }
  .gnav .drawer_menu_wrapper {
    width: 100vw;
    height: 100%;
    transition: all 0.2s;
    transform: translate(100vw);
    position: fixed;
    top: 15.1315789474vw;
    right: 0;
    z-index: 1000;
    padding: 0 2.6315789474vw;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .gnav .drawer_menu_wrapper.open {
    transform: translate(0);
  }
  .gnav .drawer_menu_wrapper .drawer_menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .gnav .drawer_menu_wrapper .drawer_menu li a {
    padding: 1em;
    border-bottom: none;
    color: #1F1F1F;
    font: 3.1578947368vw;
    text-align: center;
  }
  .gnav .drawer_menu_wrapper .drawer_menu li span {
    text-align: center;
  }
  .gnav .drawer_menu_wrapper .drawer_menu li.contact a {
    position: relative;
  }
  .gnav .drawer_menu_wrapper .drawer_menu li.contact a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-400%, -50%);
    content: "";
    display: inline-block;
    width: 5.2631578947vw;
    height: 4.2105263158vw;
    background: url(../images/common/f_ico_mail.png) top left no-repeat;
    background-size: contain;
  }
  #main {
    margin: 15.1315789474vw 0 0;
  }
  #page_ttl {
    height: 21.0526315789vw;
    background-size: cover;
  }
  #page_ttl .inner {
    height: 21.0526315789vw;
  }
  #page_ttl h1 {
    left: 2.6315789474vw;
  }
  #page_ttl h1 span.en {
    font-size: 5.2631578947vw;
  }
  #page_ttl h1 span.jp {
    font-size: 3.1578947368vw;
  }
  .content {
    padding: 6.5789473684vw 0;
  }
  .content .inner {
    padding: 0 2.6315789474vw;
  }
  .lttl {
    font-size: 3.9473684211vw;
  }
  .mttl {
    font-size: 3.9473684211vw;
  }
  .btn a,
  .btn_w a {
    width: 37.5vw;
    font-size: 3.1578947368vw;
    line-height: 7.8947368421vw;
  }
  .col2_wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .col2_wrap .col2_item {
    width: 100%;
    margin-bottom: 5vw;
  }
  .col3_wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .col3_wrap .col3_item {
    width: 100%;
    margin-bottom: 5vw;
  }
  #contact {
    height: auto;
    padding: 6.5789473684vw 0;
    background-size: cover;
  }
  #contact .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0 2.6315789474vw;
  }
  #contact .lttl {
    width: 100%;
    margin: 0 0 2.6315789474vw;
    padding: 11.8421052632vw 0 0;
    background-size: 50vw;
    color: #FFF;
  }
  #contact .tel {
    width: 100%;
    margin-bottom: 2.6315789474vw;
  }
  #contact .tel p {
    margin-bottom: 0;
    font-size: 3.9473684211vw;
    text-align: center;
  }
  #contact .tel p.phone {
    font-size: 6.5789473684vw;
    background: url(../images/renovation/contact_ico_phone.png) top left 13.1578947368vw no-repeat;
    background-size: 5.2631578947vw;
  }
  #contact .btn_mail {
    width: 100%;
  }
  #contact .btn_mail a {
    width: 70vw;
    margin: 0 auto;
    padding-left: 0;
    background: url(../images/renovation/contact_ico_mail.png) top 50% left 6.5789473684vw no-repeat #FFF;
    background-size: 5.2631578947vw;
    font-size: 3.1578947368vw;
    text-align: center;
    line-height: 50px;
  }
  #contact .btn_mail a:after {
    border: transparent 1.3157894737vw solid;
    border-right: rgba(10, 55, 127, 0.5) 1.3157894737vw solid;
    border-bottom: rgba(10, 55, 127, 0.5) 1.3157894737vw solid;
  }
  #footer .company_info {
    padding: 7.6315789474vw 0 6.5789473684vw;
  }
  #footer .company_info .logo {
    margin: 0 0 3.9473684211vw;
  }
  #footer .company_info .logo img {
    width: 12.5vw;
  }
  #footer .company_info h1 {
    margin: 0 0 3.9473684211vw;
    text-align: center;
  }
  #footer .company_info h1 .en {
    margin-bottom: 1.5em;
    display: block;
    font-size: 2.6315789474vw;
  }
  #footer .company_info h1 .jp {
    font-size: 3.1578947368vw;
  }
  #footer .company_info .office {
    margin: 0 0 3.9473684211vw;
    font-size: 3.1578947368vw;
    text-align: center;
  }
  #footer .company_info .contact {
    text-align: center;
  }
  #footer .company_info .contact a {
    background: url(../images/common/f_ico_mail.png) bottom 0.2em left no-repeat;
    background-size: 3.9473684211vw;
    font-size: 3.6842105263vw;
  }
  #footer .copy {
    padding: 2.6315789474vw 0;
    font-size: 2.6315789474vw;
  }
}/*# sourceMappingURL=common.css.map */