@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
}

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

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  background-color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .pc-cont {
    display: none;
  }
}

.sp-cont {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-cont {
    display: block;
  }
}

.con-inner {
  width: 72.7513227513%;
  margin: 0 auto;
  min-width: 1100px;
  max-width: 1366px;
}
@media screen and (max-width: 1024px) {
  .con-inner {
    width: 88%;
    min-width: initial;
    min-width: auto;
  }
}

.star-ttl {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: 40px;
  color: #2a2f88;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .star-ttl {
    margin-bottom: 80px;
    padding-top: 80px;
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .star-ttl {
    margin-bottom: 40px;
    padding-top: 40px;
    font-size: 23px;
  }
}
.star-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../../assets/images/top/icon-star-1.png.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1024px) {
  .star-ttl::before {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .star-ttl::before {
    width: 28px;
    height: 28px;
  }
}
.star-ttl .sm {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .star-ttl .sm {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .star-ttl .sm {
    font-size: 18px;
  }
}

.yl-line {
  background: linear-gradient(transparent 80%, #ffcd00 80%);
}
@media screen and (max-width: 1024px) {
  .yl-line {
    background: linear-gradient(transparent 60%, #ffcd00 60%);
  }
}

.dl-btn {
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .dl-btn {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .dl-btn {
    margin-bottom: 16px;
  }
}
.dl-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 276px;
  padding: 16.6px 0;
  color: #2a2f88;
  border: #2a2f88 2px solid;
  background-color: #fff;
  border-radius: 60px;
}
@media screen and (max-width: 1024px) {
  .dl-btn a {
    width: 100%;
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .dl-btn a {
    padding: 17.5px 0;
  }
}
.dl-btn a .icon {
  width: 25px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .dl-btn a .icon {
    width: 50px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .dl-btn a .icon {
    width: 25px;
    margin-left: 20px;
  }
}
.dl-btn a .icon img {
  vertical-align: middle;
}

.contact-btn .head-txt {
  margin-bottom: 3px;
  text-align: center;
  color: #2a2f88;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact-btn .head-txt {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn .head-txt {
    margin-bottom: 3px;
  }
}
.contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 276px;
  padding: 16.6px 0;
  color: #2a2f88;
  border: #ffcd00 2px solid;
  background-color: #ffcd00;
  border-radius: 60px;
}
@media screen and (max-width: 1024px) {
  .contact-btn a {
    width: 100%;
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn a {
    padding: 17.5px 0;
  }
}
.contact-btn a .icon {
  width: 25px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-btn a .icon {
    width: 50px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn a .icon {
    width: 25px;
    margin-left: 20px;
  }
}
.contact-btn a .icon img {
  vertical-align: middle;
}

.pr-list__item {
  margin-bottom: 56px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .pr-list__item {
    margin-bottom: 64px;
    padding: 48px 0 64px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pr-list__item {
    margin-bottom: 32px;
    padding: 48px 0 32px;
    border-radius: 8px;
  }
}
.pr-list__item .imgbox {
  width: 47.2549019608%;
}
@media screen and (max-width: 1024px) {
  .pr-list__item .imgbox {
    width: 100%;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .pr-list__item .imgbox {
    margin-bottom: 32px;
  }
}
.pr-list__item .imgbox img {
  width: 100%;
}
.pr-list__item .txtbox {
  width: 47.2549019608%;
}
@media screen and (max-width: 1024px) {
  .pr-list__item .txtbox {
    width: 90.2140672783%;
    margin: 0 auto;
  }
}
.pr-list__item .txtbox .titbox {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.pr-list__item .txtbox .titbox .no {
  width: 72px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .pr-list__item .txtbox .titbox .no {
    width: 120px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pr-list__item .txtbox .titbox .no {
    width: 60px;
    margin-right: 20px;
  }
}
.pr-list__item .txtbox .titbox .ttl {
  width: calc(100% - 72px);
  font-size: 22px;
  color: #2a2f88;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .pr-list__item .txtbox .titbox .ttl {
    width: calc(100% - 160px);
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pr-list__item .txtbox .titbox .ttl {
    width: calc(100% - 80px);
    font-size: 18px;
  }
}
.pr-list__item .txtbox .txt {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .pr-list__item .txtbox .txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pr-list__item .txtbox .txt {
    font-size: 14px;
  }
}
.pr-list__item:nth-child(2) {
  flex-direction: row-reverse;
}
.pr-list__item:last-of-type {
  margin-bottom: 0;
}

[data-type=fade-in] {
  opacity: 0;
  transform: translateY(30px);
}

[data-type=fade-in].is-anime {
  opacity: 1;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

/* Blog */
.blog-section {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .blog-section {
    padding: 180px 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-section {
    padding: 74px 0;
  }
}
.blog-section .breadcrumb {
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .blog-section .breadcrumb {
    width: 88%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .blog-section .breadcrumb {
    font-size: 11px;
  }
}
.blog-section .breadcrumb a {
  display: inline-block;
  margin: 0 5px;
  color: #2C9039;
  text-decoration: underline;
}
.blog-section .breadcrumb span {
  display: inline-block;
  margin: 0 5px;
}
.blog-section .blog-main-content {
  width: 62.5%;
}
@media screen and (max-width: 1024px) {
  .blog-section .blog-main-content {
    width: 88%;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .blog-section .blog-main-content {
    margin-bottom: 40px;
  }
}
.blog-section .blog-main-content .blog-main-ttl {
  margin: 20px 0 50px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .blog-section .blog-main-content .blog-main-ttl {
    margin: 20px 0;
    font-size: 24px;
  }
}
.blog-section .blog-main-content .blog-main-ttl h1{
  font-size: 1.875rem;
  font-weight: 700;
  color: #2C9039;
}
@media screen and (max-width: 767px) {
  .blog-section .blog-main-content .blog-main-ttl h1 {
    font-size: 24px;
  }
}
.blog-section .blog-main-content .blog-count {
  text-align: right;
  margin-bottom: 30px;
  font-weight: 600;
}
.blog-section__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.blog-section__item .listBlock__thumb {
  width: 30%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .blog-section__item .listBlock__thumb {
    width: 35%;
    margin-right: 5%;
  }
}
.blog-section__item .listBlock__thumb .link--Zm {
  display: block;
}
.blog-section__item .listBlock__thumb .link--Zm .thumb {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .blog-section__item .listBlock__thumb .link--Zm .thumb {
    height: 75px;
  }
}
.blog-section__item .listBlock__info {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .blog-section__item .listBlock__info {
    width: 60%;
  }
}
.blog-section__item .listBlock__info .time {
  display: block;
  font-size: 11px;
}
.blog-section__item .listBlock__info .item-ttl {
  font-weight: 700;
  margin: 5px 0 10px;
  font-size: 20px;
  color: #2C9039;
}
@media screen and (max-width: 767px) {
  .blog-section__item .listBlock__info .item-ttl {
    font-size: 14px;
  }
}
.blog-section__item .listBlock__info .item-txt {
  font-size: 12px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .blog-section__item .listBlock__info .item-txt {
    display: none;
  }
}
.blog-section__item .listBlock__info .icon--hash a {
  font-size: 11px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  color: #333;
  margin-right: 10px;
  font-weight: 500;
}
.blog-section__item .listBlock__info .icon--hash a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  background-image: url(../../assets/img/icon-tag-1.png);
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-section .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-section .pagination .page,
.blog-section .pagination .page-numbers {
  display: block;
  width: 30px;
  text-align: center;
  font-size: 14px;
}
.blog-section .pagination .current {
  border-bottom: #ffcd00 2px solid;
}
.blog-section .pagination .prev {
  background: url("../../assets/images/blog/icon-arrow-1.png") no-repeat center center;
  background-size: 14px 14px;
  text-indent: -9999px;
  display: inline-block;
  width: 38px;
  height: 38px;
  border: solid 1px #e9eaea;
  border-radius: 4px;
  transform: rotate(180deg);
}
.blog-section .pagination .next {
  background: url("../../assets/images/blog/icon-arrow-1.png") no-repeat center center;
  background-size: 14px 14px;
  text-indent: -9999px;
  display: inline-block;
  width: 38px;
  height: 38px;
  border: solid 1px #e9eaea;
  border-radius: 4px;
}
.blog-section .blog-side-content {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .blog-section .blog-side-content {
    width: 88%;
    margin: 0 auto;
  }
}
.blog-section .blog-side-content .side-block {
  margin-bottom: 50px;
}
.blog-section .blog-side-content .side-block .en-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #2C9039;
}
.blog-section .blog-side-content .side-block .side-block-ttl {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: solid 1px #e9e9e9;
  font-size: 16px;
}
.blog-section .blog-side-content .side-block .side-block-ttl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  border-top: solid 1px #EB6F41;
}
.blog-section .blog-side-content .side-block .recent-post-item {
  margin-bottom: 12px;
}
.blog-section .blog-side-content .side-block .recent-post-item .views {
  display: block;
  font-size: 12px;
  color: #2C9039;
  font-weight: 600;
}
.blog-section .blog-side-content .side-block .recent-post-item .time {
  display: block;
  text-align: right;
  color: #a9adac;
  font-size: 10px;
}
.blog-section .blog-side-content .side-block .recent-post-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-section .blog-side-content .side-block .recent-post-thumb {
  width: 26%;
  height: 65px;
  background-size: cover;
  background-position: center;
}
.blog-section .blog-side-content .side-block .recent-post-info {
  width: 70%;
  font-size: 12px;
  color: #05080C;
}
.blog-section .blog-side-content .side-block .recent-post-info h4{
  font-size: 14px;
}
.blog-section .blog-side-content .side-block .tag-list .tag-item {
  display: inline-block;
  padding: 6px 20px;
  border: solid 1px #c8c8c8;
  border-radius: 15px;
  font-size: 12px;
  margin: 0 10px 5px 0;
  line-height: 1;
}
.blog-section .blog-side-content .side-block .tag-list .tag-item a {
  display: block;
  padding-left: 20px;
  position: relative;
  color: #333;
  font-weight: 500;
}
.blog-section .blog-side-content .side-block .tag-list .tag-item a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background-image: url(../../assets/img/icon-tag-1.png);
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-section .single-mv .blog-main-ttl {
  margin: 20px 0;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .blog-section .single-mv .blog-main-ttl {
    font-size: 24px;
    line-height: 1.5;
  }
}
.blog-section .single-mv .single-info {
  font-size: 12px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog-section .single-mv .single-info {
    margin-bottom: 25px;
  }
}
.blog-section .single-mv .single-info .single-date {
  display: block;
  margin-bottom: 10px;
}
.blog-section .single-mv .single-info .post-tags ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-section .single-mv .single-info .post-tags ul li a {
  display: block;
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
  color: #333;
  margin-right: 10px;
}
.blog-section .single-mv .single-info .post-tags ul li a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  background-image: url(../../assets/img/icon-tag-1.png);
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .blog-section .single-main {
    font-size: 16px;
  }
}
.blog-section .single-main .table-of-contents {
  padding: 15px 20px;
  background-color: #fafafa;
}
.blog-section .single-main .table-of-contents .ttl {
  margin-bottom: 20px;
  font-size: 18px;
  color: #2C9039;
}
@media screen and (max-width: 767px) {
  .blog-section .single-main .table-of-contents .ttl {
    margin-bottom: 10px;
  }
}
.blog-section .single-main .table-of-contents > ul {
  padding-bottom: 10px;
}
.blog-section .single-main .table-of-contents > ul > li {
  padding: 10px 0;
  border-bottom: solid 1px #e9e9e9;
}
.blog-section .single-main .table-of-contents > ul > li a {
  display: block;
  font-size: 15px;
  padding-left: 1.25em;
  color: #05080C;
  font-weight: 500;
}
.blog-section .single-main .table-of-contents > ul > li > ul {
  padding-left: 15px;
}
.blog-section .single-main .table-of-contents > ul > li > ul li {
  padding: 10px 0;
}
.blog-section .single-main .single-content {
  margin-bottom: 60px;
  line-height: 1.5;
}
.blog-section .single-main .single-content h2 {
  font-size: 22px;
  font-weight: 500;
  padding: 22px;
  margin: 50px 0 30px;
  border: solid 1px #BDC932;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 7px 7px 0px 0px rgba(189, 201, 50, 0.1);
  position: relative;
  display: flex;
  align-items: baseline;
  color: #2C9039;
}
.blog-section .single-main .single-content h2::before{
  margin-right: 14px;
    content: "";
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid #C4C4C4;
    border-width: 6px;
}
.blog-section .single-main .single-content h3 {
  font-size: 20px;
  color: #2C9039;
  margin: 60px 0 20px;
  padding-bottom: 18px;
  font-weight: 600;
  border-bottom: 1px solid #2C9039;
}
.blog-section .single-main .single-content p {
    margin: 28px 0;
    line-height: 2.25rem;
    font-size: 18px;
}
.blog-section .single-main .single-content a {
  color: #2C9039;
  text-decoration: underline;
  font-weight: 500;
}
.blog-section .single-main .single-content .wp-block-separator {
  border-top: solid 1px #e9e9e9;
  position: relative;
}
.blog-section .single-main .single-content .wp-block-separator::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 200px;
  border-top: solid 1px #EB6F41;
}
.blog-section .single-main .single-content .wp-block-list {
  margin: 20px;
  list-style: disc;
}
.blog-section .single-main .single-content .wp-block-group__inner-container {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .blog-section .single-main .single-content p {
    margin: 15px 0;
    line-height: 1.8rem;
    font-size: 16px;
  }
  .blog-section .single-main .single-content .is-layout-flex {
    flex-wrap: wrap;
  }
}
.blog-section .single-main .single-content .has-primary-background-color {
  background-color: rgba(219, 108, 65, 0.1019607843);
}
@media screen and (max-width: 767px) {
  .blog-section .single-main .single-content .wp-block-button {
    width: 100%;
  }
}
.blog-section .single-main .single-content .wp-block-button__link {
  display: inline-block;
  padding: 16.6px 60px;
  color: #333;
  border: #ffcd00 2px solid;
  background-color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border: #333 1px solid;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .blog-section .single-main .single-content .wp-block-button__link {
    width: 100%;
    padding: 17.5px 0;
  }
}
.blog-section .single-main .single-content .wp-block-columns-sb {
  justify-content: space-between;
}
.blog-section .single-main .writer-info {
  border: 1px solid #e9eaea;
  margin: 50px 0 20px;
  padding: 17px 18px;
}
.blog-section .single-main .writer-info .ttl {
  margin-bottom: 20px;
  font-size: 16px;
}
.blog-section .single-main .writer-info .block-name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-section .single-main .writer-info .block-name .img {
  overflow: hidden;
  margin: 0;
  flex-basis: 60px;
  max-width: 60px;
  border-radius: 51%;
  border: #EB6F41 solid 2px;
}
.blog-section .single-main .writer-info .block-name .name {
  margin-left: 20px;
}
.blog-section .single-main .writer-info .block-name .name .name-ttl {
  font-size: 14px;
  font-weight: 700;
  color: #2C9039;
}
.blog-section .single-main .writer-info .txt {
  font-size: 14px;
}
.blog-section .single-main .wp-block-group-pc {
  border: #f2f2f2 1px solid;
  background-color: rgba(255, 205, 0, 0.05);
  padding: 20px 0;
}
.blog-section .single-main .wp-block-group-pc .wp-block-image {
  width: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .blog-section .single-main .wp-block-group-pc .wp-block-image {
    width: 70%;
  }
}
.blog-section .single-main .wp-block-group-pc .sub-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .blog-section .single-main .wp-block-group-pc .sub-title {
    font-size: 16px;
  }
}
.blog-section .single-main .wp-block-group-pc .title {
  text-align: center;
  margin: 40px 0 30px;
  padding-top: 40px;
  font-size: 30px;
  color: #2a2f88;
  font-weight: 700;
  position: relative;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .blog-section .single-main .wp-block-group-pc .title {
    margin: 40px 0 30px;
    padding: 30px 0 0;
    font-size: 22px;
  }
}
.blog-section .single-main .wp-block-group-pc .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../../assets/images/top/icon-star-1.png.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .blog-section .single-main .wp-block-group-pc .title::before {
    width: 28px;
    height: 28px;
  }
}
.blog-section .single-main .wp-block-group-pc .title mark {
  color: #2a2f88;
  background: linear-gradient(transparent 80%, #ffcd00 80%) !important;
}
.blog-section .single-main .wp-block-group-pc .text {
  width: 100%;
  margin: 0;
}
.blog-section .single-main .wp-block-group-pc .wp-block-image-2 {
  width: 100%;
  padding-top: 5px;
}
.blog-section .single-main .wp-block-group-pc .wp-block-buttons {
  justify-content: center;
}
.blog-section .related-box .ttl {
  margin: 30px 0 10px;
  font-size: 20px;
}
.blog-section .related-box .related-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-section .related-box .related-posts .related-item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .blog-section .related-box .related-posts .related-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog-section .related-box .related-posts .related-item a {
  display: block;
  color: #05080C;
}
.blog-section .related-box .related-posts .related-item a .thumb {
  height: 150px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .blog-section .related-box .related-posts .related-item a .thumb {
    height: 186px;
  }
}
.blog-section .related-box .related-posts .related-item a .post-ttl {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
}
.blog-section .related-box .related-posts .related-item a .time {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #a9adac;
}
.blog-section .related-box .related-posts .related-item .icon--hash a {
  font-size: 11px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  color: #05080C;
}
.blog-section .related-box .related-posts .related-item .icon--hash a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  background-image: url(../../assets/img/icon-tag-1.png);
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-section .alignfull{
  width: 100% !important;
  margin: 0 !important;
}
.blog-section　a{
  color: #05080C;
}
/*# sourceMappingURL=app.css.map */

/* add */
.header{
  padding: 5px 10px;
  position: fixed;
  background-color: #222;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}
.header__wrapper{
  display: flex;
  justify-content: space-between;
}
.header__wrapper .header_logo a{
  display: block;
}
.header__wrapper .header_logo a img{
  width: 271px;
}
@media screen and (max-width: 767px) {
  .header__wrapper .header_logo a img{
    width: 180px;
  }
}
.header__wrapper .ham {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .ham {
    display: block;
    position: absolute;
    top: 45px;
    right: 40px;
    width: 88px;
    height: 114px;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .ham {
    top: 13px;
    right: 20px;
    width: 30px;
    height: 21px;
  }
  .ham__item__ber{
    background-color: #fff;
    height: 3px;
    border-radius: 5px;
  }
  .ham__item__ber-snd{
    margin: 6px 0;
  }
}

.header__wrapper .active .ham__item__ber-fst {
  transform: rotate(45deg) translate(6px, 6px);
}
.header__wrapper .active .ham__item__ber-snd {
  opacity: 0;
}
.header__wrapper .active .ham__item__ber-thd {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media screen and (max-width: 1024px) {
  .header__wrapper .header_navi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: #2a2f88;
    overflow: scroll;
    padding: 146px 80px 100px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .header_navi {
    padding: 73px 40px 50px;
  }
}
.header__wrapper .header_navi__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__wrapper .header_navi__item {
  font-size: 14px;
  margin-left: 24px;
}
@media screen and (max-width: 1380px) {
  .header__wrapper .header_navi__item {
    font-size: 12px;
    margin-left: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrapper .header_navi__item {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .header_navi__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrapper .header_navi__item a {
    color: #fff;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .header_navi__item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrapper .header_navi__item a .sp-cont {
    display: inline-block;
  }
}
.header__wrapper .header_navi__item--dl a {
  display: block;
  padding: 15.1px 21px;
  color: #2a2f88;
  border: #2a2f88 1px solid;
  font-weight: 700;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .header_navi__item--dl a {
    text-align: center;
    padding: 36px 0;
    border-radius: 120px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .header_navi__item--dl a {
    padding: 18px 0;
    border-radius: 60px;
  }
}
.header__wrapper .header_navi__item--dl a .icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .header_navi__item--dl a .icon {
    display: inline-block;
    width: 50px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .header_navi__item--dl a .icon {
    width: 25px;
    margin-left: 20px;
  }
}
.header__wrapper .header_navi__item--dl a .icon img {
  vertical-align: middle;
}
.header__wrapper .header_navi__item--contact a {
  display: block;
  padding: 15.1px 28px;
  color: #2a2f88;
  border: #ffcd00 1px solid;
  font-weight: 700;
  border-radius: 50px;
  background-color: #ffcd00;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .header_navi__item--contact a {
    text-align: center;
    padding: 36px 0;
    border-radius: 120px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .header_navi__item--contact a {
    padding: 18px 0;
    border-radius: 60px;
  }
}
.header__wrapper .header_navi__item--contact a .icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .header_navi__item--contact a .icon {
    display: inline-block;
    width: 50px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .header_navi__item--contact a .icon {
    width: 25px;
    margin-left: 20px;
  }
}
.header__wrapper .header_navi__item--contact a .icon img {
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .header_navi__item:nth-child(6) {
    margin-bottom: 152px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .header_navi__item:nth-child(6) {
    margin-bottom: 76px;
  }
}
.header__wrapper .blog-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .blog-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: #333;
    overflow: scroll;
    padding: 146px 80px 100px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .blog-box {
    padding: 73px 40px 50px;
  }
}
.header__wrapper .blog-box .blog-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
}
.header__wrapper .blog-box .blog-categories .cat-item {
  font-size: 15px;
  margin-left: 30px;
}
@media screen and (max-width: 1380px) {
  .header__wrapper .blog-box .blog-categories .cat-item {
    font-size: 12px;
    margin-left: 1vw;
  }
}
.header__wrapper .blog-box .blog-categories .cat-item a{
  color: #fff;
}
.header__wrapper .blog-box .blog-categories .cat-item a:hover{
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .blog-box .blog-categories .cat-item {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .blog-box .blog-categories .cat-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrapper .blog-box .blog-categories .cat-item a {
    color: #fff;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .blog-box .blog-categories .cat-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrapper .blog-box .blog-categories .cat-item a .sp-cont {
    display: inline-block;
  }
}
.header__wrapper .blog-box .home-btn {
  font-size: 14px;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .blog-box .home-btn {
    width: 100%;
    padding-left: 0;
  }
}
.header__wrapper .blog-box .home-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  left: 0;
  border-left: solid 1px #e9e9e9;
  height: 58px;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .blog-box .home-btn::before {
    display: none;
  }
}
.header__wrapper .blog-box .home-btn a {
  display: inline-block;
  padding: 10.1px 28px;
  color: #333;
  border: #fff 1px solid;
  font-weight: 700;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .blog-box .home-btn a {
    display: block;
    text-align: center;
    padding: 18px 0;
    border-radius: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrapper .active-nav {
    display: block;
  }
}

.footer-contents{
  background-image: url(../../assets/img/footer_bgd.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 20px 0px;
}
.footer-sp-btn{
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-sp-btn{
    display: block;
  }
}
.footer-contents__wrapper .company-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-contents__wrapper .company-info .company-info__mark{
  width: 165px;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .footer-contents__wrapper .company-info .company-info__mark{
    width: 49%;
  }
}
.footer-contents__wrapper .company-info .company-info__mark:nth-of-type(2){
  width: 115px;
}
@media screen and (max-width: 767px) {
  .footer-contents__wrapper .company-info .company-info__mark:nth-of-type(2){
    width: 49%;
  }
}
.footer-contact-btn{
  width: 260px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .footer-contact-btn{
    display: none;
  }
  .sp-footer-contact-btn{
    width: 145px;
    margin: 0 auto 20px;
  }
  .sp-footer-contact-btn a{
    display: block;
    text-align: center;
    background-color: #05080C00;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.2em;
    letter-spacing: 2.2px;
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 27px 0;
    transition: 0.5s all;
    font-weight: 700;
  }
  .sp-footer-contact-btn:nth-child(2) a{
    color: #05080C;
    background-color: #fff;
  }
  .sp-footer-contact-btn a:hover{
    opacity: 1;
  }
}

.footer-contact-btn a{
  display: block;
  text-align: center;
  background-color: #05080C00;
  font-family: "Montserrat", Sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 0.2em;
  letter-spacing: 2.2px;
  fill: #fff;
  color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 35px 0;
  transition: 0.5s all;
}
.footer-contact-btn a:hover{
  fill: #fff;
  color: #05080C;
  background-color: #fff;
  transition: 0.5s all;
  opacity: 1;
  transform: scale(0.9);
}
.footer-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-nav{
    display: block;
    text-align: center;
  }
}

.footer-nav-item{
  margin-right: calc(33px / 2);
  margin-left: calc(33px / 2);
}
@media screen and (max-width: 767px) {
  .footer-nav-item{
    padding-bottom: calc(14px / 2);
  }
}
.footer-nav-item a{
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
}
.footer-nav-item a:hover{
  color: #fff;
  opacity: 1;
}
.footer-inst a{
  display: block;
  margin: 0 auto 50px;
  width: 43.75px;
}
.copyright{
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.1px;
}
