/*
Temlate: carepartners
Theme Name: carepartners
Author: Yuiko
Version: 1.00
*/
@charset "UTF-8";zf
/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

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, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100vw;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

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

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;}
  
  /* COMMON */
  section {
    padding: 40px  40px 60px;
  }
.div-section {
    padding: 0px 0px 60px;
  }
  .heading-box {
    text-align: center;
    margin-bottom: 40px;
  }
.heading-box-left {
    text-align: left;
    margin-bottom: 40px;
  }
  .flex-box {
    display: flex;
    justify-content: space-between;
  }
  .hading-font {
    margin-bottom: 10px;
  }
  .margin-top-20 {
    margin-top: 20px;
  }
  .margin-top-40 {
    margin-top: 40px;
  }
  .center {
    text-align: center;
  }
  small {
    font-size: 10px;
  }
  .max-width-800 {
    max-width: 800px;
    margin: 0 auto;
  }
  @media ( max-width: 767px ){
    section {
      padding: 20px 10px 60px;
    }
  }
  /* FONT */
body {
	font-family: sans-serif;
}
  .m-plus-1p-regular {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .m-plus-1p-bold {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
.edu-tas-beginner {
  font-family: "Edu TAS Beginner", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color: #FF912B;
}
  p {
    font-size: 16px;
  }
  h1 {
    font-size: 32px;
    font-weight: 500;
  }
  h2 {
    font-size: 24px;
    font-weight: 500;
  }
  h3 {
    font-size: 18px;
    font-weight: 500;
  }
  h4 {
    font-size: 15px;
    font-weight: 500;
  }
  h5 {
    font-size: 10px;
  }
  .bold {
    font-weight: 600;
  }
  .font-white {
    color: #fff;
  }
.text-left {
	text-align: left;
}
.midashi {
    border-bottom: 3px solid #B5D16B;
    padding-bottom: 10px;
  }
.linear-gradient {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
::-webkit-full-page-media, :future, :root .text{
	font-family: sans-serif;
}
  @media ( max-width: 767px ){
    h1 {
      font-size: 24px;
    }
    h2 {
      font-size: 22px;
    }
    h3 {
      font-size: 18px;
    }
    .h4-top {
      font-size: 12px;
    }
  }
  .underline {
    text-decoration: underline;
  }
  .text-shadow {
    text-shadow: 1px 2px 3px #000;
  }
@media ( max-width: 400px ){
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 18px;
	}
}
  /* HEADER */
  header {
    background-color: #fff;
  }
  .header-logo-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    align-items: end;
  }
  .logo-box-L {
    display: flex;
  }
  .header-logo {
    height: 75px;
    width: 75px;
    margin-right: 10px;
  }
  .logo-box-R {
    display: flex;
    align-items: baseline;
  }
  .logo-box-R-button-box {
    display: flex;
  }
  .recruit-link {
    color: #32A440;
    font-weight: bold;
  }
  @media (max-width:767px ) {
    header {
      z-index: 500;
		position: sticky;
      top: 0;
      box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.2);
    }
    .header-logo-box {
      padding: 10px 15px;
    }
    .header-logo {
      height: 50px;
      width: 50px;
      margin-right: 10px;
    }
  }
  @media (max-width:1200px) {
    .logo-box-R {
      display: block;
      text-align: right;
    }
    .logo-box-R-button-box {
      display: flex;
      flex-direction: row;
    }
    .recruit-link {
      margin: 0 10px 10px 0;
      color: #32A440;
    }
  }
  .round_button {
    padding: 20px 20px;
    border-radius: 50px;
  }
  .round_button_fill {
    background-color: #B5D16B;
    margin-left: 10px;
  }
  .round_button_line {
    border: 1px solid #B5D16B;
    margin-left: 10px;
  }
  @media (max-width:767px ) {
    .logo-box-R {
      display: none;
    }
    .round_button {
      margin-top: 10px;
    }
  }
  /* MENU */
  .main-nav {
    height: fit-content;
    padding: 20px 40px;
    flex-direction: row;
    z-index: 999;
    box-shadow: 0px 5px 5px 0px#d9d9d9;
}
@media ( max-width:767px ) {
  .main-nav {
    padding: 10px 20px;
  }
}
.main-nav a {
  display: block;
  border-right: #d9d9d9 .5px solid ;
  border-left: #d9d9d9 .5px solid ;
}
  .menu-ul {
    display: flex;
    justify-content: space-between;
  }
.menu-item {
  width: 100%;
  text-align: center;
}
.mobile-menu-box {
  display: none;
}
/*menu hover Action*/
.c-txt.line {
  padding-bottom: 5px;
  position: relative;
}
.c-txt.line::before {
  background: #B5D16B;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-txt.line:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
/* HAMBURGER */
@media ( max-width:767px ) {
  .mobile-menu-box {
    display: block;
    position: fixed;
  }
  .mobile-menu-item {
    margin: 5px;
    height: fit-content;
  }
  .mobile-menu-item a {
    display: block;
  }
  .header-logo-box {
    align-items: center;
  }
  .header-hamburger{
    width: 45px;
    height: 100%;
    background-color: #B5D16B;
    padding: 10px;
    border-radius: 20px;
    z-index: 999;
    position: relative;
  }
  .hamburger span {
    width: 100%;
    height: 3px;
    background-color: #000;
    color: #000;
    position: relative;
    transition: ease .4s;
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
    color: #000;
    height: 3px;
  }
  .hamburger span:nth-child(2) {
    margin: 6px 0;
  }
  .hamburger span:nth-child(3) {
    top:
     0;
  }
  .hamburger.active span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
  }
  .mobile-menu-box.active {
    transform: translateX(0);
  }
  .mobile-menu-box {
    display: block;
    position: absolute;
    right: 0px;
    top: -20px;
    width: 100%;
    height: 90vh;
    transform: translateY(-100%); 
    background-color: #fff; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  }
  .ul-mobile-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 100%;
  }
  /*HAMBURGER MENU CONTENTS*/
  .menu {
    display: none;
  }
  nav {
    box-shadow: none;
  }
  nav a {
    border: none;
    margin: 12px;
    font-size: 18px;
  }
  .mobile-menu-box {
    text-align: center;
    display: block;
  }
  .out-menu {
    text-align: center;
    margin-top: 20px;
  }
  .flex-box-out-menu {
    display: flex;
    justify-content: center;
  }
}
/* FOOTER */
footer {
  background-color: #B5D16B;
  padding: 20px 40px 60px;
}
@media ( max-width:767px ){
  footer {
    padding: 40px 10px 40px;
  }
}
/* CONTACT BOX*/
.contact-box {
  margin: 60px 10% 0px;
  padding: 40px;
  text-align: center;
  border: 1px solid #B5D16B;
  border-radius: 30px;
  background-color: #fff;
}
@media ( max-width:767px ){
  .contact-box {
    padding: 40px 15px;
  }
}
/* TABLE */
tr {
  border-bottom: 1px solid #969696;
  border-top: 1px solid #969696;
}
th, td {
  padding: 20px 20px;
	min-width: 100px;
}
td {
  border-left:  1px solid #969696;
}
table {
  border: 1px solid #969696;
  width: 100%;
  margin-bottom: 60px;
}
.table-no-line {
  border-left: none;
  border-right: none;
}
.th-bg {
  background-color: #FFF2E7;
}
@media ( max-width:767px ){
  th, td {
    padding: 10px 15px;
    display: block;
    border: none;
  }
}
/* フワッとjavascript */
.target{
  background: #b8b5ff;
}

.target{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s,transform 2s;
}

.target .show{
  opacity: 1;
  transform: translateY(0);
}
/* AOS */
[data-aos] {
  pointer-events: none;
  z-index: 1;
  &.aos-animate {
    pointer-events: auto;
  }
  transform-style: preserve-3d
}
.aos-init[data-aos][data-aos].aos-animate {
  transform: unset;
}
/* NAV-LINKS HTMLには無いので注意*/
.nav-links {
  text-align: center;
}
.page-numbers {
  border: 1px solid #B5D16B;
  padding: 10px;
}
.page-numbers.current{
  background-color: #B5D16B;
  padding: 10px;
}
