@charset "UTF-8";
/*! destyle.css v2.0.2 | 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 {
  -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;
}

/* 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] {
  text-decoration: underline;
  /* 2 */
  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;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
}

body {
  min-height: 100vh;
  font-family: "futura", 游ゴシック体, "Yu Gothic";
  font-size: 16px;
  letter-spacing: 0.2em;
}

.site-wrapper {
  display: flex;
}

.top-main {
  width: calc(100% + 100px);
  background-image: linear-gradient(to top, rgba(238, 174, 202, 0.7) 0%, rgba(151, 187, 233, 0.7) 100%);
  background-position: right top;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.ring-wrap {
  height: 100vh;
  position: absolute;
}
.ring-wrap .ring {
  position: fixed;
  right: 10%;
  mix-blend-mode: overlay;
  height: 100%;
}

h1 {
  font-size: 6vw;
  letter-spacing: 0.1em;
  color: #f4f4f4;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 15px #a4bde9;
}
@media (max-width: 1024px) {
  h1 {
    padding: 40% 0;
  }
}

h2 {
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  color: #f4f4f4;
  font-weight: bold;
}
@media (max-width: 640px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 100px;
}
@media (max-width: 640px) {
  h3 {
    font-size: 3.8rem;
  }
}

h4 {
  font-size: 3rem;
}
h4 span {
  display: block;
  font-size: 1rem;
}

h5 {
  font-size: 1.5rem;
  font-family: "futura_de";
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
@media (max-width: 640px) {
  h5 {
    font-size: 1.3rem;
  }
}
h5 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

h6 {
  font-size: 1.7rem;
  font-family: "futura_de";
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.01em;
}
@media (max-width: 640px) {
  h6 {
    font-size: 1.5rem;
    padding-top: 30px;
  }
}
h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%), repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}

.under-line {
  display: block;
  width: 80px;
  height: 4px;
  border-radius: 5px;
  background: #f4f4f4;
  margin-top: 10px;
}
.under-line-top {
  box-shadow: 0 0 15px #7592ab;
}

.name {
  font-size: 2rem;
  position: fixed;
  left: 30px;
  top: 5px;
  z-index: 3;
}
.name img {
  position: relative;
  top: 5px;
  width: 50px;
}
@media (max-width: 640px) {
  .name img {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .name {
    font-size: 1.5rem;
    left: 5px;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -250%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: #999;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
  z-index: 999;
}

#g-nav li a {
  color: #f4f4f4;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 3rem;
}
#g-nav li a:hover {
  color: #333;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 70px;
  height: 70px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #707070;
  width: 45%;
}

.openbtn-top span {
  background-color: #f4f4f4;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

aside {
  position: fixed;
  width: 100px;
  height: 100vh;
  background-color: #f4f4f4;
}
@media (max-width: 1024px) {
  aside {
    display: none;
  }
}
aside p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 100px auto;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #707070;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #707070;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #707070;
}

section {
  height: 100vh;
  padding: 10% 0 15% 100px;
  width: clamp(370px, 80%, 80%);
  height: 100vh;
  margin: auto;
}
@media (max-width: 1024px) {
  section {
    padding: 10% 5%;
  }
}
section .section-wrap {
  padding-top: 7%;
}
@media (max-width: 1024px) {
  section .section-wrap {
    padding-top: 50%;
  }
}
section .area-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  section .area-wrap {
    display: block;
  }
}
section .section-wrap-bg {
  padding: 5% 4%;
  backdrop-filter: blur(30px);
  overflow-wrap: break-word;
  width: clamp(500px, 34%, 35%);
  height: 80%;
}
@media (max-width: 1024px) {
  section .section-wrap-bg {
    width: clamp(300px, 90%, 90%);
    padding: 10% 5%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  section .section-wrap-bg {
    margin-top: -150px;
  }
}
section p {
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 40px 0;
  color: #f4f4f4;
}
@media (max-width: 640px) {
  section p {
    font-size: 0.8rem;
    padding: 20px;
  }
}
section .button {
  display: block;
  width: 90%;
  padding: 20px 0;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #a48c61 0%, #a48c61 50%, #333 50%, #333 100%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  transition: background-position ease 0.4s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  mix-blend-mode: difference;
  /****** Base style. ******/
}
@media (max-width: 640px) {
  section .button {
    font-size: 1rem;
  }
}
section .button:hover {
  background-position: 0 0;
}
section .button body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.section-img {
  padding: 13% 3% 3% 3%;
  width: clamp(270px, 30%, 30%);
  z-index: 1;
  mix-blend-mode: luminosity;
}
@media (max-width: 1024px) {
  .section-img {
    margin: 0 auto;
  }
}
.section-img img {
  width: 100%;
}

/*========= ページネーションCSS ===============*/
.pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 5;
  list-style: none;
}

.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  padding: 4px;
}

.pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}

.pagination a:hover .hover-text {
  opacity: 1;
}

.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
}

/*768px以下は現在地表示のテキストを非表示*/
@media (max-width: 768px) {
  .pagination a .hover-text {
    display: none;
  }
}
p {
  color: #707070;
}

.sub-main {
  flex: 1;
  text-align: center;
  color: #707070;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.title {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .title {
    padding: 50px;
  }
}
.title .content-num {
  font-size: 2.5rem;
  padding-bottom: 2rem;
}

.content {
  padding-bottom: 100px;
  /* font-family: "Noto Sans JP", sans-serif; */
}
.content ul {
  list-style-type: none;
}

.profile-wrap {
  display: flex;
}
@media (max-width: 640px) {
  .profile-wrap {
    flex-flow: column;
    justify-content: space-between;
  }
}
.profile-wrap .about-picture {
  flex: 1;
}
.profile-wrap .about-picture img {
  width: 70%;
  height: 80%;
  object-fit: cover;
}
.profile-wrap .about-text {
  flex: 1;
}
@media (max-width: 640px) {
  .profile-wrap .about-text {
    padding-top: 30px;
  }
}
.profile-wrap .about-text .about-name-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.profile-wrap .about-text .about-name-wrap .about-name {
  font-size: 1.5rem;
  font-weight: 700;
}
.profile-wrap .about-text .about-name-wrap .about-name-rubi {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #707070;
}
.profile-wrap .about-text .about-career {
  line-height: 1.5;
  text-align: left;
}

.mind-wrap .mind-picture {
  display: grid;
  column-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
@media (max-width: 640px) {
  .mind-wrap .mind-picture {
    grid-template-columns: 1fr;
  }
}
.mind-wrap .mind-picture img {
  width: 60%;
}
.mind-wrap p {
  text-align: left;
  padding: 15px 0;
  line-height: 1.5;
}

.skill-wrap {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 640px) {
  .skill-wrap {
    flex-flow: column;
    justify-content: space-between;
  }
}
.skill-wrap .design-skill-img {
  width: 30%;
}
@media (max-width: 640px) {
  .skill-wrap .design-skill-img {
    width: 100%;
    height: 100px;
  }
}
.skill-wrap .design-skill-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skill-wrap .skill-text {
  width: 65%;
  text-align: left;
}
@media (max-width: 640px) {
  .skill-wrap .skill-text {
    width: 100%;
  }
}
.skill-wrap .skill-info-wrap {
  display: flex;
  padding: 30px 0;
  align-items: center;
}
.skill-wrap .skill-info-wrap .skill-title {
  line-height: 1.5;
}
.skill-wrap .skill-info-wrap .skill-icon img {
  width: 90px;
}
.skill-wrap .skill-info-wrap .skill-info {
  padding: 0 10px;
}
.skill-wrap .skill-info-wrap .skill-info .skill-title {
  font-weight: bold;
  font-family: "futura_de";
}

.cording-skill-wrap {
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .cording-skill-wrap {
    flex-flow: column;
  }
}

.content-work {
  padding-top: 150px;
  padding-bottom: 200px;
}
.content-work .work-grid {
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.content-work .work-grid .work-item {
  border: 0.8px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  padding: 40px 30px;
  background-color: #f4f4f4;
  transition: color 0.4s, background-color 0.4s, transform 0.7s;
}
.content-work .work-grid .work-item:hover {
  transform: scale(1.15);
  background-color: #c3c6e0;
}
.content-work .work-grid .work-item img {
  width: 100%;
}

.modal {
  display: none;
}

.modal-content {
  text-align: center;
  padding: 0 15%;
  letter-spacing: 0.2em;
}
@media (max-width: 640px) {
  .modal-content {
    padding: 0 3%;
  }
}
.modal-content .img-wrap {
  background-color: #FFF;
}
.modal-content .img-wrap-sp {
  width: 60%;
}
.modal-content img {
  width: 90%;
  height: 100%;
  padding-top: 30px;
}
.modal-content h2 {
  color: #333;
  font-size: 2.5rem;
  padding-top: 30px;
}
@media (max-width: 640px) {
  .modal-content h2 {
    font-size: 1.2rem;
  }
}
.modal-content h2 span {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
}
.modal-content h3 {
  color: #333;
  font-size: 1.2rem;
  padding: 0;
  margin: 50px 0 15px 0;
}
.modal-content p {
  color: #333;
  line-height: 1.5;
  /* font-family: "Noto Sans JP", sans-serif; */
}
.modal-content .work-link {
  padding-top: 50px;
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .modal-content .work-link {
    font-size: 1.2rem;
  }
}
.modal-content .work-link a {
  text-decoration: underline;
}

.modal-content-text {
  text-align: left;
}
.modal-content-text ul {
  list-style-position: inside;
  /* font-family: "Noto Sans JP", sans-serif; */
}
.modal-content-text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.modaal-content-container {
  background-color: #f4f4f4;
  padding: 50px 0;
}
@media (max-width: 640px) {
  .modaal-content-container {
    padding: 30px 3%;
  }
}

@media (max-width: 640px) {
  .modaal-inner-wrapper .modaal-wrapper .modaal-focus .modaal-inline .modaal-outer-wrapper {
    width: 330px;
  }
}

.contact-text {
  padding: 7% 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

footer {
  position: relative;
  bottom: 0;
  text-align: center;
  margin-bottom: 10px;
}

.info-comment{
  padding:10% 0;
}

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