@charset "UTF-8";
/*-----------------------------------
reset
-----------------------------------*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*-----------------------------------
common
-----------------------------------*/
html {
  font-size: 16 px; }

body {
  font-family: 'メイリオ', 'Meiryo', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  color: #000000; }

.container {
  max-width: 62.5rem;
  margin: 0 auto;
  display: block;
  padding: 0 2.5rem; }

.innerWrap {
  max-width: 49.375rem;
  margin: 0 auto;
  display: block; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.posc {
    margin-left: auto;
    margin-right: auto; }

h2 {
  margin-bottom: 1.875rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #077058;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em; }

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55;
  margin: 0;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1; }

a {
  -webkit-transition: all,0.2s;
  -o-transition: all,0.2s;
  transition: all,0.2s; }
  a.btn {
    background: #ebad18 url("../images/cmn_btn_arr.png") 95% 50% no-repeat;
    background-size: 2.4375rem auto;
    padding: 1.8125rem 0 1.75rem;
    max-width: 44.375rem;
    margin: 0 auto;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 50rem;
    -webkit-box-shadow: 0.375rem 0.375rem 0px 0px #dc6d0b;
    box-shadow: 0.375rem 0.375rem 0px 0px #dc6d0b; }
  a:hover {
    background-color: #d79d13;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(220, 109, 11, 0);
    box-shadow: 0px 0px 0px 0px rgba(220, 109, 11, 0); }

.bdr {
  position: relative;
  display: inline-block;
  z-index: 0; }
  .bdr:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 0.25rem;
    background-color: #aad228;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }

strong {
  font-weight: bold; }

.sp {
  display: none; }

/*-----------------------------------
header
-----------------------------------*/
header {
  background: #c4d700;
  background: -webkit-gradient(linear, left bottom, left top, from(#c4d700), color-stop(50%, #c4d700), color-stop(50%, #004730), to(#004730));
  background: -webkit-linear-gradient(bottom, #c4d700 0%, #c4d700 50%, #004730 50%, #004730 100%);
  background: -o-linear-gradient(bottom, #c4d700 0%, #c4d700 50%, #004730 50%, #004730 100%);
  background: linear-gradient(0deg, #c4d700 0%, #c4d700 50%, #004730 50%, #004730 100%);
  padding-top: 1.5625rem; }
  header .container {
    max-width: 48.75rem; }
    header .container p {
      color: #22604c;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 2.2;
      font-weight: 600; }
      header .container p + p {
        line-height: 1.6; }
      header .container p span {
        font-size: 24px;
        font-size: 1.5rem; }
  header .innerWrap {
    text-align: center; }

.balloon01 {
  margin-left: 4.75rem;
  margin-bottom: 0.3125rem;
  text-align: left;
  width: 12.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  background: url("../images/00_1_y_balloon.png") no-repeat 0 0;
  background-size: 12rem auto;
  padding: 0.75rem 0 1.5625rem; }

h1 {
  font-size: 38px;
  font-size: 2.375rem;
  margin-bottom: 1.875rem;
  color: #fff;
  text-align: center; }
  h1 .logo {
    vertical-align: bottom;
    width: 15rem;
    margin-right: 0.3125rem; }
  h1 small {
    font-size: 30px;
    font-size: 1.875rem; }
  h1 span {
    font-size: 42px;
    font-size: 2.625rem; }
  h1 img {
    display: inline-block; }

.balloon02 {
  position: relative;
  display: inline-block;
  background: #077058;
  padding: 0.8125rem 2.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5625rem; }
  .balloon02:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(7, 112, 88, 0);
    border-top-width: 0.9375rem;
    border-bottom-width: 0.9375rem;
    border-left-width: 0.9375rem;
    border-right-width: 0.9375rem;
    margin-left: -0.9375rem;
    border-top-color: #077058;
    top: 100%;
    left: 50%; }

.boxWrap {
  margin: 0 auto;
  position: relative;
  width: 43.75rem;
  padding-bottom: 2.5rem; }
  .boxWrap .illustBox {
    position: absolute;
    display: block;
    z-index: 1;
    width: 9.625rem;
    right: 1.125rem;
    bottom: 0; }
  .boxWrap .whiteBox {
    background-color: #ffffff;
    width: 100%;
    text-align: left;
    padding: 2.5rem 2.5rem; }
    .boxWrap .whiteBox .bdr {
      height: 2.375rem; }

/*-----------------------------------
section
-----------------------------------*/
.cardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 1.875rem;
  width: 49.375rem;
  padding: 3.75rem 0 3.125rem;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat; }
  .cardWrap .textArea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 0 0 3.125rem;
    text-align: center; }
    .cardWrap .textArea h3 {
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: bold;
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 1.4;
      letter-spacing: 0.03em;
      color: #004730;
      text-align: left;
      margin-bottom: 1.25rem; }
    .cardWrap .textArea img {
      margin-bottom: 1.25rem; }
    .cardWrap .textArea p {
      color: #004730;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.6;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: left; }
      .cardWrap .textArea p.cardName {
        padding: 0.875rem 0.625rem;
        color: #ffffff;
        font-size: 17px;
        font-size: 1.0625rem;
        text-align: center;
        letter-spacing: 0.03em;
        margin-bottom: 1.25rem; }
  .cardWrap .imgArea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 0 0 3.125rem; }

.rateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  margin-bottom: 1.875rem; }
  .rateWrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.3125rem; }
    .rateWrap > div img {
      margin-right: 0.3125rem; }
    .rateWrap > div p {
      font-weight: bold;
      font-size: 24px;
      font-size: 1.5rem; }
      .rateWrap > div p strong {
        font-size: 42px;
        font-size: 2.625rem; }

.featuresWrap {
  padding: 1.5rem 2.75rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border: 0.1875rem solid #077058;
  border-radius: 0.1875rem; }
  .featuresWrap h3 {
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 0.07em;
    color: #077058;
    border-bottom: 0.25rem solid #aad228;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem; }
  .featuresWrap ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .featuresWrap li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: bold;
    color: #434343;
    padding-top: 0.0625rem;
    padding-left: 3.4375rem;
    padding-bottom: 0.3125rem;
    margin-bottom: 1.4375rem;
    background: url("../images/cmn_check.png") no-repeat 0 0;
    background-size: 2.875rem auto; }
    .featuresWrap li:last-child {
      margin-bottom: 0; }

.btnWrap {
  padding-bottom: 3.125rem; }
  .btnWrap .catchArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .btnWrap .catchArea img {
      margin-right: 0.625rem; }
    .btnWrap .catchArea p {
      text-align: center;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: bold;
      letter-spacing: 0.05em; }
      .btnWrap .catchArea p strong {
        font-size: 40px;
        font-size: 2.5rem; }
      .btnWrap .catchArea p .bdr {
        height: 3.75rem; }
        .btnWrap .catchArea p .bdr:after {
          bottom: 0.625rem; }

.meritWrap {
  background-color: #f0ffd2;
  padding: 3.75rem 0 3.4375rem; }
  .meritWrap .meritBox {
    width: 46.875rem;
    margin: 0 auto 0.625rem;
    background-color: #ffffff;
    padding: 2.5rem 1.875rem; }
    .meritWrap .meritBox h3 {
      text-align: center;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.2;
      letter-spacing: 0.03em;
      color: #077058;
      padding-bottom: 2.8125rem;
      margin-bottom: 0.9375rem;
      background: url("../images/01_5_arr_bt.png") no-repeat 50% 100%;
      background-size: 3.8125rem auto; }
    .meritWrap .meritBox ul {
      margin: 0 0 0.9375rem;
      padding: 0;
      list-style-type: none; }
    .meritWrap .meritBox li {
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5;
      letter-spacing: 0.03em;
      font-weight: bold;
      color: #077058; }
    .meritWrap .meritBox p {
      text-align: center;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5;
      letter-spacing: 0.03em;
      color: #434343; }
  .meritWrap .notice {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #434343;
    letter-spacing: 0.07em; }

main {
  margin: 0; }
  main section {
    padding: 3.125rem 0 0;
    border-bottom: solid 6.25rem #f0ffd2; }
    main section.sec01 .cardWrap {
        background-image: url("../images/bk_1.jpg"); }
        main section.sec01 .cardWrap .textArea p.cardName {
          background-color: #004730; }
    main section.sec02 .cardWrap {
      background-image: url("../images/bk_2.jpg"); }
      main section.sec02 .cardWrap .textArea p.cardName {
        background-color: #004730; }
    main section.sec03 .cardWrap {
      background-image: url("../images/bk_3.jpg"); }
      main section.sec03 .cardWrap .textArea h3 {
        color: #013b7b; }
      main section.sec03 .cardWrap .textArea p {
        color: #013b7b; }
      main section.sec03 .cardWrap .textArea p.cardName {
        background-color: #013b7b;
        background: #013b7b url("../images/03_1_redsquare.png") 0 0 no-repeat;
        background-size: contain;
        color: #ffffff; }

/*-----------------------------------
footer
-----------------------------------*/
footer {
  background-color: #004730;
  padding: 2.5rem 0 2.5rem;
  margin: 0 auto; }
  footer ul {
    margin: 0 auto;
    padding: 0;
    text-align: center; }
  footer li {
    display: inline;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.1em; }
    footer li:after {
      content: " | ";
      display: inline; }
    footer li:last-child:after {
      content: none; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff;
      text-decoration: underline; }

/*-----------------------------------
responsive breakpoint
-----------------------------------*/
@media screen and (max-width: 999px) {
  .container {
    max-width: 100%; } }

@media screen and (max-width: 789px) {
  html {
    font-size: 80%; }
  .container {
    max-width: 100%;
    padding: 0 1.25rem; }
  .innerWrap {
    max-width: 100%; }
  h2 {
    font-size: 34px;
    font-size: 2.125rem; }
  a.btn {
    max-width: 100%; }
  .sp {
    display: block; }
  /*------------------
  header
  ------------------*/
  header {
    background: -webkit-gradient(linear, left bottom, left top, from(#c4d700), color-stop(58%, #c4d700), color-stop(58%, #004730), to(#004730));
    background: -webkit-linear-gradient(bottom, #c4d700 0%, #c4d700 58%, #004730 58%, #004730 100%);
    background: -o-linear-gradient(bottom, #c4d700 0%, #c4d700 58%, #004730 58%, #004730 100%);
    background: linear-gradient(0deg, #c4d700 0%, #c4d700 58%, #004730 58%, #004730 100%); }
  .balloon02 {
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .boxWrap {
    width: 100%; }
    .boxWrap .illustBox {
      width: 14.375rem; }
    .boxWrap .whiteBox p {
      font-size: 26px;
      font-size: 1.625rem; }
  /*------------------
  section
  ------------------*/
  .cardWrap {
    width: 100%;
    padding-bottom: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .cardWrap .textArea {
      padding: 0;
      margin: 0 auto 1.25rem; }
      .cardWrap .textArea h3 {
        max-width: 85vw;
        text-align: center;
        letter-spacing: 0; }
      .cardWrap .textArea p {
        text-align: center;
        font-size: 24px;
        font-size: 1.5rem;
        max-width: 85vw; }
        .cardWrap .textArea p.cardName {
          font-size: 24px;
          font-size: 1.5rem; }
    .cardWrap .imgArea {
      padding: 0;
      margin: 0 auto 0; }
      .cardWrap .imgArea img {
        max-width: 60vw; }
  .rateWrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    padding-left: 3.125rem;
    margin: 0 auto 1.875rem; }
    .rateWrap > div img {
      margin-right: 0.9375rem; }
    .rateWrap > div:first-child img {
      margin-left: 0.25rem; }
  .featuresWrap h3 {
    letter-spacing: 0em; }
  .featuresWrap li {
    font-size: 22px;
    font-size: 1.375rem; }
  .btnWrap .catchArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .btnWrap .catchArea img {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-left: auto;
      margin-right: auto; }
    .btnWrap .catchArea .catchText {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 1.25rem; }
  .meritWrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .meritWrap .meritBox {
      width: 100%; }
      .meritWrap .meritBox h3 {
        font-size: 28px;
        font-size: 1.75rem; }
      .meritWrap .meritBox li {
        font-size: 24px;
        font-size: 1.5rem; }
      .meritWrap .meritBox p {
        font-size: 20px;
        font-size: 1.25rem; }
    .meritWrap .notice {
      font-size: 18px;
      font-size: 1.125rem; }
  /*------------------
  footer
  ------------------*/
  footer li {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    padding: 0.625rem; }
    footer li:after {
      content: "";
      display: none; } }

@media screen and (max-width: 480px) {
  html {
    font-size: 75%; } }

@media screen and (max-width: 414px) {
  html {
    font-size: 64.5%; } }

@media screen and (max-width: 375px) {
  html {
    font-size: 58.6%; } }

@media screen and (max-width: 320px) {
  html {
    font-size: 49.5%; } }
