@charset "UTF-8";
/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  line-height: 2.5;
  color: #000;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

.inner {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .inner {
    padding: 0 40px;
    max-width: 1000px;
    box-sizing: content-box;
  }
}

@media (max-width: 767px) {
  .inner {
    padding: 0 19px;
  }
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}

@media (max-width: 991px) {
  .tab {
    display: block;
  }
}

.main {
  overflow: hidden;
  flex: 1;
}

.center {
  text-align: center;
}

.blue {
  color: #008FC4;
}

.navy-btn {
  color: #fff;
  background: #00395F;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}

.top {
  background: #008FC4;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.top .top-img {
  width: 247px;
}

@media (max-width: 767px) {
  .top .top-img {
    width: 201px;
  }
}

.top .loaded {
  opacity: 0;
  visibility: hidden;
}

/* header
--------------------------*/
.header {
  top: 0;
  left: 0;
  right: 0;
  background: #008FC4;
  height: 75px;
  z-index: 100;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  .header {
    padding-left: 36px;
    padding-right: 43px;
  }
}

@media (max-width: 991px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .header {
    height: 47px;
    padding-left: 13px;
    padding-right: 0;
  }
}

.header .header-left {
  margin-right: auto;
}

.header .header-left a img {
  width: 220px;
}

@media (max-width: 767px) {
  .header .header-left a img {
    width: 45%;
  }
}

.header .header-right {
  margin-left: auto;
}

@media (max-width: 991px) {
  .header .header-right {
    display: none;
  }
}

.header .header-right ul {
  display: flex;
  align-items: center;
}

.header .header-right ul li {
  margin-left: 30px;
}

.header .header-right ul li:first-child a {
  padding-left: 0;
}

.header .header-right ul li a {
  color: #fff;
  line-height: 1;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .header .header-right ul li a {
    font-size: 18px;
    text-align: right;
  }
}

.header .header-right ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #00395F;
  bottom: -7px;
  right: 0;
  opacity: 0;
}

.header .header-right ul li a span {
  display: block;
  color: #fff;
  font-size: 8px;
  margin-top: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .header-right ul li a span {
    font-size: 10px;
  }
}

.header .header-right ul li a:hover::after {
  opacity: 1;
}

.header .header-right ul li a.active::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .drawer-bars {
    display: none;
    width: 100px;
    cursor: pointer;
    transform: translateX(-50%);
    display: block;
    width: 25px;
    height: 15.5px;
    position: relative;
    z-index: 700;
    right: 0;
  }
  .drawer-bars .drawer-bar {
    background-color: #fff;
    width: 25px;
    height: 2.5px;
    position: absolute;
    transition: all 0.5s ease 0s;
  }
  .drawer-bars .drawer-bar:nth-of-type(1) {
    top: 0;
  }
  .drawer-bars .drawer-bar:nth-of-type(2) {
    top: 6.5px;
  }
  .drawer-bars .drawer-bar:nth-of-type(3) {
    top: 13px;
  }
}

.drawer-bars.is-checked {
  display: block;
}

.drawer-bars.is-checked .drawer-bar {
  background: #008FC4;
  position: absolute;
}

.drawer-bars.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
}

.drawer-bars.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.drawer-bars.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
}

.drawer-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 600;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 10px;
  background: #fff;
  transition: all 0.5s ease 0s;
  display: none;
}

.drawer-nav.is-checked {
  display: block;
}

.drawer-nav ul li {
  text-align: center;
}

.drawer-nav ul li a {
  display: block;
  color: #000;
  line-height: 2;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .drawer-nav ul li a {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .drawer-nav ul li a {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.drawer-nav ul li a span {
  display: block;
  font-size: 10px;
  color: #E2B4A6;
}

/* util
---------------------------*/
a {
  color: #000;
}

/* main-visual
-------------------------*/
@media (min-width: 768px) {
  .main-visual {
    background: transparent url(../img/mv-pc.png) no-repeat top center/cover;
    height: 854px;
  }
}

@media (max-width: 767px) {
  .main-visual {
    background: transparent url(../img/mv-sp.png) no-repeat top center/cover;
    height: 344px;
    margin-top: 34px;
  }
}

/*誠心誠意 
---------------------------*/
.feel {
  margin-top: 109px;
}

@media (max-width: 767px) {
  .feel {
    margin-top: 32px;
  }
}

.feel .feel-logo {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .feel .feel-logo {
    width: 95%;
  }
}

.feel p {
  margin-top: 53px;
}

@media (max-width: 767px) {
  .feel p {
    margin-top: 25px;
  }
}

.feel .feel-img {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .feel .feel-img {
    margin-top: 45px;
    margin-left: -19px;
    margin-right: -19px;
  }
}

/* 私たちの強み
---------------------------*/
.strength {
  margin-top: 58px;
}

@media (max-width: 767px) {
  .strength {
    margin-top: 44px;
  }
}

@media (max-width: 767px) {
  .strength h2 {
    font-size: 14px;
  }
}

.strength h3 {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .strength h3 {
    font-size: 25px;
    line-height: 1.75;
    margin-top: 27px;
  }
}

.strength p {
  margin-top: 36px;
}

@media (max-width: 767px) {
  .strength p {
    margin-top: 25px;
    letter-spacing: 0.119em;
  }
}

/* 事業紹介
----------------------------*/
.service {
  margin-top: 95px;
}

@media (max-width: 767px) {
  .service {
    margin-top: 54px;
  }
}

@media (min-width: 768px) {
  .service .inner {
    max-width: 730px;
  }
}

@media (max-width: 767px) {
  .service .inner {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .service h2 {
    font-size: 14px;
    letter-spacing: 0.197em;
  }
}

.service .service-contents {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .service .service-contents {
    margin-top: 25px;
  }
}

.service .service-contents p {
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 767px) {
  .service .service-contents p {
    font-size: 28px;
  }
}

.service .service-contents p:nth-child(1) {
  position: relative;
}

.service .service-contents p:nth-child(1)::before {
  position: absolute;
  content: "";
  background: #008FC4;
  width: 1.7px;
  height: 367px;
  top: 70px;
  left: 85px;
}

@media (max-width: 767px) {
  .service .service-contents p:nth-child(1)::before {
    width: 0.7px;
    height: 206px;
    top: 30px;
    left: 15px;
  }
}

.service .service-contents p:nth-child(2) {
  text-align: center;
  margin-top: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .service .service-contents p:nth-child(2) {
    margin-top: 60px;
  }
}

.service .service-contents p:nth-child(2)::before {
  position: absolute;
  content: "";
  background: transparent url(../img/service-kakeru.png) no-repeat center center/contain;
  width: 64px;
  height: 64px;
  top: -80px;
  left: 220px;
}

@media (max-width: 767px) {
  .service .service-contents p:nth-child(2)::before {
    width: 24px;
    height: 24px;
    top: -40px;
    left: 80px;
  }
}

.service .service-contents p:nth-child(3) {
  text-align: right;
  margin-top: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .service .service-contents p:nth-child(3) {
    margin-top: 60px;
  }
}

.service .service-contents p:nth-child(3)::before {
  position: absolute;
  content: "";
  background: transparent url(../img/service-kakeru.png) no-repeat center center/contain;
  width: 64px;
  height: 64px;
  top: -80px;
  left: 400px;
}

@media (max-width: 767px) {
  .service .service-contents p:nth-child(3)::before {
    width: 24px;
    height: 24px;
    top: -40px;
    left: 150px;
  }
}

.service .service-bg-inner {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .service .service-bg-inner {
    padding: 0 40px;
    max-width: 1280px;
    box-sizing: content-box;
  }
}

@media (max-width: 767px) {
  .service .service-bg-inner {
    padding-left: 30px;
  }
}

.service .service-bg {
  margin-top: 63px;
  background: #008FC4;
  color: #fff;
  margin-left: auto;
  padding: 20px 37px;
  position: relative;
  z-index: 1;
  max-width: 961px;
}

@media (max-width: 767px) {
  .service .service-bg {
    margin-top: 30px;
    padding: 10px 5px 32px 10px;
  }
}

.service .service-bg::after {
  position: absolute;
  content: "";
  background: transparent url(../img/service-logo.png) no-repeat center center/contain;
  width: 225px;
  height: 209px;
  top: 45%;
  right: 20%;
  z-index: 10;
  mix-blend-mode: multiply;
}

@media (max-width: 767px) {
  .service .service-bg::after {
    width: 97px;
    height: 90px;
    right: 18px;
    top: 80%;
  }
}

.service .service-bg ul li {
  font-weight: bold;
}

@media (min-width: 768px) {
  .service .service-bg ul li {
    font-size: 16px;
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .service .service-bg ul li {
    letter-spacing: 0.199em;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}

.service .service-bg ul li span {
  font-size: 12px;
}

@media (max-width: 767px) {
  .service .service-bg ul li span {
    font-size: 10px;
  }
}

/* 実績紹介
----------------------------*/
.works {
  margin-top: 118px;
}

@media (max-width: 767px) {
  .works {
    margin-top: 68px;
  }
}

@media (min-width: 768px) {
  .works .inner {
    max-width: 660px;
  }
}

.works h2 {
  color: #008FC4;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .works h2 {
    font-size: 25px;
  }
}

.works .works-nav-contents {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .works .works-nav-contents {
    margin-top: 18px;
  }
}

.works .works-nav-contents a {
  width: calc(33.3333% - 40px * 2 / 3);
  color: #fff;
  background: #008FC4;
  font-weight: bold;
  border-radius: 6px;
}

.works .works-nav-contents a:hover {
  background: #00395F;
}

@media (min-width: 768px) {
  .works .works-nav-contents a {
    font-size: 18px;
    margin-right: 40px;
    margin-top: 33px;
    padding: 20px 0;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .works .works-nav-contents a {
    width: calc(50% - 24px / 2);
    margin-right: 24px;
    font-size: 14px;
    letter-spacing: 0.199em;
    height: 51px;
    line-height: 51px;
    margin-top: 14px;
    padding: 0 3px;
  }
}

@media (max-width: 767px) {
  .works .works-nav-contents a:nth-child(2n) {
    margin-right: 0;
  }
  .works .works-nav-contents a:nth-child(4) {
    padding: 10px 3px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .works .works-nav-contents a:nth-child(3n) {
    margin-right: 0;
  }
}

/* 会社概要
----------------------------*/
.company-table {
  border-spacing: 0 22.5px;
}

@media (max-width: 767px) {
  .company-table {
    margin-right: -5px;
    border-spacing: 0 30px;
  }
}

.company-table tr td {
  line-height: 1.2;
}

.company-table tr td:nth-child(1) {
  width: 27%;
}

@media (max-width: 767px) {
  .company-table tr td:nth-child(1) {
    width: 40%;
    padding-right: 5px;
  }
}

.company-table tr td:nth-child(2) {
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .company-table tr td:nth-child(2) {
    padding-left: 20px;
  }
}

.company-table tr td:nth-child(2)::after {
  position: absolute;
  content: "";
  background: #000;
  width: 1px;
  height: 14px;
  left: 0;
  top: 0;
}

.company-service {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .company-service {
    margin-top: 10px;
  }
}

.company-service ul {
  margin-top: 22.5px;
}

@media (max-width: 767px) {
  .company-service ul {
    margin-top: 18px;
    margin-right: -5px;
  }
}

@media (max-width: 767px) {
  .company-service ul li {
    line-height: 1.25;
    margin-bottom: 8px;
  }
}

.company-service ul li::before {
  content: "□";
}

.company {
  margin-top: 131px;
}

@media (max-width: 767px) {
  .company {
    margin-top: 74px;
    line-height: 1.25;
  }
}

.company .inner {
  max-width: 600px;
}

.company h2 {
  color: #008FC4;
  font-weight: bold;
  font-size: 28px;
}

.company .company-table {
  margin-top: 17px;
  border-spacing: 0 22.5px;
}

@media (max-width: 767px) {
  .company .company-table {
    margin-right: -5px;
    margin-top: 32px;
    border-spacing: 0 30px;
  }
}

.company .company-table tr td {
  line-height: 1.2;
}

.company .company-table tr td:nth-child(1) {
  width: 27%;
}

@media (max-width: 767px) {
  .company .company-table tr td:nth-child(1) {
    width: 37%;
  }
}

.company .company-table tr td:nth-child(2) {
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .company .company-table tr td:nth-child(2) {
    padding-left: 20px;
  }
}

.company .company-table tr td:nth-child(2)::after {
  position: absolute;
  content: "";
  background: #000;
  width: 1px;
  height: 14px;
  left: 0;
  top: 0;
}

/* Access
----------------------------*/
.access {
  margin-top: 118px;
}

@media (max-width: 767px) {
  .access {
    margin-top: 80px;
  }
}

.access h2 {
  color: #008FC4;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  .access h2 {
    margin-bottom: 33px;
  }
}

.access p {
  margin-top: 5px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .access p {
    margin-top: 0;
  }
}

.access-1 {
  margin-bottom: 102px;
}

@media (max-width: 767px) {
  .access-1 {
    margin-left: -19px;
    margin-right: -19px;
    margin-bottom: 39px;
  }
}

.access-1::nth-child(2) {
  margin-bottom: 0;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
}

@media (min-width: 768px) {
  .map {
    padding-top: 28%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .map {
    padding-top: 55%;
    margin-top: 8px;
  }
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* 下層ページ
-------------------------*/
.under-page {
  /* 下層ページ 実績紹介
  ------------------------*/
}

@media (min-width: 768px) {
  .under-page {
    margin-top: 173px;
  }
}

@media (max-width: 767px) {
  .under-page {
    margin-top: 100px;
  }
}

.under-page h1 {
  text-align: center;
  font-weight: bold;
  color: #00395F;
  line-height: 1.21053;
}

@media (min-width: 768px) {
  .under-page h1 {
    font-size: 38px;
    margin-top: 57px;
  }
}

@media (max-width: 767px) {
  .under-page h1 {
    font-size: 25px;
    margin-top: 37px;
  }
}

.under-page h2 {
  display: inline-block;
  font-weight: bold;
  color: #00395F;
  line-height: 1.21429;
  border-bottom: 1.42px solid #00395F;
}

@media (min-width: 768px) {
  .under-page h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .under-page h2 {
    font-size: 14px;
  }
}

.under-page .under-line {
  text-align: center;
  font-weight: bold;
  color: #00395F;
  line-height: 1.21053;
  position: relative;
}

@media (min-width: 768px) {
  .under-page .under-line {
    font-size: 38px;
    padding-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .under-page .under-line {
    font-size: 25px;
    letter-spacing: 0.199em;
    padding-bottom: 5px;
  }
}

.under-page .under-line::after {
  position: absolute;
  content: "";
  background: #00395F;
  height: 5.21px;
  width: 411px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .under-page .under-line::after {
    height: 3.21px;
    width: 188px;
  }
}

.under-page .works-page-nav {
  position: relative;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .under-page .works-page-nav {
    padding-bottom: 70px;
  }
}

.under-page .container {
  position: absolute;
  height: 50px;
  width: 100%;
  background: #fff;
  bottom: 0;
  z-index: 80;
}

@media (max-width: 767px) {
  .under-page .container {
    height: 30px;
  }
}

.under-page .wave::before, .under-page .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.under-page .wave::before {
  width: 55%;
  height: 109%;
  background-color: #E4EAEE;
  right: -1.5%;
  top: 60%;
}

.under-page .wave::after {
  width: 55%;
  height: 100%;
  background-color: #fff;
  left: -1.5%;
  top: 40%;
}

.under-page .works-nav-contents {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .under-page .works-nav-contents {
    margin-top: 18px;
  }
}

.under-page .works-nav-contents a {
  width: calc(33.3333% - 52px * 2 / 3);
  color: #fff;
  background: #008FC4;
  font-weight: bold;
  border-radius: 7.8px;
  text-align: center;
}

.under-page .works-nav-contents a:hover {
  background: #00395F;
}

@media (min-width: 768px) {
  .under-page .works-nav-contents a {
    font-size: 23.4px;
    margin-right: 52px;
    margin-top: 43px;
    padding: 25px 0;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .under-page .works-nav-contents a {
    width: calc(50% - 24px / 2);
    margin-right: 24px;
    font-size: 15px;
    letter-spacing: 0.199em;
    height: 51px;
    line-height: 51px;
    margin-top: 14px;
    padding: 0 3px;
  }
}

@media (max-width: 767px) {
  .under-page .works-nav-contents a:nth-child(2n) {
    margin-right: 0;
  }
  .under-page .works-nav-contents a:nth-child(4) {
    padding: 10px 3px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .under-page .works-nav-contents a:nth-child(3n) {
    margin-right: 0;
  }
}

.under-page .works-page-detail {
  background: #E4EAEE;
  position: relative;
}

@media (min-width: 768px) {
  .under-page .works-page-detail {
    padding-top: 74px;
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .under-page .works-page-detail {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.under-page .works-page-detail .container {
  position: absolute;
  height: 50px;
  width: 100%;
  background: #E4EAEE;
  bottom: 0;
}

@media (max-width: 767px) {
  .under-page .works-page-detail .container {
    height: 30px;
  }
}

.under-page .works-page-detail .wave::before, .under-page .works-page-detail .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.under-page .works-page-detail .wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}

.under-page .works-page-detail .wave::after {
  width: 55%;
  height: 100%;
  background-color: #E4EAEE;
  left: -1.5%;
  top: 40%;
}

.under-page .works-page-detail .inner {
  max-width: 1140px;
}

@media (max-width: 767px) {
  .under-page .works-page-detail .inner {
    padding-left: 31px;
    padding-right: 31px;
  }
}

.under-page .works-page-photos {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .under-page .works-page-photos {
    margin-top: 66px;
  }
}

@media (max-width: 767px) {
  .under-page .works-page-photos {
    margin-top: 29px;
  }
}

@media (min-width: 768px) {
  .under-page .works-page-photos .works-page-photo {
    width: calc(33.3333% - 14px * 2 / 3);
    margin-right: 14px;
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .under-page .works-page-photos .works-page-photo {
    width: calc(50% - 14px / 2);
    margin-right: 14px;
    margin-top: 14px;
  }
}

@media (min-width: 768px) {
  .under-page .works-page-photos .works-page-photo:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .under-page .works-page-photos .works-page-photo:nth-child(2n) {
    margin-right: 0;
  }
}

.under-page .work-space {
  margin-top: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .under-page .work-space {
    margin-top: 50px;
  }
}

.under-page .work-space .container {
  position: absolute;
  height: 50px;
  width: 100%;
  background: #fff;
  bottom: 0;
  z-index: 80;
}

@media (max-width: 767px) {
  .under-page .work-space .container {
    height: 30px;
  }
}

.under-page .work-space .wave::before, .under-page .work-space .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.under-page .work-space .wave::before {
  width: 55%;
  height: 109%;
  background-color: #E4EAEE;
  right: -1.5%;
  top: 60%;
}

.under-page .work-space .wave::after {
  width: 55%;
  height: 100%;
  background-color: #fff;
  left: -1.5%;
  top: 40%;
}

.under-page #green {
  margin-bottom: 90px;
}

.under-page #graphic .works-page-photos .works-page-photo {
  width: 100%;
  margin-right: 0;
}

.under-page #graphic .works-page-photos .works-page-photo-graphic {
  display: flex;
}

.under-page #graphic .works-page-photos .works-page-photo-graphic .works-page-photo {
  width: calc(50% - 14px / 2);
  margin-right: 14px;
}

.under-page #graphic .works-page-photos .works-page-photo-graphic .works-page-photo:nth-child(2) {
  margin-right: 0;
}

/* 下層ページ 事業紹介
--------------------------*/
.service-page {
  margin-top: 0;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .service-page {
    margin-bottom: 48px;
  }
}

.service-page .inner {
  max-width: 1000px;
}

.service-page .inner .service-contents {
  margin-top: 68px;
}

@media (max-width: 767px) {
  .service-page .inner .service-contents {
    margin-top: 44px;
  }
}

.service-page .inner .service-contents p {
  margin: 126px auto 0;
  width: fit-content;
}

@media (max-width: 767px) {
  .service-page .inner .service-contents p {
    font-size: 30px;
    margin-top: 48px;
  }
}

.service-page .inner .service-contents p::before {
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .service-page .inner .service-contents p::before {
    top: -35px;
  }
}

.service-page .inner .service-contents p:nth-child(1) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .service-page .inner .service-contents p:nth-child(1) {
    margin-top: 0;
  }
}

.service-page .inner .service-contents p:nth-child(1)::before {
  display: none;
}

.service-page .inner .service-contents p:nth-child(1)::after {
  content: "";
  position: absolute;
  background: transparent url(../img/service-line.png) no-repeat center center/contain;
  width: 97px;
  height: 541px;
  top: 30px;
  left: -120px;
}

@media (max-width: 767px) {
  .service-page .inner .service-contents p:nth-child(1)::after {
    width: 38px;
    height: 223px;
    top: 50px;
    left: -50px;
  }
}

.service-page .service-bg-inner {
  max-width: 823px;
}

@media (max-width: 767px) {
  .service-page .service-bg-inner {
    margin-top: 73px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.service-page .service-bg-inner .service-bg {
  max-width: 823px;
}

@media (max-width: 767px) {
  .service-page .service-bg-inner .service-bg {
    padding: 18px 25px;
  }
}

@media (min-width: 768px) {
  .service-page .service-bg-inner .service-bg ul {
    width: 500px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .service-page .service-bg-inner .service-bg ul li {
    font-size: 12px;
  }
}

.service-page .service-bg-inner .service-bg::after {
  width: 250px;
  height: 231px;
  top: -58%;
  right: -10%;
}

@media (max-width: 991px) {
  .service-page .service-bg-inner .service-bg::after {
    width: 200px;
    top: -50%;
    right: -5%;
  }
}

@media (max-width: 767px) {
  .service-page .service-bg-inner .service-bg::after {
    width: 114px;
    height: 106px;
    top: -77px;
    right: -23px;
  }
}

/* 下層ページ 所在地
-----------------------*/
.access-page .access-1 {
  margin-top: 83px;
}

@media (max-width: 767px) {
  .access-page .access-1 {
    margin-top: 43px;
  }
}

.access-page .access-1 p {
  line-height: 1.5;
}

/* 下層ページ 会社概要
-----------------------*/
.company-page {
  margin-bottom: 100px;
}

.company-page .company-img {
  margin-top: 67px;
}

@media (max-width: 767px) {
  .company-page .company-img {
    margin-top: 30px;
  }
}

.company-page .company-table {
  margin: 67px auto 0;
  max-width: 620px;
}

@media (max-width: 767px) {
  .company-page .company-table {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.company-page .company-service {
  max-width: 620px;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .company-page .company-service {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.company-page .company-service ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/* 下層ページ お問合せ
-----------------------*/
form {
  margin-top: 50px;
}

form .form-row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  form .form-row {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  form .form-row .form-label {
    width: 30%;
    padding: 12px;
    background: #DEDEDE;
    min-width: 250px;
  }
}

@media (max-width: 991px) {
  form .form-row .form-label {
    min-width: 220px;
  }
}

form .form-row .form-label label {
  color: #00395F;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 768px) {
  form .form-row .form-label label {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  form .form-row .form-label label {
    font-size: 16px;
  }
}

form .form-row .form-label label .required {
  color: #fe6c56;
  font-size: 14px;
  border: 1px solid #fe6c56;
  margin-left: 10px;
  padding: 2px 5px;
}

@media (max-width: 767px) {
  form .form-row .form-label label .required {
    font-size: 12px;
    padding: 0 5px;
  }
}

@media (min-width: 768px) {
  form .form-row .form-input {
    width: 68%;
    position: relative;
  }
}

@media (max-width: 991px) {
  form .form-row .form-input {
    width: 67%;
  }
}

@media (max-width: 767px) {
  form .form-row .form-input {
    width: 100%;
  }
}

form .form-row .form-input input[type="text"] {
  width: 100%;
  background: #eff1f5;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  vertical-align: middle;
  border-radius: 0.5em;
  padding: 0 12px;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  border: 2px solid transparent;
}

@media (min-width: 768px) {
  form .form-row .form-input input[type="text"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  form .form-row .form-input input[type="text"] {
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
  }
}

form .form-row .form-input input[type="text"]::placeholder {
  color: #5c6b80;
}

form .form-row .form-input input[type="text"]:hover {
  cursor: pointer;
  border-color: #000;
}

form .form-row .form-input input[type="text"]:focus {
  border-color: #000;
}

form .form-row .form-input textarea {
  width: 100%;
  background: #eff1f5;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  vertical-align: middle;
  min-height: 250px;
  resize: vertical;
  border-radius: 0.5em;
  padding: 10px 12px;
  position: relative;
  top: 2%;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  border: 2px solid transparent;
}

@media (max-width: 767px) {
  form .form-row .form-input textarea {
    border: 1px solid transparent;
  }
}

form .form-row .form-input textarea::placeholder {
  color: #5c6b80;
}

form .form-row .form-input textarea:hover {
  cursor: pointer;
  border-color: #000;
}

form .form-row .form-input textarea:focus {
  border-color: #000;
}

form .form-submit {
  text-align: center;
}

form .form-submit input[type="submit"] {
  background: #fe6c56;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  height: 60px;
  width: 250px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  form .form-submit input[type="submit"] {
    height: 40px;
    width: 200px;
    margin-top: 20px;
    font-size: 16px;
  }
}

form .form-submit input[type="submit"]:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.contact-message {
  text-align: center;
  margin-top: 60px;
  display: none;
}

.contact-message.-error {
  color: #f00;
}

/* comingsoon
----------------*/
.sorry {
  text-align: center;
  line-height: 1.4;
  color: #666666;
}

@media (min-width: 768px) {
  .sorry {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .sorry {
    font-size: 14px;
    margin-bottom: 50px;
  }
}

.sorry span {
  display: block;
}

@media (min-width: 768px) {
  .sorry span {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .sorry span {
    font-size: 16px;
  }
}

/* footer
----------------------------*/
footer a {
  color: #fff;
}

footer .footer-inner {
  background: #008FC4;
  color: #fff;
  padding-top: 28px;
}

@media (max-width: 767px) {
  footer .footer-inner {
    padding-top: 17px;
  }
}

footer .footer-inner .inner {
  display: flex;
}

@media (min-width: 768px) {
  footer .footer-inner .inner {
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  footer .footer-inner .inner {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  footer .footer-left {
    width: 60%;
  }
}

@media (max-width: 991px) {
  footer .footer-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 768px) {
  footer .footer-left nav {
    display: flex;
  }
}

@media (max-width: 991px) {
  footer .footer-left nav {
    width: 100%;
    display: block;
  }
}

@media (min-width: 768px) {
  footer .footer-left nav ul {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  footer .footer-left nav ul {
    margin-right: 0;
  }
}

footer .footer-left nav ul li {
  line-height: 1.5;
  text-align: left;
}

@media (min-width: 768px) {
  footer .footer-left nav ul li {
    margin-bottom: 27px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-left nav ul li {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  footer .footer-left nav ul li {
    text-align: center;
    border-bottom: 0.5px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  footer .footer-left nav ul li:first-child {
    border-top: 0.5px solid #fff;
  }
}

footer .footer-left nav ul li a {
  font-size: 18px;
  display: inline-block;
}

@media (min-width: 768px) {
  footer .footer-left nav ul li a {
    text-align: right;
  }
}

@media (max-width: 991px) {
  footer .footer-left nav ul li a {
    text-align: center;
    letter-spacing: 0.08em;
  }
}

footer .footer-left nav ul li a span {
  font-size: 10px;
  display: block;
}

footer .footer-left nav ul li ul {
  margin-top: 12px;
}

@media (max-width: 991px) {
  footer .footer-left nav ul li ul {
    display: none;
  }
}

footer .footer-left nav ul li ul li {
  line-height: 1.5;
  margin-bottom: 0;
}

footer .footer-left nav ul li ul li::before {
  content: "・";
}

footer .footer-left nav ul li ul li a {
  font-size: 10px;
}

@media (min-width: 768px) {
  footer .footer-left nav ul.footer-left-2 {
    width: 40%;
  }
}

@media (max-width: 991px) {
  footer .footer-left nav ul.footer-left-2 {
    width: 100%;
  }
}

footer .footer-left nav ul.footer-left-2 li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-right: 0;
}

@media (max-width: 991px) {
  footer .footer-left nav ul.footer-left-2 li ul {
    display: none;
  }
}

footer .footer-left nav ul.footer-left-2 li ul li {
  width: 50%;
}

footer .footer-left nav ul.footer-left-3 {
  margin-right: 0;
}

@media (min-width: 768px) {
  footer .footer-right {
    width: 27%;
  }
}

@media (max-width: 991px) {
  footer .footer-right {
    margin-top: 46px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  footer .footer-right .company-name {
    min-width: 280px;
    width: 80%;
    margin: 0 auto 12px;
  }
}

footer .footer-right .address {
  line-height: 1.23077;
  font-size: 13px;
  margin-top: 13px;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-right .address {
    text-align: center;
  }
}

@media (max-width: 767px) {
  footer .footer-right .address {
    font-size: 13px;
    margin: 8px auto 0;
    width: 80%;
  }
}

footer .footer-right .cv-btn {
  margin-top: 17px;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-right .cv-btn {
    width: 400px;
    margin: 17px auto 0;
  }
}

@media (max-width: 767px) {
  footer .footer-right .cv-btn {
    min-width: 280px;
    width: 80%;
    margin: 17px auto 0;
  }
}

footer .footer-right .cv-tel-btn {
  margin-top: 17px;
  font-size: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-right .cv-tel-btn {
    width: 400px;
    margin: 17px auto 0;
  }
}

@media (max-width: 767px) {
  footer .footer-right .cv-tel-btn {
    width: 80%;
    min-width: 280px;
    margin: 17px auto 0;
  }
}

footer .footer-right .cv-tel-btn img {
  width: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

footer .footer-copy {
  text-align: center;
  font-size: 12px;
  margin-top: 39px;
  padding-bottom: 17px;
}

@media (max-width: 991px) {
  footer .footer-copy {
    margin-top: 45px;
  }
}

/* to top
----------------------------*/
.top-btn {
  margin-top: auto;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .top-btn {
    margin-bottom: 13px;
  }
}

.top-btn a {
  color: #000;
}

.top-btn .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.top-btn .inner .back-top {
  font-size: 10px;
}

@media (max-width: 767px) {
  .top-btn .inner .back-top {
    font-size: 8px;
  }
}

.top-btn .inner .move-page-top {
  width: 39px;
}

@media (max-width: 767px) {
  .top-btn .inner .move-page-top {
    width: 26px;
  }
}
