@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  color: #000;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.section__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
  }
}
.section__title span {
  background: linear-gradient(90deg, #3759E3, #4FDDB3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.more__btn {
  padding: 15px 50px;
  text-align: center;
  color: #fff;
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  letter-spacing: 0.2em;
  background: #3C2B9B;
}
@media screen and (max-width: 768px) {
  .more__btn {
    font-size: 4.2666666667vw;
  }
}
.more__btn.wh {
  background: #fff;
  color: #000;
}

.news {
  padding: 80px 40px;
  background: url(../img/news-bg.webp) repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 16vw 5.3333333333vw;
  }
}
.news__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.news .section__title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news .section__title {
    margin-bottom: 8vw;
  }
}
.news__lists {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    margin-bottom: 8vw;
  }
}
.news__list {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
.news__list--date {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    font-size: 3.7333333333vw;
  }
}
.news__list--title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
}
@media screen and (max-width: 768px) {
  .news__list--title {
    font-size: 4vw;
  }
}
.news .more__btn {
  margin: 0 auto;
}

.works {
  padding: 140px 40px;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.works__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.works .section__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .works .section__title {
    margin-bottom: 8vw;
  }
}
.works__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .works__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-bottom: 30px;
  }
}
.works__list--img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .works__list--img {
    margin-bottom: 2.6666666667vw;
  }
}
.works__list--img img {
  width: 100%;
}
.works__list--title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .works__list--title {
    font-size: 3.4666666667vw;
  }
}
.works .more__btn {
  margin: 0 auto;
}

.back__btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 40px 15px 46px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 5%;
  background-size: 16px;
  background-color: #282828;
  border-radius: 26px;
  transition: 0.3s ease;
}

.work__lists {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .work__lists {
    gap: 60px;
  }
}

.work__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .work__list {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.work__list:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .work__list:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.work__list--num {
  font-size: 20px;
  color: #172FA4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .work__list--num {
    font-size: 4.2666666667vw;
  }
}
.work__list--title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  margin: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  .work__list--title {
    font-size: 7.4666666667vw;
    margin: 8vw 0 2.6666666667vw;
  }
}
.work__list--client {
  font-size: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .work__list--client {
    margin-bottom: 8vw;
  }
}
.work__list--client span {
  color: #172FA4;
  font-size: 16px;
}
.work__list--text {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .work__list--text {
    font-size: 3.7333333333vw;
  }
}
.work__list--contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .work__list--contents {
    width: 100%;
  }
}
.work__list--img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .work__list--img {
    width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  z-index: 100;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    padding-right: 13.3333333333vw;
  }
}
.header__nav ul {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav ul {
    display: none;
  }
}
.header__nav ul a {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__nav ul a {
    font-size: 13px;
  }
}
.header__contact {
  padding: 15px 40px;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: linear-gradient(to right, #3759E3, #63C9EF);
}
@media screen and (max-width: 768px) {
  .header__contact {
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 110px;
  }
}

/* デフォルト非表示（PC） */
#hamburger {
  display: none;
}

#navMenu {
  display: none;
}

/* スマホのみ表示 */
@media screen and (max-width: 768px) {
  #hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 1003;
    position: relative;
    position: fixed;
    right: 12px;
    top: 20px;
  }
  #hamburger span {
    display: block;
    height: 2px;
    background: #282828;
    transition: 0.3s ease;
  }
  /* ナビ初期非表示 */
  #navMenu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgb(55, 89, 227), rgb(79, 221, 179));
    transition: 0.4s ease;
    z-index: 1000;
    padding: 21.3333333333vw 5.3333333333vw;
    overflow-y: auto;
  }
  /* 開いた時 */
  #navMenu.active {
    right: 0;
  }
  #hamburger span:nth-child(2) {
    width: 100%;
    margin-left: auto;
  }
  #hamburger span:nth-child(3) {
    width: 100%;
    margin-left: auto;
  }
  /* ×に変形 */
  #hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(30deg);
    background: #fff;
  }
  #hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  #hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-30deg);
    width: 100%;
    background: #fff;
  }
  .hamburger__nav--main {
    margin-bottom: 13.3333333333vw;
  }
  .hamburger__nav--main > li > a {
    padding: 20px 0;
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 5.3333333333vw;
    background: url(../img/arrow-right.webp) no-repeat;
    background-position: right;
    background-size: 15px;
  }
}
.footer {
  position: relative;
  box-sizing: border-box;
  padding: 100px 40px 150px;
  position: relative;
  z-index: 5;
  background: #000;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 26.6666666667vw 6.6666666667vw;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column-reverse;
  }
}
.footer__main {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .footer__main {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.footer__address {
  color: #fff;
  font-size: 16px;
  margin-top: 22px;
  line-height: 1.7;
}
.footer__address a {
  font-size: 15px;
  color: #fff;
}
.footer__sub {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .footer__sub {
    width: 100%;
  }
}
.footer__nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    display: block;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul li {
    margin-bottom: 5.3333333333vw;
  }
}
.footer__nav ul li a {
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    font-size: 5.3333333333vw;
  }
}
.footer__nav ul.min {
  gap: 35px;
}
.footer__nav ul.min a {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul.min a {
    font-size: 4vw;
  }
}
.footer__logo {
  width: 290px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 auto;
    width: 90.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.fixed {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 10;
}
.fixed a {
  padding: 20px 12px;
  color: #fff;
  writing-mode: vertical-lr;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fixed__contact {
  background: #FFA01C;
}
.fixed__form {
  background: #049842;
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  /* 下に少しずらす */
  transform: translateY(100px);
  transition: all 0.5s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-right {
  transform: translateX(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.show {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}/*# sourceMappingURL=style.css.map */