@charset "UTF-8";
/*! destyle.css v4.0.0 | 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] {
  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 {
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}

body {
  min-height: 100%;
  font-size: 1.6rem;
  font-family: -apple-system, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.625;
  scroll-behavior: smooth;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: calc(28/750 * 100vw);
    line-height: 1.5;
  }
}

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

a:hover {
  opacity: 0.7;
}

.u-dis-fx {
  display: flex !important;
}

.u-c-red {
  color: #ef0000;
}

/*--- switch display ---*/
.blPC-only,
.sp-only {
  display: none !important;
}

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

@media screen and (max-width: 568px) {
  .ovSP-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

.mv {
  width: 100%;
  box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.5);
  background: url("../img/mv-bg.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .mv {
    background: url("../img/mv-bg.jpg") no-repeat left top;
    background-size: cover;
  }
}

.mv__inner {
  width: 100%;
  max-width: 1134px;
  padding-top: 374px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .mv__inner {
    padding-top: calc(285/750 * 100vw);
  }
}

.mv__title {
  width: calc(670/1134 * 100%);
  max-width: 670px;
  position: absolute;
  z-index: 1;
  top: calc(80/435 * 100%);
  left: calc(65/1134 * 100%);
}

@media screen and (max-width: 920px) {
  .mv__title {
    width: calc(573/920 * 100vw);
    top: calc(80/920 * 100vw);
    left: calc(17/920 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mv__title {
    width: calc(573/750 * 100vw);
    top: calc(35/750 * 100vw);
    left: calc(17/750 * 100vw);
  }
}

.mv__copy {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.461;
  position: absolute;
  z-index: 1;
  top: calc(265/435 * 100%);
  left: calc(30/1134 * 100%);
}

@media screen and (max-width: 768px) {
  .mv__copy {
    font-size: calc(23/750 * 100vw);
    text-align: center;
    top: calc(220/750 * 100vw);
    left: calc(100/750 * 100vw);
  }
}

.mv__noteText {
  position: absolute;
  right: 75px;
  bottom: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px;
}

@media screen and (max-width: 768px) {
  .mv__noteText {
    font-size: calc(15/750 * 100vw);
    left: calc(180 / 750* 100vw);
    right: 0;
  }
}

.mv__person {
  width: calc(322/1134 * 100%);
  max-width: 322px;
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: calc(745/1134 * 100%);
}

@media screen and (max-width: 768px) {
  .mv__person {
    width: calc(241/750 * 100vw);
    left: auto;
    right: calc(-1/750 * 100vw);
    bottom: calc(-1/750 * 100vw);
  }
}

.btn {
  width: 100%;
  max-width: 388px;
  margin: 0 auto;
  border: 4px solid #fff;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .btn {
    width: calc(450/750 * 100vw);
    max-width: 100%;
    border-width: calc(4/750 * 100vw);
    border-radius: calc(8/750 * 100vw);
  }
}

.btn--mb {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 768px) {
  .btn--mb {
    margin-bottom: calc(80/750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .btn--mt {
    margin-top: calc(50/750 * 100vw);
  }
}

.btn__inner {
  display: block;
  background-color: #e06500;
  border-radius: 8px;
  padding: 3px;
}

@media screen and (max-width: 768px) {
  .btn__inner {
    border-radius: calc(8/750 * 100vw);
    padding: calc(4/750 * 100vw);
  }
}

.btn__inner p {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .btn__inner p {
    font-size: calc(32/750 * 100vw);
  }
}

.btn__top {
  display: flex;
  width: 100%;
  height: 38px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 768px) {
  .btn__top {
    height: calc(50/750 * 100vw);
    border-radius: calc(6/750 * 100vw) calc(6/750 * 100vw) 0 0;
  }
}

.btn__btm {
  display: flex;
  width: 100%;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn__btm {
    height: calc(50/750 * 100vw);
  }
}

.btn__btm::before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: url("../img/btn-arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .btn__btm::before {
    width: calc(14/750 * 100vw);
    height: calc(20/750 * 100vw);
    right: calc(10/750 * 100vw);
  }
}

.simple__btn {
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .simple__btn {
    margin-top: calc(40/750 * 100vw);
  }
}

.simple__btnInner {
  width: 342px;
  background: #ffc408;
  background: linear-gradient(180deg, #ffc408 0%, #ff5400 100%);
  display: block;
  border-radius: 40px;
  margin: 0 auto;
  cursor: pointer;
}

.simple__btnInner:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .simple__btnInner {
    width: 100%;
  }
}

.simple__btnInner p {
  position: relative;
  padding: 13px 0;
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0;
}

.table__btn {
  margin: 0 auto;
}

.table__btnInner {
  width: 100%;
  background: #ffc408;
  background: linear-gradient(180deg, #ffc408 0%, #ff5400 100%);
  display: block;
  border-radius: 40px;
  margin: 0 auto;
}

.table__btnInner:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .table__btnInner {
    width: 100%;
  }
}

.table__btnInner p {
  position: relative;
  padding: 4px 0;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.navi {
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
  padding: 30px 30px 70px;
}

@media screen and (max-width: 768px) {
  .navi {
    padding: calc(30/750 * 100vw) calc(30/750 * 100vw) calc(60/750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .navi__contents {
    width: calc(690/750 * 100vw);
    margin: 0 auto;
  }
}

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

@media screen and (max-width: 768px) {
  .navi__contents--mt {
    margin-top: calc(50/750 * 100vw);
  }
}

.navi__box {
  display: flex;
  background-color: #f0fbff;
  border-radius: 15px;
  width: 100%;
  max-width: 1076px;
  margin: 0 auto 80px;
  padding: 40px 50px;
}

@media screen and (max-width: 1120px) {
  .navi__box {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .navi__box {
    border-radius: calc(20/750 * 100vw);
    margin-bottom: calc(60/750 * 100vw);
    padding: calc(30/750 * 100vw);
  }
}

.navi__boxCol {
  width: 50%;
}

@media screen and (max-width: 1120px) {
  .navi__boxCol {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .navi__boxCol:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .navi__boxCol:not(:first-of-type) {
    margin-top: calc(20/750 * 100vw);
  }
}

.navi__boxColLogo {
  width: 100%;
  max-width: 510px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 768px) {
  .navi__boxColLogo {
    width: calc(480/750 * 100vw);
    max-width: 100%;
    margin-bottom: calc(20/750 * 100vw);
  }
}

.navi__check {
  margin-left: 30px;
}

@media screen and (max-width: 1120px) {
  .navi__check {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .navi__check {
    margin-left: 0;
  }
}

.navi__check li {
  display: flex;
  min-height: 24px;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .navi__check li {
    font-size: calc(30/750 * 100vw);
  }
}

.navi__check li::before {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background: url("../img/checkmark.svg") no-repeat center;
  background-size: contain;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .navi__check li::before {
    width: calc(34/750 * 100vw);
    height: cakc(3.73333vw);
    margin-right: calc(6/750 * 100vw);
  }
}

.navi__check li:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .navi__check li:not(:first-child) {
    margin-top: 0;
  }
}

.fixedArea__btn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1;
  width: 266px;
}

.fixedArea__btnOpen {
  display: block;
  cursor: pointer;
}

.fixedArea__btnOpen img {
  vertical-align: bottom;
}

.fixedArea__btnClose {
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.localnavi {
  background-color: #dcf9e2;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .localnavi {
    padding: calc(20/750 * 100vw);
  }
}

.localnavi__inner {
  max-width: 1094px;
  margin: 0 auto;
}

.localnavi__contents dt {
  color: #047223;
  font-size: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .localnavi__contents dt {
    font-size: calc(25/750 * 100vw);
  }
}

.localnavi__list {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .localnavi__list {
    margin-top: 20px;
  }
}

.localnavi__list li {
  width: 33.333%;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .localnavi__list li {
    margin: 0 calc(10/750 * 100vw);
  }
}

.localnavi__btn {
  text-align: center;
  display: inline-block;
  width: 100%;
  background-color: #047223;
  color: #fff;
  padding: 6px;
  border-radius: 30px;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 768px) {
  .localnavi__btn {
    font-size: calc(19/750 * 100vw);
  }
}

.localnavi .arrow-down {
  width: 16px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .localnavi .arrow-down {
    width: calc(16/750 * 100vw);
    height: calc(10/750 * 100vw);
    right: 4px;
  }
}

.recommend {
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
  padding: 30px 30px 70px;
}

@media screen and (max-width: 768px) {
  .recommend {
    padding: calc(30/750 * 100vw) calc(30/750 * 100vw) calc(60/750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .recommend__contents {
    width: calc(690/750 * 100vw);
    margin: 0 auto;
  }
}

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

@media screen and (max-width: 768px) {
  .recommend__contents--mt {
    margin-top: calc(50/750 * 100vw);
  }
}

.recommend__lead {
  max-width: 968px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #047223;
}

@media screen and (max-width: 768px) {
  .recommend__lead {
    font-size: calc(33/750 * 100vw);
  }
}

.recommend__lead::before, .recommend__lead::after {
  content: "";
  display: inline-block;
  background-image: url("../../assets/img/strong.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 47px;
}

@media screen and (max-width: 768px) {
  .recommend__lead::before, .recommend__lead::after {
    font-size: calc(26/750 * 100vw);
    min-width: 26px;
    min-height: 36px;
    height: 100%;
  }
}

.recommend__lead::before {
  margin-right: 4px;
}

.recommend__lead::after {
  transform: scale(-1, 1);
  margin-left: 4px;
}

.recommend__box {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #047223;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 1120px) {
  .recommend__box {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .recommend__box {
    border-radius: calc(20/750 * 100vw);
    margin-bottom: calc(60/750 * 100vw);
  }
}

.recommend__box > dt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #047223;
  border-radius: 12px 12px 0 0;
  padding: 4px 10px;
}

@media screen and (max-width: 768px) {
  .recommend__box > dt {
    border-radius: calc(20/750 * 100vw) calc(20/750 * 100vw) 0 0;
  }
}

.recommend__box > dd {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .recommend__box > dd {
    padding: calc(50/750 * 100vw);
  }
}

.recommend__flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .recommend__flex {
    flex-wrap: wrap;
  }
}

.recommend__flexCol:first-child {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .recommend__flexCol:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}

.recommend__flexCol:last-child {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .recommend__flexCol:last-child {
    width: 100%;
  }
}

.recommend__point > dt {
  font-size: 2.5rem;
  color: #ef0000;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .recommend__point > dd {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .recommend__logo {
    width: 60%;
    margin: 0 auto;
  }
}

.speech-bubble {
  display: block;
  width: fit-content;
  padding: 8px 0 20px;
  position: absolute;
  top: -64px;
  right: 0;
}

@media screen and (max-width: 1120px) {
  .speech-bubble {
    right: -70px;
  }
}

@media screen and (max-width: 768px) {
  .speech-bubble {
    width: calc(220/750 * 100vw);
    padding-top: calc(10/750 * 100vw);
    padding-bottom: calc(24/750 * 100vw);
    top: calc(-90/750 * 100vw);
    right: calc(-10/750 * 100vw);
  }
}

.speech-bubble::before, .speech-bubble::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.speech-bubble::before {
  background: url("../img/bubble-top.png") no-repeat bottom center;
  background-size: contain;
  height: 8px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .speech-bubble::before {
    height: calc(8/568 * 100vw);
  }
}

.speech-bubble::after {
  background: url("../img/bubble-btm.png") no-repeat top center;
  background-size: contain;
  height: 20px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .speech-bubble::after {
    height: calc(24/750 * 100vw);
  }
}

.speech-bubble-inner {
  display: block;
  width: 100%;
  border-left: 2px solid #0068af;
  border-right: 2px solid #0068af;
  padding: 0 6px;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #0068af;
}

@media screen and (max-width: 768px) {
  .speech-bubble-inner {
    border-left-width: calc(2/750 * 100vw);
    border-right-width: calc(2/750 * 100vw);
    padding: 0 calc(4/750 * 100vw);
    font-size: calc(16/750 * 100vw);
  }
}

.balloon__box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.balloon__box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .balloon__box {
    align-items: flex-start;
  }
}

.balloon__speach {
  width: 80%;
  margin-right: 36px;
  position: relative;
  display: inline-block;
  padding: 20px 25px;
  border-radius: 8px;
  background-color: #dcf9e2;
  text-align: left;
  font-size: 16px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .balloon__speach {
    font-size: calc(27/750 * 100vw);
  }
}

.balloon__speach::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 26px;
  border-color: transparent transparent transparent #dcf9e2;
  translate: 100% -50%;
}

@media screen and (max-width: 768px) {
  .balloon__speach::after {
    top: 10%;
  }
}

.balloon__img {
  width: 20%;
}

.menu {
  display: block;
  width: 100%;
  max-width: 1076px;
  margin: 0 auto;
  border: 1px solid #7f7f7f;
  padding: 40px 60px;
}

@media screen and (max-width: 768px) {
  .menu {
    padding: calc(20/750 * 100vw) calc(40/750 * 100vw) calc(50/750 * 100vw);
  }
}

.menu__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .menu__title {
    font-size: calc(46/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
  }
}

.menu__title::first-letter {
  font-size: 3.6rem;
  color: #0068af;
}

@media screen and (max-width: 768px) {
  .menu__title::first-letter {
    font-size: calc(70/750 * 100vw);
  }
}

.menu__subTitle {
  font-size: 2.1rem;
  font-weight: bold;
  color: #0068af;
  background-image: linear-gradient(to right, #040000, #040000 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 4px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .menu__subTitle {
    font-size: calc(36/750 * 100vw);
    padding-bottom: calc(12/750 * 100vw);
  }
}

.menu__subTitle + .menu__subTitle {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .menu__subTitle + .menu__subTitle {
    margin-top: calc(50/750 * 100vw);
  }
}

.menu__lst {
  margin: 15px 0 46px 26px;
}

@media screen and (max-width: 768px) {
  .menu__lst {
    margin: calc(30/750 * 100vw) 0 calc(40/750 * 100vw) calc(50/750 * 100vw);
  }
}

.menu__lst:last-of-type {
  margin-bottom: 0;
}

.menu__lstItem {
  font-size: 1.8rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .menu__lstItem {
    font-size: calc(30/750 * 100vw);
    line-height: 1.5;
  }
}

.menu__lstItem:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .menu__lstItem:not(:first-child) {
    margin-top: calc(16/750 * 100vw);
  }
}

.menu__lstItem a {
  color: #474747;
}

.link__arrow {
  display: flex;
  width: calc(100% + 41px);
  align-items: center;
  transform: translateX(-41px);
  transition: transform 0.2s ease-out;
}

@media screen and (max-width: 768px) {
  .link__arrow {
    width: 100%;
    transform: translateX(0);
  }
}

.link__arrow:hover {
  transform: translateX(0);
}

.link__arrowIcon {
  display: block;
  width: 27px;
  height: 11px;
  background: url("../img/arrow-right.svg") no-repeat center;
  background-size: contain;
  margin-right: 14px;
}

@media screen and (max-width: 768px) {
  .link__arrowIcon {
    display: none;
  }
}

.link__arrowText {
  display: block;
}

@media screen and (max-width: 768px) {
  .link__arrowText {
    padding-left: calc(40/750 * 100vw);
    text-indent: calc(-40/750 * 100vw);
  }
  .menu__lstItem .link__arrowText {
    padding-left: calc(60/750 * 100vw);
    text-indent: calc(-60/750 * 100vw);
  }
}

.box + .box {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .box + .box {
    margin-top: calc(80/750 * 100vw);
  }
}

.box__inner {
  width: 100%;
  max-width: 1094px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .box__inner {
    padding: 0 calc(30/750 * 100vw);
  }
}

.box__container {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

.box__title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  background: #047223;
}

@media screen and (max-width: 768px) {
  .box__title {
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(12/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}

.box__titleNo {
  width: 65px;
  margin-left: 8px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .box__titleNo {
    width: calc(60/750 * 100vw);
    margin-left: calc(10/750 * 100vw);
  }
}

.box__ico {
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .box__ico {
    width: calc(80/750 * 100vw);
  }
}

.box__titleText {
  position: relative;
  z-index: 10;
  text-align: center;
}

.box__subTitle {
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #eaf5f9;
  background: #047223;
  background: linear-gradient(90deg, #047223 0%, #a5f93e 100%);
  color: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 22px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .box__subTitle {
    font-size: calc(28/750 * 100vw);
    padding: calc(8/750 * 100vw) calc(20/750 * 100vw) calc(8/750 * 100vw) calc(20/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .box__subTitle--mt {
    margin-top: calc(50/750 * 100vw);
  }
}

.box__subTitleTag {
  display: block;
  width: 84px;
  height: auto;
  position: absolute;
  top: -22px;
  left: 25px;
}

@media screen and (max-width: 768px) {
  .box__subTitleTag {
    width: calc(84/750 * 100vw);
    top: calc(-32/750 * 100vw);
  }
}

.box__subTitle2 {
  font-size: 2.1rem;
  font-weight: bold;
  background-color: #047223;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .box__subTitle2 {
    font-size: calc(28/750 * 100vw);
    padding: calc(6/750 * 100vw) calc(48/750 * 100vw);
    margin-bottom: calc(26/750 * 100vw);
    text-align: left;
  }
}

.box__subTitle3 {
  width: fit-content;
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 10px;
  background-image: linear-gradient(to right, #040000, #040000 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 768px) {
  .box__subTitle3 {
    font-size: calc(28/750 * 100vw);
    padding-bottom: calc(10/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .box__subTitle3--mt {
    margin-top: calc(40/750 * 100vw);
  }
}

.box__subTitle4 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 10px;
  color: #047223;
}

.box__subTitle4::after {
  content: "";
  display: block;
  height: 5px;
  /*ラインの太さ*/
  background: linear-gradient(90deg, #047223 0%, #a5f93e 100%);
}

@media screen and (max-width: 768px) {
  .box__subTitle4 {
    font-size: calc(28/750 * 100vw);
    padding-bottom: calc(10/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .box__subTitle4--mt {
    margin-top: calc(40/750 * 100vw);
  }
}

.box__read {
  font-size: 1.8rem;
  line-height: 1.72;
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  .box__read {
    font-size: calc(28/750 * 100vw);
    line-height: 1.5;
    margin: 1em 0 1.5em;
  }
}

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

.box__area {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .box__area {
    padding: 0 calc(20/750 * 100vw);
  }
}

.box__area p:not([class]) {
  font-size: 1.8rem;
  line-height: 1.72;
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  .box__area p:not([class]) {
    font-size: calc(26/750 * 100vw);
    line-height: 1.5;
    margin: 1em 0 1.5em;
  }
}

.box__areaImage {
  display: block;
  width: 100%;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .box__areaImage {
    margin-bottom: calc(100/750 * 100vw);
  }
}

.box__areaImage--1 {
  max-width: 559px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .box__areaImage--1 {
    max-width: 100%;
    margin-bottom: calc(20/750 * 100vw);
  }
}

.box__areaImage--2 {
  max-width: 509px;
}

@media screen and (max-width: 768px) {
  .box__areaImage--2 {
    max-width: 100%;
  }
}

.box__areaImage--3 {
  max-width: 509px;
}

@media screen and (max-width: 768px) {
  .box__areaImage--3 {
    max-width: 100%;
  }
}

.box__areaImage--4 {
  max-width: 505px;
}

@media screen and (max-width: 768px) {
  .box__areaImage--4 {
    max-width: 100%;
  }
}

.box__areaRead {
  width: 100%;
  max-width: 670px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 768px) {
  .box__areaRead {
    max-width: 100%;
    margin-bottom: calc(80/750 * 100vw);
  }
}

.box__areaRead strong {
  color: #0068af;
}

.box__commentBox {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .box__commentBox {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

.box__commentBoxLogo {
  width: 40%;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .box__commentBoxLogo {
    width: 100%;
  }
}

.box__comment {
  width: 60%;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .box__comment {
    width: 100%;
  }
}

.box__commentDetail {
  background-color: #dcf9e2;
  padding: 20px;
  border-radius: 10px;
}

.box__commentDetail dd {
  font-size: 1.8rem;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .box__commentDetail dd {
    font-size: calc(26 / 750* 100vw);
  }
}

.box__commentDetail dt {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .box__commentDetail dt {
    font-size: calc(28 / 750* 100vw);
  }
}

.box__commentStar {
  color: #ff7f00;
}

.box__scroll {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  .box__scroll {
    margin-bottom: calc(60/750 * 100vw);
  }
}

.box__scrollInner {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .box__scrollInner {
    padding-bottom: calc(20/750 * 100vw);
  }
}

.box__scrollInner--w1 {
  width: 638px;
}

@media screen and (max-width: 768px) {
  .box__scrollInner--w1 {
    width: calc(950/750 * 100vw);
  }
}

.box__scrollInner--w2 {
  width: 976px;
}

@media screen and (max-width: 768px) {
  .box__scrollInner--w2 {
    width: calc(1625/750 * 100vw);
  }
}

.box__scrollInner--w3 {
  width: 924px;
}

@media screen and (max-width: 768px) {
  .box__scrollInner--w3 {
    width: calc(1550/750 * 100vw);
  }
}

.marker {
  background: linear-gradient(transparent 60%, #ffe600 60%);
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 2fr;
  grid-template-rows: 38px 30px 44px;
  gap: 0;
  width: 100%;
  max-width: 926px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .grid {
    max-width: 100%;
    margin-bottom: calc(80/750 * 100vw);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: calc(60/750 * 100vw) calc(140/750 * 100vw) repeat(2, calc(60/750 * 100vw)) calc(100/750 * 100vw);
  }
}

.grid--type2 {
  grid-template-rows: 38px 30px 208px;
}

@media screen and (max-width: 768px) {
  .grid--type2 {
    grid-template-rows: calc(60/750 * 100vw) calc(200/750 * 100vw) repeat(2, calc(60/750 * 100vw)) calc(300/750 * 100vw);
  }
}

.grid__col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid__col--1 {
  background-color: #6b6b6b;
  grid-area: 1 / 1 / 2 / 3;
  border-right: 8px solid #fff;
  border-bottom: 6px solid #fff;
}

@media screen and (max-width: 768px) {
  .grid__col--1 {
    grid-area: 3 / 1 / 4 / 3;
    border-right-width: 0;
    border-bottom-width: 6px;
  }
}

.grid__col--2 {
  background-color: #999999;
  grid-area: 2 / 1 / 3 / 2;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 768px) {
  .grid__col--2 {
    grid-area: 4 / 1 / 5 / 2;
    border-right-width: 3px;
  }
}

.grid__col--3 {
  background-color: #e5e5e5;
  grid-area: 3 / 1 / 4 / 2;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 768px) {
  .grid__col--3 {
    grid-area: 5 / 1 / 6 / 2;
    border-right-width: 3px;
  }
}

.grid__col--4 {
  background-color: #999999;
  grid-area: 2 / 2 / 3 / 3;
  border-right: 8px solid #fff;
  border-left: 3px solid #fff;
}

@media screen and (max-width: 768px) {
  .grid__col--4 {
    grid-area: 4 / 2 / 5 / 3;
    border-right-width: 0;
    border-left-width: 3px;
  }
}

.grid__col--5 {
  background-color: #e5e5e5;
  grid-area: 3 / 2 / 4 / 3;
  border-right: 8px solid #fff;
  border-left: 3px solid #fff;
}

@media screen and (max-width: 768px) {
  .grid__col--5 {
    grid-area: 5 / 2 / 6 / 3;
    border-right-width: 0;
    border-left-width: 3px;
  }
}

.grid__col--6 {
  background-color: #047223;
  grid-area: 1 / 3 / 2 / 4;
  border-left: 8px solid #fff;
  border-bottom: 6px solid #fff;
}

@media screen and (max-width: 768px) {
  .grid__col--6 {
    grid-area: 1 / 1 / 2 / 3;
    border-left-width: 0;
    border-bottom-width: 6px;
  }
}

.grid__col--7 {
  background-color: #dcf9e2;
  grid-area: 2 / 3 / 4 / 4;
  border-left: 8px solid #fff;
}

@media screen and (max-width: 768px) {
  .grid__col--7 {
    grid-area: 2 / 1 / 3 / 3;
    border-left-width: 0;
    border-bottom: 16px solid #fff;
  }
}

.grid__flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.grid__flex--column {
  flex-direction: column;
}

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

.grid__flexBox {
  width: 100%;
  max-width: 190px;
}

@media screen and (max-width: 768px) {
  .grid__flexBox {
    width: calc(280/750 * 100vw);
    max-width: 100%;
  }
}

.grid__flex--column .grid__flexBox:not(:first-of-type) {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .grid__flex--column .grid__flexBox:not(:first-of-type) {
    margin-top: calc(30/750 * 100vw);
  }
}

.grid__flex--row .grid__flexBox {
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .grid__flex--row .grid__flexBox {
    margin: 0 calc(20/750 * 100vw);
  }
}

.grid__flexTitle {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .grid__flexTitle {
    font-size: calc(28/750 * 100vw);
    margin-bottom: calc(4/750 * 100vw);
    border-radius: calc(22/750 * 100vw);
    padding: 0 calc(22/750 * 100vw);
  }
}

.grid__flex--column .grid__flexTitle {
  background-color: #6b6b6b;
}

.grid__flex--row .grid__flexTitle {
  background-color: #047223;
}

.grid__title {
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .grid__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .grid__title {
    font-size: calc(32/750 * 100vw);
  }
}

.grid__subTitle {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .grid__subTitle {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .grid__subTitle {
    font-size: calc(28/750 * 100vw);
  }
}

.grid .narrow {
  letter-spacing: -0.1em;
}

.grid__text, .grid__flexRead {
  font-size: 2.0rem;
  color: #424242;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .grid__text, .grid__flexRead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .grid__text, .grid__flexRead {
    font-size: calc(28/750 * 100vw);
  }
}

.grid__text2, .grid__flexRead2 {
  font-size: 3.0rem;
  color: #047223;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .grid__text2, .grid__flexRead2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .grid__text2, .grid__flexRead2 {
    font-size: calc(48/750 * 100vw);
  }
}

.table {
  margin: 0 auto;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .table {
    font-size: calc(24/750 * 100vw);
    margin-left: 0;
  }
}

.table--layout1, .table--layout2, .table--layout3 {
  table-layout: fixed;
}

.table--layout1 tbody tr:nth-of-type(2) th:first-of-type, .table--layout2 tbody tr:nth-of-type(2) th:first-of-type, .table--layout3 tbody tr:nth-of-type(2) th:first-of-type {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .table--layout1 tbody tr:nth-of-type(2) th:first-of-type, .table--layout2 tbody tr:nth-of-type(2) th:first-of-type, .table--layout3 tbody tr:nth-of-type(2) th:first-of-type {
    width: calc(54/750 * 100vw);
  }
}

.table--layout1 thead th:not(:first-of-type) {
  width: 110px;
}

@media screen and (max-width: 768px) {
  .table--layout1 thead th:not(:first-of-type) {
    width: calc(160/750 * 100vw);
  }
}

.table--layout2 thead th:not(:first-of-type) {
  width: 95px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .table--layout2 thead th:not(:first-of-type) {
    width: calc(160/750 * 100vw);
  }
}

.table--layout2 tbody td {
  padding-left: 0;
  padding-right: 0;
}

.table--layout3 thead th:not(:first-of-type) {
  width: 140px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .table--layout3 thead th:not(:first-of-type) {
    width: calc(240/750 * 100vw);
  }
}

.table th,
.table td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  .table th,
  .table td {
    padding: calc(4/750 * 100vw) calc(6/750 * 100vw);
  }
}

.table th {
  font-weight: normal;
}

.table td {
  border-right: 1px dashed #878787;
}

.table thead th {
  background-color: #e4eef4;
  font-weight: bold;
  border-bottom: 1px solid #878787;
}

.table thead th:not(:first-of-type) {
  border-top: 1px solid #878787;
  border-right: 1px dashed #878787;
}

.table thead th:last-of-type {
  border-right: 1px solid #878787;
}

.table thead th.null {
  background-color: transparent;
}

.table thead tr:first-of-type th:nth-of-type(2) {
  border-left: 1px solid #878787;
}

.table tbody th {
  background-color: #ededed;
  border-left: 1px solid #878787;
}

.table tbody tr:first-of-type th:nth-of-type(2),
.table tbody tr:not(:first-of-type) th:first-of-type {
  border-right: 1px solid #878787;
}

.table tbody th,
.table tbody td {
  border-right: 1px solid #878787;
  border-bottom: 1px dashed #878787;
}

.table tbody tr:first-of-type th:first-of-type,
.table tbody tr:last-of-type th,
.table tbody tr:last-of-type td {
  border-bottom-style: solid;
}

.table tbody tr:not(:first-of-type) th:nth-of-type(2) {
  width: 160px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .table tbody tr:not(:first-of-type) th:nth-of-type(2) {
    width: calc(250/750 * 100vw);
  }
}

.table tbody td:last-of-type {
  border-right-style: solid;
}

.table .btm-solid {
  border-bottom: 1px solid #878787 !important;
}

.table .right-dash {
  border-right: 1px dashed #878787 !important;
}

.table .vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
}

.table .small {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .table .small {
    font-size: calc(20/750 * 100vw);
  }
}

.table .bg {
  background-color: #ffefd2;
}

.table .char-width {
  display: inline-block;
  transform: scaleX(0.8);
}

.table .nowrap {
  white-space: nowrap;
}

.ranking__table {
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 60px;
}

.ranking__table th, .ranking__table td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .ranking__table th, .ranking__table td {
    font-size: calc(24/750 * 100vw);
  }
}

.ranking__table th {
  background-color: #047223;
  color: #fff;
}

.ranking__table th:nth-of-type(1) {
  width: 14%;
}

.ranking__table th:nth-of-type(2) {
  width: 20%;
}

.ranking__table td {
  text-align: center;
  width: 22%;
}

.ranking__logo {
  padding: 30px !important;
  position: relative;
}

.ranking__tag {
  position: absolute;
  display: inline-block;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
  height: auto;
  margin-bottom: 4px;
  padding: 8px;
  border-radius: 4px;
  background-color: #f94bbb;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

.ranking__tag::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #f94bbb transparent transparent;
  translate: -50% 100%;
}

.ranking__tag.tag1 {
  background-color: #f94bbb;
}

.ranking__tag.tag1::after {
  border-color: #f94bbb transparent transparent;
}

.ranking__tag.tag2 {
  background-color: #13b79b !important;
}

.ranking__tag.tag2::after {
  border-color: #13b79b transparent transparent !important;
}

.ranking__tag.tag3 {
  background-color: #6e50ff !important;
}

.ranking__tag.tag3::after {
  border-color: #6e50ff transparent transparent !important;
}

.ranking__btn--cell {
  padding: 32px 10px !important;
}

.ranking__thCell {
  width: 34% !important;
}

.point {
  display: block;
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .point {
    max-width: 100%;
    padding: calc(30/750 * 100vw) calc(40/750 * 100vw);
  }
}

.point + .point {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .point + .point {
    margin-top: calc(80/750 * 100vw);
  }
}

.point--good {
  border: 2px solid #ff7f00;
}

.point--bad {
  border: 2px solid #8c8c8c;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .point--bad {
    margin-bottom: calc(40/750 * 100vw);
  }
}

.point__title {
  width: fit-content;
  min-width: 195px;
  border-radius: 14px 14px 0 0;
  padding: 8px 10px;
  position: absolute;
  top: -50px;
  left: -2px;
}

@media screen and (max-width: 768px) {
  .point__title {
    display: flex;
    height: calc(60/750 * 100vw);
    align-items: center;
    min-width: 0;
    border-radius: calc(20/750 * 100vw) calc(20/750 * 100vw) 0 0;
    padding: calc(10/750 * 100vw) calc(20/750 * 100vw);
    top: calc(-60/750 * 100vw);
  }
}

.point--good .point__title {
  background-color: #ff7f00;
}

.point--good .point__title img {
  width: 174px;
}

@media screen and (max-width: 768px) {
  .point--good .point__title img {
    width: calc(204/750 * 100vw);
  }
}

.point--bad .point__title {
  background-color: #8c8c8c;
}

.point--bad .point__title img {
  width: 152px;
}

@media screen and (max-width: 768px) {
  .point--bad .point__title img {
    width: calc(177/750 * 100vw);
  }
}

.point__lst {
  list-style: none;
}

.point__lstItem {
  display: flex;
}

@media screen and (max-width: 768px) {
  .point__lstItem {
    flex-direction: column;
  }
}

.point__lstItem:not(:first-child) {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .point__lstItem:not(:first-child) {
    margin-top: calc(50/750 * 100vw);
  }
}

.point__lstItemHead {
  display: flex;
  width: 57px;
  height: 57px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .point__lstItemHead {
    width: calc(80/750 * 100vw);
    height: calc(80/750 * 100vw);
    margin: 0 auto calc(20/750 * 100vw);
  }
}

.point--good .point__lstItemHead {
  background: url("../img/bg-speech-bubble-orange.svg") no-repeat center;
  background-size: contain;
}

.point--bad .point__lstItemHead {
  background: url("../img/bg-speech-bubble-gray.svg") no-repeat center;
  background-size: contain;
}

.point__lstItemHead img {
  width: 34px;
}

@media screen and (max-width: 768px) {
  .point__lstItemHead img {
    width: calc(48/750 * 100vw);
  }
}

.point__lstItemBody {
  flex: 1;
}

.point__lstItemBody p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #474747;
}

@media screen and (max-width: 768px) {
  .point__lstItemBody p {
    font-size: calc(26/750 * 100vw);
    text-align: justify;
  }
}

.point__lstItemBody p:first-of-type {
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .point__lstItemBody p:first-of-type {
    margin-bottom: calc(10/750 * 100vw);
    text-align: center;
  }
}

.point--good .point__lstItemBody p:first-of-type {
  color: #ff7f00;
}

.point--bad .point__lstItemBody p:first-of-type {
  color: #8c8c8c;
}

.point__lstItemTitle {
  font-size: 2.0rem !important;
}

@media screen and (max-width: 768px) {
  .point__lstItemTitle {
    font-size: calc(26/750 * 100vw) !important;
  }
}

.search {
  display: block;
  width: 100%;
  max-width: 1076px;
  margin: 0 auto;
  padding: 40px 27px;
  color: #474747;
}

@media screen and (max-width: 768px) {
  .search {
    padding: calc(20/750 * 100vw) calc(40/750 * 100vw) calc(50/750 * 100vw);
  }
}

.search__title {
  color: #0068af;
  font-size: 2.9rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .search__title {
    font-size: calc(46/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
  }
}

.search__note {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .search__note {
    font-size: calc(36/750 * 100vw);
    padding-bottom: calc(12/750 * 100vw);
  }
}

.search__input {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #474747;
}

.search__input dt, .search__input dd {
  padding: 15px 0 15px 1em;
  border-bottom: 1px solid #474747;
}

.search__input dt {
  display: flex;
  align-items: center;
  flex-basis: 28%;
  color: #0068af;
  font-weight: 700;
}

.search__input dd {
  flex-basis: 72%;
}

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

.search__inputItem li {
  position: relative;
  margin: 5px 0 5px 30px;
}

.search__inputItem li input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
}

.search__inputItem li input[type="radio"] + img + img {
  display: none;
}

.search__inputItem li input[type="radio"]:checked + img {
  display: none;
}

.search__inputItem li input[type="radio"]:checked + img + img {
  display: inline;
}

.search__inputItem li input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 29px;
  height: 29px;
  margin: 0;
  padding: 0;
}

.search__inputItem li input[type="checkbox"] + img + img {
  display: none;
}

.search__inputItem li input[type="checkbox"]:checked + img {
  display: none;
}

.search__inputItem li input[type="checkbox"]:checked + img + img {
  display: inline;
}

.search__inputItem li img {
  display: inline;
  margin-right: 8px;
  vertical-align: bottom;
}

.result {
  padding-top: 40px;
  padding-bottom: 120px;
  color: #474747;
}

@media screen and (max-width: 768px) {
  .result {
    padding: calc(20/750 * 100vw) calc(40/750 * 100vw) calc(50/750 * 100vw);
  }
}

.result__title {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .result__title {
    font-size: calc(46/750 * 100vw);
    margin-bottom: calc(60/750 * 100vw);
  }
}

.result__inner {
  display: none;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .result__inner {
    margin-bottom: calc(60/750 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .result__container {
    display: block;
  }
}

.result__container figure {
  flex-basis: 515px;
  margin-right: 35px;
}

@media screen and (max-width: 768px) {
  .result__container figure {
    width: 75%;
    margin: 0 auto calc(20/750 * 100vw);
    text-align: center;
  }
}

.result__container ul {
  flex-grow: 1;
}

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

.result__noHit {
  display: none;
}

.column {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .column {
    padding-top: calc(40/750 * 100vw);
  }
}

.column ul, .column ol {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .column ul, .column ol {
    font-size: calc(26/750 * 100vw);
  }
}

.column .uList_item {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 0.4rem;
}

.column .uList_item.bullet-disc {
  list-style: disc inside;
}

.column__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .column__flex {
    display: block;
  }
}

.column__flex p {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .column__flex p {
    width: 100%;
  }
}

.column__flex figure {
  width: 35%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .column__flex figure {
    width: calc(350/750 * 100vw);
  }
}

.column__flex figure img {
  margin: auto;
}

.column .box__subTitle {
  margin-top: 5.6rem;
}

@media screen and (max-width: 768px) {
  .column .box__subTitle {
    margin-top: calc(40/750 * 100vw);
  }
}

.column__list li {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .column__list li {
    margin-bottom: 1.5em;
  }
}

.column__list li h4 {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px dotted #040000;
}

@media screen and (max-width: 768px) {
  .column__list li h4 {
    font-size: calc(26/750 * 100vw);
  }
}

.column__linkList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: disc inside;
}

.column__linkList li {
  width: 50%;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 768px) {
  .column__linkList li {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}

.column__linkList li a {
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #999999;
  font-weight: bold;
  font-size: 1.9rem;
  color: #474747;
}

@media screen and (max-width: 768px) {
  .column__linkList li a {
    font-size: 1.6rem;
  }
}

.column__can {
  display: inline-block;
  margin: 0 0 1rem 1.5rem;
  padding: 0 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FF0000;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .column__can {
    font-size: calc(24/750 * 100vw);
  }
}

.column__step {
  display: inline-block;
  margin: 0 1.5rem 1rem 0;
  padding: 0 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #0068AF;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .column__step {
    font-size: calc(24/750 * 100vw);
  }
}

.column__step__box {
  max-width: 820px;
  margin: auto;
  padding: 4rem;
  background: #EAF5F9;
}

@media screen and (max-width: 768px) {
  .column__step__box {
    max-width: 100%;
    padding: calc(40/750 * 100vw);
  }
}

.column__step__box .uList_item {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .column__step__box .uList_item {
    margin-bottom: calc(40/750 * 100vw);
  }
}

.column__step__box .uList_item:last-child {
  margin-bottom: 0;
}

.column__step__box .uList_item [class*="link-"] {
  margin-left: 0;
}

.column__area__ac {
  margin-bottom: 2.4rem;
  text-align: center;
}

.column__area__ac img {
  margin: auto;
}

.footer {
  width: 100%;
  height: 100%;
  padding: 24px 10px 20px;
  background-color: #000;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: calc(110/750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: calc(40/750 * 100vw) calc(40/750 * 100vw) calc(60/750 * 100vw);
  }
}

.footer__contents {
  width: 100%;
  max-width: 1074px;
  margin: 0 auto;
}

.footer__note p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__note p {
    font-size: calc(28/750 * 100vw);
  }
}

.footer__note p:not(:first-of-type) {
  margin-top: 1em;
}

/*リンク集 ボタン*/
.footer__nav {
  width: 100%;
  max-width: 1074px;
  margin: 0 auto;
  margin-top: 130px;
  /*--- button typeB ---*/
}

@media screen and (max-width: 768px) {
  .footer__nav {
    margin-top: calc(130/750 * 100vw);
  }
}

.footer__nav .footer__nav__title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #0068AF;
  border-bottom: 1px solid #E1EDF6;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .footer__nav .footer__nav__title {
    font-size: calc(28/750 * 100vw);
  }
}

.footer__nav dl dt {
  position: relative;
  width: 100%;
  background-color: #E1EDF6;
  padding: 20px;
  line-height: 1;
  margin-top: 1.2rem;
  cursor: pointer;
}

.footer__nav dl dt::after {
  content: '';
  position: absolute;
  top: 9px;
  right: 20px;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background: #fff url("../img/icon-plus.svg") no-repeat center/18px auto;
}

.footer__nav dl._open dt::after {
  background: #fff url("../img/icon-minus.svg") no-repeat center/18px auto;
}

.footer__nav dl dd {
  display: none;
  transition: transform 0.2s ease-out;
}

.footer__nav dl dd ul {
  margin-bottom: 0;
}

.footer__nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .footer__nav ul {
    display: block;
    margin-bottom: calc(60/750 * 100vw);
  }
}

.footer__nav ul li {
  width: 32%;
  margin: 1.2rem 2rem 0 0;
}

@media screen and (max-width: 768px) {
  .footer__nav ul li {
    width: 100%;
    margin: 2rem 0 0 0;
  }
}

.footer__nav ul li:nth-child(3n) {
  margin-right: 0;
}

.footer__nav .btn-B {
  line-height: 1.8;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  min-width: 212px;
  margin: 0;
  text-align: left;
  background-color: #F2F2F2;
  color: #474747;
}

.footer__nav .btn-B:hover {
  color: #4a525a;
  opacity: 1;
}

.footer__nav .btn-B_inner {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 48px;
  margin: 0;
  padding: .9rem 0 .7rem 1rem;
  transition: all .2s;
  border: none;
  align-items: center;
}

.footer__nav .btn-B_inner::after {
  position: absolute;
  z-index: -1;
  bottom: -15%;
  left: -10%;
  width: 0;
  height: 130%;
  content: '';
  transition: all .2s;
  transform: skewX(-25deg);
  background-color: #4a525a;
}

.footer__nav .btn-B_inner:hover {
  cursor: pointer;
  color: #fff;
}

.footer__nav .btn-B_inner:hover::after {
  left: -10%;
  width: 120%;
}

.footer__nav .btn_arrow {
  position: relative;
  display: block;
  width: 100%;
}

.footer__nav .btn_arrow::after {
  position: absolute;
  top: 60%;
  right: 5%;
  margin-top: -1.1rem;
  width: 10px;
  height: 10px;
  border-top: solid 1px #4a525a;
  border-right: solid 1px #4a525a;
  transform: rotate(45deg);
  content: '';
}

.footer__nav .btn_arrow:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.flowchart {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .flowchart {
    padding-top: calc(40/750 * 100vw);
  }
}

.flowchart__title {
  width: 100%;
  font-size: 2.7rem;
  font-weight: bold;
  color: #0068af;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flowchart__title {
    font-size: calc(32/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}

.intro .box__inner {
  padding: 40px 0 20px;
}

.intro p {
  text-align: center;
}

.speech-bubble {
  display: block;
  width: fit-content;
  padding: 8px 0 20px;
  position: absolute;
  top: -64px;
  right: 0;
}

@media screen and (max-width: 1120px) {
  .speech-bubble {
    right: -70px;
  }
}

@media screen and (max-width: 768px) {
  .speech-bubble {
    width: calc(220/750 * 100vw);
    padding-top: calc(10/750 * 100vw);
    padding-bottom: calc(24/750 * 100vw);
    top: calc(-90/750 * 100vw);
    right: calc(-10/750 * 100vw);
  }
}

.speech-bubble::before, .speech-bubble::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.speech-bubble::before {
  background: url("../img/bubble-top.png") no-repeat bottom center;
  background-size: contain;
  height: 8px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .speech-bubble::before {
    height: calc(8/568 * 100vw);
  }
}

.speech-bubble::after {
  background: url("../img/bubble-btm.png") no-repeat top center;
  background-size: contain;
  height: 20px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .speech-bubble::after {
    height: calc(24/750 * 100vw);
  }
}

.speech-bubble-inner {
  display: block;
  width: 100%;
  border-left: 2px solid #0068af;
  border-right: 2px solid #0068af;
  padding: 0 6px;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #0068af;
}

@media screen and (max-width: 768px) {
  .speech-bubble-inner {
    border-left-width: calc(2/750 * 100vw);
    border-right-width: calc(2/750 * 100vw);
    padding: 0 calc(4/750 * 100vw);
    font-size: calc(16/750 * 100vw);
  }
}

.acc__inner {
  max-width: 976px;
  margin-bottom: 2rem;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 768px) {
  .acc__inner {
    width: calc(690 / 750* 100vw);
  }
}

.acc__trigger, .acc-trigger {
  position: relative;
  cursor: pointer;
}

.acc__content, .acc-content {
  display: none;
}

/*--------------------------
  accordion
--------------------------*/
.parent__header {
  padding: 1.2rem 0 1.2rem 1rem;
  border-top: solid 2px #fff;
  color: #fff;
  background: #047223;
}

.u-bgc-gray .parent__header {
  border-color: #f6f6f6;
  background-color: #fff;
}

.parent__header .heading-03 {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.parent__header:first-of-type {
  border-top: none;
}

@media screen and (max-width: 568px) {
  .parent__header .heading-03 {
    font-size: 1.6rem;
    margin-right: 1rem;
  }
  .parent__header .heading-03 span {
    display: block;
  }
}

.parent__content {
  padding-bottom: 0;
  border: 1px solid #047223;
}

.parent__content .content__inner {
  padding: 1.5rem 2rem;
}

.u-bgc-gray .parent__content {
  background: #fff;
}

.u-bgc-gray .parent__content .content__inner {
  padding: 2rem 1rem;
}

.child__header {
  border-top: solid 1px #ddd;
  padding: 1.5rem 0 1.5rem 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.child__header .heading-03 {
  font-size: 1.8rem;
}

.child__header:first-of-type {
  border-top: none;
}

@media screen and (max-width: 568px) {
  .child__header {
    padding-left: 0;
    padding-right: 0;
  }
  .child__header .heading-03 {
    font-size: 1.6rem;
  }
  .child__header .bullet {
    text-indent: -1em;
    padding-left: 1em;
  }
}

.child__content {
  padding: 2rem 1rem 3rem;
}

.child__content p {
  text-align: left;
}

@media screen and (max-width: 568px) {
  .child__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.acc__trigger .acc__header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.acc__icon-wrap {
  flex-shrink: 0;
  width: calc(30px + 3.5em + .2rem);
}

@media screen and (max-width: 568px) {
  .acc__icon-wrap {
    width: calc(30px + 1rem);
    padding-bottom: 1.4rem;
  }
}

.acc__icon {
  position: relative;
  width: 30px;
  height: 30px;
  border: solid 1px #047223;
  border-radius: 15px;
  background: #fff;
  box-sizing: border-box;
  transition: all .2s;
}

.acc__icon span {
  position: absolute;
  left: 5px;
  display: block;
  width: 18px;
  height: 2px;
  background: #047223;
  box-sizing: border-box;
  transition: all .2s;
}

.acc__icon span:nth-of-type(1) {
  top: 13px;
  transform: rotate(0deg);
}

.acc__icon span:nth-of-type(2) {
  top: 13px;
  transform: rotate(90deg);
}

.acc__icon::after {
  position: absolute;
  top: 50%;
  left: 40px;
  display: inline-block;
  margin-top: -.7rem;
  content: '開く';
  white-space: nowrap;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

.acc__icon:hover span {
  background: #047223;
}

@media screen and (max-width: 568px) {
  .acc__icon::after {
    text-align: center;
    position: static;
    display: block;
    margin-top: 33px;
    font-size: 1.1rem;
  }
}

.is-open .acc-icon::after {
  content: '閉じる';
}

.is-open .acc__icon span:nth-of-type(2) {
  transform: rotate(-180deg);
}

.acc__txt-wrap {
  padding-left: 6rem;
}

@media screen and (max-width: 568px) {
  .acc__txt-wrap {
    padding-left: 0;
  }
}
