@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
/* ---------------------------------------------------------
 var
--------------------------------------------------------- */
/* =========================================================
 Colors
========================================================= */
/* =========================================================
 font-size
========================================================= */
/* =========================================================
 line-height
========================================================= */
/* =========================================================
 Media Queries
========================================================= */
/* ---------------------------------------------------------
 mixin
--------------------------------------------------------- */
/* ---------------------------------------------------------
 extend
--------------------------------------------------------- */
/* ---------------------------------------------------------
 reset
--------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
input,
select,
textarea,
button {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* ---------------------------------------------------------
 vendor
--------------------------------------------------------- */
/* ---------------------------------------------------------
 base
--------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-weight: 400;
}
body {
  font-size: 15px;
  line-height: 1.6;
  font-family: Gill Sans MT, Gill Sans, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background-color: #faeddd;
  background-image: url("../../assets/images/bg.png");
  background-attachment: fixed;
  background-size: 30% auto;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.82292vw;
    line-height: 1.5;
    background-size: 100% auto;
  }
}
* {
  box-sizing: border-box;
  backface-visibility: hidden;
}
html,
body {
  height: 100%;
}
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
i,
em,
strong,
address {
  font-style: normal;
}
a {
  color: #ffcb04;
}
@media only screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}
@font-face {
  font-family: "Kiwi Maru light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/KiwiMaru-Light.woff") format("woff"), url("../fonts/KiwiMaru-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Kiwi Maru";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/KiwiMaru-Regular.woff") format("woff"), url("../fonts/KiwiMaru-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Kiwi Maru medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/KiwiMaru-Medium.woff") format("woff"), url("../fonts/KiwiMaru-Medium.ttf") format("truetype");
  font-display: swap;
}
/* =========================================================
 Layout
========================================================= */
#header {
  position: relative;
  z-index: 1;
}
#wrapper {
  position: relative;
  padding: 3em 0 1em;
  z-index: 1;
}
#wrapper:before {
  content: "";
  width: 100%;
  height: calc(100% + 2em);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(250, 237, 221, 0.9);
}
@media only screen and (max-width: 768px) {
  #wrapper:before {
    background-color: rgba(250, 237, 221, 0.5);
  }
}
#wrapper:after {
  content: "";
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 2em;
  background-image: url("../../assets/images/footer.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  image-rendering: smooth;
}
@media only screen and (max-width: 768px) {
  #wrapper:after {
    height: 39.0625vw;
    bottom: 19.53125vw;
  }
}
#wrapper #contents {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 300px 0;
  width: 1000px;
  min-width: 1000px;
  background-color: #fff;
  border: 5px solid #000;
}
@media only screen and (max-width: 768px) {
  #wrapper #contents {
    width: 95%;
    padding-bottom: 26.04167vw;
    min-width: inherit;
  }
}
#wrapper section .inner {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #wrapper section .inner {
    max-width: inherit;
    margin: 0 7.8125vw;
  }
}
#wrapper .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home #wrapper:before {
  height: 100%;
}
/* =========================================================
 Block
========================================================= */
#contents h1 {
  display: none;
  font-family: "Kiwi Maru medium";
  font-weight: 500;
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  #contents h1 {
    font-size: 7.8125vw;
  }
}
#contents .title {
  margin: 3em 0 0;
  text-align: center;
}
#contents .title h2 {
  display: inline-block;
  position: relative;
  font-family: "Kiwi Maru";
  font-size: 3.2rem;
  margin-left: -1em;
}
@media only screen and (max-width: 768px) {
  #contents .title h2 {
    font-size: 4.16667vw;
  }
}
#contents .title h2::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -30px;
  width: 30px;
  height: 30px;
  border-top: 6px double #000;
  border-left: 6px double #000;
}
#contents .title h2::after {
  position: absolute;
  content: "";
  right: -30px;
  bottom: -10px;
  width: 30px;
  height: 30px;
  border-right: 6px double #000;
  border-bottom: 6px double #000;
}
#contents h3 {
  position: relative;
  margin-top: 3em;
  font-family: "Kiwi Maru medium";
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #contents h3 {
    font-size: 4.94792vw;
  }
}
#contents h3::after {
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translate(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20129%2052%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cpath%20d%3D%22M64.253%2C0c-35.484%2C0%20-64.253%2C11.572%20-64.253%2C25.847c0%2C14.278%2028.769%2C25.85%2064.253%2C25.85c35.485%2C-0%2064.253%2C-11.572%2064.253%2C-25.85c0%2C-14.275%20-28.768%2C-25.847%20-64.253%2C-25.847%22%20style%3D%22fill%3A%235dd3ff%3Bfill-rule%3Anonzero%3B%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #contents h3::after {
    width: 15.625vw;
    height: 7.8125vw;
    bottom: -1em;
  }
}
#contents h4 {
  margin-top: 1em;
  font-family: "Kiwi Maru medium";
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
}
#contents p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.6;
  text-indent: 1em;
}
@media only screen and (max-width: 768px) {
  #contents p {
    margin-top: 8.07292vw;
    font-size: 3.64583vw;
    line-height: 1.5;
  }
}
#contents p + p {
  margin-top: 14px;
}
@media only screen and (max-width: 768px) {
  #contents p + p {
    margin-top: 4.55729vw;
  }
}
#contents .lead {
  background-image: url("../../assets/images/icon/bg_lead.svg");
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: bottom right;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  #contents .lead {
    padding-bottom: 5em;
    background-size: 80% auto;
  }
}
#contents .lead p {
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  #contents .lead p {
    font-size: 4.16667vw;
  }
}
#contents .lead p span {
  font-family: "Kiwi Maru medium";
  font-weight: 500;
  font-size: 1.5em;
}
@media only screen and (max-width: 768px) {
  #contents .lead p span {
    font-size: 5.46875vw;
  }
}
#contents .lead p span.line_young {
  background-color: #5dd3ff;
}
#contents .lead p span.line_woman {
  background-color: #ffcbd1;
}
#contents .lead p span.line_yellow {
  border-bottom: 3px solid #ffcb04;
}
#contents .lead p span.line_yellow2 {
  text-decoration: underline wavy #ffcb04;
}
#contents em {
  font-style: italic;
}
#contents strong {
  font-weight: bold;
}
#contents sup {
  font-size: 0.7em;
  vertical-align: super;
}
#contents sub {
  font-size: 0.7em;
  vertical-align: sub;
}
@media only screen and (max-width: 768px) {
  #contents sub {
    font-size: 2.60417vw;
  }
}
#contents a {
  text-decoration: underline;
  color: #ffcb04;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #contents a {
    font-size: 3.64583vw;
    line-height: 1.5;
  }
}
#contents a:hover {
  text-decoration: none;
}
#contents a:visited {
  color: #551b8c;
}
#contents .imgBlock {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  text-indent: 0;
}
#contents .small {
  font-size: 0.9em;
}
@media only screen and (max-width: 768px) {
  #contents .small {
    font-size: 2.60417vw;
  }
}
#contents .under-construction {
  position: relative;
  margin: 3em auto;
  width: 80%;
  padding: 1.5em 0;
  text-align: center;
  font-size: 2rem;
  background-color: #5dd3ff;
}
#contents .under-construction::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: repeating-linear-gradient(-45deg, #ffcbd1, #ffcbd1 10px, #5dd3ff 10px, #5dd3ff 20px);
}
#contents .under-construction::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: repeating-linear-gradient(-45deg, #5dd3ff, #5dd3ff 10px, #ffcbd1 10px, #ffcbd1 20px);
}
#contents .displaynone {
  display: none;
}
#contents .clearBoth {
  clear: both;
}
#contents .box {
  position: relative;
  width: 90%;
  margin: 3em auto 0;
  padding: 1em;
  border: 3px solid #000;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #contents .box {
    width: 100%;
    font-size: 3.64583vw;
    margin: 7.8125vw auto 13.02083vw;
  }
}
#contents .box:before {
  content: "";
  position: absolute;
  top: -1.3em;
  left: -1.3em;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2077%2077%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%3E%3Crect%20x%3D%22-0.192%22%20y%3D%220%22%20width%3D%2276.457%22%20height%3D%2276.083%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M76.459%2C62.669c0%2C7.616%20-6.172%2C13.788%20-13.784%2C13.788c-7.616%2C-0%20-13.788%2C-6.172%20-13.788%2C-13.788c0%2C-7.615%206.172%2C-13.784%2013.788%2C-13.784c7.612%2C-0%2013.784%2C6.169%2013.784%2C13.784%22%20style%3D%22fill%3A%235dd3ff%3Bfill-rule%3Anonzero%3B%22%2F%3E%3Cpath%20d%3D%22M8.759%2C8.754c-4.973%2C4.97%20-7.611%2C10.404%20-5.888%2C12.128c1.723%2C1.724%207.159%2C-0.911%2012.132%2C-5.882c4.972%2C-4.97%207.611%2C-10.404%205.888%2C-12.128c-1.723%2C-1.724%20-7.159%2C0.912%20-12.132%2C5.882Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M23.035%2C33.699c-4.634%2C6.109%20-6.615%2C11.725%20-4.49%2C13.85c2.775%2C2.775%2011.518%2C-1.466%2019.528%2C-9.478c8.012%2C-8.01%2012.253%2C-16.756%209.481%2C-19.535c-2.084%2C-2.081%20-7.525%2C-0.215%20-13.494%2C4.229%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M18.543%2C47.548l8.081%2C8.084c2.778%2C2.778%2011.522%2C-1.469%2019.535%2C-9.478c8.009%2C-8.013%2012.253%2C-16.756%209.475%2C-19.531l-8.085%2C-8.085%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M2.875%2C20.885c0%2C-0%2025.144%2C7.131%2021.453%2C19.715%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M20.887%2C2.87c-0%2C-0%207.131%2C25.147%2019.718%2C21.453%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M46.158%2C46.153l16.516%2C16.516%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: 2;
}
#contents .box:after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  right: -0.5em;
  width: 100%;
  height: 100%;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #contents .box:after {
    bottom: -0.75em;
    right: -0.75em;
  }
}
#contents .box h4 {
  text-align: left;
  position: relative;
  font-family: "Kiwi Maru";
  font-weight: 400;
  font-size: 2.2rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #contents .box h4 {
    font-size: 4.94792vw;
  }
}
#contents .box h4:after {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px solid #5dd3ff;
}
#contents .box h4 span.underline {
  border-bottom: 1px solid #ffcb04;
}
#contents .box.img01, #contents .box.img02 {
  background-image: url("../../assets/images/img_content01.png");
  background-size: 30% auto;
  background-position: bottom -1em right 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #contents .box.img01, #contents .box.img02 {
    background-size: 50% auto;
    padding-bottom: 32.55208vw;
    background-position: bottom -1em right -1em;
  }
}
#contents .box.img02 {
  background-image: url("../../assets/images/img_content02.png");
  background-size: 35% auto;
}
@media only screen and (max-width: 768px) {
  #contents .box.img02 {
    background-size: 60% auto;
  }
}
#contents .box .two-column {
  display: flex;
  justify-content: space-between;
}
#contents .box .two-column table {
  width: 60%;
}
#contents .box .two-column .graph {
  margin: auto;
}
#contents .box .two-column + h4 {
  margin-top: 1em;
}
#contents #content02 h3::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20129%2052%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cpath%20d%3D%22M64.253%2C0c-35.484%2C0%20-64.253%2C11.572%20-64.253%2C25.847c0%2C14.278%2028.769%2C25.85%2064.253%2C25.85c35.485%2C-0%2064.253%2C-11.572%2064.253%2C-25.85c0%2C-14.275%20-28.768%2C-25.847%20-64.253%2C-25.847%22%20style%3D%22fill%3A%23ffcbd1%3Bfill-rule%3Anonzero%3B%22%2F%3E%3C%2Fsvg%3E");
}
#contents #content02 .box:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2077%2077%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%3E%3Crect%20x%3D%22-0.192%22%20y%3D%220%22%20width%3D%2276.457%22%20height%3D%2276.083%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M76.459%2C62.669c0%2C7.616%20-6.172%2C13.788%20-13.784%2C13.788c-7.616%2C-0%20-13.788%2C-6.172%20-13.788%2C-13.788c0%2C-7.615%206.172%2C-13.784%2013.788%2C-13.784c7.612%2C-0%2013.784%2C6.169%2013.784%2C13.784%22%20style%3D%22fill%3A%23ffcbd1%3Bfill-rule%3Anonzero%3B%22%2F%3E%3Cpath%20d%3D%22M8.759%2C8.754c-4.973%2C4.97%20-7.611%2C10.404%20-5.888%2C12.128c1.723%2C1.724%207.159%2C-0.911%2012.132%2C-5.882c4.972%2C-4.97%207.611%2C-10.404%205.888%2C-12.128c-1.723%2C-1.724%20-7.159%2C0.912%20-12.132%2C5.882Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M23.035%2C33.699c-4.634%2C6.109%20-6.615%2C11.725%20-4.49%2C13.85c2.775%2C2.775%2011.518%2C-1.466%2019.528%2C-9.478c8.012%2C-8.01%2012.253%2C-16.756%209.481%2C-19.535c-2.084%2C-2.081%20-7.525%2C-0.215%20-13.494%2C4.229%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M18.543%2C47.548l8.081%2C8.084c2.778%2C2.778%2011.522%2C-1.469%2019.535%2C-9.478c8.009%2C-8.013%2012.253%2C-16.756%209.475%2C-19.531l-8.085%2C-8.085%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M2.875%2C20.885c0%2C-0%2025.144%2C7.131%2021.453%2C19.715%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M20.887%2C2.87c-0%2C-0%207.131%2C25.147%2019.718%2C21.453%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M46.158%2C46.153l16.516%2C16.516%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#contents #content02 .box h4::after {
  border-color: #ffcbd1;
}
#contents #content03 h3::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20129%2052%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cpath%20d%3D%22M64.253%2C0c-35.484%2C0%20-64.253%2C11.572%20-64.253%2C25.847c0%2C14.278%2028.769%2C25.85%2064.253%2C25.85c35.485%2C-0%2064.253%2C-11.572%2064.253%2C-25.85c0%2C-14.275%20-28.768%2C-25.847%20-64.253%2C-25.847%22%20style%3D%22fill%3A%231ba566%3Bfill-rule%3Anonzero%3B%22%2F%3E%3C%2Fsvg%3E");
}
#contents #content03 .box:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2077%2077%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%3E%3Crect%20x%3D%22-0.192%22%20y%3D%220%22%20width%3D%2276.457%22%20height%3D%2276.083%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M76.459%2C62.669c0%2C7.616%20-6.172%2C13.788%20-13.784%2C13.788c-7.616%2C-0%20-13.788%2C-6.172%20-13.788%2C-13.788c0%2C-7.615%206.172%2C-13.784%2013.788%2C-13.784c7.612%2C-0%2013.784%2C6.169%2013.784%2C13.784%22%20style%3D%22fill%3A%231ba566%3Bfill-rule%3Anonzero%3B%22%2F%3E%3Cpath%20d%3D%22M8.759%2C8.754c-4.973%2C4.97%20-7.611%2C10.404%20-5.888%2C12.128c1.723%2C1.724%207.159%2C-0.911%2012.132%2C-5.882c4.972%2C-4.97%207.611%2C-10.404%205.888%2C-12.128c-1.723%2C-1.724%20-7.159%2C0.912%20-12.132%2C5.882Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M23.035%2C33.699c-4.634%2C6.109%20-6.615%2C11.725%20-4.49%2C13.85c2.775%2C2.775%2011.518%2C-1.466%2019.528%2C-9.478c8.012%2C-8.01%2012.253%2C-16.756%209.481%2C-19.535c-2.084%2C-2.081%20-7.525%2C-0.215%20-13.494%2C4.229%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M18.543%2C47.548l8.081%2C8.084c2.778%2C2.778%2011.522%2C-1.469%2019.535%2C-9.478c8.009%2C-8.013%2012.253%2C-16.756%209.475%2C-19.531l-8.085%2C-8.085%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M2.875%2C20.885c0%2C-0%2025.144%2C7.131%2021.453%2C19.715%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M20.887%2C2.87c-0%2C-0%207.131%2C25.147%2019.718%2C21.453%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M46.158%2C46.153l16.516%2C16.516%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#contents #content03 h4::after {
  border-color: #1ba566;
}
#contents #content04 h3::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20129%2052%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cpath%20d%3D%22M64.253%2C0c-35.484%2C0%20-64.253%2C11.572%20-64.253%2C25.847c0%2C14.278%2028.769%2C25.85%2064.253%2C25.85c35.485%2C-0%2064.253%2C-11.572%2064.253%2C-25.85c0%2C-14.275%20-28.768%2C-25.847%20-64.253%2C-25.847%22%20style%3D%22fill%3A%23ffcb04%3Bfill-rule%3Anonzero%3B%22%2F%3E%3C%2Fsvg%3E");
}
#contents #content04 .box:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2077%2077%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%3E%3Crect%20x%3D%22-0.192%22%20y%3D%220%22%20width%3D%2276.457%22%20height%3D%2276.083%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M76.459%2C62.669c0%2C7.616%20-6.172%2C13.788%20-13.784%2C13.788c-7.616%2C-0%20-13.788%2C-6.172%20-13.788%2C-13.788c0%2C-7.615%206.172%2C-13.784%2013.788%2C-13.784c7.612%2C-0%2013.784%2C6.169%2013.784%2C13.784%22%20style%3D%22fill%3A%23ffcb04%3Bfill-rule%3Anonzero%3B%22%2F%3E%3Cpath%20d%3D%22M8.759%2C8.754c-4.973%2C4.97%20-7.611%2C10.404%20-5.888%2C12.128c1.723%2C1.724%207.159%2C-0.911%2012.132%2C-5.882c4.972%2C-4.97%207.611%2C-10.404%205.888%2C-12.128c-1.723%2C-1.724%20-7.159%2C0.912%20-12.132%2C5.882Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M23.035%2C33.699c-4.634%2C6.109%20-6.615%2C11.725%20-4.49%2C13.85c2.775%2C2.775%2011.518%2C-1.466%2019.528%2C-9.478c8.012%2C-8.01%2012.253%2C-16.756%209.481%2C-19.535c-2.084%2C-2.081%20-7.525%2C-0.215%20-13.494%2C4.229%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M18.543%2C47.548l8.081%2C8.084c2.778%2C2.778%2011.522%2C-1.469%2019.535%2C-9.478c8.009%2C-8.013%2012.253%2C-16.756%209.475%2C-19.531l-8.085%2C-8.085%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M2.875%2C20.885c0%2C-0%2025.144%2C7.131%2021.453%2C19.715%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M20.887%2C2.87c-0%2C-0%207.131%2C25.147%2019.718%2C21.453%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3Cpath%20d%3D%22M46.158%2C46.153l16.516%2C16.516%22%20style%3D%22fill%3Anone%3Bfill-rule%3Anonzero%3Bstroke%3A%23231f20%3Bstroke-width%3A4.69px%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#contents #content04 h4::after {
  border-color: #ffcb04;
}
#contents .attention {
  position: relative;
  margin: 3em auto 0;
  padding: 1.5em 2em 1em 2em;
  width: 90%;
  border: 1px dotted #999;
}
@media only screen and (max-width: 768px) {
  #contents .attention {
    width: 100%;
    margin-bottom: 15.625vw;
  }
}
#contents .attention h4 {
  position: absolute;
  top: -1em;
  left: 0.5em;
  margin-top: 0;
  padding: 0 1em;
  text-align: left;
  background-color: #fff;
  border: 1px dotted #999;
  font-size: 1.6rem;
}
#contents .attention h4 + ul {
  margin-top: 0;
}
#contents .attention h4 + ul li {
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 0.25em;
}
#footer {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #footer {
    margin-bottom: 13.02083vw;
  }
}
#footer #copyright {
  position: relative;
}
#footer #copyright p {
  padding: 1em 0 0;
  width: 100%;
  font-family: Gill Sans MT, Gill Sans;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #footer #copyright p {
    padding: 1em 0 0 0;
    font-size: 2.60417vw;
  }
}
#footer .pagetop {
  position: fixed;
  right: 15px;
  bottom: 37px;
  width: calc(100% - 68px);
  width: 68px;
  height: 68px;
  /*@include transitionSlow;*/
  transition: 0.5s transform ease, 0.5s opacity ease, 0.5s bottom ease;
  will-change: transform, opacity;
}
@media only screen and (min-width: 769px) {
  #footer .pagetop {
    z-index: 99;
  }
}
@media only screen and (max-width: 768px) {
  #footer .pagetop {
    z-index: 10;
    position: fixed;
    left: 0 !important;
    right: 0;
    bottom: 0 !important;
    top: auto;
    width: 100%;
    height: 13.02083vw;
  }
}
#footer .pagetop.is-active {
  position: fixed;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #footer .pagetop.is-active {
    position: absolute;
    bottom: 14.84375vw;
  }
}
#footer .pagetop a {
  font-family: Gill Sans MT, Gill Sans;
  background-color: #774900;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  padding-top: 30px;
  border-radius: 10px;
  transition: 0.2s all ease;
}
@media only screen and (max-width: 768px) {
  #footer .pagetop a {
    font-size: 2.86458vw;
    padding-top: 3.90625vw;
    border-radius: 0;
  }
}
#footer .pagetop a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -12px;
  margin-left: -6px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: rotate(-45deg);
  transition: 0.2s all ease;
}
@media only screen and (max-width: 768px) {
  #footer .pagetop a:after {
    width: 3.125vw;
    height: 3.125vw;
    margin-top: -3.125vw;
    border-width: 0.52083vw;
  }
}
@media only screen and (min-width: 769px) {
  #footer .pagetop a:hover {
    transform: translateY(-5px);
  }
}
#header h1 {
  text-align: center;
}
#header h2 {
  padding: 0 1em;
  display: inline;
  font-family: "Kiwi Maru";
  font-size: 2.4rem;
  background-color: #ffcb04;
  margin-left: -1em;
}
@media only screen and (max-width: 768px) {
  #header h2 {
    font-size: 4.16667vw;
  }
}
#mv {
  position: relative;
  margin: 3em 0 0;
}
#mv .main-img {
  position: relative;
  width: 70%;
  margin: 0 auto;
  image-rendering: smooth;
}
@media only screen and (max-width: 768px) {
  #mv .main-img {
    padding-top: 19.53125vw;
    width: 90%;
    z-index: 1;
  }
}
#mv .fukidashi_young {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
  width: 200px;
  left: -10%;
  top: 30%;
}
@media only screen and (max-width: 768px) {
  #mv .fukidashi_young {
    width: 50%;
  }
}
#mv .fukidashi_young img {
  image-rendering: smooth;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #mv .fukidashi_young {
    top: -10%;
    left: -15%;
    z-index: 0;
  }
}
#mv .fukidashi_woman {
  animation: floating-y2 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
  right: -11%;
  top: 10%;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #mv .fukidashi_woman {
    width: 50%;
    right: -15%;
  }
}
#mv .fukidashi_woman img {
  image-rendering: smooth;
}
@media only screen and (max-width: 768px) {
  #mv .fukidashi_woman {
    top: -10%;
    right: -15%;
    z-index: 0;
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
@keyframes floating-y2 {
  0% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(-3%);
  }
}
nav {
  position: fixed;
  top: 15%;
  left: -16em;
  z-index: 10;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 1em;
  padding: 1em 3em;
  transition: 0.5s all ease;
}
@media only screen and (max-width: 768px) {
  nav {
    top: auto;
    bottom: -52.08333vw;
    left: 0;
    width: 100%;
  }
}
nav.active {
  left: -3em;
}
@media only screen and (max-width: 768px) {
  nav.active {
    bottom: 11.71875vw;
    left: 0;
  }
}
nav.active div:after {
  content: "▼";
}
nav > ul {
  margin-top: 0;
}
nav > ul li {
  position: relative;
}
nav > ul a {
  cursor: pointer;
  color: #774900;
  text-decoration: underline;
}
nav > ul .is-current {
  color: #ffcb04;
  font-weight: bold;
  text-decoration: none;
}
nav > ul .is-current::before {
  content: "";
  position: absolute;
  right: -1em;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -1px;
  border-top: solid 1px #ffcb04;
  border-right: solid 1px #ffcb04;
  transform: rotate(45deg) translateY(-50%);
}
nav > ul .is-current::after {
  content: "";
  position: absolute;
  right: -1.2em;
  top: 50%;
  width: 16px;
  height: 1px;
  background-color: #ffcb04;
  transform: translateY(-50%);
}
nav div {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  position: absolute;
  width: 30%;
  text-align: center;
  top: 15%;
  right: -50px;
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  nav div {
    width: 25%;
    font-size: 4.16667vw;
    top: -6.51042vw;
    right: 1em;
    transform: rotate(0);
    z-index: -1;
  }
}
nav div:after {
  display: inline-block;
  content: "▲";
  font-size: 0.5em;
  transform: translateY(-20%);
  padding-left: 0.5em;
}
ul,
ol {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  font-size: 16px;
  list-style-type: none;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  ul,
  ol {
    margin-top: 8.07292vw;
    font-size: 3.64583vw;
    line-height: 1.5;
  }
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}
ul ul li,
ul ol li,
ol ul li,
ol ol li {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  ul ul li,
  ul ol li,
  ol ul li,
  ol ol li {
    margin-top: 1.30208vw;
  }
}
ul ul li a,
ul ol li a,
ol ul li a,
ol ol li a {
  z-index: 1;
}
ul li::before,
ol li::before {
  display: inline-block;
  width: 1.5em;
  color: #774900;
  transform: translateX(1.5em);
}
ul li > a,
ol li > a {
  /*font-weight: 500;*/
}
@media only screen and (max-width: 768px) {
  ul li li li,
  ol li li li {
    margin-bottom: 0;
  }
}
ul > li {
  margin-bottom: 5px;
}
ul > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #774900;
  margin-left: -1.5em;
  margin-right: 2em;
}
@media only screen and (max-width: 768px) {
  ul > li::before {
    width: 1.82292vw;
    height: 1.82292vw;
  }
}
ul > li li::before {
  height: 2px;
  margin-bottom: 6px;
}
ol {
  counter-reset: numberA;
}
ol > li::before {
  counter-increment: numberA;
  content: counter(numberA) ".";
  font-weight: 500;
}
ol.el_oderAlphabet {
  counter-reset: ap;
}
ol.el_oderAlphabet > li::before {
  font-weight: 500;
  counter-increment: ap;
  content: counter(ap, upper-alpha) ".";
}
ol ol {
  counter-reset: numberB;
  padding-left: 2em;
  text-indent: -2em;
}
ol ol > li::before {
  counter-increment: numberB;
  content: "(" counter(numberB) ")";
  font-weight: 400;
  transform: translateX(1.8em) scale(0.9);
}
ol ol ol {
  counter-reset: numberC;
  padding-left: 1.75em;
}
ol ol ol > li::before {
  counter-increment: numberC;
  content: counter(numberC);
  font-weight: 400;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border: 1px solid #774900;
  margin-right: 0.365em;
  transform: translateX(0) scale(0.8);
  text-indent: 0;
}
/* =========================================================
 Element
========================================================= */
#contents .btnLink {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #contents .btnLink {
    display: block;
    padding: 2.60417vw 0 0;
  }
}
#contents .btnLink li {
  margin: 20px;
}
@media only screen and (max-width: 768px) {
  #contents .btnLink li {
    margin: 2.60417vw 0;
  }
}
#contents .btnLink li a,
#contents .btnLink li a:visited {
  font-size: 2rem;
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 1em 2em;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #774900, #bd7d17, #b78639, #b6711a);
  box-shadow: 0 4px 15px 0 rgba(119, 73, 0, 0.75);
}
@media only screen and (max-width: 768px) {
  #contents .btnLink li a,
  #contents .btnLink li a:visited {
    font-size: 4.42708vw;
    border-radius: 13.02083vw;
  }
}
#contents .btnLink li a:hover,
#contents .btnLink li a:visited:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.graph {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: relative;
}
.graph::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Kiwi Maru";
  z-index: 1;
}
.graph::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: #fff;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.graph01 {
  margin-right: 5px;
  color: #d04254;
}
.graph02 {
  margin-right: 5px;
  color: #e26a3c;
}
.graph03 {
  margin-right: 5px;
  color: #efba31;
}
.graph04 {
  margin-right: 5px;
  color: #fee92a;
}
.graph05 {
  margin-right: 5px;
  color: #b1cf41;
}
.graph06 {
  margin-right: 5px;
  color: #1ba566;
}
.graph07 {
  margin-right: 5px;
  color: #1f8dc3;
}
.graph08 {
  margin-right: 5px;
  color: #4b74b8;
}
.graph09 {
  margin-right: 5px;
  color: #b43b86;
}
.graph.no01-01 {
  --old39: 4.1%;
  --old49: 16.5%;
  --old59: 37.3%;
  --old69: 73.1%;
  background-image: conic-gradient(#d04254 0 var(--old39), #efba31 var(--old39) var(--old49), #b1cf41 var(--old49) var(--old59), #1f8dc3 var(--old59) var(--old69), #b43b86 var(--old69) 100%);
}
.graph.no01-01::before {
  content: "年齢";
}
.graph.no01-02 {
  --spouse: 72.3%;
  background-image: conic-gradient(#d04254 0 var(--spouse), #efba31 var(--spouse) 100%);
}
.graph.no01-02::before {
  content: "配偶者";
}
#contents .imgBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #contents .imgBlock {
    display: block;
  }
}
#contents .imgBlock li {
  position: relative;
  width: 31%;
  margin: 0 5% 25px !important;
  padding-left: 0;
  text-indent: 0;
  transition: 0.2s all ease;
}
#contents .imgBlock li::before {
  content: none !important;
}
@media only screen and (max-width: 768px) {
  #contents .imgBlock li {
    width: 46%;
    margin: 0 2% 1.95313vw !important;
  }
}
#contents .imgBlock li a {
  display: block;
  outline: none;
  color: #000;
  text-decoration: none !important;
}
#contents .imgBlock li a:hover {
  color: #ffcb04;
}
#contents .imgBlock li a:hover dd img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 769px) {
  #contents .imgBlock li a:hover dd img {
    transform: scale(1.05);
  }
}
#contents .imgBlock li a[href$=".pdf"] {
  margin: 0 !important;
}
#contents .imgBlock li a[href$=".pdf"]:after {
  content: none;
}
#contents .imgBlock li a dl {
  height: 100%;
}
#contents .imgBlock li a dt {
  font-size: 1.8rem;
  text-align: center;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  #contents .imgBlock li a dt {
    padding: 1em 0;
    font-size: 3.64583vw;
  }
}
#contents .imgBlock li a dd img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.085);
  transition: 0.2s all ease;
}
#contents .imgBlock li a dd p {
  text-align: center;
  margin-top: 0.25em;
}
@media only screen and (max-width: 768px) {
  #contents .imgBlock li + li {
    margin-top: 3.90625vw;
  }
}
#contents .imgBlock li a[href*=".pdf"] {
  margin-top: 1em !important;
  border: 2px solid #ffcb04;
  background-color: #ffcb04;
  color: #fff;
  position: relative;
  border-radius: 1.5em;
  text-align: center;
  padding: 0.25em 1em 0.25em 2em;
}
#contents .imgBlock li a[href*=".pdf"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  background-image: url("../../assets/images/icon/doc_pdf.svg");
  width: 25px;
  height: 21px;
}
@media only screen and (min-width: 769px) {
  #contents .imgBlock li a[href*=".pdf"]:hover {
    background-color: #fff;
    color: #ffcb04;
  }
}
#contents .imgBlock li a[href*=".pdf"] + a {
  margin-top: 0.5em !important;
}
#contents .imgBlock + .copyright {
  text-align: center;
  font-size: 1.2rem !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  #contents .imgBlock + .copyright {
    font-size: 2.60417vw !important;
  }
}
#contents ul.doc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
#contents ul.doc li {
  position: relative;
  text-align: center;
  width: 80px;
  margin: 1em 5%;
  padding-left: 0;
  text-indent: 0;
  transition: 0.2s all ease;
}
#contents ul.doc li::before {
  content: none !important;
}
@media only screen and (max-width: 768px) {
  #contents ul.doc li {
    width: 40%;
    margin: 3.90625vw 2% !important;
  }
}
#contents ul.doc li a {
  width: 100%;
  height: 93px;
  padding: 2.5em 0.5em 1em;
  line-height: 1;
  letter-spacing: -0.1em;
  display: block;
  outline: none;
  font-family: "Kiwi Maru";
  font-weight: 400;
  color: #000;
  text-decoration: none !important;
  background-image: url("../../assets/images/icon/bg_pdf.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  #contents ul.doc li a {
    width: auto;
    height: 23.4375vw;
    background-size: auto 100%;
  }
}
#contents ul.doc li a:hover {
  transform: translate(1px, 1px);
}
#contents ul.doc li a[href$=".pdf"] {
  margin: 0 !important;
}
#contents ul.doc li a[href$=".pdf"]:after {
  content: none;
}
@media only screen and (max-width: 768px) {
  #contents ul.doc li + li {
    margin-top: 3.90625vw;
  }
}
#contents ul.doc li.site {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #contents ul.doc li.site {
    width: 50%;
  }
}
#contents ul.doc li.site a {
  height: 110px;
  padding: 3em 1.5em 1em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../assets/images/icon/bg_site.svg");
}
@media only screen and (max-width: 768px) {
  #contents ul.doc li.site a {
    height: 28.64583vw;
    padding: 3em 1.5em 1em 0.3em;
  }
}
#contents ul.doc li.disable a {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
}
#contents ul.doc li.disable::after {
  content: "Coming Soon";
  position: absolute;
  bottom: 0;
  right: -10%;
  font-size: 0.8em;
  background-color: #ffcb04;
  padding: 1px 5px;
  transform: rotate(-15deg);
}
#contents div.link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
#contents div.link a {
  width: 200px;
  height: 50px;
  line-height: 1;
  padding: 0 0 0.3em 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  font-family: "Kiwi Maru";
  font-weight: 400;
  color: #000;
  text-decoration: none !important;
  background-image: url("../../assets/images/icon/bg_link.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  #contents div.link a {
    width: 100%;
    height: 19.53125vw;
    font-size: 4.94792vw;
    background-size: 100% auto;
  }
}
#contents div.link a:hover {
  transform: rotate(2deg);
}
#contents div.link a[href$=".pdf"] {
  margin: 0 !important;
}
#contents div.link a[href$=".pdf"]:after {
  content: none;
}
#contents div.link.disable a {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
}
#contents .inner table {
  table-layout: auto;
  border-collapse: collapse;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  #contents .inner table {
    min-width: 100%;
  }
}
#contents .inner table tr td:first-child {
  border-left: 1px solid #999;
}
@media only screen and (max-width: 768px) {
  #contents .inner table tr td:first-child {
    border-width: 0.26042vw;
  }
}
#contents .inner table td,
#contents .inner table th {
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  padding: 5px 10px;
  /*min-width: 130px;*/
  font-size: 16px;
  line-height: 1.5;
  font-weight: inherit;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #contents .inner table td,
  #contents .inner table th {
    font-size: 3.64583vw;
    line-height: 1.21429;
    border-width: 0.26042vw;
    /*min-width: calcvw(160);*/
    padding: 1.30208vw;
  }
}
#contents .inner table td {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #contents .inner table td {
    padding: 1.30208vw;
  }
}
#contents .inner table thead tr:first-child th {
  border-top: 1px solid #999;
  text-align: center;
  /*white-space: nowrap;*/
  font-weight: 500;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #contents .inner table thead tr:first-child th {
    border-width: 0.26042vw;
    white-space: normal;
  }
}
#contents .inner table thead th {
  background-color: rgba(255, 203, 4, 0.25);
}
#contents .inner table tbody th {
  text-align: left;
  background-color: rgba(255, 203, 4, 0.1);
}
#contents .inner table tbody td {
  background-color: #fff;
  text-align: right;
}
#contents .inner table tbody td.disable {
  background: linear-gradient(to left top, transparent 49%, #999 49%, #999 51%, transparent 51%);
}
#contents .inner table tbody tr.none {
  display: none;
}
.page-id-39 .article table th,
.page-id-39 .article table td {
  vertical-align: top;
}
.page-id-39 .article table td:first-child {
  width: 40%;
}
@media only screen and (min-width: 769px) {
  .page-id-43 .article table .column-1 {
    width: 15%;
    min-width: auto;
  }
  .page-id-43 .article table .column-2 {
    width: 15%;
    min-width: auto;
  }
  .page-id-43 .article table .column-3 {
    width: 35%;
    min-width: auto;
  }
}
.page-id-1256 .article table th,
.page-id-1256 .article table td,
.page-id-1413 .article table th,
.page-id-1413 .article table td,
.page-id-1415 .article table th,
.page-id-1415 .article table td {
  padding: 1px 15px;
}
.page-id-1256 .article table td,
.page-id-1413 .article table td,
.page-id-1415 .article table td {
  text-align: right;
}
.page-id-1722 .article table td.column-2,
.page-id-1722 .article table td.column-3 {
  text-align: right;
}
.wp-block-table th,
.wp-block-table td {
  border: 1px solid #999;
}
.mw_wp_form .w25-75 {
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form .w25-75 tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.mw_wp_form .w25-75 tr th {
  width: 25%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form .w25-75 tr th {
    width: 100%;
  }
}
.mw_wp_form .w25-75 tr td {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form .w25-75 tr td {
    width: 100%;
  }
}
.mw_wp_form .w25-75 tr td .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .w25-75 tr td .horizontal-item {
  display: inline-block;
}
.other-doc tr td:first-child {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  background-color: #edf2fb;
}
.other-doc tr td:last-child {
  text-align: left;
}
.other-doc tr td a[href$=".pdf"]:after {
  content: none;
}
.other-doc tr td img {
  width: 50%;
  float: right;
}
.article a {
  position: relative;
  text-decoration: underline;
  word-break: break-all;
}
@media only screen and (min-width: 769px) {
  .article a:hover {
    text-decoration: none;
  }
}
.article a[href*="mailto:"] {
  margin-right: 5px;
}
.article a[href*="mailto:"]::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  background-image: url("../../assets/images/icon/mail_b.svg");
  width: 25px;
  height: 21px;
}
.article a[href*=".pdf"] {
  position: relative;
  padding-left: 25px;
}
.article a[href*=".pdf"]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  background-image: url("../../assets/images/icon/doc_pdf.svg");
  width: 25px;
  height: 21px;
}
/* =========================================================
 Helper
========================================================= */
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.clearboth {
  clear: both;
}
.indent {
  text-indent: -1em;
  margin-left: 1em;
}
.txtRight {
  text-align: right;
}
.txtCenter, .textCenter {
  text-align: center;
}
.txtLeft, .textLeft {
  text-align: left;
}
.floatRight {
  float: right;
}
.clearBoth {
  clear: both;
}
