@charset "UTF-8";
/*!
Theme Name: Bedrock_html
Author: Shinya Owatari
Author URI: https://sowap.jp
Description: Base theme by sowap.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables and @mixins
# Normalize (ress.css)
# Elements
# Structures
# Componts and Modules
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables Fonts and @mixins
--------------------------------------------------------------*/
/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url("../fonts/noto-sans-jp-v27-latin_japanese-regular.woff2") format("woff2");
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold") url("../fonts/noto-sans-jp-v27-latin_japanese-700.woff2") format("woff2");
}
/*--------------------------------------------------------------
# Normalize (ress.css)
--------------------------------------------------------------*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #3E3A39;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  line-height: 1.875;
}

a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul,
ol {
  margin: 0 0 0 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: bottom;
}

figure {
  margin: 0 0 1em;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  padding: 0.5em;
  border: 1px solid #ccc;
}
table th {
  background-color: #eee;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dfn,
cite,
i {
  font-style: italic;
}

em {
  font-style: normal;
  font-weight: bold;
}

blockquote {
  margin: 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.5rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Structures
--------------------------------------------------------------*/
.site-header {
  height: 4em;
  width: 100%;
  padding: 0.625em 1em 0.625em;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
}

.site-branding {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.site-headings {
  flex-shrink: 0;
  margin-right: auto;
}

.site-logo {
  font-size: inherit;
  width: 140px;
  height: 30px;
}

.site-copy {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 320px) {
  .site-copy {
    font-size: 1.2rem;
    letter-spacing: -0.1px;
  }
}

.site-contact {
  position: absolute;
}
.site-contact .contact-link {
  position: fixed;
  bottom: 1em;
  right: 1em;
  display: block;
  width: 96px;
  height: 96px;
  font-size: 1.4rem;
  border: 2px solid #CB4741;
  border-radius: 9999px;
  background-color: #fff;
  background-image: url(../images/mail.svg);
  background-position: center top 13px;
  background-size: 40px;
  text-decoration: none;
  color: #3E3A39;
  font-weight: bold;
  text-align: center;
  padding: 45px 10px 10px;
  line-height: 1.3;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: 0.2s;
}
.site-contact .contact-link:hover {
  background-color: #CB4741;
  color: #fff;
}
@media (min-width: 768px) {
  .site-contact {
    position: static;
    margin-left: auto;
    margin-right: 1.5em;
    height: auto;
    width: 200px;
  }
  .site-contact .contact-link {
    position: static;
    font-size: 1.6rem;
    width: 200px;
    height: auto;
    background-position: left 12px center;
    background-size: 32px;
    padding: 10px 10px 10px 50px;
    box-shadow: none;
  }
}

.nav-toggle {
  height: 44px;
  width: 48px;
  padding: 0.5em;
  background-color: #CB4741;
  transition: all 0.5s ease;
  position: relative;
}
.nav-toggle span {
  display: block;
  position: absolute;
  width: 32px;
  border-bottom: solid 2px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.nav-toggle span:nth-child(1) {
  top: 10px;
}
.nav-toggle span:nth-child(2) {
  top: 20px;
}
.nav-toggle span:nth-child(3) {
  top: 30px;
}
.nav-toggle._active span:nth-child(1) {
  top: 20px;
  width: 34px;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.nav-toggle._active span:nth-child(2) {
  top: 20px;
  width: 34px;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  transform: rotate(35deg);
}
.nav-toggle._active span:nth-child(3) {
  top: 20px;
  width: 34px;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  transform: rotate(35deg);
}
.nav-toggle:hover {
  cursor: pointer;
}

.nav-content {
  position: absolute;
  background-color: #CB4741;
  width: calc(100% + 32px);
  height: calc(100vh - 64px);
  overflow-y: auto;
  padding: 3em 2em;
  z-index: 10;
  top: 54px;
  right: -1em;
  border: 8px solid #fff;
  border-top: 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 6px 6px 3px rgba(0, 0, 0, 0.2);
  transition: visibility 0.2s ease, opacity 0.2s ease;
}
.nav-content._active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .nav-content {
    max-width: 360px;
    margin-right: 0.5em;
    height: auto;
  }
}

.nav-list {
  margin-left: 0;
  list-style: none;
}

.nav-item:not(:first-of-type) {
  margin-top: 1.5em;
}

.nav-link {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  padding: 0.5em 1.5em 0.5em 1.8em;
  transition: all 0.5s ease;
  text-decoration: none;
  text-align: left;
  color: #fff;
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 9999px;
}
.nav-link:visited {
  color: #fff;
}
.nav-link:hover {
  background-color: #fff;
  color: #3E3A39;
}
.nav-link::before {
  content: "▶";
  display: block;
  position: absolute;
  left: 1.5em;
  top: 50%;
  font-size: 1rem;
  transform: translateY(-55%);
  color: #FFF8AD;
}
.nav-link:hover::before {
  color: #CB4741;
}

.site-footer {
  height: 4em;
  padding: 0.75em 1em;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #ac3f36 75%, #cb4741 100%);
  text-align: center;
}

.site-copyright {
  color: #3E3A39;
  font-size: 1.6rem;
}

.site-content {
  padding-top: 4em;
}

.section {
  padding: 3.5em 1em;
}
.section._beige {
  background-color: #F8F1DD;
}
@media (min-width: 768px) {
  .section {
    padding: 5.5em 1em;
  }
}
@media (min-width: 1024px) {
  .section {
    padding: 7.5em 1em 5.5em;
  }
}

.section-header {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.section-content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.site-aside {
  padding: 0 1em 1.5em;
}
.site-aside .link {
  font-size: 1.6rem;
  max-width: 280px;
  font-weight: bold;
  margin-top: 0.5em;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .site-aside .link {
    max-width: 496px;
  }
}

/*--------------------------------------------------------------
# Components and Modules
--------------------------------------------------------------*/
.title {
  color: #fff;
  font-size: 1.8rem;
  background-color: #CB4741;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.6em;
  padding: 0.3em 0.9em;
  border-radius: 9999px;
  max-width: 280px;
  text-align: center;
  font-weight: normal;
  position: relative;
}
.title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 8px;
  height: 10px;
  background-color: #CB4741;
}
@media (min-width: 768px) {
  .title {
    max-width: 400px;
  }
}

.heading {
  color: #3E3A39;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5em;
}
.heading:not(:first-of-type) {
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .heading {
    font-size: 3.2rem;
    margin-bottom: 1em;
  }
}

.subheading {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.subheading:not(:first-of-type) {
  margin-top: 1em;
}

.smallheading {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.smallheading:not(:first-of-type) {
  margin-top: 1em;
}

.caption {
  font-size: 2rem;
}

.label {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.img {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text {
  text-align: left;
}
.text._ac {
  text-align: center;
}

.lead {
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 1024px) {
  .lead {
    font-size: 1.8rem;
  }
}

.note {
  font-size: 1.4rem;
}

.bubble {
  border: 4px solid #4D1E22;
  border-radius: 1em;
  padding: 1.5em;
  background-color: #fff;
  position: relative;
  margin-bottom: 3em;
}
.bubble::before {
  content: "";
  position: absolute;
  bottom: -1em;
  left: 2em;
  width: 2em;
  height: 1.5em;
  border: 4px solid #4D1E22;
  border-radius: 2em/1.5em;
  background-color: #fff;
}
.bubble::after {
  content: "";
  position: absolute;
  bottom: -2.25em;
  left: 3.25em;
  width: 1.5em;
  height: 1.25em;
  border: 4px solid #4D1E22;
  border-radius: 1.5em/1.25em;
  background-color: #fff;
}
.bubble._right::before {
  left: auto;
  right: 2em;
}
.bubble._right::after {
  left: auto;
  right: 3.25em;
}

.link {
  width: 100%;
  color: #fff;
  background-color: #3E3A39;
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  padding: 0.5em 1.5em;
  transition: all 0.2s;
  text-decoration: none;
  border: 3px solid #3E3A39;
  display: inline-block;
}
.link:visited {
  color: #fff;
}
.link:hover {
  color: #3E3A39;
  background-color: #fff;
}
.link._blank {
  position: relative;
  padding-right: 2em;
}
.link._blank::after {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/blank_white.svg);
}
.link._blank:hover::after {
  background-image: url(../images/blank.svg);
}
.link._triangle {
  position: relative;
}
.link._triangle::before {
  content: "▶";
  display: block;
  position: absolute;
  left: 1.2em;
  top: 50%;
  font-size: 1rem;
  transform: translateY(-55%);
  color: #FFF8AD;
}
.link._triangle:hover::before {
  color: #CB4741;
}
.link._arrow {
  position: relative;
}
.link._arrow::after {
  content: "〉";
  display: block;
  position: absolute;
  right: 0.5em;
  top: 50%;
  width: 1em;
  font-size: 2rem;
  transform: translateY(-50%);
}
.link._cream {
  color: #4D1E22;
  background-color: #FFF9D0;
  border: none;
}
.link._cream:hover {
  color: #fff;
  background-color: #4D1E22;
}
.link._transparent {
  color: #4D1E22;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.link._transparent:hover {
  color: #fff;
  background-color: #4D1E22;
}
.link._kakeru {
  position: relative;
  margin-top: 96px;
}
.link._kakeru::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 40px);
  top: -80px;
  width: 80px;
  height: 80px;
  background-image: url(../images/kakeru.png);
  background-position: center top;
  background-size: contain;
}
@media (min-width: 768px) {
  .link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.blocklink {
  width: 100%;
  display: block;
  color: #4D1E22;
  text-decoration: none;
  padding: 1em;
  background-color: #FED400;
  border: 2px solid #FED400;
  transition: all 0.5s ease;
}
.blocklink:visited {
  color: #4D1E22;
}
.blocklink:hover {
  color: #4D1E22;
  background-color: #fff;
}
.blocklink._arrow {
  position: relative;
}
.blocklink._arrow::after {
  content: "〉";
  display: block;
  position: absolute;
  right: 0.5em;
  top: 50%;
  width: 1em;
  font-size: 2rem;
  transform: translateY(-50%);
}
.blocklink._white {
  background-color: #fff;
}

.box,
.item,
.column {
  padding: 1em 1.25em;
  background-color: #fff;
}

/*

.triangle {
    position: relative;
    margin-top: 3em;
}

.triangle::before {
    position: absolute;
    left: calc(50% - 1em);
    top: -2em;
    content: "";
    border-top: 1em solid #eee;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
}

*/
._sp_only {
  display: block;
}
@media (min-width: 768px) {
  ._sp_only {
    display: none;
  }
}

._tab_only {
  display: none;
}
@media (min-width: 768px) {
  ._tab_only {
    display: block;
  }
}
@media (min-width: 1024px) {
  ._tab_only {
    display: none;
  }
}

._pc_only {
  display: none;
}
@media (min-width: 1024px) {
  ._pc_only {
    display: block;
  }
}

._tab_over {
  display: none;
}
@media (min-width: 768px) {
  ._tab_over {
    display: block;
  }
}

._tab_under {
  display: block;
}
@media (min-width: 1024px) {
  ._tab_under {
    display: none;
  }
}

._tab_except {
  display: block;
}
@media (min-width: 768px) {
  ._tab_except {
    display: none;
  }
}
@media (min-width: 1024px) {
  ._tab_except {
    display: block;
  }
}

._uline {
  background-color: #FFE8E6;
}

._red {
  color: #CB4741;
}

._blue {
  color: #41479B;
}

._round {
  border-radius: 0.5em;
}

._oval {
  border-radius: 9999px;
}

._shadow {
  box-shadow: 0px 0px 3px #ccc;
}

._border {
  border: 3px solid #3E3A39;
}

.block-general {
  display: block;
}

.block-list {
  display: block;
  list-style: none;
  margin-left: 0;
}
.block-list > .item:not(:first-of-type) {
  margin-top: 1em;
}
.block-list._order {
  counter-reset: countup;
}
.block-list._order > .item {
  counter-increment: countup;
}
.block-list._order > .item::before {
  content: counter(countup);
}

.block-tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}
.block-cover {
  display: block;
  background-size: cover;
  text-align: center;
}

.block-split {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .block-split {
    flex-direction: row;
  }
  .block-split .visual,
.block-split .txtgroup {
    order: 0;
  }
}

.block-columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  list-style: none;
  margin-left: 0;
}
@media (min-width: 768px) {
  .block-columns {
    flex-direction: row;
  }
}
.block-columns .column:not(:first-of-type) {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .block-columns .column:not(:first-of-type) {
    margin-top: 0;
  }
}

.block-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.block-grid .cell {
  flex-basis: 33.3%;
}
@media (min-width: 768px) {
  .block-grid .cell {
    flex-basis: 25%;
  }
}
@media (min-width: 1024px) {
  .block-grid .cell {
    flex-basis: 20%;
  }
}

.table-alt {
  border-top: 3px solid #3E3A39;
  border-bottom: 3px solid #3E3A39;
}
.table-alt th {
  font-weight: normal;
  text-align: left;
  border: none;
  width: 33%;
  background-color: #F8F1DD;
  padding: 1em 0.75em;
  vertical-align: top;
}
@media (min-width: 768px) {
  .table-alt th {
    width: 20%;
  }
}
.table-alt td {
  border: none;
  background-color: #F8F1DD;
  padding: 1em 0.75em;
}
.table-alt tr:nth-child(2n) th,
.table-alt tr:nth-child(2n) td {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .table-alt th,
.table-alt td {
    padding: 1.5em;
  }
}

.table-line th {
  font-weight: normal;
  text-align: left;
  border: none;
  border-bottom: 1px solid #4D1E22;
  width: 33%;
  padding: 1em 0.75em;
  vertical-align: top;
  background-color: transparent;
}
@media (min-width: 768px) {
  .table-line th {
    width: 20%;
  }
}
.table-line td {
  border: none;
  border-bottom: 1px solid #4D1E22;
  padding: 1em 0.75em;
}

.dl-line {
  display: flex;
}
.dl-line dt {
  font-weight: normal;
}
.dl-line dd {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
#home .page-header {
  padding-top: 2em;
  background-color: #CB4741;
  background-image: url(../images/brush.png), url(../images/wash.png), url(../images/catalog.png), url(../images/mascara.png);
  background-position: left -10px top 70px, left -20px top 340px, right -25px top 160px, right 10px bottom -5px;
  background-size: 80px, 100px, 90px, 75px;
  position: relative;
}
#home .page-header .shoulder {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
#home .page-header .catch {
  width: 260px;
  height: 155px;
  margin: 0.75em auto 0;
}
#home .page-header .img {
  max-width: 240px;
  margin-top: 2.5em;
}
#home .page-header .block-columns {
  max-width: 323px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#home .page-header .block-columns > .column {
  color: #fff;
  text-align: center;
  padding-top: 1.5em;
  background-color: transparent;
  background-image: url(../images/circle.svg);
  height: 110px;
  width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  line-height: 1.3;
}
#home .page-header .block-columns > .column:nth-child(2) {
  background-image: url(../images/circle_reverse.svg);
  left: 0;
  top: 20px;
}
#home .page-header .block-columns > .column:nth-child(3) {
  padding-top: 1.75em;
  background-image: url(../images/circle_reverse.svg);
  left: 105px;
  top: 110px;
}
#home .page-header .block-columns > .column em {
  font-size: 1.8rem;
}
#home .page-header .imgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#home .page-header .imgs img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 612px;
  width: 105px;
}
#home .page-header .imgs img:nth-child(2) {
  position: absolute;
  left: 50px;
  top: 688px;
  width: 58px;
}
#home .page-header .imgs img:nth-child(3),
#home .page-header .imgs img:nth-child(4),
#home .page-header .imgs img:nth-child(5) {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  #home .page-header {
    padding-top: 3.5em;
    background-position: left 10px top 40px, left 70px top 250px, right -25px top 100px, right 30px bottom 0px;
    background-size: 90px, 120px, 135px, 75px;
  }
  #home .page-header .block-split {
    flex-direction: column;
  }
  #home .page-header .shoulder {
    font-size: 2.4rem;
  }
  #home .page-header .catch {
    width: 514px;
    height: auto;
  }
  #home .page-header .img {
    width: 320px;
    margin-top: 1.5em;
  }
  #home .page-header .block-columns {
    max-width: inherit;
    width: 466px;
    height: auto;
    padding: 3.5em 0 4.5em;
  }
  #home .page-header .block-columns > .column {
    position: static;
    flex-shrink: 0;
  }
  #home .page-header .block-columns > .column:nth-child(2), #home .page-header .block-columns > .column:nth-child(3) {
    background-image: url(../images/circle.svg);
  }
  #home .page-header .imgs img:nth-child(1) {
    left: 16px;
    top: 600px;
    width: 135px;
  }
  #home .page-header .imgs img:nth-child(2) {
    left: 100px;
    top: 668px;
    width: 82px;
  }
  #home .page-header .imgs img:nth-child(3) {
    display: block;
    left: 0px;
    top: 420px;
    width: 117px;
  }
  #home .page-header .imgs img:nth-child(4) {
    display: block;
    right: 84px;
    top: 284px;
    width: 50px;
  }
  #home .page-header .imgs img:nth-child(5) {
    display: block;
    right: 35px;
    top: 423px;
    width: 55px;
  }
}
@media (min-width: 1024px) {
  #home .page-header {
    padding-top: 8.25em;
    background-position: left 5% top 10px, left 60% top 20px, right 5% top 10px, right 13% bottom 10px;
    background-size: 144px, 150px, 162px, 108px;
  }
  #home .page-header .block-split {
    flex-direction: row;
    max-width: 956px;
    margin-right: auto;
    margin-left: auto;
  }
  #home .page-header .shoulder {
    font-size: 3.2rem;
  }
  #home .page-header .catch {
    width: 580px;
    margin-top: 1.2em;
  }
  #home .page-header .img {
    max-width: 315px;
    padding-top: 2em;
  }
  #home .page-header .block-columns {
    width: 666px;
    padding: 3.5em 0 5.5em;
  }
  #home .page-header .block-columns > .column {
    width: 168px;
    height: 144px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-top: 1.75em;
  }
  #home .page-header .block-columns > .column:nth-child(3) {
    padding-top: 2.25em;
  }
  #home .page-header .block-columns > .column em {
    font-size: 2.2rem;
  }
  #home .page-header .imgs img:nth-child(1) {
    left: 50%;
    top: 515px;
    width: 151px;
    transform: translateX(-500px);
  }
  #home .page-header .imgs img:nth-child(2) {
    left: 50%;
    top: 595px;
    width: 91px;
    transform: translateX(-420px);
  }
  #home .page-header .imgs img:nth-child(3) {
    left: -28px;
    top: 360px;
    width: 163px;
  }
  #home .page-header .imgs img:nth-child(4) {
    right: 5px;
    top: 60px;
    width: 60px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #home .page-header .imgs img:nth-child(4) {
    top: 220px;
  }
}
@media (min-width: 1024px) {
  #home .page-header .imgs img:nth-child(5) {
    right: 3%;
    top: 465px;
    width: 79px;
  }
}
#home .section-content {
  max-width: 496px;
}
@media (min-width: 1024px) {
  #home .section-content {
    max-width: 960px;
  }
  #home .section-content._narrow {
    max-width: 880px;
  }
}

#home-summary {
  background-image: url(../images/writer.svg);
  background-position: right -10px top -3px;
  background-size: 250px;
  padding-top: 5.5em;
  padding-left: 0;
  padding-right: 0;
}
#home-summary .section-content {
  max-width: 960px;
}
#home-summary .heading {
  padding-left: 1em;
  padding-right: 1em;
}
#home-summary .label {
  color: #CB4741;
  text-align: center;
}
#home-summary .shoulder {
  font-size: 1.6rem;
}
#home-summary .block-list {
  padding-left: 1em;
  padding-right: 1em;
}
#home-summary .block-list > .item {
  border-radius: 9999px;
  border: 3px solid #3E3A39;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
#home-summary .block-list > .item:first-of-type {
  padding: 1em 0.5em;
}
#home-summary .block-list > .item:not(:first-of-type) {
  margin-top: 2em;
}
#home-summary .slide-tab {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 328px;
  list-style: none;
  justify-content: space-between;
}
#home-summary .slide-tab > .item {
  text-align: center;
  border-radius: 0.5em;
  border: 3px solid #CB4741;
  color: #CB4741;
  font-weight: bold;
  padding: 0.5em;
  width: 96px;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s;
  user-select: none;
}
#home-summary .slide-tab > .item:hover {
  background-color: #F8F1DD;
}
#home-summary .slide-tab > .item._active {
  background-color: #CB4741;
  color: #fff;
  position: relative;
}
#home-summary .slide-tab > .item._active::after {
  content: "";
  position: absolute;
  left: 48%;
  top: 63px;
  height: 40px;
  width: 6px;
  background-image: linear-gradient(to bottom, #CB4741, #CB4741 4px, transparent 4px, transparent 8px);
  background-size: 6px 8px;
  background-repeat: repeat-y;
}
#home-summary .slide-frame {
  width: 100%;
  padding: 48px 0 5px;
  overflow-x: hidden;
  position: relative;
}
#home-summary .slide-frame .slide-items {
  width: calc(888px + 100% - 280px);
  list-style: none;
  margin-left: 0;
  padding-left: calc((100% - 280px) / 2);
  padding-right: calc((100% - 280px) / 2);
  display: flex;
  justify-content: space-between;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.2s;
}
#home-summary .slide-frame .slide-items > .item {
  width: 280px;
}
#home-summary .slide-frame .slide-items._idx00 {
  transform: translateX(0px);
}
#home-summary .slide-frame .slide-items._idx01 {
  transform: translateX(-304px);
}
#home-summary .slide-frame .slide-items._idx02 {
  transform: translateX(-608px);
}
#home-summary .slide-frame .slide-controlls .left,
#home-summary .slide-frame .slide-controlls .right {
  color: #CB4741;
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: 190px;
  user-select: none;
  cursor: pointer;
}
#home-summary .slide-frame .slide-controlls .left._inactive,
#home-summary .slide-frame .slide-controlls .right._inactive {
  display: none;
}
#home-summary .slide-frame .slide-controlls .left {
  left: 50%;
  transform: translateX(-190px);
}
#home-summary .slide-frame .slide-controlls .right {
  right: 50%;
  transform: translateX(190px);
}
#home-summary .slide-frame .img {
  max-width: 240px;
}
#home-summary .heading:nth-of-type(2)._triangle {
  position: relative;
  margin-top: 3.5em;
}
#home-summary .heading:nth-of-type(2)._triangle::before {
  content: "▼";
  display: block;
  position: absolute;
  left: 50%;
  top: -2.25em;
  font-size: 2.4rem;
  transform: translateX(-0.5em) scaleX(1.75);
  color: #CB4741;
}
@media (min-width: 768px) {
  #home-summary {
    background-position: right -8px top -5px;
    background-size: 375px;
  }
  #home-summary .slide-tab {
    max-width: 392px;
  }
  #home-summary .slide-tab > .item {
    width: 104px;
    padding: 0.5em 0.75em;
  }
  #home-summary .slide-frame .slide-items {
    width: calc(1328px + 100% - 400px);
    padding-left: calc((100% - 400px) / 2);
    padding-right: calc((100% - 400px) / 2);
  }
  #home-summary .slide-frame .slide-items > .item {
    width: 400px;
  }
  #home-summary .slide-frame .slide-items._idx00 {
    transform: translateX(0px);
  }
  #home-summary .slide-frame .slide-items._idx01 {
    transform: translateX(-464px);
  }
  #home-summary .slide-frame .slide-items._idx02 {
    transform: translateX(-928px);
  }
  #home-summary .slide-frame .slide-controlls .left {
    transform: translateX(-260px);
  }
  #home-summary .slide-frame .slide-controlls .right {
    transform: translateX(260px);
  }
}
@media (min-width: 1024px) {
  #home-summary {
    background-position: right -20px top -8px;
    background-size: 560px;
    padding: 7em 1em 5.5em;
  }
  #home-summary .slide-tab {
    display: none;
  }
  #home-summary .slide-frame {
    padding-top: 5px;
  }
  #home-summary .slide-frame .slide-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
  #home-summary .slide-frame .slide-items > .item {
    width: 296px;
  }
  #home-summary .slide-frame .slide-items > .item:not(:first-of-type) {
    margin-top: 0;
  }
  #home-summary .slide-frame .slide-controlls {
    display: none;
  }
  #home-summary .heading:nth-of-type(2)._triangle {
    margin-top: 3em;
  }
  #home-summary .heading:nth-of-type(2)._triangle::before {
    font-size: 3.2rem;
  }
  #home-summary .slide-items > .item {
    max-width: 296px;
  }
}

#home-concept {
  background-image: url(../images/concept.svg);
  background-position: right -5px top -5px;
  background-size: 300px;
}
#home-concept .block-columns > .column {
  padding: 0.75em 1.25em 1em;
  border: 3px solid #3E3A39;
  border-radius: 0.5em;
  background-color: #F8F1DD;
  background-image: url(../images/board.png), url(../images/hito01.png);
  background-size: 100%, 31%;
  background-position: left bottom, right 5px bottom -8px;
  text-align: left;
  position: relative;
  min-height: 152px;
  width: 328px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#home-concept .block-columns > .column:not(:first-of-type) {
  margin-top: 2em;
}
#home-concept .block-columns > .column:nth-child(2) {
  background-image: url(../images/board.png), url(../images/hito02.png);
  background-size: 100%, 31%;
  background-position: left bottom, right 8px bottom -8px;
}
#home-concept .block-columns > .column:nth-child(3) {
  background-image: url(../images/board.png), url(../images/hito03.png);
  background-size: 100%, 31%;
  background-position: left bottom, right 0px bottom -12px;
}
#home-concept .block-columns .label {
  color: #41479B;
  font-size: 1.6rem;
}
#home-concept .block-columns .copy {
  width: 45%;
  margin-top: 2.25em;
  margin-left: 1.75em;
}
#home-concept .block-columns > .column:nth-child(3) .copy {
  width: 52%;
  margin-top: 3em;
  margin-left: 0.5em;
}
#home-concept .block-columns .img {
  position: absolute;
  right: 0px;
  bottom: -8px;
  width: 100px;
}
@media (min-width: 768px) {
  #home-concept .block-columns {
    flex-direction: column;
  }
  #home-concept .block-columns > .column {
    max-width: 400px;
    width: 400px;
    background-image: url(../images/board_tab.png), url(../images/hito01.png);
    background-size: 100%, 31%;
    background-position: left bottom, right 8px bottom -10px;
  }
  #home-concept .block-columns > .column:nth-child(2) {
    background-image: url(../images/board_tab.png), url(../images/hito02.png);
    background-size: 100%, 31%;
    background-position: left bottom, right 8px bottom -12px;
  }
  #home-concept .block-columns > .column:nth-child(3) {
    background-image: url(../images/board_tab.png), url(../images/hito03.png);
    background-size: 100%, 31%;
    background-position: left bottom, right 5px bottom -25px;
  }
  #home-concept .block-columns .copy {
    width: 43%;
    margin-top: 2em;
    margin-left: 1.75em;
  }
  #home-concept .block-columns > .column:nth-child(3) .copy {
    width: 52%;
    margin-top: 3em;
    margin-left: 0.5em;
  }
}
@media (min-width: 1024px) {
  #home-concept .block-columns {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #home-concept .block-columns > .column:not(:last-of-type) {
    margin-top: 0;
  }
  #home-concept .block-columns > .column:nth-child(3) {
    margin-top: 3.5em;
  }
}
#home-concept .block-split {
  margin-top: 2.5em;
}
#home-concept .block-split .subheading {
  background-color: #FFF8AD;
  display: inline-block;
  border-radius: 9999px;
  line-height: 2;
  padding: 0 1em;
  font-size: 1.6rem;
  color: #41479B;
}
#home-concept .block-split .img {
  margin-top: 0.5em;
  max-width: 400px;
}
@media (min-width: 768px) {
  #home-concept .block-split {
    margin-top: 3em;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  #home-concept .block-split {
    flex-direction: row;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
  #home-concept .block-split .txtgroup {
    padding-top: 4em;
    padding-right: 1em;
  }
  #home-concept .block-split .visual {
    flex-shrink: 0;
  }
  #home-concept .block-split .subheading {
    font-size: 2rem;
  }
  #home-concept .block-split .text {
    font-size: 1.8rem;
  }
}
#home-concept .block-general {
  background-color: #FFE8E6;
  background-image: url(../images/heart.png);
  background-position: right 8px top 8px;
  background-size: 40%;
  padding: 2em 1em;
  max-width: 496px;
  margin: 2em auto 0;
}
#home-concept .block-general .heading {
  color: #CB4741;
  margin-bottom: 0.5em;
}
#home-concept .block-general > .block-list > .item {
  background-color: transparent;
  padding: 0.5em;
}
#home-concept .block-general > .block-list > .item:not(:first-of-type) {
  border-top: 4px dotted #fff;
  padding-top: 1em;
}
#home-concept .block-general > .block-list > .item::before {
  content: none;
}
#home-concept .block-general > .block-list > .item .subheading {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#home-concept .block-general > .block-list > .item .subheading::before {
  content: counter(countup);
  color: #CB4741;
  font-size: 4.8rem;
  margin-right: 0.25em;
}
@media (min-width: 768px) {
  #home-concept .block-general {
    background-size: 30%;
  }
}
@media (min-width: 1024px) {
  #home-concept .block-general {
    background-color: transparent;
    background-image: url(../images/heart_pink.png);
    background-position: right top 3em;
    max-width: 960px;
    margin-top: 3.5em;
    padding: 0;
  }
  #home-concept .block-general .heading {
    font-size: 2.4rem;
    text-align: left;
  }
  #home-concept .block-general .block-list {
    margin-top: 1.5em;
    background-image: url(../images/cherish.png);
    background-position: left bottom;
    background-size: 144px;
  }
  #home-concept .block-general .block-list > .item {
    background-color: #FFE8E6;
    width: 496px;
    padding: 0.5em 1.25em 1.25em;
  }
  #home-concept .block-general .block-list > .item:not(:first-of-type) {
    margin-top: 2.5em;
    border: none;
  }
  #home-concept .block-general .block-list > .item:nth-of-type(2) {
    margin-right: auto;
    margin-left: auto;
  }
  #home-concept .block-general .block-list > .item:nth-of-type(3) {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  #home-concept {
    background-position: right -8px top -7px;
    background-size: 430px;
  }
}
@media (min-width: 1024px) {
  #home-concept {
    background-position: right -8px top -10px;
    background-size: 655px;
  }
  #home-concept .heading {
    margin-bottom: 1.5em;
  }
}

#home-history {
  background-image: url(../images/history.svg);
  background-position: right -5px top -2px;
  background-size: 270px;
}
#home-history .block-list > .item {
  margin-bottom: 0.5em;
  display: flex;
  padding: 1;
  align-items: center;
}
#home-history .block-list .label {
  font-size: 1.6rem;
  line-height: 1.25;
  background-color: #FFE8E6;
  border-radius: 0.5em;
  font-weight: bold;
  text-align: center;
  min-width: 5em;
  height: 5em;
  margin-right: 1.25em;
  margin-top: 0.5em;
  align-items: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-history .block-list + .text {
  margin-top: 2em;
}
#home-history .subheading {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #home-history {
    background-image: url(../images/stepup.png), url(../images/history.svg);
    background-position: right -210px bottom 20px, right -8px top -5px;
    background-size: 450px, 400px;
  }
  #home-history .subheading {
    margin-top: 1.5em;
  }
}
@media (min-width: 1024px) {
  #home-history {
    background-image: url(../images/history.svg);
    background-position: right -5px top -7px;
    background-size: 610px;
  }
  #home-history .section-content {
    background-image: url(../images/stepup.png);
    background-position: right bottom;
    background-size: 450px;
  }
  #home-history .block-list {
    margin-top: 4em;
    width: 480px;
  }
  #home-history .subheading {
    font-size: 1.8rem;
    width: 480px;
  }
  #home-history .text {
    width: 480px;
  }
}

#home-works {
  background-image: url(../images/works.svg);
  background-position: right -5px top -5px;
  background-size: 250px;
}
#home-works .heading:nth-of-type(2) {
  margin-top: 3.5em;
}
#home-works .block-split {
  background-color: #F8F1DD;
  padding: 2em 1.5em;
  margin-top: 3em;
}
#home-works .block-split:first-of-type {
  margin-top: 1.5em;
}
#home-works .block-split .headers {
  text-align: center;
}
#home-works .block-split .subheading {
  color: #41479B;
  position: relative;
  margin-bottom: 1.5em;
}
#home-works .block-split .subheading::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #41479B;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-20px);
}
#home-works .block-split .name {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.334;
  margin-bottom: 1em;
}
#home-works .block-split .smallheading {
  margin-top: 1em;
}
#home-works .block-split .smallheading:nth-of-type(2) {
  color: #41479B;
}
#home-works .block-split .block-list > .item {
  text-align: center;
  border: 3px solid #3E3A39;
}
#home-works .block-split .block-list > .item._triangle {
  position: relative;
  margin-top: 3em;
}
#home-works .block-split .block-list > .item._triangle::before {
  content: "▼";
  display: block;
  position: absolute;
  left: 50%;
  top: -2.2em;
  font-size: 2rem;
  transform: translateX(-0.5em);
  color: #41479B;
}
#home-works .block-split .block-list > .item._triangle::after {
  content: "発注";
  position: absolute;
  left: 57%;
  top: -2.75em;
  font-size: 1.4rem;
  color: #3E3A39;
}
#home-works .block-split .block-list > .item._triangle:nth-of-type(3)::after {
  content: "パートナー契約";
}
#home-works .block-split .block-list > .item._sowap {
  background-color: #41479B;
  border-color: #41479B;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  #home-works .block-split {
    flex-direction: column;
    padding: 2em;
  }
  #home-works .block-split .img {
    max-width: 280px;
  }
}
@media (min-width: 1024px) {
  #home-works .block-split {
    flex-direction: row;
  }
  #home-works .block-split:first-of-type {
    margin-top: 3em;
  }
  #home-works .block-split .headers {
    width: 50%;
  }
  #home-works .block-split .contents {
    width: 50%;
  }
  #home-works .block-split .subheading {
    font-size: 2.4rem;
  }
  #home-works .block-split .subheading::after {
    width: 60px;
    transform: translateX(-30px);
  }
  #home-works .block-split .name {
    font-size: 2.4rem;
  }
  #home-works .block-split .smallheading:first-of-type {
    margin-top: 0;
  }
  #home-works .block-split .img {
    max-width: 320px;
    margin-top: 3.5em;
  }
}
#home-works .block-tags > .tag {
  background-color: #EAEAFF;
  border-radius: 9999px;
  padding: 0.5em 1em;
  color: #41479B;
  font-size: 1.4rem;
  margin: 0 0.5em 0.5em 0;
}
#home-works .text._img {
  margin-top: 2em;
  background-image: url(../images/flexible.png);
  background-position: center top;
  background-size: 6em;
  padding-top: 4em;
}
@media (min-width: 768px) {
  #home-works .text._img {
    padding-top: 0;
    padding-left: 8em;
    background-position: left center;
    background-size: 112px;
  }
}
@media (min-width: 1024px) {
  #home-works .text._img {
    background-size: 136px;
    padding: 1em 0 1em 8.5em;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#home-works .heading:nth-of-type(2) {
  margin-top: 2em;
}
#home-works .block-columns .column {
  border: 3px solid #3E3A39;
  border-radius: 0.5em;
  padding: 1.5em 1.5em 1em;
}
#home-works .block-columns .column:not(:first-of-type) {
  margin-top: 2em;
}
#home-works .block-columns .column .subheading {
  display: flex;
  align-items: center;
}
#home-works .block-columns .column .subheading .icon {
  background-color: #41479B;
  color: #fff;
  border-radius: 9999px;
  font-weight: normal;
  width: 5em;
  height: 5em;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home-works .block-columns .column .img {
  margin-top: 1em;
}
@media (min-width: 768px) {
  #home-works .block-columns .column .img {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  #home-works .block-columns {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  #home-works .block-columns {
    flex-direction: row;
    text-align: left;
  }
  #home-works .block-columns > .column {
    width: 424px;
  }
  #home-works .block-columns > .column:not(:first-of-type) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #home-works {
    background-position: right 10px top -7px;
    background-size: 360px;
  }
}
@media (min-width: 1024px) {
  #home-works {
    background-position: right -5px top -7px;
    background-size: 530px;
  }
  #home-works .section-content > .text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

#home-faq {
  background-image: url(../images/question.svg);
  background-position: right -20px top -2px;
  background-size: 320px;
}
#home-faq .faq-list dt {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0.5em 1.5em 0.5em 0;
  margin-bottom: 0.5em;
  align-items: center;
  cursor: pointer;
}
#home-faq .faq-list dt:not(:first-of-type) {
  padding-top: 1.5em;
  border-top: 3px solid #fff;
}
#home-faq .faq-list dt::before {
  content: "Q";
  color: #CB4741;
  font-size: 3.2rem;
  margin-right: 0.4em;
}
#home-faq .faq-list dt::after {
  content: "＞";
  color: #CB4741;
  font-size: 1.6rem;
  transform: rotate(90deg);
  margin-left: auto;
  transition: transform 0.2s;
}
#home-faq .faq-list dt._active::after {
  transform: rotate(270deg);
}
#home-faq .faq-list dd {
  margin: 0;
  line-height: 1.875;
  padding-bottom: 1em;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
#home-faq .faq-list dd._active {
  opacity: 1;
  max-height: 500px;
  visibility: visible;
}
@media (min-width: 768px) {
  #home-faq {
    background-position: right -10px top -7px;
    background-size: 480px;
  }
}
@media (min-width: 1024px) {
  #home-faq {
    background-position: right -10px top -5px;
    background-size: 750px;
  }
  #home-faq .faq-list dt {
    font-size: 2rem;
  }
  #home-faq .faq-list dt::before {
    font-size: 4rem;
  }
}

#home-office {
  background-image: url(../images/profile.svg);
  background-position: right 2px top -5px;
  background-size: 260px;
}
#home-office .block-columns {
  padding: 1.5em;
  background-color: #F8F1DD;
}
#home-office .block-columns > .column {
  padding: 0;
  background-color: transparent;
  text-align: left;
}
#home-office .heading:not(:first-of-type) {
  margin-top: 2.5em;
}
#home-office .subheading {
  margin-top: 2.5em;
  margin-bottom: 1em;
}
#home-office .text._img {
  background-image: url(../images/bow.png);
  background-position: center bottom;
  background-size: 80px;
  padding-bottom: 250px;
}
@media (min-width: 768px) {
  #home-office {
    background-position: right 3px top -7px;
    background-size: 380px;
  }
  #home-office .block-columns {
    flex-direction: column;
  }
  #home-office .block-columns > .column:not(:first-of-type) {
    margin-top: 1em;
  }
}
@media (min-width: 1024px) {
  #home-office {
    background-position: right 3px top -7px;
    background-size: 580px;
  }
  #home-office .block-columns {
    flex-direction: row;
  }
  #home-office .block-columns > .column {
    width: 400px;
  }
  #home-office .block-columns > .column:not(:first-of-type) {
    margin-top: 0;
  }
  #home-office .subheading {
    margin-top: 6em;
  }
  #home-office .text._img {
    background-position: right 50px top;
    padding-bottom: 0;
    padding-right: 200px;
  }
}

#contact .section-content {
  max-width: 496px;
}
@media (min-width: 1024px) {
  #contact .section-content {
    max-width: 680px;
  }
}

#contact-form {
  background-image: url(../images/contact.svg);
  background-position: right -5px top -2px;
  background-size: 300px;
}
#contact-form .subheading {
  color: #41479B;
  text-align: center;
  position: relative;
}
#contact-form .subheading:not(:first-of-type) {
  margin-top: 2em;
}
#contact-form .subheading::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #41479B;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-20px);
}
@media (min-width: 768px) {
  #contact-form {
    background-position: right -5px top -2px;
    background-size: 430px;
  }
  #contact-form .subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  #contact-form {
    background-position: right -5px top -2px;
    background-size: 650px;
  }
}

#mail_form {
  background-color: #F8F1DD;
  padding: 1.5em;
  margin-top: 2.5em;
}
@media (min-width: 1024px) {
  #mail_form {
    padding: 2em;
  }
}
#mail_form dl {
  margin-top: 1em;
}
#mail_form dt {
  position: relative;
  margin-top: 2.5em;
  display: flex;
  align-items: center;
}
#mail_form dt:not(:first-of-type) {
  margin-top: 1.5em;
}
#mail_form dt .required {
  color: #CB4741;
  font-weight: bold;
  font-size: 1.4rem;
  margin-left: 1em;
  order: 2;
}
#mail_form dt .optional {
  display: none;
}
#mail_form dd {
  margin: 0.5em 0 0;
}
#mail_form ul {
  list-style: none;
  margin-left: 0;
}
#mail_form textarea,
#mail_form input[type=text],
#mail_form input[type=email],
#mail_form input[type=tel] {
  width: 100%;
  background-color: #fff;
}
#mail_form input {
  margin-right: 0.5em;
}
#mail_form #agree_check {
  margin-top: 1.5em;
  text-align: center;
}
#mail_form #form_submit_button {
  width: 200px;
  color: #fff;
  background-color: #3E3A39;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5em 1.5em;
  transition: all 0.5s ease;
  text-decoration: none;
  border: 3px solid #3E3A39;
  display: inline-block;
  border-radius: 9999px;
  position: relative;
  margin: 2em auto 0;
  display: block;
}
#mail_form .error_blank,
#mail_form .error_format,
#mail_form .error_match {
  color: #CB4741;
}
#mail_form .privacy {
  margin-top: 1em;
}
#mail_form .privacy .name {
  font-weight: bold;
}
#mail_form .privacy .item {
  padding: 0;
}
#mail_form .privacy .item::before {
  font-weight: bold;
}
#mail_form .privacy .smallheading {
  display: inline-block;
  margin-left: 0.5em;
}
#mail_form .privacy .policy-frame {
  overflow: scroll;
  height: 8em;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  background-color: #fff;
}
#mail_form .privacy .lead {
  font-weight: bold;
  font-size: 1.4rem;
}
#mail_form .privacy .text {
  font-size: 1.4rem;
}
#mail_form .privacy .block-list {
  margin-top: 1.5em;
}
#mail_form .privacy .error_check {
  display: none;
  color: #CB4741;
}

#contact-thanks {
  background-image: url(../images/thanks.svg);
  background-position: right -5px top -2px;
  background-size: 260px;
}
#contact-thanks .subheading {
  margin-top: 1em;
  color: #CB4741;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #contact-thanks .subheading {
    font-size: 1.8rem;
  }
}
#contact-thanks .text:nth-of-type(2) {
  font-size: 1.4rem;
}
#contact-thanks .link._totop {
  background-color: transparent;
  border-color: #fff;
  color: #3E3A39;
  font-size: 1.6rem;
  max-width: 180px;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: bold;
}
#contact-thanks .link._totop::after {
  font-weight: normal;
  font-size: 1.6rem;
}
#contact-thanks .link._totop:hover {
  border: 3px solid #3E3A39;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  #contact-thanks {
    background-position: right -5px top -2px;
    background-size: 380px;
  }
}
@media (min-width: 1024px) {
  #contact-thanks {
    background-position: right -5px top -2px;
    background-size: 540px;
  }
}

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