@charset "utf-8";
/* ===================================================================
CSS information

  file name  : sp.css
  style info : スマートフォン用
=================================================================== */

@media screen and (min-width: 1px) and (max-width: 1440px){

/*----------------------------------------------------
	共通
----------------------------------------------------*/
body {
  font-size: 1.7rem;
}

/* -----------------------------------------------------------
    hd
----------------------------------------------------------- */
.hd_01 {
  font-size: 7.0rem;
}

.hd_02 {
  font-size: 2.2rem;
}

.hd_03 {
  font-size: 2.2rem;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  min-height: 200px;
}

header.is-fixed {
  min-height: 100px;
}

/* -----------------------------------------------------------
    .main
----------------------------------------------------------- */
.main {
  padding-top: 200px;
}

#lower .main .ttl {
  font-size: 5.0rem;
}

/* -----------------------------------------------------------
    .container
----------------------------------------------------------- */
#lower .container {
  margin-top: 12.5vw;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer {
  margin-top: 15vw;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top .main .catchphrase {
  font-size: 20.0rem;
  line-height: 0.6;
}

#top .container {
  margin-top: 15vw;
}

#top .container > section:not(:first-of-type) {
  margin-top: 15vw;
}

#top .container #services > .wrap .contents article .head i {
  width: 5vw;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(1) {
  font-size: 2.8rem;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(2) {
  font-size: 2.2rem;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */

/*    送信完了ページ
----------------------------------------------------------- */
.complete .complete_box h2 {
  font-size: 2.6rem;
}

}

@media screen and (min-width: 1px) and (max-width: 1280px){

/* -----------------------------------------------------------
    hd
----------------------------------------------------------- */
.hd_01 {
  font-size: 6.0rem;
}

.hd_02 {
  font-size: 2.0rem;
}

.hd_03 {
  font-size: 2.0rem;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top .main .catchphrase {
  font-size: 18.0rem;
}

#top .container #services > .wrap .contents article .head i {
  width: 5.5vw;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(1) {
  font-size: 2.6rem;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(2) {
  font-size: 2.0rem;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
.inquiry .form_box dl:not(:first-of-type) {
  margin-top: 4vw;
}

.inquiry .btn_box {
  margin-top: 5vw;
}

}

@media screen and (min-width: 1px) and (max-width: 1080px){

/* -----------------------------------------------------------
    hd
----------------------------------------------------------- */
.hd_01 {
  font-size: 5.0rem;
}

.hd_02 {
  font-size: 1.8rem;
}

.hd_03 {
  font-size: 1.8rem;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  min-height: 150px;
}

/* -----------------------------------------------------------
    #g_nav
----------------------------------------------------------- */
#g_nav .main_nav li:not(:first-of-type) {
  margin-left: 2em;
}

/* -----------------------------------------------------------
    .main
----------------------------------------------------------- */
.main {
  padding-top: 150px;
}

#lower .main {
  height: 350px;
}

#lower .main .ttl {
  font-size: 4.0rem;
}

/* -----------------------------------------------------------
    .container
----------------------------------------------------------- */
#lower .container {
  margin-top: 15vw;
}

#lower .container .head {
  flex: 0 1 25vw;
}

/* -----------------------------------------------------------
    .wrap
----------------------------------------------------------- */
#top .wrap {
  margin-top: 5vw;
}

#lower .wrap {
  margin-top: 7.5vw;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top .main .catchphrase {
  font-size: 16.0rem;
}

#top .container > section > .wrap .head {
  flex: 0 1 25vw;
}

#top .container #services > .wrap .contents article .head i {
  width: 6vw;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(1) {
  font-size: 2.4rem;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(2) {
  font-size: 1.9rem;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
.inquiry .form_box dl:not(:first-of-type) {
  margin-top: 5vw;
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete .complete_box h2 {
  font-size: 2.4rem;
  margin-bottom: 4vw;
}

.complete .complete_box p:not(:first-of-type) {
  margin-top: 0.5em;
}

.complete .btn_box {
  margin-top: 5vw;
}

/* -----------------------------------------------------------
    個人情報保護方針
----------------------------------------------------------- */
.privacy .container .wrap > dl:not(:first-of-type) {
  margin-top: 5vw;
}

}

@media screen and (min-width: 1px) and (max-width: 810px){

html.fixed,
html.fixed body {
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* -----------------------------------------------------------
    hd
----------------------------------------------------------- */
.hd_01 {
  font-size: 4.0rem;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  min-height: 120px;
}

header.is-fixed {
  min-height: 80px;
}

header > .site_id {
  width: 180px;
}

/* -----------------------------------------------------------
    toggle-panel
----------------------------------------------------------- */
#panel-btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2000;
}

#panel-btn:hover {
  opacity: 1;
}

#panel-btn-icon {
  background-color: #151515;
  display: block;
  position: relative;
  width: 40px;
  height: 2px;
  transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  background-color: #151515;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -12px;
  width: 20px;
}

.is-fixed #panel-btn-icon:before {
  margin-top: -8px;
}

#panel-btn-icon:after {
  margin-top: 10px;
  right: 0;
  width: 20px;
}

.is-fixed #panel-btn-icon:after {
  margin-top: 6px;
}

#panel-btn .close {
  background-color: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
  background-color: #ffffff;
  margin-top: 0;
  width: 40px;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
}

/* -----------------------------------------------------------
    #g_nav
----------------------------------------------------------- */
#g_nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(21,21,21,1);
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  padding: 5vw;
}

.open #g_nav {
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}

#g_nav a:link,
#g_nav a:visited,
#g_nav a:hover,
#g_nav a:active {
  color: #ffffff;
}

#g_nav > .site_id {
  display: block;
  line-height: 0;
  position: absolute;
  left: 5vw;
  top: 4.25vw;
  width: 120px;
}

#g_nav > .site_id path {
  fill: #ffffff;
}

#g_nav .main_nav {
  display: block;
  font-size: 5.0rem;
  font-weight: 600;
}

#g_nav .main_nav li:not(:first-of-type) {
  margin-left: 0;
  margin-top: 2vw;
}

#g_nav .sub_nav {
  display: block;
  font-size: 1.4rem;
  margin-top: 10vw;
}

/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
#lower main {
  flex: 1 1;
}

/* -----------------------------------------------------------
    .main
----------------------------------------------------------- */
.main {
  padding-top: 120px;
}

#top .main {
  align-items: center;
}

#lower .main {
  height: 300px;
  align-items: flex-end;
}

/* -----------------------------------------------------------
    .container
----------------------------------------------------------- */
#lower .container {
  display: block;
  margin-top: 5vw;
}

/* -----------------------------------------------------------
    .contents
----------------------------------------------------------- */
#lower .contents {
  margin-top: 15vw;
}

/* -----------------------------------------------------------
    .wrap
----------------------------------------------------------- */
#lower .wrap {
  margin-top: 10vw;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer {
  margin-top: 20vw;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top .main .catchphrase {
  font-size: 12.0rem;
}

#top .container > section > .wrap {
  display: block;
}

#top .container > section > .wrap .contents {
  margin-top: 7.5vw;
}

#top .container #about > .wrap .contents > p:not(:first-of-type) {
  margin-top: 3vw;
}

#top .container #services > .wrap .contents article:not(:first-of-type) {
  margin-top: 7.5vw;
}

#top .container #services > .wrap .contents article .head i {
  margin-right: 1.5em;
  width: 8vw;
}

#top .container #services > .wrap .contents article .lead {
  margin-top: 3vw;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
.inquiry .form_box dl dd {
  margin-top: 1.25vw;
}

.inquiry .btn_box {
  margin-top: 7.5vw;
}

.inquiry .btn_box .agree_wrap {
  margin: 3vw 0;
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete .complete_box h2 {
  font-size: 2.2rem;
  margin-bottom: 6vw;
}

.complete .btn_box {
  margin-top: 7.5vw;
}

/* -----------------------------------------------------------
    個人情報保護方針
----------------------------------------------------------- */
.privacy .container .wrap > dl:not(:first-of-type) {
  margin-top: 7.5vw;
}

}

@media screen and (min-width: 1px) and (max-width: 520px){

/*----------------------------------------------------
	共通
----------------------------------------------------*/
body {
  font-size: 1.4rem;
}

/*----------------------------------------------------
    .sp_element
----------------------------------------------------*/
.sp_element {
  display: none;
}

/* -----------------------------------------------------------
    高さ
----------------------------------------------------------- */
.hit_03 {
  height: 50px;
}

/* -----------------------------------------------------------
    幅
----------------------------------------------------------- */
.wid_08 {
  width: 230px;
}

/* -----------------------------------------------------------
    hd
----------------------------------------------------------- */
.hd_01 {
  font-size: 3.0rem;
}

.hd_02 {
  font-size: 1.6rem;
}

.hd_03 {
  font-size: 1.6rem;
}

/* -----------------------------------------------------------
    .list
----------------------------------------------------------- */
.list li:before {
  margin-right: 0.25em;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  min-height: 80px;
}

header.is-fixed {
  min-height: 60px;
}

header > .site_id {
  width: 140px;
}

/* -----------------------------------------------------------
    #g_nav
----------------------------------------------------------- */
#g_nav > .site_id {
  top: 5vw;
  width: 90px;
}

#g_nav .main_nav {
  font-size: 3.4rem;
}

#g_nav .main_nav li:not(:first-of-type) {
  margin-top: 1.5vw;
}

/* -----------------------------------------------------------
    .main
----------------------------------------------------------- */
.main {
  padding-top: 80px;
}

#lower .main {
  height: 250px;
}

#lower .main .ttl {
  font-size: 2.8rem;
}

/* -----------------------------------------------------------
    .contents
----------------------------------------------------------- */
#lower .contents {
  margin-top: 20vw;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer nav {
  font-size: 1.3rem;
}

/* -----------------------------------------------------------
    .wrap
----------------------------------------------------------- */
#top .wrap {
  margin-top: 7.5vw;
}

#lower .wrap {
  margin-top: 12.5vw;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer {
  margin-top: 30vw;
}

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top .main .catchphrase {
  font-size: 6.0rem;
}

#top .container {
  margin-top: 20vw;
}

#top .container > section:not(:first-of-type) {
  margin-top: 20vw;
}

#top .container > section > .wrap .contents {
  margin-top: 12.5vw;
}

#top .container #about > .wrap .contents > p:not(:first-of-type) {
  margin-top: 5vw;
}

#top .container #services > .wrap .contents article:not(:first-of-type) {
  margin-top: 10vw;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(1) {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

#top .container #services > .wrap .contents article .head i {
  margin-right: 1em;
  width: 12vw;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(1) {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(2) {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

#top .container #services > .wrap .contents article .lead {
  margin-top: 5vw;
}

#top .container #works > .wrap .contents {
  display: block;
  width: 100%;
}

#top .container #works > .wrap .contents article {
  margin-left: 0;
  margin-top: 10vw;
  width: 100%;
}

#top .container #works > .wrap .contents article:nth-of-type(-n+2) {
  margin-top: 10vw;
}

#top .container #works > .wrap .contents article:nth-of-type(2n) {
  margin-top: 10vw;
}

#top .container #works > .wrap .contents article:nth-of-type(1) {
  margin-top: 0;
}

#top .container #works > .wrap .contents article a .txt_box {
  margin-top: 4vw;
}

#top .container #company > .wrap .contents > dl {
  display: block;
  margin-top: 7.5vw;
}

#top .container #company > .wrap .contents > dl dt {
  font-weight: 600;
}

#top .container #company > .wrap .contents > dl dd {
  margin-top: 2vw;
}

#top .container #company > .wrap .contents > dl.add dd span {
  display: block;
}

#top .container #company > .wrap .contents > dl.add dd span:nth-of-type(2) {
  margin-left: 0;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
.inquiry .form_box dl:not(:first-of-type) {
  margin-top: 7.5vw;
}

.inquiry .form_box dl dt {
  font-size: 1.5rem;
}

.inquiry .form_box dl dd {
  margin-top: 3vw;
}

.inquiry .form_box dl dd select {
  height: 40px;
}

.inquiry .form_box input[type="text"],
.inquiry .form_box input[type="email"],
.inquiry .form_box input[type="tel"] {
  height: 40px;
}

.inquiry .form_box dl dd ul.horiz li:not(:first-of-type) {
  margin-left: 1em;
}

.inquiry .btn_box {
  margin-top: 10vw;
}

.inquiry .btn_box .agree_wrap {
  margin: 5vw 0 7.5vw;
}

.inquiry input[type="checkbox"] {
  height: 15px;
  width: 15px;
}

.inquiry .txtarea_11 {
  width: 100%;
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete .complete_box h2 {
  font-size: 1.8rem;
  margin-bottom: 7.5vw;
}

.complete .complete_box p:not(:first-of-type) {
  margin-top: 1em;
}

.complete .btn_box {
  margin-top: 10vw;
}

/* -----------------------------------------------------------
    個人情報保護方針
----------------------------------------------------------- */
.privacy .container .wrap > dl:not(:first-of-type) {
  margin-top: 10vw;
}

.privacy .container .wrap > dl > dd {
  margin-top: 3vw;
}

.privacy .container .wrap > dl > dd .list {
  margin-top: 3vw;
}

}