@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  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 {
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #5D6060;
}

.section-box {
  padding-top: 150px;
}
@media screen and (max-width:599px) {
  .section-box {
    padding-top: 75px;
  }
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}
@media screen and (max-width:599px) {
  h2 {
    font-size: 24px;
  }
}

p {
  font-size: 1.5em;
  line-height: 1.8em;
}
@media screen and (max-width:599px) {
  p {
    font-size: 16px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width:599px) {
  .section-title {
    margin-bottom: 60px;
  }
}

.section-title {
  font-family: "Roboto", serif;
}

.page-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  cursor: pointer;
}
.page-top:hover {
  bottom: 38px;
  box-shadow: none;
}
.page-top .fa-droplet {
  color: #00B2FF;
  font-size: 120px;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.page-top-text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 20px;
  font-size: 20px;
  color: #5D6060;
  text-align: center;
  opacity: 0; /* 最初は非表示 */
  transition: opacity 0.3s ease; /* フェードイン/フェードアウトのアニメーション */
}

header {
  height: 100px;
  width: 100%;
  align-items: flex-end;
  display: flex;
  padding-left: 50px;
  padding-top: 21px;
}
@media screen and (max-width:599px) {
  header {
    height: 60px;
    padding: 0 20px;
  }
}
header p {
  font-size: 24px;
  display: block;
}
@media screen and (max-width:599px) {
  header p {
    font-size: 16px;
  }
}
header img {
  height: 80px;
  display: block;
}
@media screen and (max-width:599px) {
  header img {
    height: 50px;
  }
}

footer {
  height: 130px;
  width: 100%;
  margin-top: 180px;
  text-align: center;
  background: linear-gradient(to top, transparent 98%, white 100%), url(../img/gradation.jpg) 0 0/cover;
  background-size: cover;
  padding-top: 10px;
}
@media screen and (max-width:599px) {
  footer {
    margin-top: 80px;
  }
}
footer p {
  margin-top: 30px;
}

.top {
  padding-top: 0;
  height: 60vh;
  width: 100vw;
}
@media screen and (max-width:599px) {
  .top {
    margin: 0 auto;
    height: 100vh;
  }
}
.top .backgraund-img {
  background: linear-gradient(to bottom, transparent 90%, white 100%), linear-gradient(to top, transparent 90%, white 100%), url(../img/gradation.jpg) 0 0/cover;
  background-size: cover;
  /* 画像を要素に合わせて調整 */
  background-position: center;
  /* 画像を要素の中央に配置 */
  height: 100%;
  /* 子要素が親要素の高さに合わせる */
  width: 100%;
  /* 子要素が親要素の幅に合わせる */
  position: relative;
}
.top .woman-yubi {
  height: 250px;
  width: 250px;
  position: absolute;
  bottom: 50px;
  right: 100px;
}
@media screen and (max-width:1024px) {
  .top .woman-yubi {
    height: 150px;
    width: 150px;
    right: 30px;
    bottom: 0;
  }
}
@media screen and (max-width:599px) {
  .top .woman-yubi {
    height: 125px;
    width: 125px;
    right: 30px;
    bottom: 100px;
  }
}
.top-text {
  position: absolute;
  bottom: 160px;
  left: 160px;
}
@media screen and (max-width:599px) {
  .top-text {
    text-align: center;
    left: initial;
    margin: 50px;
    top: 200px;
  }
}
.top-text h2 {
  margin-bottom: 32px;
  font-weight: 700;
}
@media screen and (max-width:599px) {
  .top-text h2 {
    text-align: center;
  }
}

.about {
  width: 100%;
  height: auto;
}
@media screen and (max-width:599px) {
  .about {
    height: auto;
  }
}
.about-wrap {
  width: 45%;
  height: 60px;
}
.about-name {
  height: 60px;
  width: 100%;
  margin-left: 80px;
  margin-top: 20px;
  line-height: 1.8em;
}
@media screen and (max-width:599px) {
  .about-name {
    margin-top: 10px;
    margin-left: 50px;
  }
}
.about-container {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
@media screen and (max-width:1024px) {
  .about-container {
    height: 900px;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
}
@media screen and (max-width:599px) {
  .about-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
  }
}
.about-img {
  height: 450px;
  width: 45%;
  position: absolute;
  left: 100px;
  top: 0;
}
@media screen and (max-width:1024px) {
  .about-img {
    width: 60%;
    margin: 0 auto;
    position: initial;
    height: 530px;
  }
}
@media screen and (max-width:599px) {
  .about-img {
    width: 90%;
    margin: 0 auto;
    position: initial;
    height: auto;
  }
}
.about-img img {
  width: 100%;
}
.about-text {
  position: absolute;
  right: 100px;
  bottom: 0;
  background-color: #E3FEFF;
  height: 450px;
  width: 45%;
  padding: 16px;
  border-radius: 15px;
  box-shadow: 0 0 8px gray;
}
@media screen and (max-width:1024px) {
  .about-text {
    position: initial;
    margin: 0 auto;
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width:599px) {
  .about-text {
    position: initial;
    margin: 0 auto;
    width: 90%;
    height: 450px;
  }
}
.about-text p {
  padding: 40px;
  vertical-align: center;
}
@media screen and (max-width:1024px) {
  .about-text p {
    padding: 16px;
    font-size: 20px;
  }
}
@media screen and (max-width:599px) {
  .about-text p {
    padding: 8px;
  }
}

.skill {
  width: 100%;
  height: 1300px;
  background: linear-gradient(to bottom, transparent 90%, white 100%), linear-gradient(to top, transparent 90%, white 100%), url(../img/gradation.jpg) 0 0/cover;
  background-size: cover;
}
@media screen and (max-width:599px) {
  .skill {
    height: 2000px;
  }
}
.skill-container {
  display: flex;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width:599px) {
  .skill-container {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 0;
  }
}
.skill-wrap {
  height: 320px;
  width: 540px;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 0 8px gray;
}
@media screen and (max-width:599px) {
  .skill-wrap {
    width: 100vw;
    height: 400px;
    padding: 10px;
    margin-bottom: 50px;
  }
}
.skill-wrap__title {
  margin-left: 20px;
}
@media screen and (max-width:599px) {
  .skill-wrap__title {
    display: flex;
    justify-content: center;
  }
}
.skill-wrap__title h2 {
  font-size: 28px;
}
@media screen and (max-width:599px) {
  .skill-wrap__title h2 {
    font-size: 24px;
    margin-right: 10px;
  }
}
.skill-wrap__title i {
  margin-top: 20px;
  font-size: 30px;
}
@media screen and (max-width:599px) {
  .skill-wrap__title i {
    margin-top: auto;
  }
}
.skill-wrap__box {
  display: flex;
}
@media screen and (max-width:599px) {
  .skill-wrap__box {
    flex-direction: column;
  }
}
.skill-wrap__box img {
  height: 40%;
  width: 40%;
}
@media screen and (max-width:599px) {
  .skill-wrap__box img {
    height: 50%;
    width: 80%;
    margin: 0 auto;
  }
}
.skill-wrap__desc {
  line-height: 1.5em;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width:599px) {
  .skill-wrap__desc {
    font-size: 16px;
    width: 90%;
  }
}
@media screen and (max-width:599px) and (max-width:599px) {
  .skill-wrap__desc {
    margin: 0 auto;
  }
}

.works-container {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
  margin-bottom: 100px;
  width: 100vw;
}
@media screen and (max-width:599px) {
  .works-container {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.works-wrap p {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width:599px) {
  .works-wrap p {
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 50px;
  }
}
.works-wrap img {
  border-radius: 15px;
}
@media screen and (max-width:599px) {
  .works-wrap img {
    width: 100%;
  }
}

.workflow {
  width: 100%;
  height: 1200px;
  background: linear-gradient(to bottom, transparent 90%, white 100%), linear-gradient(to top, transparent 90%, white 100%), url(../img/gradation.jpg) 0 0/cover;
  background-size: cover;
}
@media screen and (max-width:1024px) {
  .workflow {
    height: 2100px;
  }
}
@media screen and (max-width:599px) {
  .workflow {
    height: 2100px;
  }
}
@media screen and (max-width:1024px) {
  .workflow-wrap4 {
    height: 450px;
  }
}
@media screen and (max-width:599px) {
  .workflow-wrap4 {
    height: 450px;
  }
}
.workflow-box {
  margin: 0 auto;
  height: 1000px;
  width: 100%;
}
.workflow__desc {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.workflow__desc p {
  line-height: 1.8em;
  margin-top: 8px;
}
.workflow-wrap {
  display: flex;
  height: 180px;
  width: 65%;
  border-color: 0;
  background-color: #fff;
  margin-top: 20px;
  margin: 20px auto;
  border-radius: 15px;
  box-shadow: 0 0 8px gray;
}
@media screen and (max-width:1024px) {
  .workflow-wrap {
    height: 450px;
    width: 70%;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media screen and (max-width:599px) {
  .workflow-wrap {
    height: 450px;
    width: 95%;
    flex-direction: column;
    margin: initial;
    margin-top: 10px;
  }
}
.workflow-wrap img {
  border-radius: 15px 0 0 15px;
  transition: transform 0.5s linear;
}
@media screen and (max-width:1024px) {
  .workflow-wrap img {
    width: 80%;
    height: 50%;
    border-radius: 15px;
    margin: 0 auto;
  }
}
@media screen and (max-width:599px) {
  .workflow-wrap img {
    width: 80%;
    height: 50%;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.workflow-wrap img:hover {
  transform: scale(1.1);
}
.workflow-wrap__text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width:1024px) {
  .workflow-wrap__text {
    font-size: 16px;
  }
}
@media screen and (max-width:599px) {
  .workflow-wrap__text {
    font-size: 16px;
  }
}
.workflow-wrap h2 {
  font-size: 28px;
  font-weight: 700;
}
.workflow-wrap__number {
  font-size: 40px;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .workflow-wrap__number {
    margin-top: 5px;
    text-align: center;
  }
}
@media screen and (max-width:599px) {
  .workflow-wrap__number {
    margin-top: 5px;
    text-align: center;
  }
}

.contact-text {
  padding-bottom: 20px;
  text-align: center;
}
.contact .container {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .contact .container {
    width: 85%;
  }
}
@media screen and (max-width:599px) {
  .contact .container {
    width: 85%;
  }
}
.contact .form-group {
  margin-bottom: 20px;
}
.contact .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
}
.contact .form-group input {
  width: 100%;
  height: 50px;
  padding: 8px;
  border-radius: 15px;
  background-color: #E3FEFF;
  border: 1px solid #E3FEFF;
}
.contact .form-group textarea {
  width: 100%;
  height: 300px;
  padding: 8px;
  border-radius: 15px;
  background-color: #E3FEFF;
  border: 1px solid #E3FEFF;
}
.contact .btn {
  border-radius: 20px;
  border: 1px solid #E3FEFF;
  background-color: #99dcf8;
  text-align: center;
  width: 150px;
  height: 45px;
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin: auto;
  margin-top: 30px;
}
/*# sourceMappingURL=style.css.map */