@charset "UTF-8";
* {
  margin: 0; }
  *:focus {
    outline: none; }

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  color: #444;
  background-color: color(display-p3 1 1 1);
  height: 100%; }
  @media (min-width: 980px) {
    html {
      font-size: 75%; } }

body {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  body main {
    flex-grow: 1; }
  body > * {
    min-width: 320px;
    box-sizing: border-box; }

ul {
  list-style: none;
  padding: 0; }

header {
  display: flex;
  flex-direction: column-reverse;
  padding: 24px; }
  header .bl_siteID {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    padding: 0 20px 0 5rem;
    box-sizing: border-box;
    background-image: url(../img/ckc_logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain; }
    header .bl_siteID .el_siteTitle {
      font-size: 2.2rem;
      line-height: 1;
      margin: .25em 0; }
    header .bl_siteID .el_siteSubtitle {
      font-size: 1.7rem;
      line-height: 1; }
  header .bl_glovalNavi {
    position: relative; }
  @media (min-width: 980px) {
    header {
      width: 980px;
      margin: auto; } }

#glovalNaviSwitch {
  display: none; }
  #glovalNaviSwitch:checked ~ .bl_naviBtn .el_hamburgerBuns1 {
    transform: translateY(5px) rotate(-315deg); }
  #glovalNaviSwitch:checked ~ .bl_naviBtn .el_hamburgerBuns2 {
    transform: rotate(315deg); }
  #glovalNaviSwitch:checked ~ .bl_naviBtn .el_hamburgerBuns3 {
    transform: rotate(360deg);
    height: 14px;
    width: 14px;
    top: 17px;
    left: 16px;
    background-color: transparent;
    border: 2px solid #1f62bb; }
  #glovalNaviSwitch:checked ~ .bl_naviMenu {
    transition: all 2s;
    max-height: 100vh; }

.bl_naviBtn {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: -15px; }
  @media (min-width: 641px) and (max-width: 979px) {
    .bl_naviBtn {
      display: none; } }
  @media (min-width: 980px) {
    .bl_naviBtn {
      display: none; } }

.bl_hamburgerIcon {
  position: relative; }
  .bl_hamburgerIcon span {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #1f62bb;
    transition: all .4s; }
  .bl_hamburgerIcon .el_hamburgerBuns1 {
    top: 20px;
    left: 15px; }
  .bl_hamburgerIcon .el_hamburgerBuns2 {
    top: 25px;
    left: 15px; }
  .bl_hamburgerIcon .el_hamburgerBuns3 {
    width: 10px;
    top: 30px;
    left: 15px; }
  @media (min-width: 641px) and (max-width: 979px) {
    .bl_hamburgerIcon {
      display: none; } }
  @media (min-width: 980px) {
    .bl_hamburgerIcon {
      display: none; } }

.bl_naviMenu {
  transition: all .25s;
  transition-timing-function: linear;
  overflow: hidden;
  display: flex;
  text-align: right;
  position: absolute;
  right: 0;
  height: 4rem;
  flex-flow: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  max-height: inherit;
  margin: 0 0 0 23rem; }
  @media (max-width: 640px) {
    .bl_naviMenu {
      position: inherit;
      height: auto;
      max-height: 0;
      flex-flow: column;
      margin: 0 48px 0 0; } }

@media (max-width: 640px) {
  .el_naviMenuItem {
    margin-bottom: 3em; } }
.el_naviMenuItem::before {
  content: '▼';
  margin-right: .5em;
  margin-left: 1.5em; }
.el_naviMenuItem a {
  font-size: 1.4rem;
  color: #1f62bb;
  text-decoration: none; }

.bl_swiper {
  max-width: 2000px;
  margin: auto; }

#swiper1 {
  height: calc( 100vh - 240px );
  min-height: 400px;
  max-height: 560px; }
  #swiper1 .swiper-slide {
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #swiper1 .swiper-slide > * {
      margin: 0 16px; }
      @media (min-width: 980px) {
        #swiper1 .swiper-slide > * {
          width: 900px;
          margin: 0 auto; } }

#swiper1-slide1 {
  background-image: url(/img/img1_1.jpg); }

#swiper1-slide2 {
  background-image: url(/img/img1_2.jpg); }

#swiper1-slide3 {
  background-image: url(/img/img1_3.jpg); }
  #swiper1-slide3 h1 {
    font-size: 1.6rem;
    color: #F88; }
  #swiper1-slide3 h2 {
    font-size: 2.4rem;
    color: #FFF; }
  #swiper1-slide3 p {
    font-size: 1.4rem;
    color: #FFF; }

#swiper1-slide4 {
  background-image: url(/img/img1_4.jpg); }
  #swiper1-slide4 h1 {
    font-size: 1.6rem;
    color: #F88; }
  #swiper1-slide4 h2 {
    font-size: 2.4rem;
    color: #FFF; }
  #swiper1-slide4 p {
    font-size: 1.4rem;
    color: #FFF; }

.bl_catchcopy {
  letter-spacing: .2em;
  line-height: 2.4;
  margin: 32px 8px;
  text-align: center; }

.el_catchcopyTitle {
  font-size: 1.6rem;
  font-weight: 500; }

.el_catchcopyCaption {
  font-size: 1rem;
  font-weight: 400; }

.bl_businessMenu {
  display: flex;
  justify-content: space-between;
  margin: 0 32px;
  padding: 16px 0;
  border-bottom: solid 4px #ddd; }
  @media (min-width: 641px) and (max-width: 979px) {
    .bl_businessMenu {
      justify-content: space-around; } }
  @media (min-width: 980px) {
    .bl_businessMenu {
      width: 980px;
      margin: auto;
      justify-content: space-around; } }

.el_businessMenuItem a {
  color: #1f62bb;
  font-size: 1.6rem;
  text-decoration: none; }

.el_taskTitle {
  margin: 1em;
  text-align: center;
  font-size: 3rem; }
  .el_taskTitle span {
    display: inline-block; }

.el_taskSubtitle {
  color: #717f89;
  text-align: center;
  font-size: 2rem;
  margin: 0 .5em 1em; }
  .el_taskSubtitle span {
    display: inline-block; }

.el_taskCaption {
  padding: 1em 2em;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2.2; }
  @media (min-width: 980px) {
    .el_taskCaption {
      width: 980px;
      margin: auto;
      box-sizing: border-box; } }

#swiper2 {
  height: 75vw;
  max-height: 300px;
  overflow: hidden; }
  #swiper2 .swiper-wrapper {
    transition-timing-function: linear; }
  #swiper2 .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center top; }
    #swiper2 .swiper-slide > * {
      margin: 0 16px; }

#swiper2-slide1 {
  background-image: url(/img/img2_1.jpg); }

#swiper2-slide2 {
  background-image: url(/img/img2_2.jpg); }

#swiper2-slide3 {
  background-image: url(/img/img2_3.jpg); }
  #swiper2-slide3 h1 {
    font-size: 1.6rem;
    color: #F88; }
  #swiper2-slide3 h2 {
    font-size: 2.4rem;
    color: #FFF; }
  #swiper2-slide3 p {
    font-size: 1.4rem;
    color: #FFF; }

#swiper2-slide4 {
  background-image: url(/img/img2_4.jpg); }
  #swiper2-slide4 h1 {
    font-size: 1.6rem;
    color: #F88; }
  #swiper2-slide4 h2 {
    font-size: 2.4rem;
    color: #FFF; }
  #swiper2-slide4 p {
    font-size: 1.4rem;
    color: #FFF; }

.el_businessTitle {
  padding: 4em 2em 2em;
  box-sizing: border-box; }
  @media (min-width: 980px) {
    .el_businessTitle {
      width: 980px;
      margin: auto; } }

.bl_planList {
  background-color: #f0f3f5;
  padding: 16px 16px 24px; }
  @media (min-width: 980px) {
    .bl_planList {
      display: flex;
      gap: 8px;
      justify-content: center; } }

.bl_planItem {
  padding: 24px 16px;
  border-bottom: solid 2px #FFF; }
  @media (min-width: 980px) {
    .bl_planItem {
      width: 486px;
      box-sizing: border-box; } }

.bl_planItem::before {
  display: block;
  content: '';
  width: 8rem;
  height: 8rem;
  margin: 0 2em 1em 0;
  background-color: #cdd6dd;
  border-radius: 4rem;
  float: left; }

.el_planItemTitle {
  font-size: 2.4rem;
  margin-top: .5em; }

.el_planItemTarget {
  color: #717f89;
  font-weight: 300; }

.el_planItemContent {
  font-size: 1.2rem;
  line-height: 2;
  clear: left; }
  @media (min-width: 980px) {
    .el_planItemContent {
      min-height: 6em; } }

.bl_planContact {
  background-color: #f0f3f5;
  padding: 8px 16px 32px; }

.el_ItemButton {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  margin: auto;
  padding: .75em 1.5em;
  border: solid 2px;
  border-radius: 3em;
  text-align: center;
  width: 100%;
  max-width: 18em;
  box-sizing: border-box; }

.el_planItemContact {
  color: #1f62bb;
  border-color: #cdd6dd;
  margin: auto; }

.el_contactSubtitle {
  display: block;
  font-size: 2.4rem;
  margin: 0 32px; }
  .el_contactSubtitle span {
    display: inline-block; }
  @media (min-width: 980px) {
    .el_contactSubtitle {
      width: 980px;
      margin: 0 auto; } }

.el_contactCaption {
  font-size: 1.2rem;
  line-height: 2;
  margin: 32px; }
  @media (min-width: 980px) {
    .el_contactCaption {
      width: 980px;
      margin: 32px auto; } }

.bl_contactLink {
  display: flex;
  margin: 32px;
  justify-content: space-around;
  gap: 8px; }
  @media (min-width: 980px) {
    .bl_contactLink {
      width: 980px;
      margin: 32px auto; } }

.el_contactItem {
  flex-grow: 1; }

.el_contactItemHelp {
  color: #FFF;
  background-color: #1f62bb;
  cursor: pointer; }

.el_contactItemContact {
  color: #1f62bb;
  border-color: #cdd6dd; }

#modal-1 {
  z-index: -1;
  display: flex;
  opacity: 0;
  transition: all 1s;
  justify-content: center;
  align-items: center;
  padding: 16px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8); }
  #modal-1.is-open {
    z-index: 100;
    opacity: 100; }

.bl_contactHelp {
  background-color: #FFF;
  border: solid 1px #444;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px;
  width: 100%;
  max-width: 640px;
  max-height: 100%;
  overflow: scroll;
  box-sizing: border-box; }

.el_helpCloseBtn {
  position: absolute;
  background-color: #FFF;
  border: solid 2px #1f62bb;
  border-radius: 0;
  height: 25px;
  width: 25px;
  top: 8px;
  right: 8px; }
  .el_helpCloseBtn::before {
    position: absolute;
    transform: rotate(-315deg);
    display: block;
    content: "";
    height: 2px;
    width: 32px;
    top: 9px;
    left: -5.5px;
    background-color: #1f62bb; }
  .el_helpCloseBtn::after {
    position: absolute;
    transform: rotate(315deg);
    display: block;
    content: "";
    height: 2px;
    width: 32px;
    top: 10px;
    left: -5.5px;
    background-color: #1f62bb; }

.el_helpTitle {
  font-size: 2.4rem;
  margin-right: 32px; }

.el_helpCaption {
  font-size: 1.4rem;
  line-height: 1.6em; }

.el_helpSubtitle {
  margin-top: 1em;
  font-size: 2rem; }

.bl_carrierHelp {
  margin-top: 1em; }

.el_carrierTitle {
  font-size: 1.8rem; }

.el_carrierexplanation {
  font-size: 1.4rem;
  line-height: 1.6em; }
  .el_carrierexplanation a {
    display: block;
    text-decoration: none;
    color: #1f62bb; }
    .el_carrierexplanation a::before {
      content: "▶︎";
      margin-right: .25em; }

.bl_summaryList {
  margin: 0 32px 32px;
  border-top: solid 2px #cdd6dd; }
  @media (min-width: 980px) {
    .bl_summaryList {
      width: 980px;
      margin: 0 auto 32px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: center; } }

@media (min-width: 980px) {
  .bl_summaryItem {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }

.el_summaryItemTitle {
  margin: 1em 0;
  color: #717f89;
  font-size: 1.6rem;
  font-weight: 300; }

.el_summaryItemData {
  padding-bottom: 1em;
  border-bottom: solid 1px #cdd6dd;
  font-size: 1.6rem;
  font-weight: 400; }

.bl_infomation {
  padding: 24px 32px;
  background-color: #f0f3f5; }

@media (min-width: 980px) {
  .bl_recruit {
    width: 980px;
    margin: 32px auto; } }

.el_recruitTitle {
  font-size: 1.6rem;
  font-weight: 500; }

.bl_treatment {
  margin: 1em 0;
  font-size: 1.2rem; }

.el_treatmentItem {
  display: inline-block;
  line-height: 2; }
  .el_treatmentItem::after {
    content: '、'; }
  .el_treatmentItem:last-child::after {
    content: none; }

.bl_application {
  margin: auto;
  width: 100%;
  max-width: 50rem;
  letter-spacing: 0;
  font-size: 0;
  display: flex;
  justify-content: space-between; }

.el_application {
  display: inline-block;
  margin: 0;
  padding: .75em .5em;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8rem;
  height: 1.8rem;
  box-sizing: content-box; }

.el_application.email {
  border: solid 1px #cdd6dd;
  border-right: none;
  width: 100%;
  text-align: center; }
  .el_application.email::placeholder {
    color: #cdd6dd;
    font-size: smaller;
    font-weight: 100; }

.el_application.submit {
  color: #FFF;
  white-space: nowrap;
  background-color: #1f62bb;
  border: solid 1px #1f62bb; }

input {
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.bl_identity {
  padding: 24px 32px;
  background-color: #3a4043; }

.bl_footerMenu {
  overflow: hidden; }
  @media (min-width: 980px) {
    .bl_footerMenu {
      width: 980px;
      margin: auto; } }

.el_footerMenuItem {
  float: left; }
  .el_footerMenuItem a {
    display: inline-block;
    color: #FFF;
    font-size: 1.2rem;
    text-decoration: none; }
  .el_footerMenuItem::after {
    content: '｜';
    color: #FFF;
    margin: 0 1em; }
  .el_footerMenuItem:last-child::after {
    content: none; }

.bl_shortcuts {
  display: flex;
  gap: 16px;
  position: fixed;
  right: 16px;
  bottom: -48px;
  opacity: 0;
  z-index: 10;
  transition: all 2s; }
  .bl_shortcuts.show {
    bottom: 16px;
    opacity: 100; }
  @media (min-width: 980px) {
    .bl_shortcuts {
      right: calc(50% - 474px); } }

.el_shortcutItem {
  width: 36px;
  height: 36px;
  background-size: contain; }
  .el_shortcutItem a {
    display: block;
    font-size: 0;
    height: 36px; }

.el_shortcutItem__tel {
  display: none;
  background-image: url(/img/tel.svg); }
  @media (max-width: 640px) {
    .el_shortcutItem__tel {
      display: block; } }

.el_shortcutItem__mailto {
  display: none;
  background-image: url(/img/mail.svg); }
  @media (max-width: 640px) {
    .el_shortcutItem__mailto {
      display: block; } }

.el_shortcutItem__totop {
  background-image: url(/img/totop.svg); }

.ly_snsList {
  margin: 24px 0; }

.bl_snsList {
  display: flex;
  gap: 2em; }
  @media (min-width: 980px) {
    .bl_snsList {
      width: 980px;
      margin: 32px auto; } }

.el_snsIcon {
  display: block;
  height: 0;
  padding-top: 20px;
  width: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.el_snsIcon__facebookWhite {
  background-image: url(/img/FacebookWhiteIcon.svg); }

.el_snsIcon__twitterWhite {
  background-image: url(/img/TwitterWhiteIcon.svg); }

.el_snsIcon__instagramWhite {
  background-image: url(/img/InstagramWhiteIcon.svg); }

.el_snsIcon__youtubeWhite {
  background-image: url(/img/YoutubeWhiteIcon.svg); }

.bl_copyrigth {
  color: #FFF; }
  @media (min-width: 980px) {
    .bl_copyrigth {
      width: 980px;
      margin: auto; } }

/*# sourceMappingURL=style.css.map */
