@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura.ttf') format('TrueType');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@charset "UTF-8";

/* ==============================================================
   Reset & Base Styles
   ============================================================== */
html,
body,
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

body {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #040000;
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
  word-break: break-word;
  font-weight: 400;
  position: relative;
}

.NotoSansJP {
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

.NotoSerifJP {
  font-family: 'Noto Serif JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', serif;
}

.Futura {
  font-family: 'Futura', 'Noto Serif', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', serif;
}

input,
textarea,
button,
select,
div,
a,
span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
input,
div,
select,
textarea,
img,
button {
  outline: none;
}

a:focus,
a:visited,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

button {
  font-family: inherit;
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  pointer-events: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.hover:hover {
  transition: all 0.3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}

b,
strong {
  font-weight: 700;
}

/* ==============================================================
   Common Utility Classes
   ============================================================== */
.container {
  margin: 0 auto;
  max-width: 1044px;
  position: relative;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
}

.anchor-link {
  position: relative;
  top: -100px;
  display: block;
  line-height: 0;
}

.wrapper {
  position: relative;
  z-index: 1;
}

.text-left {
  text-align: left;
}

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

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

.hdn {
  display: none;
}

.no-cursor {
  cursor: auto !important;
}

.img-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.hdn-pc {
  display: none;
}

.lb-pc {
  display: block;
}

@media (max-width: 750px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .anchor-link {
    top: -52px;
  }
  .hdn-sp {
    display: none;
  }
  .hdn-pc {
    display: block;
  }
  .lb-pc {
    display: none;
  }
  .lb-sp {
    display: block;
  }
}

/* ==============================================================
   Pagetop Button
   ============================================================== */
#pagetop {
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  bottom: 30px;
  right: 20px;
  position: fixed;
  z-index: 900;
  cursor: pointer;
  display: none;
  background: #00b8cc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#pagetop:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  border-color: #fff;
  border-width: 0 2px 2px 0px;
  border-style: solid;
  display: inline-block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transition: 0.3s;
}

#pagetop:hover:before {
  margin-top: -8px;
}

@media (max-width: 750px) {
  #pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 50px;
  }
}

/* ==============================================================
   Animations
   ============================================================== */
@-webkit-keyframes aniHeaderMenu {
  0% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes aniHeaderMenu {
  0% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes backgroundIMG {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes backgroundIMG {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes aniFade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniFade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.fade-in {
  opacity: 0;
  filter: blur(4px) brightness(105%);
  transition: opacity 2s ease, filter 2s ease;
}

.fade-in.is-view {
  opacity: 1;
  filter: blur(0) brightness(100%);
}

.fade-up {
  opacity: 0;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  filter: blur(4px) brightness(105%);
  transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}

.fade-up.is-view {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: blur(0) brightness(100%);
}

.fade-down {
  opacity: 0;
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  filter: blur(5px) brightness(105%);
  transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}

.fade-down.is-view {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: blur(0) brightness(100%);
}

.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  filter: blur(5px) brightness(105%);
  transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}

.fade-left.is-view {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: blur(0) brightness(100%);
}

.fade-right {
  opacity: 0;
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
  filter: blur(5px) brightness(105%);
  transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}

.fade-right.is-view {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: blur(0) brightness(100%);
}

@media (min-width: 768px) {
  .delay1 {
    transition-delay: 0.4s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.8s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
}

/* ==============================================================
   Header Styles
   ============================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.fixed-nav header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: aniHeaderMenu 0.3s ease forwards;
  animation: aniHeaderMenu 0.3s ease forwards;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 100px;
}

header .header-inner .logo-box img {
  width: 100%;
  max-width: 310px;
}

header .header-inner .logo-box {
  background: #fff;
  padding: 10px 50px 10px 40px;
  border-radius: 0 0 37px 0;
}

header .header-inner .logo-box a {
  display: block;
}

.btn {
  display: inline-block;
  color: #fff;
  background: #00b8cc;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50vh;
  min-width: 300px;
  text-align: center;
  padding: 19px 15px 20px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.btn:hover {
  background: #ea6d93 !important;
  color: #fff;
}

.header-bottom {
  display: none;
}

.fixed-nav .header-bottom {
  display: block;
  border-top: 1px solid #eee;
}

ul.header-menu {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  padding: 15px 0 15px;
}

ul.header-menu li {
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
}

ul.header-menu li a {
  color: #ff6584;
  transition: all 0.5s;
}

ul.header-menu li a:hover {
  opacity: 0.7;
}

ul.header-menu li.cl1 a {
  color: #8897d3;
}

ul.header-menu li.cl2 a {
  color: #77c5d3;
}

ul.header-menu li.cl3 a {
  color: #5296e4;
}

ul.header-menu li.cl4 a {
  color: #ffa75c;
}

ul.header-menu li.cl5 a {
  color: #a48eaa;
}

ul.header-menu li.cl6 a {
  color: #ff9daf;
}

/* Hamburger Menu */
.hamburger {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1%;
  display: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  margin-right: 0;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 2px;
  background-color: #333;
  display: inline-block;
}

.menu-trigger span:nth-of-type(1) {
  top: 8px;
}

.menu-trigger span:nth-of-type(2) {
  top: 18px;
}

.menu-trigger span:nth-of-type(3) {
  top: 28px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 1);
  padding: 80px 4% 0;
}

.overlay .header-menu {
  display: block;
}

.overlay .header-menu li {
  padding: 10px;
  text-align: left;
}

.overlay .header-menu a {
  font-size: 1.6rem;
  text-align: left;
  padding: 5px 0;
}

/* Header Responsive */
@media (max-width: 1024px) {
  header .header-inner {
    padding-right: 20px;
  }
}

@media (max-width: 860px) {
  header .header-inner .logo-box {
    background: #fff;
    padding: 15px 20px 12px 20px;
    border-radius: 0 0 18px 0;
  }
  header .header-inner .right .btn {
    min-width: 220px;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .header-wrap {
    position: relative;
    z-index: 110;
  }
  header .header-inner {
    padding-right: 10%;
    position: relative;
    z-index: 200;
  }
  .fixed-nav .header-bottom {
    display: none;
  }
  .hamburger {
    display: block;
  }
}

@media (max-width: 640px) {
  .wrapper.home {
    padding-top: 50px;
  }
  header .header-inner .logo-box img {
    width: 100%;
    max-width: 150px;
  }
  header .header-inner {
    padding-right: 15px;
  }
  header .header-inner .logo-box {
    background: #fff;
    padding: 12px 10px 10px 15px;
    border-radius: 0 0 18px 0;
  }
  header .header-inner .right .btn {
    min-width: 160px;
    font-size: 1.4rem;
    padding: 10px 0;
  }
  header .header-inner .logo-box a {
    line-height: 1;
  }
  .fixed-nav header {
    -webkit-transform: unset;
    transform: unset;
    -webkit-animation: unset;
    animation: unset;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  }
  header {
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
  }
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 374px) {
  header .header-inner .right .btn {
    font-size: 1.2rem;
    min-width: 130px;
  }
  header .header-inner .logo-box img {
    max-width: 140px;
  }
}

/* ==============================================================
   Home Page Styles
   ============================================================== */

/* Main Visual */
.home .main-visual img {
  width: 100%;
}

/* Company Section */
.home .company {
  padding-top: 90px;
  padding-bottom: 92px;
}

.home .company .container {
  max-width: 1220px;
}

.home .company .tl {
  color: #8d5199;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.5;
}

.home .company .tl h2 {
  font-size: 3.87rem;
  line-height: 1.74;
  padding-bottom: 5px;
}

.home .company ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
}

.home .company ul li {
  padding: 8px;
  position: relative;
}

.home .company ul li a {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 1;
}

.home .company ul li:hover p {
  opacity: 0.7;
}

.home .company ul li p {
  width: 150px;
  height: 150px;
  text-align: center;
  border: 2px solid #ff6584;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  line-height: 1.5;
  font-size: 2rem;
  color: #ff6584;
  padding-bottom: 40px;
  padding-top: 12px;
  position: relative;
  transition: 0.3s;
}

.home .company ul li p::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 10px solid #ff6584;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 22px;
  left: 50%;
  margin-left: -5px;
}

.home .company ul li.cl1 p {
  border: 2px solid #8897d3;
  color: #8897d3;
}

.home .company ul li.cl1 p::after {
  border-top: 10px solid #8897d3;
}

.home .company ul li.cl2 p {
  border: 2px solid #77c5d3;
  color: #77c5d3;
}

.home .company ul li.cl2 p::after {
  border-top: 10px solid #77c5d3;
}

.home .company ul li.cl3 p {
  border: 2px solid #5296e4;
  color: #5296e4;
}

.home .company ul li.cl3 p::after {
  border-top: 10px solid #5296e4;
}

.home .company ul li.cl4 p {
  border: 2px solid #ffa75c;
  color: #ffa75c;
}

.home .company ul li.cl4 p::after {
  border-top: 10px solid #ffa75c;
}

.home .company ul li.cl5 p {
  border: 2px solid #a48eaa;
  color: #a48eaa;
}

.home .company ul li.cl5 p::after {
  border-top: 10px solid #a48eaa;
}

.home .company ul li.cl6 p {
  border: 2px solid #ff9daf;
  color: #ff9daf;
}

.home .company ul li.cl6 p::after {
  border-top: 10px solid #ff9daf;
}

.home .company ul li .desc {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 750px) {
  .home .company ul li p {
    width: 120px;
    height: 120px;
    border: 1px solid #ff6584;
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .home .company ul li p::after {
    bottom: 15px;
  }
  .home .company ul li .desc {
    height: 48px;
  }
  .home .company .tl h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    padding-bottom: 12px;
  }
  .home .company {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .company ul {
    padding-top: 25px;
  }
  .home .company .tl {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .home .company ul li p {
    width: 100px;
    height: 100px;
    border-width: 1px !important;
    font-size: 1.4rem;
    padding-bottom: 25px;
  }
  .home .company ul li p::after {
    bottom: 12px;
  }
  .home .company ul li {
    padding: 4px;
  }
  .home .company ul {
    margin: 0 -4px;
  }
}

/* Common Title Box */
.home .tl-box {
  text-align: center;
  position: relative;
  color: #ff6584;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}

.home .tl-box h2 {
  font-size: 4rem;
  line-height: 1.75;
  padding-bottom: 10px;
}

.home .tl-box h2 .no {
  font-size: 3.8rem;
  display: block;
}

.home .tl-box .en {
  color: #ffe0e6;
  font-size: 7.8rem;
  font-weight: 500;
  font-family: 'Futura', 'Noto Serif', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', serif;
  line-height: 1;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: -1;
  font-weight: 500;
}

@media (max-width: 750px) {
  .home .tl-box h2 {
    font-size: 2.8rem;
  }
  .home .tl-box .en {
    font-size: 6rem;
    top: 40px;
  }
  .home .tl-box {
    font-size: 1.6rem;
  }
}

/* Location Section */
.home .location {
  background: #fff4f6;
  padding-top: 90px;
}

.home .location .container {
  max-width: 1036px;
}

.home .location .content {
  padding-top: 55px;
  padding-bottom: 30px;
}

.home .location .content .img {
  padding-bottom: 15px;
}

.home .location .content .img {
  text-align: right;
}

.home .location .content .img img {
  max-width: 890px;
  width: 100%;
}

.home .location .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
}

.home .location .content ul li {
  line-height: 1.52;
  text-align: center;
}

.home .location .content ul li .inner {
  width: 200px;
  height: 200px;
  border: 2px solid #ff6584;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #646464;
}

.home .location .content ul li .inner h3 {
  font-size: 2.4rem;
  color: #ff6584;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.home .location .content ul li .inner h3 span {
  position: relative;
  z-index: 1;
}

.home .location .content ul li .inner h3::before {
  content: '';
  position: absolute;
  height: 6px;
  left: -5px;
  right: -2px;
  background: #ffe100;
  left: 0;
  bottom: -1px;
}

.home .location .content .img-bottom {
  padding-top: 15px;
}

.home .location .content .img-bottom img {
  width: 100%;
}

@media (max-width: 750px) {
  .home .location .content {
    padding-top: 25px;
  }
  .home .location {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {
  .home .location .content ul li .inner {
    width: 150px;
    height: 150px;
    border: 2px solid #ff6584;
    font-size: 1.4rem;
  }
  .home .location .content ul li .inner h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .home .location .content ul {
    max-width: 320px;
  }
}

@media (max-width: 374px) {
  .home .location .content ul li .inner {
    width: 140px;
    height: 140px;
    font-size: 1.2rem;
  }
  .home .location .content ul li .inner h3 {
    font-size: 1.8rem;
  }
}

/* Work Life Balance Section */
.home .work-life-balance {
  padding-top: 95px;
  color: #8897d3;
  padding-bottom: 140px;
  position: relative;
}

.home .work-life-balance::before {
  content: '';
  position: absolute;
  width: 128px;
  height: 191px;
  background: url(../img/recruit/work-life-balance-bg1.png) no-repeat;
  background-size: 100% !important;
  z-index: -1;
  left: 10%;
  top: 90px;
}

.home .work-life-balance::after {
  content: '';
  position: absolute;
  width: 140px;
  height: 197px;
  background: url(../img/recruit/work-life-balance-bg2.png) no-repeat;
  background-size: 100% !important;
  z-index: -1;
  right: 12%;
  bottom: 105px;
}

.home .work-life-balance .tl-box .en {
  color: #eef0f9;
}

.home .work-life-balance .container {
  max-width: 744px;
}

.home .work-life-balance .tl-box {
  color: #8897d3;
}

.home .work-life-balance .items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 55px;
  margin: 0 -20px;
  padding-bottom: 50px;
}

.home .work-life-balance .items .item {
  width: 33.33%;
  padding: 0 22px;
}

.home .work-life-balance h3 {
  text-align: center;
  line-height: 1;
  max-width: 500px;
  margin: 0 auto;
}

.home .work-life-balance h3 span {
  font-size: 2.4rem;
  font-weight: 500;
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 0 8px;
}

.home .work-life-balance .items .item .inner {
  border: 2px solid #8897d3;
  line-height: 1.44;
  text-align: center;
  height: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 18px;
  display: flex;
  font-weight: 500;
  flex-direction: column;
  justify-content: space-between;
}

.home .work-life-balance .items .item .inner h3 {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.home .work-life-balance .inner .lg {
  font-size: 2.8rem;
  line-height: 1;
}

.home .work-life-balance .inner .lg .no {
  font-size: 3.8rem;
}

.home .work-life-balance .inner .txt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.2rem;
  padding-bottom: 5px;
  line-height: 1.44;
}

.home .work-life-balance .inner .sm {
  font-size: 1.2rem;
}

.home .work-life-balance .inner .md {
  font-size: 1.6rem;
}

.home .work-life-balance .items .item .inner .bt {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .work-life-balance .content {
  position: relative;
}

.home .work-life-balance .content h3 span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #8897d3;
  left: 0;
  top: 12px;
  z-index: -1;
}

.home .work-life-balance .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  max-width: 540px;
  margin: 0 auto;
}

.home .work-life-balance .content ul li {
  width: 33.33%;
  text-align: center;
}

.home .work-life-balance .content .txt-bottom {
  text-align: center;
  padding-top: 30px;
  line-height: 1.8;
}

.home .work-life-balance .content .txt-bottom .lg {
  font-size: 2rem;
  border-bottom: 1px solid #8897d3;
}

@media (max-width: 1024px) {
  .home .work-life-balance::after {
    right: 20px;
  }
  .home .work-life-balance::before {
    left: 20px;
  }
}

@media (max-width: 860px) {
  .home .work-life-balance::after {
    right: 20px;
  }
  .home .work-life-balance::before {
    left: 20px;
  }
}

@media (max-width: 750px) {
  .home .work-life-balance .items .item {
    padding: 0 15px;
  }
  .home .work-life-balance .items {
    margin: 0 -15px;
  }
  .home .work-life-balance {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .work-life-balance .items {
    padding-bottom: 15px;
  }
  .home .work-life-balance::before {
    width: 60px;
    height: 105px;
    top: 14%;
  }
  .home .work-life-balance::after {
    right: 10px;
    width: 50px;
    height: 113px;
    bottom: 110px;
  }
}

@media (max-width: 640px) {
  .home .work-life-balance .items .item {
    width: 100%;
    padding: 0 0 30px;
  }
  .home .work-life-balance .items {
    margin: 0;
  }
  .home .work-life-balance .items {
    padding-top: 40px;
  }
  .home .work-life-balance .items .item .inner .bt {
    height: unset;
    padding-top: 15px;
  }
}

@media (max-width: 480px) {
  .home .work-life-balance .content ul li {
    width: 50%;
  }
  .home .work-life-balance .content .txt-bottom {
    font-size: 1.4rem;
    padding-top: 20px;
  }
  .home .work-life-balance .content .txt-bottom .lg {
    font-size: 1.6rem;
  }
}

/* Career Step Section */
.home .career-step {
  background: #f5fbfc;
  padding-top: 65px;
  padding-bottom: 70px;
}

.home .career-step .tl-box .en {
  color: #e4f3f6;
}

.home .career-step .tl-box {
  color: #77c5d3;
}

.home .career-step .content .txt-top {
  text-align: center;
  color: #77c5d3;
  font-size: 3.2rem;
  line-height: 1.25;
  padding-top: 40px;
  font-weight: 500;
}

.home .career-step .content .items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 55px;
  margin: 0 -20px;
}

.home .career-step .content .items .item h3 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: #ea6d93;
  text-align: center;
  border: 3px solid #ea6d93;
  padding: 8px 15px;
}

.home .career-step .content .items .item {
  width: 50%;
  padding: 20px;
}

.home .career-step .content .items .item ul li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 48px;
  border-bottom: 3px solid #f3b2c7;
  margin-bottom: 70px;
}

.home .career-step .content .items .item ul li::after,
.home .career-step .content .items .item ul li::before {
  content: '';
  position: absolute;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  left: 50%;
  margin-left: -22px;
  bottom: -20px;
}

.home .career-step .content .items .item ul li::after {
  border-top: 24px solid #f5fbfc;
}

.home .career-step .content .items .item ul li::before {
  border-top: 24px solid #f3b2c7;
  margin-bottom: -5px;
}

.home .career-step .content .items .item ul {
  padding-top: 35px;
}

.home .career-step .content .items .item ul li .img-box {
  width: 35%;
  padding-right: 35px;
  display: flex;
  flex-direction: column;
}

.home .career-step .content .items .item .img {
  padding-bottom: 72px;
}

.home .career-step .content .items .item ul li h4 {
  color: #f3b2c7;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.66;
  height: 75px;
}

.home .career-step .content .items .item ul li .img {
  padding-bottom: 0;
}

.home .career-step .content .items .item ul li .txt-box {
  flex: 1;
  line-height: 1.57;
  color: #646464;
  font-size: 1.4rem;
}

.home .career-step .content .items .item ul li .txt-box h5 {
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 5px;
}

.home .career-step .content .items .item.right h3 {
  background: #00aeeb;
  border: 3px solid #00aeeb;
}

.home .career-step .content .items .item.right ul li h4 {
  color: #9ed8f5;
}

.home .career-step .content .items .item.right ul li {
  border-bottom: 3px solid #9ed8f5;
}

.home .career-step .content .items .item.right ul li::before {
  border-top: 24px solid #9ed8f5;
}

.home .career-step .content .items .item.left ul li:last-child::after,
.home .career-step .content .items .item.left ul li:last-child::before,
.home .career-step .content .items .item.right ul li:last-child::after,
.home .career-step .content .items .item.right ul li:last-child::before {
  display: none;
}

.home .career-step .content .items .item.left ul li:last-child,
.home .career-step .content .items .item.right ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .home .career-step .content .items .item ul li .img-box {
    width: 32%;
    padding-right: 20px;
  }
  .home .career-step .content .items .item ul li .txt-box {
    font-size: 1.2rem;
  }
  .home .career-step .content .items .item ul li h4 {
    font-size: 1.6rem;
  }
  .home .career-step .content .items .item ul li .txt-box h5 {
    font-size: 1.4rem;
  }
  .home .career-step .content .items .item ul li h4 {
    height: 65px;
  }
}

@media (max-width: 750px) {
  .home .career-step .content .items .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .home .career-step .content .items {
    margin: 0;
    padding-top: 25px;
  }
  .home .career-step .content .items .item .img {
    padding-bottom: 35px;
  }
  .home .career-step {
    padding-bottom: 0;
  }
  .home .career-step .content .txt-top {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

/* Training Section */
.home .training {
  padding-top: 65px;
  padding-bottom: 90px;
  position: relative;
}

.home .training::before {
  content: '';
  position: absolute;
  width: 145px;
  height: 180px;
  background: url(../img/recruit/training-bg1.png) no-repeat;
  background-size: 100% !important;
  z-index: -1;
  left: 12%;
  top: 20px;
}

.home .training::after {
  content: '';
  position: absolute;
  width: 198px;
  height: 145px;
  background: url(../img/recruit/training-bg2.png) no-repeat;
  background-size: 100% !important;
  z-index: -1;
  right: 9.5%;
  top: 18px;
}

.home .training .tl-box .en {
  color: #dceafa;
}

.home .training .tl-box {
  color: #5296e4;
}

.home .training .img {
  padding-top: 40px;
}

.home .training .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2000 / 1528;
}

.home .training .qualification {
  color: #5296e4;
  margin-top: 80px;
  border: 2px solid #5296e4;
  border-radius: 30px;
}

.home .training .qualification h3 {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}

.home .training .qualification h3 span {
  background: #fff;
  padding: 0 50px;
}

.home .training .qualification .content {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 15px;
}

.home .training .qualification .content .item {
  width: 50%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 0 20px 15px;
  position: relative;
}

.home .training .qualification .txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 35px;
}

.home .training .qualification h3 {
  margin-top: -25px;
}

.home .training .qualification .txt .sm {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 15px;
}

.home .training .qualification .item h4 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 20px;
}

.home .training .qualification .item:last-child p,
.home .training .qualification .item:last-child h4 {
  margin-left: auto;
}

.home .training .qualification .item h4 {
  max-width: 360px;
}

.home .training .qualification .item p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 360px;
}

.home .training .qualification .item p .p {
  padding-left: 20px;
}

.home .training .qualification .item:first-child::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #5296e4;
  top: 0;
  right: -1px;
}

@media (max-width: 1024px) {
  .home .training::before {
    left: 20px;
  }
  .home .training::after {
    right: 20px;
  }
  .home .training::before {
    left: 20px;
    width: 80px;
    height: 100px;
  }
  .home .training::after {
    right: 20px;
    width: 120px;
    height: 88px;
  }
}

@media (max-width: 750px) {
  .home .training {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .home .training .img img {
    aspect-ratio: 1248 / 1610;
  }
  .home .training .qualification h3 {
    font-size: 3rem;
  }
  .home .training .qualification .txt {
    font-size: 1.6rem;
  }
  .home .training .qualification .txt .sm {
    font-size: 2rem;
  }
  .home .training .qualification .item h4 {
    font-size: 2rem;
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .home .training .qualification .content .item {
    font-size: 1.6rem;
  }
  .home .training .qualification {
    border-radius: 15px;
  }
}

@media (max-width: 576px) {
  .home .training .qualification .content {
    flex-wrap: wrap;
  }
  .home .training .qualification .content .item {
    width: 100%;
  }
  .home .training .qualification .item p,
  .home .training .qualification .item h4 {
    margin: 0 auto !important;
  }
  .home .training .qualification .item:first-child::after {
    height: 2px;
    width: 360px;
    bottom: 0;
    top: unset;
    left: 50%;
    margin-left: -180px;
  }
}

@media (max-width: 428px) {
  .home .training .qualification .item:first-child::after {
    left: 20px;
    right: 20px;
    margin: 0;
    width: unset;
    height: 1px;
  }
  .home .training .qualification .txt {
    font-size: 1.4rem;
  }
}

/* Wellness System Section */
.home .wellness-system {
  background: #fff9f4;
  padding-top: 90px;
  padding-bottom: 30px;
}

.home .wellness-system .tl-box .en {
  color: #ffedde;
}

.home .wellness-system .tl-box {
  color: #ffa75c;
}

.home .wellness-system .items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}

.home .wellness-system .items .item {
  width: 50%;
  text-align: center;
  padding: 25px;
}

.home .wellness-system .items .item .inner {
  background: #fff;
  border-radius: 25px;
  font-size: 1.2rem;
  line-height: 1.83;
  color: #646464;
  padding: 30px 15px 25px;
  position: relative;
  border: 2px solid #ffa75c;
}

.home .wellness-system .items .item .inner h3 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  color: #ffa75c;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

.home .wellness-system .items .item .inner h3 span {
  position: relative;
  z-index: 1;
}

.home .wellness-system .items .item .inner h3 span::after {
  content: '';
  position: absolute;
  left: 50%;
  background: #fff;
  height: 3px;
  top: 15px;
  z-index: -1;
  width: 312px;
  margin-left: -156px;
}

.home .wellness-system .items .item .inner .lg {
  font-size: 1.6rem;
  line-height: 1.75;
}

.home .wellness-system .items .item .img {
  text-align: center;
}

.home .wellness-system .items .item .img img {
  width: 100%;
  max-width: 218px;
}

.home .wellness-system .items {
  margin: 0 -25px;
}

@media (max-width: 1024px) {
  .home .wellness-system .items {
    margin: 0 -15px;
  }
  .home .wellness-system .items .item {
    padding: 15px;
  }
}

@media (max-width: 860px) {
  .home .wellness-system .items .item .inner {
    border-radius: 15px;
  }
  .home .wellness-system .items .item .inner h3 {
    font-size: 2rem;
  }
  .home .wellness-system .items .item .inner h3 span::after {
    top: 14px;
    width: 240px;
    margin-left: -120px;
  }
}

@media (max-width: 750px) {
  .home .wellness-system .items .item {
    width: 100%;
  }
  .home .wellness-system .items,
  .home .wellness-system {
    padding-top: 40px;
  }
  .home .wellness-system .items .item .img img {
    max-width: 160px;
  }
}

/* Retirement Section */
.home .retirement {
  padding-top: 90px;
  color: #646464;
  padding-bottom: 90px;
}

.home .retirement .tl-box .en {
  color: #ede8ee;
}

.home .retirement .tl-box {
  color: #a48eaa;
}

.home .retirement .content .txt {
  font-size: 1.6rem;
  line-height: 1.57;
  width: 50%;
}

.home .retirement .content .txt .inner {
  max-width: max-content;
  margin: 0 auto;
}

.home .retirement .content .txt .lg {
  font-size: 2.2rem;
  line-height: 1.7;
}

.home .retirement .content .txt p:first-child {
  padding-bottom: 5px;
}

.home .retirement .content .img img {
  max-width: 335px;
  width: 100%;
}

.home .retirement .content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}

.home .retirement .content .img {
  width: 50%;
  padding-top: 10px;
  text-align: right;
}

.home .retirement .txt-box {
  text-align: center;
  line-height: 1.57;
  font-size: 1.4rem;
  padding-top: 25px;
}

@media (max-width: 750px) {
  .home .retirement {
    padding: 40px;
  }
}

@media (max-width: 576px) {
  .home .retirement .content .txt .inner {
    margin: 0;
  }
  .home .retirement .content .txt .lg {
    font-size: 1.8rem;
  }
  .home .retirement .content .txt {
    font-size: 1.2rem;
  }
  .home .retirement .content {
    padding-top: 25px;
  }
}

@media (max-width: 374px) {
  .home .retirement .content .txt,
  .home .retirement .content .img {
    width: 100%;
  }
  .home .retirement .content .img {
    padding-top: 20px;
  }
}

/* Compensation Section */
.home .compensation {
  background: #fff8f9;
  padding-top: 90px;
  padding-bottom: 100px;
}

.home .compensation .tl-box .en {
  color: #ffebef;
}

.home .compensation .tl-box {
  color: #ff9daf;
}

.home .compensation .tabs {
  margin-top: 100px;
}

.home .compensation .tabs .nav-tabs {
  list-style: none;
  padding: 0;
  display: flex;
}

.home .compensation .tabs .nav-tabs li {
  padding: 21px 20px;
  padding-left: 50px;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  color: #ea6293;
  transition: 0.3s;
  width: 50%;
  margin-right: 30px;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  height: 70px;
  border: 2px solid #ed78a2;
  border-right: unset;
}

.home .compensation .tabs .nav-tabs li::after {
  content: '';
  position: absolute;
  height: 70px;
  width: 32px;
  right: -32px;
  top: -2px;
  transition: 0.3s;
  background: url(../img/recruit/tab-nav1.png) no-repeat;
  background-size: 30px 70px !important;
}

.home .compensation .tabs .nav-tabs li.active::after {
  background: url(../img/recruit/tab-nav1-act.png) no-repeat;
}

.home .compensation .tabs .nav-tabs li.nav2 {
  border: 2px solid #24b9ee;
  color: #24b9ee;
  border-right: unset;
}

.home .compensation .tabs .nav-tabs li.nav2::after {
  background: url(../img/recruit/tab-nav2.png) no-repeat;
}

.home .compensation .tabs .nav-tabs li.nav2.active::after {
  background: url(../img/recruit/tab-nav2-act.png) no-repeat;
}

.home .compensation .tabs .nav-tabs li.active {
  background: #ffffff;
  color: #fff;
  background: #ed78a2;
}

.home .compensation .tabs .nav-tabs li.nav2.active {
  background: #24b9ee;
}

.home .table {
  padding: 50px;
  background: #fbe0e9;
}

.home .compensation .table {
  display: none;
}

.home .table.tab2 {
  background: #cceffb;
}

.home .table.tab2 h3 {
  background: #00aeeb;
}

.home .table.active {
  display: block;
}

.home .table h3 {
  font-size: 2rem;
  line-height: 1;
  background: #ea6293;
  color: #fff;
  padding: 20px 30px;
  position: relative;
  font-weight: 700;
}

.home .table h3 span {
  position: relative;
  z-index: 10;
}

.home .table h3::after {
  content: '';
  position: absolute;
  width: 345px;
  height: 60px;
  background: url(../img/recruit/tab-nav1-tl.png) no-repeat;
  background-size: 100% !important;
  right: 0;
  top: 0;
}

.home .table ul li {
  line-height: 1.5;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.home .table ul li .lbl {
  width: 238px;
  background: #ed78a2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home .table ul li .desc {
  color: #646464;
  background: #fff;
  flex: 1;
  padding: 30px;
}

.home .table ul li .desc .sm {
  font-size: 1.2rem;
}

.home .table ul li .desc .pr {
  width: 260px;
  display: flex;
  justify-content: space-between;
}

.home .table ul li .desc .pr span {
  padding-left: 10px;
}

.home .table ul li .desc.fm1 p {
  padding-bottom: 8px;
}

.home .table.tab2 ul li .lbl {
  background: #24b9ee;
}

@media (max-width: 960px) {
  .home .table {
    padding: 25px;
  }
  .home .compensation .tabs {
    margin-top: 50px;
  }
  .home .table ul li .lbl {
    font-size: 1.6rem;
  }
  .home .compensation {
    padding: 40px 0;
  }
}

@media (max-width: 750px) {
  .home .table ul li {
    display: unset;
  }
  .home .table ul li .desc {
    flex: auto;
  }
  .home .table ul li .lbl {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
  }
  .home .table ul li .desc {
    padding: 20px;
  }
  .home .table {
    padding: 25px 15px;
  }
  .home .compensation .tabs .nav-tabs li {
    padding: 24px 0px;
    padding-left: 10px;
    font-size: 1.8rem;
  }
}

@media (max-width: 374px) {
  .home .compensation .tabs .nav-tabs li {
    font-size: 1.6rem;
  }
}

/* Outline Section (Form) */
.home .outline {
  padding: 100px 0;
}

.home .outline .table {
  background: #e9d6e8;
}

.home .outline .table ul li .lbl {
  background: #a04d9c;
  padding-right: 73px;
  position: relative;
}

.home .outline .table ul li .lbl .cl1 {
  color: #faed00;
}

.home .outline .table ul li .lbl .tag {
  position: absolute;
  background: #faed00;
  color: #a04d9c;
  font-weight: 700;
  line-height: 1;
  min-width: 55px;
  text-align: center;
  padding: 6px 5px 8px;
  right: 18px;
  top: 50%;
  margin-top: -15px;
}

.home .outline .table h3 {
  background: #a04d9c;
}

.home .outline .table ul li .desc {
  font-size: 2rem;
  padding: 15px 30px;
}

.home .outline .table ul li .desc .span-block .wpcf7-list-item {
  display: block !important;
}

.home .outline .table .rd-box .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
}

.home .outline .table .rd-box .wpcf7-list-item input {
  height: 18px;
  width: 18px;
  accent-color: #707070;
  margin: 0 !important;
  margin-right: 8px !important;
  position: relative;
  top: 2px;
}

.home .outline .table .chk-box .wpcf7-list-item input {
  height: 18px;
  width: 18px;
  accent-color: #707070;
  margin: 0 !important;
  margin-right: 8px !important;
  position: relative;
  top: 1px;
}

.home .outline .table .chk-box .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 1;
  display: inline-block;
}

.home .outline .table .chk-box .wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 30px !important;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  line-height: 1;
}

.home .outline .table .rd-box .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.home .outline .table .privacy-group {
  padding-top: 50px;
}

.home .outline .table .privacy-group .privacy-ttl {
  font-weight: 600;
}

.home .outline .table ul li .lbl.pr0 {
  padding-right: 0;
}

.home .outline .table .privacy-group .privacy-content {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  padding: 30px 10px 30px 30px;
  background: #fff;
  height: 300px;
  color: #646464;
}

.home .outline .table .chk-box .wpcf7-list-item label {
  display: block;
}

.home .outline .table .privacy-group .privacy-inner {
  overflow-y: scroll;
  padding-right: 30px;
  height: 100%;
}

.home .outline .table .privacy-group .privacy-inner h4 {
  font-size: 2.5rem;
  line-height: 1;
}

.home .outline .table .btn-bottom {
  text-align: center;
  padding-top: 50px;
}

.home .outline .table .btn-bottom .btn {
  background: #a54a96;
  font-size: 2.4rem;
  border: unset;
  padding: 30px 15px 31px;
  min-width: unset;
  width: 100%;
  max-width: 500px;
  border-radius: 38px;
}

.home .outline .table .input-group .radio {
  padding-left: 28px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  line-height: 1.6;
  font-size: 2rem;
}

.home .outline .table .input-group .radio label {
  display: block;
}

.home .outline .table .input-group .radio .wpcf7-list-item-label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
}

.home .outline .table .input-group .radio input:checked ~ .wpcf7-list-item-label {
  background-color: #eaeaea;
  border: 6px solid #707070;
}

.home .outline .table .input-group .radio input:disabled ~ .wpcf7-list-item-label {
  background-color: #ffffff;
}

.home .outline .table .input-group .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.home .outline .table .input input[type='text'],
.home .outline .table .input input[type='email'] {
  width: 100%;
  height: 100%;
  border: unset;
  padding: 0;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  border-radius: 0;
  font-weight: 400;
  opacity: 0.7;
}

.home .outline .table .input textarea {
  height: 180px;
  width: 100%;
  border: unset;
  resize: none;
  font-size: 2rem;
  line-height: 1;
  opacity: 0.7;
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: unset;
}

.contact_thanks {
  background: #fff !important;
  padding: 35px 40px;
  margin-top: 10px;
  line-height: 1.7;
  letter-spacing: 0;
}

.contact_thanks h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.btn.wpcf7-previous,
.btn.btn_back {
  background: #707070 !important;
  margin-top: 15px;
  cursor: pointer !important;
}

.btn.wpcf7-previous:hover,
.btn.btn_back:hover {
  background: #00b8cc !important;
}

@media (max-width: 960px) {
  .home .outline .table .btn-bottom {
    padding-top: 25px;
  }
  .home .outline .table {
    padding-bottom: 40px;
  }
  .home .outline .table ul li .lbl {
    padding-right: 50px;
  }
  .home .outline .table ul li .lbl .tag {
    min-width: 35px;
    padding: 3px 5px 3px;
    right: 10px;
    margin-top: -10px;
    font-size: 1.4rem;
  }
  .home .table ul li .lbl {
    width: 200px;
    font-size: 1.4rem;
  }
  .home .outline .table ul li .desc,
  .home .outline .table .input input[type='text'],
  .home .outline .table .input textarea,
  .home .outline .table .input-group .radio {
    font-size: 1.6rem;
  }
  .home .outline .table .input-group .radio .checkmark {
    margin-top: 0;
    height: 16px;
    width: 16px;
  }
  .home .outline .table .input-group .radio {
    padding-left: 20px;
  }
}

@media (max-width: 750px) {
  .home .table ul li .lbl {
    width: 100%;
  }
  .home .outline .table .input-group .radio {
    font-size: 1.6rem;
  }
  .home .outline .table .privacy-group .privacy-content,
  .home .outline .table ul li .desc {
    font-size: 1.4rem;
  }
  .home .outline .table .privacy-group {
    padding-top: 25px;
  }
  .home .outline .table .privacy-group .privacy-inner h4 {
    font-size: 1.8rem;
  }
  .home .outline .table ul li .lbl .tag {
    font-size: 1.4rem;
  }
  .home .outline .table ul li .desc {
    padding: 15px 20px;
  }
  .home .outline .table .privacy-group .privacy-inner {
    padding-right: 15px;
  }
  .home .outline .table .privacy-group .privacy-content {
    padding: 20px 10px 20px 20px;
  }
  .home .outline {
    padding: 50px 0;
  }
  .home .table ul li .desc {
    font-size: 1.4rem;
  }
  .home .outline .table .btn-bottom .btn {
    font-size: 2rem;
    padding: 20px 15px 21px;
    max-width: 300px;
    border-radius: 26px;
  }
  .home .outline .table ul li .lbl {
    padding-right: 60px;
    align-items: flex-start;
  }
  .home .outline .table ul li .lbl .tag {
    right: 20px;
  }
  .home .outline .table .chk-box .wpcf7-list-item {
    display: block;
  }
  .home .outline .table .chk-box .wpcf7-list-item input {
    height: 15px;
    width: 15px;
    margin-right: 6px !important;
    top: 2px;
  }
  .contact_thanks {
    padding: 35px 20px;
    font-size: 1.4rem;
  }
  .contact_thanks h2 {
    font-size: 1.8rem;
  }
  .btn.wpcf7-previous,
  .btn.btn_back {
    margin-top: 10px;
  }
}
@charset "UTF-8";

html,
body,
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}
body {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #040000;
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
  word-break: break-word;
  font-weight: 400;
  position: relative;
}
.NotoSansJP {
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}
.NotoSerifJP {
  font-family: 'Noto Serif JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', serif;
}
.Futura {
  font-family: 'Futura', 'Noto Serif', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', serif;
}
/*remove highlight color touch on mobile*/
input,
textarea,
button,
select,
div,
a,
span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
input,
div,
select,
textarea,
img,
button {
  outline: none;
}
a:focus,
a:visited,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  font-family: inherit;
  cursor: pointer;
}
img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  pointer-events: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.hover:hover {
  transition: all 0.3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}
.container {
  margin: 0 auto;
  max-width: 1044px;
  position: relative;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
}
.anchor-link {
  position: relative;
  top: -100px;
  display: block;
  line-height: 0;
}
.wrapper {
  position: relative;
  z-index: 1;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.hdn {
  display: none;
}
.no-cursor {
  cursor: auto !important;
}
b,
strong {
  font-weight: 700;
}
.img-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 750px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.scrolldown {
  position: absolute;
  bottom: 18px;
  right: 56px;
  z-index: 2;
  margin-left: -1px;
}
.scrolldown img {
  padding: 0;
  position: relative;
  width: 8px;
  right: -32px;
  top: 5px;
}
.scrolldown:before {
  content: '';
  position: absolute;
  top: 46px;
  left: 23px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f0e76e;
  animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
  box-shadow: 0px 0px 3px rgb(12, 19, 51, 0.7);
  z-index: 10;
}
.scrolldown:after {
  content: '';
  position: absolute;
  background: url('../img/home/scroll.png') no-repeat;
  background-position: center;
  background-size: cover;
  top: 0px;
  left: 25px;
  width: 1px;
  height: 65px;
}
@keyframes circlemove {
  0% {
    top: 0px;
  }
  100% {
    top: 65px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 750px) {
  .anchor-link {
    top: -52px;
  }
}
@media (max-width: 576px) {
  .scrolldown {
    bottom: 5px;
  }
}
/*
==============================================================
=========================== pagetop ==========================
==============================================================
*/
#pagetop {
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  bottom: 30px;
  right: 20px;
  position: fixed;
  z-index: 900;
  cursor: pointer;
  display: none;
  background: #00b8cc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#pagetop:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  border-color: #fff;
  border-width: 0 2px 2px 0px;
  border-style: solid;
  display: inline-block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transition: 0.3s;
}
#pagetop:hover:before {
  margin-top: -8px;
}
@media (max-width: 750px) {
  #pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 50px;
  }
}
/*
==============================================================
========================= End pagetop ========================
==============================================================
*/
/*
==============================================================
========================== Animation =========================
==============================================================
*/
@-webkit-keyframes aniHeaderMenu {
  0% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes aniHeaderMenu {
  0% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes backgroundIMG {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes backgroundIMG {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniFade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniFade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.fade-in {
  opacity: 0;
  filter: blur(4px) brightness(105%);
  transition: opacity 2s ease, filter 2s ease;
}
.fade-in.is-view {
  opacity: 1;
  filter: blur(0) brightness(100%);
}
.fade-up {
  opacity: 0;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  filter: blur(4px) brightness(105%);
  transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-up.is-view {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: blur(0) brightness(100%);
}
.fade-down {
  opacity: 0;
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  filter: blur(5px) brightness(105%);
  transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-down.is-view {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: blur(0) brightness(100%);
}
.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  filter: blur(5px) brightness(105%);
  transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-left.is-view {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: blur(0) brightness(100%);
}
.fade-right {
  opacity: 0;
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
  filter: blur(5px) brightness(105%);
  transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-right.is-view {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: blur(0) brightness(100%);
}
.zoom-in {
  opacity: 0;
  overflow: hidden;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-in.is-view {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.zoom-out {
  opacity: 0;
  overflow: hidden;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-out.is-view {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.roll-left {
  position: relative;
  overflow: hidden;
}
.roll-left img {
  opacity: 0;
  transition: opacity 1.5s ease 0.5s;
}
.roll-left:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f0ebe4;
}
.roll-left.is-view img {
  opacity: 1;
}
.roll-left.is-view:after {
  animation: rollLeft 1.5s ease;
}
@keyframes rollLeft {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@-webkit-keyframes rollLeft {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
.roll-right {
  position: relative;
  overflow: hidden;
}
.roll-right img {
  opacity: 0;
  transition: opacity 1.5s ease 0.5s;
}
.roll-right:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #3a6531;
}
.roll-right.is-view img {
  opacity: 1;
}
.roll-right.is-view:after {
  animation: rollRight 1.5s ease;
}
@keyframes rollRight {
  0% {
    right: 0;
    left: 100%;
  }
  50% {
    right: 0;
    left: 0;
  }
  100% {
    right: 100%;
    left: 0;
  }
}
@-webkit-keyframes rollRight {
  0% {
    right: 0;
    left: 100%;
  }
  50% {
    right: 0;
    left: 0;
  }
  100% {
    right: 100%;
    left: 0;
  }
}
@-webkit-keyframes aniFade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniFade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .delay1 {
    transition-delay: 0.4s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.8s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
}
/*
==============================================================
========================= End Animation ======================
==============================================================
*/
/*
==============================================================
============================ Common ==========================
==============================================================
*/
.hdn-pc {
  display: none;
}
.lb-pc {
  display: block;
}
@media (max-width: 750px) {
  .hdn-sp {
    display: none;
  }
  .hdn-pc {
    display: block;
  }
  .lb-pc {
    display: none;
  }
  .lb-sp {
    display: block;
  }
}
/*
==============================================================
========================== End common ========================
==============================================================
*/
/*
==============================================================
======================= hamburger menu =======================
==============================================================
*/
.hamburger-menu {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1000001;
  display: none;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
  width: 100%;
  height: 2px;
  border-radius: 50vh;
}
.hamburger-menu .bar {
  position: relative;
  transform: translateY(11px);
  background: #fff;
  transition: all 0ms 300ms;
  display: block;
}
.hamburger-menu .bar.active {
  background: none;
}
.hamburger-menu .bar:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.active .bar {
  background: none !important;
}
.hamburger-menu.active .bar::before,
.hamburger-menu.active .bar::after {
  top: 0;
  bottom: 0;
}
.hamburger-menu.active .bar:before {
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.active .bar:after {
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 750px) {
  .hamburger-menu {
    /* display: block; */
  }
}
/*
==============================================================
====================== End hamburger menu ====================
==============================================================
*/
/*
==============================================================
============================ Header ==========================
==============================================================
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.fixed-nav header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: aniHeaderMenu 0.3s ease forwards;
  animation: aniHeaderMenu 0.3s ease forwards;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 100px;
}
header .header-inner .logo-box img {
  width: 100%;
  max-width: 310px;
}
header .header-inner .logo-box {
  background: #fff;
  padding: 10px 50px 10px 40px;
  border-radius: 0 0 37px 0;
}
header .header-inner .logo-box a {
  display: block;
}
.btn {
  display: inline-block;
  color: #fff;
  background: #00b8cc;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50vh;
  min-width: 300px;
  text-align: center;
  padding: 19px 15px 20px;
  border: 1px solid #fff;
  transition: 0.3s;
}
.btn:hover {
  background: #ea6d93 !important;
}
@media (max-width: 1024px) {
  header .header-inner {
    padding-right: 20px;
  }
}
@media (max-width: 860px) {
  header .header-inner .logo-box {
    background: #fff;
    padding: 15px 20px 12px 20px;
    border-radius: 0 0 18px 0;
  }
  header .header-inner .right .btn {
    min-width: 220px;
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  header .header-inner .logo-box img {
    width: 100%;
    max-width: 150px;
  }
  header .header-inner {
    padding-right: 15px;
  }
  header .header-inner .logo-box {
    background: #fff;
    padding: 12px 10px 10px 15px;
    border-radius: 0 0 18px 0;
  }
  header .header-inner .right .btn {
    min-width: 160px;
    font-size: 1.4rem;
    padding: 10px 0;
  }
  header .header-inner .logo-box a {
    line-height: 1;
  }
  .fixed-nav header {
    -webkit-transform: unset;
    transform: unset;
    -webkit-animation: unset;
    animation: unset;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  }
  header {
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
  }
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 374px) {
  header .header-inner .right .btn {
    font-size: 1.2rem;
    min-width: 130px;
  }
  header .header-inner .logo-box img {
    max-width: 140px;
  }
}
/*
==============================================================
========================= End header =========================
==============================================================
*/
/*
==============================================================
============================= Footer =========================
==============================================================
*/
footer {
  background: url(../img/recruit/bg-footer.png) no-repeat;
  background-size: cover;
  color: #fff;
}
footer .container {
  max-width: 1220px;
}
footer .items {
  display: flex;
  flex-wrap: wrap;
  padding: 75px 0;
}
footer .items .item {
  width: 50%;
}
footer .items .item.left {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
footer .items .item.left .logo {
  width: 100%;
  max-width: 470px;
  padding-top: 15px;
}
footer .items .item.left .logo a {
  display: inline-block;
}
footer .items .item.left {
  width: 47%;
  padding-right: 20px;
}
footer .items .item.right {
  flex: 1;
  padding-top: 12px;
}
footer .items .item.right li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.58;
  padding-bottom: 20px;
}
footer .items .item.right li .lbl {
  width: 70px;
  background: #fff;
  text-align: center;
  color: #8d5199;
  border-radius: 4px;
  display: inline-block;
}
footer .items .item.right li .txt {
  padding-left: 14px;
  flex: 1;
}
@media (max-width: 1160px) {
  footer .items .item.left {
    font-size: 2rem;
  }
}
@media (max-width: 960px) {
  footer .items .item.left {
    width: 50%;
  }
}
@media (max-width: 860px) {
  footer .items .item.left {
    font-size: 1.6rem;
  }
  footer .items .item.right {
    font-size: 1.4rem;
  }
}
@media (max-width: 750px) {
  footer .items .item.left {
    width: 100%;
    padding-left: 0;
    padding-bottom: 25px;
    text-align: center;
    padding-right: 0;
  }
  footer .items .item.right {
    flex: auto;
    padding-top: 0;
  }
  footer .items .item.left .logo {
    max-width: 100%;
  }
  footer .items .item.left .logo img {
    max-width: 300px;
    width: 100%;
  }
  footer .items .item.right ul {
    max-width: max-content;
    margin: 0 auto;
  }
  footer .items {
    padding: 35px 0 20px;
  }
  footer .items .item.right li .txt {
    padding-left: 10px;
  }
  footer .items .item.right li .lbl {
    width: 60px;
  }
}
/*
==============================================================
=========================== End Footer =======================
==============================================================
*/
/*
==============================================================
============================= Home ===========================
==============================================================
*/
.home .main-visual img {
  width: 100%;
}
/* main-visual */
.home .company {
  padding-top: 90px;
  padding-bottom: 92px;
}
.home .company .container {
  max-width: 1220px;
}
.home .company .tl {
  color: #8d5199;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.5;
}
.home .company .tl h2 {
  font-size: 3.87rem;
  line-height: 1.74;
  padding-bottom: 5px;
}
.home .company ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
}
.home .company ul li {
  padding: 8px;
  position: relative;
}
.home .company ul li a {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 1;
}
.home .company ul li:hover p {
  opacity: 0.7;
}
.home .company ul li p {
  width: 150px;
  height: 150px;
  text-align: center;
  border: 2px solid #ff6584;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  line-height: 1.5;
  font-size: 2rem;
  color: #ff6584;
  padding-bottom: 40px;
  padding-top: 12px;
  position: relative;
  transition: 0.3s;
}
.home .company ul li p::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 10px solid #ff6584;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 22px;
  left: 50%;
  margin-left: -5px;
}
.home .company ul li.cl1 p {
  border: 2px solid #8897d3;
  color: #8897d3;
}
.home .company ul li.cl1 p::after {
  border-top: 10px solid #8897d3;
}
.home .company ul li.cl2 p {
  border: 2px solid #77c5d3;
  color: #77c5d3;
}
.home .company ul li.cl2 p::after {
  border-top: 10px solid #77c5d3;
}
.home .company ul li.cl3 p {
  border: 2px solid #5296e4;
  color: #5296e4;
}
.home .company ul li.cl3 p::after {
  border-top: 10px solid #5296e4;
}
.home .company ul li.cl4 p {
  border: 2px solid #ffa75c;
  color: #ffa75c;
}
.home .company ul li.cl4 p::after {
  border-top: 10px solid #ffa75c;
}
.home .company ul li.cl5 p {
  border: 2px solid #a48eaa;
  color: #a48eaa;
}
.home .company ul li.cl5 p::after {
  border-top: 10px solid #a48eaa;
}
.home .company ul li.cl6 p {
  border: 2px solid #ff9daf;
  color: #ff9daf;
}
.home .company ul li.cl6 p::after {
  border-top: 10px solid #ff9daf;
}
.home .company ul li .desc {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 750px) {
  .home .company ul li p {
    width: 120px;
    height: 120px;
    border: 1px solid #ff6584;
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .home .company ul li p::after {
    bottom: 15px;
  }
  .home .company ul li .desc {
    height: 48px;
  }
  .home .company .tl h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    padding-bottom: 12px;
  }
  .home .company {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .company ul {
    padding-top: 25px;
  }
  .home .company .tl {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .home .company ul li p {
    width: 100px;
    height: 100px;
    border-width: 1px !important;
    font-size: 1.4rem;
    padding-bottom: 25px;
  }
  .home .company ul li p::after {
    bottom: 12px;
  }
  .home .company ul li {
    padding: 4px;
  }
  .home .company ul {
    margin: 0 -4px;
  }
}
.home .tl-box {
  text-align: center;
  position: relative;
  color: #ff6584;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
.home .tl-box h2 {
  font-size: 4rem;
  line-height: 1.75;
  padding-bottom: 10px;
}
.home .tl-box h2 .no {
  font-size: 3.8rem;
  display: block;
}
.home .tl-box .en {
  color: #ffe0e6;
  font-size: 7.8rem;
  font-weight: 500;
  font-family: 'Futura', 'Noto Serif', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', serif;
  line-height: 1;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: -1;
  font-weight: 500;
}
@media (max-width: 750px) {
  .home .tl-box h2 {
    font-size: 2.8rem;
  }
  .home .tl-box .en {
    font-size: 6rem;
    top: 40px;
  }
  .home .tl-box {
    font-size: 1.6rem;
  }
}
.home .location {
  background: #fff4f6;
  padding-top: 90px;
}
.home .location .container {
  max-width: 1036px;
}
.home .location .content {
  padding-top: 55px;
  padding-bottom: 30px;
}
.home .location .content .img {
  padding-bottom: 15px;
}
.home .location .content .img {
  text-align: right;
}
.home .location .content .img img {
  max-width: 890px;
  width: 100%;
}
.home .location .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
}
.home .location .content ul li {
  line-height: 1.52;
  text-align: center;
}
.home .location .content ul li .inner {
  width: 200px;
  height: 200px;
  border: 2px solid #ff6584;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #646464;
}
.home .location .content ul li .inner h3 {
  font-size: 2.4rem;
  color: #ff6584;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.home .location .content ul li .inner h3 span {
  position: relative;
  z-index: 1;
}
.home .location .content ul li .inner h3::before {
  content: '';
  position: absolute;
  height: 6px;
  left: -5px;
  right: -2px;
  background: #ffe100;
  left: 0;
  bottom: -1px;
}
.home .location .content .img-bottom {
  padding-top: 15px;
}
.home .location .content .img-bottom img {
  width: 100%;
}
@media (max-width: 750px) {
  .home .location .content {
    padding-top: 25px;
  }
  .home .location {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .home .location .content ul li .inner {
    width: 150px;
    height: 150px;
    border: 2px solid #ff6584;
    font-size: 1.4rem;
  }
  .home .location .content ul li .inner h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .home .location .content ul {
    max-width: 320px;
  }
}
@media (max-width: 374px) {
  .home .location .content ul li .inner {
    width: 140px;
    height: 140px;
    font-size: 1.2rem;
  }
  .home .location .content ul li .inner h3 {
    font-size: 1.8rem;
  }
}
/* work-life-balance */
.home .work-life-balance {
  padding-top: 95px;
  color: #8897d3;
  padding-bottom: 140px;
  position: relative;
}
.home .work-life-balance::before {
  content: '';
  position: absolute;
  width: 128px;
  height: 191px;
  background: url(../img/recruit/work-life-balance-bg1.png) no-repeat;
  background-size: 100% !important;
  z-index: -1;
  left: 10%;
  top: 90px;
}
.home .work-life-balance::after {
  content: '';
  position: absolute;
  width: 140px;
  height: 197px;
  background: url(../img/recruit/work-life-balance-bg2.png) no-repeat;
  background-size: 100% !important;
  z-index: -1;
  right: 12%;
  bottom: 105px;
}
.home .work-life-balance .tl-box .en {
  color: #eef0f9;
}
.home .work-life-balance .container {
  max-width: 744px;
}
.home .work-life-balance .tl-box {
  color: #8897d3;
}
.home .work-life-balance .items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 55px;
  margin: 0 -20px;
  padding-bottom: 50px;
}
.home .work-life-balance .items .item {
  width: 33.33%;
  padding: 0 22px;
}
.home .work-life-balance h3 {
  text-align: center;
  line-height: 1;
  max-width: 500px;
  margin: 0 auto;
}
.home .work-life-balance h3 span {
  font-size: 2.4rem;
  font-weight: 500;
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 0 8px;
}
.home .work-life-balance .items .item .inner {
  border: 2px solid #8897d3;
  line-height: 1.44;
  text-align: center;
  height: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 18px;
  display: flex;
  font-weight: 500;
  flex-direction: column;
  justify-content: space-between;
}
.home .work-life-balance .items .item .inner h3 {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.home .work-life-balance .inner .lg {
  font-size: 2.8rem;
  line-height: 1;
}
.home .work-life-balance .inner .lg .no {
  font-size: 3.8rem;
}
.home .work-life-balance .inner .txt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.2rem;
  padding-bottom: 5px;
  line-height: 1.44;
}
.home .work-life-balance .items .item .inner .bt {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .work-life-balance .content {
  position: relative;
}
.home .work-life-balance .content h3 span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #8897d3;
  left: 0;
  top: 12px;
  z-index: -1;
}
.home .work-life-balance .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  max-width: 540px;
  margin: 0 auto;
}
.home .work-life-balance .content ul li {
  width: 33.33%;
  text-align: center;
}
.home .work-life-balance .content .txt-bottom {
  text-align: center;
  padding-top: 30px;
  line-height: 1.8;
}
.home .work-life-balance .content .txt-bottom .lg {
  font-size: 2rem;
  border-bottom: 1px solid #8897d3;
}
@media (max-width: 1024px) {
  .home .work-life-balance::after {
    right: 20px;
  }
  .home .work-life-balance::before {
    left: 20px;
  }
}
@media (max-width: 860px) {
  .home .work-life-balance::after {
    right: 20px;
  }
  .home .work-life-balance::before {
    left: 20px;
  }
}
@media (max-width: 750px) {
  .home .work-life-balance .items .item {
    padding: 0 15px;
  }
  .home .work-life-balance .items {
    margin: 0 -15px;
  }
  .home .work-life-balance {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .work-life-balance .items {
    padding-bottom: 15px;
  }
  .home .work-life-balance::before {
    width: 60px;
    height: 105px;
    top: 14%;
  }
  .home .work-life-balance::after {
    right: 10px;
    width: 50px;
    height: 113px;
    bottom: 110px;
  }
}
@media (max-width: 640px) {
  .home .work-life-balance .items .item {
    width: 100%;
    padding: 0 0 30px;
  }
  .home .work-life-balance .items {
    margin: 0;
  }
  .home .work-life-balance .items {
    padding-top: 40px;
  }
  .home .work-life-balance .items .item .inner .bt {
    height: unset;
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .home .work-life-balance .content ul li {
    width: 50%;
  }
  .home .work-life-balance .content .txt-bottom {
    font-size: 1.4rem;
    padding-top: 20px;
  }
  .home .work-life-balance .content .txt-bottom .lg {
    font-size: 1.6rem;
  }
}
/* career-step */
.home .career-step {
  background: #f5fbfc;
  padding-top: 65px;
  padding-bottom: 70px;
}
.home .career-step .tl-box .en {
  color: #e4f3f6;
}
.home .career-step .tl-box {
  color: #77c5d3;
}
.home .career-step .content .txt-top {
  text-align: center;
  color: #77c5d3;
  font-size: 3.2rem;
  line-height: 1.25;
  padding-top: 40px;
  font-weight: 500;
}
.home .career-step .content .items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 55px;
  margin: 0 -20px;
}
.home .career-step .content .items .item h3 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: #ea6d93;
  text-align: center;
  border: 3px solid #ea6d93;
  padding: 8px 15px;
}
.home .career-step .content .items .item {
  width: 50%;
  padding: 20px;
}
.home .career-step .content .items .item ul li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 48px;
  border-bottom: 3px solid #f3b2c7;
  margin-bottom: 70px;
}
.home .career-step .content .items .item ul li::after,
.home .career-step .content .items .item ul li::before {
  content: '';
  position: absolute;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  left: 50%;
  margin-left: -22px;
  bottom: -20px;
}
.home .career-step .content .items .item ul li::after {
  border-top: 24px solid #f5fbfc;
}
.home .career-step .content .items .item ul li::before {
  border-top: 24px solid #f3b2c7;
  margin-bottom: -5px;
}
.home .career-step .content .items .item ul {
  padding-top: 35px;
}
.home .career-step .content .items .item ul li .img-box {
  width: 35%;
  padding-right: 35px;
  display: flex;
  flex-direction: column;
}
.home .career-step .content .items .item .img {
  padding-bottom: 72px;
}
.home .career-step .content .items .item ul li h4 {
  color: #f3b2c7;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.66;
  height: 75px;
}
.home .career-step .content .items .item ul li .img {
  padding-bottom: 0;
}
.home .career-step .content .items .item ul li .txt-box {
  flex: 1;
  line-height: 1.57;
  color: #646464;
  font-size: 1.4rem;
}
.home .career-step .content .items .item ul li .txt-box h5 {
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 5px;
}
.home .career-step .content .items .item.right h3 {
  background: #00aeeb;
  border: 3px solid #00aeeb;
}
.home .career-step .content .items .item.right ul li h4 {
  color: #9ed8f5;
}
.home .career-step .content .items .item.right ul li {
  border-bottom: 3px solid #9ed8f5;
}
.home .career-step .content .items .item.right ul li::before {
  border-top: 24px solid #9ed8f5;
}
@media (max-width: 860px) {
  .home .career-step .content .items .item ul li .img-box {
    width: 32%;
    padding-right: 20px;
  }
  .home .career-step .content .items .item ul li .txt-box {
    font-size: 1.2rem;
  }
  .home .career-step .content .items .item ul li h4 {
    font-size: 1.6rem;
  }
  .home .career-step .content .items .item ul li .txt-box h5 {
    font-size: 1.4rem;
  }
  .home .career-step .content .items .item ul li h4 {
    height: 65px;
  }
}
@media (max-width: 750px) {
  .home .career-step .content .items .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .home .career-step .content .items {
    margin: 0;
    padding-top: 25px;
  }
  .home .career-step .content .items .item .img {
    padding-bottom: 35px;
  }
  .home .career-step {
    padding-bottom: 0;
  }
  .home .career-step .content .txt-top {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.home .training {
  padding-top: 65px;
  padding-bottom: 90px;
  position: relative;
}
.home .training::before {
  content: '';
  position: absolute;
  width: 145px;
  height: 180px;
  background: url(../img/recruit/training-bg1.png) no-repeat;
  background-size: 100% !important;
  z-index: -1;
  left: 12%;
  top: 20px;
}
.home .training::after {
  content: '';
  position: absolute;
  width: 198px;
  height: 145px;
  background: url(../img/recruit/training-bg2.png) no-repeat;
  background-size: 100% !important;
  z-index: -1;
  right: 9.5%;
  top: 18px;
}
.home .training .tl-box .en {
  color: #dceafa;
}
.home .training .tl-box {
  color: #5296e4;
}
.home .training .img {
  padding-top: 40px;
}
.home .training .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2000 / 1528;
}
.home .training .qualification {
  color: #5296e4;
  margin-top: 80px;
  border: 2px solid #5296e4;
  border-radius: 30px;
}
.home .training .qualification h3 {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}
.home .training .qualification h3 span {
  background: #fff;
  padding: 0 50px;
}
.home .training .qualification .content {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 15px;
}
.home .training .qualification .content .item {
  width: 50%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 0 20px 15px;
  position: relative;
}
.home .training .qualification .txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 35px;
}
.home .training .qualification h3 {
  margin-top: -25px;
}
.home .training .qualification .txt .sm {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 15px;
}
.home .training .qualification .item h4 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 20px;
}
.home .training .qualification .item:last-child p,
.home .training .qualification .item:last-child h4 {
  margin-left: auto;
}
.home .training .qualification .item h4 {
  max-width: 360px;
}
.home .training .qualification .item p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 360px;
}
.home .training .qualification .item:first-child::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #5296e4;
  top: 0;
  right: -1px;
}
@media (max-width: 1024px) {
  .home .training::before {
    left: 20px;
  }
  .home .training::after {
    right: 20px;
  }
  .home .training::before {
    left: 20px;
    width: 80px;
    height: 100px;
  }
  .home .training::after {
    right: 20px;
    width: 120px;
    height: 88px;
  }
}
@media (max-width: 750px) {
  .home .training {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .home .training .qualification h3 {
    font-size: 3rem;
  }
  .home .training .qualification .txt {
    font-size: 1.6rem;
  }
  .home .training .qualification .txt .sm {
    font-size: 2rem;
  }
  .home .training .qualification .item h4 {
    font-size: 2rem;
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .home .training .qualification .content .item {
    font-size: 1.6rem;
  }
  .home .training .qualification {
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .home .training .qualification .content {
    flex-wrap: wrap;
  }
  .home .training .qualification .content .item {
    width: 100%;
  }
  .home .training .qualification .item p,
  .home .training .qualification .item h4 {
    margin: 0 auto !important;
  }
  .home .training .qualification .item:first-child::after {
    height: 2px;
    width: 360px;
    bottom: 0;
    top: unset;
    left: 50%;
    margin-left: -180px;
  }
}
@media (max-width: 428px) {
  .home .training .qualification .item:first-child::after {
    left: 20px;
    right: 20px;
    margin: 0;
    width: unset;
    height: 1px;
  }
  .home .training .qualification .txt {
    font-size: 1.4rem;
  }
}
.home .wellness-system {
  background: #fff9f4;
  padding-top: 90px;
  padding-bottom: 30px;
}
.home .wellness-system .tl-box .en {
  color: #ffedde;
}
.home .wellness-system .tl-box {
  color: #ffa75c;
}
.home .wellness-system .items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
.home .wellness-system .items .item {
  width: 50%;
  text-align: center;
  padding: 25px;
}
.home .wellness-system .items .item .inner {
  background: #fff;
  border-radius: 25px;
  font-size: 1.2rem;
  line-height: 1.83;
  color: #646464;
  /* height: 100%; */
  padding: 30px 15px 25px;
  position: relative;
  border: 2px solid #ffa75c;
}
.home .wellness-system .items .item .inner h3 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  color: #ffa75c;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}
.home .wellness-system .items .item .inner h3 span {
  position: relative;
  z-index: 1;
}
.home .wellness-system .items .item .inner h3 span::after {
  content: '';
  position: absolute;
  left: 50%;
  background: #fff;
  height: 3px;
  top: 15px;
  z-index: -1;
  width: 312px;
  margin-left: -156px;
}
.home .wellness-system .items .item .inner .lg {
  font-size: 1.6rem;
  line-height: 1.75;
}
.home .wellness-system .items .item .img {
  text-align: center;
}
.home .wellness-system .items .item .img img {
  width: 100%;
  max-width: 218px;
}
.home .wellness-system .items {
  margin: 0 -25px;
}
@media (max-width: 1024px) {
  .home .wellness-system .items {
    margin: 0 -15px;
  }
  .home .wellness-system .items .item {
    padding: 15px;
  }
}
@media (max-width: 860px) {
  .home .wellness-system .items .item .inner {
    border-radius: 15px;
  }
  .home .wellness-system .items .item .inner h3 {
    font-size: 2rem;
  }
  .home .wellness-system .items .item .inner h3 span::after {
    top: 14px;
    width: 240px;
    margin-left: -120px;
  }
}
@media (max-width: 750px) {
  .home .wellness-system .items .item {
    width: 100%;
  }
  .home .wellness-system .items,
  .home .wellness-system {
    padding-top: 40px;
  }
  .home .wellness-system .items .item .img img {
    max-width: 160px;
  }
}
/* retirement */
.home .retirement {
  padding-top: 90px;
  color: #646464;
  padding-bottom: 90px;
}
.home .retirement .tl-box .en {
  color: #ede8ee;
}
.home .retirement .tl-box {
  color: #a48eaa;
}
.home .retirement .content .txt {
  font-size: 1.6rem;
  line-height: 1.57;
  width: 50%;
}
.home .retirement .content .txt .inner {
  max-width: max-content;
  margin: 0 auto;
}
.home .retirement .content .txt .lg {
  font-size: 2.2rem;
  line-height: 1.7;
}
.home .retirement .content .txt p:first-child {
  padding-bottom: 5px;
}
.home .retirement .content .img img {
  max-width: 335px;
  width: 100%;
}
.home .retirement .content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}
.home .retirement .content .img {
  width: 50%;
  padding-top: 10px;
  text-align: right;
}
.home .retirement .txt-box {
  text-align: center;
  line-height: 1.57;
  font-size: 1.4rem;
  padding-top: 25px;
}
@media (max-width: 750px) {
  .home .retirement {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .home .retirement .content .txt .inner {
    margin: 0;
  }
  .home .retirement .content .txt .lg {
    font-size: 1.8rem;
  }
  .home .retirement .content .txt {
    font-size: 1.2rem;
  }
  .home .retirement .content {
    padding-top: 25px;
  }
}
@media (max-width: 374px) {
  .home .retirement .content .txt,
  .home .retirement .content .img {
    width: 100%;
  }
  .home .retirement .content .img {
    padding-top: 20px;
  }
}
/* compensation */
.home .compensation {
  background: #fff8f9;
  padding-top: 90px;
  padding-bottom: 100px;
}
.home .compensation .tl-box .en {
  color: #ffebef;
}
.home .compensation .tl-box {
  color: #ff9daf;
}
.home .compensation .tabs {
  margin-top: 100px;
}
.home .compensation .tabs .nav-tabs {
  list-style: none;
  padding: 0;
  display: flex;
}
.home .compensation .tabs .nav-tabs li {
  padding: 21px 20px;
  padding-left: 50px;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  color: #ea6293;
  transition: 0.3s;
  width: 50%;
  margin-right: 30px;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  height: 70px;
  border: 2px solid #ed78a2;
  border-right: unset;
}
.home .compensation .tabs .nav-tabs li::after {
  content: '';
  position: absolute;
  height: 70px;
  width: 32px;
  right: -32px;
  top: -2px;
  transition: 0.3s;
  background: url(../img/recruit/tab-nav1.png) no-repeat;
  background-size: 30px 70px !important;
}
.home .compensation .tabs .nav-tabs li.active::after {
  background: url(../img/recruit/tab-nav1-act.png) no-repeat;
}
.home .compensation .tabs .nav-tabs li.nav2 {
  border: 2px solid #24b9ee;
  color: #24b9ee;
  border-right: unset;
}
.home .compensation .tabs .nav-tabs li.nav2::after {
  background: url(../img/recruit/tab-nav2.png) no-repeat;
}
.home .compensation .tabs .nav-tabs li.nav2.active::after {
  background: url(../img/recruit/tab-nav2-act.png) no-repeat;
}
.home .compensation .tabs .nav-tabs li.active {
  background: #ffffff;
  color: #fff;
  background: #ed78a2;
}
.home .compensation .tabs .nav-tabs li.nav2.active {
  background: #24b9ee;
}
.home .table {
  padding: 50px;
  background: #fbe0e9;
}
.home .compensation .table {
  display: none;
}
.home .table.tab2 {
  background: #cceffb;
}
.home .table.tab2 h3 {
  background: #00aeeb;
}
.home .table.active {
  display: block;
}
.home .table h3 {
  font-size: 2rem;
  line-height: 1;
  background: #ea6293;
  color: #fff;
  padding: 20px 30px;
  position: relative;
  font-weight: 700;
}
.home .table h3 span {
  position: relative;
  z-index: 10;
}
.home .table h3::after {
  content: '';
  position: absolute;
  width: 345px;
  height: 60px;
  background: url(../img/recruit/tab-nav1-tl.png) no-repeat;
  background-size: 100% !important;
  right: 0;
  top: 0;
}
.home .table ul li {
  line-height: 1.5;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.home .table ul li .lbl {
  width: 238px;
  background: #ed78a2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home .table ul li .desc {
  color: #646464;
  background: #fff;
  flex: 1;
  padding: 30px;
}
.home .table ul li .desc .sm {
  font-size: 1.2rem;
}
.home .table ul li .desc .pr {
  width: 260px;
  display: flex;
  justify-content: space-between;
}
.home .table ul li .desc .pr span {
  padding-left: 10px;
}
.home .table ul li .desc.fm1 p {
  padding-bottom: 8px;
}
.home .table.tab2 ul li .lbl {
  background: #24b9ee;
}
@media (max-width: 960px) {
  .home .table {
    padding: 25px;
  }
  .home .compensation .tabs {
    margin-top: 50px;
  }
  .home .table ul li .lbl {
    font-size: 1.6rem;
  }
  .home .compensation {
    padding: 40px 0;
  }
}
@media (max-width: 750px) {
  .home .table ul li {
    display: unset;
  }
  .home .table ul li .desc {
    flex: auto;
  }
  .home .table ul li .lbl {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
  }
  .home .table ul li .desc {
    padding: 20px;
  }
  .home .table {
    padding: 25px 15px;
  }
  .home .compensation .tabs .nav-tabs li {
    padding: 24px 0px;
    padding-left: 10px;
    font-size: 1.8rem;
  }
}
@media (max-width: 374px) {
  .home .compensation .tabs .nav-tabs li {
    font-size: 1.6rem;
  }
}
.home .outline {
  padding: 100px 0;
}
.home .outline .table {
  background: #e9d6e8;
}
.home .outline .table ul li .lbl {
  background: #a04d9c;
  padding-right: 73px;
  position: relative;
}
.home .outline .table ul li .lbl .cl1 {
  color: #faed00;
}
.home .outline .table ul li .lbl .tag {
  position: absolute;
  background: #faed00;
  color: #a04d9c;
  font-weight: 700;
  line-height: 1;
  min-width: 55px;
  text-align: center;
  padding: 6px 5px 8px;
  right: 18px;
  top: 50%;
  margin-top: -15px;
}
.home .outline .table h3 {
  background: #a04d9c;
}
.home .outline .table ul li .desc {
  font-size: 2rem;
  padding: 15px 30px;
}
.home .outline .table ul li .desc .span-block .wpcf7-list-item {
  display: block !important;
}
.home .outline .table .rd-box .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
}
.home .outline .table .rd-box .wpcf7-list-item input {
  height: 18px;
  width: 18px;
  accent-color: #707070;
  margin: 0 !important;
  margin-right: 8px !important;
  position: relative;
  top: 2px;
}
.home .outline .table .chk-box .wpcf7-list-item input {
  height: 18px;
  width: 18px;
  accent-color: #707070;
  margin: 0 !important;
  margin-right: 8px !important;
  position: relative;
  top: 1px;
}
.home .outline .table .chk-box .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 1;
  display: inline-block;
}
.home .outline .table .chk-box .wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 30px !important;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  line-height: 1;
}
.home .outline .table .rd-box .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}
.home .outline .table .privacy-group {
  padding-top: 50px;
}
.home .outline .table .privacy-group .privacy-ttl {
  font-weight: 600;
}
.home .outline .table ul li .lbl.pr0 {
  padding-right: 0;
}
.home .outline .table .privacy-group .privacy-content {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  padding: 30px 10px 30px 30px;
  background: #fff;
  height: 300px;
  color: #646464;
}
.home .outline .table .chk-box .wpcf7-list-item label {
  display: block;
}
.home .outline .table .privacy-group .privacy-inner {
  overflow-y: scroll;
  padding-right: 30px;
  height: 100%;
}
.home .outline .table .privacy-group .privacy-inner h4 {
  font-size: 2.5rem;
  line-height: 1;
}
.home .outline .table .btn-bottom {
  text-align: center;
  padding-top: 50px;
}
.home .outline .table .btn-bottom .btn {
  background: #a54a96;
  font-size: 2.4rem;
  border: unset;
  padding: 30px 15px 31px;
  min-width: unset;
  width: 100%;
  max-width: 500px;
  border-radius: 38px;
}
.home .outline .table .input-group .radio {
  padding-left: 28px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  line-height: 1.6;
  font-size: 2rem;
}
.home .outline .table .input-group .radio label {
  display: block;
}
.home .outline .table .input-group .radio .wpcf7-list-item-label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
}
.home .outline .table .input-group .radio input:checked ~ .wpcf7-list-item-label {
  background-color: #eaeaea;
  border: 6px solid #707070;
}
.home .outline .table .input-group .radio input:disabled ~ .wpcf7-list-item-label {
  background-color: #ffffff;
}
.home .outline .table .input-group .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.home .outline .table .input input[type='text'],
.home .outline .table .input input[type='email'] {
  width: 100%;
  height: 100%;
  border: unset;
  padding: 0;
  font-size: 2rem;
  line-height: 1;
  /* color: #a9a9a9; */
  position: relative;
  border-radius: 0;
  font-weight: 400;
  opacity: 0.7;
}
.home .outline .table .input textarea {
  height: 180px;
  width: 100%;
  border: unset;
  resize: none;
  font-size: 2rem;
  line-height: 1;
  /* color: #898989; */
  opacity: 0.7;
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: unset;
}
.contact_thanks {
  background: #fff !important;
  padding: 35px 40px;
  margin-top: 10px;
  line-height: 1.7;
  letter-spacing: 0;
}
.contact_thanks h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.btn.wpcf7-previous,
.btn.btn_back {
  background: #707070 !important;
  margin-top: 15px;
  cursor: pointer !important;
}
.btn.wpcf7-previous:hover,
.btn.btn_back:hover {
  background: #00b8cc !important;
}
@media (max-width: 960px) {
  .home .outline .table .btn-bottom {
    padding-top: 25px;
  }
  .home .outline .table {
    padding-bottom: 40px;
  }
  .home .outline .table ul li .lbl {
    padding-right: 50px;
  }
  .home .outline .table ul li .lbl .tag {
    min-width: 35px;
    padding: 3px 5px 3px;
    right: 10px;
    margin-top: -10px;
    font-size: 1.4rem;
  }
  .home .table ul li .lbl {
    width: 200px;
    font-size: 1.4rem;
  }
  .home .outline .table ul li .desc,
  .home .outline .table .input input[type='text'],
  .home .outline .table .input textarea,
  .home .outline .table .input-group .radio {
    font-size: 1.6rem;
  }
  .home .outline .table .input-group .radio .checkmark {
    margin-top: 0;
    height: 16px;
    width: 16px;
  }
  .home .outline .table .input-group .radio {
    padding-left: 20px;
  }
}
@media (max-width: 750px) {
  .home .table ul li .lbl {
    width: 100%;
  }
  .home .outline .table .input-group .radio {
    font-size: 1.6rem;
  }
  .home .outline .table .privacy-group .privacy-content,
  .home .outline .table ul li .desc {
    font-size: 1.4rem;
  }
  .home .outline .table .privacy-group {
    padding-top: 25px;
  }
  .home .outline .table .privacy-group .privacy-inner h4 {
    font-size: 1.8rem;
  }
  .home .outline .table ul li .lbl .tag {
    font-size: 1.4rem;
  }
  .home .outline .table ul li .desc {
    padding: 15px 20px;
  }
  .home .outline .table .privacy-group .privacy-inner {
    padding-right: 15px;
  }
  .home .outline .table .privacy-group .privacy-content {
    padding: 20px 10px 20px 20px;
  }
  .home .outline {
    padding: 50px 0;
  }
  .home .table ul li .desc {
    font-size: 1.4rem;
  }
  .home .outline .table .btn-bottom .btn {
    font-size: 2rem;
    padding: 20px 15px 21px;
    max-width: 300px;
    border-radius: 26px;
  }
  .home .outline .table ul li .lbl {
    padding-right: 60px;
    align-items: flex-start;
  }
  .home .outline .table ul li .lbl .tag {
    right: 20px;
  }
  .home .outline .table .chk-box .wpcf7-list-item {
    display: block;
  }
  .home .outline .table .chk-box .wpcf7-list-item input {
    height: 15px;
    width: 15px;
    margin-right: 6px !important;
    top: 2px;
  }
  .contact_thanks {
    padding: 35px 20px;
    font-size: 1.4rem;
  }
  .contact_thanks h2 {
    font-size: 1.8rem;
  }
  .btn.wpcf7-previous,
  .btn.btn_back {
    margin-top: 10px;
  }
}
/*
==============================================================
========================= End Home ===========================
==============================================================
*/
/*
==============================================================
========================= 404 page ===========================
==============================================================
*/
.error-page .container {
  text-align: center;
}
.error-page h1 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 20px;
  font-family: Helvetica, sans-serif;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.error-page h2 {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.error-page h3 {
  font-size: 1.3;
  margin-top: 50px;
}
.error-page .explain {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  margin: 30px auto;
  padding: 17px;
  max-width: 640px;
}
.error-page #white_box {
  margin: 15px auto 0;
  background-color: white;
  max-width: 640px;
  text-align: left;
  background: #bfbfbf;
  padding: 20px;
}
.error-page #white_box ul {
  list-style-type: disc;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .error-page h1 {
    font-size: 3rem;
  }
  .error-page h2 {
    font-size: 1.2rem;
  }
  .error-page h3 {
    font-size: 1rem;
  }
  .error-page #white_box ul {
    font-size: 0.93rem;
  }
}
/*
==============================================================
======================= End 404 page =========================
==============================================================
*/

/*------------------------------
20250616 修正
------------------------------*/
.header-bottom {
  display: none;
}
.fixed-nav .header-bottom {
  display: block;
  border-top: 1px solid #eee;
}
ul.header-menu {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  padding: 15px 0 15px;
}
ul.header-menu li {
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
}
ul.header-menu li a {
  color: #ff6584;
  transition: all 0.5s;
}
ul.header-menu li a:hover {
  opacity: 0.7;
}
ul.header-menu li.cl1 a {
  color: #8897d3;
}
ul.header-menu li.cl2 a {
  color: #77c5d3;
}
ul.header-menu li.cl3 a {
  color: #5296e4;
}
ul.header-menu li.cl4 a {
  color: #ffa75c;
}
ul.header-menu li.cl5 a {
  color: #a48eaa;
}
ul.header-menu li.cl6 a {
  color: #ff9daf;
}

/* sp ハンバーガーメニュー */
.hamburger {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1%;
  display: none;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  margin-right: 0;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 2px;
  background-color: #333;
  display: inline-block;
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  top: 18px;
}
.menu-trigger span:nth-of-type(3) {
  top: 28px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 1);
  padding: 80px 4% 0;
}
.overlay .header-menu {
  display: block;
}
.overlay .header-menu li {
  padding: 10px;
  text-align: left;
}
.overlay .header-menu a {
  font-size: 1.6rem;
  text-align: left;
  padding: 5px 0;
}
@media (max-width: 640px) {
  .wrapper.home {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .header-wrap {
    position: relative;
    z-index: 110;
  }
  header .header-inner {
    padding-right: 10%;
    position: relative;
    z-index: 200;
  }
  .fixed-nav .header-bottom {
    display: none;
  }
  .hamburger {
    display: block;
  }
}
