@charset "UTF-8";
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;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  position: relative;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 481px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 576px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1239px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .hidden-pc-down {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .hidden-pc-up {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

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

.pl-1 {
  padding-left: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pl-1 {
  padding-right: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pl-2 {
  padding-right: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pl-3 {
  padding-right: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pl-4 {
  padding-right: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pl-5 {
  padding-right: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pl-6 {
  padding-right: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pl-7 {
  padding-right: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

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

.pl-8 {
  padding-left: 80px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pl-8 {
  padding-right: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pl-9 {
  padding-right: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pl-10 {
  padding-right: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

html {
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.7em;
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1240px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content-inner {
  width: 100%;
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .content-inner {
    width: 100%;
  }
}

.content-inner--s {
  width: 100%;
  width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .content-inner--s {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

@keyframes swing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@keyframes swingEven {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes swingTour {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 45px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    height: 0;
    bottom: 0;
  }
  50% {
    height: 30px;
    bottom: -30px;
  }
  100% {
    height: 0;
    bottom: -30px;
  }
}
@keyframes scrollDownSp {
  0% {
    height: 0;
    bottom: 0;
  }
  50% {
    height: 8vw;
    bottom: -8vw;
  }
  100% {
    height: 0;
    bottom: -8vw;
  }
}
@keyframes baloonUp {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-80%);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeup {
  opacity: 0;
}
.fadeup.scrollin {
  animation-name: fadeUp;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.is-open body {
  min-width: 100%;
}
.is-open body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(60, 42, 17, 0.6);
  z-index: 9997;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1240px;
  z-index: 9998;
}
@media screen and (max-width: 767px) {
  .header {
    min-width: 0;
  }
}
.header .btn {
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header .btn {
    bottom: 0;
    left: 50%;
    width: 90%;
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .header .btn {
    position: fixed;
    top: 100px;
    right: 20px;
    writing-mode: vertical-rl;
    width: auto;
    min-width: 0;
    padding: 1.5em 0.8em;
    padding-bottom: 3em;
  }
  .header .btn .icon-arrow {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
  }
}
.header-nav {
  display: inline-block;
  margin: 0 auto;
  margin-right: 20px;
}
.header-nav-button {
  position: fixed;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #F4E6B9;
  border: 2px solid #000;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header-nav-button {
    width: 50px;
    height: 50px;
  }
}
.is-open .header-nav-button {
  border-color: transparent;
  background: transparent;
}
.header-nav-button span {
  position: absolute;
  left: 25%;
  display: inline-block;
  width: 50%;
  height: 2px;
  background: #000;
}
.header-nav-button span:nth-of-type(1) {
  top: 20px;
}
@media screen and (max-width: 767px) {
  .header-nav-button span:nth-of-type(1) {
    top: 15px;
  }
}
.header-nav-button span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.header-nav-button span:nth-of-type(3) {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .header-nav-button span:nth-of-type(3) {
    bottom: 15px;
  }
}
.is-open .header-nav-button span:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.is-open .header-nav-button span:nth-of-type(2) {
  display: none;
}
.is-open .header-nav-button span:nth-of-type(3) {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
.header-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 1;
  cursor: pointer;
}
.header-close-button span {
  position: absolute;
  left: 25%;
  display: inline-block;
  width: 50%;
  height: 2px;
  background: #000;
}
.header-close-button span:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.header-close-button span:nth-of-type(2) {
  display: none;
}
.header-close-button span:nth-of-type(3) {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
.header-menu {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: 100dvh;
  top: 0;
  right: 0;
  padding: 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  z-index: 1;
  background: #fff;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .header-menu {
    width: 100%;
  }
}
.is-open .header-menu {
  transform: translateX(0);
}
.header-menu h2 {
  margin: 0 auto 20px;
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #0C885A;
}
.header-menu-inner {
  margin: 0 auto;
}
.header-menu .nav-link {
  width: 100%;
}
.header-menu .nav-link > li {
  padding: 15px;
  border-top: 1px solid #CCCCCC;
}
.header-menu .nav-link > li a {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease-in;
}
@media screen and (min-width: 769px) {
  .header-menu .nav-link > li a:hover {
    color: #707070;
  }
}
.header-menu .nav-link > li a span {
  display: block;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  color: #EB7501;
  line-height: 1.2em;
}

body {
  background: #F5F5F5;
}

@media screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 280px;
  padding: 0.8em 1.5em;
  padding-right: 2em;
  background: #0C885A;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1.2em;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 9999px;
  transition: all 0.2s ease-in, width 0;
}
.btn .icon-arrow {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
.btn .icon-arrow::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  content: "";
  width: 0.7em;
  height: 1px;
  background: #0C885A;
  transform: translate(-50%);
  transition: all 0.2s ease-in;
}
.btn .icon-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: calc(50% - 0.2em + 0.5px);
  right: 0.4em;
  width: 0.4em;
  height: 0.4em;
  border: 1px solid #0C885A;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    color: #333;
    background: #fff;
  }
  .btn:hover .icon-arrow {
    background: #0C885A;
  }
  .btn:hover .icon-arrow::before {
    background: #fff;
  }
  .btn:hover .icon-arrow::after {
    border-color: #fff;
  }
}
.btn-white {
  color: #333;
  background: #fff;
}
.btn-white .icon-arrow {
  background: #0C885A;
}
.btn-white .icon-arrow::before {
  background: #fff;
}
.btn-white .icon-arrow::after {
  border-color: #fff;
}
@media screen and (min-width: 769px) {
  .btn-white:hover {
    color: #fff;
    background: #0C885A;
  }
  .btn-white:hover .icon-arrow {
    background: #fff;
  }
  .btn-white:hover .icon-arrow::before {
    background: #0C885A;
  }
  .btn-white:hover .icon-arrow::after {
    border-color: #0C885A;
  }
}

.modal {
  display: none;
}
.modal-content {
  padding: 0 20px 20px;
  border-radius: 12px;
  background: #fff;
  height: 100%;
  overflow-y: auto;
}
.modal-content h2 {
  margin: 0 -20px 20px;
  padding: 0.5em 1em;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background: #0C885A;
}
.modal-content h2 .date {
  position: relative;
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1em;
}
.modal-content h2 .date small {
  font-size: 1.5rem;
}
.modal-content h3 {
  margin: 0 auto 0.5em;
  padding-left: 0.5em;
  font-size: 1.6rem;
  line-height: 1.2em;
  vertical-align: middle;
  border-left: 3px solid #0C885A;
}
@media screen and (max-width: 767px) {
  .modal-content h3 {
    font-size: 1.5rem;
  }
}
.modal-content table tbody tr:first-child {
  border-top: 1px solid #adadad;
}
.modal-content table th {
  width: 7em;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.4em;
  background: #fff1c2;
  border-bottom: 1px solid #adadad;
}
@media screen and (max-width: 767px) {
  .modal-content table th {
    font-size: 1.3rem;
  }
}
.modal-content table th[rowspan] + td {
  border-bottom: 1px dashed #adadad;
}
.modal-content table td {
  padding: 15px;
  padding-right: 0;
  font-size: 1.5rem;
  border-bottom: 1px solid #adadad;
}
@media screen and (max-width: 767px) {
  .modal-content table td {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .modal-content table td dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.modal-content table td dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 768px) {
  .modal-content table td dl dt {
    width: 6em;
  }
}
@media screen and (min-width: 768px) {
  .modal-content table td dl dd {
    width: calc(100% - 7em);
  }
}
.modal-content table td dl dd .program-sec:not(:last-child) {
  margin-bottom: 20px;
}
.modal-content table td dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.modal-content table td dl dd ul li::before {
  content: "・";
}

.modaal-container {
  height: 80dvh;
  border-radius: 20px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .modaal-container {
    height: 85dvh;
  }
}
.modaal-content {
  height: 100%;
}
.modaal-content-container {
  height: 100%;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 40px 15px;
  }
}
.modaal-overlay {
  z-index: 9998;
}
@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modaal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .modaal-close {
    top: 0;
    right: 0;
  }
}
.modaal-close::before, .modaal-close::after {
  width: 2px;
  background: #333;
}

main {
  width: 100%;
  overflow: hidden;
}
main .logo {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  background: #F5F5F5;
  border-bottom-right-radius: 20px;
  text-decoration: none;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  main .logo {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  main .logo img {
    width: 100px;
    height: auto;
  }
}
main .logo span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0074BF;
}
@media screen and (max-width: 767px) {
  main .logo span {
    font-size: 1rem;
  }
}
main .mv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, #fff 0%, #fff 60%, #c2d8f8 60%, #c2d8f8 100%);
  border: 1px solid #000;
  aspect-ratio: 1/0.5;
}
@media screen and (max-width: 767px) {
  main .mv {
    border: 0;
    background: linear-gradient(90deg, #fff 0%, #fff 75%, #c2d8f8 75%, #c2d8f8 100%);
    aspect-ratio: 1/1.778;
  }
}
main .mv-slider-main {
  position: absolute;
  right: 100px;
  bottom: 3vw;
  width: 39.42vw;
  border: 1px solid #000;
}
@media screen and (max-width: 1039px) {
  main .mv-slider-main {
    width: 39.42%;
  }
}
@media screen and (max-width: 767px) {
  main .mv-slider-main {
    right: -10vw;
    bottom: 10vw;
    width: 77.86vw;
  }
}
main .mv-slider-sub1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 28.78vw;
  border: 1px solid #000;
  border-top: 0;
  border-left: 0;
}
@media screen and (max-width: 1039px) {
  main .mv-slider-sub1 {
    width: 28.78%;
  }
}
@media screen and (max-width: 767px) {
  main .mv-slider-sub1 {
    display: none;
  }
}
main .mv-slider-sub2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14.28vw;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
}
@media screen and (max-width: 1039px) {
  main .mv-slider-sub2 {
    width: 14.28%;
  }
}
@media screen and (max-width: 767px) {
  main .mv-slider-sub2 {
    width: 42.666vw;
  }
}
main .mv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 50vw;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1039px) {
  main .mv-ttl {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  main .mv-ttl {
    width: 90vw;
    transform: translate(-50%, -95%);
  }
}
.is-start main .mv-ttl h1 span,
.is-start main .mv-ttl .mv-copy {
  clip-path: inset(0);
}
main .mv-ttl h1 {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  main .mv-ttl h1 {
    margin-left: -14vw;
  }
}
main .mv-ttl h1 img {
  width: 100%;
}
main .mv-ttl h1 span {
  position: absolute;
  display: inline-block;
  width: 90%;
  top: 8.5vw;
  left: 2.5vw;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
@media screen and (max-width: 1039px) {
  main .mv-ttl h1 span {
    top: 100px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  main .mv-ttl h1 span {
    top: 15vw;
    left: 5vw;
  }
}
main .mv-copy {
  width: 45vw;
  margin-top: 20px;
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1) 0.5s;
  transition-property: clip-path;
}
@media screen and (max-width: 1039px) {
  main .mv-copy {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .mv-copy {
    width: 75vw;
  }
}
main .mv-copy img {
  width: 100%;
}
main .mv .scrolldown {
  position: absolute;
  right: 40px;
  bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main .mv .scrolldown {
    display: none;
  }
}
main .mv .scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 45px;
  background: #333;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
main .mv .scrolldown span {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  transform: translate(-50%, -100%);
}

.section {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.section-head {
  text-align: center;
}
.section-ttl {
  position: relative;
  margin: 0 auto 40px;
  font-size: 4rem;
  color: #0C885A;
}
.section-ttl-img {
  opacity: 0;
  transform: scale3d(0.85, 0.85, 1);
  transition: 1s;
}
.scrollin .section-ttl-img {
  opacity: 1;
  transform: none;
}
.section-ttl-main {
  display: block;
  margin-top: 0.5em;
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
  opacity: 0;
  transform: scale3d(0.85, 0.85, 1);
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .section-ttl-main {
    font-size: 2rem;
  }
}
.scrollin .section-ttl-main {
  opacity: 1;
  transform: none;
}
.section-ttl-main.plate {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  min-width: 360px;
  margin-top: 0;
  padding: 0.3em 2em;
  font-size: 3rem;
  color: #fff;
  white-space: nowrap;
  background: #0074BF;
  border: 1px solid #000;
  border-radius: 9999px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .section-ttl-main.plate {
    min-width: 80%;
    font-size: 2.3rem;
  }
}
.section-ttl-main.plate::before, .section-ttl-main.plate::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  transform: translateY(-50%);
}
.section-ttl-main.plate::before {
  left: 0.5em;
}
.section-ttl-main.plate::after {
  right: 0.5em;
}
.section-ttl-main.plate span {
  display: inline-block;
  margin: 0.8em auto 0;
  padding: 0.2em 2em;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  border: 1px solid #000;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .section-ttl-main.plate span {
    margin-top: 0;
    padding: 0 2em;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}
.section p {
  font-size: 1.6rem;
  line-height: 1.75em;
}
.news {
  padding: 50px 0 180px;
}
.news h2 {
  margin: 0 auto 20px;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #EB7501;
}
.news-list {
  max-width: 745px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .news-list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.news-list dl dt {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #EB7501;
}
@media screen and (min-width: 768px) {
  .news-list dl dt {
    flex: 0 0 6em;
    max-width: 6em;
    text-align: left;
  }
  .news-list dl dt:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.news-list dl dd {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .news-list dl dd {
    flex: 0 0 calc(100% - 7em);
    flex-basis: calc(100% - 7em);
    max-width: calc(100% - 7em);
    font-size: 1.5rem;
  }
}
.news-list dl dd:not(:last-of-type) {
  margin-bottom: 15px;
}

.latest {
  margin: 0 auto 70px;
  padding-bottom: 70px;
  background: #F9BB64;
}
.latest .section-ttl {
  margin-bottom: 60px;
}
.latest .section-ttl-main {
  transform: translate(-50%, 25%);
}
@media screen and (max-width: 767px) {
  .latest .section-ttl-main {
    transform: translate(-50%, 70%);
  }
}
.latest .section-ttl-img {
  width: 100%;
  max-width: 850px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .latest .section-ttl-img {
    max-width: 90vw;
    margin-top: -70px;
  }
}
.latest-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .latest-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.latest-list > li {
  width: 22%;
  padding: 25px 0 20px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
@media screen and (max-width: 767px) {
  .latest-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .latest-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .latest-list > li:nth-child(1) {
    animation-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .latest-list > li:nth-child(2) {
    animation-delay: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .latest-list > li:nth-child(3) {
    animation-delay: 0.6s;
  }
}
@media screen and (min-width: 768px) {
  .latest-list > li:nth-child(4) {
    animation-delay: 0.8s;
  }
}
@media screen and (min-width: 768px) {
  .latest-list > li:nth-child(5) {
    animation-delay: 1s;
  }
}
@media screen and (min-width: 768px) {
  .latest-list > li:nth-child(6) {
    animation-delay: 1.2s;
  }
}
@media screen and (min-width: 768px) {
  .latest-list > li:nth-child(7) {
    animation-delay: 1.4s;
  }
}
@media screen and (min-width: 768px) {
  .latest-list > li:nth-child(8) {
    animation-delay: 1.6s;
  }
}
.latest-list > li h3 {
  margin: 0 auto 1em;
}
.latest-list > li h3 span {
  display: inline-block;
  position: relative;
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0C885A;
  line-height: 1em;
  background: linear-gradient(transparent 70%, #FFE521 70%);
}
@media screen and (max-width: 767px) {
  .latest-list > li h3 span {
    font-size: 3.6rem;
  }
}
.latest-list > li h3 span::first-letter {
  font-size: 1.5em;
}
.latest-list > li a {
  display: inline-block;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .latest-list > li a {
    margin: 0 -20px;
  }
}

.nav {
  margin-bottom: 130px;
}
.nav-list {
  display: grid;
  gap: 25px 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .nav-list {
    gap: 20px 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.nav-list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 0.8em;
  text-align: center;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .nav-list .btn:hover {
    background-color: #0074BF;
  }
  .nav-list .btn:hover .icon-arrow {
    background: #fff;
  }
  .nav-list .btn:hover .icon-arrow::after {
    border-color: #0074BF;
  }
}
.nav-list .btn .icon-arrow {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  background: #0074BF;
  border: 2px solid #000;
  transform: translate(-50%, 50%);
}
.nav-list .btn .icon-arrow::before {
  display: none;
}
.nav-list .btn .icon-arrow::after {
  top: 50%;
  right: auto;
  left: 50%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translate(-50%, -60%) rotate(135deg);
}

.programs {
  margin: 0 auto;
  padding: 100px 0 50px;
  background: #fff url(../img/bg_dot.png) repeat;
  background-size: 20px;
}
@media screen and (max-width: 767px) {
  .programs {
    padding-top: 50px;
  }
}
.programs .section-ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .programs .section-ttl {
    margin-bottom: 90vw;
  }
}
.programs .section-ttl.scrollin::before {
  opacity: 1;
  animation: ehho 1s infinite step-start forwards;
}
@media screen and (max-width: 767px) {
  .programs .section-ttl.scrollin::before {
    animation: ehhoSP 1s infinite step-start forwards;
  }
}
.programs .section-ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 385px;
  background: url(../img/program_person.png) center no-repeat;
  background-size: contain;
  aspect-ratio: 1/0.7;
  transform: translate(-5%, 40%);
  opacity: 0;
  transition: 1s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .programs .section-ttl::before {
    width: 100%;
    transform: translate(0, 105%);
  }
}
.programs .section-ttl-main.plate {
  transform: translate(-50%, 35%);
}
@media screen and (max-width: 767px) {
  .programs .section-ttl-main.plate {
    width: 90%;
    transform: translate(-50%, 80%);
  }
}
.programs .section-ttl-img {
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .programs .section-ttl-img {
    max-width: 100vw;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.programs-list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.programs-list > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 430px;
  margin-bottom: 110px;
  padding: 40px 20px;
  background: #FFF1C2;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .programs-list > li {
    margin-bottom: 45vw;
    padding: 0 20px 130px;
  }
}
@media screen and (max-width: 767px) {
  .programs-list > li:last-child {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .programs-list > li:nth-child(even) {
    margin-left: 70px;
    margin-right: -70px;
  }
}
.programs-list > li::before {
  position: absolute;
  bottom: 0;
  right: -60px;
  content: "";
  display: block;
  width: 200px;
  height: 262px;
  background: url(../img/program_person_01.png) bottom center no-repeat;
  background-size: contain;
  transform: translateY(30%);
  opacity: 0;
  transition: 0.5s linear 0.2s;
}
@media screen and (max-width: 767px) {
  .programs-list > li::before {
    width: 37vw;
    height: 48vw;
    right: 20px;
  }
}
.programs-list > li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 536px;
  height: 175px;
  background: url(../img/program_arrow_01.png) center no-repeat;
  background-size: contain;
  transform: translate(-53%, 50%);
}
@media screen and (max-width: 767px) {
  .programs-list > li::after {
    left: 20px;
    width: 37vw;
    height: auto;
    aspect-ratio: 1/1.28;
    background-image: url(../img/program_arrow_01_sp.png);
    transform: translate(0, 37%);
  }
}
.programs-list > li > figure {
  width: 430px;
  margin-top: -40px;
  margin-left: -170px;
}
@media screen and (max-width: 767px) {
  .programs-list > li > figure {
    width: 100%;
    margin: -80px auto 20px;
  }
}
.programs-list > li > div {
  flex-shrink: 1;
  flex: 1;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .programs-list > li > div {
    padding: 0;
  }
}
.programs-list > li > div figure {
  margin: 0 auto 20px;
}
.programs-list > li > div h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto 20px;
  padding: 0.2em 0.5em;
  padding-left: 1.2em;
  font-size: 2.2rem;
  color: #fff;
  text-align: left;
  background: #0C885A;
  border-top-left-radius: 99999px;
  border-bottom-left-radius: 99999px;
  border: 2px solid #000;
}
.programs-list > li > div h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  transform: translateY(-50%);
}
.programs-list > li > div p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .programs-list > li > div p {
    width: 70%;
  }
}
.programs-list > li.scrollin::before {
  opacity: 1;
  transform: translateY(10%);
}
@media screen and (max-width: 767px) {
  .programs-list > li.scrollin::before {
    transform: translateY(20%);
  }
}
.programs-list > li.program2::before {
  background-image: url(../img/program_person_02.png);
}
.programs-list > li.program2::after {
  background-image: url(../img/program_arrow_02.png);
}
@media screen and (max-width: 767px) {
  .programs-list > li.program2::after {
    background-image: url(../img/program_arrow_02_sp.png);
  }
}
.programs-list > li.program3::before {
  background-image: url(../img/program_person_03.png);
}
.programs-list > li.program3::after {
  background-image: url(../img/program_arrow_03.png);
}
@media screen and (max-width: 767px) {
  .programs-list > li.program3::after {
    background-image: url(../img/program_arrow_03_sp.png);
  }
}
.programs-list > li.program4::before {
  width: 230px;
  right: -80px;
  background-image: url(../img/program_person_04.png);
}
@media screen and (max-width: 767px) {
  .programs-list > li.program4::before {
    width: 40vw;
    right: 20px;
  }
}
.programs-list > li.program4::after {
  width: 140px;
  height: 70px;
  left: 20%;
  background-image: url(../img/program_arrow_04.png);
  transform: translate(0, 25%);
}
@media screen and (max-width: 767px) {
  .programs-list > li.program4::after {
    left: 20px;
    transform: translate(0, -70%);
  }
}

.reason {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 220px;
  background: #FFF1C2;
}
@media screen and (max-width: 767px) {
  .reason {
    padding-top: 50px;
    padding-bottom: 70vw;
  }
}
.reason_bottom {
  position: absolute;
  bottom: 0px;
  left: 10px;
  content: "";
  display: inline-block;
  width: 190px;
  background: url(../img/reason_person.png) center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1.378;
}
@media screen and (max-width: 767px) {
  .reason_bottom {
    left: 0;
    width: 43vw;
  }
}
.reason_bottom.scrollin {
  opacity: 1;
  animation: ehho2 1s infinite step-start forwards;
}
.reason .section-ttl {
  margin-bottom: 60px;
}
.reason .section-ttl-main.plate {
  transform: translate(-50%, 35%);
}
@media screen and (max-width: 767px) {
  .reason .section-ttl-main.plate {
    width: 90%;
    transform: translate(-50%, 80%);
  }
}
.reason .section-ttl-img {
  width: 100%;
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .reason .section-ttl-img {
    max-width: 90vw;
  }
}
.reason .lead {
  margin: 0 auto 50px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reason .lead {
    font-size: 1.5rem;
  }
}
.reason-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason-list > li {
  width: 48%;
  padding-left: 35px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .reason-list > li {
    width: 100%;
    padding-left: 30px;
  }
}
.reason-list > li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .reason-list > li:nth-child(even) {
    margin-top: 80px;
  }
}
.reason-list > li h3 {
  display: inline-block;
  margin: 0 auto;
  margin-left: -35px;
  padding: 0.2em 0.5em;
  font-size: 2.8rem;
  color: #fff;
  text-align: left;
  background: #0C885A;
  border: 2px solid #000;
  border-radius: 14px;
  transform: translateY(-60%);
}
@media screen and (max-width: 767px) {
  .reason-list > li h3 {
    margin-left: -30px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .reason-list > li h3.line2 {
    padding: 0;
    background: transparent;
    border: none;
    transform: translateY(-30%);
  }
  .reason-list > li h3.line2 span {
    display: inline-block;
    margin: 0 auto;
    padding: 0.2em 0.5em;
    font-size: 2.2rem;
    color: #fff;
    text-align: left;
    background: #0C885A;
    border: 2px solid #000;
    border-radius: 14px;
  }
  .reason-list > li h3.line2 span:nth-child(2) {
    margin-top: -2px;
    margin-left: 30px;
  }
}
.reason-list > li p {
  text-align: left;
}

.schedule {
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 1px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(235, 117, 1, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(235, 117, 1, 0.2) calc(100% - 1px));
  background-color: #fff;
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
@media screen and (max-width: 767px) {
  .schedule {
    margin-left: -100vw;
    margin-right: -100vw;
    padding: 30px 100vw 1px;
  }
}
.schedule .section-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .schedule .section-ttl {
    margin-bottom: 80px;
  }
}
.schedule .section-ttl.scrollin::before {
  opacity: 1;
  transform: translate(-50%, 0);
}
.schedule .section-ttl::before {
  position: absolute;
  content: "";
  bottom: -75px;
  left: 50%;
  display: inline-block;
  width: 280px;
  background: url(../img/schedule_person.png) center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1.29;
  transform: translate(-50%, 20%);
  opacity: 0;
  transition: 1s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .schedule .section-ttl::before {
    bottom: -120px;
    width: 174px;
  }
}
.schedule .section-ttl-img {
  width: 100%;
  max-width: 1230px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .schedule .section-ttl-img {
    margin: 0 -10px;
  }
}
.schedule .section-ttl-main {
  transform: translate(-50%, 50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .schedule .section-ttl-main {
    transform: translate(-50%, 140%);
  }
}
.schedule-wrap {
  position: relative;
  max-width: 1130px;
  margin: 0 auto 125px;
  padding: 50px 40px;
  background: #EB7501;
  z-index: 5;
  border: 3px solid #000;
  border-radius: 30px;
}
@media screen and (max-width: 1039px) {
  .schedule-wrap {
    margin: 0 20px 80px;
    padding: 50px 15px 20px;
  }
}
.schedule-wrap.scrollin .schedule-list-item:nth-child(odd) {
  animation: swing linear 3s 2;
}
.schedule-wrap.scrollin .schedule-list-item:nth-child(even) {
  animation: swingEven linear 3s 2;
}
.schedule-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .schedule-list {
    justify-content: center;
  }
}
.schedule-list:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(to left, #333 3px, transparent 3px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.schedule-list-item {
  position: relative;
  width: 30%;
  margin: 1.5%;
  padding: 0;
  color: #333;
  text-decoration: none;
  transform-origin: center 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .schedule-list-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
  }
}
.schedule-list-item:nth-child(odd) {
  transform: rotate(-1deg);
}
.schedule-list-item:nth-child(even) {
  transform: rotate(2deg);
}
.schedule-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 10%;
  background: url(../img/pin.png) top left no-repeat;
  background-size: contain;
  aspect-ratio: 32/37;
  transform: translate(-50%, -60%);
  z-index: 2;
}
.schedule-list-item.still {
  pointer-events: none;
}
.schedule-list-item dl {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.schedule-list-item dl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 2px solid #000;
  background: #FFF1C2;
}
@media screen and (max-width: 767px) {
  .schedule-list-item dl dt {
    font-size: 1.4rem;
  }
}
.schedule-list-item dl dt .date span {
  position: relative;
  font-size: 4.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0C885A;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .schedule-list-item dl dt .date span {
    font-size: 3.6rem;
  }
}
.schedule-list-item dl dt .tag {
  width: 45%;
}
.schedule-list-item dl dt .tag span {
  display: block;
  padding: 0.2em 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  border: 1px solid #000;
}
.schedule-list-item dl dt .tag span:not(:last-child) {
  margin-bottom: 5px;
}
.schedule-list-item dl dt .tag span.department {
  background: #EB7501;
}
.schedule-list-item dl dt .tag span.hospital {
  background: #0074BF;
}
.schedule-list-item dl dt .tag span.admission {
  background: #0C885A;
}
.schedule-list-item dl dd {
  padding: 0 20px 20px;
}
.schedule-list-item dl dd figure {
  margin: 0 -20px;
}
.schedule-list-item dl dd p {
  margin: 20px auto 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .schedule-list-item dl dd p {
    font-size: 1.8rem;
  }
}
.schedule .note {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: right;
}
.schedule .day {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 40px 40px;
  background: #fff;
  z-index: 5;
  border: 3px solid #000;
  border-radius: 30px;
}
@media screen and (max-width: 1039px) {
  .schedule .day {
    margin: 0 20px;
    padding: 0 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .schedule .day .section-ttl {
    margin-bottom: 50px;
  }
}
.schedule .day .section-ttl-main {
  transform: translate(-50%, 50%);
}
.schedule .day .section-ttl::before {
  display: none;
}
.schedule .day .step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.schedule .day .step-list-item {
  position: relative;
  width: 31%;
  background: #FFF1C2;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .schedule .day .step-list-item {
    width: 100%;
  }
  .schedule .day .step-list-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.schedule .day .step-list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -25px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #0074BF;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .schedule .day .step-list-item:not(:last-child)::after {
    top: auto;
    bottom: -30px;
    right: calc(50% - 6px);
    transform: rotate(90deg);
  }
}
.schedule .day .step-list-item dt {
  padding: 20px;
  font-size: 4.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0074BF;
  line-height: 1em;
  background-image: linear-gradient(to left, #000 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .schedule .day .step-list-item dt {
    font-size: 3.6rem;
  }
}
.schedule .day .step-list-item dt small {
  display: inline-block;
  font-size: 0.5em;
  vertical-align: middle;
}
.schedule .day .step-list-item dd {
  padding: 20px 30px;
}
.schedule .day .step-list-item dd p {
  text-align: left;
  line-height: 1.6em;
}
.schedule .day .step-list-item dd p.lead {
  margin: 0 auto 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.schedule .day .note {
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule .day .note {
    text-align: left;
  }
}

.flow {
  padding-bottom: 200px;
  background: #fff1c2;
}
.flow .section-ttl {
  margin-bottom: 100px;
}
.flow .section-ttl-img {
  max-width: 850px;
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  .flow .section-ttl-img {
    max-width: 90vw;
    margin-top: -40px;
  }
}
.flow .section-ttl-main {
  transform: translate(-50%, 60%);
}
@media screen and (max-width: 767px) {
  .flow .section-ttl-main {
    transform: translate(-50%, 80%);
  }
}
.flow .lead {
  margin: 0 auto 50px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow .lead {
    font-size: 1.5rem;
  }
}
.flow .condition {
  position: relative;
  padding: 0 30px 30px;
  background: #eb7501 url("../img/stripe.svg") top left repeat;
  border: 3px solid #000;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .flow .condition {
    padding: 0 20px 0;
  }
}
.flow .condition::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10%;
  display: inline-block;
  width: 19%;
  background: url(../img/flow_person_02.png) bottom left no-repeat;
  vertical-align: bottom;
  background-size: contain;
  aspect-ratio: 1/0.666;
}
@media screen and (max-width: 767px) {
  .flow .condition::before {
    display: none;
  }
}
.flow .condition::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  display: inline-block;
  width: 19%;
  vertical-align: bottom;
  background: url(../img/flow_person_01.png) bottom left no-repeat;
  background-size: contain;
  aspect-ratio: 1/0.668;
}
@media screen and (max-width: 767px) {
  .flow .condition::after {
    position: static;
    width: 236px;
    background-image: url(../img/flow_person_01_sp.png);
    aspect-ratio: 1/0.529;
  }
}
.flow .condition-head {
  width: 95%;
  margin: -30px auto 0;
  padding: 20px;
  font-size: 2rem;
  font-weight: 700;
  background: #fff;
  border: 3px solid #000;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .flow .condition-head {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
  }
}
.flow .condition-head .marker {
  background: linear-gradient(transparent 70%, #fac983 70%);
}
.flow .condition-head sup {
  font-size: 0.7em;
  vertical-align: super;
}
.flow .condition-head .note {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-weight: 400;
}
.flow .condition p:not(.note) {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
  text-shadow: 0 0 4px #b85c00;
}
@media screen and (max-width: 767px) {
  .flow .condition p:not(.note) {
    margin: 20px auto;
  }
}
.flow .step {
  counter-reset: num 0;
  margin-top: 135px;
}
.flow .step-item {
  position: relative;
  margin-left: 0;
  margin-right: 13%;
}
@media screen and (max-width: 767px) {
  .flow .step-item {
    margin: 0 auto;
  }
}
.flow .step-item:not(:last-child) {
  margin-bottom: 140px;
}
.flow .step-item:nth-child(even) {
  margin-left: 13%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flow .step-item:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .flow .step-item:nth-child(even)::before {
    left: auto;
    right: 0;
    transform: translate(20%, -80%) scale3d(0.85, 0.85, 1);
  }
}
.flow .step-item:nth-child(even)::after {
  left: 80px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 991px) {
  .flow .step-item.scrollin:nth-child(even)::before {
    transform: translate(20%, -80%);
  }
}
.flow .step-item.scrollin::before {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translate(-60%, -80%);
}
@media screen and (max-width: 991px) {
  .flow .step-item.scrollin::before {
    transform: translate(-20%, -80%);
  }
}
.flow .step-item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  font-size: 15rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1em;
  transform: translate(-60%, -80%) scale3d(0.85, 0.85, 1);
  transition: 0.6s;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .flow .step-item::before {
    transform: translate(-20%, -80%) scale3d(0.85, 0.85, 1);
  }
}
.flow .step-item::after {
  position: absolute;
  bottom: -140px;
  left: 220px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 140px;
  background: url(../img/line.svg) top left no-repeat;
  background-size: contain;
}
.flow .step-item.step1::before {
  color: rgba(91, 212, 87, 0.5);
}
.flow .step-item.step1 .step-item-box-head {
  justify-content: flex-end;
}
.flow .step-item.step1 .step-item-box-head::before {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .flow .step-item.step1 .step-item-box-head::before {
    width: 84px;
  }
}
.flow .step-item.step1 dt {
  color: #0C885A;
}
.flow .step-item.step2::before {
  color: rgba(0, 130, 217, 0.5);
}
.flow .step-item.step2 .step-item-box-head {
  background: #0074BF;
}
.flow .step-item.step2 .step-item-box-head::before {
  right: -20px;
  background-image: url(../img/step_parson_02.png);
  width: 22%;
  aspect-ratio: 1/0.913;
}
@media screen and (max-width: 767px) {
  .flow .step-item.step2 .step-item-box-head::before {
    right: -15px;
    width: 140px;
  }
}
.flow .step-item.step2 .step-item-box-body dt {
  font-size: 2.8rem;
  color: #0074BF;
}
@media screen and (max-width: 767px) {
  .flow .step-item.step2 .step-item-box-body dt {
    font-size: 4rem;
  }
}
.flow .step-item.step3::before {
  color: #ffe180;
}
.flow .step-item.step3 .step-item-box-head {
  justify-content: flex-end;
  background: #fca519;
}
@media screen and (max-width: 767px) {
  .flow .step-item.step3 .step-item-box-head {
    justify-content: center;
  }
  .flow .step-item.step3 .step-item-box-head span {
    margin-left: 3em;
  }
}
.flow .step-item.step3 .step-item-box-head::before {
  left: -10px;
  background-image: url(../img/step_parson_03.png);
  width: 18%;
  aspect-ratio: 1/1.148;
}
@media screen and (max-width: 767px) {
  .flow .step-item.step3 .step-item-box-head::before {
    width: 110px;
  }
}
.flow .step-item.step3 dt {
  padding-bottom: 20px;
  font-size: 2.8rem;
  color: #fca519;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .flow .step-item.step3 dt {
    width: 40%;
    padding-bottom: 0;
  }
}
.flow .step-item.step3 dd {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .flow .step-item.step3 dd {
    width: 60%;
  }
}
.flow .step-item.step4::before {
  color: rgba(235, 117, 0, 0.4);
}
.flow .step-item.step4::after {
  display: none;
}
.flow .step-item.step4 .step-item-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #EB7501;
  border: 3px solid #000;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .flow .step-item.step4 .step-item-box {
    padding: 30px 20px 0;
  }
}
.flow .step-item.step4 .step-item-box.scrollin::before, .flow .step-item.step4 .step-item-box.scrollin::after {
  opacity: 1;
  transform: none;
}
.flow .step-item.step4 .step-item-box::before, .flow .step-item.step4 .step-item-box::after {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(10%);
}
.flow .step-item.step4 .step-item-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 14%;
  aspect-ratio: 1/1.25;
  background: url(../img/step_parson_04.png) bottom center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .flow .step-item.step4 .step-item-box::before {
    display: none;
  }
}
.flow .step-item.step4 .step-item-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 14%;
  aspect-ratio: 1/1.48;
  background: url(../img/step_parson_05.png) bottom center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .flow .step-item.step4 .step-item-box::after {
    position: static;
    width: 100%;
    background-image: url(../img/step_parson_04_sp.png);
    aspect-ratio: 1/0.537;
  }
}
.flow .step-item.step4 .step-item-box p {
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flow .step-item.step4 .step-item-box p {
    width: 100%;
    font-size: 2rem;
  }
}
.flow .step-item-box {
  position: relative;
  width: 100%;
  min-height: 166px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .flow .step-item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.flow .step-item-box.scrollin .step-item-box-head::before {
  opacity: 1;
  transform: none;
}
.flow .step-item-box-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  background: #0C885A;
  border: 3px solid #000;
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (min-width: 768px) {
  .flow .step-item-box-head {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .flow .step-item-box-head {
    position: relative;
    border: 3px solid #000;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
}
.flow .step-item-box-head::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 15%;
  aspect-ratio: 1/1.417;
  background: url(../img/step_parson_01.png) bottom center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(10%);
}
.flow .step-item-box-head span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.flow .step-item-box-body {
  text-align: left;
  background: #fff;
  border: 3px solid #000;
  border-left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 768px) {
  .flow .step-item-box-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .flow .step-item-box-body {
    padding: 20px 15px;
    position: relative;
    border: 3px solid #000;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
  }
}
.flow .step-item-box-body dt {
  padding: 0 0 30px;
  font-size: 4.3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow .step-item-box-body dt {
    width: 45%;
    padding: 0 20px;
  }
}
.flow .step-item-box-body dt small {
  display: block;
  margin-bottom: 1em;
  font-size: 0.5em;
  color: #000;
}
.flow .step-item-box-body dt > span {
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  vertical-align: bottom;
}
.flow .step-item-box-body dd {
  padding: 20px 0 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .flow .step-item-box-body dd {
    background-image: linear-gradient(to left, #333 2px, transparent 2px);
    text-align: center;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media screen and (min-width: 768px) {
  .flow .step-item-box-body dd {
    width: 55%;
    padding: 20px;
    background-image: linear-gradient(to bottom, #333 2px, transparent 2px);
    background-size: 2px 8px;
    background-repeat: repeat-y;
    background-position: left top;
  }
}
.flow .step-item-box-body dd small {
  line-height: 1.2em;
}
.flow .step-item-sub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72%;
  padding: 10px;
  text-align: left;
  font-size: 1.4rem;
  color: #333;
  background: #F5F5F5;
  border: 1px solid #000;
  border-radius: 5px;
  transform: translateY(110%);
}
@media screen and (max-width: 767px) {
  .flow .step-item-sub {
    display: none;
  }
}
.flow .step-item-sub dt {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  color: #333 !important;
  line-height: 1.4em;
  border: 1px solid #000;
}
.flow .step-item-sub dd {
  line-height: 1.4em;
}

.present {
  padding: 0 0 100px;
  background: #19ba69 url("../img/stripe.svg") top left repeat;
}
@media screen and (max-width: 767px) {
  .present {
    padding-bottom: 80px;
  }
}
.present-box {
  position: relative;
  padding: 20px 40px 40px;
  background: #F5F5F5;
  border: 3px solid #000;
  border-radius: 10px;
  transform: translateY(-60px);
}
@media screen and (max-width: 767px) {
  .present-box {
    padding: 20px;
    transform: translateY(-50px);
  }
}
.present-box::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  display: inline-block;
  width: 204px;
  height: 204px;
  background: #F5F5F5;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border: 3px solid #000;
  transform: translateX(-50%);
}
.present-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 250px;
  height: 200px;
  background: #F5F5F5;
  transform: translateX(-50%);
}
.present-box-img {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -100%);
}
.present-box h2 {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.4em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .present-box h2 {
    font-size: 1.8rem;
  }
}
.present-box h2::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to left, #0C885A 3px, transparent 3px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.present-box h2 span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  background: #F5F5F5;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .present-box h2 span {
    padding: 0 0.2em;
  }
}
.present-box .row {
  position: relative;
  margin: 0 -80px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .present-box .row {
    margin: 0 -40px;
  }
}
.present-box .row > div {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .present-box .row > div {
    width: 100%;
    padding-left: 30px;
  }
}
.present-box .row > div:first-child {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .present-box .row > div:first-child {
    padding: 10px 0 0;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .present-box .row > div:last-child {
    animation-delay: 0.2s;
  }
}

.message {
  margin-top: -60px;
  margin-bottom: 290px;
  padding: 100px 0 160px;
  background: #f9bb64 url(../img/message_bg.png) top center repeat-y;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .message {
    margin-bottom: 150px;
    padding: 65px 0;
    background-image: url(../img/message_bg_sp.png);
    background-size: cover;
    border-radius: 50px;
  }
}
.message .section-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .message .section-ttl {
    margin-bottom: 70px;
  }
}
.message .section-ttl-img {
  width: 100%;
  max-width: 1150px;
}
@media screen and (max-width: 767px) {
  .message .section-ttl-img {
    margin: 0 -5px;
  }
}
.message .section-ttl-main {
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .message .section-ttl-main {
    transform: translate(-50%, 80%);
  }
}
.message .balloon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .message .balloon {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .message .balloon:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.message .balloon:nth-child(odd) .speech-balloon {
  margin-right: 25px;
}
.message .balloon:nth-child(odd) .speech-balloon::after {
  left: auto;
  right: -15px;
  bottom: 20px;
  scale: 1 1;
}
@media screen and (max-width: 767px) {
  .message .balloon:nth-child(odd) .speech-balloon::after {
    left: 50%;
    bottom: -15px;
  }
}
.message .balloon:nth-child(n+6) .speech-person {
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .message .balloon:nth-child(n+6) .speech-person {
    scale: none;
  }
}
.message .balloon.scrollin .speech-balloon {
  opacity: 1;
  transform: none;
}
.message .balloon .speech-balloon {
  position: relative;
  width: 630px;
  margin-left: 25px;
  padding: 20px 30px;
  text-align: left;
  background: #fffdf5;
  border-radius: 10px;
  opacity: 0;
  transition: 0.2s ease-in 0.2s;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .message .balloon .speech-balloon {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.message .balloon .speech-balloon::after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fffdf5;
  border-width: 15px 0px 0px 15px;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .message .balloon .speech-balloon::after {
    left: 50%;
    bottom: -15px;
    border-color: transparent #fffdf5 transparent transparent;
    border-width: 0px 15px 15px 0px;
    scale: none;
    transform: translateX(-50%);
  }
}
.message .balloon .speech-balloon p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .message .balloon .speech-balloon p {
    font-size: 1.5rem;
  }
}
.message .balloon.person-01 .speech-person {
  width: 128px;
}
.message .balloon.person-01 .speech-balloon strong {
  color: #2c53be;
}
.message .balloon.person-02 .speech-person {
  width: 139px;
}
.message .balloon.person-02 .speech-balloon strong {
  color: #0e880d;
}
.message .balloon.person-03 .speech-person {
  width: 95px;
}
.message .balloon.person-03 .speech-balloon strong {
  color: #bf2626;
}
.message .balloon.person-04 .speech-person {
  width: 96px;
}
.message .balloon.person-04 .speech-balloon strong {
  color: #025990;
}
.message .balloon.person-05 .speech-person {
  width: 74px;
}
.message .balloon.person-05 .speech-balloon strong {
  color: #eb821a;
}

.qa {
  margin: -60px auto 100px;
  padding: 90px 0;
  background: #F5F5F5;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
@media screen and (max-width: 767px) {
  .qa {
    margin-bottom: 60px;
    padding: 70px 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
.qa .section-ttl-img {
  max-width: 285px;
}
@media screen and (max-width: 767px) {
  .qa .section-ttl-img {
    max-width: 41.86vw;
  }
}
.qa-list-item:not(:last-child) {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .qa-list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.qa-list-item > dl {
  text-align: left;
  overflow: hidden;
}
.qa-list-item > dl.is-ac-open > dt::after {
  transform: rotate(0deg);
}
.qa-list-item > dl > dt {
  position: relative;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 30px;
  text-indent: -25px;
  line-height: 1.6em;
  border-bottom: 1px solid #0C885A;
  cursor: pointer;
}
.qa-list-item > dl > dt::before, .qa-list-item > dl > dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #0C885A;
  transition: transform 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .qa-list-item > dl > dt::before, .qa-list-item > dl > dt::after {
    width: 15px;
  }
}
.qa-list-item > dl > dt::after {
  transform: rotate(90deg);
}
.qa-list-item > dl > dt p {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .qa-list-item > dl > dt p {
    font-size: 1.5rem;
  }
}
.qa-list-item > dl > dt p::before {
  content: "Q";
  margin-right: 10px;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0C885A;
}
@media screen and (max-width: 767px) {
  .qa-list-item > dl > dt p::before {
    font-size: 1.8rem;
  }
}
.qa-list-item > dl > dd {
  display: none;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 30px;
  text-indent: -25px;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .qa-list-item > dl > dd {
    font-size: 1.5rem;
  }
}
.qa-list-item > dl > dd::before {
  content: "A";
  margin-right: 10px;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #EB7501;
}
@media screen and (max-width: 767px) {
  .qa-list-item > dl > dd::before {
    font-size: 1.8rem;
  }
}

.tour {
  padding: 70px 0 100px;
  background: #fff;
}
.tour.scrollin .tour-box {
  animation: swingTour linear 4s 2;
}
.tour .tour-box {
  position: relative;
  margin: 0 -70px;
  text-align: center;
  background: url(../img/tour.png) center no-repeat;
  background-size: contain;
  aspect-ratio: 1/0.3;
  transform: rotate(0);
  transform-origin: center 0 0;
}
@media screen and (max-width: 767px) {
  .tour .tour-box {
    max-width: 335px;
    margin: 0 auto;
    padding: 150px 20px 0;
    background-image: url(../img/tour_sp.png);
    aspect-ratio: 1/1.54;
  }
}
.tour .tour-box-inner {
  max-width: 480px;
  margin: 0 auto;
  padding-top: 90px;
}
.tour .tour-box h2 {
  font-size: 3rem;
  color: #EB7501;
}
.tour .tour-box h2 small {
  display: block;
  font-size: 0.4em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #333;
}
.tour .tour-box p {
  margin: 1em auto;
  font-size: 1.5rem;
  font-weight: 500;
}
.tour .tour-box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tour .tour-box dl dt {
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  background: #000;
  border-radius: 3px;
}
.tour .tour-box dl dd {
  font-size: 1.5rem;
}
.tour .tour-box .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.access {
  padding: 80px 0 90px;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 80px 20px 90px;
  }
}
.access .section-ttl-img {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .access .section-ttl-img {
    max-width: 58.13vw;
  }
}
.access .section-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .access .section-body {
    padding: 40px 20px;
  }
}
.access-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access-inner {
    flex-direction: column-reverse;
  }
}
.access-inner > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .access-inner > div {
    width: 100%;
  }
}
.access-inner > div section {
  margin-bottom: 40px;
}
.access h3 {
  margin: 0 auto 1em;
  padding-left: 0.5em;
  font-size: 2rem;
  line-height: 1em;
  border-left: 3px solid #0C885A;
}
.access table {
  width: 100%;
  border: 1px solid #000;
}
.access table + p {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .access table + p {
    font-size: 1.5rem;
  }
}
.access table th {
  width: 4em;
  padding: 1em 0.5em;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background: #0C885A;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .access table th {
    display: block;
    width: 100%;
    padding: 0.5em;
    border-right: 0;
    border-bottom: 1px solid #000;
  }
}
.access table th + td {
  width: 7em;
  text-align: left;
  background: #fff1c2;
}
@media screen and (max-width: 767px) {
  .access table th + td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.access table td {
  padding: 1em 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .access table td {
    display: block;
    padding: 0.5em;
    font-size: 1.3rem;
  }
}
.access table td.time {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  border-right: 1px dotted #adadad;
}
@media screen and (max-width: 767px) {
  .access table td.time {
    display: inline-block;
    width: 24%;
    font-size: 1.4rem;
  }
}
.access table td.time:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .access table,
  .access tbody,
  .access tr {
    display: block;
    width: 100%;
  }
}
.access p {
  font-weight: 500;
}
.access .map {
  width: calc(50% - 60px);
  position: relative;
  aspect-ratio: 1/0.92;
}
@media screen and (max-width: 767px) {
  .access .map {
    width: 100%;
    margin-bottom: 50px;
  }
}
.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  background: #EB7501;
}
.footer .contact {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .footer .contact > .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .footer .contact > .row > div {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .footer .contact > .row > div {
    display: contents;
  }
}
.footer .contact > .row > dl {
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .footer .contact > .row > dl {
    width: 68%;
    align-items: center;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .contact > .row > dl {
    order: 2;
  }
}
.footer .contact > .row > dl dt {
  padding-right: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .contact > .row > dl dt {
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
  }
}
.footer .contact > .row > dl dd {
  padding: 40px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  background: #F5F5F5;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .footer .contact > .row > dl dd {
    padding: 20px;
  }
  .footer .contact > .row > dl dd + dd {
    margin-top: 15px;
  }
}
.footer .contact > .row > dl dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  color: #0C885A;
  text-decoration: none;
}
.footer .contact > .row > dl dd a span[class^=icon-] {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
.footer .contact > .row > dl dd a .icon-tel {
  background: url(../img/icon-tel.svg) center no-repeat;
  background-size: contain;
}
.footer .contact > .row > dl dd a .icon-mail {
  margin-right: 0.2em;
  background: url(../img/icon-mail.svg) center no-repeat;
  background-size: contain;
}
.footer .contact > .row > dl dd a[href^=tel] {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}
.footer .contact h2 {
  margin: 0 auto 1em;
  font-size: 2.6rem;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .contact h2 {
    text-align: center;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer .contact .btn {
    margin-top: 30px;
    order: 3;
  }
}
.footer .copyright {
  padding: 15px 0;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    padding-bottom: 60px;
  }
}
.footer .copyright p {
  font-size: 1.2rem;
}

@keyframes ehho {
  0%, 100% {
    transform: translate(-5%, 40%) rotate(0);
  }
  50% {
    transform: translate(-5%, 40%) rotate(-3deg);
  }
}
@keyframes ehhoSP {
  0%, 100% {
    transform: translate(0, 105%) rotate(0);
  }
  50% {
    transform: translate(0, 105%) rotate(-3deg);
  }
}
@keyframes ehho2 {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-3deg);
  }
}