@charset "UTF-8";
/* -----------------------------------------
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] {
  -webkit-box-sizing: border-box;
          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: -apple-system, BlinkMacSystemFont, Lato, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 1.35;
  padding-top: 97px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 103px;
  }
}
.wrapper * {
  -webkit-box-sizing: border-box;
          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 screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* -----------------------------------------
Page Contetns
----------------------------------------- */
.link-over {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.link-over:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
  }
}

/* -----------------------------------------
Header
----------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
.header .inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.header .logo {
  padding: 0 10px;
}
.header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.header .logo a p {
  font-size: 23px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .header .logo a p {
    font-size: 16px;
  }
}
.header .logo a p span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .header .logo a p span {
    font-size: 10px;
  }
}
.header .logo img {
  margin-right: 10px;
  width: 54px;
}
@media screen and (max-width: 767px) {
  .header .logo img {
    margin-right: 6px;
    width: 40px;
  }
}
.header .btn a {
  background-color: #ff9617;
  color: #000;
  display: inline-block;
  padding: 20px 50px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .header .btn a {
    padding: 18px 26px;
  }
}
.header .gnav {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .header .gnav .sp-menu-btn {
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 14px 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
  }
  .header .gnav .sp-menu-btn .bar {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 10px;
    margin-right: -30px;
    vertical-align: bottom;
  }
  .header .gnav .sp-menu-btn .bar .line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .gnav .sp-menu-btn .bar .line.line1 {
    top: 0;
  }
  .header .gnav .sp-menu-btn .bar .line.line2 {
    top: 8px;
  }
  .header .gnav .sp-menu-btn .bar .line.line3 {
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav .sp-menu-btn.active .bar .line.line1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header .gnav .sp-menu-btn.active .bar .line.line2 {
    opacity: 0;
  }
  .header .gnav .sp-menu-btn.active .bar .line.line3 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 9px;
  }
}
.header .gnav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header .gnav .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    display: none;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header .gnav .list li {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
.header .gnav .list li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 10px 4px;
}
@media screen and (max-width: 767px) {
  .header .gnav .list li a {
    display: block;
    padding: 14px 10px;
    border-bottom: 1px solid #fff;
  }
}

/* -----------------------------------------
Footer
----------------------------------------- */
.footer {
  background-color: #231815;
  background-image: url(../img/footer-back-img.png);
  background-size: cover;
  background-position: center;
}
.footer .inner {
  max-width: 100%;
  padding: 40px 40px 10px;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 20px 10px;
  }
}
.footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.footer .wrap .footer-left {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .footer .wrap .footer-left {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .wrap .footer-left .logo {
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .footer .wrap .footer-left .logo {
    max-width: 280px;
    margin: 0 auto;
  }
}
.footer .wrap .footer-left .txt {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
}
.footer .wrap .footer-left .txt p {
  padding-left: 78px;
}
@media screen and (max-width: 767px) {
  .footer .wrap .footer-left .txt p {
    padding: 0;
    text-align: center;
  }
}
.footer .wrap .footer-left .txt p a {
  color: #fff;
}
.footer .wrap .footer-right {
  width: 70%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer .wrap .footer-right {
    width: 100%;
    padding-left: 0;
  }
}
.footer .wrap .footer-right .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .wrap .footer-right .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .wrap .footer-right .list li {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .footer .wrap .footer-right .list li {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.footer .wrap .footer-right .list li:last-child {
  margin-right: 0;
}
.footer .wrap .footer-right .list a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .wrap .footer-right .list a {
    display: block;
  }
}
.footer .privacy {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer .privacy {
    text-align: center;
  }
}
.footer .privacy a {
  color: #fff;
}
.footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 10px;
  }
}

/* -----------------------------------------
TOP
----------------------------------------- */
.top-page {
  /* FV
  ----------------------------------------- */
  /* Message
  ----------------------------------------- */
  /* Strengths
  ----------------------------------------- */
  /* Results
  ----------------------------------------- */
  /* Recruit
  ----------------------------------------- */
  /* Contact
  ----------------------------------------- */
  /* Access
  ----------------------------------------- */
}
.top-page .fv {
  position: relative;
}
.top-page .fv .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.top-page .fv h1 {
  width: 280px;
  position: absolute;
  right: 0;
  left: -6%;
  margin: 0 auto;
  bottom: 26%;
}
@media screen and (max-width: 767px) {
  .top-page .fv h1 {
    width: 180px;
    top: 40%;
    right: auto;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
.top-page .fv .txt {
  position: absolute;
  color: #fff;
  letter-spacing: 1px;
  line-height: 2.4;
  font-size: 16px;
  right: 3%;
  bottom: 8%;
}
@media screen and (max-width: 767px) {
  .top-page .fv .txt {
    line-height: 1.75;
    right: 0%;
    bottom: 2%;
    font-weight: 600;
  }
}
.top-page .fv .img {
  width: 100%;
  padding-top: 46.875%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-page .fv .img {
    padding-top: 100%;
  }
}
.top-page .fv .img iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-page .fv .img iframe {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.top-page .message {
  background-color: #000;
}
.top-page .message .inner {
  padding: 50px 10px;
}
.top-page .message h2 {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-page .message h2 {
    font-size: 1.3rem;
  }
}
.top-page .message p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2px;
}
.top-page .strengths {
  background-image: url(../img/top-strengths-back-img.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.top-page .strengths .inner {
  max-width: 1000px;
  padding: 40px 10px;
}
@media screen and (max-width: 767px) {
  .top-page .strengths .inner {
    padding: 40px 0;
  }
}
.top-page .strengths h2 {
  color: #1a2a5e;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-page .strengths h2 {
    font-size: 1.4rem;
  }
}
.top-page .strengths h2 span {
  display: block;
  font-family: "Century Gothic";
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top-page .strengths h2 span {
    font-size: 1.1rem;
  }
}
.top-page .strengths .box {
  height: 440px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-page .strengths .box {
    height: 430px;
  }
}
.top-page .strengths .box .img {
  height: 100%;
  width: 50vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
}
@media screen and (max-width: 767px) {
  .top-page .strengths .box .img {
    height: 260px;
    width: 100%;
    left: auto;
    right: auto;
    margin-right: 0;
  }
}
.top-page .strengths .box .img img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page .strengths .box .txt {
  position: absolute;
  z-index: 1;
  top: 10%;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .top-page .strengths .box .txt {
    top: auto;
    bottom: 40px;
    width: 80%;
  }
}
.top-page .strengths .box .txt .bg-blue {
  background-color: rgba(21, 46, 86, 0.85);
  padding: 10px 30px 20px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-page .strengths .box .txt .bg-blue {
    padding: 10px 20px 10px;
  }
}
.top-page .strengths .box .txt .bg-blue:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 6px;
}
.top-page .strengths .box .txt .bg-blue span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .top-page .strengths .box .txt .bg-blue span {
    font-size: 14px;
  }
}
.top-page .strengths .box .txt .bg-blue h3 {
  font-family: "Century Gothic";
  font-weight: 600;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .top-page .strengths .box .txt .bg-blue h3 {
    font-size: 2.2rem;
  }
}
.top-page .strengths .box .txt .bg-blue h3 b {
  line-height: 1;
  font-size: 6rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-page .strengths .box .txt .bg-blue h3 b {
    font-size: 3.2rem;
  }
}
.top-page .strengths .box .txt .bg-blue p {
  margin: 10px 0;
  line-height: 1.75;
}
.top-page .strengths .box .txt .btn {
  margin-top: 40px;
  text-align: center;
}
.top-page .strengths .box .txt .btn a {
  display: inline-block;
  background-color: #ff9617;
  color: #000;
  padding: 14px 40px 14px 20px;
  background-image: url(../img/btn-arrow1-img.png);
  background-size: 14px;
  background-position: 95% 50%;
  font-weight: 600;
}
.top-page .strengths .box.box1 .img {
  margin-left: -50vw;
}
@media screen and (max-width: 767px) {
  .top-page .strengths .box.box1 .img {
    margin-left: 0;
  }
}
.top-page .strengths .box.box1 .txt {
  right: 0;
}
.top-page .strengths .box.box2 .img {
  margin-left: 0;
}
.top-page .strengths .box.box2 .txt {
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-page .strengths .box.height {
    height: 516px;
  }
}
.top-page .results .inner {
  max-width: 1000px;
  padding: 60px 10px;
}
@media screen and (max-width: 767px) {
  .top-page .results .inner {
    padding: 40px 10px;
  }
}
.top-page .results h2 {
  color: #1a2a5e;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-page .results h2 {
    font-size: 1.4rem;
  }
}
.top-page .results .img {
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-page .results .img {
    height: 160px;
  }
}
.top-page .results .img img {
  width: 110%;
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 56%;
     object-position: 50% 56%;
}
@media screen and (max-width: 767px) {
  .top-page .results .img img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.top-page .results .txt {
  margin: 20px 0;
}
.top-page .results .txt p {
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.75;
}
.top-page .results .btn {
  text-align: center;
  margin-top: 40px;
}
.top-page .results .btn a {
  display: inline-block;
  background-color: #221714;
  color: #fff;
  padding: 14px 60px 14px 40px;
  background-image: url(../img/btn-arrow2-img.png);
  background-size: 14px;
  background-position: 95% 50%;
  font-weight: 600;
}
.top-page .recruit {
  overflow: hidden;
  position: relative;
}
.top-page .recruit:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top-recruit-back-img.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .top-page .recruit:before {
    content: none;
  }
}
.top-page .recruit .inner {
  padding: 60px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-page .recruit .inner {
    padding: 40px 10px;
  }
}
.top-page .recruit .txt {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-page .recruit .txt {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.top-page .recruit .txt .bg-blue {
  background-color: rgba(21, 46, 86, 0.85);
  padding: 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .top-page .recruit .txt .bg-blue {
    font-size: 1.4rem;
  }
}
.top-page .recruit .txt .btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-page .recruit .txt .btn {
    margin-top: 40px;
  }
}
.top-page .recruit .txt .btn a {
  display: inline-block;
  background-color: #ff9617;
  color: #000;
  padding: 14px 60px 14px 40px;
  background-image: url(../img/btn-arrow1-img.png);
  background-size: 14px;
  background-position: 95% 50%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-page .recruit .btn {
    text-align: center;
    background-image: url(../img/top-recruit-back-img.png);
    background-size: cover;
    background-position: 20% 100%;
    padding: 140px 0 20px;
  }
  .top-page .recruit .btn a {
    display: inline-block;
    background-color: #de8011;
    color: #000;
    padding: 14px 60px 14px 40px;
    background-image: url(../img/btn-arrow1-img.png);
    background-size: 14px;
    background-position: 95% 50%;
    font-weight: 600;
  }
}
.top-page .contact .inner {
  max-width: 1000px;
  padding: 60px 10px;
}
@media screen and (max-width: 767px) {
  .top-page .contact .inner {
    padding: 40px 10px;
  }
}
.top-page .contact .insta-area {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 60px;
}
.top-page .contact .insta-area .box {
  background: linear-gradient(37deg, #30438f 60%, #1d9fea 100%);
}
.top-page .contact .insta-area .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .top-page .contact .insta-area .box a {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
}
.top-page .contact .insta-area .box p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 80%;
  padding-right: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .top-page .contact .insta-area .box p {
    width: 85%;
    font-size: 1rem;
    padding-right: 10px;
    letter-spacing: 1px;
  }
}
.top-page .contact .insta-area .box p span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top-page .contact .insta-area .box p span {
    font-size: 1.4rem;
  }
}
.top-page .contact .insta-area .box .img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .top-page .contact .insta-area .box .img {
    width: 15%;
  }
}
.top-page .contact h2 {
  color: #1a2a5e;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-page .contact h2 {
    font-size: 1.4rem;
  }
}
.top-page .contact .bg-blue {
  background-color: #dfe8ee;
  padding: 40px 100px;
}
@media screen and (max-width: 767px) {
  .top-page .contact .bg-blue {
    padding: 30px 10px 10px;
  }
}
.top-page .contact .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-page .contact .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.top-page .contact .list .txt {
  width: 50%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .top-page .contact .list .txt {
    width: 100%;
  }
}
.top-page .contact .list .txt p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.75;
  font-weight: 600;
}
.top-page .contact .list .txt .btn {
  text-align: center;
  margin-top: 40px;
}
.top-page .contact .list .txt .btn a {
  display: inline-block;
  background-color: #221714;
  color: #fff;
  padding: 14px 60px 14px 40px;
  background-image: url(../img/btn-arrow2-img.png);
  background-size: 14px;
  background-position: 95% 50%;
  font-weight: 600;
}
.top-page .contact .list .img {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-page .contact .list .img {
    width: 100%;
    padding: 0 40px;
  }
}
.top-page .access h2 {
  color: #1a2a5e;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-page .access h2 {
    font-size: 1.4rem;
  }
}
.top-page .access h2 span {
  color: #000;
  display: block;
  font-family: "Century Gothic";
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top-page .access h2 span {
    font-size: 1.1rem;
  }
}
.top-page .access .inner {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top-page .access .map {
    height: 200px;
  }
}
.top-page .access .map img {
  width: 100%;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .top-page .access .map img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* -----------------------------------------
Quality
----------------------------------------- */
.quality-page {
  /* FV
  ----------------------------------------- */
  /* Info
  ----------------------------------------- */
  /* Detail
  ----------------------------------------- */
}
.quality-page .fv {
  background-color: #040000;
}
.quality-page .fv .inner {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .quality-page .fv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.quality-page .fv .logo {
  width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .quality-page .fv .logo {
    width: 120px;
    margin: 0 0 10px;
  }
}
.quality-page .fv h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .quality-page .fv h1 {
    text-align: center;
    font-size: 1.4rem;
  }
}
.quality-page .info {
  background-image: url(../img/quality-info-back-img.png);
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
  overflow: hidden;
}
.quality-page .info:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(13, 25, 56, 0.7);
}
.quality-page .info .inner {
  position: relative;
  max-width: 1000px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .quality-page .info .inner {
    padding: 40px 10px 20px;
  }
}
.quality-page .info h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.75;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .quality-page .info h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.quality-page .info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .quality-page .info .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.quality-page .info .list li {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #cfcaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #15346b;
  font-weight: 600;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .quality-page .info .list li {
    width: 140px;
    height: 140px;
    margin: 10px 0;
  }
}
.quality-page .info .list p {
  font-size: 1.4rem;
  letter-spacing: 10px;
  padding-left: 10px;
  width: 100%;
  text-align: center;
}
.quality-page .info .list span {
  font-family: "Century Gothic";
  font-style: italic;
  font-size: 1rem;
}
.quality-page .detail {
  background-image: url(../img/quality-detail-back-img.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .quality-page .detail {
    background-position: right bottom;
  }
}
.quality-page .detail .inner {
  padding: 60px 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .quality-page .detail .inner {
    padding: 0;
  }
}
.quality-page .detail .box {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .quality-page .detail .box {
    margin-bottom: 0;
  }
}
.quality-page .detail .box .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .quality-page .detail .box .img {
    width: 100%;
  }
}
.quality-page .detail .box .txt {
  width: 50%;
  padding: 40px 60px 10px 160px;
}
@media screen and (max-width: 767px) {
  .quality-page .detail .box .txt {
    width: 100%;
    padding: 20px 10px 40px 100px;
  }
}
.quality-page .detail .box .txt h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 20px 0;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .quality-page .detail .box .txt h2 {
    font-size: 1.6rem;
  }
}
.quality-page .detail .box .txt p {
  line-height: 1.9;
  font-weight: 600;
}
.quality-page .detail .box.box1 .txt {
  background-image: url(../img/quality-box1-num-img.png);
  background-size: 90px;
  background-position: 40px 30px;
}
@media screen and (max-width: 767px) {
  .quality-page .detail .box.box1 .txt {
    background-size: 70px;
    background-position: 20px 30px;
  }
}
.quality-page .detail .box.box2 .txt {
  background-image: url(../img/quality-box2-num-img.png);
  background-size: 90px;
  background-position: 40px 30px;
}
@media screen and (max-width: 767px) {
  .quality-page .detail .box.box2 .txt {
    background-size: 70px;
    background-position: 10px 30px;
  }
}
.quality-page .detail .box.box3 .txt {
  background-image: url(../img/quality-box3-num-img.png);
  background-size: 90px;
  background-position: 40px 30px;
}
@media screen and (max-width: 767px) {
  .quality-page .detail .box.box3 .txt {
    background-size: 70px;
    background-position: 10px 30px;
  }
}
.quality-page .detail .box.box4 .txt {
  background-image: url(../img/quality-box4-num-img.png);
  background-size: 90px;
  background-position: 40px 30px;
}
@media screen and (max-width: 767px) {
  .quality-page .detail .box.box4 .txt {
    background-size: 70px;
    background-position: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .quality-page .detail .box.type1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .quality-page .detail .box.type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

/* -----------------------------------------
Business
----------------------------------------- */
.business-page {
  /* FV
  ----------------------------------------- */
  /* Info
  ----------------------------------------- */
  /* Facility
  ----------------------------------------- */
  /* Plan
  ----------------------------------------- */
}
.business-page .fv {
  background-color: #040000;
}
.business-page .fv .inner {
  padding: 60px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .business-page .fv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.business-page .fv h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .business-page .fv h1 {
    text-align: center;
    font-size: 1.4rem;
  }
}
.business-page .info .bg-img {
  position: relative;
  background-image: url(../img/business-info-back-img.png);
  background-size: cover;
  background-position: center;
  padding: 40px 10px;
  text-align: center;
}
.business-page .info .bg-img:before, .business-page .info .bg-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.business-page .info .bg-img:before {
  background-color: rgba(30, 42, 98, 0.7);
}
.business-page .info .bg-img:after {
  background-color: rgba(0, 57, 84, 0.5);
}
.business-page .info .bg-img h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .business-page .info .bg-img h2 {
    font-size: 1.4rem;
  }
}
.business-page .info .bg-img p {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.9;
  position: relative;
  z-index: 1;
}
.business-page .info .inner {
  max-width: 1000px;
  padding: 40px 10px;
}
.business-page .info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .business-page .info .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.business-page .info .list li {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .business-page .info .list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .business-page .info .list li:last-child {
    margin-bottom: 0;
  }
}
.business-page .info .list h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.business-page .info .list p {
  font-size: 1rem;
  font-weight: 600;
  margin: 10px 0 20px;
  letter-spacing: 1px;
}
.business-page .info .list .img {
  text-align: center;
}
.business-page .facility h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  font-style: italic;
  background-image: url(../img/business-ttl-back-img.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px 10px;
}
@media screen and (max-width: 767px) {
  .business-page .facility h2 {
    font-size: 1.4rem;
  }
}
.business-page .facility .inner {
  max-width: 1000px;
  padding: 40px 10px;
}
.business-page .facility .img {
  text-align: center;
  margin: 10px 0;
}
.business-page .facility .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.business-page .facility .list li {
  width: 50%;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .business-page .facility .list li {
    width: 100%;
  }
}
.business-page .facility .list.type2 li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .business-page .facility .list.type2 li {
    margin-top: 20px;
  }
}
.business-page .plan h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  font-style: italic;
  background-image: url(../img/business-ttl-back-img.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px 10px;
}
@media screen and (max-width: 767px) {
  .business-page .plan h2 {
    font-size: 1.4rem;
  }
}
.business-page .plan .inner {
  max-width: 1000px;
  padding: 60px 10px;
}
@media screen and (max-width: 767px) {
  .business-page .plan .inner {
    padding: 40px 10px;
  }
}
.business-page .plan .img {
  text-align: center;
  margin-bottom: 40px;
}
.business-page .plan .btn {
  text-align: center;
}
.business-page .plan .btn a {
  display: inline-block;
  background-color: #221714;
  color: #fff;
  padding: 14px 60px 14px 40px;
  background-image: url(../img/btn-arrow2-img.png);
  background-size: 14px;
  background-position: 95% 50%;
  font-weight: 600;
}
.business-page .plan .btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background-color: #221714;
  color: #fff;
  padding: 14px 60px 14px 40px;
  background-image: url(../img/btn-arrow2-img.png);
  background-size: 14px;
  background-position: 95% 50%;
  font-weight: 600;
  cursor: pointer;
}

/* -----------------------------------------
Company
----------------------------------------- */
.company-page {
  /* FV
  ----------------------------------------- */
  /* Info
  ----------------------------------------- */
  /* Access
  ----------------------------------------- */
}
.company-page .fv {
  background-color: #040000;
}
.company-page .fv .inner {
  padding: 60px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .company-page .fv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.company-page .fv h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .company-page .fv h1 {
    text-align: center;
    font-size: 1.4rem;
  }
}
.company-page .info {
  background-image: url(../img/bg-icon-img.png);
  background-size: 60%;
  background-position: 100% 30%;
}
.company-page .info .inner {
  max-width: 1000px;
  padding: 40px 10px;
}
.company-page .info h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .company-page .info h2 {
    font-size: 1.4rem;
  }
}
.company-page .info .table {
  width: 100%;
  font-size: 1rem;
  line-height: 1.75;
}
.company-page .info .table th {
  width: 20%;
  text-align: left;
  padding: 10px 0;
  vertical-align: initial;
  font-weight: 600;
}
.company-page .info .table td {
  width: 80%;
  padding: 10px;
}
.company-page .info hr {
  border: 1px solid #040000;
  margin: 20px 0;
}
.company-page .access h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  font-style: italic;
  background-image: url(../img/business-ttl-back-img.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px 10px;
}
@media screen and (max-width: 767px) {
  .company-page .access h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .company-page .access .map {
    height: 200px;
  }
}
.company-page .access .map img {
  width: 100%;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .company-page .access .map img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.company-page .access .inner {
  max-width: 1000px;
  padding: 40px 10px;
}
.company-page .access p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
.company-page .access p a {
  color: #000;
}

/* -----------------------------------------
Contact
----------------------------------------- */
.contact-page {
  /* FV
  ----------------------------------------- */
}
.contact-page .fv {
  background-color: #040000;
}
.contact-page .fv .inner {
  padding: 60px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact-page .fv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.contact-page .fv h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .contact-page .fv h1 {
    text-align: center;
    font-size: 1.4rem;
  }
}
.contact-page .apply h2 {
  text-align: center;
  font-weight: 600;
  line-height: 1.75;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact-page .apply h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.contact-page .apply .inner {
  max-width: 800px;
  padding: 60px 10px;
}
@media screen and (max-width: 767px) {
  .contact-page .apply .inner {
    padding: 40px 10px;
  }
}
.contact-page .apply .detail {
  padding: 10px 20px;
  border-top: 6px solid #a2a2a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-page .apply .detail {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.contact-page .apply .detail h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fe9300;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .contact-page .apply .detail h3 {
    width: 100%;
    text-align: center;
  }
}
.contact-page .apply .detail .table {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .contact-page .apply .detail .table {
    width: 100%;
  }
}
.contact-page .apply .detail .table table {
  width: 100%;
  font-size: 0.9rem;
}
.contact-page .apply .detail .table table th {
  font-weight: 600;
  width: 16%;
  text-align: left;
  vertical-align: top;
  padding: 6px 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-page .apply .detail .table table th {
    width: 20%;
  }
}
.contact-page .apply .detail .table table td {
  line-height: 1.5;
  padding: 6px 0;
}
.contact-page .apply .detail:nth-child(4) {
  border-bottom: 6px solid #a2a2a2;
}
.contact-page .apply .bg-box {
  margin-top: 60px;
  background-color: #e8ead9;
  padding: 20px 100px;
}
@media screen and (max-width: 767px) {
  .contact-page .apply .bg-box {
    margin-top: 40px;
    padding: 20px 10px;
  }
}
.contact-page .apply .bg-box table {
  width: 100%;
  font-size: 0.9rem;
}
.contact-page .apply .bg-box table th {
  font-weight: 600;
  width: 16%;
  text-align: left;
  vertical-align: top;
  padding: 6px 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-page .apply .bg-box table th {
    width: 20%;
  }
}
.contact-page .apply .bg-box table td {
  line-height: 1.5;
  padding: 6px 0;
}
.contact-page .section {
  background-image: url(../img/privacy-back-img.png);
  background-size: cover;
  background-position: center;
}
.contact-page .section .inner {
  padding: 60px 10px;
  max-width: 800px;
}
.contact-page .section h2 {
  text-align: center;
  font-weight: 600;
  line-height: 1.75;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact-page .section h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.contact-page .section .ttl {
  font-weight: 600;
  line-height: 1.75;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.contact-page .section .input-area {
  margin-bottom: 30px;
}
.contact-page .section .input-area p {
  font-weight: 600;
  line-height: 1.75;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.contact-page .section .input-area p span {
  background-color: #dd5a2d;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.75;
  padding: 0 6px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: baseline;
}
.contact-page .section .input-area input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 12px 15px;
  font-size: 1rem;
}
.contact-page .section .input-area textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 12px 15px;
  font-size: 1rem;
  height: 260px;
}
.contact-page .section .form-btn {
  text-align: center;
  margin-top: 40px;
}
.contact-page .section .form-btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background-color: #15375c;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  width: 40%;
  max-width: 200px;
  text-align: center;
  padding: 16px 24px 16px 24px;
  border-radius: 4px;
  position: relative;
}
.contact-page .section .notice {
  font-weight: 600;
  line-height: 1.75;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 40px;
}

/* -----------------------------------------
Recruit
----------------------------------------- */
.recruit-page {
  /* FV
  ----------------------------------------- */
  /* Message
  ----------------------------------------- */
  /* Section
  ----------------------------------------- */
  /* Section1
  ----------------------------------------- */
  /* Section2
  ----------------------------------------- */
  /* Section3
  ----------------------------------------- */
  /* Form
  ----------------------------------------- */
  /* Line
  ----------------------------------------- */
}
.recruit-page .fv {
  text-align: center;
}
.recruit-page .fv .slider {
  position: relative;
  overflow: hidden;
}
.recruit-page .message {
  position: relative;
}
.recruit-page .message:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/recruit-message-back-img.png);
  background-size: cover;
  background-position: 0 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit-page .message:before {
    width: 90%;
  }
}
.recruit-page .message .inner {
  max-width: 800px;
  padding: 40px 10px 80px;
}
@media screen and (max-width: 767px) {
  .recruit-page .message .inner {
    padding: 40px 20px 60px;
  }
}
.recruit-page .message h2 {
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 16px;
  background-image: url(../img/recruit-border-back-img.png);
  background-size: contain;
  background-position: 0 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-page .message h2 {
    background-size: 1000px;
  }
}
.recruit-page .message .txt {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recruit-page .message .txt {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.recruit-page .message .txt-box {
  margin-top: 20px;
}
.recruit-page .message .txt-box p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.recruit-page .message .txt-box p:first-child {
  margin-bottom: 0;
}
.recruit-page .message .txt-box span {
  display: inline-block;
  margin-right: 10px;
}
.recruit-page .message .txt-box img {
  display: inline-block;
  width: 160px;
}
.recruit-page .section h2 {
  text-align: center;
  background-color: #575d28;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-page .section h2 {
    font-size: 1.3rem;
  }
}
.recruit-page .section h2:before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  top: -30px;
  left: 0;
  background-image: url(../img/recruit-border-back-img.png);
  background-size: contain;
  background-position: 0 100%;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .recruit-page .section h2:before {
    background-size: cover;
  }
}
.recruit-page .section h2 span {
  font-family: "Anton", sans-serif;
  display: block;
  color: #fe9300;
  font-size: 5.4rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section h2 span {
    font-size: 4rem;
  }
}
.recruit-page .section1 {
  background-image: url(../img/recruit-section1-back-img.png);
  background-size: cover;
  background-position: center bottom;
}
.recruit-page .section1 .inner {
  max-width: 1000px;
  padding: 40px 10px 100px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section1 .inner {
    padding: 40px 20px 80px;
  }
}
.recruit-page .section1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit-page .section1 .box .detail {
  width: 320px;
  background-color: #fff;
  border: 3px solid #000000;
  padding: 20px;
  -webkit-box-shadow: 10px 10px 0px 0px #000;
          box-shadow: 10px 10px 0px 0px #000;
}
@media screen and (max-width: 767px) {
  .recruit-page .section1 .box .detail {
    width: 270px;
    padding: 20px 10px;
  }
}
.recruit-page .section1 .box .detail p {
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit-page .section1 .box .detail p {
    font-size: 1rem;
  }
}
.recruit-page .section1 .box .detail p span {
  font-size: 0.9rem;
}
.recruit-page .section1 .box .detail b {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit-page .section1 .box .detail b {
    font-size: 2rem;
  }
}
.recruit-page .section1 .box .detail.detail1 {
  text-align: center;
  margin-left: auto;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section1 .box .detail.detail1 {
    margin-right: 10px;
    margin-left: auto;
  }
}
.recruit-page .section1 .box .detail.detail2 {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section1 .box .detail.detail2 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: 10px;
  }
}
.recruit-page .section1 .box .detail.detail3 {
  text-align: center;
  margin-top: 0px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section1 .box .detail.detail3 {
    margin-top: 40px;
    margin-left: 10px;
  }
}
.recruit-page .section1 .box .detail.detail4 {
  margin-left: 80px;
  margin-right: auto;
  margin-top: 60px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section1 .box .detail.detail4 {
    margin-left: 10px;
    margin-right: auto;
    margin-top: 40px;
    padding: 30px 20px;
  }
}
.recruit-page .section1 .box .detail.detail4 p {
  line-height: 1.5;
}
.recruit-page .section2 {
  background-color: #faf8f0;
}
.recruit-page .section2 .inner {
  max-width: 1000px;
  padding: 40px 10px 100px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .inner {
    padding: 40px 10px 60px;
  }
}
.recruit-page .section2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruit-page .section2 .list li {
  width: 50%;
  padding: 10px 10px 10px 60px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list li {
    width: 90%;
    margin-bottom: 20px;
  }
}
.recruit-page .section2 .list li .img {
  width: 120px;
  height: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list li .img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
}
.recruit-page .section2 .list li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-page .section2 .list li .txt {
  margin-top: 20px;
  position: relative;
}
.recruit-page .section2 .list li .txt h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list li .txt h3 {
    font-size: 1.3rem;
  }
}
.recruit-page .section2 .list li .txt p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 4px;
}
.recruit-page .section2 .list li.list1 .txt:before {
  content: "1";
  font-size: 3.8rem;
  font-weight: 600;
  position: absolute;
  line-height: 1;
  top: -4px;
  left: -36px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list li.list1 .txt:before {
    left: -50px;
  }
}
.recruit-page .section2 .list li.list2 .txt:before {
  content: "2";
  font-size: 3.8rem;
  font-weight: 600;
  position: absolute;
  line-height: 1;
  top: -4px;
  left: -44px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list li.list2 .txt:before {
    left: -54px;
  }
}
.recruit-page .section2 .list li.list3 .txt:before {
  content: "3";
  font-size: 3.8rem;
  font-weight: 600;
  position: absolute;
  line-height: 1;
  top: -4px;
  left: -44px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list li.list3 .txt:before {
    left: -54px;
  }
}
.recruit-page .section2 .list li.list4 .txt:before {
  content: "4";
  font-size: 3.8rem;
  font-weight: 600;
  position: absolute;
  line-height: 1;
  top: -4px;
  left: -44px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list li.list4 .txt:before {
    left: -54px;
  }
}
.recruit-page .section2 .list li.list5 .txt:before {
  content: "5";
  font-size: 3.8rem;
  font-weight: 600;
  position: absolute;
  line-height: 1;
  top: -4px;
  left: -44px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list li.list5 .txt:before {
    left: -54px;
  }
}
.recruit-page .section2 .list li.max {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list li.max {
    width: 90%;
    display: block;
  }
}
.recruit-page .section2 .list li.max .img {
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section2 .list li.max .img {
    margin: 0 auto;
  }
}
.recruit-page .section3 .inner {
  max-width: 1000px;
  padding: 40px 10px;
}
.recruit-page .section3 .number {
  margin: 10px 0;
  font-family: "Anton", sans-serif;
  color: #fe9300;
  letter-spacing: 2px;
}
.recruit-page .section3 .number b {
  font-size: 4rem;
  line-height: 1;
}
.recruit-page .section3 .number span {
  font-size: 2.6rem;
  font-weight: 600;
}
.recruit-page .section3 .txt {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .recruit-page .section3 .txt {
    padding: 0 0 20px 0;
    border-bottom: 6px solid #a2a2a2;
  }
}
.recruit-page .section3 .txt h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.recruit-page .section3 .txt p {
  font-weight: 600;
  font-size: 1rem;
}
.recruit-page .section3 .list {
  border-top: 6px solid #a2a2a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruit-page .section3 .list {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.recruit-page .section3 .list:last-of-type {
  border-bottom: 6px solid #a2a2a2;
}
@media screen and (max-width: 767px) {
  .recruit-page .section3 .list:last-of-type {
    border: none;
  }
}
.recruit-page .section3 .list li {
  width: 50%;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-page .section3 .list li {
    width: 100%;
    border-bottom: 6px solid #a2a2a2;
    padding: 20px 0;
  }
}
.recruit-page .section3 .list li:nth-child(1), .recruit-page .section3 .list li:nth-child(3) {
  border-right: 6px solid #a2a2a2;
}
@media screen and (max-width: 767px) {
  .recruit-page .section3 .list li:nth-child(1), .recruit-page .section3 .list li:nth-child(3) {
    border-right: none;
  }
}
.recruit-page .section3 .list li.list4 {
  padding: 20px 0;
}
.recruit-page .section3 .list h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.recruit-page .section3 .list p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
.recruit-page .section3 .list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-page .section3 .list .wrap .number {
  padding: 0 30px;
}
.recruit-page .section3 .list .wrap .number b {
  font-size: 3rem;
}
.recruit-page .section3 .list .wrap .number p {
  color: #000;
}
.recruit-page .section3 .list .img {
  margin-bottom: 10px;
}
.recruit-page .section3 .list .img img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .recruit-page .section3 .list .img img {
    width: 220px;
  }
}
.recruit-page .form {
  background-color: #e3e5d5;
}
.recruit-page .form .inner {
  max-width: 1000px;
  padding: 50px 10px;
}
.recruit-page .form .ttl {
  text-align: center;
  margin-bottom: 30px;
}
.recruit-page .form .ttl span {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .recruit-page .form .ttl span {
    font-size: 1.2rem;
    padding: 0 16px;
  }
}
.recruit-page .form .ttl span:before, .recruit-page .form .ttl span:after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-color: #000000;
  position: absolute;
  top: 0;
}
.recruit-page .form .ttl span:before {
  left: 0;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.recruit-page .form .ttl span:after {
  right: 0;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.recruit-page .form .btn {
  text-align: center;
}
.recruit-page .form .btn a {
  display: inline-block;
  background-color: #fe9300;
  color: #000000;
  padding: 14px 70px 14px 60px;
  background-image: url(../img/btn-arrow3-img.png);
  background-size: 14px;
  background-position: 95% 50%;
  font-weight: 600;
  border-radius: 30px;
  font-size: 1rem;
}
.recruit-page .form .insta-area {
  max-width: 600px;
  width: 100%;
  margin: 50px auto 0;
}
.recruit-page .form .insta-area .box {
  background: linear-gradient(37deg, #30438f 60%, #1d9fea 100%);
}
.recruit-page .form .insta-area .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .recruit-page .form .insta-area .box a {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
}
.recruit-page .form .insta-area .box p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 80%;
  padding-right: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .recruit-page .form .insta-area .box p {
    width: 85%;
    font-size: 1rem;
    padding-right: 10px;
    letter-spacing: 1px;
  }
}
.recruit-page .form .insta-area .box p span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .recruit-page .form .insta-area .box p span {
    font-size: 1.4rem;
  }
}
.recruit-page .form .insta-area .box .img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .recruit-page .form .insta-area .box .img {
    width: 15%;
  }
}
.recruit-page .line {
  background-color: #e3e5d5;
}
.recruit-page .line .inner {
  max-width: 1000px;
  padding: 0 10px 50px;
}
.recruit-page .line .link {
  text-align: center;
}
.recruit-page .line .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-page .line .link a img {
  width: 90px;
}
.recruit-page .line .link a span {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 600;
  margin-top: 20px;
  border-bottom: 3px solid #000;
  letter-spacing: 1px;
}

/* -----------------------------------------
Other
----------------------------------------- */
.other-page {
  /* FV
  ----------------------------------------- */
}
.other-page .fv {
  background-color: #040000;
}
.other-page .fv .inner {
  padding: 60px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .other-page .fv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.other-page .fv h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .other-page .fv h1 {
    text-align: center;
    font-size: 1.4rem;
  }
}
.other-page .section .inner {
  max-width: 1000px;
}
.other-page .section h2 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .other-page .section h2 {
    font-size: 1.4rem;
  }
}
.other-page .section p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.other-page .section .circle-list li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.other-page .section .circle-list li:before {
  content: "・";
}
.other-page.privacy-page .section {
  background-image: url(../img/privacy-back-img.png);
  background-size: cover;
  background-position: center;
}
.other-page.privacy-page .section .inner {
  padding: 60px 10px;
}

/* -----------------------------------------
Results
----------------------------------------- */
.results-page {
  /* FV
  ----------------------------------------- */
  /* Info
  ----------------------------------------- */
}
.results-page .fv {
  background-color: #040000;
}
.results-page .fv .inner {
  padding: 60px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .results-page .fv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.results-page .fv h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .results-page .fv h1 {
    text-align: center;
    font-size: 1.4rem;
  }
}
.results-page .info .inner {
  max-width: 1000px;
  padding: 40px 10px;
}
.results-page .info h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .results-page .info h2 {
    font-size: 1.4rem;
  }
}
.results-page .info p {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  margin: 40px 0;
}
.results-page .info .img {
  margin-bottom: 40px;
}
.results-page .info .hidden-box {
  display: none;
}
.results-page .info .btn {
  text-align: center;
  margin: 40px 0;
}
.results-page .info .btn span {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 14px 70px 14px 60px;
  background-image: url(../img/btn-arrow2-img.png);
  background-size: 14px;
  background-position: 95% 50%;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}

/* -----------------------------------------
Thanks
----------------------------------------- */
.thanks-page {
  /* FV
  ----------------------------------------- */
  /* Section
  ----------------------------------------- */
}
.thanks-page .fv {
  background-color: #040000;
}
.thanks-page .fv .inner {
  padding: 60px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .thanks-page .fv .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.thanks-page .fv h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .thanks-page .fv h1 {
    text-align: center;
    font-size: 1.4rem;
  }
}
.thanks-page .section .inner {
  max-width: 1000px;
  padding: 40px 10px;
}
.thanks-page .section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks-page .section h2 {
    font-size: 1.4rem;
  }
}
.thanks-page .section p {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  margin: 40px 0;
  line-height: 1.9;
}

/* -----------------------------------------
Modal
----------------------------------------- */
.remodal img {
  margin-bottom: 30px;
  text-align: center;
}
.remodal .remodal-cancel {
  background: #000;
  width: 180px;
}
.remodal .remodal-cancel:hover {
  background-color: #ff9617;
}

/* -----------------------------------------
Animation
----------------------------------------- */
.delighter.right {
  -webkit-transform: translate(-30px);
      -ms-transform: translate(-30px);
          transform: translate(-30px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow-x: hidden;
}
.delighter.right.started {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.delighter.left {
  -webkit-transform: translate(30px);
      -ms-transform: translate(30px);
          transform: translate(30px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow-x: hidden;
}
.delighter.left.started {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.delighter.bottom {
  -webkit-transform: translatey(20px);
      -ms-transform: translatey(20px);
          transform: translatey(20px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.delighter.bottom.started {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.delighter.bottom-delay {
  -webkit-transform: translatey(10px);
      -ms-transform: translatey(10px);
          transform: translatey(10px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.delighter.bottom-delay.started {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.delighter.fadein.started {
  opacity: 1;
}

/* insta common
----------------------------------------- */
.fixed-insta-area {
  width: 340px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(37deg, #30438f 60%, #1d9fea 100%);
}
@media screen and (max-width: 767px) {
  .fixed-insta-area {
    width: 300px;
  }
}
.fixed-insta-area a {
  display: block;
  padding: 10px 50px 10px 14px;
  color: #fff;
  background-image: url(../img/insta-logo-img.png);
  background-size: 30px;
  background-position: 94% 50%;
}
.fixed-insta-area p {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .fixed-insta-area p {
    font-size: 1rem;
  }
}
.fixed-insta-area p span {
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .fixed-insta-area p span {
    font-size: 1.6rem;
  }
}