@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

section {
  margin-top: 100px;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.footer {
  background-color: gray;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 3;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.footer__navItem {
  margin-left: 50px;
}

.footer__inner {
  text-align: center;
  line-height: 3;
}

.header {
  height: 100vh;
  padding-top: 30px;
}

.header__inner {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__title {
  font-size: 3.6rem;
  font-weight: bold;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .header__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .globalNav {
    display: none;
  }
}

.globalNav__list {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.globalNav__item a {
  cursor: pointer;
}

.globalNav__item a:hover {
  opacity: 0.6;
}

.globalNav__item:not(:last-child) {
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .globalNav__item {
    padding: 0;
    width: 100%;
  }
}

.burger__btn {
  position: fixed;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .burger__btn {
    right: 70px;
  }
}

@media screen and (min-width: 1025px) {
  .burger__btn {
    display: none;
  }
}

.menu {
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
  margin-left: 40px;
  position: absolute;
  top: 15px;
}

.bar {
  display: block;
  width: 30px;
  height: 2px;
  background: #555;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
}

.bar--top {
  top: 10px;
}

.bar--mid {
  top: 20px;
}

.bar--bottom {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.burger__btn.active span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger__btn.active span:nth-child(2),
.burger__btn.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.noscroll {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .globalNav__list {
    display: block;
  }
  .globalNav__item {
    padding: 2rem 0;
  }
  /* このクラスを、jQueryで付与・削除する */
  .globalNav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50vw;
    text-align: center;
    padding: 12rem 0 0;
    background-color: rgba(229, 226, 226, 0.7);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .4s all;
    transition: .4s all;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .globalNav.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: .4s all;
    transition: .4s all;
    opacity: 100;
  }
}

.contentWrapper {
  max-width: 1100px;
  width: 80%;
  margin: 0 auto;
}

.sectionTitle {
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sectionTitle {
    font-size: 3.8rem;
  }
}

.subTitle {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .subTitle {
    font-size: 2.8rem;
  }
}

/*=== fv ===*/
.fv__image {
  height: 100vh;
  background-image: url(../img/IMG_1966.jpg);
  background-size: cover;
  background-position: center 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .fv__image {
    background-position: right 20% bottom 0%;
  }
}

.fv__title {
  font-size: 7.2rem;
  font-weight: 700;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  position: relative;
  top: 400px;
}

@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 5rem;
  }
}

/*=== Message ===*/
.messageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.messageWrapper:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .messageWrapper {
    display: block;
  }
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.message__item {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .message__item {
    width: 100%;
  }
}

.message__itemTitle {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .message__itemTitle {
    font-size: 2.4rem;
  }
}

.message__itemText {
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .message__itemText {
    margin-bottom: 20px;
  }
}

.message__image {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .message__image {
    width: 100%;
  }
}

/*=== about ===*/
.about {
  padding: 100px 0;
  background-color: rgba(195, 219, 247, 0.973);
  background-size: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.aboutWrapper {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .aboutWrapper {
    width: 80%;
  }
}

.introduceWrapper {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .introduceWrapper {
    display: block;
  }
}

.introduce__image {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .introduce__image {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}

.introduce__image img {
  border-radius: 20%;
}

.introduce__text {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .introduce__text {
    width: 100%;
  }
}

/*=== service ===*/
.service__text--top {
  text-align: center;
  font-size: 2.4rem;
}

.service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .service__contents {
    display: block;
  }
}

.service__content {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .service__content {
    width: 80%;
    margin: 0 auto;
  }
  .service__content:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .service__content {
    width: 100%;
  }
}

.service__icon {
  text-align: center;
  margin-bottom: 10px;
}

.service__content--title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.service__content--subTitle {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 10px;
}

.my-skyblue {
  color: #008cff;
}

/*=== works ===*/
.works__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .works__links {
    display: block;
  }
}

.works__link {
  width: 30%;
  text-align: center;
}

.works__link span {
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .works__link {
    width: 80%;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .works__link {
    width: 100%;
  }
}

/*=== contact ===*/
.contact {
  background-image: url(../img/jeshoots-com-pUAM5hPaCRI-unsplash.jpg);
  background-size: cover;
  background-position: center 0;
}

.contactWrapper {
  padding: 100px 0;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .contactWrapper {
    width: 80%;
  }
}

.contact--center {
  text-align: center;
}

.contact__text {
  line-height: 1.4;
  margin-bottom: 50px;
}

.contact__mail {
  font-size: 3.2rem;
  margin-bottom: 50px;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .contact__mail {
    font-size: 2.4rem;
  }
}

.form__title {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .form__title {
    font-size: 2rem;
    width: 100%;
  }
}

.form__title input, .form__title textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid;
  margin-bottom: 10px;
  border-radius: 5px;
}

.form__button--center {
  text-align: center;
}

.form__button {
  border: 1px solid;
  padding: 5px;
  border-radius: 5px;
  background-color: lightgray;
  border: 1px solid #000;
}

.contact__red {
  color: red;
  margin-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */
