/*!
  Theme Name: Ori Framework
  Author: Ori
  Author URI: http://shikiori.com/
  Description: Ori framework
  Version: 2.0
  Date: 2023.12.30
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
  --more-button-size: 64px;
  --smartrating-logo-size: 120px;
  --heading-border-color: #eee;
  --content-border-color: #f3d359;
  --contact-button-color: #c0da46;
  --color-underlayer-accent: #e25275;
  --text-white: #fff;
  --grid-large-gutter: 64px;

  --font: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体",
    YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  --font-bold: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothic, メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  color: #202020;
  font-family: var(--font);
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 2;
  width: 100%;
  background: #fff;
}

a {
  color: #202020;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section,
.section {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-family: "toermip";
  font-family: var(--font-bold);
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

ifream {
  vertical-align: middle;
}

/* form input*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  background: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  padding: 15px;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"] {
  max-width: 400px;
}

textarea {
  max-width: 800px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #999;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  font-size: 14px;
  font-size: 1.4rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

input[type="checkbox"],
input[type="radio"] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

/* Grid System width Flex */

.flexbox {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: col;
}

.flex-col-rev {
  flex-direction: col-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-content-start {
  justify-content: flex-start;
}

.flex-content-end {
  justify-content: flex-end;
}

.flex-content-center {
  justify-content: center;
}

.flex-content-between {
  justify-content: space-between;
}

.flex-content-around {
  justify-content: space-around;
}

.flex-content-around {
  justify-content: stretch;
}

/*margin*/

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* pager */

.pager {
  height: 20px;
  position: relative;
}

.pager .prev {
  position: absolute;
  top: 0;
  left: 0;
}

.pager .prev a {
  display: block;
  padding-left: 15px;
  position: relative;
}

.pager .prev a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
  left: 0;
  top: 8px;
}

.pager .next {
  position: absolute;
  top: 0;
  right: 0;
}

.pager .next a {
  display: block;
  padding-right: 15px;
  position: relative;
}

.pager .next a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  right: 0;
  top: 8px;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  /* 250703 add */
  margin-top: 80px;
  gap: 20px;
}

.wp-pagenavi a {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #a0e0e0;
  color: #39b8b8;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #a0e0e0;
  color: #39b8b8;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi span.current {
  /* 250703 add */
  border-radius: 0;
  --size: 60px;
  width: var(--size);
  height: var(--size);
  border: 1px solid #d6d6d6;
  color: #212121;
  background: #d6d6d6;
  display: grid;
  place-items: center;
}
.wp-pagenavi span.current {
  border: 0px;
  color: #fff;
  background: #7cd4d4;
  font-weight: normal;
  /* 250703 add */
  background: #fff;
  border: 1px solid #d6d6d6;
  color: #777;
}

.wp-pagenavi a:hover {
  border: 1px solid #39b8b8;
  /* 250703 add */
  border: 1px solid #d6d6d6;
  opacity: 0.5;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  position: relative;
}

.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -4px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.wp-pagenavi a.previouspostslink::after {
  border-bottom: 1px solid #2baa3f;
  border-left: 1px solid #2baa3f;
  margin-left: -2px;
}

.wp-pagenavi a.nextpostslink::after {
  border-top: 1px solid #2baa3f;
  border-right: 1px solid #2baa3f;
}

.wp-pagenavi a.previouspostslink:hover::after,
.wp-pagenavi a.nextpostslink:hover::after {
  border-color: #fff;
}

.wp-caption-text,
.wp-caption,
.aligncenter,
.alignleft,
.alignright,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  font-weight: normal;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick/slick.woff") format("woff"),
    url("./fonts/slick/slick.ttf") format("truetype"),
    url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #aaa;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
  font-family: var(--font-bold);
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }

  .slick-archive__label {
    font-size: 1rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .toggle {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 999;
    right: 15px;
    top: 10px;
  }

  .toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #26cceb;
    left: 0;
    top: 50%;
    transition: all 0.5s;
  }

  .toggle span:first-child {
    margin-top: -10px;
  }

  .toggle span:nth-child(3) {
    margin-top: 10px;
  }

  .toggle::after {
    content: "MENU";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    font-family: var(--font-bold);
    transition: all 0.3s;
    color: #fff;
  }

  .toggle.active::after {
    content: "CLOSE";
  }

  .toggle.active span:first-child {
    margin-top: 0;
    transform: rotate(225deg);
  }

  .toggle.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(-40deg);
  }

  .toggle.active span:nth-child(3) {
    margin-top: 0;
    transform: rotate(-225deg);
  }
}

@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    height: 100vh;
    top: 0;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: all 0.5s;
    opacity: 0;
  }

  .gnav.active {
    transform: translateX(0);
    opacity: 1;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
.container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.bold {
  font-weight: bold;
  font-family: var(--font-bold);
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.f-en {
  font-family: "Libre Franklin", sans-serif;
}

.f-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.table01 .table01__th {
  width: 100px;
  border-bottom: 1px solid #999;
  text-align: left;
  font-weight: normal;
  vertical-align: text-top;
  padding: 20px 0;
}

.table01 .table01__td {
  width: calc(100% - 100px);
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}

.hdg01 {
  font-size: 1.6rem;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 800;
  background-image: url(img/common/line01.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 15px 0 15px 30px;
}

.hdg01 span {
  color: #bfd845;
  letter-spacing: 0.1rem;
  margin-left: 2px;
}

.hdg02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.7rem;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: auto;
}

.hdg03 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.8;
  margin-top: -12px;
}

.hdg04 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: auto;
}

.btn-more {
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: var(--font-bold);
  position: relative;
}

.btn-more span {
  transition: all 0.5s;
}

.btn-more::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(img/common/btn-more.png);
  background-size: contain;
  background-position: center center;
  transition: all 0.5s;
}

.btn-more:hover {
  opacity: 1;
}

.btn-more:hover::before {
  transform: rotate(180deg);
}

.btn-more:hover .t-green {
  color: #bed355;
}

.btn-more:hover .t-blue {
  color: #55b9cc;
}

.btn-more:hover .t-red {
  color: #d56585;
}

.btn-more:hover .t-yerrow {
  color: #e4d56d;
}

.btn-send {
  display: block;
  width: 280px;
  border: 1px solid #d6d6d6;
  background-color: #eee;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  font-family: var(--font-bold);
  cursor: pointer;
  /* margin: 0 auto; */
  /* 250704 */
  margin-left: auto;
  margin-right: auto;
}

.btn-send.back {
  margin-top: 15px;
  color: #aaa;
}

.sp,
.sp02 {
  display: none;
}

.fade,
.fadeUp {
  opacity: 0;
}

.fade.in {
  -webkit-animation: fade 2.5s forwards;
  animation: fade 2.5s forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeUp.in {
  -webkit-animation: fadeUp 1.8s forwards;
  animation: fadeUp 1.8s forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate(0, 50px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.delay {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
  /* 250703 */
  /* display: none; */
}

#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (max-width: 768px) {
  .table01 .table01__th {
    width: 100%;
    display: block;
    border: none;
    padding-bottom: 0;
    font-weight: bold;
    font-family: var(--font-bold);
  }

  .table01 .table01__td {
    width: 100%;
    display: block;
    padding-top: 5px;
    position: relative;
  }

  .table01 .table01__td::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #999;
    left: 0;
    bottom: -1px;
    z-index: 1;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .btn-send {
    width: 240px;
  }

  .hdg01 {
    margin-bottom: 30px !important;
  }

  .hdg02 {
    font-size: 3.1rem;
  }

  .hdg03 {
    font-size: 1.6rem;
  }

  .hdg04 {
    font-size: 1.2rem;
  }

  .pc02 {
    display: none;
  }

  .sp02 {
    display: block;
  }
}

/*////////////////////////

 header

////////////////////////*/

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  z-index: 1;
}

.header .h-logo {
  height: 60px;
  line-height: 60px;
}

.header .gnav {
  width: 100%;
  max-width: 650px;
}

.header .gnav .nav-list .nav-list__item a {
  color: #fff;
  font-weight: bold;
  font-family: var(--font-bold);
}

.header .gnav .nav-list .nav-list__item a:hover {
  opacity: 1;
  color: #c0da45;
}

.header .gnav .nav-list .nav-list__item.contact a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #c0da45;
  text-align: center;
}

.header .gnav .nav-list .nav-list__item.contact a:hover {
  background-color: #26cceb;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .header {
    top: 0;
  }

  .header .gnav {
    max-width: 400px;
  }

  .header .gnav .nav-list {
    display: block !important;
    margin: 5px 0 0 0;
    padding: 20% 0;
    text-align: center;
  }

  .header .gnav .nav-list .nav-list__item {
    padding: 15px 0;
    line-height: 1.2;
  }

  .header .gnav .nav-list .nav-list__item.contact a {
    margin: 0 auto;
  }
}

/*////////////////////////

footer

////////////////////////*/

.pagetop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
}

.pagetop a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #fff;
  line-height: 70px;
  text-align: center;
  box-shadow: 0 0 20px #aaa;
}

.footer {
  margin-top: 180px;
  padding: 80px 0;
  background-color: #f4f4f4;
}

.footer .f-logo {
  margin-right: 40px;
}

.footer dl dd {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
  }

  .pagetop a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/*////////////////////////

top

////////////////////////*/

.top-slider {
  position: relative;
}

.top-slider .container {
  max-width: 1130px;
  height: 100vh;
  position: relative;
}

.top-slider .container .top-slider__ttl {
  position: absolute;
  left: 15px;
  top: 55%;
  transform: translateY(-50%);
  max-width: calc(100% - 30px);
}

.top-slider .slick-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.top-slider .slick-img .slick-slide {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
}

.top-slider .slick-img .slick-slide:first-of-type {
  background-image: url(img/top/main-img01.jpg);
}

.top-slider .slick-img .slick-slide:nth-of-type(2) {
  background-image: url(img/top/main-img02.jpg);
}

.top-slider .slick-img .slick-slide:nth-of-type(3) {
  background-image: url(img/top/main-img03.jpg);
}

.top-slider .btn-scroll {
  position: absolute;
  right: 20px;
  bottom: 50px;
  -webkit-animation: sdb 1.8s infinite;
  animation: sdb 1.8s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 50px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 50px);
    opacity: 0;
  }
}

.top-section,
[class^="top-service"] .container {
  margin-top: 140px;
  padding-top: 250px;
  position: relative;
}

.subpage .top-section {
  margin-top: 0;
}

[class^="top-service"] .container {
  max-width: 1180px;
}

.top-section::before,
[class^="top-service"] .container::before {
  position: absolute;
  content: "";
  background-position: center center;
  background-size: cover;
  z-index: -1;
  top: 0;
}

.top-section::before {
  width: 100%;
  height: 400px;
  left: 0;
}

[class^="top-service"] {
  overflow: hidden;
}

[class^="top-service"] .container::before {
  width: 150%;
  height: calc(100% - 1px);
}

.top-content {
  background-color: #fff;
  padding: 70px 15px 0;
}

.top-content .top-content__inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

[class^="top-service"] .top-content {
  max-width: 700px;
}

[class^="top-service"] .top-content .top-content__inner .btn-more {
  margin: 10px 0 0 auto;
}

.top-service01 .container::before {
  background-image: url(img/top/bg01.jpg);
  left: 15px;
}

.top-service01 .container .top-content .top-content__inner {
  max-width: 620px;
}

.top-service01 .fadeUp.in {
  -webkit-animation: fadeleft 1.8s forwards;
  animation: fadeleft 1.8s forwards;
}

@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translate(-50px, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeleft {
  0% {
    transform: translate(-50px, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.top-service02 .fadeUp.in {
  -webkit-animation: faderight 1.8s forwards;
  animation: faderight 1.8s forwards;
}

@-webkit-keyframes faderight {
  0% {
    -webkit-transform: translate(50px, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes faderight {
  0% {
    transform: translate(50px, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.top-service02 .container::before {
  background-image: url(img/top/bg02.jpg);
  right: 15px;
}

.top-service02 .container .top-content {
  margin: 0 0 0 auto;
  max-width: 650px;
}

.top-service02 .container .top-content .top-content__inner {
  max-width: 575px;
  margin: 0 0 0 auto;
}

/* 240524追記 */
.top-service02 .container .top-content,
.top-service03 .container .top-content {
  margin: 0 0 0 auto;
  max-width: 650px;
}

.top-service02 .container .top-content .top-content__inner,
.top-service03 .container .top-content .top-content__inner {
  max-width: 575px;
  margin: 0 0 0 auto;
}

.top-section.top-partner::before {
  background-image: url(img/top/bg03.jpg);
}

.top-partner .top-content .top-content__inner {
  max-width: 1000px;
}

.top-partner .top-partner__ttl {
  text-align: center;
  font-size: 4rem;
  padding-right: 20px;
  margin-bottom: 30px;
  position: relative;
}

.top-partner .top-partner__ttl span {
  position: absolute;
  left: 53%;
  bottom: -20px;
  z-index: 1;
}

.top-partner ul li {
  margin: 30px 10px 0;
}

.top-section.top-company::before {
  background-image: url(img/top/bg04.jpg);
}

.top-section.top-topics::before {
  background-image: url(img/top/bg05.jpg);
}

.top-topics .btn-more {
  position: absolute;
  right: 0;
  top: 0;
}

.topics-list .topics-list__item {
  width: 22%;
  position: relative;
}

.topics-list .topics-list__item .date {
  position: absolute;
  background-color: #fff;
  font-weight: bold;
  font-family: var(--font-bold);
  font-size: 1.2rem;
  color: #c0da48;
  padding: 0 7px;
  z-index: 1;
}

.topics-list .topics-list__item .thumb {
  overflow: hidden;
  text-align: center;
}

.topics-list .topics-list__item .thumb img {
  width: 100%;
  transition: all 0.5s;
}

.topics-list .topics-list__item .topics-list__ttl {
  font-weight: normal;
  font-size: 1.4rem;
  margin-top: 20px;
  transition: all 0.5s;
}

.topics-list .topics-list__item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}

.topics-list .topics-list__item:hover .thumb img {
  transform: scale(1.1, 1.1);
}

.topics-list .topics-list__item:hover .topics-list__ttl {
  color: #c0da48;
}

.top-section.top-contact::before {
  background-image: url(img/top/bg06.jpg);
}

.top-section.top-column::before {
  background-image: url(img/column/bg.jpg);
}

.form-table .form-table__th {
  width: 210px;
  padding: 30px 0 30px 60px;
  vertical-align: text-top;
  text-align: left;
  position: relative;
}

.form-table .form-table__th::before {
  content: "任意";
  font-size: 1.2rem;
  color: #999;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 31px;
  padding: 0 10px;
  border-radius: 11px;
}

.form-table .form-table__th.req::before {
  content: "必須";
  color: #fff;
  background-color: #ea4a73;
}

.form-table .form-table__td {
  padding: 10px 0;
  width: calc(100% - 210px);
}

@media screen and (min-width: 769px) {
  .topics-list .topics-list__item:not(:nth-child(4n)) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .top-section,
  [class^="top-service"] .container {
    margin-top: 100px;
    padding-top: 150px;
  }

  [class^="top-service"] .container::before {
    width: calc(100% + 30px);
  }

  .topics-list .topics-list__item {
    width: 48%;
    max-width: 260px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 550px) {
  .top-section::before {
    height: 250px;
  }

  .top-content {
    padding-top: 30px;
  }

  .topics-list .topics-list__item {
    width: 100%;
  }

  .top-partner .top-partner__ttl {
    line-height: 1.4;
    padding-right: 0;
  }

  .top-partner ul li {
    margin-top: 15px;
  }

  .form-table .form-table__th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }

  .form-table .form-table__td {
    width: 100%;
    display: block;
  }
}

#newsWrap .pager {
  height: auto !important;
  margin-top: 30px;
  text-align: center;
}

#newsWrap .pager a {
  border: 1px solid #ddd;
  margin: 0 3px;
  padding: 5px;
}

#newsWrap .pager a:hover {
  border: 1px solid #000;
  opacity: 1;
}

#newsWrap .pager a.current {
  border: 1px solid #000;
  pointer-events: none;
  font-weight: bold;
  font-family: var(--font-bold);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.margin-erase {
  margin: 0 !important;
}

.top-service01,
.top-service02 {
  padding-bottom: var(--more-button-size);
}

.c-logo {
  width: var(--smartrating-logo-size);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.underlayer-mv__img-wrap {
  position: relative;
  height: 400px;
}

.img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.l-wrapper {
  padding: 5% 5% 0;
  background-color: #fff;
  position: relative;
  margin-top: -140px;
}

.mr-4 {
  margin-right: 16px;
}

.font-normal {
  font-weight: 400;
}

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

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.h-full {
  height: 100%;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.list-style-active {
  list-style-type: disc;
  list-style-position: inside;
}

.list-style-large-circle::before {
  width: 12px;
  height: 12px;
  display: inline-block;
  content: "";
  border-radius: 50%;
  background-color: #333;
  position: relative;
}

.section-heading {
  padding-top: 12px;
  padding-bottom: 16px;
  border-top: 1px solid var(--heading-border-color);
  border-bottom: 1px solid var(--heading-border-color);
}

.underlayer-section-underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: var(--content-border-color);
  text-decoration-color: var(--content-border-color);
  /* IE非対応 */
  text-underline-offset: 0.5em;
}

.c-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.c-circle.c-circle--bg-accent {
  background-color: var(--color-underlayer-accent);
}

.c-secondary-btn {
  padding: 28px;
  display: inline-block;
  max-width: 360px;
  width: 100%;
}

.c-secondary-btn.c-secondary-btn--bg-secondary {
  background-color: var(--contact-button-color);
}

.c-tertiary-btn {
  padding: 16px;
  display: inline-block;
  border: 1px solid #d6d6d6;
  background-color: #eee;
  width: 100%;
  max-width: 240px;
}

.l-section {
  padding-bottom: 20%;
}

.l-section-border-box {
  padding: 40px 32px;
  border: 1px solid var(--heading-border-color);
}

.l-section-border-box.l-section-border-box--secondary {
  border-color: #333;
  padding: 15% 10%;
}

.l-section-border-box__circle-box {
  flex: 1 1 auto;
  flex-basis: 100%;
  max-width: 100%;
  margin-top: -10px;
}

.l-section-border-box__contents-box {
  flex: 1 1 auto;
  flex-basis: 100%;
  max-width: 100%;
}

.l-service-grid01 {
  display: flex;
  flex-flow: row wrap;
  margin-top: -32px;
  margin-left: -32px;
}

.l-service-grid02 {
  display: flex;
  flex-flow: row wrap;
  margin-top: -12px;
}

.l-service-grid03 {
  display: flex;
  flex-flow: row wrap;
  margin-top: -32px;
  margin-left: -32px;
}

.l-grid-large {
  display: flex;
  flex-flow: row wrap;
  margin-top: calc(-1 * var(--grid-large-gutter));
  margin-left: calc(-1 * var(--grid-large-gutter));
}

.l-service-grid01__cell {
  flex: 1 1 auto;
  padding-left: 32px;
  padding-top: 32px;
  flex-basis: 100%;
  max-width: 100%;
}

.l-service-grid02__cell {
  flex: 1 1 auto;
  padding-top: 12px;
  flex-basis: 100%;
  max-width: 100%;
}

.l-service-grid03__cell {
  flex: 1 1 auto;
  padding-left: 32px;
  padding-top: 32px;
  flex-basis: 100%;
  max-width: 100%;
}

.l-grid-large__cell {
  flex: 1 1 auto;
  padding-left: var(--grid-large-gutter);
  padding-top: var(--grid-large-gutter);
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .l-service-grid01__cell.-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-service-grid02 {
    margin-top: -12px;
    margin-left: -60px;
  }

  .l-service-grid02__cell.-col-md-left {
    flex-basis: 60%;
    max-width: 60%;
  }

  .l-service-grid02__cell.-col-md-right {
    flex-basis: 40%;
    max-width: 40%;
  }

  .l-section-border-box__circle-box {
    flex-basis: 6%;
    max-width: 6%;
  }

  .l-section-border-box__contents-box {
    flex-basis: 94%;
    max-width: 94%;
  }

  .l-grid-large__cell.-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .l-service-grid01__cell.-col-ml-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-service-grid03__cell.-col-ml-left {
    flex-basis: 60%;
    max-width: 60%;
  }

  .l-service-grid03__cell.-col-ml-right {
    flex-basis: 40%;
    max-width: 40%;
  }

  .l-service-grid03 {
    margin-right: -40px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube-wrap {
  width: 100%;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* 230406 */
.form__privacyText {
  width: 800px;
  height: 300px;
  overflow-y: scroll;
  padding: 40px 20px;
  border: 1px solid #eee;
  margin: 0 auto 20px;
  /* 240524追記 */
  width: min(100%, 800px);
}

.form__privacyText__hdg01 {
  text-align: center;
  font-weight: bold;
  font-family: var(--font-bold);
  font-size: 18px;
  margin-bottom: 30px;
}

/* 230421 */
.link-underline:not(:hover) {
  text-decoration: underline;
}

/* 231120mimamo追加 */
.top-service03 .container::before {
  background-image: url(img/top/bg07.jpg);
  right: 15px;
}

.top-service03 {
  padding-bottom: var(--more-button-size);
}

.top-service03 .fadeUp.in {
  -webkit-animation: faderight 1.8s forwards;
  animation: faderight 1.8s forwards;
}

.c-logo--mimamo {
  width: 75px;
  height: auto;
}

.ml-20 {
  margin-left: 20px;
}

.list-style-check-circle {
  position: relative;
}

.list-style-check-circle::before {
  width: 25px;
  height: 25px;
  display: inline-block;
  content: "";
  border-radius: 50%;
  background: #47b4cb url(img/common/icon-check.png) no-repeat left 58% center;
  background-image: image-set(url(img/common/icon-check@2x.png) 2x);
  position: relative;
  vertical-align: middle;
  margin-right: 7px;
}

.indent--list-style-check-circle {
  padding-left: 32px;
  text-indent: -32px;
}

.mt-15 {
  margin-top: 15px;
}

.l-mimamo-grid01 {
  display: flex;
  justify-content: center;
  gap: 32px calc((424 / 1188) * 100%);
  /* 240524修正 */
  gap: 32px calc((188 / 1188) * 100%);
  align-items: center;
}

.l-mimamo-grid01 > *:first-child {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .l-mimamo-grid01 {
    justify-content: space-between;
    column-gap: calc((30 / 1188) * 100%);
  }
}

@media screen and (max-width: 600px) {
  .l-mimamo-grid01 {
    flex-flow: column;
  }
}

.section-heading--mimamo {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.c-triangle-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 70%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #ddd;
  width: 30px;
  height: 18px;
}

.pc-t-center {
  text-align: center;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  /* 250703 */
  font-size: 2rem;
}

.list-style-bullet-points::before {
  content: "・";
}

.l-mimamo-grid02 {
  display: flex;
  flex-flow: wrap;
  --column-gap: calc(calc(80 / 1180) * 100%);
  gap: 10px var(--column-gap);
}

.l-mimamo-grid02__box {
  --size: calc(calc(100% - var(--column-gap) * 3) / 4);
  width: var(--size);
  border: 1px solid #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-family: var(--font-bold);
}

.l-mimamo-grid02__box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.l-mimamo-grid02__text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 10px;
}

.l-mimamo-grid02__text::after {
  content: "";
  display: block;
  background: url(img/mimamo/mimamo_feature01.png) no-repeat center/contain;
  --size: calc(calc(92 / 1500) * 100vw);
  width: var(--size);
  padding-top: var(--size);
}

@supports (width: min(10px, 5vw)) {
  .l-mimamo-grid02__text::after {
    --size: min(calc(calc(92 / 1500) * 100vw), 9.2rem);
  }
}

.l-mimamo-grid02__box:nth-of-type(2) .l-mimamo-grid02__text::after {
  background-image: url(img/mimamo/mimamo_feature02.png);
}

.l-mimamo-grid02__box:nth-of-type(3) .l-mimamo-grid02__text::after {
  background-image: url(img/mimamo/mimamo_feature03.png);
}

.l-mimamo-grid02__box:nth-of-type(4) .l-mimamo-grid02__text::after {
  background-image: url(img/mimamo/mimamo_feature04.png);
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 1060px) {
  .l-mimamo-grid02__text {
    gap: 2px;
  }

  .l-mimamo-grid02 {
    --column-gap: calc(calc(30 / 1180) * 100%);
  }
}

@media screen and (max-width: 768px) {
  .pc-t-center {
    text-align: left;
  }

  .l-mimamo-grid02 {
    --column-gap: calc(calc(15 / 1180) * 100%);
  }
}

@media screen and (max-width: 600px) {
  .l-mimamo-grid02 {
    --column-gap: 10px;
  }

  .l-mimamo-grid02__box {
    --size: calc(calc(100% - var(--column-gap)) / 2);
  }

  .l-mimamo-grid02__text::after {
    --size: calc(calc(200 / 1500) * 100vw);
  }

  @supports (width: min(10px, 5vw)) {
    .l-mimamo-grid02__text::after {
      --size: min(calc(calc(200 / 1500) * 100vw), 9.2rem);
    }
  }
}

/* 240130 追記 */
.w-fit {
  width: fit-content;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.l-mimamo-grid03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 40px;
}

.l-mimamo-grid03 * {
  font-size: 1.6rem;
}

.part-heading {
  color: rgb(210, 89, 121);
  text-decoration: rgb(210, 89, 121) underline;
  text-underline-offset: 0.3em;
}

@media screen and (max-width: 768px) {
  .l-mimamo-grid03 {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

/* 240524追記 mimamo */
.pb-50 {
  padding-bottom: 50px;
}

.box-mimamo-line {
  border: 1px solid;
  position: relative;
  padding: 64px 62px 43px;
}

.box-mimamo-line__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
}

.l-mimamo-feature-list {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  flex-flow: wrap;
}

.l-mimamo-feature-list__item .inner {
  background: rgb(239, 222, 186);
  border-radius: 50%;
  --size: 290px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}

.l-mimamo-feature-list__item .title {
  background: rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  min-width: 168px;
  text-align: center;
  border-radius: 100vw;
  margin-top: 8px;
  margin-bottom: 5px;
}

.l-mimamo-feature-list02 {
  display: flex;
  justify-content: space-around;
  transform: translate(0, -50%);
  margin: 0 115px;
  gap: 5px 15px;
}

.l-mimamo-feature-list02__item {
  padding: 0 23px;
  background: #aaa;
  color: #fff;
  font-weight: bold;
  font-family: var(--font-bold);
  min-width: 181px;
  border-radius: 100vw;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .box-mimamo-line {
    padding: 64px 30px 43px;
  }

  .l-mimamo-feature-list__item .inner {
    --size: 207px;
  }

  .l-mimamo-feature-list02 {
    margin: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .box-mimamo-line__title {
    width: 90%;
  }

  .l-mimamo-feature-list02 {
    flex-flow: wrap;
    transform: translate(0, 0);
    margin-top: 10px;
    justify-content: center;
  }
}

.l-mimamo-feature-buttons {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  gap: 60px 15px;
}

.l-mimamo-feature-button {
  background: #f4bf69;
  min-width: min(100%, 480px);
  max-width: 480px;
  display: block;
  flex: 1;
  padding: 30px 15px;
  text-align: center;
  font-weight: bold;
  font-family: var(--font-bold);
  border-radius: 100vw;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.l-mimamo-feature-button .sub {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #aaa;
  color: #fff;
  padding: 0 22px;
  border-radius: 100vw;
  white-space: nowrap;
}

.l-mimamo-feature-button::before {
  content: "";
  position: absolute;
  right: 48px;
  bottom: -15px;
  background: url(img/mimamo/icon_click.png) no-repeat left/contain;
  --size: 58px;
  width: var(--size);
  height: var(--size);
  transition: transform 0.2s ease-out;
}

.l-mimamo-feature-button:hover::before {
  transform: translate(-15px, -10px);
}

@media screen and (max-width: 520px) {
  .l-mimamo-feature-button::before {
    bottom: -35px;
    right: 30px;
  }
}

/* 240628 */
.modal-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.modal-cont.show {
  opacity: 1;
  visibility: visible;
}

.modal__bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(88, 88, 88, 0.7);
}

.modal-wrapper {
  position: relative;
  width: 100%;
  height: 100svh;
  padding: 100px 0 50px;
  overflow-y: scroll;
}

.modal-body {
  position: relative;
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 45px;
}

.modal-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  background: #c0da45;
  border: 1px solid #fff;
  border-radius: 100%;
  transform: rotate(45deg);
  top: -45px;
  right: -25px;
}

.modal-close span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #1f1f1f;
}

.modal-close span:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background: #1f1f1f;
  transform: rotate(90deg);
}

.modal-inner {
  width: 100%;
}

.modal-inner__block {
  position: relative;
  width: 100%;
  border: 1px solid #1f1f1f;
  padding: 35px 50px 45px;
}

.modal-inner__block.is--noborder {
  border-color: transparent;
}

.modal-inner__block:not(:last-child) {
  margin-bottom: 70px;
}

.modal-inner__block__ttl {
  position: absolute;
  width: 100%;
  left: 0;
  top: -20px;
  text-align: center;
}

.modal-inner__block__ttl span {
  display: inline-block;
  max-width: 255px;
  width: 100%;
  font-weight: bold;
  font-family: var(--font-bold);
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: #aaaaaa;
  border-radius: 19px;
}

.modal-inner__block__grid,
.modal-inner__block__trouble {
  width: 100%;
  display: grid;
}

.modal-inner__block__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.modal-inner__block__grid__item {
  position: relative;
  width: 100%;
  padding: 40px;
  background: #efdeba;
}

.modal-inner__block__grid__item .icon {
  text-align: center;
  margin-bottom: 15px;
}

.modal-inner__block__grid__item h3 {
  max-width: 285px;
  width: 100%;
  font-weight: bold;
  font-family: var(--font-bold);
  font-size: 2.1rem;
  line-height: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-bottom: 25px;
}

.modal-inner__block__grid__item .logo {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-inner__block__grid__item p {
  font-size: 1.6rem;
  line-height: 2;
}

.modal-inner__block__trouble {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.modal-inner__block__trouble__item__img {
  margin-bottom: 25px;
  text-align: center;
}

.modal-inner__block__trouble__item h3 {
  font-size: 1.6rem;
  text-align: center;
}

.modal-inner__block__trouble__item p {
  font-size: 1.6rem;
  line-height: 2;
}

.p-support-info {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #1f1f1f;
  margin-top: 50px;
}

.p-support-info:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-bottom: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  transform: rotate(45deg);
  top: -16px;
  left: calc(50% - 30px);
}

.p-support-info .logo {
  width: 260px;
}

.p-support-info .text {
  width: calc(100% - 260px);
}

.p-support-info .text h3 {
  font-size: 2.1rem;
  margin-bottom: 20px;
}

.p-support-info .text p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .modal-inner__block__grid__item {
    padding-top: 60px;
  }

  .modal-inner__block__trouble {
    grid-template-columns: repeat(2, 1fr);
  }

  .modal-inner__block__trouble__item__img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .modal-inner__block__grid {
    grid-template-columns: 100%;
  }

  .p-support-info {
    display: block;
  }

  .p-support-info .logo {
    width: 100%;
    text-align: center;
  }

  .p-support-info .text {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .modal-inner__block__trouble {
    grid-template-columns: 100%;
  }

  .modal-inner__block {
    padding: 35px 30px 45px;
  }

  .modal-inner__block.is--noborder {
    padding: 0;
  }

  .modal-body {
    padding: 30px;
  }

  .modal-inner .section-heading.mb-50 {
    margin-bottom: 30px;
  }

  .modal-close {
    width: 58px;
    height: 58px;
    top: -35px;
    right: -10px;
  }

  .modal-inner__block__grid__item {
    padding: 20px;
  }

  .modal-inner__block__grid__item.logo-box {
    padding-top: 60px;
  }
}

#parentframe {
  background: #fff;
}

.column-list {
  background: #fff;
}

.list_test-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list_test:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #f44336;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

/* 250129 */
.box-mimamo-line {
  border: none;
}

.l-mimamo-feature-list02.green {
  margin-bottom: 20px;
}

@media screen and (min-width: 601px) {
  .l-mimamo-feature-list02.green {
    margin-bottom: 0;
  }
}

.l-mimamo-feature-list02.green .l-mimamo-feature-list02__item {
  background: #b7ce50;
  font-size: 20px;
}

.l-mimamo-feature-list__item .inner {
  background: #fbe7bb;
}

.l-mimamo-feature-button {
  background: #fc993f;
  color: #fff;
}

.l-mimamo-feature-button .sub {
  background: #b7ce50;
}

.l-mimamo-feature-button .sub::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #b7ce50 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  /* 250206 */
  bottom: -9px;
}

.mimamoplus_plan {
  margin: 60px 0 0;
  background: #fef7e7;
  padding: 30px;
}

.mimamoplus_plan_container {
  background: #fff;
  padding: 20px;
}

.mimamoplus_plan_container .sub {
  position: relative;

  transform: translate(-50%, -50%);
  background: #de5777;
  color: #fff;
  padding: 5px 22px;
  border-radius: 100vw;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font-bold);
}

.mimamoplus_plan_container .sub::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #de5777 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.mimamoplus_plan_title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.mimamoplus_plan_text {
  font-size: 16px;
}

.l-mimamo-feature-button.pink {
  background: #de5777;
}

#modalCont-03 .modal-inner__block {
  border: none;
}

#modalCont-03 .modal-inner__block__trouble {
  grid-template-columns: repeat(2, 1fr);
}

#modalCont-03 .p-support-info .text {
  width: auto;
}
.list_test.black {
  text-indent: -1rem;
}
.list_test.black::before {
  background-color: #1f1f1f;
}

@media screen and (min-width: 601px) {
  .mimamoplus_plan {
    padding: 60px;
  }

  .mimamoplus_plan_container {
    padding: 30px 35px;
  }

  #modalCont-03 .modal-inner__block__trouble {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 900px) {
  #modalCont-03 .modal-inner__block__trouble {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* 250703 add news */
.top-news-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  gap: min(5.2vw, 71px) min(3.8vw, 52px);
}
.news-item .inner {
  display: flex;
  gap: 10px 24px;
  padding-top: 30px;
  padding-right: 60px;
  padding-bottom: 26px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.top-news-list .news-item .inner {
  display: block;
  padding: 0;
  border-bottom: none;
}

.news-item .inner::before {
  content: "";
  display: block;
  background: url(img/common/icon_arrow-right.png) no-repeat center/contain;
  background-image: image-set(url(img/common/icon_arrow-right@2x.png) 2x);
  width: 12px;
  height: 18px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translate(0, -50%);
}

.top-news-list .news-item .inner::before {
  content: none;
}

@media not all and (min-width: 768px) {
  .news-item .inner {
    flex-flow: column;
  }
}
.news-title {
  font-size: 1.6rem;
  font-weight: 600;
  transition: 0.5;
}

.news-item .inner:hover {
  color: #bfd946;
}

.news-excerpt {
  font-size: 1.2rem;
  font-weight: 300;
  color: #777;
}

.news-date {
  font-size: 1.4rem;
  color: #aaa;
}

.news-detail-title {
  font-size: 2.4rem;
  font-weight: 300;
  font-family: var(--font);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .news-detail-title {
    font-size: 3.2rem;
  }
}
.title-medium {
  color: #777;
  font-weight: 600;
}

/* category-box */
.category-box {
  background: #f2f5f7;
  padding: 40px;
}
.category-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  gap: 15px;
}
.category {
  background: #fff;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #eee;
  font-size: 1.6rem;
  font-weight: 600;
}
.category::before {
  content: "";
  width: 4px;
  height: 14px;
  display: inline-block;
  background: var(--tax-color);
}

.tag-list {
  display: flex;
  gap: 11px;
}

.tag-round {
  border: 1px solid #eee;
  padding: 0.5em 15px;
  color: #aaa;
  background: #fff;
  border-radius: 100vw;
  font-weight: 600;
}

.tag-round::before {
  content: "";
  background: url(img/common/icon_tag.png) no-repeat center/contain;
  background-image: image-set(url(img/common/icon_tag@2x.png) 2x);
  width: 13px;
  height: 12px;
  display: inline-block;
}
/* column-item */
.column-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: min(5.2vw, 71px) min(3.8vw, 52px);
}
.column-item {
  position: relative;
}
.column-item .thumb img {
  width: 100%;
  aspect-ratio: 358 / 238;
  height: 100%;
}
.column-item__info {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  flex-flow: wrap;
}

.column-detail-info {
  display: flex;
  gap: 10px 15px;
  flex-flow: wrap;
  align-items: center;
}

.column-item__category-list {
  display: flex;
  gap: 5px;
  flex-flow: wrap;
}

.column-item__category {
  border: 1px solid;
  padding: 0.5em;
  color: var(--tax-color);
  line-height: 1;
  font-weight: 600;
}

.column-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}

.column-date {
  font-size: 1.4rem;
  color: #aaa;
}

.column-item__tag-list {
  display: flex;
  gap: 5px 12px;
}

.column-item__tag,
.column-detail-tag {
  color: #aaa;
  font-weight: 600;
}

.column-detail-tag::before {
  content: "#";
}

.column-item__tag::before {
  content: "";
  background: url(img/common/icon_tag.png) no-repeat center/contain;
  background-image: image-set(url(img/common/icon_tag@2x.png) 2x);
  width: 13px;
  height: 12px;
  display: inline-block;
}

.column-item_fukidashi {
  background: #ffff00;
  padding: 10px;
  position: absolute;
  top: -10px;
  right: -13px;
  font-size: 1.6rem;
  font-weight: 600;
}

.column-item_fukidashi::before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #ffff00;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -11px;
  left: 0;
}

.column-item_fukidashi span {
  white-space: pre;
  writing-mode: vertical-rl;
}

.column-detail-title {
  font-size: 2.4rem;
  font-weight: 300;
  font-family: var(--font);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .column-detail-title {
    font-size: 3.2rem;
  }
}
/* toc_container */
#toc_container {
  width: 100% !important;
  border: 1px solid #bfd946;
  background: #fff;
  margin-bottom: 93px;
  margin-top: 52px;
}
.toc_title {
  background: #bfd946;
  color: #fff;
  font-size: 2rem;
  padding: 16px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  position: relative;
}
.toc_toggle a {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.toc_toggle a::before {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: none;
  width: 100%;
  height: 100%;
}
.toc_title * + * {
  margin-top: 0;
}
#toc_container a {
  text-decoration: none;
}
#toc_container .toc_list {
  margin-top: 0;
  padding: 25px 20px 30px;
  list-style: none;
  width: 100% !important;
}

@media (min-width: 600px) {
  #toc_container .toc_list {
    padding: 40px 40px 50px;
  }
}

.toc_list > li > a {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 8px 0;
  /* padding-left: 17px; */
  position: relative;
  line-height: 1.5;
  display: flex;
  gap: 13px;
}
.toc_list > li > a::before {
  content: "";
  width: 4px;
  height: 18px;
  /* position: absolute;
  inset: 0;
  top: 50%;
  right: auto; */
  background: linear-gradient(to bottom, #de5777 50%, #4eb1c7 50%);
  /* transform: translate(0, -50%); */
  margin-top: 0.2em;
  flex-shrink: 0;
}
.toc_list li + li {
  margin-top: 15px;
}

.toc_list ul {
  margin-top: 10px;
}
@media (min-width: 600px) {
  .toc_list li + li {
    margin-top: 27px;
  }
  .toc_list ul {
    margin-top: 18px;
  }
}
.toc_list li li > a {
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0;
  transform: translate(0, 0);
  display: flex;
  gap: 3px;
  /* align-items: center; */
  line-height: 1.2;
}
.toc_list li li > a::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #666;
  position: relative;
  margin-top: 0.5em;
  flex-shrink: 0;
}
.toc_list ul li + li {
  margin-top: 14px;
}
.toc_brackets {
  display: none;
}

.gray {
  color: #777;
}

/* user-profile */
.user-profile {
  background: #f2f5f7;
  padding: 35px;
  display: flex;
  gap: 20px min(3.7vw, 38px);
  margin-top: 80px;
}
.user-profile .title {
  font-weight: 600;
  font-size: 1.6rem;
}
.user-profile .edit {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #777;
}
.user-profile a {
  text-decoration: underline;
  color: #777;
}
