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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  font-family: 'Montserrat', '游ゴシック体';
  font-weight: bold;
}

body {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  font-family: 'Montserrat', '游ゴシック体';
  font-weight: bold;
}

body {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: baseline;
}

.button {
  margin: 0 auto;
}

.line-btn {
  display: inline-block;
  line-height: 76px;
  font-size: 21px;
  text-align: center;
  background-color: #00B900;
  width: 290px;
  height: 76px;
  border-radius: 38px;
}

.line-btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.line-btn2 {
  display: none;
  line-height: 76px;
  font-size: 21px;
  text-align: center;
  background-color: #00B900;
  max-width: 290px;
  height: 76px;
  border-radius: 38px;
}

.line-btn2:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.button {
  text-align: center;
}

.contact-btn {
  display: inline-block;
  width: 248px;
  text-align: center;
  border: 1px solid #690068;
  color: #690068;
  line-height: 60px;
  font-size: 14px;
  background-color: #E0DDE2;
  height: 60px;
  border-radius: 30px;
}

.contact-btn:hover {
  background-color: #690068;
  color: #fff;
}

.back-button {
  position: relative;
  margin-left: auto;
  border: 1px solid black;
  width: 60px;
  /*幅*/
  height: 60px;
  /*高さ*/
  border-radius: 50%;
  /*角丸*/
  /*矢印と下線の形状*/
}

@media screen and (max-width: 768px) {
  .back-button {
    margin-right: 51px;
  }
}

@media screen and (max-width: 414px) {
  .back-button {
    margin-right: 8px;
  }
}

.back-button::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  top: 45px;
  bottom: -8px;
  left: 15%;
  /*下線の形状*/
  width: 70%;
  height: 1px;
  background: #1A001F;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.back-button::after {
  content: "";
  position: absolute;
  bottom: -3px;
  top: 40px;
  left: 6px;
  width: 15px;
  height: 1px;
  background: #1A001F;
  -webkit-transform: rotate(35deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.back-button:hover {
  color: #fff;
  background-color: #1A001F;
}

.back-button:hover::before {
  background-color: #fff;
}

.back-button:hover::after {
  background-color: #fff;
}

.back-button a {
  position: relative;
  top: 10px;
  right: -9px;
  font-size: 15px;
  font-weight: 600;
}

.for-about__button {
  display: inline-block;
  position: relative;
  color: #1A001F;
  background-color: #fff;
  text-align: center;
  line-height: 118px;
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  width: 118px;
  /*幅*/
  height: 118px;
  /*高さ*/
  border-radius: 50%;
  /*角丸*/
  /*矢印と下線の形状*/
}

.for-about__button::before {
  content: "";
  position: absolute;
  top: 87px;
  bottom: -8px;
  left: 25%;
  width: 48%;
  height: 1px;
  background: #1A001F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.for-about__button::after {
  content: "";
  position: absolute;
  bottom: -3px;
  top: 82px;
  left: 72px;
  width: 15px;
  height: 1px;
  background: #1A001F;
  -webkit-transform: rotate(90deg);
  transform: rotate(220deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.for-about__button:hover {
  color: #fff;
  background-color: #9A004B;
}

.for-about__button:hover::before {
  background-color: #fff;
}

.for-about__button:hover::after {
  background-color: #fff;
}

.for-about__button a {
  position: relative;
  top: 10px;
  right: -9px;
  font-size: 15px;
  font-weight: 600;
}

.tab_only {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .tab_only {
    margin-bottom: 100px;
  }
}

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

.sp_only {
  margin: 0 auto;
  display: none;
}

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

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  font-family: 'Montserrat', '游ゴシック体';
  font-weight: bold;
}

body {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: baseline;
}

.flex__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header {
  letter-spacing: 0em;
  position: fixed;
  z-index: 10000;
  display: block;
  width: 100%;
  height: 88px;
  padding: 0px 50px 0px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  header {
    padding: 0px 20px 0px;
  }
}

header h1 a .img-tab {
  width: 95px;
  display: none;
}

@media screen and (max-width: 768px) {
  header h1 a .img-tab {
    display: block;
  }
}

header h1 a .img-pc {
  width: 175px;
  display: block;
}

@media screen and (max-width: 768px) {
  header h1 a .img-pc {
    display: none;
  }
}

header h1 a .img-close {
  display: none;
}

header h1 a .close {
  display: block;
  width: 148px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
}

.header.change-color {
  background-color: #fff;
}

.header.change-height {
  height: 300px;
}

.globalnav-wrap {
  max-width: 1180px;
  margin: 0 auto;
  height: 88px;
  width: 100%;
  z-index: 10000;
  font-size: 21px;
  font-weight: bold;
  color: #1a001f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.globalnav .dropdown-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0px;
}

.globalnav .dropdown-btn a span img {
  width: 11px;
  height: 9px;
}

.globalnav .dropdown-btn:hover .toriangle {
  -webkit-animation: rotate-anime 3s linear infinite;
          animation: rotate-anime 3s linear infinite;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.globalnav .dropdown {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 55px;
  width: 200px;
  display: none;
}

.globalnav .dropdown li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.globalnav .dropdown li a {
  color: #1A001F;
}

.globalnav .dropdown li a:hover {
  color: #9A004B;
}

.globalnav .dropdown__item:hover {
  color: #9A004B;
}

.globalnav .nav-button-wrap,
.globalnav .open {
  display: block;
}

.globalnav .close {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nav-button-wrap {
    display: block;
    position: absolute;
    top: 34px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    height: 53px;
  }
  .nav-button-wrap > a {
    padding: 0px;
  }
  .globalnav {
    display: none;
  }
  .globalnav .close {
    display: block;
  }
  .globalnav-wrap.open .globalnav {
    overflow: hidden;
    display: block;
    padding: 10px 15% 40px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #1A001F;
    color: #fff;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .globalnav-wrap.open .globalnav li {
    display: block;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  .globalnav-wrap.open .globalnav li:first-of-type {
    margin-top: 100px;
  }
  .globalnav-wrap.open .globalnav li:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .globalnav-wrap.open .globalnav li:last-of-type {
    margin-bottom: 52px;
  }
  .globalnav-wrap.open .globalnav li a {
    padding: 0px;
    color: #fff;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    margin-left: auto;
    text-align: right;
    display: block;
    position: static;
    background: transparent;
  }
  .globalnav-wrap.open .globalnav .dropdown:first-of-type {
    margin-top: 0px;
  }
  .globalnav-wrap.open .globalnav .dropdown li:first-of-type {
    margin-top: 20px;
    margin-bottom: 40px;
    height: auto;
  }
  .globalnav-wrap.open .globalnav .dropdown li:nth-of-type(2) {
    margin-bottom: 32px;
  }
  .globalnav-wrap.open .globalnav .dropdown li a {
    padding: 0px;
  }
  .globalnav-wrap.open .globalnav .dropdown .question {
    margin-bottom: 32px;
  }
  .globalnav-wrap.open .globalnav .dropdown__item:hover {
    color: #9A004B;
  }
  .nav-button,
  .nav-button span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-button {
    z-index: 20;
    height: 19px;
    position: relative;
  }
  .nav-button::before {
    position: relative;
    right: 40px;
    bottom: 4px;
    content: "menu";
    color: #1A001F;
    font-size: 14px;
    font-weight: 600;
  }
  .nav-button .close::before {
    position: relative;
    right: 40px;
    bottom: 4px;
    content: "close";
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .nav-button span {
    width: 21px;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #690068;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .nav-button span:nth-of-type(1) {
    width: 35px;
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    width: 21px;
    top: 8px;
  }
  .nav-button span:nth-of-type(3) {
    top: 16px;
    width: 9px;
    bottom: 0;
  }
  .active .nav-button span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 35px;
  }
}

/* Global Menu */
header {
  /* Submenu */
}

header ul > li {
  display: inline-block;
}

header ul > li > a {
  padding: 15px 30px;
  display: block;
}

header ul > li:hover > a {
  color: #9A004B;
}

header ul li ul {
  position: absolute;
  top: 55px;
  left: 0;
}

header ul li ul li {
  display: block;
}

header ul li ul li a:hover {
  color: #9A004B;
}

header .globalnav-wrap ul li ul li {
  height: 0;
  overflow: hidden;
}

header .globalnav-wrap ul li:hover ul li {
  height: auto;
  /*サブメニューの高さ*/
  overflow: visible;
}

/*　上に上がる動き　*/
#header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  font-family: 'Montserrat', '游ゴシック体';
  font-weight: bold;
}

body {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: baseline;
}

section .section__inner {
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  section .section__inner {
    padding: 0px 8px 0px;
  }
}

section .section__title {
  max-width: 500px;
  font-size: 96px;
  margin: 0 auto;
  text-align: center;
  color: #1A001F;
  border-bottom: 2px solid #690068;
}

@media screen and (max-width: 768px) {
  section .section__title {
    max-width: 200px;
    font-size: 42px;
  }
}

.fv {
  padding: 158px 0px 50px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 80px 0px 50px;
  }
}

.fv .sentence__inner {
  max-width: 751px;
  padding-left: 15%;
}

@media screen and (max-width: 768px) {
  .fv .sentence__inner {
    padding: 0px 4% 0px;
    max-width: 568px;
  }
}

@media screen and (max-width: 414px) {
  .fv .sentence__inner {
    padding: 0px 20px 0px;
  }
}

.fv__title {
  width: 620px;
  margin-bottom: 50px;
  font-size: 5.4rem;
}

.fv__title .tab_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .fv__title .tab_only {
    display: block;
  }
}

.fv__sentence__list .list__item {
  line-height: 2em;
  margin-bottom: 36px;
}

.fv__sentence__list .list__item:nth-of-type(odd):hover {
  color: #fff;
}

.fv__sentence__list .list__item:last-of-type {
  margin-bottom: 0px;
}

@media screen and (max-width: 414px) {
  .fv__sentence__list .list__item {
    line-height: 2.5em;
  }
}

@media screen and (max-width: 414px) {
  .fv__sentence__list {
    font-size: 14px;
  }
}

.fv-bg {
  background: url(../img/hero-img.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

@media screen and (max-width: 414px) {
  .fv-bg {
    background: url(../img/hero-img.png);
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: initial;
    background-size: cover;
  }
}

.for-about {
  background-color: #1A001F;
  color: #fff;
  padding: 44px 0px 44px;
  font-weight: 500;
}

.for-about .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .for-about .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.for-about .flex__left {
  text-align: center;
  max-width: 335px;
}

@media screen and (max-width: 768px) {
  .for-about .flex__left {
    margin-right: 0px;
  }
}

.for-about .flex__left p {
  text-align: left;
  max-width: 339px;
  line-height: 1.5em;
  margin-top: 76px;
  margin-bottom: 40px;
}

.for-about .flex__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 20px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .for-about .flex__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0px;
  }
}

@media screen and (max-width: 414px) {
  .for-about .flex__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.for-about .flex__right .member {
  position: relative;
  left: 120px;
  z-index: 1;
  display: inline-block;
  padding: 151px 154px 126px 50px;
  border-radius: 50%;
  border: solid 3px #690068;
  width: 388px;
  /*幅*/
  height: 388px;
  /*高さ*/
}

@media screen and (max-width: 414px) {
  .for-about .flex__right .member {
    width: 292px;
    height: 292px;
    padding: 74px 76px 108px 77px;
    left: 0px;
    top: 80px;
  }
}

.for-about .flex__right .member h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 414px) {
  .for-about .flex__right .member h3 {
    font-size: 16px;
  }
}

.for-about .flex__right .member p {
  display: inline-block;
  width: 184px;
  line-height: 1.5em;
  font-size: 14px;
}

.for-about .flex__right .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 119px;
}

.for-about .flex__right .logo .pc_only img {
  width: 119px;
}

@media screen and (max-width: 768px) {
  .for-about .flex__right .logo .pc_only {
    display: block;
    width: 119px;
  }
}

@media screen and (max-width: 414px) {
  .for-about .flex__right .logo .pc_only {
    display: none;
  }
}

.for-about .flex__right .logo .sp_only {
  width: 148px;
  display: none;
}

.for-about .flex__right .logo .sp_only img {
  width: 148px;
}

@media screen and (max-width: 414px) {
  .for-about .flex__right .logo .sp_only {
    display: block;
  }
}

.for-about .flex__right .supporter {
  position: relative;
  right: 120px;
  z-index: 1;
  padding: 151px 0px 126px 154px;
  width: 388px;
  /*幅*/
  height: 388px;
  /*高さ*/
  display: inline-block;
  border-radius: 50%;
  border: solid 3px #9A004B;
}

@media screen and (max-width: 414px) {
  .for-about .flex__right .supporter {
    width: 292px;
    height: 292px;
    padding: 122px 40px 60px 77px;
    right: 0px;
    top: -80px;
  }
}

.for-about .flex__right .supporter h3 {
  width: 250px;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 414px) {
  .for-about .flex__right .supporter h3 {
    font-size: 16px;
  }
}

.for-about .flex__right .supporter p {
  width: 184px;
  line-height: 1.5em;
  font-size: 14px;
}

.service {
  background-color: #E0DDE2;
  padding: 60px 0px 119px;
}

@media screen and (max-width: 768px) {
  .service {
    padding: 120px 0px 125px;
  }
}

.service__explanation {
  width: 75%;
  text-align: center;
  line-height: 1.5;
  margin: 50px auto 80px;
}

@media screen and (max-width: 768px) {
  .service__explanation {
    text-align: left;
  }
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.service__list__item {
  width: 360px;
  height: 506px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 50px;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .service__list__item {
    margin: 0 auto 60px;
    width: 100%;
  }
}

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

.service__list__item:last-of-type {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .service__list__item:last-of-type {
    margin-right: auto;
  }
}

.service__list__item .item__img {
  width: 300px;
}

.service__list__item .item__text {
  width: 274px;
}

.service__list__item .item__text h3 {
  margin-bottom: 40px;
  font-size: 2.1rem;
}

.service__list__item .item__text p {
  font-size: 14px;
  line-height: 1.75;
  font-weight: medium;
}

.features {
  padding: 60px 0px 160px;
}

@media screen and (max-width: 768px) {
  .features {
    padding: 120px 0px 83px;
  }
}

.features .section__inner {
  padding-right: 70px;
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  .features .section__inner {
    padding: 0px 8px 0px;
  }
}

.features .section__title {
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .features .section__title {
    margin-bottom: 90px;
  }
}

.features__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.features__item:last-of-type {
  margin-bottom: 0px;
}

.features__item__text {
  color: #1A001F;
  max-width: 600px;
}

.features__item__text h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .features__item__text h2 {
    font-size: 21px;
  }
}

.features__item__text p {
  line-height: 1.5em;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  .features__item__text p {
    font-size: 14px;
  }
}

.features__item__image {
  max-width: 300px;
}

.features .left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.features .left .features__item__text {
  padding: 0px 8px 0px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .features .left .features__item__text {
    margin-right: 0px;
  }
}

.features .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .features .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.features .right .features__item__image {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .features .right .features__item__image {
    margin-right: 0px;
  }
}

.features .for-question {
  text-align: center;
  margin-top: 96px;
}

.features .for-question h2 {
  font-size: 36px;
  margin-bottom: 47px;
}

@media screen and (max-width: 768px) {
  .features .for-question h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

.features .for-question p {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .features .for-question p {
    font-size: 14px;
  }
}

.features .for-question p a {
  border-bottom: 1px solid #1A001F;
}

.features .for-question p a:hover {
  color: #9A004B;
  border-color: #9A004B;
}

.throwing {
  color: #fff;
}

.throwing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1000px) {
  .throwing__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.throwing__list__item {
  text-align: center;
  padding-top: 88px;
  padding-right: 76px;
  padding-left: 76px;
  width: 50%;
  height: 536px;
}

@media screen and (max-width: 1000px) {
  .throwing__list__item {
    width: 100%;
    padding-top: 170px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 94px;
    height: auto;
  }
}

.throwing__list__item:first-of-type {
  background-color: #1A001F;
}

.throwing__list__item:first-of-type h2 {
  margin-bottom: 38px;
  text-align: center;
}

.throwing__list__item:first-of-type p {
  text-align: left;
  max-width: 396px;
  line-height: 2em;
  margin: 0 auto 50px;
}

.throwing__list__item:nth-of-type(2) {
  background-color: #9A004B;
}

.throwing__list__item:nth-of-type(2) .item__top {
  background-color: #fff;
  max-width: 397px;
  height: 60px;
  margin: 0px auto 20px;
}

@media screen and (max-width: 768px) {
  .throwing__list__item:nth-of-type(2) .item__top {
    margin: 0 auto 20px;
  }
}

.throwing__list__item:nth-of-type(2) .item__top p {
  color: #9A004B;
  text-align: center;
  line-height: 60px;
  max-width: 396px;
}

.throwing__list__item:nth-of-type(2) h2:first-of-type {
  text-align: center;
}

.throwing__list__item:nth-of-type(2) h2:nth-of-type(2) {
  margin-bottom: 20px;
}

.throwing__list__item:nth-of-type(2) p {
  margin: 0 auto;
  max-width: 396px;
  line-height: 2em;
  text-align: left;
}

.throwing__list__item h2 {
  font-size: 36px;
  line-height: 1.5;
}

.contact {
  padding: 60px 0px 105px;
  background-color: #E0DDE2;
}

.contact .section__title {
  margin-bottom: 60px;
}

.contact .link {
  text-align: center;
  margin-top: 20px;
}

.contact .link .privacy-policy {
  display: inline-block;
  border-bottom: 1px solid #1A001F;
  font-weight: 500;
}

.contact .link .privacy-policy:hover {
  color: #9A004B;
  border-bottom: 1px solid #9A004B;
}

@media screen and (max-width: 414px) {
  .contact .link {
    margin-top: 30px;
  }
}

.contact__info {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 414px) {
  .contact__info {
    margin-top: 30px;
  }
}

.contact__info .info__name {
  font-size: 21px;
}

.contact__info .pc_only {
  display: block;
}

@media screen and (max-width: 414px) {
  .contact__info .pc_only {
    display: none;
  }
}

.contact__info .info__email {
  margin-top: 20px;
}

.contact__info .info__email::before {
  content: url(../img/e-mail.png);
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}

.contact__company-info {
  max-width: 453px;
  margin: 82px auto 0px;
}

.contact__company-info h2 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 48px;
}

.contact__company-info .info__list .border {
  border-bottom: 1px solid #1A001F;
  line-height: 1.5em;
}

.contact__company-info .info__list .border:nth-of-type(1) {
  padding-bottom: 11px;
}

.contact__company-info .info__list .border:nth-of-type(2) {
  padding: 25px 0px 11px;
}

.contact__company-info .info__list .border:nth-of-type(3) {
  padding: 25px 0px 11px;
}

.contact__company-info .info__list .border:nth-of-type(4) {
  padding: 25px 0px 26px;
}

.contact__company-info .info__list .border:nth-of-type(5) {
  padding: 25px 0px 32px;
}

.contact__company-info .info__list .list__title {
  width: 20%;
  font-size: 18px;
  float: left;
}

@media screen and (max-width: 768px) {
  .contact__company-info .info__list .list__title {
    font-size: 14px;
  }
}

.contact__company-info .info__list .list__explanation {
  font-weight: lighter;
  margin-left: 100px;
}

.contact__company-info .info__list .list__explanation p {
  display: inline-block;
}

.contact__company-info .info__list .list__explanation p:first-of-type {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .contact__company-info .info__list .list__explanation {
    font-size: 14px;
  }
}

.contact__company-info .info__list .list__explanation:nth-of-type(4) {
  line-height: 1.5em;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  font-family: 'Montserrat', '游ゴシック体';
  font-weight: bold;
}

body {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: baseline;
}

footer {
  padding: 10px 0px 45px;
  color: #fff;
  text-align: center;
  background-color: #1A001F;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0px 45px;
  }
}

footer .footer__inner {
  max-width: 611px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  footer .footer__inner {
    padding: 0px 53px 0px;
  }
}

@media screen and (max-width: 768px) {
  footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

footer .footer__logo {
  max-width: 359.64px;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  footer .footer__logo {
    max-width: 335px;
  }
}

footer nav .footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  footer nav .footer__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer nav .footer__nav__list__item {
  margin-right: 60px;
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  footer nav .footer__nav__list__item {
    margin-right: 0px;
    text-align: left;
    margin-bottom: 30px;
  }
}

footer nav .footer__nav__list__item:last-of-type {
  margin-right: 0px;
}

footer nav .footer__nav__list__item .tab-only {
  display: none;
  text-align: right;
}

@media screen and (max-width: 768px) {
  footer nav .footer__nav__list__item .tab-only {
    display: block;
  }
}

footer nav .footer__nav__list__item .tab-only a {
  display: block;
}

@media screen and (max-width: 768px) {
  footer nav .footer__nav__list__item .tab-only a:first-of-type {
    margin-bottom: 40px;
  }
}

footer .copy-right {
  font-weight: 100;
  font-size: 16px;
  margin-top: 60px;
}

#page_top {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  font-family: 'Montserrat', '游ゴシック体';
  font-weight: bold;
}

body {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: baseline;
}

.bg__inner {
  width: 100%;
}

.fv__bg {
  padding-top: 56.25%;
  background-image: url(../img/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .fv__bg {
    background-size: contain;
    padding-top: 56.25%;
  }
}

@media screen and (max-width: 414px) {
  .fv__bg {
    background-image: url(../img/about-bg__sp.png);
    min-height: 100vh;
  }
}

.about {
  padding: 100px 0px 91px;
  background-color: #e0dde2;
}

@media screen and (max-width: 414px) {
  .about {
    margin-top: 100px;
  }
}

@media screen and (max-width: 375px) {
  .about {
    margin-top: 0px;
  }
}

.about__inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0px 20px 0px;
}

.about .about__text {
  /*レイアウト用のCSS*/
  position: relative;
  z-index: 0;
  line-height: 1.5em;
}

.about .about__text p {
  font-weight: 500;
}

@media screen and (max-width: 414px) {
  .about .about__text p {
    font-size: 14px;
    font-weight: 500;
  }
}

.about .about__text .section__title {
  margin-bottom: 50px;
  height: 60px;
}

.concept__inner {
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  .concept__inner {
    max-width: 335px;
    margin: 0 auto;
  }
}

.concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 20px 37px;
}

.concept__inner {
  margin: auto;
}

.concept .section__title {
  margin-bottom: 75px;
  color: #fff;
}

.concept .order__list {
  color: #fff;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 23px;
}

.concept .order__list .list__item {
  display: inline-block;
  margin-right: 23px;
}

@media screen and (max-width: 414px) {
  .concept .order__list .list__item {
    font-size: 14px;
  }
}

.concept .order__list .list__item:last-of-type {
  margin-right: 0px;
}

.concept__text {
  color: #fff;
}

.concept__text h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.concept__text p {
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 18px;
}

@media screen and (max-width: 414px) {
  .concept__text p {
    font-weight: 500;
  }
}

.first {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 0, 32, 0.5)), to(rgba(26, 0, 31, 0.5))), url(../img/concept-bg.png);
  background: linear-gradient(rgba(26, 0, 32, 0.5), rgba(26, 0, 31, 0.5)), url(../img/concept-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.first .list__item {
  display: inline-block;
  margin-right: 23px;
}

.first .list__item:nth-of-type(1) {
  font-size: 36px;
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 414px) {
  .first .list__item:nth-of-type(1) {
    font-size: 21px;
  }
}

.second {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 0, 32, 0.5)), to(rgba(26, 0, 31, 0.5))), url(../img/concept-bg-02.png);
  background: linear-gradient(rgba(26, 0, 32, 0.5), rgba(26, 0, 31, 0.5)), url(../img/concept-bg-02.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.second .list__item {
  display: inline-block;
  margin-right: 23px;
}

.second .list__item:nth-of-type(2) {
  font-size: 36px;
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 414px) {
  .second .list__item:nth-of-type(2) {
    font-size: 21px;
  }
}

.third {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 0, 32, 0.5)), to(rgba(26, 0, 31, 0.5))), url(../img/concept-bg03.png);
  background: linear-gradient(rgba(26, 0, 32, 0.5), rgba(26, 0, 31, 0.5)), url(../img/concept-bg03.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.third .list__item {
  display: inline-block;
  margin-right: 23px;
}

.third .list__item:nth-of-type(3) {
  font-size: 36px;
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 414px) {
  .third .list__item:nth-of-type(3) {
    font-size: 21px;
  }
}

.member {
  padding: 60px 0px 120px;
}

.member__inner {
  max-width: 911px;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  .member__inner {
    padding: 0px 4%;
    max-width: 272px;
    margin: 0 auto;
  }
}

.member .section__title {
  margin-bottom: 150px;
}

@media screen and (max-width: 414px) {
  .member .section__title {
    margin-bottom: 50px;
  }
}

.member .member__list {
  position: relative;
}

@media screen and (max-width: 768px) {
  .member .member__list {
    padding: 0px 4% 0px;
    text-align: center;
  }
}

.member .member__list .item__img {
  max-width: 466px;
  height: auto;
}

@media screen and (max-width: 414px) {
  .member .member__list .item__img {
    max-width: 272px;
    height: auto;
  }
}

.member .member__list .item__text {
  position: absolute;
  max-width: 501px;
  right: -5px;
  top: 64px;
}

@media screen and (max-width: 768px) {
  .member .member__list .item__text {
    max-width: 472px;
    text-align: left;
    position: relative;
    max-width: 501px;
    top: -57px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  .member .member__list .item__text {
    max-width: 272px;
    text-align: left;
    position: relative;
    max-width: 501px;
    top: -57px;
    margin: 0 auto;
  }
}

.member .member__list .item__text .name {
  margin-bottom: 20px;
  color: #9A004B;
}

.member .member__list .item__text .name h2:first-of-type {
  font-size: 21px;
  margin-bottom: 5px;
}

.member .member__list .item__text .name h2:nth-of-type(2) {
  font-size: 14px;
  font-weight: 600;
}

.member .member__list .item__text .introduction {
  line-height: 2em;
  font-weight: 500;
}

@media screen and (max-width: 414px) {
  .member .member__list .item__text .introduction {
    font-size: 14px;
  }
}

.member .member__list:nth-of-type(1) {
  margin-bottom: 100px;
}

.member .member__list:nth-of-type(2) {
  margin-bottom: 60px;
}
/*# sourceMappingURL=style.css.map */