@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5,p,a {
font-size: 100%;
font-weight: normal;
font-family: 'Noto Sans JP', sans-serif;
color: #2b2b2b;
line-height: 1.5rem !important;
}
a {
  text-decoration: none;
  color: inherit;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}

/* 共通 */
.w_container_1 {
  max-width: 1200px;
  margin: 0 auto;
}
.w_container_2 {
  max-width: 1080px;
  margin: 0 auto;
}
.sp_only {
  display: none;
}
.article h3 {
  position: relative;
  color: white;
  background-image: linear-gradient(62deg, rgba(43, 167, 70, 1), rgba(68, 228, 103, 1));
  line-height: 1.4;
  padding: 0.8em 0.8em 0.8em 1.8em;
  font-size: clamp(1.125rem, 1.0921rem + 0.1404vw, 1.25rem);
}
.article h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}



@media screen and (max-width:800px) {
  .w_container_1, .w_container_2 {
    max-width: 92%;
    margin: 0 auto;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

/* ここからヘッダー */
header {
  box-shadow: 0px 3px 6px #00000029;
}
header img {
  width: 20%;
  min-width: 150px;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  margin-left: 1%;
}
.header_inner a {
  transition: 0.3s all;
  display: flex;
  align-items: flex-end;
}
.header_inner a p {
  margin-bottom: 11px;
}
.header_inner a:hover {
  opacity: 0.7;
}
/* ここまでヘッダー */


/* ここからトップ */
.Top_top h1 {
  font-size: clamp(1.25rem, 1.1842rem + 0.2807vw, 1.5rem);
  margin-top: 7%;
  margin-bottom: 3%;
  font-weight: 500;
}
.Top_top_inner_text  p {
  background: #2BA746 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 15px;
  font-size: clamp(0.875rem, 0.7763rem + 0.4211vw, 1.25rem);
  color: #fff;
  margin-bottom: 7%;
  transition: 0.3s all;
}
.Top_top_inner_text a {
  display: inline-block;
  text-decoration: underline;

}
.Top_top_inner_text  p:hover {
  opacity: 0.7;
}
/* ここまでトップ */


/* ここからサーチ */
.Top_search {
  background: #F6F6F6 0% 0% no-repeat padding-box;
}
.Top_search h1 {
  font-size: clamp(1.25rem, 1.1842rem + 0.2807vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 40px;
  letter-spacing: 1.5%;
}
.search_container{
    box-sizing: border-box;
    position: relative;
    text-align: center;
    margin-bottom: 5%;
  }
.search_container input[type="text"]{
    background: #fff;
    border: 3px solid #2BA746;
    border-radius: 12px;
    height: 35px;
    width: 100%;
  }
.search_container input[type="text"]:focus {
    outline: 0;
  }
.search_container input[type="submit"]{
    cursor: pointer;
    font-family: FontAwesome;
    background: #2BA746 0% 0% no-repeat padding-box;
    border: 3px solid #2BA746;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    outline : none;
    width: 5.0em;
    height: 43px;
    border: 3px solid #2BA746;
    position: absolute;
    top: 0;
    right: -1%;
    transition: 0.3s all;
  }
.search_container input[type="submit"]:hover {
  opacity: 0.7;
}
  .Top_search_box p {
    font-size: clamp(0.875rem, 0.7763rem + 0.4211vw, 1.25rem);
    font-weight: 500;
    padding-bottom: 20px;
  }
  .Top_search_box a {
    display: inline-block;
    margin-right: 10px;
    color: #777777;
    text-decoration: underline;
    padding-bottom: 50px;
    transition: 0.3s all;
  }
  .Top_search_box a:hover {
    opacity: 0.7;
  }
  @media screen and (max-width:800px)  {
    .search_container input[type="submit"]{
      top: 0;
      right: -2%;
    }
  }
  /* ここまでサーチ */
  

  /* ここから注目 */
  .Top_notice h2 {
    font-size: clamp(1.25rem, 1.1842rem + 0.2807vw, 1.5rem);
    font-weight: 500;
    margin-top: 10%;
    margin-bottom: 7%;
    text-align: center;
  }
 .Top_notice_box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  font-size: clamp(0.875rem, 0.7763rem + 0.4211vw, 1.25rem);
 }
 .Top_notice_text {
  text-decoration: underline;
  transition: 0.3s all;
 }
 .Top_notice_span {
  background: #2BA746 0% 0% no-repeat padding-box;
  padding: 8px 11px 10px 11px;
  color: #fff;
 }
 .Top_notice_text:hover {
  opacity: 0.7;
}
 /* ここまで注目 */


 /* ここからスライダー */
 .Top_slider {
  padding-top: 150px;
  margin-bottom: 150px;
 }
 .slider-2 .slick-slide {
  width: 300px;
  height: auto;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-slide a {
  transition: 0.3s all;
}
.slider-2 .slick-slide a:hover {
  opacity: 0.7;
}
.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #2FB539;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
@media screen and (max-width:800px) {
  .slider-2 .slick-slide {
    width: 250px;
    height: 200px;
  }
  .Top_slider {
    padding-top: 80px;
    margin-bottom: 100px;
   }
}
/* ここまでスライダー */


/* ここからカテゴリから探す */
.Top_category {
  background: #F6F6F6 0% 0% no-repeat padding-box;
}
.Top_category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Top_category_box {

}
.Top_category_list:after {
  content: "";
  display: block;
  width: 360px;
  height: 0;
}
.Top_category_box_line {
  padding-left: 10px;
}
.Top_category h2 {
  font-size: clamp(1.25rem, 1.0855rem + 0.7018vw, 1.875rem);
  font-weight: 500;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 100px;
}
.Top_category_title_box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #2FB539;
  height: 70px;
  border-radius: 10px;
  width: 330px;
  position: relative;
  margin-bottom: 30px;
}
.Top_category_title_box img {
  width: 50%;
  position: absolute;
  top: 25%;
  right: 25%;
}
.Top_category_img {
  width: 70px;
  height: 70px;
  position: absolute;
  background: #2FB539;
  border-radius: 8px 0px 0px 8px;
  /* position: relative; */
}
.Top_category_title_box p {
  font-size: clamp(1rem, 0.9342rem + 0.2807vw, 1.25rem);
  color: #2BA746;
}
.Top_category_title_box .fa-solid {
  color: #2BA746;
}
.Top_category_title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 85px;
  padding-top: 25px;
  padding-right: 20px;
}
.Top_category_box li {
  margin-bottom: 10px;
}
.Top_category_box li:last-child {
  margin-bottom: 50px;
}
.Top_category_list {
  padding-bottom: 100px;
}
.Top_category_box a {
  transition: 0.3s all;
}
.Top_category_box a:hover {
  opacity: 0.7;
}

/* アコーディオンここから */
.accordion-001 {
  max-width: 500px;
  background-color: #f6f6f6;
  margin: 0 auto;
}
.accordion-001:not([open]) {
  margin-bottom: 7px;
}
.accordion-001:not([open]):last-child {
  margin-bottom: 0;
}
.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #2fb539;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}
.accordion-001 summary::-webkit-details-marker {
  display: none;
}
.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}
.accordion-001[open] summary::after {
  transform: rotate(225deg);
}
.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 1em 1em 1em;
  color: #2b2b2b;
  transition: transform .5s, opacity .5s;
}
.accordion-001 p:last-child {
  margin-bottom: 10px;
}
.accordion-001[open] p {
  transform: none;
  opacity: 1;
}
.Top_category_accordion {
  padding-bottom: 100px;
}
.icon-beginner {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1.2em;
	vertical-align: middle;
	margin-right: .4em;
}
.icon-beginner::before,
.icon-beginner::after {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	border: .1em solid #333;
	border-bottom-width: .15em;
	box-sizing: border-box;
}
.icon-beginner::before {
	left: 0;
	background: #ff0;
	transform: skewY(45deg);
	border-radius: .3em 0 0 .1em;
	border-right: none;
}
.icon-beginner::after {
	right: 0;
	background: #390;
	transform: skewY(-45deg);
	border-radius: 0 .3em .1em 0;
	border-left: none
}
.icon-beginner.mono::before {
	background: transparent;
}
.icon-beginner.mono::after {
	background: #333;
}
.menu li.dark .icon-beginner.mono::before,
.menu li.dark .icon-beginner.mono::after {
	border-color: #fff;
}
.menu li.dark .icon-beginner.mono::after {
	background: #fff;
}
@media screen and (max-width:800px) {
  .Top_category h2 {
    margin-bottom: 0;
  }
  .Top_category_list {
    padding-bottom: 50px;
  }
}
/* アコーディオンここまで */
/* ここまでカテゴリから探す */


/* ここからフッター */
footer {
  background-color: #F6F6F6;
  text-align: center;
}
.copyright {
  text-align: center;
  padding-bottom: 20px;
}
/* ここまでフッター */


/* 個別ページ */
.Single_header_inner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.Single_header_inner .search_container input[type="text"] {
  width: 400px;
}
.Single_header_inner .search_container {
  margin-bottom: 0;
}
.Single_article .article_title {
 margin-top: 100px;
 font-size: clamp(1.25rem, 1.0855rem + 0.7018vw, 1.875rem);
 font-weight: 500;
 border-bottom: #2BA746 2px solid;
 padding-bottom: 20px;
}
.article_meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.article_meta ul li {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2b2b2b;
  color: #2BA746;
}
.article_meta time {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2b2b2b;
  color: #2BA746;
}
.Single_article .content {
  margin-bottom: 100px;
}
/* 個別ページ */


/* 検索結果ページ */
.Search_title_h1 {
  text-align: center;
  margin-top: 100px;
  font-size: clamp(1.25rem, 1.0855rem + 0.7018vw, 1.875rem);
  font-weight: 500;
  margin-bottom: 50px;
  border-bottom: #2BA746 3px solid;
  padding-bottom: 20px;
}
.Search_title_h2 {
  font-size: clamp(1.25rem, 1.0855rem + 0.7018vw, 1.875rem);
  margin-bottom: 50px;
  letter-spacing: 1.5px;
}
.Search_link a {
  transition: 0.3s all;
  font-weight: 700;
}
.Search_link a:hover {
 opacity: 0.7;
}
/* 検索結果ページ */


/* インデックスページ */
.Ichiran_article_flex {
  max-width: 1080px;
  margin: 70px auto;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 50px;
}
.Ichiran_article_right .article_title{
  margin-top: 0;
}
.Ichiran_article_right {
  flex: 1;
}
.ichiran .article {
  margin-bottom: 50px;
}
.ichiran {
  margin-top: 50px;
}
.Ichiran_content {
  margin-top: 10px;
}
.article_pic a {
  transition: 0.3s all;
}
.article_pic a:hover {
  opacity: 0.7;
}
.Ichiran_article_right a {
  transition: 0.3s all;
}
.Ichiran_article_right a:hover {
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  .Ichiran_article_flex {
    margin: 70px auto;
    display: block;
  }
}
.notfound_inner {
  margin-top: 15%;
  margin-bottom: 15%;
}
.notofound_area {
  background-color: #F6F6F6;
  border-radius: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
}
.notfound_inner p {
  text-align: center;
  font-size: clamp(1.25rem, 1.1384rem + 0.3571vw, 1.5625rem);
  margin-bottom: 3%;
  font-weight: bold;
  color: #A1A1A1;
}
.notfound_inner h2 {
  text-align: center;
  font-size: clamp(6.25rem, 4.0179rem + 7.1429vw, 12.5rem);
  font-weight: bold;
  color: #A1A1A1;
}
.notfound_inner h3 {
  text-align: center;
  font-size: clamp(2.8125rem, 2.5893rem + 0.7143vw, 3.4375rem);
  font-weight: bold;
  color: #A1A1A1;
}

/* ここからハンバーガーメニュー */



/* ハンバーガーメニュー */
header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (min-width:800px) {
  .header__nav {
    display: none;
  }
}
.burger {
  width: 40px;
  height: 40px;
  background-image: url(../img/search_header.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  z-index: 5;
}
.burger:hover {
  background-color: #E7F8E8;
}
.burger.is-active {
  background-image: url(../img/close.svg);
}
.header_inner .search_container {
  margin-bottom: 0;
  width: 320px;
}
.header_inner .search_container input[type="text"] {
  width: 100%;
}
.header_inner h1 {
  font-size: 18px;
  margin-bottom: 18px;
  text-align: center;
}
.header_inner h1:after {
  content: '';
  height: 5px;
  width: 80px;
  background-color: #2BA746;
  top: 100px;
  left: 50%;
}
.menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  display: flex;
  padding-top: 100px;
  justify-content: center;
  display: none;
}
.menu.is-active {
  display: flex;
}
@media screen and (max-width:800px) {
  .header_inner .search_container input[type="submit"] {
    top: 0;
    right: -3%;
}
}

.no-image {
  width: 300px !important;
  height: 169px !important;
  object-fit: cover; /* 画像をトリミングして枠にフィット */
}
.custom-thumb-img {
  width: 300px;
  height: 169px;
  object-fit: cover;
}
