@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(-60px);
            transform: translateY(-60px);
  }
}
@keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@-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 0s forwards;
          animation: extendright 0.5s 0s forwards;
}

/*左から右に伸びる*/
@-webkit-keyframes extendright {
  0% {
    clip-path: inset(0% 0% 100% 0 round 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  to {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
@keyframes extendright {
  0% {
    clip-path: inset(0% 0% 100% 0 round 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  to {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
body {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
  letter-spacing: 0.1em;
}

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

img {
  width: 100%;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

.header__top {
  padding: 15px 20px;
}

main {
  overflow-x: clip;
  padding-top: 130px;
  padding-bottom: 200px;
}
@media print, screen and (max-width: 1023.9px) {
  main {
    margin-top: -120px;
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .child-mv__img img {
    -o-object-position: 68%;
       object-position: 68%;
  }
}
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_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(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_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(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%);
}
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_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(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_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(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%);
}

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_05 {
  color: #45205C;
}
h3.h3_04 {
  color: #DE8730;
}
h3.h3_03 {
  color: #2F7E20;
}
h3.h3_02 {
  color: #A71E23;
}
h3.h3_01 {
  color: #1E739A;
}

.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/box-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(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;
}

.sec02 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;
}
.sec02 .map {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .sec02 .map {
    width: 100%;
    margin-top: 2em;
  }
}

.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;
  }
}
.sec03 .child-cap {
  letter-spacing: 0;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .sec03 .child-cap {
    text-align: left;
  }
}

.sec04 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;
}

.sec05 {
  margin-bottom: 0;
}
.sec05 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;
}
.sec05 figure {
  margin-top: 6em;
}
@media print, screen and (max-width: 1023.9px) {
  .sec05 figure {
    margin-top: 3em;
  }
}
.sec05__s01 {
  margin-bottom: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .sec05__s01 {
    margin-bottom: 1em;
  }
}

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

.bg_panel05 {
  width: 32%;
  height: 47%;
  top: 14%;
  right: 0;
  background: rgba(69, 32, 92, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel05 {
    width: 47%;
    height: 37%;
    top: 32%;
    left: auto;
    right: 0;
  }
}

.bg_panel04 {
  width: 34%;
  height: 28%;
  top: 7%;
  left: 0;
  background: rgba(222, 135, 48, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel04 {
    width: 38%;
    height: 10%;
    top: 16%;
    left: auto;
    right: 4%;
  }
}
.bg_panel04.p02 {
  width: 40%;
  height: 122%;
  top: 19%;
  left: 50%;
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel04.p02 {
    width: 48%;
    height: 35%;
    top: 17%;
    left: -7%;
  }
}

.bg_panel03 {
  width: 18%;
  height: 13%;
  top: 11%;
  left: 42%;
  background: rgba(47, 126, 32, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel03 {
    width: 50%;
    height: 18%;
    top: 5%;
    left: 30%;
  }
}
.bg_panel03.p02 {
  width: 53%;
  height: 53%;
  top: 30%;
  bottom: 27%;
  left: 34%;
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel03.p02 {
    width: 49%;
    height: 30%;
    top: 22%;
    left: auto;
    right: -6%;
  }
}

.bg_panel02 {
  width: 32vw;
  height: 15vw;
  top: -3em;
  left: 0;
  background: rgba(167, 30, 35, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel02 {
    width: 32%;
    height: 9%;
    top: 8%;
    left: 0;
  }
}
.bg_panel02.p02 {
  width: 40%;
  height: 40%;
  top: auto;
  bottom: 51%;
  right: auto;
  left: 29%;
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel02.p02 {
    width: 45%;
    height: 43%;
    top: 23%;
    left: auto;
    right: -6%;
  }
}
.bg_panel02.p03 {
  width: 39%;
  height: 72%;
  top: -29%;
  right: auto;
  left: -32%;
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel02.p03 {
    width: 43%;
    height: 33%;
    top: 8%;
    left: 0%;
  }
}
.bg_panel02.p04 {
  width: 27%;
  height: 80%;
  top: 36%;
  right: auto;
  left: 32%;
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel02.p04 {
    width: 45%;
    height: 43%;
    top: 23%;
    left: auto;
    right: -6%;
  }
}

.bg_panel01 {
  width: 21%;
  height: 15%;
  top: 15%;
  left: 40%;
  background: rgba(30, 115, 154, 0.1137254902);
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel01 {
    width: 48%;
    height: 14%;
    top: 13%;
    left: 0%;
  }
}
.bg_panel01.p02 {
  width: 20%;
  height: 19%;
  top: auto;
  bottom: 18%;
  right: auto;
  left: 38%;
}
@media print, screen and (max-width: 1023.9px) {
  .bg_panel01.p02 {
    width: 67%;
    height: 15%;
    top: auto;
    bottom: 23%;
    left: 21%;
  }
}

.bg_panel06 {
  width: 16vw;
  height: 13vw;
  bottom: -4em;
  left: 51vw;
  background: rgba(132, 163, 27, 0.1137254902);
}

.relative {
  position: relative;
}

.col01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 10px 0.9fr;
  grid-template-columns: 1.2fr 0.9fr;
  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;
  }
}
.col01 dd {
  padding: 0.5em;
}
@media print, screen and (max-width: 1023.9px) {
  .col01 dd {
    padding: 0;
  }
}

.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 dd {
  width: 124%;
  margin: -28% 0 10% auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col02 dd {
    width: 100%;
    margin: 2% auto 6%;
  }
}
.col02 .item01 {
  width: min(31vw, 27em);
  margin: 0 5% 5%;
}
@media print, screen and (max-width: 1023.9px) {
  .col02 .item01 {
    width: 15em;
    margin: 0 4% 3% auto;
  }
}

.col03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 2em;
}
@media print, screen and (max-width: 1023.9px) {
  .col03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 1em;
  }
}
.col03 div:first-child figure:first-child {
  margin: 0 23% 6% -27%;
}
@media print, screen and (max-width: 1023.9px) {
  .col03 div:first-child figure:first-child {
    width: 75%;
    margin: 6% auto 9% -2%;
  }
}
.col03 div:first-child figure:nth-child(2) {
  margin: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col03 div:first-child figure:nth-child(2) {
    width: 75%;
    margin: 0 -2% 0% auto;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .col03 div:first-child {
    width: 100%;
  }
}
.col03 div:nth-child(2) {
  margin-top: -11%;
}
@media print, screen and (max-width: 1023.9px) {
  .col03 div:nth-child(2) {
    width: 100%;
    margin-top: 5%;
  }
}
.col03 div:nth-child(2) figure {
  margin: 0 -30% auto auto;
}
@media screen and (max-width: 1300px) {
  .col03 div:nth-child(2) figure {
    margin: 0 -25% auto auto;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .col03 div:nth-child(2) figure {
    margin: auto;
  }
}
.col03 .item01 {
  width: min(31vw, 27em);
  margin: 8% auto 5% -12%;
}
@media print, screen and (max-width: 1023.9px) {
  .col03 .item01 {
    width: 15em;
    margin: 3% auto auto 30%;
  }
}

.col04 {
  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) {
  .col04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.col04 div:first-child {
  width: 37%;
  padding-top: 4%;
}
.col04 div:first-child p {
  text-align: center;
  padding: 0 0 3%;
  color: #A71E23;
}
@media print, screen and (max-width: 1023.9px) {
  .col04 div:first-child p {
    padding: 2% 0 3%;
    font-size: 3.3vw;
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .col04 div:first-child {
    width: 100%;
    margin-inline: auto;
  }
}
.col04 div:first-child figure {
  margin-bottom: 2em;
}
.col04 div:first-child figure figcaption {
  text-align: left;
}
@media print, screen and (max-width: 1023.9px) {
  .col04 div:first-child figure:first-child {
    margin: 0 auto;
  }
  .col04 div:first-child figure:nth-child(2) {
    margin: 0 -8% 2em 8%;
  }
}
@media print, screen and (max-width: 1023.9px) and (max-width: 1023.9px) {
  .col04 div:first-child figure:nth-child(2) {
    margin: 0 auto 2em;
  }
}
.col04 div:nth-child(2) {
  width: 57%;
}
@media print, screen and (max-width: 1023.9px) {
  .col04 div:nth-child(2) {
    width: 100%;
  }
}
.col04 .item01 {
  width: min(31vw, 27em);
  margin: -4% -32% 6% auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col04 .item01 {
    width: 15em;
    margin: 4% auto 4% 0%;
  }
}

.col05 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 30px 1fr;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  margin: 0 -6% auto 6%;
}
@media print, screen and (max-width: 1023.9px) {
  .col05 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto 2%;
  }
}
.col05 div {
  margin: 8% 0 11em 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col05 div {
    margin: 0% -2% auto auto;
  }
}
.col05 figure {
  width: 93%;
  margin: 1% 0 10% 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col05 figure {
    margin: 1% auto 10% auto;
  }
}

.col06 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 2.5em;
}
@media print, screen and (max-width: 1023.9px) {
  .col06 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 1.5em;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .col06 div {
    margin: 0% -2% auto auto;
  }
}
.col06 div p {
  margin: 0;
}
.col06 figure {
  width: 80%;
  margin: 1% 0 10% 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col06 figure {
    width: 90%;
    margin: 1% auto 10% auto;
  }
}

.col07 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1.3fr;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
  max-width: 1100px;
}
@media print, screen and (max-width: 1023.9px) {
  .col07 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.col07 div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 11% 0 0 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col07 div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0% -2% auto auto;
  }
}
.col07 figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 93%;
  margin: 1% 0 10% 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col07 figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 5% auto 10% -2%;
  }
}

.col08 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .col08 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.col08 div {
  margin: 3% 0 0 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col08 div {
    margin: 0% -2% auto auto;
  }
}
.col08 div:first-child {
  margin-top: 0;
}
.col08 div:first-child figure {
  width: 85%;
  margin: 0 -6% 10% 12%;
}
@media print, screen and (max-width: 1023.9px) {
  .col08 div:first-child figure {
    margin: 1% 0% 10% auto;
    width: 90%;
  }
}
.col08 div:nth-child(2) {
  margin-top: -9%;
}
@media print, screen and (max-width: 1023.9px) {
  .col08 div:nth-child(2) {
    margin-top: 1%;
  }
}
.col08 div:nth-child(2) figure {
  width: 80%;
  margin: 1% 0 10% 4%;
}
@media print, screen and (max-width: 1023.9px) {
  .col08 div:nth-child(2) figure {
    margin: 3% auto 10% -2%;
    width: 90%;
  }
}
.col08 .item01 {
  width: min(31vw, 27em);
  margin: 6% 5% 1.5em auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col08 .item01 {
    width: 15em;
    margin: -6% auto 1% 33%;
  }
}

.col09 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 30px 1fr;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .col09 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .col09 div {
    margin: 0% -2% auto auto;
  }
}
.col09 figure {
  width: 110%;
  margin: 13% -14% 10% 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col09 figure {
    width: 90%;
    margin: 1% auto 10% -2%;
  }
}

.col10 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: -10% auto 4%;
}
@media print, screen and (max-width: 1023.9px) {
  .col10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 2% auto 4%;
  }
}
.col10 .item01 {
  width: min(31vw, 27em);
  margin: 19% auto auto -12%;
}
@media print, screen and (max-width: 1023.9px) {
  .col10 .item01 {
    width: 15em;
    margin: -9% auto 8% 30%;
  }
}
.col10 figure {
  width: 93%;
  margin: 0% auto 10% -11%;
}
@media print, screen and (max-width: 1023.9px) {
  .col10 figure {
    margin: 1% -1% 10% auto;
    width: 85%;
  }
}

.col11 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.8fr 35px 1fr;
  grid-template-columns: 1.8fr 1fr;
  gap: 35px;
  margin-block: 4em;
}
@media print, screen and (max-width: 1023.9px) {
  .col11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2em;
  }
}
.col11 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;
}
.col11 dt p:first-child {
  margin-top: 0;
}
.col11 dd {
  width: 150%;
}
@media print, screen and (max-width: 1023.9px) {
  .col11 dd {
    width: 100%;
  }
}
.col11 .item01 {
  width: min(31vw, 27em);
  margin: 6% 5% auto auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col11 .item01 {
    width: 15em;
    margin: 6% auto 1% 0%;
  }
}

.col12 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .col12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 1em;
  }
}
.col12 .item01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: min(31vw, 27em);
  margin: 13% auto auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col12 .item01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 15em;
    margin: -11% auto 11% -1%;
  }
}
.col12 figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 1% 0 10% 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col12 figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
    margin: 1% auto 10% auto;
  }
}

.mb10 {
  margin-bottom: 10em;
}
@media print, screen and (max-width: 1023.9px) {
  .mb10 {
    margin-bottom: 2em;
  }
}

.col13 {
  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) {
  .col13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 1em;
  }
}
.col13 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;
}
.col13 dt p:first-child {
  margin-top: 0;
}
.col13 dd {
  width: 140%;
}
@media print, screen and (max-width: 1023.9px) {
  .col13 dd {
    width: 100%;
  }
}
.col13 .item01 {
  width: min(31vw, 27em);
  margin: 2% 0 auto auto;
}
@media print, screen and (max-width: 1023.9px) {
  .col13 .item01 {
    width: 15em;
    margin: 5% 0 1% auto;
  }
}

.col14 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 20px 1fr;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  margin-block: 6em 6em;
}
@media print, screen and (max-width: 1023.9px) {
  .col14 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-block: -3% 0;
  }
}
.col14 figure:first-child {
  margin: -34% 11% auto -5%;
}
@media print, screen and (max-width: 1023.9px) {
  .col14 figure:first-child {
    width: 100%;
    margin: 2% auto 5%;
  }
}
.col14 figure:nth-child(2) {
  margin-top: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .col14 figure:nth-child(2) {
    width: 100%;
  }
}

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

.img-basic figcaption {
  color: #000;
}

.child-cap-area {
  background-color: unset;
  text-align: left !important;
}

.cap_nega {
  position: absolute;
  right: 0;
  top: 81%;
}
@media print, screen and (max-width: 1023.9px) {
  .cap_nega {
    position: relative;
    text-align: right;
    font-size: 10px;
    margin-top: -10%;
  }
  .cap_nega.map {
    margin-top: 2%;
  }
}

@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;
  }
  .scroll {
    overflow-x: scroll;
    position: relative;
  }
  .scroll figure {
    width: 200vw;
    max-width: none;
  }
  .scroll figure.f02 {
    width: 150vw;
  }
  .scroll figure img {
    display: block;
    margin: 0 auto;
  }
}