/*
Temlate: care-biz
Theme Name: care-biz
Author: Yuiko
Version: 1.00
*/
@charset "UTF-8";
/*----------------------------------------
	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;
}

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 FONT*/
p {
    line-height: 1.7;
	font-family: sans-serif;
}
::-webkit-full-page-media, :future, :root .text{
	font-family: sans-serif;
}
body {
	font-family: sans-serif;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.wf-mplus1p {
     font-family: "M PLUS 1p";
}
.midashi {
  border-bottom: 3px solid #ec7aac;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.bold {
  font-weight: bold;
}
::-webkit-full-page-media, :future, :root .text{
	font-family: sans-serif;
}
@media (max-width: 767px) {
  h1 {
    font-size: 23px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}
/* page style */
.contents-section {
  margin: 100px 40px 40px;
}
.flex-column {
  display: flex;
  gap: 40px;
  flex-direction:row-reverse
}
@media (max-width: 767px) {
  .contents-section {
    margin: 20px 10px 40px ;
  }
  .flex-column {
    display: block;
    flex-direction: column;
  }
}
/* decoration */
.bgcolor-peach {
    background-color: #fadce9;
}
.bgcolor-pink {
    background-color: #ec7aac;
}
.bgcolor-white {
  background-color: #fff;
}
.fontcolor-brown {
    color: #a18266;
}
.round-button {
    border-radius: 30px;
}
button {
    padding: 15px 30px;
}
.margin-top-10 {
    margin-top: 5px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.center {
  margin: 0 auto;
}
/* header */
.header-inner {
    margin: 0px 0px;
    padding: 10px 10px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    
}
.header-left-box {
    display: flex;
    align-items: flex-end;
}
.header-right-box {
    display: block;
    text-align: right;
}
.header-logo {
    width: 90px;
    height: 80px;
}
@media (max-width: 767px) {
  .header-inner {
    margin: 0px 10px;
    padding: 10px 0 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.header-logo {
  width: 55px;
  height: 50px;
}
}
/* pc-menu */
.pc-menu {
    border: 1px solid #a9a9a9;
    padding: 0 0;
    z-index: 10;
}
.pc-menu-ul {
    display: flex;
    justify-content: space-around;
}
.pc-menu-ul li {
    font-size: 20px;
    border-right: 1px solid #a9a9a9;
    text-align: center;
    width: 300px;
    padding: 20px 10px;
}
.pc-menu-ul li:first-child {
    border-left: 0px solid #a9a9a9;
}
.pc-menu-ul li:last-child {
	border-right:0px solid #a9a9a9;
}

.pc-menu-ul li:hover {
  background-color: #FFF6FA;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pc-menu {
    display: none;
  }
  .header-right-box {
    display: none;
  }
}
@media (min-width: 767px) {
  .hamburger-box {
    display: none;
  }
}
/* mobile-menu */
@media (max-width: 767px) {
  /* hamberguer */
.header-hamburger{
  width: 45px;
  height: 100%;
  background-color: #fadce9;
  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;
  z-index: 999;
}
.hamburger span:nth-child(1) {
  top: 0;
  color: #000;
  height: 3px;
  z-index: 999;
}
.hamburger span:nth-child(2) {
  margin: 6px 0;
  z-index: 999;
}
.hamburger span:nth-child(3) {
  top:
   0;
   z-index: 999;
}
.hamburger.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
  z-index: 999;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
  z-index: 999;
}
.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
  z-index: 999;
}

/* mobile-menu */
.mobile-menu-box {
  display: block;
  position: fixed;
  z-index: 900;
}
.mobile-menu-item {
  margin: 5px;
  height: fit-content;
}
.mobile-menu-item a {
  display: block;
}
.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%;
}
.mobile-menu-box {
  padding: 40px;
  text-align: center;
  display: block;
}
.out-menu {
  text-align: center;
  margin-top: 20px;
}
.flex-box-out-menu {
  display: flex;
  justify-content: center;
}
.menu {
  display: none;
}
nav {
  box-shadow: none;
}
nav a {
  border: none;
  margin: 12px;
  font-size: 18px;
}
}
@media (min-width: 767px) {
  .mobile-menu-box {
    display: none;
  }
}
/* footer */
footer {
  background-color: #FFF6FA;
  padding: 40px;
  margin-top: 60px;
}
small {
  font-size: 12px;
  text-align: center;
}
.footer-flex-box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
  background-color: #ffffff;
  padding: 40px;
}
@media (max-width: 767px) {
  footer {
    padding: 20px 15px;
  }
  .footer-flex-box{
    display: block;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  .company-box {
    margin-bottom: 10px;
    text-align: center;
  }
}
/* 2カラム*/
.article-section {
  width: 70%;
}
.side-bar-section {
  width: 30%;
  margin-top: 60px;
}
.menu-box {
  margin-bottom: 60px;
  margin-right: 40px;
}
.h3-category-menu-title {
  border-left: solid 10px #ec7aac;
  padding-left: 10px;
  background-color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
}
.category-menu-box-ul li {
  border-bottom:1px solid #fadce9;
}
.category-menu-box-ul li a {
  padding: 15px 0 15px 0;
  display: block;
}
.category-menu-box-ulli .none {
  padding: 0 0 0 0 ;
}
.category-menu-box-ul li a:hover {
  background-color: #FFF6FA;
}
.sticky {
  position: sticky;
  top: 50px;
  position: -webkit-sticky;
  height: -webkit-fill-available;
}

@media (max-width: 767px) {
  .side-bar-section {
    width: 100%;
	  height: fit-content;
    margin-top: 0;
    margin-bottom: 0;
  }
  .article-section {
    width: 100%;
  }
  .article-box, .menu {
    width: 100%;
  }
  .menu-box {
    width: 100%;
    margin-right: 0px;
    padding: 20px 20px;
  }
  .category-menu-box {
    width: 100%;
	  height: fit-content;
  }
  .sticky {
    position: initial;
  }
  .mobile-none {
    display: none;
  }
}
@media (min-width: 767px) {
  .pc-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .flex-column {
    display: block;
  }
}