@charset "UTF-8";
@font-face {
  font-family: "fontTsunagi";
  src: url("../fonts/TsunagiGothic.ttf") format("truetype");
}
@font-face {
  font-family: "fontHigureB";
  src: url("../fonts/HigureGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "fontHigureM";
  src: url("../fonts/HigureGothic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "fontHigureR";
  src: url("../fonts/HigureGothic-Regular.ttf") format("truetype");
}
/* 共有部分
-------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "fontHigureR", "fontHigureM", "fontHigureB", "fontTsunagi", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.07em;
  background-color: #f4f4f4;
}

a {
  text-decoration: none;
  color: #A28D69;
}
a:hover {
  color: #32A3B1;
  transition: 0.3s;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

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

.flex_spColumn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flex_spColumn {
    flex-direction: column;
  }
}

.wrapper {
  overflow: hidden;
}
.wrapper_content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .wrapper_content {
    max-width: initial;
    padding: 0 5%;
    margin: 0 auto;
    width: 100%;
  }
}

h1 {
  font-family: "fontHigureB";
  font-size: 70px;
  letter-spacing: 0.07em;
  line-height: 1.3;
  position: absolute;
  top: 150px;
  left: 20%;
}
@media (max-width: 767px) {
  h1 {
    top: 3.5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 45px;
    line-height: 1;
  }
}

h2 {
  font-family: "fontHigureB";
  font-size: 60px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-family: "fontHigureM";
  font-size: 30px;
  color: #333;
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}
h3 span {
  display: block;
  font-family: "fontHigureR";
  font-size: 18px;
}
@media (max-width: 767px) {
  h3 span {
    font-size: 13px;
  }
}

.headline_border {
  background-color: #333;
  width: 50px;
  height: 3px;
  border-radius: 50px;
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  .u-fts span {
    font-size: 0.85rem !important;
    padding-top: 5px;
  }
}
.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

/* header
-------------------------------------*/
header .list {
  position: fixed;
  right: 12%;
  padding-top: 60px;
  z-index: 999;
}
@media (max-width: 767px) {
  header .list {
    margin-top: 60px;
    right: 0;
    left: 10%;
  }
}
header .list li {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-left: 30px;
  font-family: "fontHigureB";
}
@media (max-width: 767px) {
  header .list li {
    font-size: 20px;
    font-family: "fontHigureR";
  }
}

@media (max-width: 767px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 45vw;
    height: 100vh;
    transform: translateX(100vw);
    transition: 1s;
    background: #bababa;
    box-shadow: 0 -5px 15px rgba(60, 60, 60, 0.4);
  }
  .list li {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: left;
    margin-bottom: 15px;
  }
  .list li a {
    color: #fff !important;
  }
  .act {
    transform: translateX(0);
  }
  .toggle {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  .toggle.active span:nth-child(1) {
    top: 38px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff;
  }
  .toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
    top: 38px;
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
  }
  .toggle span {
    border-radius: 50px;
    position: absolute;
    left: 24px;
    display: block;
    width: 35px;
    border-bottom: 2px solid #A28D69;
    transition: 0.6s ease-in-out;
  }
  .toggle span:nth-child(1) {
    top: 28px;
  }
  .toggle span:nth-child(2) {
    top: 40px;
  }
  .toggle span:nth-child(3) {
    top: 52px;
  }
}
/* 全ページのTOPイメージ
-------------------------------------*/
.bg {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
}
@media (max-width: 767px) {
  .bg {
    height: 28vh;
  }
}
.bg_fv::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../img/header_fv01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media (max-width: 767px) {
  .bg_fv::before {
    background-position: -650px;
  }
}
.bg_skills {
  background-image: url("../img/header_service02.png");
  background-size: 100%;
  background-position: top;
}
@media (max-width: 767px) {
  .bg_skills {
    background-image: url("../img/header_service00.jpg");
    background-size: 100%;
    background-position: top;
  }
}
.bg_about {
  background-image: url("../img/header_about05.png");
  background-position: center -10%;
  background-size: 2000px;
}
@media (max-width: 767px) {
  .bg_about {
    background-position-x: -320px;
  }
}
.bg_contact {
  background-image: url("../img/header_contact00.png");
  background-size: 100%;
  background-position: top;
}

/* WORKS
-------------------------------------*/
.fv {
  position: relative;
}
.fv h1 {
  color: #333;
  position: absolute;
  top: 200px;
  left: 13%;
  font-size: 67px;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .fv h1 {
    top: 210px;
    left: 45%;
    font-size: 46px;
    letter-spacing: 0.08em;
    line-height: 0.65;
  }
}

.works {
  margin-top: 280px;
}
@media (max-width: 767px) {
  .works {
    padding: 60px 0;
    margin-top: 0;
  }
}
.works h2 {
  text-align: center;
  margin-bottom: 120px;
  color: #333;
}
@media (max-width: 767px) {
  .works h2 {
    margin-bottom: 30px;
  }
}
.works .flex_spColumn {
  margin: 60px auto 240px;
}
@media (max-width: 767px) {
  .works .flex_spColumn {
    margin: 30px auto 60px;
  }
}
.works .item {
  background: #e3e3e3;
  max-width: 450px;
  width: 100%;
  margin-top: 60px;
  box-shadow: 5px 5px 15px rgba(70, 70, 70, 0.3);
}
@media (max-width: 767px) {
  .works .item {
    width: 100%;
  }
}
.works .item a:hover {
  filter: brightness(80%);
  transition: 0.3s;
}
.works .item dt {
  font-family: "fontHigureM";
  font-size: 20px;
  padding: 8px 0 12px;
}
.works .item span {
  display: block;
  font-size: 18px;
  margin-top: -8px;
}
.works .content_list {
  margin-top: 80px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .works .content_list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.works .content_list li {
  background: rgba(255, 255, 255, 0.9294117647);
  padding: 90px 60px;
  box-shadow: 15px 15px 10px rgba(96, 96, 96, 0.2784313725);
  color: #333;
  margin-bottom: 80px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .works .content_list li {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .works .content_list li .content_ttl {
    overflow-x: visible;
    width: 115%;
    margin-left: -23px;
  }
}
.works .content_list .content_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .works .content_list .content_wrap {
    flex-direction: column;
    margin-top: 20px;
  }
}
.works .content_list .content_wrap .content_img {
  width: 55%;
}
@media (max-width: 767px) {
  .works .content_list .content_wrap .content_img {
    width: 100%;
  }
}
.works .content_list .content_wrap .content_txt_wrap {
  width: 40%;
  text-align: left;
}
@media (max-width: 767px) {
  .works .content_list .content_wrap .content_txt_wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.works .content_list .content_wrap .content_txt_wrap .content_subttl {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
  color: #A28D69;
  border-left: 4px solid #A28D69;
  padding-left: 10px;
}
.works .content_list .content_wrap .content_txt_wrap .content_txt {
  margin-bottom: 40px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .works .content_list .content_wrap .content_txt_wrap .content_txt {
    margin-bottom: 30px;
    text-align: justify;
  }
}
.works .content_list .content_wrap .content_txt_wrap .case {
  background: #eeeeee;
  padding: 25px 20px 35px;
}
@media (max-width: 767px) {
  .works .content_list .content_wrap .content_txt_wrap .case {
    padding: 20px 15px 30px;
  }
}
.works .content_list .content_wrap .content_txt_wrap .case .content_subttl {
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .works .content_list .content_wrap .content_txt_wrap .case .content_subttl {
    padding-left: 12px;
  }
}
.works .content_list .content_wrap .content_txt_wrap .case .content_txt {
  font-size: 14px;
  margin-bottom: 0;
}
.works .content_list .content_wrap .content_txt_wrap .case .content_txt li {
  background: initial;
  padding: 0;
  margin-left: 1.1em;
  text-indent: -1.1em;
  box-shadow: none;
  margin-bottom: 8px;
}

.bnr-container .flex_spColumn {
  align-items: center;
}
.bnr-container .item-bnr {
  width: 100%;
  max-width: 320px;
}

.scroll_wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  padding-top: 500px;
}

.scroll_wrapper .col {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-down-box {
  display: block;
  position: relative;
  text-decoration: none;
}

.scroll-down-box svg {
  fill: #111;
}

.scroll-down-box .scroll-text {
  width: 100px;
  height: auto;
  animation: rotation 10s infinite linear;
}

.scroll-down-box .scroll-icon {
  width: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
}

.scroll-down-box:hover .scroll-icon {
  animation: move 1s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes move {
  0% {
    transform: translate(-50%, -50%);
  }
  25% {
    transform: translate(-50%, -35%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  75% {
    transform: translate(-50%, -65%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
/* SKILLS
-------------------------------------*/
#skills {
  padding: 120px 0 180px;
}
@media (max-width: 767px) {
  #skills {
    padding: 0 0 100px;
    margin-top: 60px;
  }
}
#skills .flex_spColumn {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  #skills .flex_spColumn {
    margin-bottom: 80px;
  }
}

.skills {
  position: relative;
}
.skills h1 {
  color: #fff;
  top: 1.5%;
}
.skills .item {
  width: 290px;
  margin: 30px auto;
  padding: 3.5em 1.5em 4em;
  border-radius: 40px;
  box-shadow: -6px -6px 20px rgb(255, 255, 255), 6px 6px 20px rgba(0, 0, 0, 0.1);
  color: #32A3B1;
}
@media (max-width: 767px) {
  .skills .item {
    width: 90%;
    margin: 15px auto;
    padding: 2em 0;
  }
}
.skills .item dt {
  font-family: "fontHigureB";
  font-size: 25px;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .skills .item dt {
    font-size: 22px;
  }
}
.skills .item dt span {
  display: block;
  font-family: "fontHigureM";
  font-size: 16px;
}
@media (max-width: 767px) {
  .skills .item dt span {
    font-size: 14px;
  }
}
.skills .item img {
  max-width: 55px;
  width: 100%;
  margin: 20px auto 30px;
}
@media (max-width: 767px) {
  .skills .item img {
    max-width: 50px;
    margin: 15px auto 10px;
  }
}
.skills .item dd {
  max-width: 290px;
  text-align: justify;
  text-align: left;
  margin: 0 auto;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  .skills .item dd {
    font-size: 16px;
    max-width: 230px;
  }
}
.skills .item dd li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
.skills .item .u-txt {
  font-size: 22px;
}
.skills .flex_spColumn01 {
  margin-bottom: 0 !important;
}
.skills .flex_spColumn01 .item {
  width: 400px;
}
@media (max-width: 767px) {
  .skills .flex_spColumn01 .item {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .skills .details {
    padding: 0 25px;
  }
}
.skills .details dt {
  text-align: center !important;
  margin-bottom: 25px !important;
  font-size: 22px !important;
}
.skills .details dt img {
  width: 40px;
  display: block;
  margin-bottom: 12px;
}
.skills .details dd {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .skills .details dd {
    max-width: initial !important;
    width: 100% !important;
  }
}
.skills .details dd li {
  margin-bottom: 35px;
  color: #333;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  text-align: justify;
}
@media (max-width: 767px) {
  .skills .details dd li {
    padding-left: 0em;
    text-indent: 0em;
  }
}
.skills .details dd span {
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  padding-left: 30px;
  color: #32A3B1;
  border-left: 3px solid #32A3B1;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .skills .details dd span {
    font-size: 18px;
    padding-left: 15px;
  }
}
.skills h3 {
  font-size: 32px;
  letter-spacing: 0.07em;
}
.skills .headline_border + .item {
  margin-top: 90px;
  max-width: 800px;
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .skills .headline_border + .item {
    margin-top: 60px;
    width: 90%;
    padding: 40px 0 20px;
  }
}
.skills .headline_border + .item dl {
  margin-bottom: 60px;
  text-align: center;
}
.skills .headline_border + .item dt {
  text-align: left;
  margin: 0 auto 15px;
  max-width: 550px;
  letter-spacing: 0.03em;
  width: 100%;
}
@media (max-width: 767px) {
  .skills .headline_border + .item dt {
    font-size: 18px;
    text-align: center;
  }
}
.skills .headline_border + .item dd {
  max-width: 550px;
}
@media (max-width: 767px) {
  .skills .headline_border + .item dd {
    max-width: 250px;
    margin-top: 10px;
    line-height: 1.4;
  }
}
.skills .link_contact {
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
}
.skills .link_contact a {
  text-decoration: underline;
}

/* ABOUT
-------------------------------------*/
.content_bg_about {
  background-image: url("../img/background_about.jpg");
  padding: 120px 0 180px;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 767px) {
  .content_bg_about {
    background-size: cover;
    background-position: top;
    padding: 85px 0;
  }
}

.about .lead {
  color: #fff;
  text-align: left;
  margin-bottom: 60px;
}
.about .lead p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.about .lead span {
  font-size: 32px;
  margin-right: 20px;
  display: block;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .about .lead span {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
.about .lead small {
  margin-left: 35px;
  font-weight: normal !important;
}
.about .bg {
  background-color: #EBEBEB;
  width: 100%;
}
.about h1 {
  left: 68%;
}
@media (max-width: 767px) {
  .about h1 {
    top: 13%;
    left: 50%;
  }
}
.about h2 {
  color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  .about h2 {
    line-height: 1;
    font-size: 20px;
  }
}
.about .content + h2 {
  margin-top: 90px;
}
.about .content {
  color: #fff;
  font-size: 20px;
  text-align: justify;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  box-shadow: 5px 5px 20px rgba(51, 51, 51, 0.6);
  padding: 90px 0 120px;
  border-radius: 10px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about .content {
    width: 100%;
    margin: 0 auto;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.6;
    padding: 50px 0 60px;
    margin-top: -30px;
  }
}
.about .content p,
.about .content h3 {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about .content p,
  .about .content h3 {
    max-width: 285px;
  }
}
.about .content h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .about .content h3 {
    font-size: 24px;
  }
}

#about .wrapper_content {
  max-width: 860px;
}

/* CONTACT
-------------------------------------*/
@media (max-width: 767px) {
  .contact h1 {
    top: 13%;
  }
}
.contact h1 {
  color: #fff;
}

form {
  padding: 120px 0 180px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 767px) {
  form {
    max-width: 300px;
    padding: 60px 0 90px;
  }
}

label {
  display: block;
  font-size: 28px;
  font-family: "fontHigureM";
}
@media (max-width: 767px) {
  label {
    font-size: 22px;
  }
}

input,
textarea {
  border: none;
  border-radius: 5px;
  margin-bottom: 40px;
  font-size: 20px;
  padding: 10px 20px;
  box-shadow: -6px -6px 20px rgb(255, 255, 255), 6px 6px 20px rgba(0, 0, 0, 0.1);
}

input[type=text],
input[type=file] {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=file] {
    max-width: 300px;
  }
}

textarea {
  width: 100%;
  max-width: 800px;
  height: 300px;
}
@media (max-width: 767px) {
  textarea {
    height: 200px;
  }
}

.button-86 {
  all: unset;
  margin: 0 auto;
  max-width: 100px;
  width: 100%;
  height: 30px;
  font-size: 18px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
@media (max-width: 767px) {
  .button-86 {
    padding: 5px 15px;
  }
}

.button-86::after,
.button-86::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #28282d;
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.0823529412);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

input::-moz-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

.error {
  margin-left: 10px;
  color: red;
  font-size: 18px;
  display: none;
}

/* fotter
-------------------------------------*/
.footer {
  background-color: #e5e5e5;
  padding: 90px 0 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 60px 0 0;
  }
}
.footer .wrapper_content {
  max-width: 650px;
}
.footer .flex {
  align-items: center;
}
.footer_left li {
  font-size: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .footer_left {
    display: none;
  }
}
.footer_right .footer_logo {
  font-family: "fontHigureB";
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .footer_right .footer_logo {
    font-size: 25px;
  }
}
.footer_right .footer_logo span {
  display: block;
  font-family: "fontHigureR";
  font-size: 20px;
}
@media (max-width: 767px) {
  .footer_right .footer_logo span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}
.footer .list_sns {
  max-width: 160px;
  margin: 12px auto 0;
}
@media (max-width: 767px) {
  .footer .list_sns {
    max-width: 130px;
  }
}
.footer .list_sns img:hover {
  transform: scale(1.2);
  transition: 0.3s;
}
.footer .copyright {
  text-align: center;
  padding: 90px 0 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 12px;
    padding: 30px 0 15px;
  }
}
.footer .copyright img {
  width: 18px;
  margin-right: 5px;
}

/* 各詳細ページ
-------------------------------------*/
.works_page .wrapper_content img {
  box-shadow: 5px 5px 10px #ccc;
}
@media (max-width: 767px) {
  .works_page .wrapper_content img {
    width: 85%;
  }
}
.works_page .list a {
  color: #A28D69;
}
.works_page_content {
  padding: 40px 0 90px;
}
@media (max-width: 767px) {
  .works_page_content {
    padding: 40px 0 0;
  }
}
.works_page_lead {
  text-align: justify;
  margin: 180px auto 40px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .works_page_lead {
    margin: 20px auto;
    font-size: 14px;
  }
}
.works_page_lead h2 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .works_page_lead h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
.works_page_lead span {
  font-size: 28px;
  display: block;
}
@media (max-width: 767px) {
  .works_page_lead span {
    font-size: 20px;
  }
}
.works_page_point {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .works_page_point {
    margin-bottom: 50px;
  }
}
.works_page_info {
  border-top: 2px solid #000;
  margin-top: 100px;
  padding: 60px 30px;
  font-family: "fontHigureM";
  font-size: 20px;
}
@media (max-width: 767px) {
  .works_page_info {
    margin-top: 60px;
    padding: 30px 65px;
  }
  .works_page_info .footer_left {
    display: block;
  }
  .works_page_info .list li,
  .works_page_info p {
    line-height: 1;
    font-family: "fontHigureM";
    font-size: 16px;
  }
  .works_page_info .footer_right {
    text-align: left;
    margin-top: 2px;
  }
}
.works_page .list_sns img {
  box-shadow: none;
}

.ec-bunner {
  margin-top: 50px;
}
.ec-bunner img {
  width: 100%;
  max-width: 475px;
}
.ec-bunner .item {
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */