@charset "UTF-8";
html, body {
  margin: 0;
  font-family: futura-pt, kozuka-gothic-pro, sans-serif;
}

* {
  box-sizing: border-box;
}

*::before {
  box-sizing: border-box;
}

*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  letter-spacing: 1px;
}

ul {
  margin: 0;
  padding-left: 0;
}

li {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

p {
  margin: 0;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  opacity: .7;
}

img {
  display: block;
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

/* ==========================================================================
common parts css
========================================================================== */
.section-title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title h2 {
  font-weight: bold;
  color: #333333;
  font-size: 42px;
}

.section-title-guide {
  margin-bottom: 20px;
  padding: 0 30px 10px;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border-bottom: 3px solid #eba2b1;
}

.section-title-guide::before, .section-title-guide::after {
  content: '';
  position: absolute;
  border: 12px solid transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.section-title-guide::before {
  border-top: 12px solid #eba2b1;
}

.section-title-guide::after {
  margin-top: -4px;
}

.section-title-guide span {
  color: #eba2b1;
  font-weight: bold;
  font-size: 24px;
}

.section-title-guide span:first-child {
  margin-right: 20px;
  font-style: italic;
}

.title-strong {
  margin-left: 10px;
  color: #40aaeb;
  position: relative;
}

.title-strong:after {
  content: '';
  position: absolute;
  right: -2px;
  bottom: 3px;
  left: -5px;
  height: 18px;
  background: #FBEF4F;
  z-index: -1;
}

.text-strong {
  color: #FBEF4F;
}

.section-title-simple {
  margin-bottom: 70px;
  text-align: center;
}

.section-title-simple h2 {
  padding-bottom: 5px;
  font-weight: bold;
  color: #333333;
  font-size: 42px;
  display: inline-block;
  border-bottom: 4px solid #eba2b1;
}

.cv-btn {
  margin-top: 30px;
  text-align: center;
}

.cv-btn a {
  padding: 10px 20px 10px 10px;
  border-radius: 60px;
  background-color: #E34766;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}

.cv-btn a img {
  width: 35px;
}

.cv-approach-text {
  margin-right: 50px;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FBEF4F;
  border-radius: 50%;
}

.cv-approach-text span {
  color: #40aaeb;
  font-weight: bold;
  font-size: 10px;
}

.cv-approach-text-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.cv-approach-text-inner > span {
  width: 100%;
  display: block;
}

.cv-time span:first-child {
  margin-right: -3px;
  line-height: 38px;
  font-size: 40px;
}

.cv-text {
  margin-right: 70px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.pc-db {
  display: block;
}

.slick-arrow {
  width: 60px !important;
  height: 60px !important;
  z-index: 2 !important;
  border-radius: 50%;
  background-color: #eba2b1;
  border: none;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  top: 50% !important;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}

.slick-arrow img {
  margin: 0 auto;
  width: 30px;
}

.prev-arrow img {
  transform: rotate(180deg);
}

.company-interview-list .prev-arrow {
  left: 60px !important;
}

.company-interview-list .next-arrow {
  right: 60px !important;
}

.senpai-interview-list .prev-arrow {
  left: -90px !important;
}

.senpai-interview-list .next-arrow {
  right: -90px !important;
}

.slick-track {
  padding: 40px 0 !important;
  display: flex !important;
  align-items: center;
}

.slick-active .company-interview-item {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.senpai-interview-list .slick-dots {
  bottom: -50px;
}

.company-interview-list .slick-dots {
  bottom: -30px;
}

.slick-dots li {
  margin: 0 10px !important;
}

.slick-dots li button:before {
  font-size: 14px !important;
}

.slick-dots li.slick-active button:before {
  color: #eba2b1 !important;
  opacity: 1 !important;
}

.more-btn {
  padding: 13px 15px 10px 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  background: linear-gradient(to right, #40aaeb, #eba2b1);
  transition: all .3s;
  position: absolute;
  right: -10px;
  bottom: -20px;
  cursor: pointer;
}

.more-btn span {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.more-btn img {
  width: 25px;
}

.more-btn:hover {
  opacity: .7;
}

/* ==========================================================================
header css
========================================================================== */
header {
  padding: 10px 30px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.header-left {
  position: relative;
}

.header-left a img {
  width: 250px;
}

.header-left .sakura {
  width: 30px;
  position: absolute;
  bottom: -15px;
  right: -35px;
  transform: scale(1, -1) rotate(-120deg);
}

.header-right {
  margin-left: auto;
  display: flex;
}

.header-right a {
  padding: 18px 20px 15px 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.header-right a:first-child {
  margin-right: 30px;
  background-color: #40aaeb;
}

.header-right a:last-child {
  background-color: #e34766;
}

.header-right a span {
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.header-right a img {
  width: 20px;
}

.menu-bar {
  display: none;
  cursor: pointer;
  z-index: 1001;
}

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

.menu-trigger {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.menu-trigger:hover {
  opacity: 1;
}

.hamburger {
  width: 35px;
  height: 22px;
  position: relative;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(to right, #40aaeb, #eba2b1);
}

.hamburger span:nth-of-type(1) {
  top: 1px;
}

.hamburger span:nth-of-type(2) {
  top: 10px;
}

.hamburger span:nth-of-type(3) {
  bottom: 0;
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  background: #fff;
}

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

.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  background: #fff;
}

/* ==========================================================================
top-wrapper css
========================================================================== */
#top-wrapper {
  overflow: hidden;
}

.header-target-bar {
  padding: 15px 0 10px;
  background: linear-gradient(to right, #40aaeb, #eba2b1);
  text-align: center;
}

.header-target-bar p {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  position: relative;
  font-size: 26px;
}

.header-target-bar p .tb-db {
  margin-left: 20px;
}

.header-target-bar p:before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -20px;
  width: 3px;
  height: 35px;
  background: #fff;
  transform: rotate(15deg);
}

.header-target-bar p:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -20px;
  width: 3px;
  height: 35px;
  background: #fff;
  transform: rotate(-15deg);
}

.top-wrapper-main {
  background-image: url(../img/header-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-wrapper-main:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eba2b1;
  opacity: .16;
}

.top-wrapper-main .container {
  position: relative;
}

.main-title-area {
  padding: 120px 40px 270px;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.main-title-area h1 img {
  margin-left: -10px;
  width: 100%;
}

.main-title-area .sakura {
  position: absolute;
  opacity: .65;
}

.main-title-area .sakura:nth-child(1) {
  width: 70px;
  right: 20px;
  bottom: 200px;
  transform: rotate(-180deg);
}

.main-title-area .sakura:nth-child(2) {
  width: 20px;
  right: 100px;
  top: 100px;
  transform: rotate(150deg);
}

.main-title-area .sakura:nth-child(3) {
  width: 20px;
  left: 150px;
  bottom: 230px;
  transform: rotate(150deg);
}

.main-title-area .sakura:nth-child(4) {
  width: 50px;
  top: 20px;
  left: 70px;
  transform: rotate(-90deg);
}

.header-woman {
  width: 540px;
  position: absolute;
  bottom: 0;
  right: -500px;
}

.sub-title {
  margin-bottom: 20px;
}

.sub-title h2 {
  padding: 4px 15px 0px;
  font-weight: bold;
  color: #333333;
  border-left: 6px solid #eba2b1;
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 35px;
}

/* ==========================================================================
top-feature-section css
========================================================================== */
#top-feature-section {
  padding-bottom: 200px;
}

#top-feature-section .container {
  position: relative;
}

.feature-area {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: -170px;
  left: 20px;
  box-sizing: border-box;
}

.feature-item {
  margin-right: 20px;
  padding: 60px 10px 30px;
  width: calc(25% - 15px);
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16);
}

.feature-item:last-child {
  margin-right: 0;
}

.feature-item:nth-child(odd) {
  background-color: rgba(64, 170, 235, 0.9);
}

.feature-item:nth-child(odd) .feature-num {
  border: 4px solid #40aaeb;
}

.feature-item:nth-child(odd) .feature-num span {
  color: #40aaeb;
}

.feature-item:nth-child(even) {
  background-color: rgba(235, 162, 177, 0.9);
}

.feature-item:nth-child(even) .feature-num {
  border: 4px solid #eba2b1;
}

.feature-item:nth-child(even) .feature-num span {
  color: #eba2b1;
}

.feature-num {
  padding: 10px 0 7px;
  width: 70%;
  position: absolute;
  top: -20px;
  left: 50%;
  border-radius: 5px;
  transform: translateX(-50%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.feature-num span {
  font-size: 18px;
  font-weight: bold;
}

.feature-icon img {
  margin: 0 auto 20px;
  width: 100px;
}

.feature-desc {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-desc p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.feature-desc p .text-strong {
  margin: 0 5px;
  font-size: 22px;
}

/* ==========================================================================
global nav css
========================================================================== */
#global-nav {
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}

#global-nav nav {
  padding: 20px;
  border-radius: 50px;
  border: 3px solid #40aaeb;
  background-color: #D8EEFB;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16);
}

#global-nav nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#global-nav nav ul li a {
  color: #40aaeb;
  font-weight: 600;
  font-size: 18px;
}

/* ==========================================================================
participating_companies css
========================================================================== */
#participating_companies {
  padding: 80px 0 100px;
  background-color: #FDF7F8;
  position: relative;
}

#participating_companies .container {
  position: relative;
}

#participating_companies .section-title {
  margin-bottom: 30px;
}

#participating_companies .section-title .section-title-guide {
  margin-bottom: 10px;
  padding: 0;
  border-bottom: none;
}

#participating_companies .section-title .section-title-guide:before, #participating_companies .section-title .section-title-guide:after {
  display: none;
}

#participating_companies .section-title .section-title-guide span {
  margin-right: 0 !important;
  position: relative;
  font-style: normal;
}

#participating_companies .section-title .section-title-guide span:before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -20px;
  width: 3px;
  height: 26px;
  background: #eba2b1;
  transform: rotate(15deg);
}

#participating_companies .section-title .section-title-guide span:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -20px;
  width: 3px;
  height: 26px;
  background: #eba2b1;
  transform: rotate(-15deg);
}

#participating_companies .sakura-bg {
  position: absolute;
  width: 230px;
  bottom: -100px;
  left: 10px;
  z-index: 1;
}

.logo-slider-area {
  padding: 20px 100px;
  background-color: #fff;
  border-radius: 20px;
}

.logo-slider-tl img {
  margin-right: 40px;
  height: auto;
}

.logo-slider-tr img {
  margin-right: 40px;
  height: auto;
}

/* ==========================================================================
senpai_interview css
========================================================================== */
#senpai_interview {
  padding: 70px 0;
  position: relative;
}

#senpai_interview .section-title {
  margin-bottom: 10px;
}

#senpai_interview .section-title-guide::after {
  border-top: 12px solid #fff;
}

#senpai_interview .sakura-bg {
  position: absolute;
  width: 230px;
  bottom: -100px;
  right: 10px;
  z-index: 1;
  transform: scale(-1, 1);
}

.senpai-interview-list {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.senpai-interview-list ul li:nth-child(odd) .senpai-num {
  background-color: #eba2b1;
}

.senpai-interview-list ul li:nth-child(odd) h3 {
  background-color: #eba2b1;
}

.senpai-interview-list ul li:nth-child(odd) .senpai-card-name p {
  border-left: 4px solid #eba2b1;
}

.senpai-interview-list ul li:nth-child(even) .senpai-num {
  background-color: #40aaeb;
}

.senpai-interview-list ul li:nth-child(even) h3 {
  background-color: #40aaeb;
}

.senpai-interview-list ul li:nth-child(even) .senpai-card-name p {
  border-left: 4px solid #40aaeb;
}

.senpai-interview-item {
  margin: 0 40px !important;
  position: relative;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  transition: 1s ease-out !important;
}

.senpai-num {
  padding: 5px 20px;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 25px;
  text-transform: uppercase;
  z-index: 1;
}

.senpai-num span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.senpai_1 {
  background: url(../img/senpai_1.jpg) no-repeat center/cover;
}

.senpai_2 {
  background: url(../img/senpai_2.jpg) no-repeat center/cover;
}

.senpai_3 {
  background: url(../img/senpai_3.jpg) no-repeat center/cover;
}

.senpai_4 {
  background: url(../img/senpai_4.jpg) no-repeat center/cover;
}

.senpai_5 {
  background: url(../img/senpai_5.jpg) no-repeat center/cover;
}

.senpai_6 {
  background: url(../img/senpai_6.jpg) no-repeat center/cover;
}

.senpai-card-pic {
  width: 100%;
  height: 320px;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.senpai-card-pic h3 {
  padding: 9px 20px 4px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: -30px;
  bottom: 30px;
  line-height: 28px;
}

.senpai-card-pic h3 span {
  display: block;
}

.senpai-card-contents {
  padding: 30px 30px 60px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  position: relative;
}

.senpai-card-name p {
  padding: 4px 10px 2px;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}

.senpai-card-name p span {
  margin-left: 10px;
  font-size: 16px;
}

.senpai-card-snipet-area {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.senpai-card-snipet {
  display: block;
  overflow: hidden;
  line-height: 25px;
  height: 75px;
  /* 16px * 6 lines */
}

@supports (-webkit-line-clamp: 3) {
  .ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.senpai-voice-list ul li {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  opacity: 0;
}

.senpai-voice-list ul li:nth-child(odd) .senpai-voice-num {
  background-color: #eba2b1;
}

.senpai-voice-list ul li:nth-child(odd) .senpai-voice-name {
  border-bottom: 2px solid #eba2b1;
}

.senpai-voice-list ul li:nth-child(odd) .senpai-voice-name::before {
  border-top: 12px solid #eba2b1;
}

.senpai-voice-list ul li:nth-child(odd) .senpai-voice-detail-item h4 {
  background-color: #FCECEF;
}

.senpai-voice-list ul li:nth-child(even) .senpai-voice-num {
  background-color: #40aaeb;
}

.senpai-voice-list ul li:nth-child(even) .senpai-voice-name {
  border-bottom: 2px solid #40aaeb;
}

.senpai-voice-list ul li:nth-child(even) .senpai-voice-name::before {
  border-top: 12px solid #40aaeb;
}

.senpai-voice-list ul li:nth-child(even) .senpai-voice-detail-item h4 {
  background-color: #D8EEFB;
}

.senpai-voice-list ul li:nth-child(1) .senpai-voice-pic {
  background: url(../img/senpai_1.jpg) no-repeat center/cover;
}

.senpai-voice-list ul li:nth-child(2) .senpai-voice-pic {
  background: url(../img/senpai_2.jpg) no-repeat center/cover;
}

.senpai-voice-list ul li:nth-child(3) .senpai-voice-pic {
  background: url(../img/senpai_3.jpg) no-repeat center/cover;
}

.senpai-voice-list ul li:nth-child(4) .senpai-voice-pic {
  background: url(../img/senpai_4.jpg) no-repeat center/cover;
}

.senpai-voice-list ul li:nth-child(5) .senpai-voice-pic {
  background: url(../img/senpai_5.jpg) no-repeat center/cover;
}

.senpai-voice-list ul li:nth-child(6) .senpai-voice-pic {
  background: url(../img/senpai_6.jpg) no-repeat center/cover;
}

.senpai-voice-list ul li.active {
  opacity: 1;
  z-index: 999;
}

.modal-close {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s;
}

.modal-close:hover {
  opacity: .7;
}

.modal-close img {
  width: 30px;
}

.senpai-voice-content {
  padding: 60px 40px;
  width: 700px;
  height: 80vh;
  background-color: #fff;
  position: relative;
  overflow: scroll;
}

.senpai-voice-header {
  width: 100%;
  display: flex;
  align-items: center;
}

.senpai-voice-pic {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
}

.senpai-voice-pic img {
  width: 40px;
  position: absolute;
  right: -10px;
  bottom: 0;
  transform: rotate(180deg);
}

.senpai-init {
  margin-left: auto;
  width: 380px;
}

.senpai-init h3 {
  font-weight: 500;
  color: #333333;
}

.senpai-voice-num {
  padding: 6px 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.senpai-voice-name {
  margin-bottom: 25px;
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: 500;
  position: relative;
  background-color: transparent;
}

.senpai-voice-name::before, .senpai-voice-name::after {
  content: '';
  position: absolute;
  border: 12px solid transparent;
  top: 100%;
  left: 60px;
  transform: translateX(-50%);
}

.senpai-voice-name::after {
  margin-top: -3px;
  border-top: 12px solid #fff;
}

.senpai-voice-name span {
  margin-left: 10px;
  font-size: 18px;
}

.senpai-voice-details {
  margin-top: 50px;
}

.senpai-voice-detail-item {
  margin-bottom: 30px;
}

.senpai-voice-detail-item:last-child {
  margin-bottom: 0;
}

.senpai-voice-detail-item h4 {
  margin-bottom: 15px;
  padding: 9px 20px 5px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.senpai-voice-detail-item p {
  padding-right: 10px;
  padding-left: 10px;
  text-align: justify;
}

.modal-close-2 {
  margin-top: 60px;
  padding-top: 14px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
}

.modal-close-2:hover {
  background-color: #333333;
}

.modal-close-2:hover span:first-child {
  color: #fff;
}

.modal-close-2 span:first-child {
  margin-right: 20px;
  font-size: 20px;
  color: #333333;
}

.modal-close-2 span:last-child {
  margin-top: -2px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close-2 span:last-child img {
  width: 10px;
}

/* ==========================================================================
company_interview css
========================================================================== */
#company_interview {
  padding: 70px 0 120px;
  background-color: #FDF7F8;
}

#company_interview .section-title {
  margin-bottom: 10px;
}

#company_interview .section-title-guide::after {
  border-top: 12px solid #FDF7F8;
}

.company-interview-list {
  max-width: 1600px;
  margin: 0 auto;
}

.company-interview-list ul li {
  max-width: 700px;
}

.company-interview-item {
  position: relative;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  transform: scale(0.8);
  opacity: .7;
  transition: 1s ease-out !important;
}

.company_1 {
  background: url(../img/company_1.jpg) no-repeat top/cover;
}

.company_2 {
  background: url(../img/company_2.jpg) no-repeat top/cover;
}

.company_3 {
  background: url(../img/company_3.jpg) no-repeat center/cover;
}

.company_4 {
  background: url(../img/company_4.jpg) no-repeat center/cover;
}

.company_5 {
  background: url(../img/company_5.jpg) no-repeat center/cover;
}

.company_6 {
  background: url(../img/company_6.jpg) no-repeat center/cover;
}

.company-card-pic {
  width: 100%;
  height: 320px;
  border-radius: 20px 20px 0 0;
}

.company-card-contents {
  padding: 40px 30px 70px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  position: relative;
}

.company-card-contents h3 {
  font-size: 22px;
  font-weight: 500;
}

.company-card-name {
  padding: 9px 30px 7px;
  background-color: #40aaeb;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: -30px;
}

.company-card-name p {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.company-card-snipet-area {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.company-card-snipet-title {
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}

.company-card-snipet-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #40aaeb;
}

.company-card-snipet-title .title-strong:after {
  height: 8px;
}

.company-card-snipet {
  display: block;
  overflow: hidden;
  line-height: 25px;
  height: 75px;
  /* 16px * 6 lines */
}

@supports (-webkit-line-clamp: 3) {
  .ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.company-voice-list ul li {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  opacity: 0;
}

.company-voice-list ul li:nth-child(1) .company-voice-pic {
  background: url(../img/company_1.jpg) no-repeat top/cover;
}

.company-voice-list ul li:nth-child(2) .company-voice-pic {
  background: url(../img/company_2.jpg) no-repeat top/cover;
}

.company-voice-list ul li:nth-child(3) .company-voice-pic {
  background: url(../img/company_3.jpg) no-repeat center/cover;
}

.company-voice-list ul li:nth-child(4) .company-voice-pic {
  background: url(../img/company_4.jpg) no-repeat center/cover;
}

.company-voice-list ul li:nth-child(5) .company-voice-pic {
  background: url(../img/company_5.jpg) no-repeat center/cover;
}

.company-voice-list ul li:nth-child(6) .company-voice-pic {
  background: url(../img/company_6.jpg) no-repeat center/cover;
}

.company-voice-list ul li.active {
  opacity: 1;
  z-index: 999;
}

.company-voice-content {
  padding: 40px;
  width: 700px;
  height: 80vh;
  background-color: #fff;
  position: relative;
  overflow: scroll;
}

.company-voice-header {
  width: 100%;
}

.company-voice-header h3 {
  font-weight: 500;
  font-size: 22px;
}

.company-voice-pic {
  width: 100%;
  height: 280px;
}

.company-voice-name {
  margin: 20px 0;
  padding: 10px 30px 6px;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  background-color: #40aaeb;
}

.company-voice-details {
  margin-top: 50px;
}

.company-voice-detail-item {
  margin-bottom: 30px;
}

.company-voice-detail-item:last-child {
  margin-bottom: 0;
}

.company-voice-detail-item h4 {
  margin-bottom: 15px;
  padding: 9px 20px 5px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  background-color: #D8EEFB;
}

.company-voice-detail-item p {
  margin-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: justify;
}

.company-voice-detail-item p:last-child {
  margin-bottom: 0;
}

.text-marker {
  margin: 0 5px;
  background: linear-gradient(transparent 50%, #FBEF4F 50%);
  font-weight: 500;
}

.campaign-slider-area .prev-arrow {
  left: 0px;
}

.campaign-slider-area .next-arrow {
  right: 0px;
}

.campaign-area {
  max-width: 980px;
  margin: 110px auto 0;
  background-color: #fff;
  padding: 60px 40px 80px;
  box-sizing: border-box;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16);
  text-align: center;
  border-radius: 20px;
  position: relative;
}

.campaign-area .sakura {
  width: 260px;
  position: absolute;
}

.campaign-area .sakura:first-child {
  top: -30px;
  left: -10px;
  transform: rotate(180deg);
}

.campaign-area .sakura:nth-child(2) {
  top: -30px;
  right: -10px;
  transform: scale(-1, 1) rotate(180deg);
}

.campaign-area .sakura:nth-child(3) {
  bottom: -100px;
  left: -10px;
  transform: scale(-1, 1);
}

.campaign-area .sakura:nth-child(4) {
  bottom: -100px;
  right: -10px;
}

.campaign-box-title {
  padding: 12px 20px 8px;
  display: inline-block;
  background-color: #D8EEFB;
  border: 2px solid #40aaeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  border-radius: 5px;
}

.campaign-box-title p {
  font-size: 20px;
  color: #40aaeb;
  font-weight: bold;
}

.campaign-logo {
  margin: 0 auto;
  width: 300px;
}

.campaign-title {
  margin-top: 20px;
  display: inline-block;
}

.campaign-title p {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.campaign-title p .title-strong:after {
  height: 12px;
}

.campaign-title h3 img {
  width: 100%;
}

.campaign-title-line {
  margin: 10px 0 20px;
  width: 100%;
  border-top: 6px dotted #eba2b1;
}

.ribbon-area {
  margin: 20px auto 80px;
  width: 400px;
  position: relative;
}

.ribbon-area img {
  width: 100%;
}

.ribbon-area p {
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.campaign-single-column {
  padding: 50px 40px 40px;
  width: 100%;
  border: 3px solid #40aaeb;
  background-color: #D8EEFB;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}

.campaign-single-column h4 {
  padding: 5px 30px 3px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  background-color: #40aaeb;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.campaign-single-column ul li {
  position: relative;
  text-align: left;
}

.campaign-single-column ul li:first-child {
  margin-bottom: 20px;
}

.campaign-single-column ul li p {
  font-size: 16px;
  position: relative;
  z-index: 1;
  text-align: justify;
}

.campaign-single-column ul li img {
  width: 50px;
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: .3;
}

.campaign-two-column {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.two-column-item {
  width: calc(50% - 20px);
  box-sizing: border-box;
  padding: 50px 40px 40px;
  border: 3px solid #40aaeb;
  background-color: #D8EEFB;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.two-column-item h4 {
  padding: 5px 30px 3px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  background-color: #40aaeb;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.two-column-item p {
  text-align: justify;
}

.two-column-item:first-child {
  margin-right: 40px;
}

.two-column-item div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-column-item div img {
  margin-right: 20px;
  width: 30px;
}

.campaign-msg {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.campaign-msg span {
  font-size: 42px;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #FBEF4F 50%);
  display: inline-block;
}

.campaign-notes {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}

/* ==========================================================================
faq css
========================================================================== */
#faq {
  padding: 70px 0;
  position: relative;
}

#faq .container {
  position: relative;
  z-index: 2;
}

#faq .section-title-guide::after {
  border-top: 12px solid #fff;
}

#faq .sakura-bg {
  position: absolute;
  width: 230px;
  bottom: -100px;
  left: 10px;
  z-index: 1;
}

.faq-list ul li {
  margin-bottom: 40px;
  cursor: pointer;
}

.faq-list ul li:nth-child(even) .answer .answer-contents .answer-profile span {
  background: url(../img/l-section05_img02.jpg) no-repeat center/cover;
}

.faq-list ul li:nth-child(odd) .answer .answer-contents .answer-profile span {
  background: url(../img/l-section05_img01.jpg) no-repeat center/cover;
}

.question {
  margin-bottom: 30px;
  padding: 0 10px 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #40aaeb;
}

.question h3 {
  display: flex;
  align-items: center;
}

.question h3 span:first-child {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  background-color: #40aaeb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: kozuka-gothic-pro;
}

.question h3 span:last-child {
  width: calc(100% - 50px);
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
  color: #333333;
}

.question img {
  margin-left: 10px;
  width: 30px;
  transform: scale(1, 1);
  transition: all .3s;
}

.answer {
  display: none;
  padding: 0 20px;
  border-radius: 10px;
}

.answer-contents {
  display: flex;
  align-items: flex-start;
}

.answer-profile {
  width: 20%;
}

.answer-profile span {
  margin: 0 auto 10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
}

.answer-profile p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.answer-text {
  margin-left: auto;
  padding: 30px;
  width: 78%;
  background-color: #F8DCE2;
  border-radius: 10px;
  position: relative;
}

.answer-text:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -30px;
  border-right: 30px solid #F8DCE2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.answer-text p {
  text-align: justify;
}

/* ==========================================================================
strength css
========================================================================== */
#strength {
  padding: 80px 0;
  background-color: #FDF7F8;
  position: relative;
  z-index: 0;
}

#strength .container {
  position: relative;
  z-index: 2;
}

#strength .section-title-guide::after {
  border-top: 12px solid #FDF7F8;
}

#strength .sakura-bg {
  position: absolute;
  width: 230px;
  bottom: -100px;
  right: 10px;
  z-index: 1;
  transform: scale(-1, 1);
}

.strength-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.strength {
  margin-right: 30px;
  padding: 0 20px 40px;
  width: calc(33.3333% - 20px);
  background-color: #40aaeb;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 10px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16);
}

.strength:last-child {
  margin-right: 0;
}

.strength h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
}

.strength p {
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.strength-num {
  font-size: 200px;
  position: absolute;
  top: 0px;
  left: -30px;
  font-weight: 900;
  line-height: 120px;
  color: #78C3F1;
}

.strength-icon {
  margin: 50px auto 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.strength-icon img {
  width: 100px;
}

/* ==========================================================================
steps css
========================================================================== */
#steps {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

#steps .container {
  position: relative;
  z-index: 2;
}

#steps .section-title-guide::after {
  border-top: 12px solid #fff;
}

#steps .sakura-bg {
  position: absolute;
  width: 230px;
  bottom: -100px;
  left: 10px;
  z-index: 1;
}

.step-list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.step {
  margin-bottom: 60px;
  width: 33.3333%;
  box-sizing: border-box;
  position: relative;
}

.step:before {
  content: '';
  position: absolute;
  top: 80px;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #ccc;
}

.step:nth-child(1) .step-num {
  background-color: #8CCCF3;
}

.step:nth-child(1) .step-num:before {
  border-left: 10px solid #8CCCF3;
}

.step:nth-child(2) .step-num {
  background-color: #7CC5F1;
}

.step:nth-child(2) .step-num:before {
  border-left: 10px solid #7CC5F1;
}

.step:nth-child(3):before {
  display: none;
}

.step:nth-child(3) .step-num {
  background-color: #6EBEF0;
}

.step:nth-child(3) .step-num:before {
  border-left: 10px solid #6EBEF0;
}

.step:nth-child(4) {
  margin-bottom: 0;
}

.step:nth-child(4) .step-num {
  background-color: #5EB7EE;
}

.step:nth-child(4) .step-num:before {
  border-left: 10px solid #5EB7EE;
}

.step:nth-child(5) {
  margin-bottom: 0;
}

.step:nth-child(5) .step-num {
  background-color: #4FB1EC;
}

.step:nth-child(5) .step-num:before {
  border-left: 10px solid #4FB1EC;
}

.step:nth-child(6) {
  margin-bottom: 0;
}

.step:nth-child(6) .step-num {
  background-color: #40AAEB;
}

.step:nth-child(6):before {
  display: none;
}

.step-num {
  position: relative;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-num:before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  z-index: 1;
}

.step-num span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 0;
}

.step-icon {
  margin: 30px auto 20px;
  width: 120px;
  height: 120px;
  background-color: #D8EEFB;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-icon img {
  width: 70px;
}

.step-desc {
  text-align: center;
  padding: 0 20px;
}

.step-desc h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #40aaeb;
}

.step-desc p {
  text-align: justify;
}

.step-desc p span {
  display: block;
}

/* ==========================================================================
consultants css
========================================================================== */
#consultants {
  padding: 80px 0;
  background: linear-gradient(135deg, #D8EEFB, #FDF7F8);
  position: relative;
  z-index: 0;
}

#consultants .section-title {
  margin-bottom: 80px;
}

#consultants .section-title-guide::after {
  border-top: 12px solid #E1F1FA;
}

#consultants .sakura-bg {
  position: absolute;
  width: 230px;
  bottom: -100px;
  right: 10px;
  z-index: 1;
  transform: scale(-1, 1);
}

.consultant {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.consultant:first-child {
  margin-bottom: 120px;
}

.consultant:first-child .consul-img.lazyloaded {
  background-image: url(../img/l-section05_img01.jpg);
}

.consultant:first-child .consul-img:before {
  right: 20px;
  left: -20px;
  background-color: #eba2b1;
}

.consultant:first-child .consul-num {
  left: 30px;
  background-color: #eba2b1;
}

.consultant:first-child .consul-desc {
  margin-left: auto;
}

.consultant:first-child .consul-desc h3 {
  border-left: 4px solid #eba2b1;
}

.consultant:first-child .consul-msg {
  right: 0;
}

.consultant:first-child .consul-msg p {
  background-color: #eba2b1;
}

.consultant:last-child {
  flex-direction: row-reverse;
}

.consultant:last-child .consul-img {
  margin-left: auto;
}

.consultant:last-child .consul-img.lazyloaded {
  background-image: url(../img/l-section05_img02.jpg);
}

.consultant:last-child .consul-img:before {
  right: -20px;
  left: 20px;
  background-color: #40aaeb;
}

.consultant:last-child .consul-num {
  right: 30px;
  background-color: #40aaeb;
}

.consultant:last-child .consul-desc {
  position: relative;
  top: 30px;
}

.consultant:last-child .consul-desc h3 {
  border-left: 4px solid #40aaeb;
}

.consultant:last-child .consul-msg {
  left: 0;
}

.consultant:last-child .consul-msg p {
  background-color: #40aaeb;
}

.consul-img {
  width: 47%;
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.consul-img:before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: -20px;
  z-index: -1;
}

.consul-num {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
}

.consul-num span {
  color: #fff;
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
}

.consul-desc {
  width: 47%;
}

.consul-desc h3 {
  margin-bottom: 20px;
  padding: 5px 20px 3px;
  display: flex;
  align-items: center;
  font-size: 26px;
}

.consul-desc h3 span {
  font-weight: 500;
  color: #333333;
}

.consul-desc h3 span:first-child {
  margin-right: 30px;
}

.consul-desc h3 span:last-child {
  font-style: italic;
}

.consul-msg {
  top: 50px;
  position: absolute;
}

.consul-msg p {
  margin-bottom: 10px;
  padding: 13px 25px 10px;
  letter-spacing: 2px;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.cv-msg {
  margin-top: 120px;
  text-align: center;
}

.cv-msg div p {
  display: inline-block;
}

.cv-msg div:first-child p {
  color: #40aaeb;
  font-weight: bold;
  position: relative;
  font-size: 26px;
}

.cv-msg div:first-child p:before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -20px;
  width: 3px;
  height: 35px;
  background: #40aaeb;
  transform: rotate(15deg);
}

.cv-msg div:first-child p:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -20px;
  width: 3px;
  height: 35px;
  background: #40aaeb;
  transform: rotate(-15deg);
}

.cv-msg div:last-child p {
  margin-top: 10px;
  font-size: 32px;
  font-weight: bold;
}

/* ==========================================================================
company css
========================================================================== */
#company {
  padding: 80px 0;
}

.company-contents {
  margin-bottom: 50px;
  display: flex;
}

.office-img {
  width: 40%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.office-img.lazyloaded {
  background-image: url(../img/company_photo.jpg);
}

.company-details {
  margin-left: auto;
  width: 55%;
}

.company-details img {
  margin: 0 auto 30px;
  width: 300px;
}

.company-details table th, .company-details table td {
  padding-bottom: 6px;
  text-align: left;
  letter-spacing: 1px;
  color: #333333;
  font-weight: normal;
  vertical-align: top;
}

.company-details table th {
  width: 20%;
}

/* ==========================================================================
signup_form css
========================================================================== */
#signup_form {
  padding: 120px 0 80px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#signup_form.lazyloaded {
  background-image: url(../img/header-bg.jpg);
}

#signup_form:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(64, 170, 235, 0.6), rgba(235, 162, 177, 0.6));
}

#signup_form .container {
  position: relative;
}

.form-area {
  max-width: 768px;
  margin: 0 auto;
  padding: 80px 60px 50px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  position: relative;
}

.form-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #40aaeb, #eba2b1);
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-icon img {
  width: 60px;
}

.l-formBtn {
  margin-top: 60px;
  text-align: center;
}

.l-formBtn a {
  padding: 16px 80px;
  display: inline-block;
  border-radius: 40px;
  background-color: #E34766;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

dl {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

dl:last-of-type {
  align-items: flex-start;
}

dl:nth-of-type(6) {
  align-items: flex-start;
}

dt {
  width: 20%;
  font-size: 16px;
  color: #333333;
  position: relative;
  box-sizing: border-box;
}

dt:after {
  content: '必須';
  padding: 3px 10px;
  position: absolute;
  top: -2px;
  right: 0;
  border-radius: 20px;
  color: #40aaeb;
  background-color: #FBEF4F;
  font-size: 12px;
  font-weight: bold;
}

dd {
  width: 75%;
  box-sizing: border-box;
}

.afterNone:after {
  display: none;
}

.radioMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.radioMain .items {
  display: flex;
}

.radioMain label {
  margin-top: -1px;
  margin-left: 5px;
  cursor: pointer;
}

.selectMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selectMain .items {
  margin-right: 20px;
  width: calc(50% - 10px);
  position: relative;
  z-index: 0;
}

.selectMain .items:nth-child(2) {
  margin-right: 0;
}

.selectMain .items:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  border-top: 8px solid #ccc;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.selectMain .items:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 85%;
  background-color: #eee;
  border-radius: 3px;
  z-index: -1;
}

.selectMain .items select {
  margin-right: 10px;
  width: 85%;
}

.inputMain {
  display: flex;
  align-items: center;
}

.inputMain .items {
  margin-right: 20px;
  width: calc(50% - 10px);
}

.inputMain .items:nth-child(2) {
  margin-right: 0;
}

.inputMain .items input {
  width: 100%;
}

.checkboxMain {
  margin-top: 5px;
  display: flex;
}

.checkboxMain label {
  margin-left: 5px;
  font-size: 14px;
  cursor: pointer;
}

.items span {
  color: #333333;
  font-size: 16px;
}

.long {
  margin-right: 0 !important;
  width: 100% !important;
}

select {
  padding: 12px 20px;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

input, textarea {
  padding: 12px 20px;
  background-color: #eee;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  height: 200px;
}

label {
  color: #333333;
}

.l-formMain__errorNoti {
  font-size: 15px;
  color: #e34766;
  margin-top: 5px;
}

/* ==========================================================================
footer css
========================================================================== */
footer {
  margin-bottom: 105px;
  padding: 40px 0 20px;
  text-align: center;
}

footer img {
  margin: 0 auto 20px;
  width: 300px;
}

.copyright p {
  font-size: 14px;
}

/* ==========================================================================
fixed-top css
========================================================================== */
#fixed-top {
  position: fixed;
  right: 40px;
  bottom: 130px;
  z-index: 3;
}

.top-btn {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #40aaeb, #eba2b1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.top-btn img {
  width: 50px;
  transform: rotate(-90deg);
}

/* ==========================================================================
fixed-cv css
========================================================================== */
#fixed-cv {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

#fixed-cv a {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(-45deg, #EA8794, #EA8794 20px, #E97D8C 21px, #E97D8C 40px);
}

.fixed-cv-contents {
  padding: 10px 20px 10px 10px;
  border-radius: 60px;
  background-color: #E34766;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.fixed-cv-contents ::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 30s ease-in-out infinite;
}

@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  95% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  96% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.fixed-cv-contents img {
  width: 35px;
}
