@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* -----------------------------------------
Reaet
----------------------------------------- */
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

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

td,
th {
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}

i {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  outline: 0;
}
a:before, a:after {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  overflow: visible;
  text-transform: none;
}
button:focus {
  outline: none;
}

select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  vertical-align: middle;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

select {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* -----------------------------------------
Scaffolding
----------------------------------------- */
body {
  min-width: 1000px;
}

.wrapper {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 1px;
  overflow-x: hidden;
  background-color: #f9f7f3;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 80px;
  }
}
.wrapper * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.wrapper a {
  position: relative;
}
.wrapper a:hover, .wrapper a:active, .wrapper a:focus {
  text-decoration: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* -----------------------------------------
Page Contetns
----------------------------------------- */
.link-over {
  opacity: 1;
  transition: opacity 0.4s;
}
.link-over:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    max-width: 100%;
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes circleA4 {
  0% {
    stroke-dasharray: 0 570;
  }
  99.9%, to {
    stroke-dasharray: 570 570;
  }
}
@keyframes circleA3 {
  0% {
    stroke-dasharray: 0 570;
  }
  99.9%, to {
    stroke-dasharray: 535.8 570;
  }
}
@keyframes graphAnim {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Header
----------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #e1d6c1;
  background-color: #f9f7f3;
}
@media (max-width: 767px) {
  .header {
    border-bottom: none;
    background-color: transparent;
  }
}
.header .inner {
  max-width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .header .inner {
    padding: 10px;
  }
}
.header .logo {
  width: 100px;
  position: absolute;
  top: 0;
  left: 20px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header .logo {
    width: 70px;
    margin-top: -10px;
    position: relative;
    left: auto;
  }
}
.header .logo a {
  display: inline-block;
  padding: 10px 14px;
  background-color: #fff;
}
.header .link {
  margin-left: auto;
  padding: 20px;
}
@media (max-width: 767px) {
  .header .link {
    display: none;
  }
}
.header .link .list {
  display: flex;
}
.header .link .list li {
  margin-left: 30px;
  text-align: center;
}
.header .link .list a {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.header .link .list span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ee7602;
  font-size: 12px;
}
.header .btn {
  padding: 20px 0 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .header .btn {
    padding: 5px 16px 0 0;
    margin-left: auto;
  }
}
.header .btn a {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 12px 40px;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 2px;
  font-weight: 600;
  background-color: #ee7602;
}
@media (max-width: 767px) {
  .header .btn a {
    font-size: 12px;
    padding: 12px 34px;
  }
}
.header .slide-hum {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  position: relative;
  background-color: #ee7602;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
}
@media (max-width: 767px) {
  .header .slide-hum {
    display: block;
  }
}
.header .slide-hum .line {
  background-color: #fff;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .slide-hum .line.line1 {
  top: 16px;
}
.header .slide-hum .line.line2 {
  top: 24px;
}
.header .slide-hum .line.line3 {
  top: 33px;
}
.header .slide-hum.is-active {
  background-color: #fff;
}
.header .slide-hum.is-active .line {
  background-color: #ee7602;
}
.header .slide-hum.is-active .line.line1 {
  top: 24px;
  transform: rotate(45deg);
}
.header .slide-hum.is-active .line.line2 {
  opacity: 0;
}
.header .slide-hum.is-active .line.line3 {
  top: 24px;
  transform: rotate(-45deg);
}
.header .dropdown-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ee7602;
  padding: 90px 20px 20px;
  z-index: 99;
  overflow: scroll;
}
.header .dropdown-menu .box {
  width: 100%;
  margin-bottom: 20px;
}
.header .dropdown-menu .box p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}
.header .dropdown-menu .box li {
  margin-bottom: 10px;
}
.header .dropdown-menu .box li a {
  color: #fff;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
.header .dropdown-menu .box li a:before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
}

/* Footer
----------------------------------------- */
.footer {
  background-image: url(../img/footer-back-img.jpg);
  background-size: cover;
  background-position: center;
}
.footer .breadcrumb {
  background-color: #fff;
}
.footer .breadcrumb .inner {
  padding: 6px 20px;
}
.footer .breadcrumb a,
.footer .breadcrumb span {
  color: #515151;
  font-size: 12px;
}
.footer .bottom {
  padding-bottom: 80px;
}
.footer .bottom .inner {
  padding: 40px 20px 30px;
}
@media (max-width: 767px) {
  .footer .bottom .inner {
    padding: 0 0 20px;
  }
}
.footer .bottom .list {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer .bottom .list {
    flex-flow: column;
    padding: 30px 20px;
  }
}
.footer .bottom .list .text-link {
  padding-right: 10px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .footer .bottom .list .text-link {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
  }
}
.footer .bottom .list .text-link li {
  margin: 16px 0;
}
@media (max-width: 767px) {
  .footer .bottom .list .text-link li {
    margin: 0;
    margin: 14px 0;
  }
}
.footer .bottom .list .text-link li a {
  color: #fff;
}
.footer .bottom .list .text-link.icon li a {
  position: relative;
  padding-left: 30px;
}
.footer .bottom .list .text-link.icon li a:before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
}
.footer .bottom .list .text-link.icon li:first-child a {
  padding-left: 0;
}
.footer .bottom .list .text-link.icon li:first-child a:before {
  content: none;
}
.footer .bottom .list .icon-link {
  width: 30%;
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer .bottom .list .icon-link {
    width: 100%;
    justify-content: center;
  }
}
.footer .bottom .list .icon-link li {
  width: 60px;
  margin: 6px 10px;
  background-color: #fff;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .footer .bottom .list .icon-link li {
    width: 60px;
    margin: 0 6px;
    border-radius: 16px;
  }
}
.footer .bottom .list .icon-link li a {
  display: block;
  padding: 14px;
}
@media (max-width: 767px) {
  .footer .bottom .list .icon-link li a {
    padding: 12px;
  }
}
.footer .bottom .logo {
  text-align: center;
  padding: 20px 0 10px;
}
@media (max-width: 767px) {
  .footer .bottom .logo {
    padding: 0;
  }
}
.footer .bottom .logo img {
  width: 120px;
  background-color: #fff;
  padding: 10px 24px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .footer .bottom .logo img {
    width: 120px;
  }
}
.footer .bottom .gym-name {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .footer .bottom .gym-name {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 4px;
}

/* Fixed-footer-btn
----------------------------------------- */
.fixed-footer-btn {
  position: fixed;
  bottom: 40px;
  max-width: 500px;
  width: calc(100% - 40px);
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .fixed-footer-btn {
    max-width: 400px;
  }
}
.fixed-footer-btn .wrap {
  background-color: rgba(0, 0, 0, 0.36);
  border-radius: 40px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .fixed-footer-btn .wrap {
    padding: 14px;
  }
}
.fixed-footer-btn .wrap span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 2px 4px;
}
@media (max-width: 767px) {
  .fixed-footer-btn .wrap span {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.fixed-footer-btn .wrap p {
  color: #ffdd00;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .fixed-footer-btn .wrap p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.fixed-footer-btn .wrap a {
  display: inline-block;
  background-color: #ee7602;
  border-radius: 30px;
  padding: 10px 10px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .fixed-footer-btn .wrap a {
    padding: 10px 10px;
    font-size: 12px;
  }
}

/* -----------------------------------------
TOP
----------------------------------------- */
.top-page {
  /* FV
  ----------------------------------------- */
}
.top-page .fv {
  position: relative;
  background-image: url(../img/top-fv-back-img.png);
  background-size: cover;
  background-position: center top;
}
@media (max-width: 767px) {
  .top-page .fv {
    background-image: url(../img/top-fv-back-sp-img.png);
    background-size: contain;
    background-position: center bottom;
  }
}
.top-page .fv .inner {
  padding: 300px 20px 260px;
}
@media (max-width: 767px) {
  .top-page .fv .inner {
    padding: 46vw 20px 42vw;
    position: relative;
    z-index: 1;
  }
}
.top-page .fv .txt {
  width: 50%;
}
@media (max-width: 767px) {
  .top-page .fv .txt {
    width: 100%;
  }
}
.top-page .fv .txt p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .fv .txt p {
    font-size: 18px;
  }
}
.top-page .fv .txt h1 {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin: 14px 0 30px;
  font-size: 54px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .fv .txt h1 {
    margin: 10px 0 20px;
    font-size: 42px;
  }
}
.top-page .fv .txt span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 8px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .fv .txt span {
    font-size: 16px;
  }
}
.top-page .fv .txt span:after {
  content: "";
  width: 200px;
  height: 60px;
  position: absolute;
  bottom: -20px;
  left: calc(100% - 18px);
  background-image: url(../img/top-fv-entxt-img.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .top-page .fv .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-page .message {
  position: relative;
  background-image: url(../img/gradation-back-type1-img.png);
  background-size: 100%;
  background-position: center;
}
@media (max-width: 767px) {
  .top-page .message {
    background-size: cover;
  }
}
.top-page .message:before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(to bottom, #f9f7f3, transparent);
}
.top-page .message .inner {
  padding: 120px 20px 80px;
}
@media (max-width: 767px) {
  .top-page .message .inner {
    padding: 100px 20px 60px;
  }
}
.top-page .message .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-page .message .ttl {
    margin-bottom: 30px;
  }
}
.top-page .message .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .message .ttl span {
    font-size: 14px;
  }
}
.top-page .message .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .message .ttl h2 {
    font-size: 24px;
  }
}
.top-page .message .txt {
  text-align: center;
  background-image: url(../img/top-message-back-img.png);
  background-size: 400px;
  background-position: 50% 0;
}
.top-page .message .txt p {
  line-height: 1.9;
}
.top-page .message .txt p:first-child {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .top-page .message .txt p:first-child {
    margin-bottom: 40px;
  }
}
.top-page .company {
  position: relative;
  overflow: hidden;
}
.top-page .company .ttl {
  background-color: #ee7602;
  position: relative;
}
.top-page .company .ttl .inner {
  padding: 120px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .top-page .company .ttl .inner {
    padding: 40px 20px;
  }
}
.top-page .company .ttl h2 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .company .ttl h2 {
    font-size: 24px;
    position: relative;
    z-index: 1;
  }
}
.top-page .company .img-wrap {
  position: relative;
  margin-top: -160px;
}
@media (max-width: 767px) {
  .top-page .company .img-wrap {
    margin-top: -60px;
  }
}
.top-page .company .img-wrap .inner {
  max-width: 1600px;
}
.top-page .company .img-wrap .img {
  width: 60%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.top-page .company .img-wrap .img img {
  width: 48%;
}
.top-page .company .txt .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .top-page .company .txt .inner {
    padding: 40px 20px;
  }
}
.top-page .company .txt .box {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .top-page .company .txt .box {
    margin-bottom: 60px;
    flex-flow: column;
  }
}
.top-page .company .txt .box:last-child {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .top-page .company .txt .box:last-child {
    margin-bottom: 40px;
  }
}
.top-page .company .txt .box h3,
.top-page .company .txt .box .detail {
  width: 50%;
}
@media (max-width: 767px) {
  .top-page .company .txt .box h3,
  .top-page .company .txt .box .detail {
    width: 100%;
  }
}
.top-page .company .txt .box .detail {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .top-page .company .txt .box .detail {
    padding-left: 0;
  }
}
.top-page .company .txt .box h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-page .company .txt .box h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
.top-page .company .txt .box p {
  margin-bottom: 20px;
  line-height: 1.9;
}
.top-page .company .txt .box p:last-child {
  margin-bottom: 0;
}
.top-page .company .txt .btn {
  text-align: center;
}
.top-page .company .txt .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 500;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}
.top-page .recruit {
  background-color: #fbd28d;
}
.top-page .recruit .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .top-page .recruit .inner {
    padding: 40px 20px;
  }
}
.top-page .recruit .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-page .recruit .ttl {
    margin-bottom: 30px;
  }
}
.top-page .recruit .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .recruit .ttl span {
    font-size: 12px;
  }
}
.top-page .recruit .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .recruit .ttl h2 {
    font-size: 24px;
  }
}
.top-page .recruit .txt {
  max-width: 700px;
  margin: 0 auto 60px;
}
.top-page .recruit .txt .list {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-page .recruit .txt .list li {
  padding: 0 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-page .recruit .txt .list li {
    padding: 0;
  }
}
.top-page .recruit .txt .list li:before {
  content: "♯";
  color: #ee7602;
}
.top-page .recruit .txt p {
  text-align: center;
  margin-bottom: 20px;
}
.top-page .recruit .scroll {
  max-width: 1600px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 20px;
}
.top-page .recruit .scroll::-webkit-scrollbar {
  display: none;
}
.top-page .recruit .card-wrap {
  display: flex;
  padding: 0 20px;
}
.top-page .recruit .card-wrap .card {
  margin-right: 30px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #fff;
  min-width: calc(16.6666666667% + 40px);
}
@media (max-width: 767px) {
  .top-page .recruit .card-wrap .card {
    min-width: 260px;
  }
}
.top-page .recruit .card-wrap .card .img {
  width: 100%;
}
.top-page .recruit .card-wrap .card .detail {
  padding: 14px 20px;
}
.top-page .recruit .card-wrap .card .detail b {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  font-size: 24px;
}
.top-page .recruit .card-wrap .card .detail p {
  margin: 4px 0;
  font-weight: 600;
  color: #000;
}
.top-page .recruit .card-wrap .card .detail p span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  font-size: 22px;
}
.top-page .property {
  background-image: url(../img/gradation-back-type2-img.jpg);
  background-size: 100%;
  background-position: center;
}
@media (max-width: 767px) {
  .top-page .property {
    background-size: cover;
  }
}
.top-page .property .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .top-page .property .inner {
    padding: 40px 20px;
  }
}
.top-page .property .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-page .property .ttl {
    margin-bottom: 20px;
  }
}
.top-page .property .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .property .ttl span {
    font-size: 12px;
  }
}
.top-page .property .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .property .ttl h2 {
    font-size: 24px;
  }
}
.top-page .property .txt {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .top-page .property .txt {
    margin-bottom: 30px;
  }
}
.top-page .property .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .top-page .property .list {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
.top-page .property .list li {
  border-radius: 28px;
  overflow: hidden;
}
.top-page .property .list li a {
  display: block;
  position: relative;
  height: 100%;
}
.top-page .property .list li .img {
  height: 100%;
}
.top-page .property .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .top-page .property .list li .img img {
    width: 100%;
  }
}
.top-page .property .list .detail {
  position: absolute;
  padding: 0 12px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .top-page .property .list .detail {
    padding: 0 10px;
  }
}
.top-page .property .list .detail .name {
  background-color: #fff;
  border-radius: 8px;
  padding: 6px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 767px) {
  .top-page .property .list .detail .name {
    padding: 6px 4px;
    margin-bottom: 4px;
  }
}
.top-page .property .list .detail .name p {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .top-page .property .list .detail .name p {
    font-size: 10px;
    margin-bottom: 2px;
  }
}
.top-page .property .list .detail .name h3 {
  color: #ee7602;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767px) {
  .top-page .property .list .detail .name h3 {
    font-size: 14px;
  }
}
.top-page .property .list .detail .desc span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ee7602;
  padding: 6px 6px;
  border-radius: 6px;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-page .property .list .detail .desc span {
    font-size: 12px;
    padding: 6px 4px;
    letter-spacing: 0;
  }
}
.top-page .property .list .detail .desc span:before {
  content: "♯";
}
.top-page .career {
  background-color: #fbd28d;
}
.top-page .career .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .top-page .career .inner {
    padding: 40px 20px;
  }
}
.top-page .career .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-page .career .ttl {
    margin-bottom: 20px;
  }
}
.top-page .career .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .career .ttl span {
    font-size: 12px;
  }
}
.top-page .career .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .career .ttl h2 {
    font-size: 24px;
  }
}
.top-page .career .txt {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .top-page .career .txt {
    margin-bottom: 30px;
    line-height: 1.9;
  }
}
.top-page .career .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .top-page .career .list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 30px;
    column-gap: 20px;
  }
}
.top-page .career .list li {
  border-radius: 28px;
  overflow: hidden;
  background-color: #fff;
}
.top-page .career .list li a {
  display: block;
  position: relative;
}
.top-page .career .list .img {
  position: relative;
}
.top-page .career .list .img .tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
}
.top-page .career .list .img span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ee7602;
  padding: 6px 6px;
  border-radius: 6px;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.2;
  font-weight: 600;
}
.top-page .career .list .img span:before {
  content: "♯";
}
.top-page .career .list .img img {
  width: 100%;
}
.top-page .career .list .detail {
  padding: 14px;
}
@media (max-width: 767px) {
  .top-page .career .list .detail {
    padding: 20px 16px;
  }
}
.top-page .career .list .detail .name {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1d6c1;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-page .career .list .detail .name {
    padding-bottom: 16px;
  }
}
.top-page .career .list .detail .name span {
  display: inline-block;
  color: #ee7602;
  font-size: 18px;
  margin-left: 10px;
}
.top-page .career .list .detail .desc {
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.9;
}
.top-page .career .btn {
  text-align: center;
  margin-top: 40px;
}
.top-page .career .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 500;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}
.top-page .realize .img-back {
  background-image: url(../img/realize-back-img.png);
  background-size: contain;
  background-position: 50% 100%;
}
.top-page .realize .img-back .inner {
  padding: 80px 20px 260px;
}
@media (max-width: 767px) {
  .top-page .realize .img-back .inner {
    padding: 40px 20px 80px;
  }
}
.top-page .realize .color-bg {
  background-color: #ee7602;
}
.top-page .realize .color-bg .inner {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top-page .realize .color-bg .inner {
    padding: 30px 20px;
  }
}
.top-page .realize .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-page .realize .ttl {
    margin-bottom: 30px;
  }
}
.top-page .realize .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .realize .ttl span {
    font-size: 12px;
  }
}
.top-page .realize .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .realize .ttl h2 {
    font-size: 24px;
  }
}
.top-page .realize .img img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-page .realize .img img {
    max-width: 500px;
    width: 100%;
  }
}
.top-page .realize .txt {
  position: relative;
  width: 50%;
  margin-left: auto;
  background-color: #fff;
  padding: 30px;
  top: -60px;
}
@media (max-width: 767px) {
  .top-page .realize .txt {
    top: auto;
    width: 100%;
    padding: 20px;
    border-radius: 14px;
  }
}
.top-page .realize .txt p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .top-page .realize .txt p {
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
  }
}
.top-page .realize .txt p span {
  color: #ee7602;
}
.top-page .realize .txt p b {
  font-family: "Poppins", sans-serif;
}
.top-page .realize .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-page .realize .btn {
    margin-top: 30px;
    text-align: center;
  }
}
.top-page .realize .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 600;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}
.top-page .culture .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .top-page .culture .inner {
    padding: 40px 20px;
  }
}
.top-page .culture .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.top-page .culture .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .culture .ttl span {
    font-size: 12px;
  }
}
.top-page .culture .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .top-page .culture .ttl h2 {
    font-size: 24px;
  }
}
.top-page .culture .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .top-page .culture .list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 30px;
    column-gap: 20px;
  }
}
.top-page .culture .list li {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.top-page .culture .list li a {
  display: block;
  position: relative;
}
.top-page .culture .list .txt {
  padding: 14px;
}
@media (max-width: 767px) {
  .top-page .culture .list .txt {
    padding: 20px 16px;
  }
}
.top-page .culture .list .txt h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1d6c1;
  color: #ee7602;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-page .culture .list .txt h3 {
    padding-bottom: 16px;
  }
}
.top-page .culture .list .txt p {
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .top-page .culture .list .txt p {
    font-size: 14px;
  }
}
.top-page .culture .btn {
  text-align: center;
  margin-top: 40px;
}
.top-page .culture .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 500;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}

/* -----------------------------------------
募集要項
----------------------------------------- */
@media (max-width: 767px) {
  .guideline-page {
    margin-top: -80px;
  }
}
.guideline-page .fv {
  background-image: url(../img/page-fv-back-img.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .guideline-page .fv {
    background-image: url(../img/page-fv-back-sp-img.jpg);
  }
}
.guideline-page .fv .inner {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .guideline-page .fv .inner {
    padding: 100px 20px 60px;
  }
}
.guideline-page .fv h1 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .guideline-page .fv h1 {
    font-size: 14px;
  }
}
.guideline-page .fv h1 span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 40px;
  letter-spacing: 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  .guideline-page .fv h1 span {
    font-size: 38px;
    margin: 0;
  }
}
.guideline-page .target .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .guideline-page .target .inner {
    padding: 60px 20px;
  }
}
.guideline-page .target .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .guideline-page .target .ttl {
    margin-bottom: 30px;
  }
}
.guideline-page .target .ttl span {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .guideline-page .target .ttl span {
    font-size: 14px;
  }
}
.guideline-page .target .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .guideline-page .target .ttl h2 {
    font-size: 24px;
  }
}
.guideline-page .target .img {
  text-align: center;
  margin-bottom: 80px;
}
.guideline-page .target .img img {
  max-width: 600px;
}
@media (max-width: 767px) {
  .guideline-page .target .img img {
    width: 100%;
  }
}
.guideline-page .target .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .guideline-page .target .list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 20px;
    column-gap: 20px;
  }
}
.guideline-page .target .list li h3 {
  color: #ee7602;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .guideline-page .target .list li h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.guideline-page .target .list li p {
  line-height: 1.9;
}
.guideline-page .application {
  background-color: #fbd28d;
}
.guideline-page .application .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .guideline-page .application .inner {
    padding: 60px 20px;
  }
}
.guideline-page .application .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .guideline-page .application .ttl {
    margin-bottom: 30px;
  }
}
.guideline-page .application .ttl span {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .guideline-page .application .ttl span {
    font-size: 14px;
  }
}
.guideline-page .application .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .guideline-page .application .ttl h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .guideline-page .application .scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .guideline-page .application .scroll::-webkit-scrollbar {
    display: none;
  }
}
.guideline-page .application .tab-wrap {
  display: flex;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .guideline-page .application .tab-wrap {
    width: fit-content;
  }
}
.guideline-page .application .tab-wrap .tab {
  width: 25%;
  padding: 14px 20px;
  text-align: center;
  color: #fff;
  background-color: #ee7602;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .guideline-page .application .tab-wrap .tab {
    min-width: 180px;
    padding: 10px;
    font-size: 14px;
  }
}
.guideline-page .application .tab-wrap .tab:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
}
.guideline-page .application .tab-wrap .tab:last-child:after {
  content: none;
}
.guideline-page .application .tab-wrap .tab.active {
  background-color: #fff;
  color: #ee7602;
  border-radius: 8px 8px 0 0;
}
.guideline-page .application .contents-box {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .guideline-page .application .contents-box {
    padding: 10px;
  }
}
.guideline-page .application .contents-box.active {
  display: block;
}
.guideline-page .application .contents-box .table {
  width: 100%;
  line-height: 1.7;
  display: block;
}
@media (max-width: 767px) {
  .guideline-page .application .contents-box .table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .guideline-page .application .contents-box .table tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #bebebe;
  }
}
.guideline-page .application .contents-box .table tr th,
.guideline-page .application .contents-box .table tr td {
  border-bottom: 1px solid #bebebe;
}
@media (max-width: 767px) {
  .guideline-page .application .contents-box .table tr th,
  .guideline-page .application .contents-box .table tr td {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
}
.guideline-page .application .contents-box .table tr:last-child th,
.guideline-page .application .contents-box .table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767px) {
  .guideline-page .application .contents-box .table tr:last-child {
    border-bottom: none;
  }
}
.guideline-page .application .contents-box .table th {
  padding: 20px 0;
  color: #ee7602;
  text-align: center;
  font-weight: 500;
  width: 30%;
}
@media (max-width: 767px) {
  .guideline-page .application .contents-box .table th {
    padding: 0;
    margin: 10px 0;
  }
}
.guideline-page .application .contents-box .table td {
  padding: 20px;
  width: 70%;
}
@media (max-width: 767px) {
  .guideline-page .application .contents-box .table td {
    padding: 0;
    margin-bottom: 6px;
    font-size: 12px;
  }
}
.guideline-page .schedule .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .guideline-page .schedule .inner {
    padding: 60px 20px;
  }
}
.guideline-page .schedule .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .guideline-page .schedule .ttl {
    margin-bottom: 30px;
  }
}
.guideline-page .schedule .ttl span {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .guideline-page .schedule .ttl span {
    font-size: 14px;
  }
}
.guideline-page .schedule .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .guideline-page .schedule .ttl h2 {
    font-size: 24px;
  }
}
.guideline-page .schedule .txt {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .guideline-page .schedule .txt {
    line-height: 1.9;
  }
}
.guideline-page .schedule .list {
  display: flex;
}
@media (max-width: 767px) {
  .guideline-page .schedule .list {
    flex-flow: column;
  }
}
.guideline-page .schedule .list li {
  width: 20%;
}
@media (max-width: 767px) {
  .guideline-page .schedule .list li {
    width: 100%;
  }
}
.guideline-page .schedule .list .step {
  font-family: "Poppins", sans-serif;
  position: relative;
  width: calc(100% - 30px);
  background-color: #ee7602;
  color: #fff;
  padding: 14px 10px;
  text-align: center;
  border-radius: 8px 0 0 8px;
  font-weight: 600;
  font-size: 16px;
}
.guideline-page .schedule .list .step:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) translateX(0%);
  height: 100%;
  width: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ee7602;
}
.guideline-page .schedule .list p {
  margin: 20px 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .guideline-page .schedule .list p {
    margin: 0 0 10px;
    font-size: 12px;
  }
}
.guideline-page .schedule .list p b {
  color: #ee7602;
  font-size: 16px;
}
@media (max-width: 767px) {
  .guideline-page .schedule .list.type01 li {
    display: flex;
  }
}
@media (max-width: 767px) {
  .guideline-page .schedule .list.type01 li .step {
    width: 44px;
    writing-mode: tb;
    margin-bottom: 20px;
    text-align: start;
    padding: 16px 12px;
    border-radius: 8px 8px 0 0;
  }
}
@media (max-width: 767px) {
  .guideline-page .schedule .list.type01 li .step:before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateY(0%) translateX(-50%);
    top: 100%;
    left: 50%;
    width: 100%;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .guideline-page .schedule .list.type01 li .detail {
    width: calc(100% - 44px);
    padding-left: 20px;
  }
}
.guideline-page .schedule .list.type02 {
  justify-content: space-between;
}
.guideline-page .schedule .list.type02 li {
  width: 48%;
}
@media (max-width: 767px) {
  .guideline-page .schedule .list.type02 li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .guideline-page .schedule .list.type02 p {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .guideline-page .schedule .list.type02 .step {
    margin: 20px 0;
  }
}
.guideline-page .schedule h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  color: #ee7602;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .guideline-page .schedule h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.guideline-page .schedule .box {
  margin-top: 40px;
  background-color: #fff;
  padding: 40px 20px;
}
.guideline-page .schedule .box .btn {
  text-align: center;
  margin-top: 40px;
}
.guideline-page .schedule .box .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 500;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}
.guideline-page .culture .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .guideline-page .culture .inner {
    padding: 40px 20px;
  }
}
.guideline-page .culture .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.guideline-page .culture .ttl span {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .guideline-page .culture .ttl span {
    font-size: 12px;
  }
}
.guideline-page .culture .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .guideline-page .culture .ttl h2 {
    font-size: 24px;
  }
}
.guideline-page .culture .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .guideline-page .culture .list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 30px;
    column-gap: 20px;
  }
}
.guideline-page .culture .list li {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.guideline-page .culture .list li a {
  display: block;
  position: relative;
}
.guideline-page .culture .list .txt {
  padding: 14px;
}
@media (max-width: 767px) {
  .guideline-page .culture .list .txt {
    padding: 20px 16px;
  }
}
.guideline-page .culture .list .txt h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1d6c1;
  color: #ee7602;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .guideline-page .culture .list .txt h3 {
    padding-bottom: 16px;
  }
}
.guideline-page .culture .list .txt p {
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .guideline-page .culture .list .txt p {
    font-size: 14px;
  }
}
.guideline-page .culture .btn {
  text-align: center;
  margin-top: 40px;
}
.guideline-page .culture .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 500;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}

/* -----------------------------------------
キャリアアップ実績
----------------------------------------- */
@media (max-width: 767px) {
  .career-page {
    margin-top: -80px;
  }
}
.career-page .fv {
  background-image: url(../img/page-fv-back-img.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .career-page .fv {
    background-image: url(../img/page-fv-back-sp-img.jpg);
  }
}
.career-page .fv .inner {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .career-page .fv .inner {
    padding: 100px 20px 60px;
  }
}
.career-page .fv h1 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .career-page .fv h1 {
    font-size: 14px;
  }
}
.career-page .fv h1 span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 40px;
  letter-spacing: 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  .career-page .fv h1 span {
    font-size: 38px;
    margin: 0;
  }
}
.career-page .voice .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .career-page .voice .inner {
    padding: 40px 20px;
  }
}
.career-page .voice .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .career-page .voice .ttl {
    margin-bottom: 30px;
  }
}
.career-page .voice .ttl span {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .career-page .voice .ttl span {
    font-size: 12px;
  }
}
.career-page .voice .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .career-page .voice .ttl h2 {
    font-size: 24px;
  }
}
.career-page .voice .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .career-page .voice .list {
    margin-bottom: 40px;
  }
}
.career-page .voice .list li {
  width: 31%;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .career-page .voice .list li {
    width: 32%;
  }
}
.career-page .voice .list li:before {
  content: "";
  width: 28px;
  height: 20px;
  background-image: url(../img/icon-arrow-bottom-img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -26px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .career-page .voice .list li:before {
    width: 18px;
  }
}
.career-page .voice .list a {
  display: block;
  position: relative;
  border: 3px solid #ee7602;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .career-page .voice .list a {
    border: 2px solid #ee7602;
  }
}
@media (max-width: 767px) {
  .career-page .voice .list .img {
    height: 150px;
  }
}
.career-page .voice .list .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .career-page .voice .list .img img {
    height: 100%;
    object-fit: cover;
  }
}
.career-page .voice .list .txt {
  position: absolute;
  padding: 0 20px;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .career-page .voice .list .txt {
    padding: 0 4px;
    bottom: 10px;
  }
}
.career-page .voice .list .txt span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ee7602;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 4px 6px;
  border-radius: 6px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .career-page .voice .list .txt span {
    font-size: 10px;
    letter-spacing: 0;
    padding: 4px 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
.career-page .voice .box {
  position: relative;
  padding: 60px 0;
}
.career-page .voice .box:last-child {
  padding-bottom: 0;
}
.career-page .voice .box:before {
  content: "";
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  background-color: #ee7602;
  height: 300px;
  top: 0;
}
.career-page .voice .box .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .career-page .voice .box .wrap {
    padding-top: 0;
    flex-flow: column;
  }
}
.career-page .voice .box .left {
  width: 35%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .career-page .voice .box .left {
    width: 100%;
  }
}
.career-page .voice .box .left .img {
  margin: 0 24px 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .career-page .voice .box .left .img {
    width: fit-content;
    margin-right: 0;
  }
}
.career-page .voice .box .left .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -24px;
  bottom: -24px;
  border: 3px solid #fbd28d;
}
@media (max-width: 767px) {
  .career-page .voice .box .left .img:before {
    border: 5px solid #fbd28d;
    right: -30px;
    bottom: -30px;
  }
}
.career-page .voice .box .left .img img {
  position: relative;
}
.career-page .voice .box .left .txt {
  margin-top: 50px;
}
.career-page .voice .box .left .txt p {
  margin-bottom: 10px;
}
.career-page .voice .box .left .txt p span {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  font-weight: 600;
}
.career-page .voice .box .right {
  width: 65%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: fit-content;
}
@media (max-width: 767px) {
  .career-page .voice .box .right {
    width: 100%;
    margin-top: 80px;
  }
}
.career-page .voice .box .right .main-img {
  width: 80%;
  margin-left: auto;
}
.career-page .voice .box .right .main-img img {
  position: relative;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .career-page .voice .box .right .main-img img {
    margin-top: -60px;
  }
}
.career-page .voice .box .right .headline {
  margin-top: -30px;
  position: relative;
}
@media (max-width: 767px) {
  .career-page .voice .box .right .headline {
    margin-top: -24px;
  }
}
.career-page .voice .box .right .headline span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ee7602;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  padding: 10px 14px;
  border-radius: 6px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .career-page .voice .box .right .headline span {
    font-size: 16px;
    padding: 10px 10px;
    line-height: 2.8;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
.career-page .voice .box .right .txt {
  margin: 30px 0;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .career-page .voice .box .right .txt {
    margin: 20px 0;
  }
}
.career-page .voice .box .right .detail {
  display: flex;
}
@media (max-width: 767px) {
  .career-page .voice .box .right .detail {
    flex-flow: column-reverse;
  }
}
.career-page .voice .box .right .detail p {
  width: 65%;
  padding-right: 10px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .career-page .voice .box .right .detail p {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
.career-page .voice .box .right .detail .img {
  width: 35%;
}
@media (max-width: 767px) {
  .career-page .voice .box .right .detail .img {
    width: 100%;
    text-align: center;
  }
}
.career-page .realize .img-back {
  background-image: url(../img/realize-back-img.png);
  background-size: contain;
  background-position: 50% 100%;
}
.career-page .realize .img-back .inner {
  padding: 80px 20px 260px;
}
@media (max-width: 767px) {
  .career-page .realize .img-back .inner {
    padding: 40px 20px 80px;
  }
}
.career-page .realize .color-bg {
  background-color: #ee7602;
}
.career-page .realize .color-bg .inner {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .career-page .realize .color-bg .inner {
    padding: 30px 20px;
  }
}
.career-page .realize .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .career-page .realize .ttl {
    margin-bottom: 30px;
  }
}
.career-page .realize .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .career-page .realize .ttl span {
    font-size: 12px;
  }
}
.career-page .realize .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .career-page .realize .ttl h2 {
    font-size: 24px;
  }
}
.career-page .realize .img img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .career-page .realize .img img {
    max-width: 500px;
    width: 100%;
  }
}
.career-page .realize .txt {
  position: relative;
  width: 50%;
  margin-left: auto;
  background-color: #fff;
  padding: 30px;
  top: -60px;
}
@media (max-width: 767px) {
  .career-page .realize .txt {
    top: auto;
    width: 100%;
    padding: 20px;
    border-radius: 14px;
  }
}
.career-page .realize .txt p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .career-page .realize .txt p {
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
  }
}
.career-page .realize .txt p span {
  color: #ee7602;
}
.career-page .realize .txt p b {
  font-family: "Poppins", sans-serif;
}
.career-page .realize .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .career-page .realize .btn {
    margin-top: 30px;
    text-align: center;
  }
}
.career-page .realize .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 600;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}
.career-page .culture .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .career-page .culture .inner {
    padding: 40px 20px;
  }
}
.career-page .culture .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.career-page .culture .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .career-page .culture .ttl span {
    font-size: 12px;
  }
}
.career-page .culture .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .career-page .culture .ttl h2 {
    font-size: 24px;
  }
}
.career-page .culture .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .career-page .culture .list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 30px;
    column-gap: 20px;
  }
}
.career-page .culture .list li {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.career-page .culture .list li a {
  display: block;
  position: relative;
}
.career-page .culture .list .txt {
  padding: 14px;
}
@media (max-width: 767px) {
  .career-page .culture .list .txt {
    padding: 20px 16px;
  }
}
.career-page .culture .list .txt h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1d6c1;
  color: #ee7602;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .career-page .culture .list .txt h3 {
    padding-bottom: 16px;
  }
}
.career-page .culture .list .txt p {
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .career-page .culture .list .txt p {
    font-size: 14px;
  }
}
.career-page .culture .btn {
  text-align: center;
  margin-top: 40px;
}
.career-page .culture .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 500;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}

/* -----------------------------------------
Apple GYMについて
----------------------------------------- */
@media (max-width: 767px) {
  .about-page {
    margin-top: -80px;
  }
}
.about-page .fv {
  background-image: url(../img/page-fv-back-img.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .about-page .fv {
    background-image: url(../img/page-fv-back-sp-img.jpg);
  }
}
.about-page .fv .inner {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .about-page .fv .inner {
    padding: 100px 20px 60px;
  }
}
.about-page .fv h1 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .about-page .fv h1 {
    font-size: 14px;
  }
}
.about-page .fv h1 span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 40px;
  letter-spacing: 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  .about-page .fv h1 span {
    font-size: 38px;
    margin: 0;
  }
}
.about-page .feature {
  background-color: #ee7602;
}
.about-page .feature .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .about-page .feature .inner {
    padding: 60px 20px;
  }
}
.about-page .feature .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-page .feature .ttl {
    margin-bottom: 30px;
  }
}
.about-page .feature .ttl span {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #ee7602;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .about-page .feature .ttl span {
    font-size: 14px;
  }
}
.about-page .feature .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .about-page .feature .ttl h2 {
    font-size: 24px;
  }
}
.about-page .feature .img-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .about-page .feature .img-list {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 40px;
  }
}
.about-page .feature .img-list .img {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  border: 3px solid #fff;
}
.about-page .feature .img-list .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  bottom: -4px;
}
.about-page .feature .img-list p {
  text-align: center;
  line-height: 1.7;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .about-page .feature .img-list p {
    font-size: 12px;
  }
}
.about-page .feature .text-list li {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about-page .feature .text-list li {
    margin-bottom: 30px;
    padding: 20px;
    flex-flow: column;
  }
}
.about-page .feature .text-list li .img {
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .about-page .feature .text-list li .img {
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.about-page .feature .text-list li:nth-child(even) {
  flex-flow: row-reverse;
}
@media (max-width: 767px) {
  .about-page .feature .text-list li:nth-child(even) {
    flex-flow: column;
  }
}
.about-page .feature .text-list li:nth-child(even) .img {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .about-page .feature .text-list li:nth-child(even) .img {
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.about-page .feature .text-list .left,
.about-page .feature .text-list .right {
  width: 50%;
}
@media (max-width: 767px) {
  .about-page .feature .text-list .left,
  .about-page .feature .text-list .right {
    width: 100%;
  }
}
.about-page .feature .text-list h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about-page .feature .text-list h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.about-page .feature .text-list h3 span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .about-page .feature .text-list h3 span {
    margin-right: 12px;
    font-size: 28px;
  }
}
.about-page .feature .text-list h3 b {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.about-page .feature .text-list p {
  line-height: 1.7;
}
.about-page .feature .text-list .graph {
  padding: 0 0 0 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-page .feature .text-list .graph {
    padding: 0;
    margin-bottom: 20px;
  }
}
.about-page .feature .text-list .graph .bar {
  position: relative;
  height: 40px;
  margin-bottom: 20px;
  transform: translateX(-102%);
}
.about-page .feature .text-list .graph .bar.is-active {
  -webkit-animation: graphAnim 1.4s forwards;
  animation: graphAnim 1.4s forwards;
}
.about-page .feature .text-list .graph .bar.is-active.bar1 {
  animation-delay: 0s;
}
.about-page .feature .text-list .graph .bar.is-active.bar2 {
  animation-delay: 0.2s;
}
.about-page .feature .text-list .graph .bar.is-active.bar3 {
  animation-delay: 0.4s;
}
.about-page .feature .text-list .graph .bar.is-active.bar4 {
  animation-delay: 0.6s;
}
.about-page .feature .text-list .graph .bar.bar1 .num {
  color: rgba(251, 210, 141, 0.5);
}
.about-page .feature .text-list .graph .bar.bar1 .line {
  background-color: rgba(251, 210, 141, 0.5);
  width: 20%;
}
.about-page .feature .text-list .graph .bar.bar2 .num {
  color: #fbd28d;
}
.about-page .feature .text-list .graph .bar.bar2 .line {
  background-color: #fbd28d;
  width: 40%;
}
.about-page .feature .text-list .graph .bar.bar3 .num {
  color: #f6ba80;
}
.about-page .feature .text-list .graph .bar.bar3 .line {
  background-color: rgba(238, 118, 2, 0.5);
  width: 60%;
}
.about-page .feature .text-list .graph .bar.bar4 .year {
  color: #fff;
}
.about-page .feature .text-list .graph .bar.bar4 .num {
  color: #ee7602;
}
.about-page .feature .text-list .graph .bar.bar4 .line {
  background-color: #ee7602;
  width: 76%;
}
.about-page .feature .text-list .graph .year {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 16px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  color: #ee7602;
  font-weight: 600;
}
.about-page .feature .text-list .graph .line {
  display: inline-block;
  height: 100%;
  border-radius: 8px;
  vertical-align: middle;
}
.about-page .feature .text-list .graph .num {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 600;
}
.about-page .feature .text-list .graph .num b {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
}
.about-page .feature .text-list .round {
  padding: 0 30px 0 0;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .about-page .feature .text-list .round {
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.about-page .feature .text-list .round .percent {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-left: -12px;
  color: #ee7602;
  font-weight: 600;
  font-size: 52px;
}
@media (max-width: 767px) {
  .about-page .feature .text-list .round .percent {
    margin-left: 0;
  }
}
.about-page .feature .text-list .round .percent:after {
  content: "%";
  font-size: 28px;
}
.about-page .culture .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .about-page .culture .inner {
    padding: 40px 20px;
  }
}
.about-page .culture .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.about-page .culture .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .about-page .culture .ttl span {
    font-size: 12px;
  }
}
.about-page .culture .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .about-page .culture .ttl h2 {
    font-size: 24px;
  }
}
.about-page .culture .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .about-page .culture .list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 30px;
    column-gap: 20px;
  }
}
.about-page .culture .list li {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.about-page .culture .list li a {
  display: block;
  position: relative;
}
.about-page .culture .list .txt {
  padding: 14px;
}
@media (max-width: 767px) {
  .about-page .culture .list .txt {
    padding: 20px 16px;
  }
}
.about-page .culture .list .txt h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1d6c1;
  color: #ee7602;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about-page .culture .list .txt h3 {
    padding-bottom: 16px;
  }
}
.about-page .culture .list .txt p {
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .about-page .culture .list .txt p {
    font-size: 14px;
  }
}
.about-page .culture .btn {
  text-align: center;
  margin-top: 40px;
}
.about-page .culture .btn a {
  width: 290px;
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px;
  margin: 0 10px 10px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 500;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}

/* -----------------------------------------
未経験者の採用について
----------------------------------------- */
@media (max-width: 767px) {
  .nowork-page {
    margin-top: -80px;
  }
}
.nowork-page .fv {
  background-image: url(../img/page-fv-back-img.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .nowork-page .fv {
    background-image: url(../img/page-fv-back-sp-img.jpg);
  }
}
.nowork-page .fv .inner {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .nowork-page .fv .inner {
    padding: 100px 20px 60px;
  }
}
.nowork-page .fv h1 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .nowork-page .fv h1 {
    font-size: 14px;
  }
}
.nowork-page .fv h1 span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 40px;
  letter-spacing: 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  .nowork-page .fv h1 span {
    font-size: 38px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.nowork-page .schedule .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .nowork-page .schedule .inner {
    padding: 60px 20px;
  }
}
.nowork-page .schedule .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .nowork-page .schedule .ttl {
    margin-bottom: 30px;
  }
}
.nowork-page .schedule .ttl span {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .nowork-page .schedule .ttl span {
    font-size: 14px;
  }
}
.nowork-page .schedule .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .nowork-page .schedule .ttl h2 {
    font-size: 24px;
  }
}
.nowork-page .schedule .txt {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .nowork-page .schedule .txt {
    line-height: 1.9;
  }
}
.nowork-page .schedule .list {
  display: flex;
}
@media (max-width: 767px) {
  .nowork-page .schedule .list {
    flex-flow: column;
  }
}
.nowork-page .schedule .list li {
  width: 20%;
}
@media (max-width: 767px) {
  .nowork-page .schedule .list li {
    width: 100%;
  }
}
.nowork-page .schedule .list .step {
  font-family: "Poppins", sans-serif;
  position: relative;
  width: calc(100% - 30px);
  background-color: #ee7602;
  color: #fff;
  padding: 14px 10px;
  text-align: center;
  border-radius: 8px 0 0 8px;
  font-weight: 600;
  font-size: 16px;
}
.nowork-page .schedule .list .step:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) translateX(0%);
  height: 100%;
  width: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ee7602;
}
.nowork-page .schedule .list p {
  margin: 20px 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .nowork-page .schedule .list p {
    margin: 0 0 10px;
    font-size: 12px;
  }
}
.nowork-page .schedule .list p b {
  color: #ee7602;
  font-size: 16px;
}
@media (max-width: 767px) {
  .nowork-page .schedule .list.type01 li {
    display: flex;
  }
}
@media (max-width: 767px) {
  .nowork-page .schedule .list.type01 li .step {
    width: 44px;
    writing-mode: tb;
    margin-bottom: 20px;
    text-align: start;
    padding: 16px 12px;
    border-radius: 8px 8px 0 0;
  }
}
@media (max-width: 767px) {
  .nowork-page .schedule .list.type01 li .step:before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateY(0%) translateX(-50%);
    top: 100%;
    left: 50%;
    width: 100%;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .nowork-page .schedule .list.type01 li .detail {
    width: calc(100% - 44px);
    padding-left: 20px;
  }
}
.nowork-page .schedule .list.type02 {
  justify-content: space-between;
}
.nowork-page .schedule .list.type02 li {
  width: 48%;
}
@media (max-width: 767px) {
  .nowork-page .schedule .list.type02 li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nowork-page .schedule .list.type02 p {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .nowork-page .schedule .list.type02 .step {
    margin: 20px 0;
  }
}
.nowork-page .schedule h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  color: #ee7602;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .nowork-page .schedule h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.nowork-page .schedule .box {
  margin-top: 40px;
  background-color: #fff;
  padding: 40px 20px;
}
.nowork-page .schedule .box .btn {
  text-align: center;
  margin-top: 40px;
}
.nowork-page .schedule .box .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 500;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}
.nowork-page .treatment {
  background-color: #fbd28d;
}
.nowork-page .treatment .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .nowork-page .treatment .inner {
    padding: 40px 20px;
  }
}
.nowork-page .treatment .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.nowork-page .treatment .ttl span {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .nowork-page .treatment .ttl span {
    font-size: 12px;
  }
}
.nowork-page .treatment .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .nowork-page .treatment .ttl h2 {
    font-size: 24px;
  }
}
.nowork-page .treatment .txt {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.9;
}
.nowork-page .treatment .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .nowork-page .treatment .list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    row-gap: 30px;
    column-gap: 30px;
  }
}
.nowork-page .treatment .list h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 767px) {
  .nowork-page .treatment .list h3 {
    font-size: 20px;
  }
}
.nowork-page .treatment .list h3 span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  display: inline-block;
  margin-right: 14px;
  line-height: 1;
  vertical-align: middle;
  font-size: 38px;
}
@media (max-width: 767px) {
  .nowork-page .treatment .list h3 span {
    font-size: 32px;
  }
}
.nowork-page .treatment .list .img {
  position: relative;
  text-align: center;
}
.nowork-page .treatment .list .img img {
  width: 100%;
}
.nowork-page .treatment .list .img span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #ee7602;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 767px) {
  .nowork-page .treatment .list .img span {
    font-size: 16px;
  }
}
.nowork-page .treatment .list .img span:before {
  content: "#";
  font-size: 16px;
}
.nowork-page .treatment .list p {
  margin-top: 20px;
  line-height: 1.7;
}
.nowork-page .treatment .box {
  margin-top: 60px;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .nowork-page .treatment .box {
    margin-top: 40px;
    padding: 20px;
  }
}
.nowork-page .treatment .box .headline {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .nowork-page .treatment .box .headline {
    margin: 20px 0;
    font-size: 20px;
  }
}
.nowork-page .treatment .box .voice-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .nowork-page .treatment .box .voice-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 20px;
    column-gap: 20px;
  }
}
.nowork-page .treatment .box .voice-list li {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/gradation-back-type3-img.png);
  background-size: cover;
  padding: 20px;
}
.nowork-page .treatment .box .voice-list p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.nowork-page .treatment .box .voice-list .icon {
  text-align: center;
  margin: 20px 0;
}
.nowork-page .treatment .box .voice-list .icon img {
  width: 100px;
}
.nowork-page .treatment .box .voice-list .name {
  color: #ee7602;
}
.nowork-page .treatment .box .voice-list .name:before {
  content: "#";
}
.nowork-page .culture .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .nowork-page .culture .inner {
    padding: 40px 20px;
  }
}
.nowork-page .culture .ttl {
  text-align: center;
  margin-bottom: 40px;
}
.nowork-page .culture .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .nowork-page .culture .ttl span {
    font-size: 12px;
  }
}
.nowork-page .culture .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .nowork-page .culture .ttl h2 {
    font-size: 24px;
  }
}
.nowork-page .culture .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .nowork-page .culture .list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 30px;
    column-gap: 20px;
  }
}
.nowork-page .culture .list li {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.nowork-page .culture .list li a {
  display: block;
  position: relative;
}
.nowork-page .culture .list .txt {
  padding: 14px;
}
@media (max-width: 767px) {
  .nowork-page .culture .list .txt {
    padding: 20px 16px;
  }
}
.nowork-page .culture .list .txt h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1d6c1;
  color: #ee7602;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .nowork-page .culture .list .txt h3 {
    padding-bottom: 16px;
  }
}
.nowork-page .culture .list .txt p {
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .nowork-page .culture .list .txt p {
    font-size: 14px;
  }
}
.nowork-page .culture .btn {
  text-align: center;
  margin-top: 40px;
}
.nowork-page .culture .btn a {
  width: 290px;
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px;
  margin: 0 10px 10px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 500;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}

/* -----------------------------------------
オンライン会社説明会
----------------------------------------- */
@media (max-width: 767px) {
  .online-page {
    margin-top: -80px;
  }
}
.online-page .fv {
  background-image: url(../img/page-fv-back-img.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .online-page .fv {
    background-image: url(../img/page-fv-back-sp-img.jpg);
  }
}
.online-page .fv .inner {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .online-page .fv .inner {
    padding: 100px 20px 60px;
  }
}
.online-page .fv h1 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .online-page .fv h1 {
    font-size: 14px;
  }
}
.online-page .fv h1 span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 40px;
  letter-spacing: 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  .online-page .fv h1 span {
    font-size: 38px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.online-page .point-wrap .inner {
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .online-page .point-wrap .inner {
    padding: 40px 20px;
  }
}
.online-page .point-wrap .txt {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .online-page .point-wrap .txt {
    margin-bottom: 40px;
  }
}
.online-page .point-wrap .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .online-page .point-wrap .list {
    flex-flow: column;
  }
}
.online-page .point-wrap .list li {
  width: 48%;
}
@media (max-width: 767px) {
  .online-page .point-wrap .list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .online-page .point-wrap .list li:last-child {
    margin-bottom: 0;
  }
}
.online-page .point-wrap .list .headline {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  color: #ee7602;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .online-page .point-wrap .list .headline {
    font-size: 14px;
  }
}
.online-page .point-wrap .list .headline b {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .online-page .point-wrap .list .headline b {
    font-size: 28px;
  }
}
.online-page .point-wrap .list .img {
  text-align: center;
  position: relative;
}
.online-page .point-wrap .list .img img {
  width: 100%;
}
.online-page .point-wrap .list .img span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #ee7602;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 767px) {
  .online-page .point-wrap .list .img span {
    font-size: 16px;
  }
}
.online-page .point-wrap .list p {
  margin-top: 20px;
  line-height: 1.7;
}
.online-page .session {
  background-color: #fbd28d;
}
.online-page .session .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .online-page .session .inner {
    padding: 60px 20px;
  }
}
.online-page .session .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .online-page .session .ttl {
    margin-bottom: 30px;
  }
}
.online-page .session .ttl span {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .online-page .session .ttl span {
    font-size: 14px;
  }
}
.online-page .session .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .online-page .session .ttl h2 {
    font-size: 24px;
  }
}
.online-page .session .flow-list {
  margin: 40px 0;
}
.online-page .session .flow-list li {
  background-color: #fff;
  border: 2px solid #ee7602;
  border-radius: 8px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  font-weight: 600;
  padding: 14px 20px;
  font-size: 18px;
  text-indent: -30px;
}
@media (max-width: 767px) {
  .online-page .session .flow-list li {
    text-indent: 0;
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.online-page .session .flow-list li:before {
  content: "";
  width: 28px;
  height: 20px;
  background-image: url(../img/icon-arrow-bottom-img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -42px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .online-page .session .flow-list li:before {
    width: 18px;
    bottom: -32px;
  }
}
.online-page .session .flow-list li span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #ee7602;
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .online-page .session .flow-list li span {
    margin-right: 10px;
  }
}
.online-page .session .flow-list li:last-child {
  margin-bottom: 0;
}
.online-page .session .flow-list li:last-child:before {
  content: none;
}
.online-page .session .detail-list {
  margin: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .online-page .session .detail-list {
    display: block;
  }
}
.online-page .session .detail-list li {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .online-page .session .detail-list li {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.online-page .session .detail-list li .img {
  width: 30%;
  padding-right: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .online-page .session .detail-list li .img {
    width: 100%;
    padding: 0;
    margin: 10px 0 20px;
  }
}
@media (max-width: 767px) {
  .online-page .session .detail-list li .img img {
    width: 100px;
  }
}
.online-page .session .detail-list li p {
  width: 70%;
  font-weight: 600;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .online-page .session .detail-list li p {
    width: 100%;
    font-size: 12px;
  }
}
.online-page .session .detail-list li .btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .online-page .session .detail-list li .btn {
    display: block;
    margin-top: 20px;
  }
}
.online-page .session .detail-list li .btn a {
  width: 49%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  padding: 14px 30px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  background-image: url(../img/icon-download-img.png);
  background-size: 12px;
  background-position: 92% 50%;
}
@media (max-width: 767px) {
  .online-page .session .detail-list li .btn a {
    display: inline-block;
    margin: 0 10px 10px;
    width: 200px;
    max-width: 100%;
  }
}
.online-page .session .circle-list {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .online-page .session .circle-list {
    max-width: 600px;
  }
}
.online-page .session .circle-list li {
  width: 22%;
  aspect-ratio: 1/1;
  background-color: #ee7602;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .online-page .session .circle-list li {
    width: 24%;
    font-size: 12px;
  }
}
.online-page .form .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .online-page .form .inner {
    padding: 60px 20px;
  }
}
.online-page .form .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .online-page .form .ttl {
    margin-bottom: 30px;
  }
}
.online-page .form .ttl span {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .online-page .form .ttl span {
    font-size: 14px;
  }
}
.online-page .form .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .online-page .form .ttl h2 {
    font-size: 24px;
  }
}
.online-page .form .box {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .online-page .form .box {
    padding: 20px;
  }
}
.online-page .form .box .input-area {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .online-page .form .box .input-area {
    flex-flow: column;
  }
}
.online-page .form .box .input-area.none {
  border-bottom: none;
}
.online-page .form .box .input-area .headline {
  width: 40%;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .online-page .form .box .input-area .headline {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.online-page .form .box .input-area .headline span {
  display: inline-block;
  border: 1px solid #d60000;
  color: #d60000;
  padding: 2px 4px;
  margin-left: 20px;
  border-radius: 4px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .online-page .form .box .input-area .headline span {
    margin-left: 10px;
  }
}
.online-page .form .box .input-area .input {
  width: 60%;
}
@media (max-width: 767px) {
  .online-page .form .box .input-area .input {
    width: 100%;
  }
}
.online-page .form .box .input-area .input select {
  width: 100%;
  appearance: none;
  background-color: #fce8c5;
  padding: 14px;
  font-weight: 600;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}
.online-page .form .box .input-area .input input[type=radio] {
  border: 2px solid #c5c5c5;
  appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
}
.online-page .form .box .input-area .input input[type=radio]:checked:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ee7602;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.online-page .form .box .input-area .input input[type=text], .online-page .form .box .input-area .input input[type=email], .online-page .form .box .input-area .input input[type=tel] {
  width: 100%;
  appearance: none;
  background-color: #fce8c5;
  padding: 14px;
  font-weight: 600;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}
.online-page .form .box .input-area .input input[type=text]::placeholder, .online-page .form .box .input-area .input input[type=email]::placeholder, .online-page .form .box .input-area .input input[type=tel]::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.online-page .form .box .input-area .input input[type=number] {
  width: 100px;
  appearance: none;
  background-color: #fce8c5;
  padding: 14px;
  font-weight: 600;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}
.online-page .form .box .input-area .input input[type=number]::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.online-page .form .box .input-area .input.select {
  position: relative;
}
.online-page .form .box .input-area .input.select:before {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../img/icon-select-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(0%);
}
.online-page .form .box .input-area .input.half span {
  display: inline-block;
  margin-left: 10px;
}
.online-page .form .box .form-btn {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .online-page .form .box .form-btn {
    margin: 20px 0 20px;
  }
}
.online-page .form .box .form-btn input[type=submit] {
  appearance: none;
  border: none;
  background-color: #d60000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 40px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .online-page .form .box .form-btn input[type=submit] {
    font-size: 16px;
  }
}

/* -----------------------------------------
よくある質問
----------------------------------------- */
@media (max-width: 767px) {
  .faq-page {
    margin-top: -80px;
  }
}
.faq-page .fv {
  background-image: url(../img/page-fv-back-img.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .faq-page .fv {
    background-image: url(../img/page-fv-back-sp-img.jpg);
  }
}
.faq-page .fv .inner {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .faq-page .fv .inner {
    padding: 100px 20px 60px;
  }
}
.faq-page .fv h1 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .faq-page .fv h1 {
    font-size: 14px;
  }
}
.faq-page .fv h1 span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 40px;
  letter-spacing: 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  .faq-page .fv h1 span {
    font-size: 38px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.faq-page .faq-wrap .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .faq-page .faq-wrap .inner {
    padding: 40px 20px;
  }
}
.faq-page .faq-wrap .box {
  border-radius: 8px;
  border: 1px solid #ee7602;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .faq-page .faq-wrap .box {
    margin-bottom: 20px;
  }
}
.faq-page .faq-wrap .box .question {
  background-color: #ee7602;
  padding: 14px 60px 14px 14px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq-page .faq-wrap .box .question {
    font-size: 14px;
  }
}
.faq-page .faq-wrap .box .question b {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .faq-page .faq-wrap .box .question b {
    font-size: 16px;
  }
}
.faq-page .faq-wrap .box .question .line {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(0%);
}
.faq-page .faq-wrap .box .question .line .bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: all 0.6s;
}
.faq-page .faq-wrap .box .question .line .bar.bar1 {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.faq-page .faq-wrap .box .question .line .bar.bar2 {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.faq-page .faq-wrap .box .question.active .line .bar.bar2 {
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
}
.faq-page .faq-wrap .box .answer {
  padding: 14px;
  line-height: 1.7;
  display: none;
}
.faq-page .faq-wrap .box:last-child {
  margin-bottom: 0;
}
.faq-page .treatment {
  background-color: #fbd28d;
}
.faq-page .treatment .inner {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .faq-page .treatment .inner {
    padding: 40px 20px;
  }
}
.faq-page .treatment .box {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .faq-page .treatment .box {
    margin-top: 40px;
    padding: 20px;
  }
}
.faq-page .treatment .box .headline {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .faq-page .treatment .box .headline {
    margin: 20px 0;
    font-size: 20px;
  }
}
.faq-page .treatment .box .voice-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .faq-page .treatment .box .voice-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 20px;
    column-gap: 20px;
  }
}
.faq-page .treatment .box .voice-list li {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/gradation-back-type3-img.png);
  background-size: cover;
  padding: 20px;
}
.faq-page .treatment .box .voice-list p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.faq-page .treatment .box .voice-list .icon {
  text-align: center;
  margin: 20px 0;
}
.faq-page .treatment .box .voice-list .icon img {
  width: 100px;
}
.faq-page .treatment .box .voice-list .name {
  color: #ee7602;
}
.faq-page .treatment .box .voice-list .name:before {
  content: "#";
}
.faq-page .treatment .btn {
  text-align: center;
  margin-top: 40px;
}
.faq-page .treatment .btn a {
  width: 290px;
  display: inline-block;
  background-color: #fff;
  padding: 16px 60px;
  margin: 0 10px 10px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 500;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}

/* -----------------------------------------
エントリーページ
----------------------------------------- */
@media (max-width: 767px) {
  .entry-page {
    margin-top: -80px;
  }
}
.entry-page .fv {
  background-image: url(../img/entry-fv-back-img.jpg);
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
@media (max-width: 767px) {
  .entry-page .fv {
    background-image: url(../img/page-fv-back-sp-img.jpg);
  }
}
.entry-page .fv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(238, 118, 2, 0.35);
}
.entry-page .fv:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/page-fv-back-img.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0.45;
}
.entry-page .fv .inner {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .entry-page .fv .inner {
    padding: 100px 20px 60px;
  }
}
.entry-page .fv h1 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #ee7602;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .entry-page .fv h1 {
    font-size: 38px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.entry-page .fv h1 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .entry-page .fv h1 span {
    font-size: 14px;
  }
}
.entry-page .form .inner {
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .entry-page .form .inner {
    padding: 40px 20px;
  }
}
.entry-page .form .img {
  max-width: 800px;
  margin: 0 auto;
}
.entry-page .form .btn {
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .entry-page .form .btn {
    margin: 40px 20px;
  }
}
.entry-page .form .btn a {
  display: inline-block;
  background-color: #06c755;
  color: #fff;
  font-weight: 600;
  padding: 20px 40px 20px 60px;
  border-radius: 40px;
  background-image: url(../img/icon-line-img.png);
  background-size: 32px;
  background-position: 10% 50%;
}
.entry-page .form .box {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .entry-page .form .box {
    padding: 20px;
  }
}
.entry-page .form .box .input-area {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .entry-page .form .box .input-area {
    flex-flow: column;
  }
}
.entry-page .form .box .input-area .headline {
  width: 40%;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .entry-page .form .box .input-area .headline {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.entry-page .form .box .input-area .headline span {
  display: inline-block;
  border: 1px solid #d60000;
  color: #d60000;
  padding: 2px 4px;
  margin-left: 20px;
  border-radius: 4px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .entry-page .form .box .input-area .headline span {
    margin-left: 10px;
  }
}
.entry-page .form .box .input-area .headline p {
  font-size: 12px;
  margin-top: 4px;
  position: relative;
  padding: 0 0 0 14px;
  color: #a8a8a8;
}
.entry-page .form .box .input-area .headline p:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.entry-page .form .box .input-area .headline p.notice {
  color: #d60000;
}
.entry-page .form .box .input-area .input {
  width: 60%;
}
@media (max-width: 767px) {
  .entry-page .form .box .input-area .input {
    width: 100%;
  }
}
.entry-page .form .box .input-area .input select {
  width: 100%;
  appearance: none;
  background-color: #fce8c5;
  padding: 14px;
  font-weight: 600;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}
.entry-page .form .box .input-area .input input[type=radio] {
  border: 2px solid #c5c5c5;
  appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
}
.entry-page .form .box .input-area .input input[type=radio]:checked:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ee7602;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.entry-page .form .box .input-area .input input[type=text], .entry-page .form .box .input-area .input input[type=email], .entry-page .form .box .input-area .input input[type=tel] {
  width: 100%;
  appearance: none;
  background-color: #fce8c5;
  padding: 14px;
  font-weight: 600;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}
.entry-page .form .box .input-area .input input[type=text]::placeholder, .entry-page .form .box .input-area .input input[type=email]::placeholder, .entry-page .form .box .input-area .input input[type=tel]::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.entry-page .form .box .input-area .input input[type=file] {
  display: none;
}
.entry-page .form .box .input-area .input textarea {
  width: 100%;
  height: 180px;
  appearance: none;
  background-color: #fce8c5;
  padding: 14px;
  font-weight: 600;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}
.entry-page .form .box .input-area .input textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.entry-page .form .box .input-area .input.select {
  position: relative;
}
.entry-page .form .box .input-area .input.select:before {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../img/icon-select-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(0%);
}
.entry-page .form .box .input-area .input.half input[type=text] {
  width: 100px;
  appearance: none;
  background-color: #fce8c5;
  padding: 14px;
  font-weight: 600;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}
.entry-page .form .box .input-area .input.half input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.entry-page .form .box .input-area .input.half .age {
  display: inline-block;
  margin-left: 10px;
}
.entry-page .form .box .input-area .input .not-req {
  background-color: transparent !important;
}
.entry-page .form .box .input-area .input .upfile {
  text-align: center;
  display: block;
  padding: 40px 10px 20px;
  border-radius: 6px;
  border: 3px dashed #c6c6c6;
  font-weight: 600;
  cursor: pointer;
  background-image: url(../img/icon-upload-img.png);
  background-size: 16px;
  background-position: 50% 12px;
}
.entry-page .form .box .input-area .input .file-box {
  position: relative;
}
.entry-page .form .box .input-area .input .file-box .del {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.entry-page .form .box .input-area .input .file-box .del:before {
  content: "";
  width: 68%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  left: 0;
  margin: 0 auto;
}
.entry-page .form .box .input-area .input .file-box .del:after {
  content: "";
  width: 68%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  left: 0;
  margin: 0 auto;
}
.entry-page .form .box .input-area .input .file-box .up_file {
  display: block;
  max-width: 300px;
  margin: 20px auto;
  width: 100%;
}
.entry-page .form .box .input-area .input .txt {
  margin: 20px 0;
}
.entry-page .form .box .input-area .input .txt p {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.entry-page .form .box .input-area .input .txt p:last-child {
  margin-bottom: 0;
}
.entry-page .form .box .input-area .input .modal span {
  display: inline-block;
  border: 1px solid #ee7602;
  color: #ee7602;
  padding: 10px 10px 10px 40px;
  border-radius: 30px;
  background-image: url(../img/icon-modal-img.png);
  background-size: 16px;
  background-position: 14px 50%;
  cursor: pointer;
}
.entry-page .form .box .input-area.upper {
  align-items: flex-start;
}
.entry-page .form .box .input-area.upper .headline {
  margin: 10px 0;
}
.entry-page .form .box .input-area.double select:first-child {
  margin-bottom: 10px;
}
.entry-page .form .box .form-btn {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .entry-page .form .box .form-btn {
    margin: 20px 0 20px;
  }
}
.entry-page .form .box .form-btn input[type=submit] {
  appearance: none;
  border: none;
  background-color: #d60000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 40px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .entry-page .form .box .form-btn input[type=submit] {
    font-size: 16px;
  }
}

/* -----------------------------------------
インタビュー
----------------------------------------- */
@media (max-width: 767px) {
  .interview-page {
    margin-top: -80px;
  }
}
.interview-page .fv {
  background-image: url(../img/page-fv-back-img.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .interview-page .fv {
    background-image: url(../img/page-fv-back-sp-img.jpg);
  }
}
.interview-page .fv .inner {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .interview-page .fv .inner {
    padding: 100px 20px 60px;
  }
}
.interview-page .fv h1 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .interview-page .fv h1 {
    font-size: 14px;
  }
}
.interview-page .fv h1 span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 40px;
  letter-spacing: 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  .interview-page .fv h1 span {
    font-size: 38px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.interview-page .interview-box {
  background-image: url(../img/interview-back-img.png);
  background-size: 100%;
  background-position: center top;
}
.interview-page .interview-box .inner {
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .interview-page .interview-box .inner {
    padding: 40px 20px;
  }
}
.interview-page .interview-box .heading {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .interview-page .interview-box .heading {
    display: flex;
    flex-flow: column-reverse;
  }
}
.interview-page .interview-box .heading .img {
  width: 75%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .interview-page .interview-box .heading .img {
    width: 100%;
    text-align: right;
  }
}
.interview-page .interview-box .heading .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .interview-page .interview-box .heading .img img {
    width: auto;
  }
}
.interview-page .interview-box .heading .ttl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
}
@media (max-width: 767px) {
  .interview-page .interview-box .heading .ttl {
    position: relative;
    transform: inherit;
    top: auto;
    left: auto;
    margin-top: -20px;
  }
}
.interview-page .interview-box .heading .ttl h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .interview-page .interview-box .heading .ttl h2 {
    margin-bottom: 14px;
  }
}
.interview-page .interview-box .heading .ttl h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ee7602;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  padding: 10px;
  border-radius: 6px;
  line-height: 2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 767px) {
  .interview-page .interview-box .heading .ttl h2 span {
    font-size: 18px;
    letter-spacing: 0;
    padding: 8px 8px;
    line-height: 2.2;
  }
}
.interview-page .interview-box .heading .ttl h2 span:before {
  content: "#";
}
.interview-page .interview-box .heading .ttl .name p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .interview-page .interview-box .heading .ttl .name p {
    font-size: 12px;
  }
}
.interview-page .interview-box .heading .ttl .name p b {
  color: #ee7602;
  font-size: 28px;
}
@media (max-width: 767px) {
  .interview-page .interview-box .heading .ttl .name p b {
    font-size: 20px;
  }
}
.interview-page .interview-box .txt {
  margin-bottom: 60px;
}
.interview-page .interview-box .txt h3 {
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .interview-page .interview-box .txt h3 {
    padding-left: 40px;
    font-size: 16px;
  }
}
.interview-page .interview-box .txt h3 span {
  font-family: "Poppins", sans-serif;
  color: #ee7602;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 767px) {
  .interview-page .interview-box .txt h3 span {
    font-size: 24px;
  }
}
.interview-page .interview-box .txt p {
  margin-bottom: 30px;
  line-height: 1.7;
  font-weight: 600;
}
@media (max-width: 767px) {
  .interview-page .interview-box .txt p {
    margin-bottom: 20px;
  }
}
.interview-page .interview-box .txt p:last-child {
  margin-bottom: 0;
}
.interview-page .interview-box .wrap {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .interview-page .interview-box .wrap {
    flex-flow: column;
  }
}
.interview-page .interview-box .wrap:last-child {
  margin-bottom: 0;
}
.interview-page .interview-box .wrap .img,
.interview-page .interview-box .wrap .txt {
  width: 49%;
}
@media (max-width: 767px) {
  .interview-page .interview-box .wrap .img,
  .interview-page .interview-box .wrap .txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .interview-page .interview-box .wrap .img {
    margin-bottom: 20px;
  }
}
.interview-page .interview-box .wrap .txt {
  margin: 10px 0 30px;
}
.interview-page .interview-box .wrap .txt:last-child {
  margin-bottom: 0;
}
.interview-page .interview-box .wrap.left {
  flex-flow: row-reverse;
}
@media (max-width: 767px) {
  .interview-page .interview-box .wrap.left {
    flex-flow: column;
  }
}
.interview-page .realize .img-back {
  background-image: url(../img/realize-back-img.png);
  background-size: contain;
  background-position: 50% 100%;
}
.interview-page .realize .img-back .inner {
  padding: 80px 20px 260px;
}
@media (max-width: 767px) {
  .interview-page .realize .img-back .inner {
    padding: 40px 20px 80px;
  }
}
.interview-page .realize .color-bg {
  background-color: #ee7602;
}
.interview-page .realize .color-bg .inner {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .interview-page .realize .color-bg .inner {
    padding: 30px 20px;
  }
}
.interview-page .realize .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .interview-page .realize .ttl {
    margin-bottom: 30px;
  }
}
.interview-page .realize .ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  background-color: #ee7602;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 6px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .interview-page .realize .ttl span {
    font-size: 12px;
  }
}
.interview-page .realize .ttl h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .interview-page .realize .ttl h2 {
    font-size: 24px;
  }
}
.interview-page .realize .img img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .interview-page .realize .img img {
    max-width: 500px;
    width: 100%;
  }
}
.interview-page .realize .txt {
  position: relative;
  width: 50%;
  margin-left: auto;
  background-color: #fff;
  padding: 30px;
  top: -60px;
}
@media (max-width: 767px) {
  .interview-page .realize .txt {
    top: auto;
    width: 100%;
    padding: 20px;
    border-radius: 14px;
  }
}
.interview-page .realize .txt p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .interview-page .realize .txt p {
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
  }
}
.interview-page .realize .txt p span {
  color: #ee7602;
}
.interview-page .realize .txt p b {
  font-family: "Poppins", sans-serif;
}
.interview-page .realize .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .interview-page .realize .btn {
    margin-top: 30px;
    text-align: center;
  }
}
.interview-page .realize .btn a {
  display: inline-block;
  background-color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  border: 1px solid #ee7602;
  color: #000;
  font-weight: 600;
  background-image: url(../img/icon-arrow-type1-img.png);
  background-size: 8px;
  background-position: 92% 50%;
}

/* -----------------------------------------
THANKS
----------------------------------------- */
.thanks-page {
  /* FV
  ----------------------------------------- */
  /* Section1
  ----------------------------------------- */
}
.thanks-page .fv {
  background-image: url(../img/about-fv-back-img.png);
  background-size: cover;
  background-position: center top;
  position: relative;
}
.thanks-page .fv .inner {
  max-width: 100%;
  padding: 150px 80px 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thanks-page .fv .inner {
    max-width: 500px;
    padding: 100px 20px 70px;
  }
}
.thanks-page .fv h1 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .thanks-page .fv h1 {
    font-size: 22px;
  }
}
.thanks-page .section1 .inner {
  max-width: 100%;
  padding: 60px 120px;
}
@media screen and (max-width: 767px) {
  .thanks-page .section1 .inner {
    padding: 40px 20px;
  }
}
.thanks-page .section1 .ttl {
  margin-bottom: 40px;
}
.thanks-page .section1 .ttl h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks-page .section1 .ttl h2 {
    font-size: 20px;
  }
}
.thanks-page .section1 .ttl h2 span {
  font-size: 18px;
  display: block;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .thanks-page .section1 .ttl h2 span {
    font-size: 12px;
  }
}
.thanks-page .section1 p {
  text-align: center;
  margin: 80px 0;
  line-height: 1.9;
  letter-spacing: 1px;
  font-weight: 600;
}

.remodal.recruit-modal {
  padding: 20px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .remodal.recruit-modal {
    padding: 10px;
  }
}
.remodal.recruit-modal .remodal-cancel {
  font-size: 12px;
  background: #ee7602;
  font-weight: 600;
  margin-top: 20px;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px;
}
.remodal.recruit-modal .flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .remodal.recruit-modal .flex {
    flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .remodal.recruit-modal .left {
    margin-bottom: 20px;
  }
}
.remodal.recruit-modal .left,
.remodal.recruit-modal .right {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .remodal.recruit-modal .left,
  .remodal.recruit-modal .right {
    width: 100%;
  }
}
.remodal.recruit-modal .box .ttl {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.remodal.recruit-modal .box .txt {
  font-size: 12px;
  margin-top: 10px;
}

/* -----------------------------------------
固定ページ
----------------------------------------- */
.page-temp {
  /* FV
  ----------------------------------------- */
  /* Page-box
  ----------------------------------------- */
}
.page-temp .fv {
  background-size: cover;
  background-position: center top;
}
.page-temp .fv .inner {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-temp .fv .inner {
    padding: 60px 10px;
  }
}
.page-temp .fv h1 {
  color: #1e2f43;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .page-temp .fv h1 {
    font-size: 22px;
  }
}
.page-temp .page-box .inner {
  padding: 40px 10px;
}
.page-temp .page-box h1 {
  color: #1e2f43;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box h1 {
    font-size: 20px;
  }
}
.page-temp .page-box h2 {
  color: #1e2f43;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box h2 {
    font-size: 20px;
  }
}
.page-temp .page-box h2:after {
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: url(../img/page-h2-img.png);
  background-size: contain;
  background-position: 0 100%;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box h2:after {
    background-size: auto;
  }
}
.page-temp .page-box h3 {
  color: #1e2f43;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding: 6px 0 6px 30px;
  background-size: 18px;
  background-position: 4px 50%;
  font-weight: 900;
  background-image: url(../img/list-blue-icon-img.png);
}
@media screen and (max-width: 767px) {
  .page-temp .page-box h3 {
    font-size: 16px;
    background-size: 16px;
  }
}
.page-temp .page-box h3:nth-of-type(even) {
  background-image: url(../img/list-red-icon-img.png);
}
.page-temp .page-box h4 {
  color: #1e2f43;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding: 6px 0 6px 30px;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box h4 {
    font-size: 16px;
  }
}
.page-temp .page-box h4:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 4px solid #1e2f43;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) translateX(0%);
}
@media screen and (max-width: 767px) {
  .page-temp .page-box h4:before {
    width: 8px;
    height: 8px;
  }
}
.page-temp .page-box p {
  margin: 0 0 20px;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #1e2f43;
  font-weight: 900;
}
.page-temp .page-box ul {
  margin-bottom: 20px;
}
.page-temp .page-box ul li {
  line-height: 1.75;
}
.page-temp .page-box table {
  width: 100%;
  margin: 20px 0;
  font-weight: 900;
}
.page-temp .page-box table th {
  background-color: #f4fbfe;
  color: #2ca8e8;
  padding: 14px 0;
  letter-spacing: 1px;
  width: 40%;
  border-bottom: 2px solid #f4f4f4;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box table th {
    padding: 10px;
    width: 30%;
    font-size: 12px;
  }
}
.page-temp .page-box table td {
  font-family: Century Gothic;
  background-color: #fff;
  width: 60%;
  text-align: center;
  padding: 20px 10px;
  border-bottom: 2px solid #f4f4f4;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box table td {
    font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    width: 70%;
    padding: 14px 10px;
    font-size: 12px;
  }
}
.page-temp .page-box table td .border {
  text-decoration: line-through;
}
.page-temp .page-box table td .color {
  color: #ff373c;
}
.page-temp .page-box .thanks-txt .headline {
  color: #2d2b3d;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box .thanks-txt .headline {
    font-size: 20px;
  }
}
.page-temp .page-box .thanks-txt .red {
  color: #ed1313;
  font-size: 18px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box .thanks-txt .red {
    font-size: 16px;
  }
}
.page-temp .page-box .thanks-txt .red span {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box .thanks-txt .red span {
    font-size: 24px;
  }
}
.page-temp .page-box .text-box {
  text-align: center;
}
.page-temp .page-box .text-box .marker {
  background: linear-gradient(transparent 0%, #f8eb84 0%);
}
.page-temp .page-box .text-box b {
  display: inline-block;
  margin: 0 -2px;
  position: relative;
  color: #ff2f39;
  font-size: 16px;
  padding-top: 6px;
}
.page-temp .page-box .text-box b:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: #1e2f43;
  border-radius: 50%;
  right: 0;
  left: 0;
  position: absolute;
  margin: 0 auto;
  top: 5px;
}
.page-temp .page-box .border-box {
  width: 780px;
  margin: 40px auto 0;
  position: relative;
  border: 2px solid #00aee2;
  padding: 20px;
  text-align: center;
  line-height: 1.75;
  background-color: #f0fafe;
  color: #2d2b3d;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box .border-box {
    width: 100%;
    padding: 20px 10px;
    font-size: 12px;
  }
}
.page-temp .page-box .border-box:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 15px solid #00aee2;
}
.page-temp .page-box .border-box b {
  font-size: 16px;
}
.page-temp .page-box .border-box .marker {
  font-size: 16px;
  background: linear-gradient(transparent 0%, #f8eb84 0%);
  color: #2d2b3d;
  font-weight: 600;
}
.page-temp .page-box .border-box strong {
  display: inline-block;
  color: #ff2f39;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .page-temp .page-box .border-box strong {
    font-size: 18px;
  }
}
.page-temp .page-box .border-box .btn {
  text-align: center;
  margin-top: 10px;
}
.page-temp .page-box .border-box .btn a {
  display: inline-block;
  background-color: #43e145;
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 12px 40px;
  border-radius: 6px;
  border-bottom: 4px solid #2ab230;
  cursor: pointer;
}