@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
select,
option,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
li {
  list-style-type: none;
}
body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "ヒラギノ角ゴシック",
    "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/icon.eot?brg2f");
  src: url("/fonts/icon.eot?brg2f#iefix") format("embedded-opentype"),
    url("/fonts/icon.ttf?brg2f") format("truetype"),
    url("/fonts/icon.woff?brg2f") format("woff"),
    url("/fonts/icon.svg?brg2f#icon") format("svg");
  font-family: "icon";
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icon" !important;
  text-transform: none;
}
.icon-arrow:before {
  content: "";
}
.icon-link:before {
  content: "";
}
.icon-paper:before {
  content: "";
}
.icon-Instagram:before {
  content: "";
}
.icon-podcast:before {
  content: "";
}
.icon-x:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-check:before {
  content: "";
}
p {
  color: #555;
  letter-spacing: 0.03em;
}
a {
  color: #555;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.contents-margin {
  margin-bottom: 60px;
}
.text {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.text.is-white {
  color: #fff;
}
.text.is-centre {
  text-align: center;
}
.text.pt-15 {
  padding-top: 15px;
}
.text.bold {
  font-weight: bold;
}
body {
  position: relative;
}
img {
  width: 100%;
}
.header-margin {
  padding-top: 100px;
}
.bg-white,
.bg-gray {
  padding: 60px 0;
  background-color: #fff;
}
.bg-gray {
  background-color: #f5f5f7;
}
.bg-article {
  background-color: #f5f5f7;
}
.title-set {
  margin-bottom: 40px;
}
.title-set__text {
  margin-bottom: 10px;
  color: #282823;
  font-weight: bold;
  font-size: 40px;
  font-size: 10.6666666667vw;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
}
.is-white .title-set__text {
  color: #fff;
}
.title-set__text {
  margin-bottom: 10px;
  color: #282823;
  font-weight: bold;
  font-size: 40px;
  font-size: 10.6666666667vw;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
}
.is-white .title-set__text {
  color: #fff;
}
.title-set__second-text {
  margin-bottom: 10px;
  color: #282823;
  font-weight: bold;
  font-size: 40px;
  font-size: 10.6666666667vw;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2.7px;
  text-align: center;
}
.is-white .title-set__second-text {
  color: #fff;
}
.title-set__sub {
  display: inline-block;
  padding: 5px 10px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0.08em;
}
.is-white .title-set__sub {
  background: #fff;
  color: #fd7742;
}
.title-set__second-sub {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 27px 10px;
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.875;
  letter-spacing: 0.48px;
}
.title-set.is-centre {
  text-align: center;
}
.article-title-set {
  position: relative;
  margin-bottom: 30px;
  color: #282823;
  font-weight: 800;
  font-size: 26px;
  font-size: 6.9333333333vw;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
.article-title-set::after {
  display: block;
  width: 40px;
  height: 3px;
  margin: 0 auto;
  margin-top: 15px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  content: "";
}
.article-title-set.is-small {
  font-size: 20px;
  font-size: 5.3333333333vw;
}
.header {
  display: flex;
  z-index: 99;
  position: fixed;
  top: 0;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.top .header {
  box-shadow: none;
}
.header__logo {
  width: 80px;
  margin-left: 15px;
}
.header__logo a {
  display: block;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__menu {
  padding: 20px;
}
.header__menu > a {
  display: block;
  color: #282823;
  font-size: 14px;
}
.header__menu > a i {
  display: inline-block;
  margin-left: 5px;
  transform: rotate(90deg);
  color: #fd7742;
  font-size: 0.8em;
}
.header__submenu {
  display: flex;
  position: absolute;
  top: 60px;
  left: 50%;
  align-items: center;
  padding: 15px 30px;
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16);
}
.header__submenu li {
  padding: 10px;
}
.header__submenu li a {
  padding: 0 5px;
  color: #555;
  font-size: 14px;
  white-space: nowrap;
}
.header__submenu li a::before {
  content: "・";
  color: #fd7742;
}
.header__submenu li i {
  display: inline-block;
  margin-left: 3px;
  color: #a3a3a3;
}
.header__submenu:before {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
  content: "";
}
.header__contact {
  margin: 0 20px;
  font-size: 12px;
}
.header__contact .base-button {
  font-size: 400;
}
.header nav {
  margin-left: auto;
}
.header .has-child {
  position: relative;
}
.header nav li.has-child ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.header nav li.has-child:hover > ul,
.header nav li.has-child ul li:hover > ul,
.header nav li.has-child:active > ul,
.header nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.footer {
  background-color: #fff;
}
.footer__body {
  padding: 50px 20px 30px;
}
.footer__left {
  margin-bottom: 40px;
}
.footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.footer__img {
  width: 30%;
}
.footer__access {
  width: calc(70% - 15px);
  font-size: 11px;
  font-size: 2.9333333333vw;
}
.footer__sns {
  display: flex;
  align-items: center;
}
.footer__sns li {
  margin-right: 10px;
}
.footer__sns a {
  display: block;
  padding: 10px;
  border-radius: 1000px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  text-align: center;
}
.footer__sns a i {
  color: #fff;
  font-size: 20px;
}
.footer__item {
  width: 47%;
  margin-bottom: 35px;
}
.footer__item:last-child {
  margin-bottom: 0;
}
.footer__head {
  margin-bottom: 15px;
}
.footer__head a {
  color: #282823;
  font-weight: 500;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
.footer__head i {
  display: inline-block;
  margin-right: 3px;
  color: #a3a3a3;
  font-size: 0.8em;
}
.footer__head.is-parent a:hover {
  opacity: 1;
}
.footer__head.is-parent i {
  transform: rotate(90deg);
}
.footer__sub li {
  margin-bottom: 15px;
  padding-left: 15px;
}
.footer__sub li:last-child {
  margin-bottom: 0;
}
.footer__sub a {
  color: #555;
  font-size: 12px;
  font-size: 3.2vw;
}
.footer__sub a::before {
  content: "・";
}
.footer__sub a i {
  display: inline-block;
  margin-left: 2px;
  color: #a3a3a3;
}
.footer__copy {
  padding: 20px 0;
  background-color: #282823;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
#g-nav {
  z-index: 999;
  position: fixed;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #fd7742;
  transition: all 0.6s;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.openbtn {
  z-index: 9999;
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.openbtn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background-color: #a3a3a3;
  transition: all 0.4s;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  width: 30%;
  transform: translateY(6px) rotate(-45deg);
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  background-color: #fff;
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  width: 30%;
  transform: translateY(-6px) rotate(45deg);
  background-color: #fff;
}
.drawer__list {
  width: 100%;
  margin-top: 60px;
}
.drawer__list a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.drawer__sub {
  width: 100%;
}
.drawer__sub a {
  padding: 15px 30px 15px 40px;
}
.drawer__sub i {
  display: inline-block;
  margin-left: 3px;
}
.drawer__menu > a {
  font-weight: bold;
  font-size: 12px;
}
.drawer__menu > a i {
  display: inline-block;
  margin-left: 5px;
  transform: rotate(90deg);
  color: #fff;
  font-size: 0.8em;
}
.drawer li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.drawer li:last-child {
  border-bottom: none;
}
.drawer li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.drawer li.is-last:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.base-button {
  display: block;
  position: relative;
  padding: 20px 40px;
  border-radius: 1000px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
.base-button i {
  display: inline-block;
  margin-left: 3px;
  color: #fff;
}
.is-white .base-button i {
  color: #fd7742;
}
.base-button.is-arrow::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  color: #fff;
  font-size: 0.8em;
  font-family: "icon";
}
.base-button.is-arrow.is-white::before {
  color: #fd7742;
}
.base-button.is-white {
  background: #fff;
  color: #fd7742;
}
.base-button.is-boarder {
  border: 1px solid #fd7742;
  background: #fff;
  color: #fd7742;
}
.base-button.is-boarder i {
  color: #fd7742;
}
.base-button.is-boarder.is-arrow::before {
  color: #fd7742;
}
.article-head {
  margin-bottom: 30px;
  padding: 40px 0 45px;
  background: url("../../img/bg_article_head.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
.article-head__title {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  font-size: 6.4vw;
  letter-spacing: 0.08em;
}
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 15px 30px 0;
}
.breadcrumb li a {
  color: #555;
  font-size: 13px;
  text-decoration: underline;
}
.breadcrumb li i {
  margin: 0 5px;
  color: #a3a3a3;
  font-size: 0.7em;
}
.breadcrumb li:last-child a {
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb li:last-child i {
  display: none;
}
.box-base {
  position: relative;
  padding: 30px 25px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.box-base.is-box-top::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  content: "";
}
.rfp-box-base {
  position: relative;
  padding: 30px 25px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.rfp-box-base.is-box-top::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  content: "";
}
.contact-cta {
  padding: 60px;
  outline: 1px solid #fff;
  outline-offset: -20px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
}
.contact-cta .base-button {
  font-size: 16px;
}
.contact-cta .title-set {
  margin-bottom: 30px;
}
.contact-cta__text {
  display: inline-block;
  max-width: 800px;
  padding: 27px 10px;
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0.48px;
}
.docs-download {
  padding: 60px;
  outline: 1px solid #fff;
  outline-offset: -20px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
}
.docs-download .base-button {
  font-size: 16px;
}
.docs-download .title-set {
  margin-bottom: 30px;
}
.docs-download__text {
  display: inline-block;
  max-width: 800px;
  padding: 27px 10px;
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0.48px;
}
.download-icon {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 16px;
  height: 6px;
  transform: scale(var(--ggs, 1));
  border: 2px solid;
  border-top: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.download-icon::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 2px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  content: "";
}
.download-icon::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 2px;
  height: 10px;
  border-radius: 3px;
  background: currentColor;
  content: "";
}
.skill__item {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 15px 15px;
  border: 1px solid #dedede;
  background-color: #fff;
}
.skill__item:last-child {
  margin-bottom: 0;
}
.skill__item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.skill__item li {
  width: calc(50% - 10px);
  padding: 20px 5px;
}
.skill__group {
  position: absolute;
  top: -11px;
  left: 50%;
  padding: 0 20px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #282823;
  font-weight: 500;
  font-size: 20px;
  font-size: 5.3333333333vw;
  white-space: nowrap;
}
.co-creation .skill__group {
  background: none;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
    #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
.skill__title {
  color: #282823;
  font-weight: 500;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
}
.skill__icon {
  width: 60%;
  margin: 0 auto 15px;
}
.case__item {
  margin-bottom: 50px;
}
.case__item:last-child {
  margin-bottom: 0;
}
.case__img {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 10px;
}
.case__title {
  margin-bottom: 25px;
  color: #282823;
  font-weight: 700;
  font-size: 24px;
  font-size: 6.4vw;
}
.case__text {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.case__buttom {
  width: 80%;
  margin: 0 auto;
}
.entry-cta.bg-white {
  padding-bottom: 0;
}
.entry-cta__body {
  padding: 60px 30px;
  border-radius: 40px;
  background: url("../../img/bg_recruit.jpg") no-repeat center;
  background-size: cover;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.entry-cta__head {
  margin-bottom: 30px;
}
.entry-cta__logo {
  width: 60%;
  margin: 0 auto 30px;
}
.entry-cta__title {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  font-size: 7.4666666667vw;
  line-height: 1.4;
  text-align: center;
}
.entry-cta__text {
  color: #fff;
}
.entry-cta__button {
  margin: 0 auto;
}
.entry-cta__button .base-button {
  box-shadow: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.news-access {
  margin-top: 40px;
  border-top: 1px solid #c9c9c9;
}
.news-access.bg-white {
  padding-bottom: 0;
}
.news-access__button {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.news-access__button .base-button {
  box-shadow: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}
textarea {
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.contact__list {
  margin-bottom: 40px;
}
.contact__list li {
  padding: 25px 0;
  border-bottom: 1px solid #dedede;
}
.contact__list li:first-child {
  padding-top: 0;
}
.contact__list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.contact__name {
  margin-bottom: 10px;
  color: #282823;
  font-weight: bold;
  font-size: 14px;
}
.contact__name span {
  margin-left: 6px;
  padding: 1px 5px;
  border: 1px #fd7742 solid;
  border-radius: 3px;
  color: #fd7742;
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  vertical-align: 2px;
}
.contact__annotation {
  margin-top: 5px;
  color: #a3a3a3;
  font-size: 11px;
}
.contact__input input {
  width: calc(100% - 16px);
  height: 45px;
  padding: 0 8px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
.contact__select {
  position: relative;
}
.contact__select select {
  width: 100%;
  height: 45px;
  padding: 0 8px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  color: #555;
}
.contact__select::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  color: #a3a3a3;
  font-size: 12px;
  font-family: "icon";
}
.contact__textarea textarea {
  width: calc(100% - 16px);
  height: 100px;
  padding: 8px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  color: #555;
}
.contact__check {
  margin-bottom: 40px;
  text-align: center;
}
.contact__check label {
  position: relative;
  font-weight: 300;
}
.contact__check label::before {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  content: "";
}
.contact__check label::after {
  position: absolute;
  top: -6px;
  left: 1px;
  content: "";
  color: #fd7742;
  font-size: 25px;
  font-family: "icon";
  opacity: 0;
  transition: 0.2s;
}
.contact__check a {
  color: #fd7742;
  text-decoration: underline;
}
.contact__check span {
  vertical-align: 8px;
}
.contact__check input:checked + label::after {
  opacity: 1;
  transition: 0.2s;
}
.contact__submit {
  position: relative;
}
.contact__submit input {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-radius: 1000px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  transition: 0.2;
}
.contact__submit::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  color: #fff;
  font-size: 0.7em;
  font-family: "icon";
}
.contact__age {
  display: flex;
  align-items: flex-end;
}
.contact__age-input {
  position: relative;
  width: 20%;
}
.contact__age-input select {
  width: 100%;
  height: 45px;
  padding: 0 8px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  color: #555;
}
.contact__age-input::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  color: #a3a3a3;
  font-size: 11px;
  font-family: "icon";
}
.contact__age-input.is-year {
  width: 35%;
}
.contact__age-text {
  width: 8.3333333333%;
  padding-bottom: 2px;
  color: #555;
  font-size: 13px;
  text-align: center;
}
.contact__radio label {
  position: relative;
  color: #555;
  font-size: 16px;
}
.contact__radio label::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border: 1px solid #c9c9c9;
  border-radius: 1000px;
  content: "";
}
.contact__radio label::after {
  display: block;
  position: absolute;
  top: -4px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 1000px;
  background-color: #fd7742;
  content: "";
  opacity: 0;
  transition: 0.2;
}
.contact__radio span {
  vertical-align: 6px;
}
.contact__radio-item {
  padding: 8px 0;
}
.contact input:checked + label::after {
  opacity: 1;
  transition: 0.2s;
}
.conf__text {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
}
.conf ul {
  margin-bottom: 40px;
}
.conf li {
  padding: 25px 0;
  border-bottom: 1px solid #dedede;
}
.conf li:first-child {
  border-top: 1px solid #dedede;
}
.conf li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.conf__name {
  margin-bottom: 5px;
  color: #282823;
  font-weight: bold;
}
.conf__return {
  margin-top: 25px;
  text-align: center;
}
.conf__return a {
  color: #a3a3a3;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
.conf__return a span {
  text-decoration: underline;
}
.conf__return a i {
  display: inline-block;
  margin-right: 3px;
  transform: rotate(180deg);
  font-size: 0.8em;
  vertical-align: 1px;
}
.comp__title {
  margin-bottom: 20px;
  color: #fd7742;
  font-weight: bold;
  font-size: 24px;
  font-size: 6.4vw;
  text-align: center;
}
.comp__text {
  margin-bottom: 40px;
  text-align: center;
}
.comp__button {
  width: 80%;
  margin: 0 auto;
}
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/icon.eot?brg2f");
  src: url("/fonts/icon.eot?brg2f#iefix") format("embedded-opentype"),
    url("/fonts/icon.ttf?brg2f") format("truetype"),
    url("/fonts/icon.woff?brg2f") format("woff"),
    url("/fonts/icon.svg?brg2f#icon") format("svg");
  font-family: "icon";
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icon" !important;
  text-transform: none;
}
.icon-arrow:before {
  content: "\e900";
}
.icon-link:before {
  content: "\e901";
}
.icon-paper:before {
  content: "\e902";
}
.icon-Instagram:before {
  content: "\e903";
}
.icon-podcast:before {
  content: "\e904";
}
.icon-x:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e907";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: none;
  border-radius: 0;
  outline: none;
  background-image: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}
button:hover,
button:active,
button:focus {
  outline: none;
}
button:hover {
  border-color: inherit;
}
button:focus {
  outline: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:not(:disabled),
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
label[for],
[type="checkbox"],
[type="radio"] {
  cursor: pointer;
}
button[disabled],
[role="button"][disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  display: none;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
li {
  list-style-type: none;
}
body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "ヒラギノ角ゴシック",
    "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
p {
  color: #555;
  letter-spacing: 0.03em;
}
a {
  color: #555;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.contents-margin {
  margin-bottom: 60px;
}
.text {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.text.is-white {
  color: #fff;
}
.text.is-centre {
  text-align: center;
}
body {
  position: relative;
}
img {
  width: 100%;
}
.header-margin {
  padding-top: 100px;
}
.bg-white,
.bg-gray {
  padding: 60px 0;
  background-color: #fff;
}
.bg-gray {
  background-color: #f5f5f7;
}
.bg-article {
  background-color: #f5f5f7;
}
.title-set {
  margin-bottom: 40px;
}
.title-set__text {
  margin-bottom: 10px;
  color: #282823;
  font-weight: bold;
  font-size: 40px;
  font-size: 10.6666666667vw;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
}
.is-white .title-set__text {
  color: #fff;
}
.title-set__sub {
  display: inline-block;
  padding: 5px 10px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0.08em;
}
.is-white .title-set__sub {
  background: #fff;
  color: #fd7742;
}
.title-set.is-centre {
  text-align: center;
}
.article-title-set {
  position: relative;
  margin-bottom: 30px;
  color: #282823;
  font-weight: 800;
  font-size: 26px;
  font-size: 6.9333333333vw;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
.article-title-set::after {
  display: block;
  width: 40px;
  height: 3px;
  margin: 0 auto;
  margin-top: 15px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  content: "";
}
.article-title-set.is-small {
  font-size: 20px;
  font-size: 5.3333333333vw;
}
.header {
  display: flex;
  z-index: 99;
  position: fixed;
  top: 0;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.top .header {
  box-shadow: none;
}
.header__logo {
  width: 80px;
  margin-left: 15px;
}
.header__logo a {
  display: block;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__menu {
  padding: 20px;
}
.header__menu > a {
  display: block;
  color: #282823;
  font-size: 14px;
}
.header__menu > a i {
  display: inline-block;
  margin-left: 5px;
  transform: rotate(90deg);
  color: #fd7742;
  font-size: 0.8em;
}
.header__submenu {
  display: flex;
  position: absolute;
  top: 60px;
  left: 50%;
  align-items: center;
  padding: 15px 30px;
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16);
}
.header__submenu li {
  padding: 10px;
}
.header__submenu li a {
  padding: 0 5px;
  color: #555;
  font-size: 14px;
  white-space: nowrap;
}
.header__submenu li a::before {
  content: "・";
  color: #fd7742;
}
.header__submenu li i {
  display: inline-block;
  margin-left: 3px;
  color: #a3a3a3;
}
.header__submenu:before {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
  content: "";
}
.header__contact {
  margin: 0 20px;
  font-size: 12px;
}
.header__contact .base-button {
  font-weight: 400;
}
.header nav {
  margin-left: auto;
}
.header .has-child {
  position: relative;
}
.header nav li.has-child ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.header nav li.has-child:hover > ul,
.header nav li.has-child ul li:hover > ul,
.header nav li.has-child:active > ul,
.header nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.footer {
  background-color: #fff;
}
.footer__body {
  padding: 50px 20px 30px;
}
.footer__left {
  margin-bottom: 40px;
}
.footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.footer__img {
  width: 30%;
}
.footer__access {
  width: calc(70% - 15px);
  font-size: 11px;
  font-size: 2.9333333333vw;
}
.footer__sns {
  display: flex;
  align-items: center;
}
.footer__sns li {
  margin-right: 10px;
}
.footer__sns a {
  display: block;
  padding: 10px;
  border-radius: 1000px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  text-align: center;
}
.footer__sns a i {
  color: #fff;
  font-size: 20px;
}
.footer__item {
  width: 47%;
  margin-bottom: 35px;
}
.footer__item:last-child {
  margin-bottom: 0;
}
.footer__head {
  margin-bottom: 15px;
}
.footer__head a {
  color: #282823;
  font-weight: 500;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
.footer__head i {
  display: inline-block;
  margin-right: 3px;
  color: #a3a3a3;
  font-size: 0.8em;
}
.footer__head.is-parent a:hover {
  opacity: 1;
}
.footer__head.is-parent i {
  transform: rotate(90deg);
}
.footer__sub li {
  margin-bottom: 15px;
  padding-left: 15px;
}
.footer__sub li:last-child {
  margin-bottom: 0;
}
.footer__sub a {
  color: #555;
  font-size: 12px;
  font-size: 3.2vw;
}
.footer__sub a::before {
  content: "・";
}
.footer__sub a i {
  display: inline-block;
  margin-left: 2px;
  color: #a3a3a3;
}
.footer__copy {
  padding: 20px 0;
  background-color: #282823;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
#g-nav {
  z-index: 999;
  position: fixed;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #fd7742;
  transition: all 0.6s;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.openbtn {
  z-index: 9999;
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.openbtn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background-color: #a3a3a3;
  transition: all 0.4s;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  width: 30%;
  transform: translateY(6px) rotate(-45deg);
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  background-color: #fff;
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  width: 30%;
  transform: translateY(-6px) rotate(45deg);
  background-color: #fff;
}
.drawer__list {
  width: 100%;
  margin-top: 60px;
}
.drawer__list a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.drawer__sub {
  width: 100%;
}
.drawer__sub a {
  padding: 15px 30px 15px 40px;
}
.drawer__sub i {
  display: inline-block;
  margin-left: 3px;
}
.drawer__menu > a {
  font-weight: bold;
  font-size: 12px;
}
.drawer__menu > a i {
  display: inline-block;
  margin-left: 5px;
  transform: rotate(90deg);
  color: #fff;
  font-size: 0.8em;
}
.drawer li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.drawer li:last-child {
  border-bottom: none;
}
.drawer li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.drawer li.is-last:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.base-button {
  display: block;
  position: relative;
  padding: 20px 40px;
  border-radius: 1000px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
.base-button i {
  display: inline-block;
  margin-left: 3px;
  color: #fff;
}
.is-white .base-button i {
  color: #fd7742;
}
.base-button.is-arrow::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "\e900";
  color: #fff;
  font-size: 0.8em;
  font-family: "icon";
}
.base-button.is-arrow.is-white::before {
  color: #fd7742;
}
.base-button.is-white {
  background: #fff;
  color: #fd7742;
}
.base-button.is-boarder {
  border: 1px solid #fd7742;
  background: #fff;
  color: #fd7742;
}
.base-button.is-boarder i {
  color: #fd7742;
}
.article-head {
  margin-bottom: 30px;
  padding: 40px 0 45px;
  background: url("../../img/bg_article_head.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
.article-head__title {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  font-size: 6.4vw;
  letter-spacing: 0.08em;
}
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 15px 30px 0;
}
.breadcrumb li a {
  color: #555;
  font-size: 13px;
  text-decoration: underline;
}
.breadcrumb li i {
  margin: 0 5px;
  color: #a3a3a3;
  font-size: 0.7em;
}
.breadcrumb li:last-child a {
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb li:last-child i {
  display: none;
}
.box-base {
  position: relative;
  padding: 30px 25px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.box-base.is-box-top::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  content: "";
}
.contact-cta {
  padding: 60px;
  outline: 1px solid #fff;
  outline-offset: -20px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
}
.contact-cta .base-button {
  font-size: 16px;
}
.contact-cta .title-set {
  margin-bottom: 30px;
}
.skill__item {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 15px 15px;
  border: 1px solid #dedede;
  background-color: #fff;
}
.skill__item:last-child {
  margin-bottom: 0;
}
.skill__item ul {
  display: flex;
  flex-wrap: wrap;
}
.skill__item li {
  width: calc(50% - 10px);
  padding: 20px 5px;
}
.skill__group {
  position: absolute;
  top: -11px;
  left: 50%;
  padding: 0 20px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #282823;
  font-weight: 500;
  font-size: 20px;
  font-size: 5.3333333333vw;
  white-space: nowrap;
}
.co-creation .skill__group {
  background: none;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
    #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
.skill__title {
  color: #282823;
  font-weight: 500;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
}
.skill__icon {
  width: 60%;
  margin: 0 auto 15px;
}
.case__item {
  margin-bottom: 50px;
}
.case__item:last-child {
  margin-bottom: 0;
}
.case__img {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 10px;
}
.case__title {
  margin-bottom: 25px;
  color: #282823;
  font-weight: 700;
  font-size: 24px;
  font-size: 6.4vw;
}
.case__text {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.case__buttom {
  width: 80%;
  margin: 0 auto;
}
.entry-cta.bg-white {
  padding-bottom: 0;
}
.entry-cta__body {
  padding: 60px 30px;
  border-radius: 40px;
  background: url("../../img/bg_recruit.jpg") no-repeat center;
  background-size: cover;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}
.entry-cta__head {
  margin-bottom: 30px;
}
.entry-cta__logo {
  width: 60%;
  margin: 0 auto 30px;
}
.entry-cta__title {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  font-size: 7.4666666667vw;
  line-height: 1.4;
  text-align: center;
}
.entry-cta__text {
  color: #fff;
}
.entry-cta__button {
  margin: 0 auto;
}
.entry-cta__button .base-button {
  box-shadow: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
}
input,
optgroup,
select {
  vertical-align: middle;
}
input {
  overflow: visible;
}
input::-ms-clear {
  display: none;
}
select {
  text-transform: none;
}
select::-ms-expand {
  display: none;
}
select,
option {
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
.form__list {
  margin-bottom: 40px;
}
.form__list li {
  padding: 25px 0;
  border-bottom: 1px solid #dedede;
}
.form__list li:first-child {
  padding-top: 0;
}
.form__list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.form__name {
  margin-bottom: 10px;
  color: #282823;
  font-weight: bold;
  font-size: 14px;
}
.form__name span {
  margin-left: 6px;
  padding: 1px 5px;
  border: 1px #fd7742 solid;
  border-radius: 3px;
  color: #fd7742;
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  vertical-align: 2px;
}
.form__annotation,
.form__error {
  margin-top: 5px;
  font-size: 11px;
}
.form__annotation {
  color: #a3a3a3;
}
.form__error {
  width: 100%;
  color: #fd7742;
  font-weight: bold;
}
.form__input input {
  width: calc(100% - 16px);
  height: 45px;
  padding: 0 8px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
.form__select {
  position: relative;
}
.form__select select {
  width: 100%;
  height: 45px;
  padding: 0 8px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  color: #555;
}
.form__select::before {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 15px;
  transform: rotate(90deg);
  content: "\e900";
  color: #a3a3a3;
  font-size: 12px;
  font-family: "icon";
  pointer-events: none;
}
.form__textarea textarea {
  width: calc(100% - 16px);
  height: 100px;
  padding: 8px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  color: #555;
}
.form__check {
  margin-bottom: 40px;
  text-align: center;
}
.form__check label {
  position: relative;
  font-weight: 300;
}
.form__check label::before {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  content: "";
}
.form__check label::after {
  position: absolute;
  top: -6px;
  left: 1px;
  content: "\e907";
  color: #fd7742;
  font-size: 25px;
  font-family: "icon";
  opacity: 0;
  transition: 0.2s;
}
.form__check a {
  color: #fd7742;
  text-decoration: underline;
}
.form__check span {
  vertical-align: 8px;
}
.form__check input:checked + label::after {
  opacity: 1;
  transition: 0.2s;
}
.form__btn,
.form__back {
  transition: opacity 0.2s;
  will-change: opacity;
}
.form__btn:hover,
.form__back:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.form__btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 1000px;
  background: linear-gradient(326deg, #ff4e50 0%, #f9d423 100%);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
.form__btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "\e900";
  color: #fff;
  font-size: 0.7em;
  font-family: "icon";
}
.form__back {
  color: #a3a3a3;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
.form__back span {
  text-decoration: underline;
}
.form__back i {
  display: inline-block;
  margin-right: 3px;
  transform: rotate(180deg);
  font-size: 0.8em;
  vertical-align: 1px;
}
.form__age {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.form__age-input {
  position: relative;
  width: 20%;
}
.form__age-input select {
  width: 100%;
  height: 45px;
  padding: 0 8px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  color: #555;
}
.form__age-input::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(90deg);
  content: "\e900";
  color: #a3a3a3;
  font-size: 11px;
  font-family: "icon";
}
.form__age-input.is-year {
  width: 35%;
}
.form__age-text {
  width: 8.3333333333%;
  padding-bottom: 2px;
  color: #555;
  font-size: 13px;
  text-align: center;
}
.form__radio label {
  position: relative;
  color: #555;
  font-size: 16px;
}
.form__radio label::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border: 1px solid #c9c9c9;
  border-radius: 1000px;
  content: "";
}
.form__radio label::after {
  display: block;
  position: absolute;
  top: -4px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 1000px;
  background-color: #fd7742;
  content: "";
  opacity: 0;
  transition: 0.2;
}
.form__radio span {
  vertical-align: 6px;
}
.form__radio-item {
  padding: 8px 0;
}
.form input:checked + label::after {
  opacity: 1;
  transition: 0.2s;
}
.conf__text {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
}
.conf ul {
  margin-bottom: 40px;
}
.conf li {
  padding: 25px 0;
  border-bottom: 1px solid #dedede;
}
.conf li:first-child {
  border-top: 1px solid #dedede;
}
.conf li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.conf__name {
  margin-bottom: 5px;
  color: #282823;
  font-weight: bold;
}
.conf__return {
  margin-top: 25px;
  text-align: center;
}
.comp__title {
  margin-bottom: 20px;
  color: #fd7742;
  font-weight: bold;
  font-size: 24px;
  font-size: 6.4vw;
  text-align: center;
}
.comp__text {
  margin-bottom: 40px;
  text-align: center;
}
.comp__button {
  width: 80%;
  margin: 0 auto;
}
.wbr {
  display: inline-block;
}
.head__list li {
  margin-bottom: 56px;
}
.head__img {
  margin-bottom: 20px;
  overflow: hidden;
}
.head__title {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #282823;
  font-weight: bold;
  font-size: 22px;
  font-size: 5.8666666667vw;
  line-height: 1.4;
}
.arrow {
  box-sizing: border-box;
  position: relative;
  width: 85%;
  padding: 8px;
  border: 2px solid #fd7742;
  background: #fff;
  color: #fd7742;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 2;
  text-align: left;
}
.arrow:after,
.arrow:before {
  position: absolute;
  top: 100%;
  left: 12%;
  border: solid transparent;
  content: "";
}
.arrow:after {
  margin-left: -10px;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-color: #fff;
}
.arrow:before {
  margin-top: 1px solid;
  margin-left: -14px;
  border-top-width: 14px;
  border-right-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-top-color: #fd7742;
}
@media screen and (min-width: 768px) {
  .contents,
  .contents-s {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 80px;
  }
  .contents.is-contact,
  .contents-s.is-contact {
    max-width: 850px;
  }
  .contents-s {
    max-width: 800px;
  }
  .small-only {
    display: none;
  }
  .contents-margin {
    margin-bottom: 100px;
  }
  .text {
    font-size: 16px;
  }
  .bg-white,
  .bg-gray {
    padding: 100px 0;
  }
  .title-set {
    margin-bottom: 80px;
  }
  .title-set__text {
    font-size: 75px;
  }
  .title-set__text {
    font-size: 75px;
  }
  .title-set__second-text {
    font-size: 45px;
  }
  .title-set__sub {
    font-size: 16px;
  }
  .title-set__second-sub {
    font-size: 16px;
  }
  .article-title-set {
    margin-bottom: 40px;
    font-size: 48px;
  }
  .article-title-set::after {
    width: 60px;
    height: 4px;
    margin-top: 25px;
  }
  .article-title-set.is-small {
    font-size: 30px;
  }
  .header {
    height: 100px;
  }
  .header__logo {
    width: 100px;
    margin-left: 20px;
  }
  .footer__body {
    display: flex;
    padding: 70px 5%;
  }
  .footer__left {
    margin-bottom: 0;
  }
  .footer__right {
    flex-wrap: nowrap;
    margin-left: auto;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__img {
    width: 110px;
  }
  .footer__access {
    width: auto;
    margin-left: 15px;
    font-size: 12px;
  }
  .footer__item {
    width: auto;
    margin-bottom: 0;
    margin-left: 30px;
  }
  .footer__head a {
    font-size: 13px;
  }
  .footer__sub a {
    font-size: 13px;
  }
  .base-button {
    font-size: 15px;
  }
  .article-head {
    margin-bottom: 0;
    padding: 70px 0 80px;
  }
  .article-head__title {
    font-size: 45px;
  }
  .breadcrumb {
    margin-bottom: 40px;
  }
  .box-base {
    padding: 70px 50px;
  }
  .box-base.is-box-top::before {
    height: 15px;
  }
  .rfp-box-base {
    padding: 66px 67px 92px 91px;
  }
  .rfp-box-base.is-box-top::before {
    height: 15px;
  }
  .contact-cta {
    padding: 100px 80px;
    outline-offset: -40px;
  }
  .contact-cta__button {
    max-width: 450px;
    margin: 0 auto;
  }
  .contact-cta .base-button {
    font-size: 20px;
  }
  .contact-cta .title-set {
    margin-bottom: 50px;
  }
  .contact-cta__text {
    font-size: 16px;
  }
  .docs-download {
    padding: 100px 80px;
    outline-offset: -40px;
  }
  .docs-download__button {
    max-width: 277px;
  }
  .docs-download .base-button {
    font-size: 20px;
  }
  .docs-download .title-set {
    margin-bottom: 50px;
  }
  .docs-download__text {
    font-size: 16px;
  }
  .skill__item {
    margin-bottom: 80px;
    padding: 40px;
  }
  .skill__item li {
    width: calc(25% - 10px);
  }
  .skill__group {
    top: -15px;
    font-size: 26px;
  }
  .skill__title {
    font-size: 18px;
  }
  .case__body {
    display: flex;
    justify-content: space-between;
  }
  .case__item {
    width: 47%;
    margin-bottom: 0;
  }
  .is-only .case__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .is-only .case__right {
    width: 50%;
  }
  .is-only .case__img {
    width: 45%;
  }
  .case__title {
    font-size: 36px;
  }
  .case__text {
    font-size: 20px;
  }
  .case__buttom {
    max-width: 300px;
    margin: 0;
  }
  .entry-cta__body {
    padding: 60px 60px;
  }
  .entry-cta__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  .entry-cta__logo {
    width: 30%;
    margin-bottom: 0;
  }
  .entry-cta__right {
    width: 60%;
  }
  .entry-cta__title {
    font-size: 40px;
    text-align: left;
  }
  .entry-cta__button {
    max-width: 450px;
  }
  .entry-cta__button .base-button {
    font-size: 24px;
  }
  .news-access__button {
    max-width: 450px;
    margin-top: 80px;
  }
  .news-access__button .base-button {
    font-size: 24px;
  }
  .contact__list li {
    display: flex;
    padding: 40px 15px;
  }
  .contact__name {
    width: 30%;
    margin-bottom: 0;
    padding-top: 15px;
  }
  .contact__input,
  .contact__select,
  .contact__textarea,
  .contact__age {
    width: 70%;
  }
  .contact__submit {
    max-width: 450px;
    margin: 0 auto;
  }
  .contact__submit input {
    padding: 25px 0;
    font-size: 20px;
  }
  .contact__age-text {
    font-size: 16px;
  }
  .contact__radio {
    display: flex;
    align-items: center;
  }
  .contact__radio-item {
    margin-right: 50px;
    padding: 0;
  }
  .conf__text {
    font-size: 18px;
  }
  .conf ul {
    margin-bottom: 60px;
  }
  .conf li {
    display: flex;
    padding: 40px 15px;
  }
  .conf__name {
    width: 30%;
  }
  .conf__content {
    width: 70%;
  }
  .conf__return {
    margin-top: 40px;
  }
  .conf__return a {
    font-size: 16px;
  }
  .comp__title {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .comp__text {
    margin-bottom: 60px;
  }
  .comp__button {
    max-width: 400px;
    margin: 0 auto;
  }
  .contents {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 80px;
  }
  .contents.is-contact {
    max-width: 850px;
  }
  .contents-margin {
    margin-bottom: 100px;
  }
  .text {
    font-size: 16px;
  }
  .bg-white,
  .bg-gray {
    padding: 100px 0;
  }
  .title-set {
    margin-bottom: 80px;
  }
  .title-set__text {
    font-size: 75px;
  }
  .title-set__sub {
    font-size: 16px;
  }
  .article-title-set {
    margin-bottom: 40px;
    font-size: 48px;
  }
  .article-title-set::after {
    width: 60px;
    height: 4px;
    margin-top: 25px;
  }
  .article-title-set.is-small {
    font-size: 30px;
  }
  .header {
    height: 100px;
  }
  .header__logo {
    width: 100px;
    margin-left: 20px;
  }
  .footer__body {
    display: flex;
    padding: 70px 5%;
  }
  .footer__left {
    margin-bottom: 0;
  }
  .footer__right {
    flex-wrap: nowrap;
    margin-left: auto;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__img {
    width: 110px;
  }
  .footer__access {
    width: auto;
    margin-left: 15px;
    font-size: 12px;
  }
  .footer__item {
    width: auto;
    margin-bottom: 0;
    margin-left: 30px;
  }
  .footer__head a {
    font-size: 13px;
  }
  .footer__sub a {
    font-size: 13px;
  }
  .base-button {
    font-size: 15px;
  }
  .article-head {
    margin-bottom: 0;
    padding: 70px 0 80px;
  }
  .article-head__title {
    font-size: 45px;
  }
  .breadcrumb {
    margin-bottom: 40px;
  }
  .box-base {
    padding: 70px 50px;
  }
  .box-base.is-box-top::before {
    height: 15px;
  }
  .contact-cta {
    padding: 100px 80px;
    outline-offset: -40px;
  }
  .contact-cta__button {
    max-width: 450px;
    margin: 0 auto;
  }
  .contact-cta .base-button {
    font-size: 20px;
  }
  .contact-cta .title-set {
    margin-bottom: 50px;
  }
  .skill__item {
    margin-bottom: 80px;
    padding: 40px;
  }
  .skill__item li {
    width: calc(25% - 10px);
  }
  .skill__group {
    top: -15px;
    font-size: 26px;
  }
  .skill__title {
    font-size: 18px;
  }
  .case__body {
    display: flex;
    justify-content: space-between;
  }
  .case__item {
    width: 47%;
    margin-bottom: 0;
  }
  .is-only .case__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .is-only .case__right {
    width: 50%;
  }
  .is-only .case__img {
    width: 45%;
  }
  .case__title {
    font-size: 36px;
  }
  .case__text {
    font-size: 20px;
  }
  .case__buttom {
    max-width: 300px;
    margin: 0;
  }
  .entry-cta__body {
    padding: 60px 60px;
  }
  .entry-cta__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  .entry-cta__logo {
    width: 30%;
    margin-bottom: 0;
  }
  .entry-cta__right {
    width: 60%;
  }
  .entry-cta__title {
    font-size: 40px;
    text-align: left;
  }
  .entry-cta__button {
    max-width: 450px;
  }
  .entry-cta__button .base-button {
    font-size: 24px;
  }
  .form__list li {
    display: flex;
    padding: 40px 15px;
  }
  .form__name {
    width: 30%;
    margin-bottom: 0;
    padding-top: 15px;
  }
  .form__input,
  .form__select,
  .form__textarea,
  .form__age {
    width: 70%;
  }
  .form__btn {
    padding: 25px 0;
    font-size: 20px;
  }
  .form__back {
    font-size: 16px;
  }
  .form__age-text {
    font-size: 16px;
  }
  .form__radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .form__radio-item {
    margin-right: 50px;
    padding: 0;
  }
  .conf__text {
    font-size: 18px;
  }
  .conf ul {
    margin-bottom: 60px;
  }
  .conf li {
    display: flex;
    padding: 40px 15px;
  }
  .conf__name {
    width: 30%;
  }
  .conf__content {
    width: 70%;
  }
  .conf__return {
    margin-top: 40px;
  }
  .comp__title {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .comp__text {
    margin-bottom: 60px;
  }
  .comp__button {
    max-width: 400px;
    margin: 0 auto;
  }
  .small-only {
    display: none;
  }
  .head__list li {
    display: flex;
    justify-content: space-between;
  }
  .head__img {
    width: 40%;
    margin-bottom: 0;
  }
  .head__left {
    width: 55%;
  }
  .head__title {
    margin-bottom: 18px;
    font-size: 36px;
  }
  .arrow {
    width: 320px;
    margin-bottom: 24px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .small-side-margin {
    padding-right: 20px;
    padding-left: 20px;
  }
  .medium-only {
    display: none;
  }
  .small-side-margin {
    padding-right: 20px;
    padding-left: 20px;
  }
  .medium-only {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .medium-down {
    display: none;
  }
  .medium-down {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .large-only {
    display: none;
  }
  .header-margin {
    padding-top: 60px;
  }
  .header-margin {
    padding-top: 60px;
  }
  .large-only {
    display: none;
  }
}
