@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --spacer-1:20px;
  --spacer-2:40px;
  --spacer-3: 60px;
  --spacer-4: 80px;
  --spacer-5: 100px;
  --border-radius: 20px;
}

@media screen and (max-width: 640px) {
  :root {
    --spacer-1:10px;
    --spacer-2:20px;
    --spacer-3: 30px;
    --spacer-4: 40px;
    --spacer-5: 50px;
    --border-radius: 10px;
  }
}
/*
base
 _________________________________________________________*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #323232;
  background-color: #fff;
  font-size: clamp(1.6rem, 1vw, 2.4rem);
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  body {
    font-size: clamp(1.4rem, 1vw, 2.4rem);
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a img:hover {
  opacity: 0.7;
}

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

* {
  user-select: none;
}

/*
::selection {
  background-color: #F2F2F2;
  color: #fff;
}
*/
.js-animate {
  visibility: hidden;
}

/*
link color
 _________________________________________________________*/
a {
  color: #F18787;
  text-decoration: underline;
}

a:hover {
  color: #85CBBF;
  text-decoration: none;
}

/*
layout
 _________________________________________________________*/
.wrapper {
  width: 100%;
  position: relative;
}

.l-main {
  width: 100%;
}

.l-main--blog {
  background-color: #F1F1F1;
}

.l-gnav {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 1000;
  height: 100vh;
}
@media screen and (max-width: 640px) {
  .l-gnav {
    position: absolute;
  }
}

.l-footer {
  z-index: 100;
  position: absolute;
  bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .l-footer {
    bottom: 50px;
  }
}

/*
gnav
 _________________________________________________________*/
.gnav {
  display: flex;
  writing-mode: vertical-rl;
  line-height: 1;
}
.gnav a {
  color: #323232;
  text-decoration: none;
}
.gnav a:hover {
  color: #F18787;
}
.gnav li {
  writing-mode: vertical-rl;
  display: flex;
  justify-content: start;
  align-items: center;
}
.gnav li:before {
  content: "";
  background-color: #85CBBF;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  margin: 20px 0;
}
.gnav li:first-child:before {
  display: none;
}
@media screen and (max-width: 640px) {
  .gnav a {
    color: #fff;
  }
  .gnav a:hover {
    color: #fff;
  }
  .gnav li:before {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 3px;
    border-radius: 50%;
  }
}

.content {
  width: 100%;
  padding: 100px 160px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .content {
    padding: 60px 10%;
  }
}
.content:last-child {
  padding-bottom: 260px;
}
@media screen and (max-width: 640px) {
  .content:last-child {
    padding-bottom: 120px;
  }
}

.content-title {
  color: #85CBBF;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  position: absolute;
  left: calc(80px - 1.5rem);
  width: 80px;
  line-height: 1;
}
.content-title span {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .content-title {
    font-size: 3rem;
    position: relative;
    text-align: center;
    margin-bottom: var(--spacer-3);
    left: auto;
    width: 100%;
  }
  .content-title span {
    writing-mode: horizontal-tb;
  }
}

.content-main {
  z-index: 10;
  position: relative;
}

/*
copyright
 _________________________________________________________*/
.copyright {
  text-align: right;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 160px;
}
@media screen and (max-width: 640px) {
  .copyright {
    padding: 0 10%;
  }
}

/*
lower
 _________________________________________________________*/
@media screen and (max-width: 640px) {
  .lower .l-gnav {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .lower .content-title {
    text-align: left;
    font-size: 1.4em;
  }
}

.lower-header {
  text-align: center;
  padding-top: 100px;
}
.lower-header img {
  max-width: 100px;
}
@media screen and (max-width: 640px) {
  .lower-header {
    padding: 50px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .lower-header + .content {
    padding-top: 30px;
  }
}

.lower-header__nav {
  display: none;
}
@media screen and (max-width: 640px) {
  .lower-header__nav {
    display: block;
  }
}

.lower-header__nav__button {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: 20px;
  right: 20px;
  z-index: 1001;
}

.lower-header__nav__button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: #323232;
  width: 45%;
}

.lower-header__nav__button span:nth-of-type(1) {
  top: 15px;
}

.lower-header__nav__button span:nth-of-type(2) {
  top: 23px;
}

.lower-header__nav__button span:nth-of-type(3) {
  top: 31px;
}

.lower-header__nav__button.is_active span:nth-of-type(1),
.lower-header__nav__button.is_active span:nth-of-type(3) {
  background-color: #fff;
  top: 23px;
}

.lower-header__nav__menu {
  width: 100vw;
  height: 100vh;
  background-color: rgba(133, 203, 191, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 1000;
  padding: 10%;
  visibility: hidden;
}
.lower-header__nav__menu ul {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lower-header__nav__menu li {
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  padding: 10px 0;
}
.lower-header__nav__menu li a {
  color: #fff;
  text-decoration: none;
}
.lower-header__nav__menu:after {
  content: "";
  width: 180vw;
  height: 60vh;
  display: block;
  background-color: rgba(210, 230, 143, 0.4);
  position: absolute;
  bottom: -30%;
  left: 0%;
  z-index: -1;
  transform: rotate(-30deg);
}

.lower-header__nav__menu.is_active {
  visibility: visible;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.mv {
  overflow: hidden;
  width: calc(100% - 80px);
  height: calc(100vh - 80px);
  border-radius: 0 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 640px) {
  .mv {
    width: 100%;
    height: 100svh;
    border-radius: 0 0 60px 0;
  }
}

.mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/mv.jpg") bottom center no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes anm-bg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.mv-logo {
  text-align: center;
  color: #fff;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 100;
}
.mv-logo figure {
  margin-bottom: var(--spacer-1);
}
@media screen and (max-width: 640px) {
  .mv-logo img {
    width: 100%;
    max-width: 130px;
  }
}

/*
about
 _________________________________________________________*/
.about-title {
  font-weight: 600;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: var(--spacer-2);
  color: #85CBBF;
}

.about-works {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--spacer-4);
}
@media screen and (max-width: 640px) {
  .about-works {
    flex-direction: column;
    margin-bottom: var(--spacer-3);
  }
}

.about-works__box {
  width: 46%;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.about-works__box dl {
  padding: 5%;
}
.about-works__box dt {
  text-align: center;
  font-weight: 600;
  color: #85CBBF;
  margin-bottom: 10px;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .about-works__box {
    width: 100%;
    margin-bottom: var(--spacer-3);
  }
}

.about-profile {
  border: 1px solid rgba(133, 203, 191, 0.5);
  padding: var(--spacer-2);
  border-radius: var(--border-radius);
  width: 75%;
}
@media screen and (max-width: 1080px) {
  .about-profile {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .about-profile {
    border: none;
    padding: var(--spacer-1);
  }
}

.about-profile__title {
  color: #85CBBF;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
}

.about-goat {
  width: 50%;
  margin-left: 50%;
  margin-top: -100px;
}
@media screen and (max-width: 1080px) {
  .about-goat {
    margin-top: -50px;
  }
}
@media screen and (max-width: 640px) {
  .about-goat {
    width: 80%;
    margin: var(--spacer-2) auto 0 auto;
  }
}

.about-goat__title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.about-goat__member {
  display: flex;
  justify-content: space-between;
}
.about-goat__member li {
  display: block;
  width: 30%;
}

/*
blog
 _________________________________________________________*/
.blog {
  background-color: #F1F1F1;
}

.blog-list--top .blog-item:nth-child(2) {
  margin-top: var(--spacer-2);
}
.blog-list--top .blog-item:nth-child(3) {
  margin-top: var(--spacer-4);
}
@media screen and (max-width: 640px) {
  .blog-list--top .blog-item:nth-child(2), .blog-list--top .blog-item:nth-child(3) {
    margin-top: var(--spacer-3);
  }
}

/*
price
 _________________________________________________________*/
.price {
  background-color: #85CBBF;
  color: #fff;
}
.price .content-title {
  color: #fff;
}

.price-unit {
  color: #323232;
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  padding: var(--spacer-2);
  position: relative;
  margin-top: var(--spacer-4);
}

.price-unit__title {
  background: #D2E68F;
  padding: 0 var(--spacer-1);
  border-radius: 0 30px 30px 0;
  width: 30%;
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  margin-left: -40px;
  font-size: 1.2em;
}
@media screen and (max-width: 1080px) {
  .price-unit__title {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .price-unit__title {
    width: 70%;
    margin-left: -20px;
  }
}

.price-unit__item {
  display: block;
  padding: var(--spacer-2) 0;
  border-bottom: 1px solid #85CBBF;
}
.price-unit__item dt {
  margin-bottom: calc(var(--spacer-1) / 2);
  font-size: 1.2em;
}

.price-unit__price {
  font-size: 0.8em;
  margin-left: 1em;
  display: inline-block;
  color: #999;
}
@media screen and (max-width: 640px) {
  .price-unit__price {
    display: block;
    font-size: 0.8em;
    margin-left: 0;
    color: #999;
    text-align: left;
    margin: 5px 0;
  }
}

.price-unit__price__ex {
  margin-top: calc(var(--spacer-1) / 2);
  background-color: #F1F1F1;
  padding: 10px;
  font-size: 0.8em;
  border-radius: 5px;
  position: relative;
}
.price-unit__price__ex:before {
  content: "構成例：";
  font-weight: 600;
}

/*
faq
 _________________________________________________________*/
.faq-item {
  margin-bottom: var(--spacer-2);
}
.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item__title {
  font-size: 1.1em;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
}
.faq-item__title:before {
  content: "Q";
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #85CBBF;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  display: block;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  margin-right: 1em;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .faq-item__title:before {
    font-size: 1em;
    margin-right: 1em;
  }
}

.faq-item__text {
  border: 1px solid #85CBBF;
  padding: var(--spacer-1);
  margin-left: calc(1em + 40px);
  margin-top: 10px;
  border-radius: var(--border-radius);
}

/*
contact
 _________________________________________________________*/
.contact {
  background: #D2E68F;
  overflow: hidden;
  position: relative;
}
.contact .content-title {
  color: #fff;
}

.contact-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_yama.png") no-repeat left bottom;
  z-index: 0;
}

.contact-form {
  z-index: 100;
  background: #fff;
  border-radius: var(--border-radius);
  padding: var(--spacer-2);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

.contact-form__item {
  display: block;
  margin-bottom: var(--spacer-1);
}
.contact-form__item dt {
  margin-bottom: 8px;
}
.contact-form__item input[type=text],
.contact-form__item textarea {
  padding: 5px;
  font-size: 1.4rem;
  border-radius: 2px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #85CBBF;
  border-radius: 4px;
}
.contact-form__item input:focus,
.contact-form__item textarea:focus {
  outline: none;
  background-color: rgba(133, 203, 191, 0.2);
}
.contact-form__item .req {
  color: #F18787;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 10px;
}

.contact-form__button {
  margin: var(--spacer-1) auto 0 auto;
}

.contact-thanks {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-2) 0;
}

.thanks {
  overflow: hidden;
  position: relative;
}

.recaptchacopy {
  text-align: center;
  font-size: 1.1rem;
  margin-top: var(--spacer-1);
}

.g-recaptcha {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.blog-single__heroimg {
  margin-bottom: var(--spacer-3);
}
.blog-single__heroimg img {
  border-radius: var(--border-radius);
}

.blog-single__title {
  font-size: 1.2em;
}

.blog-single__date {
  color: #85CBBF;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.blog-single__date:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
  font-size: 0.9em;
}

.blog-single__content {
  margin-top: var(--spacer-3);
  margin-bottom: var(--spacer-3);
}

.blog-single__tags li {
  display: inline-block;
  margin-right: var(--spacer-1);
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.blog-single__tags a {
  color: #F18787;
  text-decoration: none;
  font-size: 0.9em;
}
.blog-single__tags a:hover {
  color: #85CBBF;
}

.blog-single__back {
  text-align: right;
}
.blog-single__back a {
  color: #F18787;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.blog-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .blog-list {
    flex-direction: column;
  }
}

.blog-item {
  width: 30%;
  background: #fff;
  border-radius: var(--border-radius);
  display: block;
  text-decoration: none;
  color: #323232;
  margin-bottom: var(--spacer-3);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-item:hover {
  color: #F18787;
}
.blog-item:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .blog-item {
    width: 100%;
  }
}

.blog-item__figure img {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.blog-item__text {
  padding: 15px;
  font-size: 0.9em;
}
.blog-item__text date {
  color: #85CBBF;
  display: block;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.blog-pagenation {
  padding: var(--spacer-2) 0;
}

.pagenation {
  display: flex;
  justify-content: center;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pagenation li a {
  text-decoration: none;
  padding: 10px;
}

/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}

.tb-only {
  display: none;
}
@media screen and (max-width: 1080px) {
  .tb-only {
    display: block;
  }
}

/*
align
_________________________________________________________*/
.m-a-center {
  text-align: center;
}

.m-a-right {
  text-align: right;
}

.m-a-left {
  text-align: left;
}

.m-f-right {
  float: right;
}

.m-r-left {
  float: left;
}

/*
margin
_________________________________________________________*/
.m-mb-1 {
  margin-bottom: var(--spacer-1);
}

.m-mb-2 {
  margin-bottom: var(--spacer-2);
}

.m-mb-3 {
  margin-bottom: var(--spacer-3);
}

.m-mb-4 {
  margin-bottom: var(--spacer-4);
}

.m-mb-5 {
  margin-bottom: var(--spacer-5);
}

.m-mt-1 {
  margin-top: var(--spacer-1);
}

.m-mt-2 {
  margin-top: var(--spacer-2);
}

.m-mt-3 {
  margin-top: var(--spacer-3);
}

.m-mt-4 {
  margin-top: var(--spacer-4);
}

.m-mt-5 {
  margin-top: var(--spacer-5);
}

/*
font
_________________________________________________________*/
.m-fs-xs {
  font-size: 0.8em;
}

.m-fs-s {
  font-size: 0.9em;
}

.m-fs-l {
  font-size: 1.2em;
}

.m-fs-xl {
  font-size: 1.3em;
}

.m-fs-xxl {
  font-size: 1.6em;
}

.m-font-mic {
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-bold {
  font-weight: bold;
}

.m-green {
  color: #85CBBF;
}

/*
list
_________________________________________________________*/
.m-list {
  margin: 10px 0;
}
.m-list li {
  padding-left: 1.8em;
  display: block;
  position: relative;
}
.m-list li:before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #D2E68F;
  display: block;
  left: 0.5em;
  top: 0.9em;
  position: absolute;
}

/*
button
_________________________________________________________*/
.m-button {
  width: 45%;
  max-width: 300px;
  display: inline-block;
  padding: 20px;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  color: #fff;
  background: #85CBBF;
}
.m-button:hover {
  color: #fff;
  background-color: #F18787;
}

.m-button--white {
  background: #fff;
  color: #85CBBF;
}
.m-button--white:hover {
  color: #fff;
  background-color: #85CBBF;
}

.link-line {
  align-items: center;
  background-color: transparent;
  color: #F18787;
  cursor: pointer;
  display: inline-block;
  justify-content: end;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  outline: 0;
  border: 0;
  padding: 1rem;
}
.link-line:hover {
  color: #F18787;
}

.link-line:after {
  background-color: #F18787;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 10px;
  transition: all 0.42s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 0;
}

.link-line:hover:after {
  background-color: #F18787;
  width: 3rem;
}