@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

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

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}

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

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  display: block;
  padding: 0.8em 1em;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #000000;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #CCCCCC;
}

input,
textarea {
  background-color: #ffffff;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 15px;
  height: 15px;
  outline: none;
  border-radius: 10%;
  border: 1px solid #CCCCCC;
  vertical-align: -0.1rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  input[type=checkbox],
  input[type=radio] {
    vertical-align: -0.2rem;
  }
}

textarea {
  max-height: 8.8em;
}
textarea.-vertical {
  resize: vertical;
}

select {
  padding: 0.8em 2em 0.8em 1em;
  background-color: #ffffff;
  cursor: pointer;
}

label {
  font-weight: 500;
}

button[type=submit] {
  color: #000000;
  background-color: #CCCCCC;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.checkOption {
  display: block;
}

input[type=checkbox] + .checkText {
  padding-left: 0.5rem;
  font-weight: 400;
}
input[type=checkbox]:before, input[type=checkbox]:after {
  content: "";
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
input[type=checkbox]:before {
  width: 0;
  height: 2px;
  left: 2px;
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type=checkbox]:after {
  width: 2px;
  height: 0;
  right: 9px;
  bottom: 3px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
input[type=checkbox]:checked {
  background-color: #439fc6;
  border-color: #439fc6;
}
input[type=checkbox]:checked:before {
  width: 5px;
  height: 2px;
  left: 1px;
  top: 7px;
}
input[type=checkbox]:checked:after {
  width: 2px;
  height: 10px;
  right: 4px;
  bottom: 1px;
}
input[type=checkbox]:indeterminate:before, input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
  top: 7px;
  left: 1px;
}
input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

.radioOption {
  display: block;
}

input[type=radio] {
  border-radius: 50%;
  position: relative;
}
input[type=radio] + .radioText {
  padding-left: 0.5rem;
  font-weight: 400;
}
input[type=radio]:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  margin: 2px;
  border-radius: 50%;
  background-color: #C3A051;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=radio]:checked {
  border-color: #C3A051;
}
input[type=radio]:checked:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
input[type=radio]:focus {
  border-color: #C3A051;
}

.requiredTag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 20px;
  padding: 0 7px;
  background-color: #DF3D32;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .requiredTag {
    width: 36px;
    height: 18px;
    font-size: 11px;
  }
}

label {
  display: block;
}
label.required:after {
  display: inline-block;
  content: "必須";
  width: 43px;
  height: 20px;
  margin-left: 1rem;
  background-color: #DF3D32;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  label.required:after {
    width: 36px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
  }
}

.error {
  display: block;
  width: 100%;
  margin-top: 1rem;
  line-height: initial;
  color: #DF3D32;
  font-size: 1.4rem;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 3rem;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 9999;
}

header a {
  color: #000;
  text-align: center;
}

header h1 {
  font-size: 0;
  z-index: 1000;
}

header .headLogo {
  width: 160px;
  height: 35px;
}

header .headLogo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  header .headLogo {
    -webkit-transition: 0s;
    transition: 0s;
    /* jqueryのfadeOutが反映されないため */
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 1rem 2rem;
  }
}
/* =========================================
    ナビゲーション
========================================= */
.headMenu {
  max-width: 660px;
  width: 100%;
  height: 70px;
  z-index: 900;
}

.headMenu .navList {
  font-size: 1.5rem;
  border: 1.5px solid #1C60BF;
  height: 70px;
  padding: 1rem;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.headMenu .navList__item.current a {
  color: #1C60BF;
}

.headMenu .navList__item > a {
  display: block;
  font-weight: 400;
  position: relative;
  margin: 0 1.7rem;
  text-align: left;
}

.headMenu .basicBtn.-icon a {
  padding: 1rem;
  height: 50px;
  width: 180px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  margin: 0;
}

/* SP時のナビ */
@media screen and (max-width: 1100px) {
  header {
    height: 66px;
  }
  .headMenu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: calc(100vh - 6.6rem);
    margin-top: 6.6rem;
    padding: 7rem 3rem;
    text-align: center;
    background: #fff;
  }
  .headMenu.active {
    display: block;
  }
  .headMenu nav {
    height: 100%;
    overflow: auto;
  }
  .headMenu .navList {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: none;
    border-radius: 0;
  }
  .headMenu .navList__item {
    width: 100%;
    border-bottom: 0.5px solid #e2e2e2;
    position: relative;
  }
  .headMenu .navList__item:first-of-type {
    border-top: 0.5px solid #e2e2e2;
  }
  .headMenu .navList__item > a {
    margin: 0 auto 0 0;
    padding: 1.5rem;
    width: calc(100% - 80px);
  }
  .headMenu .basicBtn.-icon a {
    margin: 4rem auto 0;
    width: 280px;
    height: 60px;
    color: #fff;
  }
  header .childList {
    display: none;
    background: #EAF7FE;
  }
  header .childList li {
    border-bottom: 0.5px solid #fff;
    position: relative;
    text-align: left;
  }
  header .navList__item.parentLink .childList a {
    display: block;
    padding: 1.5rem 1rem 1.5rem 3rem;
    text-align: left;
  }
  header .childList li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #1C60BF;
    border-right: 2px solid #1C60BF;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .navList__toggle {
    display: block;
  }
}
/* PC時のドロップダウン */
@media screen and (min-width: 1101px) {
  .headMenu {
    display: block !important;
  }
  .navList__item.parentLink {
    position: relative;
  }
  .navList__item.parentLink .childList {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    background: #EEF8FF;
    padding: 2rem 3rem;
    border-radius: 20px;
    z-index: 1000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  header .navList__item.parentLink .childList a {
    text-align: center;
  }
  .navList__item.parentLink:hover .childList {
    opacity: 1;
    visibility: visible;
  }
  .navList__item.parentLink .childList li a {
    margin-bottom: 1rem;
  }
  .navList__item a:hover {
    color: #1C60BF;
  }
  .navList__toggle {
    display: none;
  }
}
/* =========================================
    ハンバーガーボタン
========================================= */
.hamburgerBtn {
  display: none;
  cursor: pointer;
  background: #fff;
  padding: 2rem;
}

.humburgerLine span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0.5rem auto;
  background-color: #1C60BF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburgerBtn.open .top {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}

.hamburgerBtn.open .middle {
  opacity: 0;
}

.hamburgerBtn.open .bottom {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

@media screen and (max-width: 1100px) {
  .hamburgerBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
}
/* =========================================
    トグルボタン（SP）
========================================= */
.navList__toggle {
  width: 60px;
  height: 57px;
  border: none;
  background-color: transparent;
  background-image: url(../img/common/icon_open.svg);
  background-repeat: no-repeat;
  background-size: 17.5px auto;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: none;
  transition: none;
}

.parentLink.open .navList__toggle {
  background-image: url(../img/common/icon_close.svg);
  background-repeat: no-repeat;
  background-size: 17.5px auto;
  background-position: center;
}

/*==================================================================================================
	ページ下部お問い合わせ
==================================================================================================*/
#contact {
  padding: 7rem 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(10, 207, 254)), to(rgb(73, 90, 255)));
  background-image: -webkit-linear-gradient(left, rgb(10, 207, 254), rgb(73, 90, 255));
  background-image: linear-gradient(90deg, rgb(10, 207, 254), rgb(73, 90, 255));
}

.lowerPage.recruit #contact {
  background: -webkit-gradient(linear, left bottom, right top, from(#0ACFFE), to(#AFFCFF));
  background: -webkit-linear-gradient(bottom left, #0ACFFE, #AFFCFF);
  background: linear-gradient(to top right, #0ACFFE, #AFFCFF);
}

#contact .mContainer {
  margin-top: 0;
  margin-bottom: 0;
}

#contact .top_contactBox .bigTtl {
  margin-bottom: 0;
  color: #00BDF2;
  letter-spacing: 0;
  position: absolute;
  right: 60px;
  top: -45px;
}

#contact .top_contactBox {
  padding: 0;
  position: relative;
}

#contact .top_contactBox .flexBox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 73%;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 4rem 3.3rem;
  background-color: #fff;
  border-radius: 40px 0 40px 40px;
}

#contact .top_contactBox .flexBox::after {
  display: block;
  content: "";
  width: 27%;
  height: 211px;
  margin-left: -2px;
  background-image: url(../img/common/contact_top_bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#contact .top_contactBox .flexBox .txtArea {
  padding-top: 2rem;
  max-width: calc(100% - 181px);
  width: 100%;
}

#contact .top_contactBox .flexBox .txtArea h3 {
  margin-bottom: 2.5rem;
  letter-spacing: 0;
  font-size: clamp(2rem, 3.8vw, 2.8rem);
}

#contact .top_contactBox .flexBox .txtArea p {
  letter-spacing: 0.04em;
  padding: 0 28px 0 16px;
}

#contact .top_contactBox .flexBox .imgArea {
  margin-right: 1rem;
  max-width: 171px;
}

#contact .top_contactBox .flexBox .imgArea img {
  max-width: 100%;
  height: auto;
}

#contact .contactBtn {
  position: absolute;
  right: 10px;
  bottom: 11px;
}

#contact .contactBtn a {
  width: 250px;
  height: 70px;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 2.5rem 3rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  background-color: #00CDFF;
  color: #fff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  overflow: hidden;
}

#contact .contactBtn a img {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.topPage #contact .top_contactBox .flexBox .imgArea,
.lowerPage:not(.recruit) #contact .top_contactBox .flexBox .imgArea {
  max-width: 212px;
  margin-right: 0;
  position: absolute;
  left: 5.5rem;
  bottom: 0;
}

.topPage #contact .top_contactBox .flexBox .txtArea,
.lowerPage:not(.recruit) #contact .top_contactBox .flexBox .txtArea {
  max-width: calc(100% - 272px);
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  #contact .top_contactBox .flexBox {
    max-width: 67%;
  }
  #contact .top_contactBox .flexBox::after {
    width: 33%;
    height: 100%;
  }
  #contact .contactBtn a {
    width: 245px;
  }
  .topPage #contact .top_contactBox .flexBox .imgArea,
  .lowerPage:not(.recruit) #contact .top_contactBox .flexBox .imgArea {
    display: none;
  }
  .topPage #contact .top_contactBox .flexBox .txtArea,
  .lowerPage:not(.recruit) #contact .top_contactBox .flexBox .txtArea {
    max-width: 100%;
    margin-left: 0;
  }
  .topPage #contact .contactBtn,
  .lowerPage:not(.recruit) #contact .contactBtn {
    bottom: -10px;
  }
}
@media screen and (max-width: 900px) {
  .topPage #contact .contactBtn,
  .lowerPage:not(.recruit) #contact .contactBtn {
    bottom: 30px;
  }
}
@media screen and (max-width: 880px) {
  #contact .top_contactBox .bigTtl {
    top: -55px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #contact .top_contactBox .flexBox {
    max-width: 100%;
    padding: 4rem 3.3rem;
    border-radius: 40px;
  }
  #contact .top_contactBox .flexBox::after {
    content: none;
  }
  #contact .top_contactBox .flexBox .txtArea {
    max-width: 100%;
  }
  #contact .top_contactBox .flexBox .txtArea p {
    padding: 0;
  }
  .lowerPage.recruit #contact .top_contactBox .flexBox .txtArea p {
    padding: 0 28px 0 16px;
  }
  #contact .top_contactBox .flexBox .imgArea {
    display: none;
  }
  #contact .contactBtn {
    display: none;
  }
  #contact .contactBtn.-sp {
    display: block;
    position: static;
    margin-top: 3.5rem;
  }
  #contact .contactBtn.-sp a {
    width: 280px;
    height: 65px;
    margin: 0 auto;
  }
  .lowerPage.recruit #contact .contactBtn.-sp a {
    display: block;
    width: 280px;
    height: 70px;
    padding: 2.5rem 3rem;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: upright;
  }
}
@media screen and (max-width: 767px) {
  #contact .top_contactBox {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #contact .top_contactBox .bigTtl {
    top: -25px;
  }
  .lowerPage.recruit #contact .top_contactBox .bigTtl {
    top: -30px;
  }
  #contact .top_contactBox .flexBox {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  #contact .top_contactBox .flexBox .txtArea {
    margin-bottom: 0;
    padding: 6rem 3.3rem 4rem;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
  }
  #contact .top_contactBox .flexBox .txtArea h3 br {
    display: none;
  }
  .lowerPage.recruit #contact .top_contactBox .flexBox .txtArea p {
    padding: 0;
  }
  #contact .top_contactBox .flexBox .imgArea {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0 2.5rem;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
    position: relative;
    left: auto;
  }
  .topPage #contact .top_contactBox .flexBox .imgArea,
  .lowerPage:not(.recruit) #contact .top_contactBox .flexBox .imgArea {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0 2.5rem;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    position: relative;
    left: auto;
  }
  #contact .top_contactBox .flexBox .imgArea img {
    max-width: 200px;
  }
  .lowerPage.recruit #contact .top_contactBox .flexBox .imgArea img {
    max-width: 160px;
  }
}
@media screen and (max-width: 400px) {
  #contact .contactBtn.-sp a,
  .lowerPage.recruit #contact .contactBtn.-sp a {
    width: 100%;
  }
}
/*==================================================================================================
	フッター
==================================================================================================*/
footer {
  background: #1C60BF;
  color: #fff;
  line-height: 1.5;
  position: relative;
}

footer a {
  color: #fff;
}

.footTop .inner {
  padding: 7rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* TOPに戻る */
.scrollBtn a {
  position: absolute;
  right: 30px;
  top: -30px;
  z-index: 999;
  width: 120px;
  height: 120px;
  border-radius: 30px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.scrollBtn a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.scrollBtn.isScrolled {
  bottom: 20px;
}

@media screen and (max-width: 480px) {
  .scrollBtn a {
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 15px;
  }
  .scrollBtn.isScrolled {
    bottom: 0px;
  }
}
.footCompany__address {
  text-align: center;
  line-height: 2;
}

.footCompany__address h5 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #fff;
}

.footCompany__address p {
  font-size: 1.4rem;
}

footer .logo {
  max-width: 230px;
  margin: 0 auto 2rem;
}

.footCompany__address .textArea {
  margin-bottom: 5rem;
}

.ftSitemap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: flex;
  gap: 70px;
  margin-top: 4rem;
}

/* 親リンク */
footer .parentLink {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 2.5rem;
}

/* 親リンクの丸アイコン */
footer .parentLink > a::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 親リンクの矢印 */
footer .parentLink > a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: -5px;
  top: 11px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* 子リスト */
footer .childList {
  margin-top: 1.5rem;
  padding-left: 0;
  list-style: none;
}

/* 子リストアイテム */
footer .childList li {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 300;
}

/* 子リストの矢印 */
footer .childList li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.footBottom {
  background: #1856AC;
  padding: 1.5rem 0;
  text-align: center;
}

.footBottom .copy {
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .footCompany__address .logo img {
    width: 260px;
  }
  .footCompany__address .flexBox {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
  .ftSitemap {
    width: 80%;
    margin: 0 auto;
    gap: 40px;
  }
  footer .parentLink {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (max-width: 767.5px) {
  .footCompany__address p {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .footTop .inner {
    padding: 5rem 2rem;
    max-width: 100%;
    margin: 0 auto;
  }
  footer .logo {
    max-width: 180px;
  }
  .footCompany__address h5 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .footCompany__address .textArea {
    margin-bottom: 0;
  }
  footer .parentLink {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }
  .ftSitemap {
    width: 100%;
    display: block;
    margin-top: 4rem;
  }
  footer .copy {
    font-size: 1.1rem;
  }
}
/*==================================================================================================
	レイアウト Layout
==================================================================================================*/
/* flex */
.flexBox {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 8rem;
}

.flexBox p:last-of-type {
  margin-bottom: 0;
}

.flexBox__center {
  -webkit-box-pack: distribute;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.imgList {
  margin: 0 auto 6rem;
  gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topPage .flexBox {
  margin-bottom: 0;
}

.flexBox.rv {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flexBox:last-child {
  margin-bottom: 0;
}

.flexBox .txtArea {
  width: 48%;
  text-align: justify;
  margin-bottom: 0;
}

.flexBox .imgArea,
.imgList__2col {
  width: calc(50% - 40px);
}

.imgList__3col,
.flexBox .imgList__3col {
  width: calc(33% - 40px);
}

.imgList p {
  text-align: justify;
}

.imgList__2col img,
.imgList__3col img {
  margin-bottom: 2rem;
}

.imgList__3col img {
  border-radius: 30px;
}

.imgList .imgList__4col,
.flexBox .imgList__4col {
  width: calc(25% - 30px);
}

.imgList .imgList__4col img,
.imgList .imgList__4col img {
  margin: 0 auto 2rem;
}

.imgList .imgList__4col img {
  border-radius: 30px;
}

@media screen and (max-width: 1100px) {
  .imgList {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .lContainer .imgList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flexBox .imgArea,
  .imgList__2col {
    width: calc(50% - 20px);
  }
  .imgList__3col,
  .flexBox .imgList__3col {
    width: calc(33% - 20px);
  }
  .imgList .imgList__4col,
  .flexBox .imgList__4col {
    width: calc(25% - 20px);
  }
  .imgList__4col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 250px;
    margin-bottom: 2rem;
  }
  .imgList__4col img {
    margin-bottom: 2rem;
  }
  .wrapper_4col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 3rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767.5px) {
  .imgList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 3rem;
    margin-bottom: 6rem;
  }
  .lContainer .imgList {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexBox {
    display: block;
    max-width: 100%;
    margin: 0 auto 3rem;
  }
  .flexBox .imgArea,
  .flexBox .imgList__3col {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 2rem;
  }
  .flexBox .txtArea {
    width: 100%;
    margin-bottom: 6rem;
  }
  .spOrderHeadingImageText {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .spOrderHeadingImageText .imgArea {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .spOrderHeadingImageText .txtArea {
    display: contents !important;
  }
  .spOrderHeadingImageText .lightBlueTxt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .spOrderHeadingImageText .headLv3_01 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .spOrderHeadingImageText p {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 500px) {
  .imgList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 3rem;
    margin-bottom: 6rem;
  }
  .imgList__2col,
  .imgList__3col,
  .imgList__4col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 80%;
  }
  .imgList__2col img,
  .imgList__3col img,
  .imgList__4col img {
    margin-bottom: 2rem;
  }
  .imgList__3col {
    width: 100%;
  }
  .flexBox .txtArea {
    margin-bottom: 6rem;
  }
}
/*==================================================================================================
	リスト
==================================================================================================*/
.basicList {
  margin-top: 2rem;
  margin-bottom: 3rem;
  list-style: none;
}

.basicList li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.basicList li > ul {
  margin: 1rem 0 1.5rem 1.5rem;
  list-style: none;
}

.basicList li a {
  text-decoration: none;
}

.basicList li:last-child {
  margin-bottom: 0;
}

.basicList li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1C60BF;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 8px;
}

.numList {
  margin-top: 2rem;
  margin-bottom: 3rem;
  list-style: none;
  counter-reset: item;
}

.numList li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.numList li:last-child {
  margin-bottom: 0;
}

.numList li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767.5px) {
  .basicList li,
  .numList li {
    font-size: 1.4rem;
  }
}
/*==================================================================================================
	テーブル
==================================================================================================*/
.basicTable {
  width: 100%;
  text-align: left;
}

.basicTable tr {
  border-top: 1px solid #ddd;
  vertical-align: top;
}

.basicTable tr:last-of-type {
  border-bottom: 1px solid #ddd;
}

.bgCont .basicTable tr {
  border-top: 1px solid #1C60BF;
}

.bgCont .basicTable tr:last-of-type {
  border-bottom: 1px solid #1C60BF;
}

.basicTable td,
.basicTable th {
  padding: 2.5rem 2rem;
  font-weight: 300;
}

.basicTable th {
  width: 30%;
  font-weight: bold;
  padding-right: 0;
}

.basicTable td {
  width: 70%;
}

@media screen and (max-width: 767.5px) {
  .basicTable tr {
    font-size: 1.4rem;
  }
  .basicTable td,
  .basicTable th {
    padding: 2.5rem 1rem;
  }
  .basicTable th {
    width: 32%;
    padding-right: 0;
  }
}
/*==================================================================================================
	タイトル Label
==================================================================================================*/
.bigTtl {
  font-size: 12rem;
  color: #1C60BF;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1;
  z-index: 1000;
}

@media screen and (max-width: 820px) {
  .bigTtl {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767.5px) {
  .bigTtl {
    font-size: 7rem;
  }
}
h2 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #1C60BF;
  line-height: 1.6;
}

.h2_bk {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000000;
  line-height: 1.6;
  text-align: center;
}

.headLv2_01 {
  font-size: 3.5rem;
  font-weight: 500;
  padding-bottom: 2.5rem;
  margin: 8rem auto 5rem;
  position: relative;
  text-align: center;
}

.headLv2_01::after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background: #78e3fd;
}

.headLv2_01.-nodec {
  padding-bottom: 0;
}

.headLv2_01.-nodec::after {
  content: none;
}

h3,
.headLv3_01,
.headLv3_02,
.headLv3_03,
.headLv3_04 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #1C60BF;
  line-height: 1.6;
}

.headLv3_01,
.headLv3_03,
.headLv3_04 {
  padding-bottom: 2.5rem;
  margin: 8rem auto 4rem 0;
  width: 100%;
  text-align: left;
  position: relative;
}

.flexBox .headLv3_01 {
  margin-top: 0;
}

.headLv3_02 {
  margin-bottom: 3rem;
}

.headLv3_01::after {
  content: "";
  width: 70px;
  height: 7px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #78e3fd;
}

.headLv3_03 {
  color: #000;
}

.headLv3_03::after {
  content: "";
  width: 70px;
  height: 7px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #1C60BF;
}

.headLv3_04 {
  position: relative;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  color: #1C60BF;
}

/* 全体の薄いライン */
.headLv3_04::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #E2E2E2;
  z-index: 999;
}

/* 左側のグラデーションバー */
.headLv3_04::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#1a3fdc), to(#67c8ff));
  background: -webkit-linear-gradient(left, #1a3fdc, #67c8ff);
  background: linear-gradient(90deg, #1a3fdc, #67c8ff);
  z-index: 1000;
}

h4,
.headLv4_01,
.headLv4_02,
.headLv4_03 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000;
  line-height: 1.5;
}

.headLv4_01 {
  margin: 8rem auto 3rem 0;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #1C60BF;
  display: inline-block;
}

.headLv4_03 {
  margin-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
}

.headLv5_01 {
  font-size: 2rem;
  font-weight: 500;
  margin: 8rem auto 2rem 0;
  color: #1C60BF;
  line-height: 1.6;
}

.-center {
  text-align: center;
}

.-bold,
strong {
  font-weight: bold;
}

.-left {
  text-align: left;
}

.lTxt {
  font-size: 3.5rem;
}

.mTxt {
  font-size: 2.3rem;
}

.sTxt {
  font-size: 1.4rem;
}

.caption {
  font-size: 1.3rem;
}

p {
  margin-bottom: 3rem;
  line-height: 2;
}

.topPage p {
  margin-bottom: 0;
}

@media screen and (max-width: 820px) {
  h2,
  .headLv2_01 {
    font-size: 3rem;
  }
  .headLv2_01 {
    margin: 5rem auto 4rem;
  }
  .bgCont .headLv2_01 {
    margin-top: 0;
  }
  .headLv2_01::after {
    width: 10px;
    height: 10px;
  }
  h3,
  .headLv3_01,
  .headLv3_02,
  .headLv3_03,
  .headLv3_04 {
    font-size: 2.4rem;
  }
  .headLv3_01,
  .headLv3_03 {
    padding-bottom: 2rem;
    margin: 5rem auto 2rem;
  }
  .headLv3_01::after,
  .headLv3_03::after {
    width: 50px;
    height: 5px;
  }
  .headLv3_02 {
    margin-bottom: 2rem;
  }
  h4,
  .headLv4_01,
  .headLv4_02,
  .headLv4_03 {
    font-size: 2rem;
  }
  .headLv4_01 {
    margin: 5rem auto 2rem 0;
  }
  .headLv4_03 {
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .headLv5_01 {
    font-size: 1.8rem;
    margin: 5rem auto 2rem 0;
  }
  .lTxt {
    font-size: 3rem;
  }
  .mTxt {
    font-size: 1.8rem;
  }
  .caption {
    font-size: 1.2rem;
  }
  p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
/*==================================================================================================
	ボタン 
==================================================================================================*/
.basicBtn a {
  width: 320px;
  height: 70px;
  font-size: 1.5rem;
  padding: 2.5rem 3rem;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(10, 207, 254)), to(rgb(73, 90, 255)));
  background: -webkit-linear-gradient(left, rgb(10, 207, 254), rgb(73, 90, 255));
  background: linear-gradient(90deg, rgb(10, 207, 254), rgb(73, 90, 255));
  -webkit-transition: background 0.5s ease, -webkit-transform 0.3s ease;
  transition: background 0.5s ease, -webkit-transform 0.3s ease;
  transition: background 0.5s ease, transform 0.3s ease;
  transition: background 0.5s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}

.basicBtn a::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 27px;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_btn_arrow.svg) center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.bigBtn.basicBtn a {
  width: 500px;
  height: 100px;
}

.basicBtn a span {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .basicBtn a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#1C60BF), to(#1C60BF));
    background: -webkit-linear-gradient(left, #1C60BF, #1C60BF);
    background: linear-gradient(90deg, #1C60BF, #1C60BF);
    /* フェードで自然に */
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  .basicBtn a:hover::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .basicBtn a:hover span {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.basicBtn.-icon img {
  width: 18px;
  height: 18px;
  margin-right: 1rem;
}

.basicBtn img {
  border-radius: 0;
}

.basicBtn.-icon a {
  padding: 2.5rem 3rem;
}

.basicBtn.-icon a::before {
  content: none;
}

.basicBtn.-line a {
  color: #1C60BF;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(10, 207, 254)), to(rgb(73, 90, 255))) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(left, rgb(10, 207, 254), rgb(73, 90, 255)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(10, 207, 254), rgb(73, 90, 255)) border-box; /* 外側：枠 */
}

.basicBtn.-line a::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 27px;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_circleArrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.basicBtn .-skyBlue {
  background: #78E3FD;
  font-weight: 600;
}

@media screen and (max-width: 500px) {
  .basicBtn {
    margin-bottom: 2rem;
  }
  .basicBtn a {
    width: 100%;
    max-width: 400px;
    font-size: 1.4rem;
  }
}
.linkBtn {
  width: 230px;
  margin: 3rem 0 0 auto;
}

.linkBtn a {
  font-weight: 500;
  text-align: right;
  color: #1C60BF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.linkBtn a img {
  width: 30px;
  height: 30px;
}

.linkBtn a:hover img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.circleArrow {
  background: url(../img/common/icon_circleArrow.svg);
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.circleArrow:hover {
  opacity: 1;
  background: url(../img/common/icon_circleArrow_hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

/* 丸矢印付き画像 */
.circleArrowImg {
  position: relative;
}

.circleArrowImg .circleArrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
}

.imgList__4col .circleArrowImg .circleArrow {
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: 55px;
  height: 55px;
}

/* =========================
   ▼ 追加：ネイビーボタン
========================= */
.basicBtn.-navy a {
  background: #0F3C8C !important;
  color: #fff;
}

/* hover / focus時 */
.basicBtn.-navy a:hover,
.basicBtn.-navy a:focus {
  background: #081F4A !important; /* 濃いネイビー */
}

/* 矢印アイコン削除 */
.basicBtn.-navy a::before {
  content: none !important;
}

@media screen and (max-width: 820px) {
  .circleArrowImg .circleArrow {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767.5px) {
  .circleArrow,
  .circleArrowImg .circleArrow {
    width: 55px;
    height: 55px;
  }
}
/*==================================================================================================
	アコーディオン
==================================================================================================*/
.accordion {
  max-width: 100%;
  background-color: #fff;
  margin-bottom: 3rem;
}

.accordion:not([open]) {
  margin-bottom: 3rem;
}

.accordion summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  padding: 2rem;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(10, 207, 254)), to(rgb(73, 90, 255)));
  background: -webkit-linear-gradient(left, rgb(10, 207, 254), rgb(73, 90, 255));
  background: linear-gradient(90deg, rgb(10, 207, 254), rgb(73, 90, 255));
  color: #fff;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.accordion .accordionDetail {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.accordion[open] .accordionDetail {
  padding: 4rem 2rem;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/*==================================================================================================
	パンくずリスト
==================================================================================================*/
.breadWrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 3rem;
  border-radius: 15px 15px 0 0;
  height: 64px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1160px) {
  .breadWrap {
    max-width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 980px) {
  .breadWrap {
    max-width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 720px) {
  .breadWrap {
    max-width: 100%;
    padding: 1.5rem 2rem;
    border-radius: 0 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    bottom: -40px;
  }
}
.breadWrap .breadList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.breadWrap .breadList__item {
  font-size: 1.2rem;
  margin-right: 2rem;
  color: #787878;
  position: relative;
  line-height: 1;
}

.breadWrap .breadList__item a {
  color: #787878;
}

.breadWrap .breadList__item:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 4px;
  right: -10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadWrap .breadList__item:last-of-type {
  margin-right: 0;
  color: #000;
}

.breadWrap .breadList__item:last-of-type:after {
  content: none;
}

@media screen and (max-width: 720px) {
  .breadWrap .breadList__item {
    font-size: 1rem;
    margin-right: 1.5rem;
  }
  .breadWrap .breadList__item:after {
    top: 3px;
    right: -7px;
  }
}
/* ==================================================================================================
	ページネーション Pagenavi
================================================================================================== */
/*==================================================================================================
	Wordpress投稿用スタイル
==================================================================================================*/
.wpText > * {
  margin-top: 1em;
}
.wpText > *:first-child {
  margin-top: 0 !important;
}
.wpText p {
  margin-top: 0.6em;
}
.wpText p a {
  text-decoration: underline;
}
.wpText p a:hover {
  text-decoration: none;
}
.wpText ul {
  padding-left: 1em;
  margin-top: 1em;
}
.wpText ul li {
  list-style-type: disc;
  margin-bottom: 0.3em;
}
.wpText ul li:last-child {
  margin-bottom: 0.3em;
}
.wpText ol {
  padding-left: 2em;
  margin-top: 1em;
}
.wpText ol li {
  margin-bottom: 0.3em;
  list-style-type: decimal-leading-zero;
}
.wpText ol li:last-child {
  margin-bottom: 0.3em;
}
.wpText .wp-element-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0.6em;
}
.wpText .wp-block-table .wp-element-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0.6em;
}
.wpText .wp-block-column > * {
  margin-top: 1em;
}
.wpText .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.wpText .wp-block-quote {
  border: #EEEEEE 2px solid;
  background: #F6F6F6;
  padding: 1em;
}
.wpText .wp-block-quote > * {
  margin-top: 1em;
}
.wpText .wp-block-quote > *:first-child {
  margin-top: 0 !important;
}
.wpText .wp-block-quote cite {
  color: #999;
}
.wpText .wp-block-code {
  background: #1B1E2D;
  color: #ffffff;
  padding: 1em;
  overflow-x: auto;
  font-size: 90%;
}
/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  font-size: 1.5rem;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1.8;
}

body .wrap {
  overflow-x: hidden !important;
  position: relative;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  body .wrap.radioFormFix {
    overflow-x: visible !important;
  }
}
@media screen and (max-width: 820px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.5px) {
  body {
    font-size: 1.4rem;
  }
}
body .en {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.03em;
}

body input[type=text],
body textarea {
  -webkit-appearance: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

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

.-round img,
.imgList img {
  border-radius: 50px;
}

@media screen and (max-width: 767.5px) {
  .-round img,
  .imgList img {
    border-radius: 25px;
  }
}
svg:not(:root) {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:active {
  outline-width: 0;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    outline-width: 0;
    cursor: pointer !important;
  }
}
a.linkTxt {
  color: #1C60BF;
  text-decoration: underline;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.-center {
  text-align: center !important;
}

.-right {
  text-align: right !important;
}

.-white {
  color: #fff !important;
}

.-lightblue {
  background: #EEF8FF !important;
}

.-paleblue {
  background: rgba(238, 248, 255, 0.5) !important;
}

.-skyblue {
  background: #78E3FD !important;
}

.nopc {
  display: none;
}

.tablet {
  display: none;
}

.nosp {
  display: block;
}

.inner {
  padding: 0 3rem;
}

.lContainer {
  max-width: 1400px;
  margin: 0 auto;
}

.mContainer {
  max-width: 1160px;
  margin: 0 auto;
}

.lowerCont .mContainer {
  margin-bottom: 10rem;
}

.sContainer {
  max-width: 1000px;
  margin: 0 auto;
}

.bgCont {
  padding: 12rem 0;
  margin-bottom: 10rem;
}

body .bgCont .mContainer {
  margin-bottom: 0;
}

body .bgCont .headLv2_01 {
  margin-top: 0;
}

.lowerCont .bgCont.lastBlk {
  padding-bottom: 20rem;
}

@media screen and (max-width: 1100px) {
  .tablet {
    display: block;
  }
  .inner {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767.5px) {
  .-center.-left__sp {
    text-align: left !important;
  }
  .nosp {
    display: none;
  }
  .nopc {
    display: block;
  }
  .tablet {
    display: none;
  }
  .inner {
    padding: 0 3vw;
  }
  .lowerCont .mContainer {
    max-width: 100%;
    margin-bottom: 10rem;
  }
  .bgCont {
    padding: 8rem 0;
  }
  .lowerCont .mContainer.lastBlk {
    margin-bottom: 12rem;
  }
  .lowerCont .bgCont.lastBlk {
    padding-bottom: 12rem;
  }
}
/*==================================================================================================
	マージン
==================================================================================================*/
.mb20 {
  margin-bottom: 2rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.mb120 {
  margin-bottom: 12rem !important;
}

.mb150 {
  margin-bottom: 15rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

@media screen and (max-width: 767.5px) {
  .mb80 {
    margin-bottom: 6rem !important;
  }
}
/*==================================================================================================
	画像
==================================================================================================*/
.bigImg {
  width: 100%;
}

/*==================================================================================================
	テキスト
==================================================================================================*/
.lightBlueTxt {
  color: #78e3fd;
}

.lightBlueTxtbg {
  color: #78e3fd;
  font-size: 6rem;
}

/*==================================================================================================
	下層ページ共通部分
==================================================================================================*/
.lower__headArea {
  padding-top: 11rem;
  background: #1C60BF;
}

.pageHead {
  height: auto;
  padding: 10rem 0 25rem;
  z-index: 0;
  position: relative;
}

.pageHead::after {
  border-radius: 60px 60px 0 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  content: "";
  position: absolute;
  background: #fff;
}

.pageHead.noRadius::after {
  border-radius: 0;
}

.recruit .lower__headArea .pageHead::before {
  bottom: -280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 550px;
  height: 100%;
  content: "";
  position: absolute;
  background: url(../img/recruit/bg_head_motif.png) no-repeat;
  background-size: contain;
}

.recruit .lower__headArea {
  background: url(../img/recruit/bg_head.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.pageHead h1 {
  font-size: 8rem;
  line-height: 1.5;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}

.pageSubTtl {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .lower__headArea {
    padding-top: 6.6rem;
  }
  .recruit .lower__headArea {
    background: url(../img/recruit/bg_head_tb.png) no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (max-width: 820px) {
  .recruit .lower__headArea .pageHead::before {
    bottom: -165px;
    width: 300px;
  }
  .pageHead {
    padding: 5rem 0 16rem;
  }
  .pageHead::after {
    border-radius: 35px 35px 0 0;
    height: 90px;
  }
  h1,
  .pageHead h1 {
    font-size: 5.5rem;
  }
  .pageSubTtl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .recruit .lower__headArea {
    background: url(../img/recruit/bg_head_sp.png) no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
/*==================================================================================================
	動き
==================================================================================================*/
* {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 768px) {
  .custom-cursor {
    position: fixed;
    width: 15px;
    height: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#1C60BF), to(#4A90E2));
    background: -webkit-linear-gradient(left, #1C60BF, #4A90E2);
    background: linear-gradient(90deg, #1C60BF, #4A90E2);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .custom-cursor.hover {
    width: 25px;
    height: 25px;
    background: rgba(10, 207, 254, 0.5);
  }
}
/* スクロール進行度インジケーター */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#1C60BF), to(#4A90E2));
  background: -webkit-linear-gradient(left, #1C60BF, #4A90E2);
  background: linear-gradient(90deg, #1C60BF, #4A90E2);
  z-index: 9999;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0 2px 10px rgba(28, 96, 191, 0.3);
          box-shadow: 0 2px 10px rgba(28, 96, 191, 0.3);
}

/* ページロードアニメーション */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg, #1C60BF, #4A90E2);
  background: linear-gradient(135deg, #1C60BF, #4A90E2);
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid white;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.main-content {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-content.loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* パララックス効果用 */
.parallax-container {
  overflow: hidden;
  position: relative;
}

/* スクロールアニメーション */
.animate-on-scroll {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* パララックス効果用 */
.parallax-container {
  overflow: hidden;
  position: relative;
}

/* 段階的フェードイン */
.stagger-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.stagger-fade.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* タイピングアニメーション */
.typing-text {
  position: relative;
  color: #1C60BF;
  font-weight: 400;
  font-size: 2rem;
  word-break: break-all;
}

.typing-text span {
  display: none;
}

/*|カーソルを表示*/
.typing-text:after {
  content: "|";
  -webkit-animation: typingCursor 0.8s steps(1) infinite;
          animation: typingCursor 0.8s steps(1) infinite;
}

@-webkit-keyframes typingCursor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  /* ← ここで消える */
  100% {
    opacity: 1;
  }
}

@keyframes typingCursor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  /* ← ここで消える */
  100% {
    opacity: 1;
  }
}
/* スライダー */
.slider {
  overflow: hidden;
}

.slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; /* 全スライドの横幅に合わせる */
  -webkit-animation: scroll 300s linear infinite;
          animation: scroll 300s linear infinite; /* 速度調整 */
}

@media screen and (max-width: 767.5px) {
  .slider .slick-track {
    -webkit-animation: scroll 100s linear infinite;
            animation: scroll 100s linear infinite;
  }
}
.slider .slick-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* 1セット分スライド */
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* 1セット分スライド */
}
/* 数字カウントアップ */
.count-number {
  font-size: 4rem;
  font-weight: bold;
  color: #1C60BF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* アニメーションクラス */
.animate-slide-left {
  -webkit-animation: slideLeft 1s ease-out forwards;
          animation: slideLeft 1s ease-out forwards;
}

.animate-slide-right {
  -webkit-animation: slideRight 1s ease-out forwards;
          animation: slideRight 1s ease-out forwards;
}

.animate-slide-up {
  -webkit-animation: slideUp 1s ease-out forwards;
          animation: slideUp 1s ease-out forwards;
}

/* 画像読み込みアニメーション */
img[data-src] {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

img.loaded {
  opacity: 1;
}

/* キーフレーム定義 */
@-webkit-keyframes slideLeft {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  from {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* 各種アニメーション初期状態 */
.slide-left,
.slide-right,
.slide-up {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.slide-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.slide-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.slide-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fade-up-card {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.fade-up-card.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}