@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

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

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  text-decoration: none
}

ins,
mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

body {
  color: #000;
}

p {
  color: #000;
}

/*----------------------------------------------
 reset styles
----------------------------------------------*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  /* =16px */
}

@media screen and (max-width:767px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.5em;
    /* =15px */
  }
}

a {
  color: #000000;
  text-decoration: none;
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

.text {
  line-height: 1.6;
}

.hidden {
  display: none;
}

.sp-only {
  display: none;
}

@media screen and (max-width:767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block !important;
  }
}

.bold {
  font-weight: bold;
}

/*----------------------------------------------
 margin
----------------------------------------------*/
.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 5em;
}

.mt6 {
  margin-top: 6em;
}

.mt7 {
  margin-top: 7em;
}

.mt100 {
  margin-top: 100px;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

.mb6 {
  margin-bottom: 6em;
}

.mb7 {
  margin-bottom: 7em;
}

/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}

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

/*----------------------------------------------
font
----------------------------------------------*/
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
}


body {
  font-family: "Zen Kaku Gothic New",
    sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
}

.red {
  color: #c8004c;
}

.blue {
  color: #0073be;
}

.fs2em {
  font-size: 2em;
}

.fs3em {
  font-size: 3em;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/* section-title */

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.section-title p {
  color: #c8004c;
  font-size: 1.5rem;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 1em;
  background: #FFFFF8;
  padding: 5px 40px;
  border: #c8004c 2px solid;
  border-radius: 60px;
}

@media screen and (max-width:768px) {
  .section-title h2 {
    font-size: 3rem;
  }

  .section-title p {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------
contents styles
----------------------------------------------*/
.main-background {
  background-color: #a9c200;
}

/* top */
.top {
  max-width: 1920px;
  margin: 0 auto;
}

.event-title {
  font-size: 2.6rem;
  padding-bottom: 15px;
  border-bottom: #E84729 dotted 5px;
  line-height: 1.5em;
}

.event-top-text {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.event-top-text a,
.entry-box a {
  color: #009FE8;
}

.main-visual {
  max-width: 840px;
  margin: 2em auto;
}

.top video {
  max-width: 100%;
}

@media screen and (max-width:768px) {
  .top {
    max-width: 100%;
    /* margin: 0 1.5em; */
    /* padding-top: 3em; */
  }

  .top img {
    width: 100%;
  }

  .top-text {
    margin-top: 3em;
  }

  .top-text01 {
    font-size: 2rem;
    line-height: 1.5em;
    padding-bottom: 8px;
    border-bottom: #E84729 dotted 3px;
  }

  .top-text02 {
    font-size: 2rem;
  }

  .top-text03 {
    font-size: 1.5rem;
    line-height: 1.8em;
  }

  .event-title {
    font-size: 1.7rem;
    line-height: 1.5em;
    padding-bottom: 8px;
    border-bottom: #E84729 dotted 3px;
    line-height: 1.5em;
  }

  .top video {
    max-width: 100%;
  }
}

/* news */
.news {
  background-color: #a9c200;
  margin-top: 6em;
}

.news-box {
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 3em;
  border-radius: 0 150px 0 150px;
  padding: 3em 0;
  text-align: center;
}

.news-box-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.news-item {
  height: 200px;
  overflow-y: scroll;
}

.news-item dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.news-item dt {
  flex-basis: 15%;
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.news-item dd {
  flex-basis: 85%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  text-align: left;
  line-height: 1.3em;
}

/* .news-item dt:last-of-type,
.news-item dd:last-of-type {
  border-bottom: none;
} */

.news-item a {
  color: #009FE8;
  text-decoration: solid #009FE8 1px !important;
}

@media screen and (max-width:1110px) {
  .news-flex {
    display: grid;
    grid-template-columns: repeat(3, 230px);
    gap: 20px;
    justify-content: center;
  }
}

@media screen and (max-width:820px) {
  .news-flex {
    display: grid;
    grid-template-columns: repeat(2, minmax(80px, 1fr));
    gap: 20px;
    justify-content: center;
  }
}

@media screen and (max-width:768px) {
  .news {
    margin: 3em 20px;
  }

  .news-item dl {
    display: block;
  }

  .news-box {
    padding-top: 2em;
    padding-bottom: 0;
  }
}

/* about */
.about {
  background-color: #a9c200;
}

.about-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 3em;
  padding-bottom: 7em;
}

.about-box {
  margin-top: 3em;
  padding: 0 1.5em;
}

.about-box .small {
  font-size: .5em;
}

.about-box dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.about-box dt {
  display: flex;
  color: #fff;
  background-color: #c8004c;
  border-radius: 20px 0px 0px 20px;
  margin-bottom: 20px;
  align-items: center;
  flex-basis: 15%;
  padding: 20px;
}

.about-box dd {
  flex-basis: 85%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 0px 20px 20px 0px;
  line-height: 1.5em;
}

/* .about-box dd .border-blue {
  border: #333 2px solid;
  padding: 3px 5px;
  border-radius: 5px;
} */

.lh2 {
  line-height: 2em;
}

.map-box {
  font-size: 1.1em;
  line-height: 1.5em;
}

.map-box .small {
  font-size: .8em;
}

.about-box dd .kome {
  padding-left: 1em;
  text-indent: -1em;
  font-size: .9em;
}

.about-box dd .map a {
  background-color: #009FE8;
  color: #fff;
  padding: 0 4px;
  border-radius: 3px;
}

@media screen and (max-width:768px) {
  .about-inner {
    padding: 2em 0;
  }

  .about-box {
    margin-top: 2em;
  }
}

@media screen and (max-width: 559px) {
  .about-box dl {
    flex-flow: column;
  }

  .about-box dt {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
    justify-content: center;
  }

  .about-box dd {
    font-size: 1em;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
  }

  .fs2em {
    font-size: 1.5em !important;
  }

  .about-box dd div {
    margin-bottom: .5em;
  }

  .about-box dd div:last-of-type {
    margin-bottom: 0;
  }
}

.jaken {
  display: flex;
  gap: 30px;
  justify-content: center;
  max-width: 1150px;
  margin: 0 auto;
  padding: 15px;
  background-color: #c8004c;
  align-items: center;
  border-radius: 20px;
  border: 3px solid #fff;
}

.jaken img {
  max-width: 300px;
}

.jaken p {
  color: #fff;
  line-height: 2em;
  font-size: 1.2em;
}

.jaken .big {
  font-size: 2em;
  border-bottom: #fff 2px dotted;
  /* padding-bottom: 10px; */
}

@media screen and (max-width:768px) {
  .jaken {
    flex-direction: column-reverse;
  }

  .jaken p {
    line-height: 1.5em;
    font-size: 1em;
  }


  .jaken .big {
    font-size: 1.3em;
    margin-bottom: .5em;
    padding-bottom: .5em;
  }
}

/* program */
.program {
  background-color: #ffcc2b;
}

.program-inner {
  padding: 5em 0;
}

.program-body {
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .program-inner {
    padding: 3em 0;
  }

  .program-body {
    margin: 0 20px;
    margin-top: 2em;
  }
}

/* programPDF */
.programPDF {
  margin-top: .5em;
  /* margin-bottom: 3em; */
}

.programPDF a {
  display: block;
  max-width: 290px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  background-color: #3ab3ed;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.yasuda-event-button {
  margin-top: 1em;
}

.yasuda-event-button a {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 20px;
  background-color: #3ab3ed;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 1.5em;
}

.yasuda-event .fukidashi-01-12 {
  font-size: 1.5em;
}

.dli-box-in {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  top: 3px;
  position: relative;
  width: 1.15em;
  height: 10px;
}

.dli-box-in::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.46em;
  border: 0.15em solid currentColor;
  border-top: 0;
  border-radius: 0 0 0.15em 0.15em;
  box-sizing: border-box;
}

.dli-box-in>span {
  position: relative;
  width: 0.13em;
  height: 0.625em;
  background: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.353em;
  margin: auto;
}

.dli-box-in>span::before {
  content: '';
  width: 0.40625em;
  height: 0.40625em;
  border: 0.13em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}


.programPDF a::before {
  display: block;
  position: absolute;
  top: -50%;
  left: -30%;
  transform: rotate(30deg);
  width: 70px;
  height: 100px;
  content: '';
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(169, 231, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(169, 231, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
  animation: animation-button-10 5s infinite linear;
}

@keyframes animation-button-10 {
  17% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@media screen and (max-width:768px) {
  .programPDF a {
    max-width: 100%;
  }

  .yasuda-event .fukidashi-01-12 {
    font-size: 1em;
  }

  .yasuda-event-button {
    margin-top: 0;
  }

  .yasuda-event-button a {
    max-width: 100%;
    font-size: 1.2em;
    padding: 20px;
  }
}


/* program-grid */
.program-grid {
  display: grid;
  gap: 25px 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.program-item {
  background: #fff;
  border: #000 2px solid;
  box-shadow: 10px 10px 0px -3px rgba(40, 40, 40, 0.2);
  margin-bottom: 20px;
  overflow: hidden;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.program-item-text {
  display: flex;
  flex-direction: column;
}

.program-item:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.program-item img {
  max-width: 100%;
  height: auto;
}

.program-item-text {
  padding: 20px;
  padding-bottom: 1.5em;
}

.program-item p {
  font-size: 1.5rem;
  text-align: left;
}

.program-item-main {
  padding-top: 15px;
  line-height: 1.2em;
}

@media screen and (max-width:768px) {
  .program-grid {
    /* margin-top: 2em; */
    gap: 10px;
  }
}

/* プログラム時間（表） */
.box-013 {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #ffebe6;
  border: #ec733e 2px solid;
}

.box-013 span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #ec733e;
  color: #fff;
  font-weight: 600;
  border-radius: 17px 17px 0 0;
}

.box-013 p {
  font-size: 1em;
  margin: 0;
  padding: .5em 1.5em;
  border-bottom: #FFF 1px solid;
  color: #ec733e;
  text-align: center;
}

.box-013 p:last-of-type {
  border-bottom: none;
}

.program-item .company-name {
  margin-top: 1.5em;
}

.company-name p {
  text-align: center;
  line-height: 1.2em;
}

.company-name small {
  font-size: 0.8em;
}

/* プログラム表　ここまで */


/* プログラム日付ボタンここから */
.fukidashi-01-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2em;
  gap: 10px;
  padding: 12px 16px;
  /* margin-bottom: .5em; */
  color: #000;
}

.fukidashi-01-12::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #000;
}

.fukidashi-01-12::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #000;
}


.program-nav {
  margin-bottom: 2em;
}

.program-nav li {
  display: block;
  width: 100%;
  text-align: center;
}

.program-nav li a {
  display: block;
  text-align: center;
  padding: 20px;
  border: #000 2px solid;
  background-color: #fff;
  font-size: 1.5em;
}

.program-nav li a:hover {
  background-color: #c8004c;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width:768px) {

  .program-nav li a {
    font-size: 1em;
  }

  .program-nav li {
    margin-bottom: 0.5em;
  }
}

/* プログラム日付ボタンここまで */


/* プログラム詳細ここから */
.program-category {
  display: block;
  margin-top: 3em;
  padding-bottom: 1em;
}

.program-category:last-of-type {
  margin-top: 2em;
}

.program-category p {
  position: relative;
  padding: 0.8em 1em;
  background-color: #c8004c;
  font-weight: bold;
  font-size: 1.5em;
  color: #fff;
  border-radius: 10px;
}

.program-category p:before,
.program-category p:after {
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

.program-category p:before {
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #c8004c;
  border-width: 9px;
}

.program-category p:after {
  margin-left: -4px;
  border-color: transparent;
  border-top-color: #c8004c;
  border-width: 4px;
}

.program-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
  font-size: .8em;
  margin-top: 2em;
}

.program-list dt,
.program-list dd {
  box-sizing: border-box;
}

.program-list dt {
  display: flex;
  align-items: center;
  width: 40%;
  padding: 10px 0;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
}

.program-list dt:last-of-type,
.program-list dd:last-of-type {
  border: none;
}

.program-list dd {
  display: flex;
  align-items: center;
  width: 60%;
  margin-left: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.2em;
}

@media screen and (max-width:768px) {
  .program-category p {
    font-size: 1em;
  }
}

/* プログラム詳細　ここまで */

/* コンテンツ名 contents-icon */
.contents-icon {
  padding: 7px 15px;
  display: inline-block;
  margin-bottom: 10px;
}

.day23 {
  color: #fffff8;
  background-color: #009FE8;
}

.day24 {
  color: #fffff8;
  background-color: #E84729;
}

.day30 {
  color: #fffff8;
  background-color: #F29600;
}

.day31 {
  color: #fffff8;
  background-color: #8DC21F;
}

/* アコーディオン */

.accordion-image {
  width: 100%;
  height: auto;
  display: block;
}

.accordion-info {
  padding-top: 15px;
}

.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1.2em;
}

/* +ボタン */
.button-61 {
  position: relative;
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
  border: none;
  border-radius: 50%;
  background-color: #c8004c;
  /* 赤い円 */
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .button-61:hover {
  background-color: #1579c0;
} */

.button-61::before,
.button-61::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #fff;
  border-radius: 1px;
  transition: transform 0.3s ease;
}

.button-61::before {
  transform: rotate(0deg);
  /* 縦線 */
}

.button-61::after {
  transform: rotate(90deg);
  /* 横線 */
}

/* 開いたときは＋→×に変化 */
.button-61.open::before {
  transform: rotate(45deg);
}

.button-61.open::after {
  transform: rotate(-45deg);
}

@media screen and (max-width:768px) {
  .accordion-info {
    padding: 0;
    padding-top: 15px;
  }
}

/* ＋ボタンここまで */

.accordion-subtext {
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 2em;
  border-bottom: #bfbfbf 1px solid;
}

.accordion-content {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(20px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  z-index: 1;
  padding: 0 15px;
  border-top: 1px solid #ccc;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.deteal-inner {
  padding: 15px;
}

/* .accordion-content p {
  margin: 15px 0;
} */

@media screen and (max-width:768px) {
  .accordion-content {
    position: static;
    padding: 0;
  }

  .deteal-inner {
    padding: 0;
    padding-top: 15px;
  }
}

/* 申し込みについて　apply */
.apply-inner {
  padding: 5em 0;
}

.apply-body {
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 3em;
  background-color: #fff;
  border-radius: 30px;
  padding: 2em 1.5em;
}

.apply-box {
  margin-bottom: 2em;
}

.apply-body h4,
.apply-box p {
  padding-left: 1em;
}

.apply-box:last-child {
  margin-bottom: 0;
}

.apply-body h3 {
  background-color: #c8004c;
  color: #fff;
  display: block;
  /* border-radius: 5px; */
  padding: 10px;
  font-size: 1.1em;
}

.apply-body h4 {
  padding: 1em 1em 0.8em 0;
  color: #3ab3ed;
  border-bottom: #999 solid 1px;
  font-size: 1em;
}

.apply-body p {
  padding-top: 0.8em;
  /* padding-left: 1em; */
  line-height: 1.5em;
  font-size: 0.8em;
}

.appry-box-inner {
  padding-left: 1em;
  margin-bottom: 1em;
}

.appry-box-inner .step {
  border: #3ab3ed 2px solid;
  padding: 1px 10px;
  border-radius: 2px;
}

.apply-box ul {
  padding: 1em 0 0 1em;
}

.apply-box ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5em;
  font-size: 0.8em;
}

@media screen and (max-width:768px) {
  .apply-inner {
    padding: 3em 0;
  }

  .apply-body h4 {
    line-height: 1.8em;
    padding-bottom: 0.5em;
  }

  .apply-body h4,
  .apply-box p {
    padding-left: 0;
  }


  .apply-body {
    margin: 2em 20px 0 20px;
  }

  .appry-box-inner {
    padding-left: 0;
  }

  .apply-box ul {
    padding-left: 0;
  }
}

/* appry-button */
.appry-button {
  margin-top: 1em;
  text-align: center;
}

.appry-button a {
  display: block;
  max-width: 300px;
  /* margin: 0 auto; */
  background-color: #3ab3ed;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
}

.appry-button02 {
  margin-top: 1em;
  text-align: center;
}

.appry-button02 a {
  display: block;
  max-width: 1150px;
  margin: 0 auto;
  background-color: #c8004c;
  color: #fff;
  border-radius: 60px;
  font-size: 2em;
  text-align: center;
  padding: 30px;
  border: #fff 3px solid;
}

@media screen and (max-width:768px) {
  .appry-button02 a {
    max-width: 300px;
    border: #fff 2px solid;
  }
}


/* よくある質問　Q＆A*/
.question-inner {
  background-color: #ec733e;
  padding: 5em 0;
}

.question-body {
  margin-top: 3em;
}

@media screen and (max-width:768px) {
  .question-inner {
    padding: 3em 0;
  }

  .question-body {
    margin: 2em 20px 0 20px;
  }

  .question-body {
    line-height: 1.2em;
  }
}

.accordion-006 {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 7px;
  background-color: #ffffff;
  border-radius: 5px;
}

.accordion-006 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5em 2em;
  font-weight: 800;
  cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
  display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #c8004c;
  content: '';
}

.accordion-006 summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.accordion-006 summary::after {
  transition: rotate .3s;
}

.accordion-006[open] summary::after {
  rotate: 90deg;
}

.accordion-006 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 1.5em 1.5em;
  transition: transform .5s, opacity .5s;
  font-weight: 500;
  line-height: 1.5em;
}

.accordion-006[open] p {
  transform: none;
  opacity: 1;
}

.accordion-006 a {
  color: #009FE8;
}

@media (max-width: 768px) {
  .accordion-006 summary::before {
    right: 1.3em;
  }

  .accordion-006 summary {
    padding: 1.5em 1.3em;
  }
}

.accordion-006 .a-box {
  border: #555 solid 2px;
  padding: 0 6px;
  border-radius: 5px;
}

/* よくある質問　ここまで */

/* 協賛社 */

.support-inner {
  background-color: #ffefd9;
  padding: 5em 0;
}

.support-body {
  margin-top: 3em;
}

.support-grid {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.support-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.support-grids a:hover img {
  transform: scale(1.05);
}

@media screen and (max-width:768px) {
  .support-inner {
    padding: 3em 0;
  }

  .support-body {
    margin: 2em 20px 0 20px;
  }

  .support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 常に3列 */
    gap: 5px;
  }

  .support-grid img {
    border-radius: 4px;
  }

  .koen .support-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.special-thanks {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.special-thanks img {
  max-width: 250px;
  border-radius: 5px;
}

@media screen and (max-width:768px) {
  .special-thanks {
    max-width: 100%;
    text-align: center;
  }

  .special-thanks img {
    max-width: 100%;
  }

  .mw60 {
    max-width: 70% !important;
  }
}

.support-container {
  margin-bottom: 5em;
}

.support-container:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  .support-container {
    margin-bottom: 3em;
  }
}

/* フッター */
.footer .flex {
  display: flex;
  justify-content: space-between;
}

.footer .md-flex {
  padding: 2rem;
  padding-right: 15rem;
  align-items: center;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

.footer {
  font-size: 15px;
  color: #FFF;
  background: #c8004c;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer__logo img {
  width: 300px;
}

.fotter__logo__bottom {
  margin-top: 1em;
}

.fotter__logo__bottom p {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.5em;
  padding-left: .8em;
}

.fotter__logo__flex {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  padding-left: 0.8em;
  margin-top: 1em;
}

.fotter__logo__flex img {
  width: 200px;
}

.copyright-box {
  display: block;
  background-color: #910a3e;
  padding: 1em 0;
}

.copyright-box p {
  color: #fff;
}

@media (min-width: 768px) {

  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer .md-flex {
    padding: 2rem;
    align-items: center;
  }

  .copyright-box {
    padding: 1em;
    font-size: 0.8em;
    text-align: center;
  }
}

/* コンタクト　CONTACT */
.contact {
  background-color: #fff;
  padding: 1.5em;
  border-radius: 10px;
  align-items: center;
}

/* メールアイコン */
.dli-mail {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.06667em;
  height: 0.8em;
  border: 0.15em solid currentColor;
  border-radius: 0.1em;
  box-sizing: content-box;
  overflow: hidden;
}

.dli-mail::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.75425em;
  height: 0.75425em;
  border: 0.15em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 0.1em;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}

/* ハンバーガーメニュー */
nav {
  display: block;
  position: fixed;
  top: 0;
  right: -400px;
  bottom: 0;
  width: 400px;
  background: #c8004c;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}

/* @media screen and (max-width:768px) {
  nav {
    background: rgba(242, 150, 0, 0.7);
  }
} */


.open nav {
  right: 0;
  opacity: 1;
}

nav .inner {
  padding: 50px;
  padding-top: 100px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 2px dotted #FFFFF8;
}

nav .inner ul li a {
  display: block;
  color: #FFFFF8;
  font-size: 16px;
  padding: 1.5em 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  background: #d34f84;
  padding: 1.8em 1em;
}

nav .inner ul li a .left {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: .2em;
}

.nav-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  nav {
    right: -80vw;
    width: 80vw;
  }

  nav .inner {
    padding: 30px;
    padding-top: 80px;
  }

  nav .inner ul li a .left {
    font-size: 1.8rem;
  }
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
  background-color: #c8004c;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 20px;
  width: 30px;
  height: 2px;
  background-color: #fffff8;
  border-radius: 4px;
  transition: all .5s;
}

.toggle_btn span:nth-child(1) {
  top: 24px;
}

.toggle_btn span:nth-child(2) {
  top: 34px;
}

.toggle_btn span:nth-child(3) {
  top: 44px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

@media screen and (max-width: 767px) {
  .toggle_btn {
    width: 50px;
    height: 50px;
  }

  .toggle_btn span {
    left: 11px;
  }

  .toggle_btn span:nth-child(1) {
    top: 14px;
  }

  .toggle_btn span:nth-child(2) {
    top: 24px;
  }

  .toggle_btn span:nth-child(3) {
    top: 34px;
  }
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFF8;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

/*============
main
=============*/
/* main {
  padding: 50px;
}

main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
} */

/* フェードイン */
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}

.fadein-bottom {
  transform: translate(0, 30px);
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* 右下配置　トップボタン */
#pagetopBtn {
  position: fixed;
  right: 40px;
  bottom: 40px;
}

@media screen and (max-width:767px) {
  #pagetopBtn {
    right: 10px;
    bottom: 10px;
  }
}

/* アイコン */
.dli-external-link {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  top: -3px;
  width: 0.9em;
  height: 0.9em;
  border: 0.15em solid currentColor;
  border-radius: 0.1em;
  background: #3ab3ed;
  box-sizing: content-box;
  position: relative;
}

.dli-external-link>span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.15em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: #3ab3ed;
  box-shadow: -0.1em 0.1em 0 0.1em #3ab3ed;
  box-sizing: border-box;
}

.dli-external-link>span::before {
  content: '';
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.1em;
  height: 0.9em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}