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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade_in01 {
  -webkit-animation: fadein 1s 0.3s forwards;
          animation: fadein 1s 0.3s forwards;
}

.fade_in02 {
  -webkit-animation: fadein 1.8s 1s forwards;
          animation: fadein 1.8s 1s forwards;
}

.fade_in03 {
  -webkit-animation: fadein 0.6s 1s forwards;
          animation: fadein 0.6s 1s forwards;
}

@-webkit-keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@-webkit-keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@-webkit-keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@-webkit-keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ext_lr {
  -webkit-animation: extendright 0.5s 0.3s forwards;
          animation: extendright 0.5s 0.3s forwards;
}

.ext_lr2 {
  -webkit-animation: extendright 0.5s 0.7s forwards;
          animation: extendright 0.5s 0.7s forwards;
}

.ext_lr3 {
  -webkit-animation: extendright 0.5s 1.1s forwards;
          animation: extendright 0.5s 1.1s forwards;
}

.ext_lr0 {
  -webkit-animation: extendright 0.5s 11s forwards;
          animation: extendright 0.5s 11s forwards;
}

/*左から右に伸びる*/
@-webkit-keyframes extendright {
  0% {
    clip-path: inset(100% 100% 0 0 round 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
@keyframes extendright {
  0% {
    clip-path: inset(100% 100% 0 0 round 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  width: 100%;
}

.header__top {
  padding: 15px 20px;
}

main {
  margin-top: 130px;
}
@media print, screen and (max-width: 1023.9px) {
  main {
    margin-top: 60px;
  }
}

section {
  position: relative;
}

u {
  font-weight: bold;
  display: inline;
  text-decoration: none;
}

.contents-wrap {
  padding-right: 15px;
  padding-left: 15px;
}
.contents-wrap .inner {
  padding-inline: 0;
}

.bg-area {
  padding-bottom: 30px;
  background-color: rgba(174, 164, 153, 0.7);
  margin-top: -50px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .bg-area {
    padding-bottom: 10px;
    margin-top: 0;
  }
}

.section-heading {
  font-size: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading {
    font-size: 18px;
    text-align: center;
  }
}
.section-heading.-center {
  text-align: center;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  padding: 0.1em 1.2em;
  margin-bottom: 1.5em;
}
@media print, screen and (max-width: 1023.9px) {
  h2 {
    font-size: 16px;
  }
}
h2.h2_01 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 155, 155)), color-stop(1%, rgb(155, 155, 155)), color-stop(1%, rgb(69, 32, 92)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(155, 155, 155) 0%, rgb(155, 155, 155) 1%, rgb(69, 32, 92) 1%, rgba(0, 0, 0, 0) 100%);
}
h2.h2_02 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 155, 155)), color-stop(1%, rgb(155, 155, 155)), color-stop(1%, rgb(222, 135, 48)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(155, 155, 155) 0%, rgb(155, 155, 155) 1%, rgb(222, 135, 48) 1%, rgba(0, 0, 0, 0) 100%);
  width: 130%;
}
@media print, screen and (max-width: 1023.9px) {
  h2.h2_02 {
    width: 100%;
  }
}
h2.h2_03 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 155, 155)), color-stop(1%, rgb(155, 155, 155)), color-stop(1%, rgb(47, 126, 32)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(155, 155, 155) 0%, rgb(155, 155, 155) 1%, rgb(47, 126, 32) 1%, rgba(0, 0, 0, 0) 100%);
}
h2.h2_04 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 155, 155)), color-stop(1%, rgb(155, 155, 155)), color-stop(1%, rgb(167, 30, 35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(155, 155, 155) 0%, rgb(155, 155, 155) 1%, rgb(167, 30, 35) 1%, rgba(0, 0, 0, 0) 100%);
}
h2.h2_05 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 155, 155)), color-stop(1%, rgb(155, 155, 155)), color-stop(1%, rgb(30, 115, 154)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(155, 155, 155) 0%, rgb(155, 155, 155) 1%, rgb(30, 115, 154) 1%, rgba(0, 0, 0, 0) 100%);
}
h2.h2_06 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 155, 155)), color-stop(1%, rgb(155, 155, 155)), color-stop(1%, rgb(132, 163, 27)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(155, 155, 155) 0%, rgb(155, 155, 155) 1%, rgb(132, 163, 27) 1%, rgba(0, 0, 0, 0) 100%);
}

h3 {
  font-size: 29px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media print, screen and (max-width: 1023.9px) {
  h3 {
    font-size: 16px;
  }
}
h3.h3_01 {
  color: #45205C;
}
h3.h3_02 {
  color: #DE8730;
}
h3.h3_03 {
  color: #2F7E20;
}
h3.h3_04 {
  color: #A71E23;
}
h3.h3_05 {
  color: #1E739A;
}
h3.h3_06 {
  color: #84A31B;
}

.section-text {
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.5;
  letter-spacing: 0.02em;
  margin-top: 40px;
}
.section-text.-center {
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .section-text {
    font-size: 13px;
    line-height: 2;
    margin-top: 18px;
    /*padding-inline:1em;*/
  }
}
.section-text.-mt_0 {
  margin-top: 0;
}

.child-intro {
  padding-top: 150px;
  padding-bottom: 70px;
  background-image: none;
}
.child-intro__copy {
  color: #000;
}
@media print, screen and (max-width: 1023.9px) {
  .child-intro {
    padding-block: 50px 10px;
  }
}

.box01 {
  padding: 2em;
  background: url(../img/voice/bg.webp);
  background-size: cover;
  color: #fff;
  margin-bottom: 13em;
}
@media print, screen and (max-width: 1023.9px) {
  .box01 {
    padding-block: 50px;
    margin-block: 50px 5em;
  }
}

section {
  margin-bottom: 14em;
}
@media print, screen and (max-width: 1023.9px) {
  section {
    margin-bottom: 5em;
  }
}

.sec01 u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(69, 32, 150, 0.2))) 0 100%/0 0.65em no-repeat;
  background: linear-gradient(rgba(69, 32, 150, 0.2) 0 0) 0 100%/0 0.65em no-repeat;
  background-size: 100% 0.6em;
}
.sec01__s01 {
  margin-bottom: 6em;
}
@media print, screen and (max-width: 1023.9px) {
  .sec01__s01 {
    margin-bottom: 1em;
  }
}

.sec02 u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(222, 135, 48, 0.2))) 0 100%/0 0.65em no-repeat;
  background: linear-gradient(rgba(222, 135, 48, 0.2) 0 0) 0 100%/0 0.65em no-repeat;
  background-size: 100% 0.6em;
}

.sec03 u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(47, 126, 32, 0.2))) 0 100%/0 0.65em no-repeat;
  background: linear-gradient(rgba(47, 126, 32, 0.2) 0 0) 0 100%/0 0.65em no-repeat;
  background-size: 100% 0.6em;
}
.sec03 .child-cap-area {
  padding: 1em 0 0;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .sec03 .child-cap-area {
    text-align: left;
  }
}

.sec04 u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(167, 30, 35, 0.2))) 0 100%/0 0.65em no-repeat;
  background: linear-gradient(rgba(167, 30, 35, 0.2) 0 0) 0 100%/0 0.65em no-repeat;
  background-size: 100% 0.6em;
}

.sec05 u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(30, 115, 154, 0.2))) 0 100%/0 0.65em no-repeat;
  background: linear-gradient(rgba(30, 115, 154, 0.2) 0 0) 0 100%/0 0.65em no-repeat;
  background-size: 100% 0.6em;
}

.sec06 u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(132, 163, 27, 0.2))) 0 100%/0 0.65em no-repeat;
  background: linear-gradient(rgba(132, 163, 27, 0.2) 0 0) 0 100%/0 0.65em no-repeat;
  background-size: 100% 0.6em;
}

.bg_panel01,
.bg_panel02,
.bg_panel03,
.bg_panel04,
.bg_panel05,
.bg_panel06 {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.bg_panel01 {
  width: 26vw;
  height: 20vw;
  max-height: 240px;
  top: 16em;
  left: 0;
  background: rgba(69, 32, 92, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel01 {
    width: 42%;
    height: 15%;
    top: 6%;
    left: 0;
  }
}
.bg_panel01.p02 {
  width: 26vw;
  height: 26vw;
  max-height: 370px;
  top: auto;
  bottom: 21vw;
  right: 0;
  left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel01.p02 {
    width: 38%;
    height: 15%;
    top: auto;
    bottom: 21%;
    left: auto;
    right: 0;
  }
}

.bg_panel02 {
  width: 15vw;
  height: 28vw;
  max-height: 500px;
  top: 10em;
  left: 36vw;
  background: rgba(222, 135, 48, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel02 {
    width: 58%;
    height: 9%;
    top: 17%;
    left: 6%;
  }
}
.bg_panel02.p02 {
  width: 26vw;
  height: 26vw;
  max-height: 500px;
  top: auto;
  bottom: 27em;
  left: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel02.p02 {
    width: 48%;
    height: 9%;
    top: auto;
    bottom: 10%;
    left: 0%;
  }
}

.bg_panel03 {
  width: 34vw;
  height: 12vw;
  max-height: 240px;
  top: 13em;
  left: 31vw;
  background: rgba(47, 126, 32, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel03 {
    width: 45%;
    height: 15%;
    top: 5%;
    left: 41%;
  }
}

.bg_panel04 {
  width: 34vw;
  height: 17vw;
  max-height: 270px;
  top: 10em;
  right: 0;
  background: rgba(167, 30, 35, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel04 {
    width: 44%;
    height: 15%;
    top: 5%;
    left: auto;
    right: 0;
  }
}
.bg_panel04.p02 {
  width: 16%;
  height: 27%;
  max-height: 490px;
  top: auto;
  bottom: 11%;
  right: auto;
  left: 49vw;
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel04.p02 {
    width: 37%;
    height: 10%;
    top: auto;
    bottom: 29%;
    left: 0%;
  }
}

.bg_panel05 {
  width: 15vw;
  height: 28vw;
  max-height: 460px;
  top: 22em;
  left: 48vw;
  background: rgba(30, 115, 154, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel05 {
    width: 39%;
    height: 15%;
    top: 48%;
    left: 0%;
  }
}

.bg_panel06 {
  width: 16vw;
  height: 13vw;
  max-height: 240px;
  bottom: -4em;
  left: 51vw;
  background: rgba(132, 163, 27, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel06 {
    width: 46%;
    height: 28%;
    top: 34%;
    left: 53%;
  }
}

.col01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 10px 1.1fr;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .col01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.col01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 2em;
}
@media print, screen and (max-width: 1023.9px) {
  .col01 dt {
    padding-inline: 0;
  }
}
.col01 dt p:first-child {
  font-size: 25px;
}
@media print, screen and (max-width: 1023.9px) {
  .col01 dt p:first-child {
    font-size: 17px;
  }
}
.col01 dt p:nth-child(2) {
  font-size: 27px;
  line-height: 2.5;
}
@media print, screen and (max-width: 1023.9px) {
  .col01 dt p:nth-child(2) {
    font-size: 20px;
  }
}
.col01 dt p:nth-child(3) {
  font-size: 15px;
  line-height: 2.2;
}
@media print, screen and (max-width: 1023.9px) {
  .col01 dt p:nth-child(3) {
    font-size: 10px;
    padding-bottom: 1em;
  }
}

.col02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 35px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 35px;
  margin-top: 4em;
}
@media print, screen and (max-width: 1023.9px) {
  .col02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 1em;
  }
}
.col02 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col02 dt p:first-child {
  margin-top: 0;
}
.col02 dt p:nth-child(2) {
  width: min(31vw, 27em);
  margin: 6% 5% auto auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col02 dt p:nth-child(2) {
    width: 15em;
  }
}
.col02 dd {
  width: 124%;
}
@media print, screen and (max-width: 1023.9px) {
  .col02 dd {
    width: 100%;
  }
}
.col02 .item01 {
  width: min(31vw, 27em);
  margin: 6% 5% auto auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col02 .item01 {
    width: 15em;
    margin: -10% auto 1% 3%;
  }
}

.col03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 4em;
}
@media print, screen and (max-width: 1023.9px) {
  .col03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 1em;
  }
}
.col03 dd {
  width: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (max-width: 1023.9px) {
  .col03 dd {
    width: 100%;
  }
}
.col03 dd p:first-child {
  margin-top: 0;
}
.col03 .item01 {
  width: min(31vw, 27em);
  margin: 8% auto auto -6%;
}
@media print, screen and (max-width: 1023.9px) {
  .col03 .item01 {
    width: 15em;
    margin: 3% auto auto 30%;
  }
}

.col04 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  gap: 0;
  margin-top: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col04 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.col04 figure:first-child {
  width: 93%;
  margin: -5% 0 10% 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col04 figure:first-child {
    margin: 10% auto 10% -8%;
  }
}
.col04 figure:nth-child(2) {
  margin: 7% 0 0 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col04 figure:nth-child(2) {
    margin: 0% -2% auto auto;
  }
}

.col05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1023.9px) {
  .col05 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.col05 > *:first-child {
  width: 38%;
  padding-top: 8%;
}
@media print, screen and (max-width: 1023.9px) {
  .col05 > *:first-child {
    width: 100%;
    margin-inline: auto;
  }
}
.col05 > *:first-child figure {
  margin-bottom: 2em;
}
@media print, screen and (max-width: 1023.9px) {
  .col05 > *:first-child figure:first-child {
    margin: 0 8% 2em -8%;
  }
  .col05 > *:first-child figure:nth-child(2) {
    margin: 0 -8% 2em 8%;
  }
  .col05 > *:first-child figure:nth-child(2) figcaption {
    padding-right: 8%;
  }
}
.col05 > *:nth-child(2) {
  width: 57%;
}
@media print, screen and (max-width: 1023.9px) {
  .col05 > *:nth-child(2) {
    width: 100%;
  }
}

.col06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: -20% 6%;
}
@media print, screen and (max-width: 1023.9px) {
  .col06 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-block: 0 6%;
  }
}
.col06 > *:first-child {
  width: 27%;
  padding-top: 22%;
  margin-inline: auto 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col06 > *:first-child {
    width: 100%;
    margin-inline: auto;
    padding-top: 2%;
  }
}
.col06 > *:first-child figure {
  margin-bottom: 3em;
}
.col06 > *:nth-child(2) {
  width: 57%;
  margin-inline: auto 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col06 > *:nth-child(2) {
    width: 100%;
    margin-inline: auto;
  }
}
.col06 > *:nth-child(2) p {
  width: 62%;
  margin-left: 21%;
}
@media print, screen and (max-width: 1023.9px) {
  .col06 > *:nth-child(2) p {
    width: 15em;
    margin: 0 1% auto auto;
  }
}

.col07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5%;
}
@media print, screen and (max-width: 1023.9px) {
  .col07 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2em;
  }
}
.col07 > *:first-child {
  width: 48%;
}
@media print, screen and (max-width: 1023.9px) {
  .col07 > *:first-child {
    width: 100%;
    margin-inline: auto;
  }
}
.col07 > *:nth-child(2) {
  width: 48%;
}
@media print, screen and (max-width: 1023.9px) {
  .col07 > *:nth-child(2) {
    width: 100%;
    margin-inline: auto;
  }
}
.col07 > *:nth-child(2) p {
  width: min(31vw, 27em);
  margin: -9% -3% 5% 21%;
}
@media print, screen and (max-width: 1023.9px) {
  .col07 > *:nth-child(2) p {
    width: 15em;
    margin: 8% 0% 2% auto;
  }
}

.col08 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 35px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 35px;
  margin-block: 2em 6em;
}
@media print, screen and (max-width: 1023.9px) {
  .col08 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-block: 2em;
  }
}
.col08 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col08 dt p:first-child {
  margin-top: 0;
}
.col08 dd {
  width: 146%;
  margin-top: -40%;
}
@media print, screen and (max-width: 1023.9px) {
  .col08 dd {
    width: 100%;
    margin-top: 0;
  }
}
.col08 .item05 {
  width: min(31vw, 27em);
  margin: 2% 5% auto auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col08 .item05 {
    width: 15em;
    margin: 0 auto auto 0;
  }
}

.col09 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 35px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 2em 4em;
}
@media print, screen and (max-width: 1023.9px) {
  .col09 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-block: 2em;
  }
}
.col09 p:first-child {
  margin-top: 0;
}
.col09 p:nth-child(2) {
  width: min(25.5vw, 24em);
  margin: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col09 p:nth-child(2) {
    width: 13em;
    margin: -6% auto 0 0;
  }
}

.col10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10em;
}
@media print, screen and (max-width: 1023.9px) {
  .col10 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-bottom: 3em;
  }
}
.col10 > *:first-child {
  width: 38%;
  padding-top: 8%;
}
@media print, screen and (max-width: 1023.9px) {
  .col10 > *:first-child {
    width: 100%;
    margin-inline: auto;
    padding-top: 2%;
  }
}
.col10 > *:first-child figure {
  margin-bottom: 2em;
}
@media print, screen and (max-width: 1023.9px) {
  .col10 > *:first-child figure {
    width: 90%;
    margin: 6% auto 2%;
  }
}
.col10 > *:first-child p {
  width: min(31vw, 27em);
  margin: 0 -12% auto auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col10 > *:first-child p {
    width: 15em;
    margin: 0 auto auto 1%;
  }
}
.col10 > *:nth-child(2) {
  width: 57%;
}
@media print, screen and (max-width: 1023.9px) {
  .col10 > *:nth-child(2) {
    width: 100%;
    margin-inline: auto;
  }
}
.col10 > *:nth-child(2) figure {
  width: 80%;
  max-width: 400px;
  margin: 6% auto auto;
}

.col11 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 40px 1fr;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  margin-block: 4em 6em;
}
@media print, screen and (max-width: 1023.9px) {
  .col11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-block: 2em 6em;
  }
}
.col11 > *:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col11 > *:first-child p:first-child {
  margin-top: 0;
}
.col11 > *:first-child p:nth-child(2) {
  width: min(31vw, 27em);
  margin: 4% auto 3% 24%;
}
@media print, screen and (max-width: 1023.9px) {
  .col11 > *:first-child p:nth-child(2) {
    width: 15em;
    margin: 8% 8% 3% auto;
  }
}
.col11 > *:first-child figure {
  margin: 0 5% auto -13%;
}
@media screen and (max-width: 1300px) {
  .col11 > *:first-child figure {
    margin: 0 5% auto -7%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .col11 > *:first-child figure {
    margin: auto;
  }
}
.col11 > *:nth-child(2) {
  width: 107%;
}
@media print, screen and (max-width: 1023.9px) {
  .col11 > *:nth-child(2) {
    width: 100%;
  }
}
.col11 > *:nth-child(2) p {
  width: min(31vw, 27em);
  margin: 2% auto auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col11 > *:nth-child(2) p {
    width: 15em;
    margin: 0% auto auto 5%;
  }
}

.col12 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 35px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 35px;
  margin-block: 2em 6em;
}
@media print, screen and (max-width: 1023.9px) {
  .col12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-block: 2em 3em;
  }
}
.col12 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col12 dt p:first-child {
  margin-top: 0;
}
.col12 dt p:nth-child(2) {
  width: min(31vw, 27em);
  margin: 2% 5% auto auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col12 dt p:nth-child(2) {
    width: 15em;
  }
}
.col12 dd {
  width: 142%;
  margin-top: 18%;
}
@media print, screen and (max-width: 1023.9px) {
  .col12 dd {
    width: 100%;
    margin-top: 0;
  }
}

.col13 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.7fr 40px 1fr;
  grid-template-columns: 1.7fr 1fr;
  gap: 40px;
  margin-block: -24% 6em;
}
@media print, screen and (max-width: 1023.9px) {
  .col13 {
    margin-block: 2% 6em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.col13 > *:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 120%;
  margin-left: -24%;
}
@media print, screen and (max-width: 1023.9px) {
  .col13 > *:first-child {
    width: 100%;
    margin-left: auto;
  }
}
.col13 > *:first-child p:first-child {
  width: min(31vw, 27em);
  margin: 0 0 5% auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col13 > *:first-child p:first-child {
    width: 15em;
  }
}
.col13 > *:first-child p:nth-child(2) {
  width: 59%;
  margin: 4% auto 3% 24%;
}
@media print, screen and (max-width: 1023.9px) {
  .col13 > *:first-child p:nth-child(2) {
    width: 100%;
    margin-inline: auto;
  }
}
.col13 > *:nth-child(2) {
  width: 100%;
  margin: 59% auto auto 2%;
}
@media print, screen and (max-width: 1023.9px) {
  .col13 > *:nth-child(2) {
    width: 100%;
    margin: 1% auto auto;
  }
}
.col13 > *:nth-child(2) p {
  width: min(31vw, 27em);
  margin: 7% auto auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col13 > *:nth-child(2) p {
    width: 15em;
    margin: 3% auto auto 5%;
  }
}

.col14 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 35px 1fr;
  grid-template-columns: 1.5fr 1fr;
  gap: 35px;
  margin-block: 2em 6em;
}
@media print, screen and (max-width: 1023.9px) {
  .col14 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.col14 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col14 dt p:first-child {
  margin-top: 0;
}
.col14 dt p:nth-child(2) {
  width: 70%;
  margin: 2% 5% auto auto;
}
.col14 dd {
  margin-top: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col14 dd {
    width: 100%;
  }
}

.handsfree {
  max-width: 750px;
  margin-inline: auto;
}

@media print, screen and (max-width: 1023.9px) {
  .sp_w90 {
    width: 90vw;
    margin-inline: auto;
  }
  .sp_w75 {
    width: 75vw;
    margin-inline: auto;
  }
  .pt3em {
    padding-top: 3em;
  }
}
.img-basic figcaption.-has_mr {
  position: relative;
  top: -30px;
}
@media print, screen and (max-width: 1023.9px) {
  .img-basic figcaption.-has_mr {
    top: -15px;
  }
}
.img-basic figcaption.-l {
  text-align: left;
}