@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;
}

.leaf {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leaf li {
  position: absolute;
  list-style: none;
  top: -50px;
  background: rgba(81, 169, 158, 0.5);
  border-radius: 0% 70%;
  -webkit-animation: fall 4s linear infinite, sway 2s ease-in-out infinite alternate;
          animation: fall 4s linear infinite, sway 2s ease-in-out infinite alternate;
}
@media screen and (max-width:599px) {
  .leaf li {
    width: 100%;
    left: 0;
    -webkit-animation: none;
            animation: none;
  }
  .leaf li:nth-child(8) {
    left: 65%;
  }
  .leaf li:nth-child(9) {
    left: 80%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif, "Klee One", cursive, "Noto Sans JP", sans-serif, serif;
  color: #274F6D;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 36px;
}

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

h4 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

span {
  display: inline-block;
  font-size: 16px;
}

li {
  list-style: none;
}

.fa-twitter {
  font-size: 20px;
}

.section {
  padding: 192px 0;
}
@media screen and (max-width:599px) {
  .section {
    padding: 96px 0;
  }
}

.contents-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:599px) {
  .contents-container {
    width: 100%;
    padding: 0 30px;
  }
}
.contents-container--wide {
  width: 100%;
  max-width: initial;
}
@media screen and (max-width:599px) {
  .contents-container--wide {
    padding: 0;
  }
}

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

.navigation {
  display: flex;
  align-items: center;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.navigation-menu {
  display: flex;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
@media screen and (max-width:599px) {
  .navigation-menu {
    align-items: center;
    flex-flow: column;
    row-gap: 42px;
  }
}
.navigation-menu__link {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: 0.5s;
}
.navigation-menu__link:hover {
  color: #5AB0BF;
}

.mobile-menu {
  display: none;
}
@media screen and (max-width:599px) {
  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    height: 60px;
    width: 60px;
    background-color: rgba(39, 79, 109, 0.4);
  }
}
.mobile-menu-icon {
  display: flex;
  align-items: center;
  flex-flow: column;
  row-gap: 8px;
}
.mobile-menu__border {
  height: 1px;
  width: 32px;
  background-color: #F3F2EB;
}
.mobile-menu__text {
  color: #F3F2EB;
  font-size: 10px;
}

.section-head {
  margin-bottom: 72px;
}
@media screen and (max-width:599px) {
  .section-head {
    margin-bottom: 48px;
  }
}
.section-head__small {
  padding-top: 11px;
  font: Noto Sans JP;
  font-size: 20px;
  font-weight: 100;
  color: #5AB0BF;
  letter-spacing: 0.5em;
  margin-bottom: 96px;
}
@media screen and (max-width:599px) {
  .section-head__small {
    font-size: 12px;
    margin-bottom: 7px;
    padding-top: 4px;
  }
}
.section-head__large {
  margin-top: 192px;
  font: lato;
  font-size: 64px;
  font-weight: 100;
  color: #274F6D;
}
@media screen and (max-width:599px) {
  .section-head__large {
    font-size: 32px;
    margin-top: 40px;
  }
}

.btn {
  display: inline-block;
  height: 42px;
  width: 207px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
}
.btn .fa-envelope {
  position: relative;
  top: 2px;
  margin-right: 7px;
  font-size: 20px;
}
.btn-primary--gold {
  color: #5AB0BF;
  transition: all 1s ease;
}
.btn-primary--gold:hover {
  position: relative;
  top: 2px;
  background-color: #FFFFFF;
}
.btn-primary--black {
  background-color: #274F6D;
  color: #5AB0BF;
  transition: all 1s ease;
}
.btn-primary--black:hover {
  position: relative;
  top: 2px;
  background-color: #5AB0BF;
  color: #274F6D;
}
.btn-secondary--gold {
  transition: all 1s ease;
}
.btn-secondary--gold:hover {
  position: relative;
  top: 2px;
  border: none;
  color: #5AB0BF;
}

.page-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  background-color: #5AB0BF;
  text-align: center;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
@media screen and (max-width:599px) {
  .page-top {
    right: 10px;
    bottom: 10px;
    height: 48px;
    width: 48px;
  }
}
.page-top:hover {
  bottom: 38px;
}
@media screen and (max-width:599px) {
  .page-top:hover {
    bottom: 10px;
  }
}
.page-top .fa-angle-up {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:599px) {
  .page-top .fa-angle-up {
    font-size: 14px;
    line-height: 48px;
  }
}
.page-top::before {
  content: "TOP";
  color: #FFFFFF;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: calc(50% + 8px); /* fa-angle-upの下に余白を設定 */
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:599px) {
  .page-top::before {
    font-size: 10px;
  }
}

.dark-mode {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 1;
  height: 44px;
  width: 44px;
  border-radius: 50px;
  background-color: #5AB0BF;
  text-align: center;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
@media screen and (max-width:599px) {
  .dark-mode {
    right: 12.5px;
    bottom: 70px;
    left: initial;
  }
}
.dark-mode:hover {
  bottom: 38px;
  box-shadow: none;
}
@media screen and (max-width:599px) {
  .dark-mode:hover {
    bottom: 70px;
  }
}
.dark-mode .fa-moon {
  display: none;
  color: #274F6D;
  font-size: 14px;
  line-height: 44px;
}
.dark-mode .fa-lightbulb {
  display: none;
  color: #274F6D;
  font-size: 14px;
  line-height: 44px;
}

.header {
  position: fixed;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 100 "Lato", sans-serif;
  height: 80px;
  width: 100%;
  padding: 0 40px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px 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);
}
@media screen and (max-width:599px) {
  .header {
    height: 60px;
    padding: 0 25px;
  }
}
.header__logo {
  width: 120px;
}
@media screen and (max-width:599px) {
  .header__logo {
    width: 80px;
  }
}
@media screen and (max-width:599px) {
  .header .navigation {
    display: none;
  }
}
.header__secondary {
  display: flex;
  flex-flow: column;
}
.header__secondary__01 {
  font: 1em "Klee One", cursive;
  font-size: 2.5vw;
  margin: 180px 100px 0 0;
  color: rgba(39, 79, 109, 0.7);
  line-height: 2;
  text-align: right;
}
@media screen and (max-width:599px) {
  .header__secondary__01 {
    font-size: 16px;
    margin: 100px 80px 0 0;
  }
}
.header__secondary__02 {
  font: 1em "Klee One", cursive;
  font-size: 2.5vw;
  margin: 20px 100px 0 0;
  color: rgba(39, 79, 109, 0.7);
  line-height: 2;
  text-align: right;
}
@media screen and (max-width:599px) {
  .header__secondary__02 {
    font-size: 16px;
    margin: 15px 75px 0 0;
  }
}

.footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #274F6D;
  padding: 0 0 24px 0;
}
.footer .flower-line--blue {
  background: url(../img/flower_under02.png) center top/100% auto no-repeat;
  width: 100%;
  height: 140px;
  margin-top: 0;
}
.footer .contents-container {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.footer__logo {
  width: 215px;
  height: auto;
  margin: 144px auto 32px;
  max-width: 100%;
}
@media screen and (max-width:599px) {
  .footer__logo {
    width: 170px;
    margin: 50px auto 32px;
  }
}
.footer .fa-twitter {
  width: 25px;
  color: #FFFFFF;
  margin-bottom: 32px;
  transition: 0.5s;
}
.footer .fa-twitter:hover {
  color: #5AB0BF;
}
.footer .navigation {
  color: #FFFFFF;
  text-align: center;
  display: flex;
  -moz-column-gap: 72px;
       column-gap: 72px;
}
.footer .navigation-menu {
  margin: 0 auto 96px;
  margin-bottom: 144px;
  font-family: "Lato", sans-serif;
  font-weight: 100;
}
.footer .copyright {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 10px;
}

.color-theme-dark {
  background-color: #000000;
  color: #DDDDDD;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 400px;
  width: 300px;
  border-radius: 6px;
  background-color: #5AB0BF;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.modal-container .fa-xmark {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #FFFFFF;
  font-size: 16px;
}
.modal .navigation {
  flex-flow: column;
  color: #FFFFFF;
}

.leaf {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leaf li {
  position: absolute;
  list-style: none;
  top: -50px;
  background: rgba(81, 169, 158, 0.5);
  border-radius: 0% 70%;
  -webkit-animation: fall 4s linear infinite, sway 2s ease-in-out infinite alternate;
          animation: fall 4s linear infinite, sway 2s ease-in-out infinite alternate;
}
@-webkit-keyframes fall {
  to {
    top: 100%;
  }
}
@keyframes fall {
  to {
    top: 100%;
  }
}
@-webkit-keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(100px) rotate(-45deg);
  }
}
@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(100px) rotate(-45deg);
  }
}
@-webkit-keyframes sway2 {
  from {
    transform: translateX(100px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes sway2 {
  from {
    transform: translateX(100px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.leaf li:nth-child(1) {
  left: 0%;
  width: 24px;
  height: 15px;
  -webkit-animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.leaf li:nth-child(2) {
  left: 10%;
  width: 13px;
  height: 9px;
  -webkit-animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
          animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.leaf li:nth-child(3) {
  left: 20%;
  width: 16px;
  height: 10px;
  -webkit-animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
          animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.leaf li:nth-child(4) {
  left: 30%;
  width: 16px;
  height: 10px;
  -webkit-animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
          animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.leaf li:nth-child(5) {
  left: 40%;
  width: 16px;
  height: 10px;
  -webkit-animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
          animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.leaf li:nth-child(6) {
  left: 50%;
  width: 24px;
  height: 15px;
  -webkit-animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
          animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.leaf li:nth-child(7) {
  left: 60%;
  width: 16px;
  height: 10px;
  -webkit-animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
          animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.leaf li:nth-child(8) {
  left: 70%;
  width: 13px;
  height: 9px;
  -webkit-animation: fall 7s linear infinite, sway1 3s ease-in-out infinite alternate;
          animation: fall 7s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.main-visual {
  height: 100vh;
  width: 100%;
  background: url(../img/first_view_img-1920-sky.jpg) center center no-repeat;
  background-size: cover;
}

.works.section {
  padding: 0 0 125px 0;
  text-align: center;
}
@media screen and (max-width:599px) {
  .works.section {
    padding-bottom: 56px;
  }
}
.works .line-color {
  flex-direction: column;
}
.works .line-color__top {
  background-color: #5AB0BF;
  width: 100%;
  height: 96px;
}
@media screen and (max-width:599px) {
  .works .line-color__top {
    height: 40px;
  }
}
.works .line-color__bottom {
  background-color: #F3F2EB;
  width: 100%;
  height: 32px;
}
@media screen and (max-width:599px) {
  .works .line-color__bottom {
    height: 16px;
  }
}
.works-title {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
@media screen and (max-width:599px) {
  .works-title {
    margin-bottom: 30px;
  }
}
.works-title::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #274F6D;
}
@media screen and (max-width:599px) {
  .works-title::before {
    bottom: -40px;
  }
}
.works-title__number {
  font-size: 72px;
  color: #F3F2EB;
  position: absolute;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:599px) {
  .works-title__number {
    font-size: 32px;
  }
}
.works-title__name {
  font-size: 32px;
  font-weight: 100;
  color: #274F6D;
  position: absolute;
  top: 38px;
  left: 110px;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
@media screen and (max-width:599px) {
  .works-title__name {
    font-size: 24px;
    top: 8px;
    left: 50px;
  }
}
.works-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 300px)); /* 各列の最大幅を300pxに設定 */
  gap: 20px; /* アイテム間のスペースを設定 */
  justify-content: center; /* 中央揃え */
  -moz-column-gap: 36px;
       column-gap: 36px;
  margin-bottom: 72px;
  margin-top: 250px;
}
@media screen and (max-width:599px) {
  .works-list {
    margin: 200px 0 32px 0;
    display: block;
  }
}
.works-article {
  width: 100%;
  margin-bottom: 36px;
  background-color: #FFFFFF;
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.4);
  position: relative;
}
@media screen and (max-width:599px) {
  .works-article {
    margin: 80px auto;
    width: 90%;
    padding-bottom: 1px;
  }
}
.works-article::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 2px;
  width: 30%;
  height: 25px;
  margin: -20px auto 10px 35%;
  background: rgba(90, 176, 191, 0.4);
  transform: rotate(-70deg);
  z-index: 100;
}
@media screen and (max-width:599px) {
  .works-article::before {
    height: 20px;
    width: 20%;
    left: 25px;
  }
}
.works-article .picture-frame {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.works-article .img-with-border {
  border: 0.5px solid rgb(204, 203, 203);
  width: 90%;
  aspect-ratio: 4/3;
  margin: 0 auto 10px;
  display: flex;
  display: block;
  overflow: hidden;
}
.works-article__img {
  width: 100%;
  padding: 0 15px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s linear;
}
.works-article__img:hover {
  transform: scale(1.1);
}
.works-article__comment {
  margin-bottom: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 12px;
  text-align: left;
  padding-left: 15px;
}
.works-article__tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  margin: 10px 15px 15px 10px;
  background-color: #5AB0BF;
  color: #FFFFFF;
  padding: 4px 8px; /* テキストと背景の間のスペースを指定 */
  border-radius: 3px; /* 角丸の半径を指定 */
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: right !important;
}
@media screen and (max-width:599px) {
  .works-article__tag {
    font-size: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 2px 4px;
  }
}

.about {
  background-color: #F3F2EB;
  padding: 0 0 96px 0;
}
@media screen and (max-width:599px) {
  .about {
    padding: 0 0 5px 0;
  }
}
.about-photo01 {
  width: 250px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:599px) {
  .about-photo01 {
    width: 220px;
    margin-top: 40px;
  }
}
.about-photo02 {
  width: 320px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:599px) {
  .about-photo02 {
    display: block;
    margin: 0 auto;
    width: 280px;
    margin-top: 40px;
  }
}
.about .flower-line--lightgreen {
  background: url(../img/flower_under_line.png) center top/100% auto no-repeat;
  width: 100%;
  height: 140px;
  margin-top: 0;
}
@media screen and (max-width:599px) {
  .about .flower-line--lightgreen {
    width: 100%;
    height: 70px;
    overflow: hidden;
  }
}
.about .section-head {
  text-align: center;
}
.about .section-head__large {
  font-family: "Lato", sans-serif;
  margin-top: 50px;
}
.about .section-head__small {
  font-family: "Noto Sans JP", sans-serif;
}
.about-article {
  display: flex;
  margin-bottom: 96px;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 80px;
  overflow: hidden;
}
@media screen and (max-width:599px) {
  .about-article {
    flex-direction: column;
    padding: 0 0 50px 0;
  }
}
.about .colum-first {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width:599px) {
  .about .colum-first {
    width: 100%;
  }
}
.about .colum-first__imagecontainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .colum-first p span {
  display: inline-block;
}
.about .colum-first p:first-child {
  margin-right: -50px;
  transform: rotate(-10deg);
}
.about .colum-first p:last-child {
  margin-left: 20px;
  transform: rotate(-10deg);
}
.about .colum-second {
  width: 65%;
  margin-left: 60px;
}
@media screen and (max-width:599px) {
  .about .colum-second {
    width: 80%;
    margin: auto;
  }
}
.about--title {
  font-family: "Klee One", cursive;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width:599px) {
  .about--title {
    margin: 40px 0 20px 0;
    font-size: 20px;
  }
}
.about--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.8em;
}
@media screen and (max-width:599px) {
  .about--text {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.about-font-headline {
  color: #5AB0BF;
  font-weight: bold;
}

.contact {
  background-color: #5AB0BF;
  padding: 0 0 96px 0;
}
@media screen and (max-width:599px) {
  .contact {
    padding: 0 0 70px 0;
  }
}
.contact .contents-container {
  background-image: url(../img/room-line.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 70% auto;
}
.contact .flower-background--lightgreen {
  background: url(../img/flower_under02.png) center top/100% auto no-repeat;
  width: 100%;
  height: 140px;
  margin-top: 0;
  transform: rotate(180deg);
  background-color: #F3F2EB;
}
@media screen and (max-width:599px) {
  .contact .flower-background--lightgreen {
    height: 50px;
  }
}
.contact .section-head {
  text-align: center;
}
.contact .section-head__large {
  margin-top: 192px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width:599px) {
  .contact .section-head__large {
    margin-top: 70px;
  }
}
.contact .section-head__small {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
}
.contact form div {
  margin-bottom: 14px;
}
.contact label {
  font-size: 1.125rem;
  margin-bottom: 10px;
  display: block;
}
.contact input[type=text],
.contact input[type=email],
.contact textarea {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
}
.contact input[type=text],
.contact input[type=email] {
  width: 100%;
  max-width: 240px;
}
.contact textarea {
  width: 100%;
  max-width: 700px;
  height: 9em;
}
.contact input[type=submit] {
  border: none;
  cursor: pointer;
  line-height: 1;
}
.contact .button {
  background-color: #274F6D;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 30px;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.contact .button:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
}
/*# sourceMappingURL=style.css.map */