@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*,
*::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;
}
a:visited {
  color: inherit;
}

li {
  list-style: none;
}

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

body {
  width: 100%;
  min-width: 1200px;
  background: #FFF;
  color: #000;
  font-family: "游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.6rem;
  letter-spacing: .1em;
  text-indent: .1em;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: calc((24/760)*100vw);
  }
}

a:hover img {
  opacity: .6;
  transition: .5s;
}

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

.inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 3.9473684211vw;
  }
}

.anchor {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 640px) {
  .anchor {
    margin-top: -13.1578947368vw;
    padding-top: 13.1578947368vw;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inherit !important;
  }
}

/*---------------
   header
---------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  padding: 40px 0 0;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  .header {
    height: calc((100/760)*100vw);
    padding: calc((20/760)*100vw) 0;
  }
}
.header.colored {
  background: rgba(255, 255, 255, 0.7);
}
.header .inner {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .header .header_logo {
    width: calc((449/760)*100vw);
  }
}
.header .gnav_button {
  display: none;
}
@media screen and (max-width: 640px) {
  .header .gnav_button {
    position: fixed;
    top: calc((10/760)*100vw);
    right: calc((30/760)*100vw);
    display: block;
    width: calc((80/760)*100vw);
    height: calc((80/760)*100vw);
    background: url("../images/header_sp_close.png") top center no-repeat;
    background-size: contain;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1001;
    outline: none;
  }
}
.header .gnav_button.active {
  background: url("../images/header_sp_open.png") top center no-repeat;
  background-size: contain;
}
.header .gnav_menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .header .gnav_menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0 calc((30/760)*100vw);
  }
}
.header .gnav_menu li {
  margin: 20px 0 0 20px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .header .gnav_menu li {
    width: 100%;
    margin: 0;
    border-bottom: #000 1px dotted;
    font-size: calc((28/760)*100vw);
    text-align: center;
  }
}
.header .gnav_menu li a {
  display: block;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .header .gnav_menu li a {
    padding: calc((30/760)*100vw);
  }
}
.header .gnav_menu li a:hover {
  opacity: .6;
  transition: .5s;
}
.header .gnav_menu li.home a {
  background: url("../images/header_ico_home.png") top 50% left no-repeat;
}
@media screen and (max-width: 640px) {
  .header .gnav_menu li.home a {
    background: url("../images/header_ico_home.png") top 50% left 25vw no-repeat;
    background-size: calc((50/760)*100vw);
  }
}
.header .gnav_menu li.greeting a {
  background: url("../images/header_ico_greeting.png") top 50% left no-repeat;
}
@media screen and (max-width: 640px) {
  .header .gnav_menu li.greeting a {
    background: url("../images/header_ico_greeting.png") top 50% left 25vw no-repeat;
    background-size: calc((50/760)*100vw);
  }
}
.header .gnav_menu li.outline a {
  background: url("../images/header_ico_outline.png") top 50% left no-repeat;
}
@media screen and (max-width: 640px) {
  .header .gnav_menu li.outline a {
    background: url("../images/header_ico_outline.png") top 50% left 25vw no-repeat;
    background-size: calc((50/760)*100vw);
  }
}
.header .gnav_menu li.works a {
  background: url("../images/header_ico_works.png") top 50% left no-repeat;
}
@media screen and (max-width: 640px) {
  .header .gnav_menu li.works a {
    background: url("../images/header_ico_works.png") top 50% left 25vw no-repeat;
    background-size: calc((50/760)*100vw);
  }
}

.header .gnav_menu li.news a {
  background: url("../images/header_ico_news.png") top 50% left no-repeat;
}
@media screen and (max-width: 640px) {
  .header .gnav_menu li.news a {
    background: url("../images/header_ico_news.png") top 50% left 25vw no-repeat;
    background-size: calc((50/760)*100vw);
  }
}


.header .gnav_menu li.tel {
  position: absolute;
  top: -20px;
  right: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .header .gnav_menu li.tel {
    position: static;
  }
}
@media screen and (max-width: 640px) {
  .header .gnav_menu_wrapper {
    width: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: calc((100/760)*100vw);
    right: 0;
    z-index: 1000;
    background-color: #FFF;
  }
}
@media screen and (max-width: 640px) {
  .header .gnav_menu_wrapper.open {
    transform: translate(0);
  }
}

/*---------------
   main
---------------*/
@media screen and (max-width: 640px) {
  .main {
    /*	margin-top: calc((100/760)*100vw);*/
  }
}

.content {
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .content {
    padding: calc((100/760)*100vw) 0;
  }
}

.lttl {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 30px;
  font-size: 4.0rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-indent: .2em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .lttl {
    margin-bottom: calc((50/760)*100vw);
    padding-bottom: calc((30/760)*100vw);
    font-size: calc((50/760)*100vw);
    z-index: 888;
  }
}
.lttl:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 100px;
  height: 0;
  border-top: #FCD900 6px dotted;
}
@media screen and (max-width: 640px) {
  .lttl:after {
    width: calc((150/760)*100vw);
    border-top: #FCD900 calc((8/760)*100vw) dotted;
  }
}

/*---------------
   footer
---------------*/
.footer {
  padding: 40px 0 10px;
  background: #FCD900;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: calc((50/760)*100vw) 0 calc((10/760)*100vw);
  }
}
.footer .footer_logo {
  margin-bottom: 20px;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .footer .footer_logo {
    margin-bottom: calc((30/760)*100vw);
    font-size: calc((50/760)*100vw);
  }
}
.footer .footer_address {
  margin-bottom: 20px;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .footer .footer_address {
    margin-bottom: calc((30/760)*100vw);
    font-size: calc((24/760)*100vw);
  }
}
.footer .footer_copy {
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .footer .footer_copy {
    font-size: calc((20/760)*100vw);
  }
}
