@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  line-height: 1;
}

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

/* ---------------------------
          初期設定
-----------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  width: 100%;
}
input:focus {
  outline: 0;
  outline-offset: unset;
}

textarea {
  width: 100%;
  resize: none;
}
textarea:focus {
  outline: 0;
  outline-offset: unset;
}

p, h1, h2, h3, h4, h5 {
  max-height: 100%;
}

@media screen and (max-width: 1200px) {
  .display-none-1200 {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .display-1200 {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .display-none-1100 {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) {
  .display-1100 {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .display-none-1000 {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .display-1000 {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .display-none-900 {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .display-900 {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .display-none-800 {
    display: none !important;
  }
}
@media screen and (min-width: 801px) {
  .display-800 {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .display-none-700 {
    display: none !important;
  }
}
@media screen and (min-width: 701px) {
  .display-700 {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .display-none-600 {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .display-600 {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .display-none-500 {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .display-500 {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .display-none-400 {
    display: none !important;
  }
}
@media screen and (min-width: 401px) {
  .display-400 {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  .display-none-350 {
    display: none !important;
  }
}
@media screen and (min-width: 351px) {
  .display-350 {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
}

.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  background-color: #F37134;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  width: 100%;
  display: block;
  border-radius: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
}
.btn:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.section-title {
  position: relative;
  color: #F37134;
  font-size: 50px;
  font-weight: bold;
  padding-top: 100px;
  padding-right: 20%;
  padding-bottom: 40px;
  border-bottom: 10px solid #F37134;
}
.section-title img {
  width: 20%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 5%;
  bottom: -30px;
}

.yellow {
  color: #ff840c;
}


.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.header-inner h1 {
  display: block;
}
.header-inner h1 a {
  display: block;
}
.header-inner h1 a img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-inner h2 {
  display: block;
}
.header-inner h2 a {
  display: block;
}
.header-inner h2 a img {
  width: 180px;
}

.global-menu {
  background-color: #F37134;
  border-bottom: 15px solid #FEB999;
}
.global-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-menu ul li {
  width: 100%;
}
.global-menu ul li a {
  padding: 20px;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
}

.mv {
  background-color: #FFF3B7;
  background-image: radial-gradient(#FFDD75 15%, transparent 15%);
  background-size: 15px 15px;
  background-repeat: repeat;
}

.mv-inner {
  padding: 20px 0 50px;
  text-align: center;
}
.mv-inner h2 {
  margin-bottom: 20px;
}
.mv-inner h2 img {
  width: 95%;
  max-width: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv-inner > img {
  width: 50%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv-inner p {
  width: 85%;
  max-width: 600px;
  margin: -50px auto 50px;
}
.mv-inner p img {
  -o-object-fit: contain;
     object-fit: contain;
}

.newoffice-mv {
  background-color: #fff;
  background-image: radial-gradient(#FFDD75 15%, transparent 15%);
  background-size: 15px 15px;
  background-repeat: repeat;
  padding: 50px 0 200px;
}

.newoffice {
  text-align: center;
}
.newoffice > img {
  max-width: 600px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 20px;
}
.newoffice h2 {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 40px;
}
.newoffice h2 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.newoffice .btn {
  max-width: 600px;
}
.newoffice h3 {
  color: #F37134;
  font-weight: 900;
  text-align: left;
  font-size: 28px;
  max-width: 600px;
  margin: 0 auto 20px;
  display: block;
}
.newoffice p {
  font-size: 24px;
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto 50px;
  display: block;
  text-align: left;
}

.trouble {
  position: relative;
  background-color: #F37134;
}
.trouble::before {
  content: "";
  /* background-image: url(img/trouble-bg.png); */
  width: 100%;
  height: 50px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.trouble::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 10vw solid #F37134;
  border-bottom: 0;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.trouble h2 {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding-top: 140px;
  margin-bottom: 50px;
}
.trouble h2 img {
  position: absolute;
  width: 20%;
  max-width: 200px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.trouble-list {
  max-width: 680px;
  margin: 0 auto;
}
.trouble-list li {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trouble-list li::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(img/trouble-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.feature {
  background-color: #fff;
  background-image: radial-gradient(#FFDD75 15%, transparent 15%);
  background-size: 15px 15px;
  background-repeat: repeat;
  padding: 200px 0 0;
}

.feature-inner {
  text-align: center;
}
.feature-inner h2 {
  margin: 0 auto 40px;
  width: 90%;
  max-width: 900px;
}
.feature-inner h2 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-inner h3 {
  margin-bottom: 150px;
}

.feature-list {
  margin-bottom: 200px;
}
.feature-list li {
  position: relative;
  padding: 60px 0 40px;
  background-color: #F37134;
  border-radius: 10px;
  margin-bottom: 150px;
}
.feature-list li h4 {
  position: absolute;
  background-color: #fff;
  padding: 20px 0;
  width: 45%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 10px solid #F37134;
  border-radius: 40px;
  color: #F37134;
  font-size: 36px;
}
.feature-list li p {
  color: #fff;
  font-size: 40px;
  line-height: 1.6;
  font-weight: 500;
}

.feature-box {
  position: relative;
  background-color: #fff;
  padding: 0 0 200px;
}
.feature-box:last-of-type {
  padding-bottom: 100px;
}
.feature-box h5 {
  color: #F37134;
  border: 10px solid #F37134;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  padding: 10px 80px;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-500px, -100%);
          transform: translate(-500px, -100%);
  z-index: 10;
}
.feature-box p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.feature-box img {
  width: 100%;
  max-width: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-box-title {
  border-top: 12px solid #F37134;
  border-bottom: 12px solid #F37134;
  position: relative;
  padding: 40px 0;
  margin-bottom: 50px;
}
.feature-box-title img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100% !important;
}
.feature-box-title p {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 20px;
  border-radius: 20px;
  z-index: 10;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  color: #F37134;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
}

.cv {
  border: 10px solid #F37134;
  border-radius: 40px;
  max-width: 700px;
  margin: 0 auto;
  padding: 70px 30px 30px;
  text-align: center;
}
.cv h2 {
  color: #F37134;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 40px;
}
.cv p {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.cv .btn {
  padding: 30px 0;
  margin-bottom: 30px;
  font-size: 40px;
}

.voice-inner {
  text-align: center;
}

.voice-list {
  background-color: #fff;
  background-image: radial-gradient(#FFDD75 15%, transparent 15%);
  background-size: 15px 15px;
  background-repeat: repeat;
  padding: 100px;
}
.voice-list li {
  margin-bottom: 100px;
}
.voice-list li img {
  width: 50%;
  max-width: 250px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.voice-list li p {
  background-color: #FFF3B7;
  border-radius: 5px;
  padding: 30px 50px;
  max-width: 600px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.4;
}
.voice-list li p .yellow {
  font-weight: 900;
}

.flow {
  padding-bottom: 100px;
}

.flow-inner .section-title {
  margin-bottom: 100px;
  text-align: center;
}
.flow-inner > p {
  margin: 0 auto 20px;
  width: 90%;
}
.flow-inner > p img {
  -o-object-fit: contain;
     object-fit: contain;
}

.flow-box {
  position: relative;
  border: 5px solid #F37134;
  border-radius: 10px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}
.flow-box h3 {
  background-color: #F37134;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  padding: 20px 0;
  font-size: 32px;
}

.flow-num {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  width: 120px;
  display: block;
}
.flow-num img {
  -o-object-fit: contain;
     object-fit: contain;
}

.flow-text {
  padding: 20px 0 10px;
}
.flow-text h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.flow-text p {
  font-size: 20px;
}

.flow-caption {
  text-align: center;
  margin-bottom: 120px;
  margin-top: 50px;
}
.flow-caption p {
  color: #000000;
  font-size: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(20%, #FFF3B7));
  background: linear-gradient(transparent 70%, #FFF3B7 20%);
  display: inline;
  margin: 0 auto;
  width: auto;
}

.qa {
  background-color: #FFF3B7;
  background-image: radial-gradient(#FFDD75 15%, transparent 15%);
  background-size: 15px 15px;
  background-repeat: repeat;
  text-align: center;
  padding-bottom: 50px;
}
.qa h2 {
  background-color: #F37134;
  color: #fff;
  display: block;
  padding: 70px 0 0;
  font-size: 36px;
  position: relative;
}
.qa h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 10vw solid #F37134;
  border-bottom: 0;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.qa-list {
  max-width: 700px;
  margin: 200px auto 0;
}
.qa-list li {
  border-radius: 20px;
  border: 10px solid #F37134;
  background-color: #fff;
  padding: 50px;
  text-align: left;
  position: relative;
  margin-bottom: 50px;
  min-height: 400px;
}
.qa-list li::before {
  content: "";
  display: block;
  position: absolute;
  /* background-image: url(img/qa-bg.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 5%;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 1;
}
.qa-list li:first-of-type::after {
  content: "";
  display: block;
  /* background-image: url(img/qa-title.png); */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 200px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.qa-list li h3 {
  color: #000000;
  line-height: 1.4;
  font-size: 32px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.qa-list li p {
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  z-index: 10;
}

.office {
  text-align: center;
}
.office > h2 {
  background-color: #F37134;
  color: #fff;
  font-size: 40px;
  padding: 80px 0 0;
  position: relative;
}
.office > h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 10vw solid #F37134;
  border-bottom: 0;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.office-inner {
  padding-top: 180px;
}
.office-inner > h3 {
  color: #F37134;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.office-inner > img {
  width: 50%;
  max-width: 300px;
  margin-bottom: 80px;
}
.office-inner .newoffice {
  margin-bottom: 100px;
}
.office-inner .newoffice h3:first-of-type {
  padding-top: 40px;
  border-top: 5px dotted #F37134;
}
.office-inner .newoffice .btn {
  margin-bottom: 50px;
}

.office-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto 80px;
}
.office-box h4 {
  background-color: #F37134;
  display: inline-block;
  padding: 25px 0;
  width: 400px;
  color: #fff;
  font-size: 28px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.office-box-inner {
  border: 5px solid #F37134;
  border-radius: 20px;
  padding: 80px 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.office-box-inner h5 {
  background-color: #fff3b7;
  border-radius: 30px;
  display: inline-block;
  width: 25%;
  padding: 15px 0;
  font-size: 20px;
  color: #000;
  height: 100%;
  margin-bottom: 20px;
  font-weight: 400;
}
.office-box-inner p {
  width: 70%;
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
}

footer {
  margin-top: 100px;
}

.footer-sns {
  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;
  margin-bottom: 60px;
}
.footer-sns a {
  display: block;
  height: 40px;
  margin: 0 30px;
  width: auto;
}
.footer-sns a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}

.footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin: 0 auto 20px;
}
.footer-company a {
  display: block;
  margin-bottom: 20px;
}
.footer-company a img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 60px;
}

.footer-copyright {
  background-color: #E9E9E9;
  text-align: center;
  padding: 20px 0;
}
.footer-copyright p {
  font-size: 20px;
}
.footer-copyright p.small {
  font-size: 14px;
  margin-top: 20px;
}
.footer-copyright a {
  color: #000;
  text-decoration: underline;
}

.footer-btn {
  position: fixed;
  bottom: 0;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  z-index: 100;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-btn a {
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  background-color: #F37134;
  border-radius: 30px 30px 0 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-btn {
    right: 20px;
  }
  .footer-btn a {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .section-title img {
    bottom: -20px;
    width: 18%;
  }
  .global-menu ul li a {
    font-size: 16px;
  }
  .feature {
    padding-top: 120px;
  }
  .feature-inner h2 {
    margin-bottom: 0;
  }
  .feature-inner h3 {
    margin-bottom: 120px;
  }
  .feature-list li {
    margin-bottom: 80px;
  }
  .feature-list li h4 {
    font-size: 36px;
  }
  .feature-list li p {
    font-size: 36px;
  }
  .feature-box h5 {
    left: 20px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .feature-box:last-of-type {
    padding-bottom: 50px;
  }
  .voice-list {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .voice-list li {
    margin-bottom: 60px;
  }
  .flow-inner .section-title {
    margin-bottom: 40px;
  }
  .flow-caption p {
    font-size: 24px;
  }
  .flow-num {
    width: 100px;
  }
  .flow-text h4 {
    font-size: 28px;
  }
  .flow-text p {
    font-size: 20px;
  }
  .cv {
    padding: 50px 30px 20px;
  }
  .cv h2 {
    font-size: 36px;
  }
  .cv p {
    font-size: 28px;
  }
  .cv .btn {
    font-size: 36px;
  }
  .qa-list {
    margin-top: 150px;
  }
}
@media screen and (max-width: 800px) {
  .section-title {
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .cv {
    max-width: calc(100% - 40px);
    border-width: 8px;
  }
  .header-inner h1 a img {
    width: 150px;
  }
  .header-inner h2 a img {
    width: 150px;
  }
  .global-menu {
    border-bottom: 10px solid #FFDD75;
  }
  .global-menu ul li a {
    padding: 15px 0;
  }
  .trouble h2 {
    font-size: 40px;
    padding-top: 100px;
    margin-bottom: 40px;
  }
  .trouble-list {
    padding-bottom: 20px;
  }
  .trouble-list li {
    font-size: 28px;
  }
  .trouble-list li::before {
    width: 40px;
    height: 40px;
  }
  .feature-inner h3 {
    margin-bottom: 80px;
  }
  .feature-list li h4 {
    border-width: 8px;
    font-size: 32px;
    padding: 15px 0;
  }
  .feature-list li p {
    font-size: 28px;
  }
  .feature-box-title {
    padding-left: 20px;
    padding-right: 20px;
    border-width: 8px;
  }
  .feature-box-title p {
    font-size: 32px;
  }
  .feature-box h5 {
    border-width: 8px;
  }
  .feature-box p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flow-box:last-of-type {
    margin-bottom: 30px;
  }
  .flow-box h3 {
    font-size: 28px;
  }
  .flow-caption p {
    font-size: 20px;
  }
  .office .cv {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .section-title {
    font-size: 30px;
    padding-bottom: 20px;
    padding-right: 25%;
  }
  .section-title img {
    width: 25%;
  }
  .header-inner {
    padding: 15px 20px;
  }
  .global-menu ul {
    padding-left: 0;
    padding-right: 0;
  }
  .trouble::after {
    border-top: 15vw solid #F37134;
  }
  .trouble-list li {
    font-size: 24px;
  }
  .feature-list li {
    padding: 40px 0 20px;
  }
  .feature-list li h4 {
    font-size: 24px;
    border-width: 5px;
  }
  .feature-box h5 {
    font-size: 24px;
    border-width: 5px;
    padding: 10px 60px;
  }
  .feature-box p {
    font-size: 20px;
  }
  .feature-box img {
    width: 90%;
  }
  .feature-box-title {
    border-width: 5px;
    padding: 30px 20px;
  }
  .feature-box-title p {
    font-size: 28px;
  }
  .cv {
    border-width: 5px;
    padding: 40px 20px 20px;
  }
  .cv h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .cv .btn {
    font-size: 28px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .voice-list {
    padding: 50px 20px;
  }
  .voice-list li p {
    font-size: 20px;
  }
  .flow .cv {
    max-width: 100%;
  }
  .flow-box h3 {
    font-size: 24px;
  }
  .flow-text h4 {
    font-size: 24px;
  }
  .flow-text p {
    font-size: 16px;
  }
  .flow-num {
    width: 80px;
  }
  .flow-caption p {
    font-size: 16px;
  }
  .qa-list li {
    min-height: 300px;
  }
  .qa-list li h3 {
    font-size: 24px;
  }
  .qa-list li p {
    font-size: 20px;
  }
  .office-inner {
    padding-top: 120px;
  }
  .footer-company {
    max-width: 400px;
  }
  .footer-company a img {
    max-height: 50px;
  }
  .footer-copyright {
    padding-bottom: 100px;
  }
  .footer-copyright p {
    font-size: 16px;
  }
  .footer-btn {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .btn {
    padding: 15px 0;
    font-size: 24px;
  }
  .section-title {
    border-width: 5px;
    font-size: 24px;
  }
  .section-title img {
    bottom: -10px;
  }
  .global-menu ul li a {
    font-size: 14px;
  }
  .mv-inner {
    padding: 20px 0;
  }
  .trouble h2 {
    padding-top: 60px;
    font-size: 28px;
  }
  .trouble-list li {
    font-size: 20px;
  }
  .trouble-list li::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .feature-inner .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .feature-inner h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feature-list li {
    padding: 30px 0 15px;
  }
  .feature-list li h4 {
    font-size: 20px;
  }
  .feature-list li p {
    font-size: 20px;
  }
  .feature-box p {
    font-size: 16px;
  }
  .feature-box-title p {
    padding: 30px;
    font-size: 24px;
  }
  .voice-list li img {
    max-width: 200px;
    max-height: 160px;
  }
  .voice-list li p {
    font-size: 16px;
    padding: 20px;
  }
  .flow-box h3 {
    font-size: 20px;
  }
  .flow-text h4 {
    font-size: 20px;
  }
  .flow-text p {
    font-size: 14px;
  }
  .flow-num {
    width: 60px;
  }
  .flow-caption p {
    font-size: 14px;
  }
  .cv h2 {
    font-size: 24px;
  }
  .cv p {
    font-size: 20px;
  }
  .qa h2 {
    padding: 40px 0 10px;
  }
  .qa-list li:first-of-type::after {
    width: 120px;
    height: 150px;
  }
  .qa-list {
    margin-top: 100px;
  }
  .qa-list li {
    padding: 40px 20px;
  }
  .office > h2 {
    padding: 40px 0 10px;
  }
  .office-inner > h3 {
    font-size: 32px;
  }
  .newoffice h3 {
    font-size: 24px;
  }
  .newoffice p {
    font-size: 20px;
  }
  .office-box h4 {
    font-size: 24px;
    width: 70%;
    padding: 20px 0;
  }
  .office-box-inner {
    padding: 60px 20px 20px;
  }
  .office-box-inner h5 {
    font-size: 18px;
  }
  .office-box-inner p {
    font-size: 16px;
  }
  .footer-sns a {
    margin: 0 20px;
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn {
    font-size: 20px;
  }
  .section-title {
    padding-right: 25%;
  }
  .header-inner {
    padding: 10px 15px;
  }
  .header-inner h1 a img {
    width: 120px;
  }
  .header-inner h2 a img {
    width: 120px;
  }
  .global-menu ul li a {
    padding: 10px 0;
    font-size: 13px;
  }
  .mv {
    background-size: 5px 5px;
  }
  .newoffice-mv {
    background-size: 5px 5px;
    padding-top: 30px;
  }
  .trouble-list li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .trouble-list li::before {
    width: 24px;
    height: 24px;
  }
  .feature {
    background-size: 5px 5px;
  }
  .feature-list li h4 {
    font-size: 16px;
    padding: 10px 0;
  }
  .feature-box {
    padding-bottom: 100px;
  }
  .feature-box h5 {
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 20px 20px 0 0;
  }
  .feature-box p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .feature-box img {
    max-width: 100%;
  }
  .feature-box-title {
    margin-bottom: 20px;
  }
  .feature-box-title p {
    padding: 20px 30px;
    font-size: 20px;
  }
  .voice-list {
    background-size: 5px 5px;
  }
  .voice-list li img {
    max-width: 180px;
    max-height: 120px;
    margin-bottom: 0;
  }
  .flow {
    padding-bottom: 40px;
  }
  .flow-inner > p {
    width: 95%;
  }
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box h3 {
    padding: 15px 0;
  }
  .flow-text h4 {
    font-size: 18px;
  }
  .flow-caption {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .flow-caption p {
    font-size: 12px;
  }
  .qa {
    background-size: 5px 5px;
  }
  .qa h2 {
    font-size: 24px;
    padding: 40px 0 20px;
  }
  .qa-list li {
    margin-bottom: 40px;
    min-height: 250px;
    padding: 20px;
    border-width: 5px;
  }
  .qa-list li h3 {
    font-size: 20px;
  }
  .qa-list li p {
    font-size: 16px;
  }
  .office > h2 {
    font-size: 24px;
    padding: 40px 0 20px;
  }
  .office-inner {
    padding-top: 80px;
  }
  .office-inner .newoffice h3:first-of-type {
    border-top: 3px dotted #FFC30C;
    padding-top: 20px;
  }
  .newoffice h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .newoffice p {
    font-size: 16px;
  }
  .office-box-inner h5 {
    padding: 10px 0;
    font-size: 16px;
  }
  .cv h2 {
    font-size: 20px;
  }
  .cv p {
    font-size: 18px;
  }
  .cv .btn {
    font-size: 24px;
  }
  .footer-sns {
    margin-bottom: 40px;
  }
  .footer-sns a {
    max-height: 25px;
  }
  .footer-company {
    max-width: 200px;
  }
  .footer-company a img {
    max-height: 30px;
  }
  .footer-copyright {
    padding: 10px 0 100px;
  }
  .footer-copyright p {
    font-size: 14px;
  }
  .footer-copyright p.small {
    font-size: 10px;
    margin-top: 10px;
  }
  .footer-btn {
    width: 100%;
  }
  .footer-btn a {
    font-size: 20px;
    width: 45%;
    padding: 15px 0;
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .global-menu {
    border-bottom: 5px solid #FFDD75;
  }
  .global-menu ul li a {
    font-size: 11px;
  }
  .feature-list li {
    margin-bottom: 50px;
  }
  .feature-box h5 {
    font-size: 18px;
  }
  .feature-box p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-box-title {
    padding: 20px;
  }
  .cv {
    padding: 30px 10px 10px;
  }
  .voice-list li p {
    font-size: 15px;
  }
  .flow-text h4 {
    font-size: 16px;
  }
  .flow-text p {
    font-size: 12px;
  }
}

.features {
  display: flex;
  flex-direction: column;
  margin: 0 auto 50px;
  max-width: 740px;
  padding-inline: 20px;

  > a > img {
    display: block;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
    width: 100%;
    transition: filter .3s;
    &:hover {
      filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
    }
  }
}