@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

* {
  min-height: 0vw;
}

em {
  font-weight: bold;
}

li {
  list-style-type: none;
}

.bl-column {
  width: 90%;
  max-width: 1142px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .bl-column {
    display: grid;
    grid-template-columns: 776px auto;
    gap: 60px;
  }
}

.top-ttl {
  color: #0AB33C;
  text-align: center;
  font-size: clamp(1.5rem, 0.621350365rem + 4.3795620438vw, 4.125rem);
  font-weight: bold;
}

.bl-rank {
  width: 90%;
  margin: 40px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl-rank {
    width: 100%;
  }
}

.bl-rank_main {
  margin-top: 20px;
  border: solid 1px #ccc;
  box-shadow: 0px 0px 15px -5px #777777;
}
.bl-rank_main_summary {
  width: 80%;
  margin: clamp(1.25rem, 0.8315954119rem + 2.0855057351vw, 2.5rem) auto clamp(1.25rem, 0.4131908238rem + 4.1710114703vw, 3.75rem);
}
.bl-rank_main_summary_ttl {
  font-size: clamp(1.25rem, 0.9571167883rem + 1.4598540146vw, 2.125rem);
  font-weight: bold;
}

.bl-rank_main_img:hover {
  opacity: 0.8;
}

.bl-rank_main_summary_data {
  display: flex;
  font-size: clamp(0.625rem, 0.5413190824rem + 0.417101147vw, 0.875rem);
  color: #aaa;
  justify-content: flex-end;
  margin-top: clamp(0.625rem, 0.4157977059rem + 1.0427528676vw, 1.25rem);
}
.bl-rank_main_summary_data_new {
  margin-left: 10px;
}

.bl-rank_main_summary_txt {
  margin-top: clamp(1.25rem, 1.1244786236rem + 0.6256517205vw, 1.625rem);
}

.bl-rank_item {
  margin-top: 20px;
  border: solid 1px #ccc;
  box-shadow: 0px 0px 15px -5px #777777;
}
@media screen and (min-width: 1024px) {
  .bl-rank_item {
    display: flex;
  }
}
.bl-rank_item_summary {
  width: 80%;
  margin: 20px auto;
}
@media screen and (min-width: 1024px) {
  .bl-rank_item_summary {
    flex: 1;
    padding: 8px 36px;
  }
}
.bl-rank_item_summary_ttl {
  font-size: 20px;
  font-weight: bold;
}
.bl-rank_item_img {
  width: 100%;
  height: 0;
  padding-top: 62%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bl-rank_item_img:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .bl-rank_item_img {
    width: 400px;
    padding-top: 26%;
  }
}
@media screen and (min-width: 1280px) {
  .bl-rank_item_img {
    padding-top: 38%;
  }
}

.bl-rank_item_summary_data {
  display: flex;
  font-size: 10px;
  color: #888;
  justify-content: flex-end;
  margin-top: 10px;
}
.bl-rank_item_summary_data_new {
  margin-left: 10px;
}

.bl-rank_item_summary_txt {
  margin-top: 20px;
}

.bl-new {
  width: 90%;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .bl-new {
    width: 100%;
  }
}
.bl-new_ttl {
  color: #0AB33C;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .bl-new_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
  }
}

.bl-new_cont {
  margin-top: 20px;
  border: solid 1px #ccc;
  box-shadow: 0px 0px 15px -5px #777777;
}

.bl-new_cont_img:hover {
  opacity: 0.8;
}

.bl-new_cont_item {
  width: 90%;
  margin: 20px auto;
}
.bl-new_cont_item_ttl {
  font-size: 18px;
  font-weight: bold;
}

.bl-new_cont_item_summary {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
.bl-new_cont_item_summary_data {
  text-align: right;
}

.bl-new_cont_more {
  width: 40%;
  max-width: 160px;
  margin: 20px auto 0;
  border: solid 1px #888;
  text-align: center;
  color: #888;
  font-size: 14px;
  padding: 4px 0;
  position: relative;
}
.bl-new_cont_more::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 10px;
  top: 8px;
  transform: rotate(135deg);
}

.bl-newseminer {
  width: 90%;
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .bl-newseminer {
    width: 100%;
  }
}

.bl-newseminer_item {
  margin-top: 20px;
}

.bl-right {
  width: 90%;
  margin: 0 auto;
}

.bl-right_search {
  border: solid 2px #0AB33C;
  width: 100%;
  height: 30px;
  border-radius: 1000px;
  margin-top: 40px;
}

.bl-sidebnr_cont {
  display: flex;
  overflow-x: auto;
}
@media screen and (min-width: 1280px) {
  .bl-sidebnr_cont {
    display: block;
    overflow-x: hidden;
  }
}

.bl-sidebnr_item {
  min-width: 200px;
  margin-left: 20px;
  transition: 0.5;
}
.bl-sidebnr_item:hover {
  opacity: 0.8;
  transition: 0.5;
}
.bl-sidebnr_item:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1280px) {
  .bl-sidebnr_item {
    margin-top: 20px;
    margin-left: 0;
  }
}

.bl-toptag {
  margin-top: 40px;
}
.bl-toptag_ttl {
  background-color: #0AB33C;
  color: #fff;
  font-size: 20px;
  padding: 4px;
}
.bl-toptag_cont {
  margin-top: 20px;
}
.bl-toptag_item {
  border: solid 1px #888;
  display: inline-block;
  border-radius: 1000px;
  padding: 4px 8px;
  margin-top: 10px;
}
.bl-toptag_item:hover {
  background-color: #0AB33C;
  border: solid 1px #0AB33C;
  color: #fff;
}
.bl-toptag_item:first-child {
  margin-top: 0;
}

.bl-recommend {
  margin-top: 40px;
}
.bl-recommend_ttl {
  background-color: #E9546B;
  color: #fff;
  font-size: 20px;
  padding: 4px;
}

.bl-recommend_item {
  border-bottom: solid 1px #333;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bl-recommend_item {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .bl-recommend_item {
    display: block;
  }
}
.bl-recommend_item:last-child {
  border-bottom: none;
}
.bl-recommend_item_txt {
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .bl-recommend_item_txt {
    width: 70%;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .bl-recommend_item_txt {
    width: 100%;
    margin-left: 0;
  }
}

.bl-recommend_item_img:hover {
  opacity: 0.8;
}

.header__hamburger {
  width: 48px;
}

.hamburger {
  background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

#banner {
  display: none;
  bottom: 50px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  #banner {
    display: block;
    position: fixed;
    z-index: 1000;
  }
  #banner .banner-limani-icon {
    display: block;
    margin: auto;
    width: clamp(5rem, 4.3723931178rem + 3.1282586027vw, 6.875rem);
    height: auto;
  }
  #banner .banner {
    writing-mode: vertical-rl;
    box-shadow: 5.86px 5.86px 5.8px 2px rgba(137, 137, 137, 0.46);
  }
  #banner .banner-shiryou {
    background-color: #E9546B;
    padding: 25px 25px;
    border-radius: 25px 0 0 0;
  }
  #banner .banner-shiryou .banner-link {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #banner .banner-shiryou .banner-link p {
    font-size: clamp(1.25rem, 0.9361965589rem + 1.5641293014vw, 2.1875rem);
    font-weight: 600;
    line-height: 1;
    color: #fff;
  }
  #banner .banner-shiryou .banner-link .arrow-icon {
    width: 20px;
    height: auto;
  }
  #banner .banner-line {
    background-color: #0AB33C;
    padding: 25px 0;
    border-radius: 0 0 0 25px;
  }
  #banner .banner-line .banner-link {
    display: flex;
    align-items: center;
    gap: 0;
  }
  #banner .banner-line .banner-link img {
    width: clamp(4.375rem, 4.0611965589rem + 1.5641293014vw, 5.3125rem);
    height: auto;
  }
  #banner .banner-line .banner-link p {
    font-size: clamp(1.25rem, 0.9361965589rem + 1.5641293014vw, 2.1875rem);
    font-weight: 600;
    line-height: 1;
    color: #fff;
    padding: 0px 25px;
  }
  #banner .banner-line .banner-link .arrow-icon {
    padding-top: clamp(1.25rem, 1.0407977059rem + 1.0427528676vw, 1.875rem);
    width: 23px;
    height: auto;
  }
}

.l-page-header {
  width: 100%;
  margin: 0%;
  padding: 92px 0 20px;
  position: relative;
  background-color: #F1FBF4;
}
@media screen and (min-width: 768px) {
  .l-page-header {
    padding: 0;
  }
}
.l-page-header p {
  font-size: clamp(1.5rem, 0.621350365rem + 4.3795620438vw, 4.125rem);
  text-align: center;
  color: #0AB33C;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-page-header p {
    padding: 75px 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-page-header p {
    padding: 109px 0;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  max-width: 374px;
  margin: auto 80px auto 5%;
}
@media screen and (min-width: 768px) {
  .header {
    display: block;
    margin: auto;
    text-align: center;
  }
}
.header-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-pc {
    display: block;
    width: 250px;
    height: auto;
    margin: 72px auto 0px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .header-pc {
    display: inline;
    width: 384px;
    height: auto;
    text-align: center;
  }
}
.header ul {
  display: flex;
  gap: 12px;
}
.header ul li img {
  width: 28px;
  height: auto;
}
.header ul li:last-of-type {
  width: 36px;
}
.header ul li:last-of-type img {
  width: 33px;
  height: auto;
}
.header .search {
  width: 22px;
  height: auto;
}

.pc-menu-saide {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-menu-saide {
    display: block;
    position: absolute;
    top: 40px;
    right: 60px;
  }
  .pc-menu-saide .search_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    border: 2px solid #0AB33C;
    padding: 8px 10px;
    border-radius: 20px;
    width: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .pc-menu-saide .search_container input {
    border: none;
    font-size: 17px;
    width: 85%;
  }
  .pc-menu-saide .search_container .header-search {
    display: inline-block;
    vertical-align: top;
    width: 18px; /*←ボタンの横幅のサイズ*/
    height: 18px; /*←ボタンの縦幅のサイズ*/
    background: url("../img/search-icon.png") no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .pc-menu-saide {
    top: 60px;
    right: 60px;
  }
  .pc-menu-saide .search_container {
    padding: 3px 10px;
    border-radius: 20px;
    height: 30px;
    width: 217px;
    overflow: hidden;
    margin-bottom: 17px;
  }
  .pc-menu-saide ul {
    gap: 12px;
  }
  .pc-menu-saide ul li img {
    width: 31px;
    height: auto;
  }
  .pc-menu-saide ul li:last-of-type img {
    width: 36px;
    height: auto;
  }
}

.header-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-pc {
    display: block;
    width: 100%;
  }
}

.header-sp {
  width: 186px;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .header-sp {
    display: none;
  }
}

.pc-menu {
  display: none;
}
@media screen and (min-width: 1280px) {
  .pc-menu {
    width: 100%;
    display: block;
    background-color: #0AB33C;
    color: #fff;
    margin-top: 40px;
  }
  .pc-menu a {
    font-size: clamp(1.0625rem, 1.0206595412rem + 0.2085505735vw, 1.1875rem);
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .pc-menu {
    display: block;
    background-color: #0AB33C;
    color: #fff;
  }
}
.pc-menu .pc-menu-warp {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 75%;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .pc-menu .pc-menu-warp {
    justify-content: space-between;
    gap: 20px;
    width: 75%;
    padding: 33px 0;
  }
}

.bl-header-sp {
  display: flex;
  width: 90%;
  margin: 20px auto;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .bl-header-sp {
    display: none;
  }
}

.bl-header-sp_logo {
  width: 50%;
}

.bl-header-sp_copy {
  font-size: 12px;
}

.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .l-header {
    display: none;
  }
}

.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: 1px solid #0AB33C;
  background: #0AB33C;
  cursor: pointer;
}

.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.4s;
}

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

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

.c-hamburger span:nth-of-type(3) {
  top: 6px;
}

.c-hamburger .c-hamburger__text {
  display: block;
  top: 12px;
  background: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

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

.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  font-weight: 700;
  opacity: 0;
  transition: 0.6s;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 13px 20px;
}

.p-header__title {
  width: 100%;
  max-width: 128px;
}

.p-header__title a {
  display: block;
  width: 100%;
  height: auto;
}

.p-header__title a img {
  height: 100%;
}

.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  background: #bbb;
  opacity: 0.9;
  transition: 0.6s;
}

.p-nav {
  padding-top: 72px;
  padding-bottom: 72px;
}

.p-nav__list {
  display: block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background: #bbb;
  opacity: 0.9;
}

.p-nav__item {
  position: relative;
  width: 100%;
}

.p-nav__link {
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  margin: 26px 0;
  text-align: center;
}

.bl-single-column {
  padding-top: 74px;
}
.bl-single-column_h2 {
  font-size: clamp(1.25rem, 0.9989572471rem + 1.2513034411vw, 2rem);
  font-weight: bold;
  margin: 36px auto;
}
.bl-character {
  width: 80%;
  max-width: 400px;
  margin: 40px auto 0;
  display: flex;
}
.bl-character_item {
  width: 50%;
}
.bl-character_item img {
  width: 100%;
}/*# sourceMappingURL=blog.css.map */