@charset "UTF-8";
/* -----------------------------------------------------
variables
----------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------------------------------------

anniverary_2022

------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important; }
  .sp {
    display: block !important; } }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, li, div, a {
  margin: 0;
  padding: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *, *::before, *::after {
    -webkit-animation-duration: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
    -o-transition-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 74, 148, 0.47)), to(rgba(199, 105, 142, 0.47)));
  background: -webkit-linear-gradient(top, rgba(38, 74, 148, 0.47), rgba(199, 105, 142, 0.47));
  background: -o-linear-gradient(top, rgba(38, 74, 148, 0.47), rgba(199, 105, 142, 0.47));
  background: linear-gradient(to bottom, rgba(38, 74, 148, 0.47), rgba(199, 105, 142, 0.47));
  color: #333; }

img {
  vertical-align: bottom;
  border: none; }

li {
  list-style: none; }

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.inner {
  width: 95%;
  max-width: 960px;
  margin: 0 auto; }

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
.foot1, .foot2 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 110px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ft1 {
  color: #C7698E;
  font-size: clamp(2.5rem, 1.538rem + 2.05vw, 4rem);
  letter-spacing: .1em;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .ft1 {
      margin-bottom: 6.51042vw; } }
  .ft1 span {
    margin-left: 15px; }

.btn_cm {
  display: block;
  width: 100%;
  font-size: 2.8rem;
  text-decoration: none;
  margin: 0 auto;
  padding: 13px 10px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 10px;
  color: white;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#D87FA2), color-stop(50%, #ABADCB), color-stop(50%, #ABADCB), color-stop(60%, #C7698E), to(#C7698E));
  background: -webkit-linear-gradient(left, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
  background: -o-linear-gradient(left, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
  background: linear-gradient(90deg, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
  background-size: 300% auto;
  background-position: right center;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  @media screen and (max-width: 768px) {
    .btn_cm {
      font-size: 4.29688vw; } }
  .btn_cm:hover {
    background-position: left center;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn_dis {
  background: #ccc; }

.sp_btn {
  display: none; }

.bx2c {
  max-width: 670px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .bx2c img {
    width: 100%; }
  .bx2c a {
    display: block;
    width: 44%; }
    .bx2c a:nth-of-type(1) {
      border: 1px solid #264A94;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

.sec1, .sec2 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 110px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sec1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.left {
  width: 100%; }

.left_in {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 112px 1fr;
  grid-template-columns: 112px 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 25px; }
  .left_in img {
    width: 100%;
    height: auto;
    max-width: 112px;
    position: relative;
    top: 20px; }

.ft1 {
  color: #C7698E;
  font-size: clamp(2.5rem, 1.538rem + 2.05vw, 4rem);
  letter-spacing: .1em;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center; }
  .ft1 span {
    margin-left: 15px; }

.ft2 {
  color: #264A94;
  font-size: clamp(1.5rem, 0.859rem + 1.37vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5px;
  letter-spacing: .1em; }
  .ft2 .ttl {
    padding-right: 20px; }
  .ft2 .txt {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.prog_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px; }
  .prog_w .yous {
    width: 50%;
    text-align: center; }
  .prog_w .youtube {
    margin: 30px auto 0 auto; }
  .prog_w .ttl {
    display: inline-block;
    padding: 3px 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #C7698E;
    border: 1px solid #C7698E;
    font-size: clamp(2.2rem, 2.008rem + 0.41vw, 2.5rem); }

.prog {
  letter-spacing: 0.1em;
  width: 100%;
  /* タイトルの背景色 */
  /* コンテンツボックスの枠線 */
  /* 矢印 */ }
  .prog:first-child {
    margin-right: 30px; }
  .prog .accordion-title {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 60px 20px 20px; }
    @media all and (max-width: 750px) {
      .prog .accordion-title {
        text-align: center;
        padding: 15px 40px 15px 15px;
        font-size: 3.90625vw; } }
  .prog .accordion-content {
    display: none;
    padding: 20px 40px; }
    @media all and (max-width: 750px) {
      .prog .accordion-content {
        padding: 20px; } }
  .prog .accordion-item .accordion-title {
    background-color: #C7698E; }
  .prog .accordion-item .accordion-content {
    border-bottom: 2px solid #C7698E;
    border-left: 2px solid #C7698E;
    border-right: 2px solid #C7698E; }
  .prog .accordion-title {
    position: relative; }
  .prog .accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 25px;
    top: 38%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, top .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 12px; }
    @media all and (max-width: 750px) {
      .prog .accordion-title::after {
        right: 15px;
        width: 10px;
        height: 10px; } }
  .prog .accordion-title.open::after {
    top: 45%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .prog .table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media all and (max-width: 750px) {
      .prog .table dl {
        display: block;
        margin-bottom: 10px; } }
    .prog .table dl dt {
      font-weight: bold;
      font-size: 18px;
      min-width: 100px; }
      @media all and (max-width: 750px) {
        .prog .table dl dt {
          font-size: 16px; } }
    .prog .table dl .txt {
      font-weight: bold;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      margin-bottom: 10px; }
      @media all and (max-width: 750px) {
        .prog .table dl .txt {
          font-size: 16px; } }
    .prog .table dl dd {
      margin-top: 3px;
      font-size: 16px; }
      @media all and (max-width: 750px) {
        .prog .table dl dd {
          font-size: 14px; } }
      .prog .table dl dd span {
        font-weight: bold;
        font-size: 18px;
        color: #C7698E;
        line-height: 1; }
      .prog .table dl dd .kuro {
        color: #333;
        font-size: 16px; }
  .prog ul {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0 0; }
  .prog li {
    font-size: clamp(1.5rem, 1.308rem + 0.41vw, 1.8rem);
    padding-bottom: 10px; }
    .prog li:last-of-type {
      text-indent: -1.7em;
      padding-left: 1.7em; }
      .prog li:last-of-type span {
        font-size: clamp(1.2rem, 1.308rem + 0.41vw, 1.4rem); }
        .prog li:last-of-type span .small {
          font-size: clamp(1.2rem, 1.136rem + 0.14vw, 1.3rem); }
        .prog li:last-of-type span .indent {
          padding-left: 5.2em; }
          @media screen and (max-width: 768px) {
            .prog li:last-of-type span .indent {
              padding-left: 4.2em; } }

.right {
  width: 15%; }
  .right .ttl {
    border: 1px solid #C7698E;
    color: #C7698E;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: clamp(5rem, 3.718rem + 2.74vw, 7rem);
    font-weight: 400;
    letter-spacing: .3em;
    padding: 35px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  height: 80px;
  margin: 50px auto;
  line-height: 1.5; }
  .btn1 .btn_cm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: clamp(1.8rem, 1.351rem + 0.96vw, 2.5rem);
    text-decoration: none;
    margin: 0 auto;
    padding: 13px 10px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    border-radius: 10px;
    color: white;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#D87FA2), color-stop(50%, #ABADCB), color-stop(50%, #ABADCB), color-stop(60%, #C7698E), to(#C7698E));
    background: -webkit-linear-gradient(left, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
    background: -o-linear-gradient(left, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
    background: linear-gradient(90deg, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
    background-size: 300% auto;
    background-position: right center;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease; }
    .btn1 .btn_cm:hover {
      background-position: left center;
      -webkit-box-shadow: none;
      box-shadow: none; }

.btn2 {
  margin: 50px auto 0; }
  @media screen and (max-width: 768px) {
    .btn2 {
      margin: 25px auto 0; } }

.btn_dis {
  background: #ccc; }

.sp_btn {
  display: none; }

.sec2, .sec3 {
  margin-bottom: 30px; }
  .sec2 .cap, .sec3 .cap {
    text-align: right;
    margin-top: 8px; }
    @media screen and (max-width: 768px) {
      .sec2 .cap, .sec3 .cap {
        margin-top: 2.08333vw; } }
  .sec2 .bx, .sec3 .bx {
    padding: 40px 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #c5c3d9;
    text-align: center; }
  .sec2 .ttl, .sec3 .ttl {
    font-size: 24px;
    display: inline-block;
    border: 1px solid #333;
    padding: 2px 41px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500; }
  .sec2 .acc, .sec3 .acc {
    text-align: left;
    font-size: clamp(1.5rem, 1.179rem + 0.68vw, 2rem); }
    .sec2 .acc ul, .sec3 .acc ul {
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0; }
    .sec2 .acc li, .sec3 .acc li {
      position: relative;
      padding-left: 25px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .sec2 .acc li:before, .sec3 .acc li:before {
        content: "";
        position: absolute;
        top: 17px;
        left: 7px;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #333; }

.phtx {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .phtx .ph {
    width: 32%;
    text-align: left; }
    .phtx .ph img {
      width: 100%; }
  .phtx .txt {
    width: 62%;
    text-align: left; }
  .phtx .ttls {
    font-size: 16px; }
  .phtx .name {
    font-size: 22px;
    font-weight: 700;
    padding: 5px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .phtx .tx {
    font-size: 15px; }

.bx2 {
  margin-top: 70px; }
  .bx2 .phtx .txt {
    width: 60%; }

.bx3 {
  text-align: center; }
  .bx3 .ttl {
    color: #C7698E;
    border: 1px solid #C7698E;
    font-size: clamp(2.5rem, 1.538rem + 2.05vw, 4rem); }
  .bx3 .bx {
    margin-top: 45px; }
  .bx3 .comes {
    font-size: clamp(1.8rem, 1.672rem + 0.27vw, 2rem); }

.youtube {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  aspect-ratio: 16 / 9; }

.youtube iframe {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 850px) {
  .left_in {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .left_in .img {
      margin: 0 auto 20px auto; }
      .left_in .img img {
        top: 0; }
  .conts {
    display: inline-block; } }

@media all and (max-width: 750px) {
  .news .flex:last-of-type {
    margin-bottom: 50px; }
  .news p {
    margin-bottom: 10px; }
    .news p:last-child {
      bottom: 0; }
  .youtube {
    margin: 40px auto 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body {
    line-height: 1.6;
    font-size: 1.5rem; }
  .inner {
    width: 89%; }
  #wrapper {
    width: 100%;
    overflow: hidden; }
  .head .inner {
    width: 100%; }
    .head .inner img {
      height: 50px; }
  .pg_ttl {
    font-size: 1.6rem;
    padding-left: 10px; }
  .mv {
    margin-top: 0; }
    .mv .pc {
      display: none; }
    .mv .sp {
      display: block; }
  .sec1, .sec2, .foot1, .foot2 {
    margin-top: 30px;
    padding: 60px 0; }
  .ft1 span {
    display: block;
    margin-left: 0; }
  .left {
    width: 100%; }
  .btn1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .ft2 {
    font-size: 1.4rem; }
    .ft2 .ttl {
      display: inline-block;
      background: none;
      min-width: 0;
      white-space: nowrap;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      letter-spacing: 0; }
    .ft2 .txt {
      width: 100%;
      padding-left: 0;
      letter-spacing: 0; }
      .ft2 .txt span {
        display: block; }
  .prog li {
    letter-spacing: 0; }
  .sec2 {
    padding: 30px 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 6px black;
    box-shadow: 0 3px 6px black; }
    .sec2 .ttl {
      font-size: clamp(2.5rem, 2.179rem + 0.68vw, 3rem);
      padding: 2px 30px; }
    .sec2 .bx {
      padding: 40px 20px 20px 20px; }
  .sec3 {
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .phtx {
    display: block;
    margin-top: 35px; }
    .phtx .ph {
      width: 100%; }
      .phtx .ph img {
        max-width: 250px;
        margin: 0 auto; }
    .phtx .txt {
      margin-top: 20px;
      width: 100%; }
    .phtx .tx {
      font-size: 1.2rem;
      line-height: 2; }
  .bx2 {
    margin-top: 30px; }
    .bx2 .phtx .ph img {
      max-width: 100%; }
  .bx2 .phtx .txt {
    width: 100%; }
  .sec2 .acc {
    font-size: 1.2rem;
    line-height: 2; }
    .sec2 .acc li:before {
      top: 9px;
      left: 5px;
      width: 3px;
      height: 3px; }
    .sec2 .acc li {
      padding-left: 15px; }
    .sec2 .acc .minis {
      letter-spacing: -.04em; }
  .ac2 {
    margin-top: 10px; }
  .bx3 .bx {
    margin-top: 40px; }
  .sec_add .youtube {
    margin: 0 auto 30px auto; }
  .prog_w {
    display: block;
    margin-top: 0; }
    .prog_w .yous {
      margin-top: 40px;
      width: 100%;
      text-align: left; }
    .prog_w .youtube {
      margin: 30px auto 0 auto; }
  .prog {
    width: 100%; }
  .sec1_2 .ft1 br {
    display: block; }
  .ft1 br {
    display: none; }
  .sec_add .btn1 a {
    max-width: 75%; } }

/*------------------------------------------------------------
media
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .inner {
    width: 89%; } }

@media all and (max-width: 750px) {
  body {
    line-height: 1.6;
    font-size: 1.5rem; }
  .inner {
    width: 89%; }
  #wrapper {
    width: 100%;
    overflow: hidden; }
  .head .inner {
    width: 100%; }
    .head .inner img {
      height: 50px; } }

/*--media_end--*/
/*------------------------------------------------------------

anniverary_2023

------------------------------------------------------------*/
.sec3, .sec4 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 110px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 750px) {
    .sec3, .sec4 {
      padding: 60px 0; } }
  .sec3 .bnr_archive, .sec4 .bnr_archive {
    max-width: 460px; }
    @media all and (max-width: 750px) {
      .sec3 .bnr_archive, .sec4 .bnr_archive {
        max-width: 100%; } }
  .sec3 .ttl_txt, .sec4 .ttl_txt {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px; }
    @media all and (max-width: 750px) {
      .sec3 .ttl_txt, .sec4 .ttl_txt {
        font-size: 24px;
        margin-bottom: 10px; } }
  .sec3 .ttl_flex, .sec4 .ttl_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 750px) {
      .sec3 .ttl_flex, .sec4 .ttl_flex {
        display: block; } }
    .sec3 .ttl_flex .block:nth-of-type(1), .sec4 .ttl_flex .block:nth-of-type(1) {
      margin-right: 30px;
      width: 80px; }
      @media all and (max-width: 750px) {
        .sec3 .ttl_flex .block:nth-of-type(1), .sec4 .ttl_flex .block:nth-of-type(1) {
          margin-right: 0;
          width: auto; } }
      @media all and (max-width: 750px) {
        .sec3 .ttl_flex .block:nth-of-type(1) img, .sec4 .ttl_flex .block:nth-of-type(1) img {
          margin: 0 auto 15px; } }
    .sec3 .ttl_flex .block:nth-of-type(2) p, .sec4 .ttl_flex .block:nth-of-type(2) p {
      line-height: 1.5; }
      .sec3 .ttl_flex .block:nth-of-type(2) p:nth-of-type(1), .sec4 .ttl_flex .block:nth-of-type(2) p:nth-of-type(1) {
        font-size: 30px;
        color: #264A94; }
        @media all and (max-width: 750px) {
          .sec3 .ttl_flex .block:nth-of-type(2) p:nth-of-type(1), .sec4 .ttl_flex .block:nth-of-type(2) p:nth-of-type(1) {
            font-size: 24px;
            line-height: 1.2; } }
      .sec3 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2), .sec4 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2) {
        font-size: 26px;
        color: #C7698E;
        padding-left: 60px;
        position: relative; }
        @media all and (max-width: 750px) {
          .sec3 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2), .sec4 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2) {
            font-size: 20px;
            padding-left: 40px; } }
        .sec3 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2):before, .sec4 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2):before {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 50px;
          height: 1px;
          background: #C7698E; }
          @media all and (max-width: 750px) {
            .sec3 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2):before, .sec4 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2):before {
              width: 30px; } }
      .sec3 .ttl_flex .block:nth-of-type(2) p span, .sec4 .ttl_flex .block:nth-of-type(2) p span {
        font-size: 0.8em; }
  .sec3 .schedule, .sec4 .schedule {
    padding: 20px;
    margin-bottom: 20px; }
    @media all and (max-width: 750px) {
      .sec3 .schedule, .sec4 .schedule {
        margin-bottom: 30px;
        padding: 0;
        margin-top: 10px; } }
    .sec3 .schedule .contents, .sec4 .schedule .contents {
      display: table;
      margin: 0 auto; }
      .sec3 .schedule .contents p, .sec4 .schedule .contents p {
        font-size: 20px; }
        @media all and (max-width: 750px) {
          .sec3 .schedule .contents p, .sec4 .schedule .contents p {
            font-size: 16px; } }
  .sec3 .end_txt, .sec4 .end_txt {
    margin-bottom: 80px;
    font-weight: bold;
    color: #ff0000;
    font-size: 28px;
    text-align: center; }
    @media all and (max-width: 750px) {
      .sec3 .end_txt, .sec4 .end_txt {
        margin-bottom: 40px;
        font-size: 24px; } }
  .sec3 .annotation, .sec4 .annotation {
    font-size: 14px !important; }
    @media all and (max-width: 750px) {
      .sec3 .annotation, .sec4 .annotation {
        font-size: 12px !important; } }
  .sec3 .program .section, .sec4 .program .section {
    border: 3px solid #C7698E;
    padding: 40px;
    margin-bottom: 20px;
    /* タイトルの背景色 */
    /* コンテンツボックスの枠線 */
    /* 矢印 */ }
    @media all and (max-width: 750px) {
      .sec3 .program .section, .sec4 .program .section {
        border: 2px solid #C7698E;
        padding: 20px; } }
    .sec3 .program .section:last-of-type, .sec4 .program .section:last-of-type {
      margin-bottom: 0; }
    .sec3 .program .section h3, .sec4 .program .section h3 {
      font-size: 25px;
      color: #264A94;
      text-align: center;
      margin-bottom: 15px;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      @media all and (max-width: 750px) {
        .sec3 .program .section h3, .sec4 .program .section h3 {
          font-size: 20px;
          margin-bottom: 20px; } }
      .sec3 .program .section h3 span, .sec4 .program .section h3 span {
        font-size: 0.6em; }
    .sec3 .program .section p, .sec4 .program .section p {
      font-size: 15px; }
      @media all and (max-width: 750px) {
        .sec3 .program .section p, .sec4 .program .section p {
          font-size: 14px; } }
    .sec3 .program .section .txt, .sec4 .program .section .txt {
      display: table;
      margin: 0 auto; }
      .sec3 .program .section .txt p, .sec4 .program .section .txt p {
        margin-bottom: 20px;
        line-height: 1.5; }
        .sec3 .program .section .txt p:last-child, .sec4 .program .section .txt p:last-child {
          margin-bottom: 0; }
        .sec3 .program .section .txt p span, .sec4 .program .section .txt p span {
          display: inline-block;
          text-indent: 4em; }
          @media all and (max-width: 750px) {
            .sec3 .program .section .txt p span, .sec4 .program .section .txt p span {
              text-indent: 4.3em; } }
    .sec3 .program .section .flex, .sec4 .program .section .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media all and (max-width: 750px) {
        .sec3 .program .section .flex, .sec4 .program .section .flex {
          display: block; } }
      .sec3 .program .section .flex p, .sec4 .program .section .flex p {
        line-height: 2; }
      .sec3 .program .section .flex .block:nth-of-type(1), .sec4 .program .section .flex .block:nth-of-type(1) {
        margin-right: 40px; }
        @media all and (max-width: 750px) {
          .sec3 .program .section .flex .block:nth-of-type(1), .sec4 .program .section .flex .block:nth-of-type(1) {
            margin-right: 0;
            margin-bottom: 20px; } }
    .sec3 .program .section:nth-of-type(1), .sec4 .program .section:nth-of-type(1) {
      border: 3px solid #C7698E;
      padding: 60px 100px;
      position: relative;
      z-index: 1; }
      @media all and (max-width: 750px) {
        .sec3 .program .section:nth-of-type(1), .sec4 .program .section:nth-of-type(1) {
          padding: 40px 20px;
          border: 2px solid #C7698E; } }
      .sec3 .program .section:nth-of-type(1) h3, .sec4 .program .section:nth-of-type(1) h3 {
        font-size: 20px;
        margin-bottom: 0; }
        @media all and (max-width: 750px) {
          .sec3 .program .section:nth-of-type(1) h3, .sec4 .program .section:nth-of-type(1) h3 {
            font-size: 4vw;
            line-height: 1.6; } }
      .sec3 .program .section:nth-of-type(1) .opening, .sec4 .program .section:nth-of-type(1) .opening {
        max-width: 650px;
        margin: 0 auto; }
        @media all and (max-width: 750px) {
          .sec3 .program .section:nth-of-type(1) .opening, .sec4 .program .section:nth-of-type(1) .opening {
            max-width: 100%; } }
        .sec3 .program .section:nth-of-type(1) .opening p, .sec4 .program .section:nth-of-type(1) .opening p {
          margin-bottom: 30px;
          text-indent: -5em;
          padding-left: 5em; }
          @media all and (max-width: 750px) {
            .sec3 .program .section:nth-of-type(1) .opening p, .sec4 .program .section:nth-of-type(1) .opening p {
              text-indent: -3em;
              padding-left: 3em; } }
          .sec3 .program .section:nth-of-type(1) .opening p span, .sec4 .program .section:nth-of-type(1) .opening p span {
            font-weight: bold;
            font-size: 18px;
            line-height: 1; }
            @media all and (max-width: 750px) {
              .sec3 .program .section:nth-of-type(1) .opening p span, .sec4 .program .section:nth-of-type(1) .opening p span {
                font-size: 16px; } }
          .sec3 .program .section:nth-of-type(1) .opening p .indent, .sec4 .program .section:nth-of-type(1) .opening p .indent {
            font-weight: normal;
            font-size: 16px;
            text-indent: -4em;
            padding-left: 4em;
            display: block;
            line-height: 1.6; }
            @media all and (max-width: 750px) {
              .sec3 .program .section:nth-of-type(1) .opening p .indent, .sec4 .program .section:nth-of-type(1) .opening p .indent {
                font-size: 14px; } }
      .sec3 .program .section:nth-of-type(1) .table dl, .sec4 .program .section:nth-of-type(1) .table dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        @media all and (max-width: 750px) {
          .sec3 .program .section:nth-of-type(1) .table dl, .sec4 .program .section:nth-of-type(1) .table dl {
            display: block;
            margin-bottom: 10px; } }
        .sec3 .program .section:nth-of-type(1) .table dl dt, .sec4 .program .section:nth-of-type(1) .table dl dt {
          font-weight: bold;
          font-size: 18px;
          min-width: 100px; }
          @media all and (max-width: 750px) {
            .sec3 .program .section:nth-of-type(1) .table dl dt, .sec4 .program .section:nth-of-type(1) .table dl dt {
              font-size: 16px; } }
        .sec3 .program .section:nth-of-type(1) .table dl .txt, .sec4 .program .section:nth-of-type(1) .table dl .txt {
          font-weight: bold;
          font-size: 18px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0;
          margin-bottom: 10px; }
          @media all and (max-width: 750px) {
            .sec3 .program .section:nth-of-type(1) .table dl .txt, .sec4 .program .section:nth-of-type(1) .table dl .txt {
              font-size: 16px; } }
        .sec3 .program .section:nth-of-type(1) .table dl dd, .sec4 .program .section:nth-of-type(1) .table dl dd {
          margin-top: 3px;
          font-size: 16px; }
          @media all and (max-width: 750px) {
            .sec3 .program .section:nth-of-type(1) .table dl dd, .sec4 .program .section:nth-of-type(1) .table dl dd {
              font-size: 14px; } }
          .sec3 .program .section:nth-of-type(1) .table dl dd span, .sec4 .program .section:nth-of-type(1) .table dl dd span {
            font-weight: bold;
            font-size: 18px;
            color: #C7698E;
            line-height: 1; }
          .sec3 .program .section:nth-of-type(1) .table dl dd .kuro, .sec4 .program .section:nth-of-type(1) .table dl dd .kuro {
            color: #333;
            font-size: 16px; }
    .sec3 .program .section .accordion-title, .sec4 .program .section .accordion-title {
      color: #fff;
      cursor: pointer;
      font-size: 16px;
      padding: 20px 60px 20px 20px; }
      @media all and (max-width: 750px) {
        .sec3 .program .section .accordion-title, .sec4 .program .section .accordion-title {
          padding: 15px 40px 15px 15px; } }
    .sec3 .program .section .accordion-content, .sec4 .program .section .accordion-content {
      display: none;
      padding: 20px 40px; }
      @media all and (max-width: 750px) {
        .sec3 .program .section .accordion-content, .sec4 .program .section .accordion-content {
          padding: 20px; } }
    .sec3 .program .section .accordion-item .accordion-title, .sec4 .program .section .accordion-item .accordion-title {
      background-color: #C7698E; }
    .sec3 .program .section .accordion-item .accordion-content, .sec4 .program .section .accordion-item .accordion-content {
      border-bottom: 2px solid #C7698E;
      border-left: 2px solid #C7698E;
      border-right: 2px solid #C7698E; }
    .sec3 .program .section .accordion-title, .sec4 .program .section .accordion-title {
      position: relative; }
    .sec3 .program .section .accordion-title::after, .sec4 .program .section .accordion-title::after {
      border-right: solid 2px #fff;
      border-top: solid 2px #fff;
      content: "";
      display: block;
      height: 12px;
      position: absolute;
      right: 25px;
      top: 38%;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out, top .3s ease-in-out;
      transition: transform .3s ease-in-out, top .3s ease-in-out;
      transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
      width: 12px; }
      @media all and (max-width: 750px) {
        .sec3 .program .section .accordion-title::after, .sec4 .program .section .accordion-title::after {
          right: 15px;
          width: 10px;
          height: 10px; } }
    .sec3 .program .section .accordion-title.open::after, .sec4 .program .section .accordion-title.open::after {
      top: 45%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sec3 .program .section:nth-of-type(2), .sec4 .program .section:nth-of-type(2) {
      border: none; }
    .sec3 .program .section:nth-of-type(3), .sec4 .program .section:nth-of-type(3) {
      border: 2px solid #c5c3d9; }
      .sec3 .program .section:nth-of-type(3) .block:nth-of-type(1), .sec4 .program .section:nth-of-type(3) .block:nth-of-type(1) {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .sec3 .program .section:nth-of-type(3) .block img, .sec4 .program .section:nth-of-type(3) .block img {
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 250px;
        height: 250px;
        margin: 0 auto; }
        @media all and (max-width: 750px) {
          .sec3 .program .section:nth-of-type(3) .block img, .sec4 .program .section:nth-of-type(3) .block img {
            width: 70vw;
            height: 70vw; } }
    .sec3 .program .section:nth-of-type(4), .sec4 .program .section:nth-of-type(4) {
      border: none; }
      .sec3 .program .section:nth-of-type(4) h3, .sec4 .program .section:nth-of-type(4) h3 {
        margin-bottom: -30px; }
      .sec3 .program .section:nth-of-type(4) .block img, .sec4 .program .section:nth-of-type(4) .block img {
        width: 450px; }

.btn_cm {
  max-width: 700px;
  margin: 0 auto 80px; }

.btn_cm_02 {
  margin: 0 auto 40px; }

.sec4 {
  padding: 110px 0 0; }
  @media all and (max-width: 750px) {
    .sec4 {
      padding: 60px 0 0; } }
  .sec4 h2 {
    text-align: center;
    font-size: 30px;
    color: #C7698E;
    margin-bottom: 30px; }
    @media all and (max-width: 750px) {
      .sec4 h2 {
        font-size: 26px;
        margin-bottom: 20px; } }
  .sec4 a {
    border: 1px solid #ccc;
    display: table;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .sec4 a:hover {
      opacity: 0.8;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

/*------------------------------------------------------------

anniverary_2023 report

------------------------------------------------------------*/
#wrapper_report {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 160px 0 0;
  background: #fff; }

.ft1 {
  color: #C7698E;
  font-size: clamp(2.5rem, 1.538rem + 2.05vw, 4rem);
  letter-spacing: .1em;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .ft1 {
      margin-bottom: 6.51042vw; } }
  .ft1 span {
    margin-left: 15px; }

.about {
  margin-bottom: 80px;
  font-size: 18px; }

.report {
  margin-bottom: 100px; }
  .report .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5; }
    @media screen and (max-width: 768px) {
      .report .flex {
        display: block;
        margin-bottom: 10.41667vw;
        padding-bottom: 7.8125vw; } }
    .report .flex:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; }
      .report .flex:nth-of-type(even) p {
        margin-left: 0 !important;
        margin-right: 30px; }
    .report .flex:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .report .flex .block {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .report .flex .block p {
        font-size: 18px;
        margin-left: 30px;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          .report .flex .block p {
            margin-left: 0;
            font-size: 3.90625vw;
            margin-top: 3.90625vw; } }
      .report .flex .block img {
        margin: 0 auto; }
    .report .flex span {
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .report .flex span {
          font-size: 2.86458vw; } }

.mb0 {
  margin-bottom: 0; }

/*------------------------------------------------------------

anniverary_2023 report_mtg

------------------------------------------------------------*/
.report_about {
  font-size: 18px;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .report_about {
      font-size: 3.90625vw;
      margin-bottom: 10.41667vw; } }

/*------------------------------------------------------------

anniverary_2024

------------------------------------------------------------*/
.ft3 {
  color: #264A94;
  font-weight: 500;
  font-size: clamp(2rem, 0.387rem + 3.44vw, 4rem);
  line-height: 1.2;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .ft3 {
      line-height: 1.6; } }
  .ft3 .num {
    display: inline-block;
    margin-left: .5em; }
    @media screen and (max-width: 768px) {
      .ft3 .num {
        display: block;
        margin: auto; } }
  .ft3 .subttl {
    display: block;
    text-align: center;
    font-size: clamp(1.5rem, 0.29rem + 2.58vw, 3rem); }

.sec5 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 95px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .sec5 {
      padding: 60px 0;
      margin-bottom: 3.90625vw; } }
  .sec5 .flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .sec5 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.60417vw;
        margin-bottom: 5.20833vw; }
        .sec5 .flex .img {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          width: 22.52604vw; } }
  .sec5 .left {
    text-align: center; }
  .sec5 h4 {
    color: #264A94;
    font-weight: 500;
    font-size: clamp(2.5rem, 0.484rem + 4.3vw, 5rem);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .sec5 h4 {
        margin-bottom: 3.90625vw; } }
    .sec5 h4 .subttl {
      display: inline-block;
      margin-left: .5em;
      font-size: clamp(3rem, 0.581rem + 5.16vw, 6rem); }
      @media screen and (max-width: 768px) {
        .sec5 h4 .subttl {
          display: block;
          margin: auto; } }
  @media screen and (max-width: 768px) {
    .sec5 .img1 {
      width: 100vw;
      margin-left: -7.8125vw;
      max-width: inherit; } }
  .sec5 .h3Ttl {
    color: #C7698E;
    font-size: clamp(2.5rem, 1.29rem + 2.58vw, 4rem);
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .sec5 .h3Ttl {
        margin-bottom: 5.20833vw; } }
  .sec5 .cont1 {
    border: 1px solid #c7698e;
    position: relative;
    padding: 60px 80px;
    margin: 84px auto; }
    @media screen and (max-width: 768px) {
      .sec5 .cont1 {
        padding: 7.8125vw 3.90625vw 3.90625vw;
        margin: 11.71875vw 0; } }
    .sec5 .cont1:first-of-type {
      margin-top: 100px; }
      @media screen and (max-width: 768px) {
        .sec5 .cont1:first-of-type {
          margin-top: 13.67188vw; } }
    .sec5 .cont1 h5 {
      font-size: clamp(2rem, 0.79rem + 2.58vw, 3.5rem);
      font-weight: 500;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: auto;
      line-height: 1; }
      .sec5 .cont1 h5::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 1em;
        background-color: #fff;
        padding: 0 .5em;
        z-index: -1;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
    .sec5 .cont1 .bg_gray {
      background-color: #f3f3f3;
      padding: 30px 50px; }
      @media screen and (max-width: 768px) {
        .sec5 .cont1 .bg_gray {
          padding: 3.90625vw; } }
      .sec5 .cont1 .bg_gray .schedule {
        font-size: clamp(1.5rem, 1.097rem + 0.86vw, 2rem); }
        .sec5 .cont1 .bg_gray .schedule li {
          text-indent: -3em;
          padding-left: 3em; }
          @media screen and (max-width: 768px) {
            .sec5 .cont1 .bg_gray .schedule li {
              margin-bottom: 1.30208vw; } }
      .sec5 .cont1 .bg_gray .coution {
        font-size: clamp(1.1rem, 0.697rem + 0.86vw, 1.6rem);
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .sec5 .cont1 .bg_gray .coution {
            margin-top: 3.25521vw; } }
        .sec5 .cont1 .bg_gray .coution li {
          text-indent: -1em;
          padding-left: 1em; }
          @media screen and (max-width: 768px) {
            .sec5 .cont1 .bg_gray .coution li:not(:last-child) {
              margin-bottom: 1.30208vw; } }
    .sec5 .cont1 .text p {
      text-indent: 1em; }
  .sec5 .period {
    width: 86%;
    margin: 45px 0 0 6.3%; }
    @media screen and (max-width: 768px) {
      .sec5 .period {
        width: 100%;
        margin: 4.55729vw 0 0; } }
    .sec5 .period_ttl {
      font-size: clamp(1.5rem, 0.694rem + 1.72vw, 2.5rem);
      color: #264A94; }
    .sec5 .period_list {
      color: #264A94;
      font-weight: bold;
      line-height: 1.3;
      font-size: clamp(2rem, 0.871rem + 2.41vw, 3.4rem); }
      .sec5 .period_list_item:not(:last-child) {
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .sec5 .period_list_item:not(:last-child) {
            margin-bottom: 3.90625vw; } }
      .sec5 .period_list_item:nth-child(1) {
        padding-left: min(55px,3.27vw);
        background: url(../images/anniversary/2024/num1.png) left center/min(44px,2.62vw) no-repeat; }
        @media screen and (max-width: 768px) {
          .sec5 .period_list_item:nth-child(1) {
            padding-left: min(33px,8.8vw);
            background: url(../images/anniversary/2024/num1.png) left center/min(25.5px,6.64063vw) no-repeat; } }
        .sec5 .period_list_item:nth-child(1) .day {
          display: block;
          width: min(540px,85.14%);
          height: 24px;
          background: url(../images/anniversary/2024/day1.jpg) left center/contain no-repeat; }
          @media screen and (max-width: 768px) {
            .sec5 .period_list_item:nth-child(1) .day {
              width: 69.27083vw;
              height: 3.125vw;
              margin-top: 0.65104vw; } }
      .sec5 .period_list_item:nth-child(2) {
        padding-left: min(55px,3.27vw);
        background: url(../images/anniversary/2024/num2.png) left center/min(44px,2.62vw) no-repeat; }
        @media screen and (max-width: 768px) {
          .sec5 .period_list_item:nth-child(2) {
            padding-left: min(33px,8.8vw);
            background: url(../images/anniversary/2024/num2.png) left center/min(25.5px,6.64063vw) no-repeat; } }
        .sec5 .period_list_item:nth-child(2) .day {
          display: block;
          width: min(540px,85.14%);
          height: 24px;
          background: url(../images/anniversary/2024/day2.jpg) left center/contain no-repeat; }
          @media screen and (max-width: 768px) {
            .sec5 .period_list_item:nth-child(2) .day {
              width: 69.27083vw;
              height: 3.125vw;
              margin-top: 0.65104vw; } }
      .sec5 .period_list_item:nth-child(3) {
        padding-left: min(55px,3.27vw);
        background: url(../images/anniversary/2024/num3.png) left center/min(44px,2.62vw) no-repeat; }
        @media screen and (max-width: 768px) {
          .sec5 .period_list_item:nth-child(3) {
            padding-left: min(33px,8.8vw);
            background: url(../images/anniversary/2024/num3.png) left center/min(25.5px,6.64063vw) no-repeat; } }
        .sec5 .period_list_item:nth-child(3) .day {
          display: block;
          width: min(540px,85.14%);
          height: 24px;
          background: url(../images/anniversary/2024/day3.jpg) left center/contain no-repeat; }
          @media screen and (max-width: 768px) {
            .sec5 .period_list_item:nth-child(3) .day {
              width: 69.27083vw;
              height: 3.125vw;
              margin-top: 0.65104vw; } }
    .sec5 .period_coution {
      border: 2px solid #df0a2a;
      color: #df0a2a;
      padding: 20px 40px;
      margin-top: 25px;
      margin-left: min(55px,3.27vw); }
      @media screen and (max-width: 768px) {
        .sec5 .period_coution {
          margin: 3.90625vw auto 0;
          padding: 3.25521vw 4.55729vw; } }
      .sec5 .period_coution span {
        display: block;
        font-weight: bold;
        text-indent: -2em;
        padding-left: 2em;
        font-size: clamp(1.1rem, 0.697rem + 0.86vw, 1.6rem); }
  .sec5 .teacher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .sec5 .teacher {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .sec5 .teacher:not(:last-child) {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .sec5 .teacher:not(:last-child) {
          margin-bottom: 7.8125vw; } }
    .sec5 .teacher .img2 {
      width: 21.55%; }
      @media screen and (max-width: 768px) {
        .sec5 .teacher .img2 {
          width: 41.66667vw; } }
    .sec5 .teacher .textBox {
      width: 75.19%;
      margin-left: auto; }
      @media screen and (max-width: 768px) {
        .sec5 .teacher .textBox {
          width: 100%;
          margin-top: 4.55729vw; } }
    .sec5 .teacher .profile {
      font-size: clamp(2rem, 1.597rem + 0.86vw, 2.5rem);
      color: #264A94;
      font-weight: bold; }
      .sec5 .teacher .profile .name {
        font-size: clamp(2.75rem, 2.065rem + 1.46vw, 3.6rem);
        margin-right: .25em; }
        .sec5 .teacher .profile .name rt {
          font-size: clamp(1rem, 0.677rem + 0.69vw, 1.3rem);
          font-weight: 500; }
      .sec5 .teacher .profile .post {
        font-size: clamp(1.45rem, 1.087rem + 0.77vw, 1.9rem);
        margin-left: .5em; }
  .sec5 #apply {
    margin-top: 120px; }
    @media screen and (max-width: 768px) {
      .sec5 #apply {
        margin-top: 13.02083vw; } }
    .sec5 #apply dt {
      font-size: clamp(1.75rem, 0.413rem + 1.89vw, 2.4rem);
      color: #264A94;
      font-weight: bold;
      margin: 35px auto 5px; }
      @media screen and (max-width: 768px) {
        .sec5 #apply dt {
          margin: 9.11458vw auto 1.30208vw; } }
    .sec5 #apply .period_list {
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        .sec5 #apply .period_list {
          margin-top: 10.41667vw; } }
    .sec5 #apply .period_list_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin: 30px 0; }
      @media screen and (max-width: 768px) {
        .sec5 #apply .period_list_item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin: 6.51042vw auto;
          padding: 0;
          background: none; } }
      .sec5 #apply .period_list_item span {
        font-size: clamp(1.2rem, 0.413rem + 1.89vw, 2.4rem); }
      @media screen and (max-width: 768px) {
        .sec5 #apply .period_list_item:nth-child(1) .text {
          padding-left: 8.59375vw;
          background: url(../images/anniversary/2024/num1.png) left center/6.64063vw no-repeat; } }
      @media screen and (max-width: 768px) {
        .sec5 #apply .period_list_item:nth-child(2) .text {
          padding-left: 8.59375vw;
          background: url(../images/anniversary/2024/num2.png) left center/6.64063vw no-repeat; } }
      @media screen and (max-width: 768px) {
        .sec5 #apply .period_list_item:nth-child(3) .text {
          padding-left: 8.59375vw;
          background: url(../images/anniversary/2024/num3.png) left center/6.64063vw no-repeat; } }
      .sec5 #apply .period_list_item .text {
        width: 70%; }
        @media screen and (max-width: 768px) {
          .sec5 #apply .period_list_item .text {
            width: 100%;
            margin-bottom: 2.60417vw; } }
      .sec5 #apply .period_list_item .links {
        width: 30%; }
        @media screen and (max-width: 768px) {
          .sec5 #apply .period_list_item .links {
            width: 100%; } }
        .sec5 #apply .period_list_item .links._coming a {
          pointer-events: none;
          background: #bfbfbf; }
      .sec5 #apply .period_list_item .btn_cm {
        margin: 0;
        font-size: clamp(1.5rem, 1.097rem + 0.86vw, 2rem); }
    .sec5 #apply .b_under {
      border-bottom: 1px solid #264A94; }
  .sec5 .archive {
    margin-top: 120px; }
    @media screen and (max-width: 768px) {
      .sec5 .archive {
        margin-top: 14.32292vw; } }
    .sec5 .archive_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .sec5 .archive_list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 5.20833vw; } }
      .sec5 .archive_list li {
        width: 47.29%; }
        @media screen and (max-width: 768px) {
          .sec5 .archive_list li {
            width: 100%; } }
  .sec5 .radio {
    font-size: 2rem; }
    @media screen and (max-width: 768px) {
      .sec5 .radio {
        font-size: 3.64583vw; } }
    .sec5 .radio h2 {
      font-size: 3.2rem;
      font-weight: 400;
      color: #c7698e;
      text-align: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .sec5 .radio h2 {
          font-size: 4.6875vw;
          margin-bottom: 5.20833vw; } }
    .sec5 .radio .wrap {
      border: 1px solid #c7698e;
      margin-top: 56px;
      padding: 40px 56px; }
      @media screen and (max-width: 768px) {
        .sec5 .radio .wrap {
          border: 0.26042vw solid #c7698e;
          margin-top: 7.29167vw;
          padding: 5.20833vw 7.29167vw; } }
      .sec5 .radio .wrap dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .sec5 .radio .wrap dl dt {
          width: 110px; }
          @media screen and (max-width: 768px) {
            .sec5 .radio .wrap dl dt {
              width: 20.18229vw; } }
          .sec5 .radio .wrap dl dt span {
            letter-spacing: .5em; }
        .sec5 .radio .wrap dl dd {
          width: calc(100% - 110px);
          text-indent: -1em;
          padding-left: 1em; }
          @media screen and (max-width: 768px) {
            .sec5 .radio .wrap dl dd {
              width: calc(100% - 20.18229vw); } }
      .sec5 .radio .wrap .indent {
        text-indent: -1em;
        padding-left: 1em; }
      .sec5 .radio .wrap .indent2 {
        padding-left: 1em; }
      .sec5 .radio .wrap h3 {
        font-size: 2.4rem;
        color: #c7698e; }
        @media screen and (max-width: 768px) {
          .sec5 .radio .wrap h3 {
            font-size: 4.16667vw; } }
        .sec5 .radio .wrap h3:not(:first-child) {
          margin-top: 40px; }
          @media screen and (max-width: 768px) {
            .sec5 .radio .wrap h3:not(:first-child) {
              margin-top: 5.20833vw; } }
      .sec5 .radio .wrap a {
        color: #333;
        word-break: break-all; }
    .sec5 .radio .img {
      margin-top: 56px; }
      @media screen and (max-width: 768px) {
        .sec5 .radio .img {
          margin-top: 7.29167vw; } }

.sec6 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 95px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .sec6 {
      padding: 60px 0;
      margin-bottom: 3.90625vw; } }
  .sec6 .h3Ttl {
    color: #C7698E;
    font-size: clamp(2.5rem, 1.29rem + 2.58vw, 4rem);
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .sec6 .h3Ttl {
        margin-bottom: 5.20833vw; } }
  .sec6 .ttl_txt {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .sec6 .ttl_txt {
        font-size: 24px;
        margin-bottom: 10px; } }
  .sec6 .ttl_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .sec6 .ttl_flex {
        display: block; } }
    .sec6 .ttl_flex .block:nth-of-type(1) {
      margin-right: 30px;
      width: 80px; }
      @media screen and (max-width: 768px) {
        .sec6 .ttl_flex .block:nth-of-type(1) {
          margin-right: 0;
          width: auto; } }
      @media screen and (max-width: 768px) {
        .sec6 .ttl_flex .block:nth-of-type(1) img {
          margin: 0 auto 15px; } }
    .sec6 .ttl_flex .block:nth-of-type(2) p {
      line-height: 1.5; }
      .sec6 .ttl_flex .block:nth-of-type(2) p:nth-of-type(1) {
        text-align: center;
        font-size: 40px;
        color: #264A94; }
        @media screen and (max-width: 768px) {
          .sec6 .ttl_flex .block:nth-of-type(2) p:nth-of-type(1) {
            font-size: 6.25vw;
            line-height: 1.2; } }
      .sec6 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2) {
        font-size: 22px;
        color: #C7698E;
        padding-left: 50px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .sec6 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2) {
            font-size: 4.16667vw;
            padding-left: 5.20833vw; } }
        .sec6 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2):before {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 40px;
          height: 1px;
          background: #C7698E; }
          @media screen and (max-width: 768px) {
            .sec6 .ttl_flex .block:nth-of-type(2) p:nth-of-type(2):before {
              width: 3.90625vw; } }
      .sec6 .ttl_flex .block:nth-of-type(2) p span {
        font-size: 0.8em; }
    .sec6 .ttl_flex .block .block_in {
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .sec6 .ttl_flex .block .block_in {
          display: block; } }
      .sec6 .ttl_flex .block .block_in b {
        position: relative;
        padding-left: 50px;
        font-weight: inherit; }
        @media screen and (max-width: 768px) {
          .sec6 .ttl_flex .block .block_in b {
            display: block;
            text-align: left;
            padding-left: 5.20833vw;
            margin-left: 5.72917vw; } }
        .sec6 .ttl_flex .block .block_in b:before {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 40px;
          height: 1px;
          background: #264A94; }
          @media screen and (max-width: 768px) {
            .sec6 .ttl_flex .block .block_in b:before {
              width: 3.90625vw; } }
  .sec6 .schedule {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .sec6 .schedule {
        margin-top: 10px; } }
    .sec6 .schedule .contents {
      display: table;
      margin: 0 auto; }
      .sec6 .schedule .contents p {
        font-size: 20px; }
        @media screen and (max-width: 768px) {
          .sec6 .schedule .contents p {
            font-size: 16px; } }
  .sec6 .cont1 {
    border: 1px solid #c7698e;
    position: relative;
    padding: 60px 80px;
    margin: 84px auto; }
    @media screen and (max-width: 768px) {
      .sec6 .cont1 {
        padding: 7.8125vw 3.90625vw 3.90625vw;
        margin: 11.71875vw 0; } }
    .sec6 .cont1:first-of-type {
      margin-top: 100px; }
      @media screen and (max-width: 768px) {
        .sec6 .cont1:first-of-type {
          margin-top: 13.67188vw; } }
    .sec6 .cont1 h5 {
      font-size: clamp(2rem, 0.79rem + 2.58vw, 3.5rem);
      font-weight: 500;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: auto;
      line-height: 1; }
      .sec6 .cont1 h5::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 1em;
        background-color: #fff;
        padding: 0 .5em;
        z-index: -1;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
    .sec6 .cont1 .text p {
      text-indent: 1em; }
  .sec6 .lecturer {
    margin-bottom: 84px; }
    @media screen and (max-width: 768px) {
      .sec6 .lecturer {
        margin-bottom: 11.71875vw; } }
    .sec6 .lecturer .cont1 {
      margin-bottom: 0; }
    .sec6 .lecturer .cap {
      text-align: right;
      margin-top: 8px; }
      @media screen and (max-width: 768px) {
        .sec6 .lecturer .cap {
          margin-top: 2.08333vw; } }
  .sec6 .movie {
    margin: 84px auto;
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      .sec6 .movie {
        margin: 10.41667vw auto;
        padding: 0; }
        .sec6 .movie .youtube {
          margin-top: 3.125vw; } }
    .sec6 .movie h2 {
      font-size: 24px;
      color: #264A94;
      margin-bottom: 16px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .sec6 .movie h2 {
          font-size: 4.16667vw;
          margin-bottom: 0;
          padding: 0 1.30208vw; } }
  .sec6 .btn_area {
    margin: 84px auto 120px; }
    @media screen and (max-width: 768px) {
      .sec6 .btn_area {
        margin: 10.41667vw 0 15.625vw; } }
    .sec6 .btn_area a {
      font-size: 2.4rem;
      max-width: 800px;
      padding: 24px 10px; }
      @media screen and (max-width: 768px) {
        .sec6 .btn_area a {
          font-size: 3.64583vw;
          max-width: 100%;
          padding: 4.16667vw 3.125vw; } }
      .sec6 .btn_area a small {
        font-size: 80%; }
      .sec6 .btn_area a._coming {
        pointer-events: none;
        background: #bfbfbf; }
        .sec6 .btn_area a._coming span {
          font-size: 1.8rem; }
          @media screen and (max-width: 768px) {
            .sec6 .btn_area a._coming span {
              font-size: 2.86458vw; } }
  .sec6 .teacher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .sec6 .teacher {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .sec6 .teacher:not(:last-child) {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .sec6 .teacher:not(:last-child) {
          margin-bottom: 7.8125vw; } }
    .sec6 .teacher .img2 {
      width: 21.55%; }
      @media screen and (max-width: 768px) {
        .sec6 .teacher .img2 {
          width: 41.66667vw; } }
    .sec6 .teacher .textBox {
      width: 75.19%;
      margin-left: auto; }
      @media screen and (max-width: 768px) {
        .sec6 .teacher .textBox {
          width: 100%;
          margin-top: 4.55729vw; } }
    .sec6 .teacher .profile {
      font-size: clamp(2rem, 1.597rem + 0.86vw, 2.5rem);
      color: #264A94;
      font-weight: bold; }
      .sec6 .teacher .profile .name {
        font-size: clamp(2.75rem, 2.065rem + 1.46vw, 3.6rem);
        margin-right: .25em; }
        .sec6 .teacher .profile .name rt {
          font-size: clamp(1rem, 0.677rem + 0.69vw, 1.3rem);
          font-weight: 500; }
      .sec6 .teacher .profile .post {
        font-size: clamp(1.45rem, 1.168rem + 0.6vw, 1.8rem);
        margin-left: .5em; }
  .sec6 .archive {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .sec6 .archive {
        margin-top: 10.41667vw; } }
    .sec6 .archive_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .sec6 .archive_list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 5.20833vw; } }
      .sec6 .archive_list li {
        width: 47.29%; }
        @media screen and (max-width: 768px) {
          .sec6 .archive_list li {
            width: 100%; } }

.sec7 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 95px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .sec7 {
      padding: 60px 0;
      margin-bottom: 3.90625vw; } }
  .sec7 .report01 h2 {
    font-size: 3.2rem;
    font-weight: 400;
    color: #c7698e;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .sec7 .report01 h2 {
        font-size: 4.6875vw;
        margin-bottom: 5.20833vw; } }
  .sec7 .report01 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .sec7 .report01 .col {
        display: block; } }
    .sec7 .report01 .col:nth-of-type(2) {
      display: block; }
    .sec7 .report01 .col:nth-of-type(3) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .sec7 .report01 .col .img {
      width: 45%; }
      @media screen and (max-width: 768px) {
        .sec7 .report01 .col .img {
          width: 100%;
          margin-bottom: 5.20833vw; }
          .sec7 .report01 .col .img.poster img {
            width: 70%;
            margin: 0 auto; } }
    .sec7 .report01 .col .text {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .sec7 .report01 .col .text {
          width: 100%; } }
      .sec7 .report01 .col .text .graph {
        margin: 24px 0; }
        @media screen and (max-width: 768px) {
          .sec7 .report01 .col .text .graph {
            margin: 5.20833vw 0; } }
    .sec7 .report01 .col p + p {
      margin-top: 24px; }
      @media screen and (max-width: 768px) {
        .sec7 .report01 .col p + p {
          margin-top: 5.20833vw; } }
    .sec7 .report01 .col + .col {
      margin-top: 80px; }
      @media screen and (max-width: 768px) {
        .sec7 .report01 .col + .col {
          margin-top: 5.20833vw; } }
  .sec7 .report01 .img_venue {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .sec7 .report01 .img_venue {
        margin-top: 5.20833vw; } }
  .sec7 .report02 h2 {
    font-size: 3.2rem;
    font-weight: 400;
    color: #c7698e;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .sec7 .report02 h2 {
        font-size: 4.6875vw;
        margin-bottom: 5.20833vw; } }
    .sec7 .report02 h2 small {
      font-size: 80%; }
  .sec7 .report02 h3 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    color: #c7698e;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .sec7 .report02 h3 {
        font-size: 4.16667vw;
        margin-bottom: 3.90625vw; } }
    .sec7 .report02 h3 small {
      font-size: 80%; }
  .sec7 .report02 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .sec7 .report02 .col {
        display: block; } }
    .sec7 .report02 .col:nth-of-type(2) {
      display: block; }
    .sec7 .report02 .col:nth-of-type(3) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .sec7 .report02 .col .img {
      width: 45%; }
      @media screen and (max-width: 768px) {
        .sec7 .report02 .col .img {
          width: 100%;
          margin-top: 5.20833vw; }
          .sec7 .report02 .col .img.poster img {
            width: 70%;
            margin: 0 auto; } }
    .sec7 .report02 .col .text {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .sec7 .report02 .col .text {
          width: 100%; } }
    .sec7 .report02 .col p + p {
      margin-top: 24px; }
      @media screen and (max-width: 768px) {
        .sec7 .report02 .col p + p {
          margin-top: 5.20833vw; } }
    .sec7 .report02 .col + .col {
      margin-top: 80px; }
      @media screen and (max-width: 768px) {
        .sec7 .report02 .col + .col {
          margin-top: 5.20833vw; } }
  .sec7 .report02 .questionnaire {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .sec7 .report02 .questionnaire {
        margin-top: 5.20833vw; } }
    .sec7 .report02 .questionnaire .q_box h4 {
      background-color: #0f4a93;
      color: #fff;
      padding: 0.3em 0.8em;
      font-size: 2.4rem;
      font-weight: 400;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .sec7 .report02 .questionnaire .q_box h4 {
          font-size: 3.64583vw;
          margin-bottom: 3.90625vw; } }
    .sec7 .report02 .questionnaire .q_box .accordion {
      border: solid 1px #0f4a93;
      border-radius: 1px; }
      .sec7 .report02 .questionnaire .q_box .accordion dt {
        position: relative;
        padding: 0.3em calc(30px + 0.8em) 0.3em 0.8em;
        color: #0f4a93;
        font-size: 1.8rem;
        font-weight: 400;
        cursor: pointer;
        padding-left: 3.2em; }
        @media screen and (max-width: 768px) {
          .sec7 .report02 .questionnaire .q_box .accordion dt {
            font-size: 3.38542vw; } }
        .sec7 .report02 .questionnaire .q_box .accordion dt span {
          display: inline-block;
          position: absolute;
          top: 0.3em;
          left: 0.8em; }
          .sec7 .report02 .questionnaire .q_box .accordion dt span:first-letter {
            font-weight: 700; }
        .sec7 .report02 .questionnaire .q_box .accordion dt .toggle {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          display: block;
          width: 20px; }
          @media screen and (max-width: 768px) {
            .sec7 .report02 .questionnaire .q_box .accordion dt .toggle {
              width: 3.25521vw; } }
          .sec7 .report02 .questionnaire .q_box .accordion dt .toggle:before, .sec7 .report02 .questionnaire .q_box .accordion dt .toggle:after {
            content: "";
            background-color: #0f4a93;
            position: absolute;
            width: 100%;
            height: 2px;
            top: 48%;
            right: 20px; }
          .sec7 .report02 .questionnaire .q_box .accordion dt .toggle:before {
            -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
            top: 50%; }
        .sec7 .report02 .questionnaire .q_box .accordion dt.open .toggle:before {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
        .sec7 .report02 .questionnaire .q_box .accordion dt.open .toggle:after {
          opacity: 0;
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s; }
      .sec7 .report02 .questionnaire .q_box .accordion dd {
        display: none;
        padding: 1.3em 0.8em 2em 0.8em; }
        .sec7 .report02 .questionnaire .q_box .accordion dd h5 {
          text-align: left;
          margin: 0 auto 20px;
          border-bottom: solid 1px #000;
          max-width: 384px; }
          @media screen and (max-width: 768px) {
            .sec7 .report02 .questionnaire .q_box .accordion dd h5 {
              margin: 0 0 2.60417vw;
              max-width: 100%; } }
          .sec7 .report02 .questionnaire .q_box .accordion dd h5 span {
            font-size: 1.8rem;
            font-weight: 400; }
        .sec7 .report02 .questionnaire .q_box .accordion dd figure {
          display: block;
          text-align: center; }
          .sec7 .report02 .questionnaire .q_box .accordion dd figure img {
            display: inline-block;
            max-width: 640px; }
            @media screen and (max-width: 768px) {
              .sec7 .report02 .questionnaire .q_box .accordion dd figure img {
                max-width: 100%; } }
        .sec7 .report02 .questionnaire .q_box .accordion dd .list_wrap {
          max-width: 384px;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            .sec7 .report02 .questionnaire .q_box .accordion dd .list_wrap {
              max-width: 100%; } }
          .sec7 .report02 .questionnaire .q_box .accordion dd .list_wrap p:nth-of-type(n+2) {
            margin-top: 1.5em; }
        .sec7 .report02 .questionnaire .q_box .accordion dd .list-arrow li {
          text-align: left;
          padding-left: 1em;
          text-indent: -1em; }
          .sec7 .report02 .questionnaire .q_box .accordion dd .list-arrow li:before {
            content: "➣"; }
        .sec7 .report02 .questionnaire .q_box .accordion dd .list-square li {
          text-align: left;
          padding-left: 1em;
          text-indent: -1em;
          margin-top: .5em; }
          .sec7 .report02 .questionnaire .q_box .accordion dd .list-square li:first-child {
            margin-top: 0; }
          .sec7 .report02 .questionnaire .q_box .accordion dd .list-square li:before {
            content: "■"; }
          .sec7 .report02 .questionnaire .q_box .accordion dd .list-square li mark {
            color: #333;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f4d6e2));
            background: -webkit-linear-gradient(transparent 70%, #f4d6e2 70%);
            background: -o-linear-gradient(transparent 70%, #f4d6e2 70%);
            background: linear-gradient(transparent 70%, #f4d6e2 70%); }
          .sec7 .report02 .questionnaire .q_box .accordion dd .list-square li.clr-1:before {
            color: #c76b94; }
          .sec7 .report02 .questionnaire .q_box .accordion dd .list-square li.clr-2:before {
            color: #06529d; }
          .sec7 .report02 .questionnaire .q_box .accordion dd .list-square li.clr-3:before {
            color: #665a98; }
          .sec7 .report02 .questionnaire .q_box .accordion dd .list-square li.clr-4:before {
            color: #8293be; }
          .sec7 .report02 .questionnaire .q_box .accordion dd .list-square li.clr-5:before {
            color: #c6cce6; }
        .sec7 .report02 .questionnaire .q_box .accordion dd .column {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-width: 700px;
          margin: 0 auto; }
          .sec7 .report02 .questionnaire .q_box .accordion dd .column figure {
            width: 42.714285714285715%; }
            @media screen and (max-width: 768px) {
              .sec7 .report02 .questionnaire .q_box .accordion dd .column figure {
                width: 100%; } }
          .sec7 .report02 .questionnaire .q_box .accordion dd .column .desc {
            width: calc(100% - 42.714285714285715%);
            padding-left: 2.142857142857143%;
            font-size: 1.6rem; }
            @media screen and (max-width: 768px) {
              .sec7 .report02 .questionnaire .q_box .accordion dd .column .desc {
                width: 100%;
                padding-left: 0;
                padding-top: 10px; } }
      .sec7 .report02 .questionnaire .q_box .accordion:nth-of-type(n+2) {
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          .sec7 .report02 .questionnaire .q_box .accordion:nth-of-type(n+2) {
            margin-top: 2.60417vw; } }
    .sec7 .report02 .questionnaire .q_box:nth-of-type(n+2) {
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        .sec7 .report02 .questionnaire .q_box:nth-of-type(n+2) {
          margin-top: 6.51042vw; } }
  .sec7 .report02 .summarize {
    margin-top: 60px;
    border-top: dotted 3px #c7698e;
    padding-top: 1.5em;
    border-bottom: dotted 3px #c7698e;
    padding-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      .sec7 .report02 .summarize {
        margin-top: 7.8125vw; } }
    .sec7 .report02 .summarize p {
      text-indent: 1em; }
      .sec7 .report02 .summarize p + p {
        margin-top: 1em; }
