@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 759px) {
  .tbpc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (min-width: 759px) and (max-width: 1025px) {
  .tb {
    display: block !important;
  }
  .pc-and-sp {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 760px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/* justify-content: space-between; */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

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

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #333333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 759px) {
  body {
    font-size: 1.4rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.color {
  background-color: #000;
  color: #fff;
}

* {
  max-height: 999999px;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

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

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.mlr-03 {
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.ml-05 {
  margin-left: -0.5em;
}

.anchor {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (max-width: 759px) {
  .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .footer {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 759px) {
  .footer {
    margin-bottom: 40px;
  }
}

.footer-access {
  background-color: #EFEFEF;
}
@media screen and (max-width: 1024px) {
  .footer-access {
    height: auto;
  }
}
@media screen and (max-width: 759px) {
  .footer-access {
    height: auto;
    background-color: #fff;
  }
}
.footer-access__inner {
  display: flex;
  max-width: 100%;
  height: 40.7vw;
  max-height: 420px;
  margin: 0 auto;
  align-items: stretch;
}
@media screen and (max-width: 834px) {
  .footer-access__inner {
    height: 300px;
  }
}
@media screen and (max-width: 759px) {
  .footer-access__inner {
    height: auto;
    flex-wrap: wrap;
  }
}
.footer-access__content {
  position: relative;
  width: 47.5%;
  padding-top: 80px;
}
@media screen and (max-width: 1300px) {
  .footer-access__content {
    padding-top: 6.6vw;
  }
}
@media screen and (max-width: 834px) {
  .footer-access__content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 759px) {
  .footer-access__content {
    width: 100%;
    padding: 30px 20px 30px;
  }
}
.footer-access__content__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 330px;
}
@media screen and (max-width: 759px) {
  .footer-access__content__inner {
    max-width: 100%;
  }
}
.footer-access__title {
  margin-bottom: 20px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .footer-access__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .footer-access__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 759px) {
  .footer-access__title {
    font-size: 1.8rem;
  }
}
.footer-access__text {
  color: #444444;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .footer-access__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 759px) {
  .footer-access__text {
    margin-bottom: 12px;
  }
}
.footer-access__text__link {
  margin-left: 5px;
  color: #444444;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .footer-access__text__link:hover {
    text-decoration: none;
  }
}
.footer-access__text__tel {
  margin-right: 13px;
  color: #444444;
  cursor: auto;
  display: inline-block;
}
@media screen and (max-width: 759px) {
  .footer-access__text__tel {
    text-decoration: underline;
  }
}
.footer-access__button {
  display: block;
  width: 220px;
  padding: 13px 24px 13px 14px;
  background-color: #B99C1E;
  background-image: url(../img/arrow-white01-r.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px auto;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .footer-access__button {
    width: 169px;
    height: 30px;
    font-size: 1.2rem;
    line-height: 30px;
    background-position: right 8px center;
    padding: 0 15px 0 10px;
  }
}
.footer-access__button:hover {
  background-color: #2f2f2f;
}
.footer-access__map {
  width: 52.5%;
  position: relative;
}
@media screen and (max-width: 759px) {
  .footer-access__map {
    width: 100%;
    height: 224px;
  }
}
.footer-access__map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.copyright {
  font-size: 1.1rem;
  font-family: "Yu Gothic Pr6N M", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  text-align: center;
  padding: 55px 25px;
}
@media screen and (max-width: 834px) {
  .copyright {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 759px) {
  .copyright {
    font-size: 1rem;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 320px) {
  .copyright {
    padding: 20px 10px;
  }
}

.footer-cv-btn {
  display: none;
}
@media screen and (max-width: 834px) {
  .footer-cv-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 759px) {
  .footer-cv-btn {
    height: 40px;
  }
}
.footer-cv-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #000;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: 0.1em;
  background-image: url(../img/arrow-black01-r.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 7px auto;
  background-color: #fdd129;
}
@media screen and (max-width: 759px) {
  .footer-cv-btn > a {
    height: 40px;
    font-size: 1.5rem;
    background-position: right 20px center;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 759px) {
  .header {
    height: 60px;
  }
}

.header-logo01 {
  display: block;
  position: fixed;
  top: 30px;
  left: 40px;
  width: 46px;
  transition: 0.2s;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .header-logo01 {
    top: 24px;
    left: 30px;
    width: 41px;
  }
}
@media screen and (max-width: 759px) {
  .header-logo01 {
    top: 16px;
    left: 20px;
    width: 36px;
  }
}

.header-logo02 {
  display: block;
  position: fixed;
  top: 28px;
  left: 106px;
  width: 221px;
}
@media screen and (max-width: 1024px) {
  .header-logo02 {
    top: 19px;
    left: 86px;
  }
}
@media screen and (max-width: 759px) {
  .header-logo02 {
    top: 13px;
    left: 66px;
    width: 180px;
  }
}

.header-cv-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
}
@media screen and (max-width: 1024px) {
  .header-cv-btn {
    width: 208px;
  }
}
@media screen and (max-width: 834px) {
  .header-cv-btn {
    display: none;
  }
}
.header-cv-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: 0.1em;
  background-image: url(../img/arrow-black01-r.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 7px auto;
  background-color: #fdd129;
}
@media screen and (max-width: 1024px) {
  .header-cv-btn > a {
    height: 80px;
    font-size: 1.8rem;
    background-position: right 24px center;
  }
}
.header-cv-btn > a:hover {
  color: #ffffff;
  background-image: url(../img/arrow-white01-r.svg);
  background-color: #2f2f2f;
}

.main {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 759px) {
  .main {
    padding-top: 60px;
  }
}

/*マージン*/
.mb00 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 759px) {
  .mbsp00 {
    margin-bottom: 0 !important;
  }
}

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

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

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 759px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 759px) {
  .mb25 {
    margin-bottom: 15px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 759px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 759px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 759px) {
  .mb45 {
    margin-bottom: 35px !important;
  }
}

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

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 759px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 759px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mt00 {
  margin-top: 0 !important;
}

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

.hl01 {
  position: relative;
  color: #B99C1E;
  font-size: 6.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .hl01 {
    font-size: 5.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 834px) {
  .hl01 {
    font-size: 4.2rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 759px) {
  .hl01 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.hl01__en {
  display: block;
  font-size: 3rem;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .hl01__en {
    font-size: 2.5rem;
    margin-top: 33px;
  }
}
@media screen and (max-width: 834px) {
  .hl01__en {
    font-size: 1.9rem;
    margin-top: 26px;
  }
}
@media screen and (max-width: 759px) {
  .hl01__en {
    font-size: 1.4rem;
    margin-top: 18px;
  }
}
.hl01__small {
  font-size: 5.8rem;
}
@media screen and (max-width: 1024px) {
  .hl01__small {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 834px) {
  .hl01__small {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 759px) {
  .hl01__small {
    font-size: 2.6rem;
  }
}
.hl01--info {
  color: #fdd129;
}
.hl01--info .hl01__en {
  color: #ffffff;
}
.hl01--event {
  margin-bottom: -10px;
}
.hl01--event__inr {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 12px 12px;
}

.top-main-wrap {
  background-image: url(../img/main_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 30px 216px;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-main-wrap {
    padding: 110px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-main-wrap {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 759px) {
  .top-main-wrap {
    background-image: url(../img/main_bg_sp.jpg);
    padding: 60px 50px;
  }
}
@media screen and (max-width: 320px) {
  .top-main-wrap {
    padding: 40px 30px;
  }
}
.top-main-wrap__img {
  text-align: center;
}
.top-main-wrap__img img {
  width: 100%;
  max-width: 708px;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-main-wrap__img img {
    max-width: 531px;
  }
}

.top-ouen-wrap {
  position: relative;
  padding: 100px 30px 0;
}
@media screen and (max-width: 1024px) {
  .top-ouen-wrap {
    padding: 80px 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .top-ouen-wrap {
    padding: 60px 30px 0;
  }
}
@media screen and (max-width: 759px) {
  .top-ouen-wrap {
    padding: 40px 20px 0;
  }
}
.top-ouen-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  background-color: #2E3D8D;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .top-ouen-wrap::before {
    height: 92%;
  }
}
@media screen and (max-width: 834px) {
  .top-ouen-wrap::before {
    height: 93%;
  }
}
@media screen and (max-width: 759px) {
  .top-ouen-wrap::before {
    height: 94.5%;
  }
}
.top-ouen-wrap__inr {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
.top-ouen-wrap__catch {
  display: flex;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .top-ouen-wrap__catch {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 759px) {
  .top-ouen-wrap__catch {
    margin-bottom: 30px;
  }
}
.top-ouen-wrap__catch__text01 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 1200px) {
  .top-ouen-wrap__catch__text01 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-ouen-wrap__catch__text01 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .top-ouen-wrap__catch__text01 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 759px) {
  .top-ouen-wrap__catch__text01 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.top-ouen-wrap__catch__text01__underline {
  border-bottom: #B99C1E solid 1px;
}
.top-ouen-wrap__catch__text02 {
  font-size: 2rem;
  line-height: 1.6;
  margin-left: 5.7%;
}
@media screen and (max-width: 1200px) {
  .top-ouen-wrap__catch__text02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-ouen-wrap__catch__text02 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-ouen-wrap__catch__text02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 759px) {
  .top-ouen-wrap__catch__text02 {
    font-size: 1.4rem;
  }
}
.top-ouen-wrap__list > li {
  float: left;
}
@media screen and (min-width: 760px) and (min-width: 1025px) {
  .top-ouen-wrap__list > li {
    width: calc((99.9% - 2.5% * (4 - 1)) / 4);
    margin-top: 2.5%;
    margin-right: 2.5%;
  }
  .top-ouen-wrap__list > li:nth-child(4n) {
    margin-right: 0;
  }
  .top-ouen-wrap__list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(3) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(4) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
  .top-ouen-wrap__list > li {
    width: calc((99.9% - 2.5% * (4 - 1)) / 4);
    margin-top: 2.5%;
    margin-right: 2.5%;
  }
  .top-ouen-wrap__list > li:nth-child(4n) {
    margin-right: 0;
  }
  .top-ouen-wrap__list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(3) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(4) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 759px) {
  .top-ouen-wrap__list > li {
    width: calc((99.9% - 2.5% * (4 - 1)) / 4);
    margin-top: 2.5%;
    margin-right: 2.5%;
  }
  .top-ouen-wrap__list > li:nth-child(4n) {
    margin-right: 0;
  }
  .top-ouen-wrap__list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(3) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(4) {
    margin-top: 0;
  }
  .top-ouen-wrap__list > li:nth-child(4n+1) {
    clear: both;
  }
}
.top-ouen-wrap__list > li img {
  width: 100%;
  max-width: 300px;
}

.top-next-wrap {
  position: relative;
  background-color: #eeeeee;
  padding: 100px 30px 70px;
}
@media screen and (max-width: 834px) {
  .top-next-wrap {
    padding: 80px 30px 50px;
  }
}
@media screen and (max-width: 759px) {
  .top-next-wrap {
    padding: 60px 20px 30px;
  }
}
.top-next-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 117px;
  background-color: #ffffff;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .top-next-wrap::before {
    height: 113px;
  }
}
@media screen and (max-width: 834px) {
  .top-next-wrap::before {
    height: 91px;
  }
}
@media screen and (max-width: 759px) {
  .top-next-wrap::before {
    height: 68px;
  }
}
.top-next-wrap__inr {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.top-next-box {
  display: flex;
  background-color: #ffffff;
  padding: 15px 45px 15px 15px;
}
@media screen and (max-width: 1024px) {
  .top-next-box {
    padding: 15px 35px 15px 15px;
  }
}
@media screen and (max-width: 834px) {
  .top-next-box {
    padding: 15px 25px 15px 15px;
  }
}
@media screen and (max-width: 759px) {
  .top-next-box {
    flex-wrap: wrap;
    padding: 20px 20px;
  }
}
.top-next-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.15;
  text-align: center;
  background-color: #2E3D8D;
}
@media screen and (max-width: 1024px) {
  .top-next-box__title {
    width: 180px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .top-next-box__title {
    width: 130px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 759px) {
  .top-next-box__title {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    padding: 5px;
    margin-bottom: 10px;
  }
}
.top-next-box__body {
  display: flex;
  align-items: center;
  width: calc(99.9% - 230px - 60px);
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .top-next-box__body {
    width: calc(99.9% - 180px - 50px);
    margin-left: 50px;
  }
}
@media screen and (max-width: 834px) {
  .top-next-box__body {
    width: calc(99.9% - 130px - 30px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 759px) {
  .top-next-box__body {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
.top-next-box__body__text {
  width: calc(99.9% - 240px);
}
@media screen and (max-width: 834px) {
  .top-next-box__body__text {
    width: calc(99.9% - 220px);
  }
}
@media screen and (max-width: 759px) {
  .top-next-box__body__text {
    width: 100%;
  }
}
.top-next-box__body__text__date {
  display: inline-block;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: #f5ca27 solid 2px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .top-next-box__body__text__date {
    font-size: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .top-next-box__body__text__date {
    font-size: 6rem;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 759px) {
  .top-next-box__body__text__date {
    font-size: 5rem;
    padding-bottom: 12px;
  }
}
.top-next-box__body__text__date__year {
  font-size: 2.6rem;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .top-next-box__body__text__date__year {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-next-box__body__text__date__year {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 759px) {
  .top-next-box__body__text__date__year {
    margin-right: 0;
    font-size: 2rem;
  }
}
.top-next-box__body__text__date__week {
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .top-next-box__body__text__date__week {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 834px) {
  .top-next-box__body__text__date__week {
    font-size: 3rem;
  }
}
@media screen and (max-width: 759px) {
  .top-next-box__body__text__date__week {
    font-size: 2.5rem;
  }
}
.top-next-box__body__text__period {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top-next-box__body__text__period {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .top-next-box__body__text__period {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 759px) {
  .top-next-box__body__text__period {
    font-size: 1.4rem;
  }
}
.top-next-box__body__btn {
  width: 240px;
}
@media screen and (max-width: 834px) {
  .top-next-box__body__btn {
    width: 220px;
  }
}
@media screen and (max-width: 759px) {
  .top-next-box__body__btn {
    width: 80%;
    margin: 15px auto 0;
  }
}
.top-next-box__body__btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.1em;
  background-image: url(../img/arrow-black01-b.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: auto 10px;
  background-color: #fdd129;
  padding: 24px 30px 24px 14px;
  border-radius: 0 0 25px 0;
}
@media screen and (max-width: 1024px) {
  .top-next-box__body__btn > a {
    font-size: 1.9rem;
    background-position: right 30px center;
    padding: 24px 40px 24px;
    border-radius: 0 0 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .top-next-box__body__btn > a {
    font-size: 1.6rem;
    background-position: right 20px center;
    padding: 20px 30px 20px;
    border-radius: 0 0 20px 0;
  }
}
.top-next-box__body__btn > a:hover {
  color: #ffffff;
  background-image: url(../img/arrow-white01-b.svg);
  background-color: #2f2f2f;
}

.top-event-wrap {
  background-image: url(../img/event_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 185px 30px 0;
}
@media screen and (max-width: 759px) {
  .top-event-wrap {
    background-size: 200% auto;
    padding: 115px 20px 0;
  }
}
@media screen and (max-width: 320px) {
  .top-event-wrap {
    background-size: 300% auto;
  }
}
.top-event-wrap__inr {
  max-width: 1300px;
  margin: 0 auto;
}
.top-event-wrap__text {
  font-size: 2rem;
  line-height: 2;
  text-align: justify;
  background-color: #ffffff;
  padding: 60px 80px 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 7.4%;
       column-gap: 7.4%;
}
@media screen and (max-width: 1024px) {
  .top-event-wrap__text {
    font-size: 1.8rem;
    padding: 50px 60px 0;
  }
}
@media screen and (max-width: 834px) {
  .top-event-wrap__text {
    font-size: 1.6rem;
    padding: 40px 40px 0;
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (max-width: 759px) {
  .top-event-wrap__text {
    padding: 30px 30px 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top-event-wrap__text__red {
  color: #d30000;
  border-bottom: #d30000 solid 1px;
}

.top-program-wrap {
  position: relative;
  background-color: #eeeeee;
  padding: 100px 30px 100px;
}
@media screen and (max-width: 834px) {
  .top-program-wrap {
    padding: 80px 30px 80px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-wrap {
    padding: 60px 20px 60px;
  }
}
.top-program-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 224px;
  background-color: #ffffff;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .top-program-wrap::before {
    height: 200px;
  }
}
@media screen and (max-width: 834px) {
  .top-program-wrap::before {
    height: 160px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-wrap::before {
    height: 115px;
  }
}
.top-program-wrap__inr {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
.top-program-wrap__block {
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .top-program-wrap__block {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-program-wrap__block {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-wrap__block {
    padding-bottom: 20px;
  }
}
.top-program-wrap__block:nth-child(odd) .top-program-box .top-program-box__body {
  margin-left: 5.2%;
}
@media screen and (max-width: 834px) {
  .top-program-wrap__block:nth-child(odd) .top-program-box .top-program-box__body {
    margin-left: 0;
  }
}
.top-program-wrap__block:nth-child(even) .top-program-box {
  flex-direction: row-reverse;
}
.top-program-wrap__block:nth-child(even) .top-program-box .top-program-box__body {
  margin-right: 5.2%;
}
@media screen and (max-width: 834px) {
  .top-program-wrap__block:nth-child(even) .top-program-box .top-program-box__body {
    margin-right: 0;
  }
}
.top-program-wrap__block:last-child {
  padding-bottom: 0 !important;
}
.top-program-wrap__title {
  color: #2E3D8D;
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: -18px;
}
@media screen and (max-width: 1024px) {
  .top-program-wrap__title {
    font-size: 3.7rem;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 834px) {
  .top-program-wrap__title {
    font-size: 3.1rem;
    margin-bottom: -12px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-wrap__title {
    font-size: 2.6rem;
  }
}

.top-program-date-box {
  max-width: 800px;
  width: 100%;
  display: flex;
  background-color: #ffffff;
  padding: 40px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  .top-program-date-box {
    padding: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-date-box {
    flex-wrap: wrap;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
}
.top-program-date-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.15;
  text-align: center;
  background-color: #2E3D8D;
}
@media screen and (max-width: 1024px) {
  .top-program-date-box__title {
    width: 180px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .top-program-date-box__title {
    width: 130px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 759px) {
  .top-program-date-box__title {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    padding: 5px;
    margin-bottom: 10px;
  }
}
.top-program-date-box__body {
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .top-program-date-box__body {
    margin-left: 50px;
  }
}
@media screen and (max-width: 834px) {
  .top-program-date-box__body {
    margin-left: 30px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-date-box__body {
    margin: 0 auto;
    text-align: center;
  }
}
.top-program-date-box__body__date {
  display: inline-block;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: #f5ca27 solid 2px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .top-program-date-box__body__date {
    font-size: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .top-program-date-box__body__date {
    font-size: 6rem;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-date-box__body__date {
    font-size: 5rem;
    padding-bottom: 12px;
  }
}
.top-program-date-box__body__date__year {
  font-size: 2.6rem;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .top-program-date-box__body__date__year {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-program-date-box__body__date__year {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 759px) {
  .top-program-date-box__body__date__year {
    margin-right: 0;
    font-size: 2rem;
  }
}
.top-program-date-box__body__date__week {
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .top-program-date-box__body__date__week {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 834px) {
  .top-program-date-box__body__date__week {
    font-size: 3rem;
  }
}
@media screen and (max-width: 759px) {
  .top-program-date-box__body__date__week {
    font-size: 2.5rem;
  }
}
.top-program-date-box__body__period {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top-program-date-box__body__period {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .top-program-date-box__body__period {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 759px) {
  .top-program-date-box__body__period {
    font-size: 1.4rem;
  }
}

.top-program-box {
  display: flex;
  background-color: #ffffff;
  padding: 80px;
}
@media screen and (max-width: 1024px) {
  .top-program-box {
    padding: 60px;
  }
}
@media screen and (max-width: 834px) {
  .top-program-box {
    flex-wrap: wrap;
    padding: 50px 30px 40px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box {
    padding: 40px 20px 30px;
  }
}
.top-program-box__img {
  width: 40.3%;
}
@media screen and (max-width: 834px) {
  .top-program-box__img {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__img {
    margin-bottom: 25px;
  }
}
.top-program-box__img img {
  width: 100%;
  max-width: 460px;
}
@media screen and (max-width: 759px) {
  .top-program-box__img img {
    width: 70%;
  }
}
@media screen and (max-width: 320px) {
  .top-program-box__img img {
    width: 90%;
  }
}
.top-program-box__body {
  width: 54.4%;
}
@media screen and (max-width: 834px) {
  .top-program-box__body {
    width: 100%;
  }
}
.top-program-box__body__detail__dl {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .top-program-box__body__detail__dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__body__detail__dl {
    margin-bottom: 30px;
  }
}
.top-program-box__body__detail__dl__inr {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 759px) {
  .top-program-box__body__detail__dl__inr {
    display: block;
    margin-bottom: 20px;
  }
}
.top-program-box__body__detail__dl__inr:last-child {
  margin-bottom: 0 !important;
}
.top-program-box__body__detail__dl__inr dt {
  width: 30%;
  color: #000;
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .top-program-box__body__detail__dl__inr dt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 834px) {
  .top-program-box__body__detail__dl__inr dt {
    width: 24%;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__body__detail__dl__inr dt {
    width: 100%;
    font-size: 1.7rem;
  }
}
.top-program-box__body__detail__dl__inr dt > span {
  border-bottom: #B99C1E solid 2px;
}
.top-program-box__body__detail__dl__inr dd {
  width: 64.9%;
  color: #444444;
  font-size: 1.8rem;
  text-align: justify;
  margin-left: 5%;
}
@media screen and (max-width: 1024px) {
  .top-program-box__body__detail__dl__inr dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .top-program-box__body__detail__dl__inr dd {
    width: 72.9%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__body__detail__dl__inr dd {
    width: 100%;
    font-size: 1.5rem;
    margin-left: 0;
    margin-top: 10px;
  }
}
.top-program-box__body__detail__dl__inr dd .caution {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .top-program-box__body__detail__dl__inr dd .caution {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__body__detail__dl__inr dd .caution {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.top-program-box__body__prof {
  display: flex;
  background-color: #eeeeee;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  .top-program-box__body__prof {
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top-program-box__body__prof {
    padding: 25px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__body__prof {
    padding: 15px;
  }
}
@media screen and (max-width: 320px) {
  .top-program-box__body__prof {
    flex-wrap: wrap;
  }
}
.top-program-box__body__prof__title {
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .top-program-box__body__prof__title {
    width: 100px;
  }
}
@media screen and (max-width: 834px) {
  .top-program-box__body__prof__title {
    width: 150px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__body__prof__title {
    width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .top-program-box__body__prof__title {
    width: 100%;
  }
}
.top-program-box__body__prof__title__text {
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
  background-color: #2E3D8D;
  padding: 12px 5px;
  margin-left: -25px;
}
@media screen and (max-width: 1024px) {
  .top-program-box__body__prof__title__text {
    font-size: 1.5rem;
    margin-left: -20px;
  }
}
@media screen and (max-width: 834px) {
  .top-program-box__body__prof__title__text {
    font-size: 1.6rem;
    margin-left: -25px;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__body__prof__title__text {
    font-size: 1.4rem;
    margin-left: -15px;
  }
}
.top-program-box__body__prof__title__photo {
  margin-top: 20px;
}
@media screen and (max-width: 320px) {
  .top-program-box__body__prof__title__photo {
    margin-top: 15px;
  }
}
.top-program-box__body__prof__title__photo img {
  width: 100%;
}
.top-program-box__body__prof__detail {
  width: calc(99.9% - 150px - 6.4%);
  margin-left: 6.4%;
}
@media screen and (max-width: 1024px) {
  .top-program-box__body__prof__detail {
    width: calc(99.9% - 100px - 6.4%);
  }
}
@media screen and (max-width: 834px) {
  .top-program-box__body__prof__detail {
    width: calc(99.9% - 150px - 6.4%);
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__body__prof__detail {
    width: calc(99.9% - 100px - 6.4%);
  }
}
@media screen and (max-width: 320px) {
  .top-program-box__body__prof__detail {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.top-program-box__body__prof__detail__text01 {
  color: #444444;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .top-program-box__body__prof__detail__text01 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-program-box__body__prof__detail__text01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__body__prof__detail__text01 {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.top-program-box__body__prof__detail__name {
  color: #2E3D8D;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .top-program-box__body__prof__detail__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-program-box__body__prof__detail__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 759px) {
  .top-program-box__body__prof__detail__name {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.top-program-box__body__prof__detail__name__bg {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px 15px;
}
@media screen and (max-width: 759px) {
  .top-program-box__body__prof__detail__name__bg {
    padding: 8px 12px;
  }
}
.top-program-box__body__prof__detail__text02 {
  line-height: 1.6;
  text-align: justify;
}

.top-appli-wrap {
  position: relative;
  background-color: #e5e8fb;
  padding: 100px 30px 100px;
}
@media screen and (max-width: 834px) {
  .top-appli-wrap {
    padding: 80px 30px 80px;
  }
}
@media screen and (max-width: 759px) {
  .top-appli-wrap {
    padding: 60px 20px 60px;
  }
}
.top-appli-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 224px;
  background-color: #ffffff;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .top-appli-wrap::before {
    height: 200px;
  }
}
@media screen and (max-width: 834px) {
  .top-appli-wrap::before {
    height: 160px;
  }
}
@media screen and (max-width: 759px) {
  .top-appli-wrap::before {
    height: 115px;
  }
}
.top-appli-wrap__inr {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
.top-appli-wrap__img {
  text-align: center;
}
.top-appli-wrap__img img {
  width: 100%;
  max-width: 1298px;
}
@media screen and (max-width: 759px) {
  .top-appli-wrap__img img {
    max-width: 560px;
  }
}
.top-appli-wrap__btn {
  max-width: 420px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .top-appli-wrap__btn {
    max-width: 315px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 759px) {
  .top-appli-wrap__btn {
    max-width: 80%;
    margin: 30px auto 0;
  }
}
.top-appli-wrap__btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: 0.1em;
  background-image: url(../img/arrow-black01-r.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 10px auto;
  background-color: #fdd129;
  padding: 34px 50px 34px 54px;
  border-radius: 0 0 40px 0;
}
@media screen and (max-width: 1024px) {
  .top-appli-wrap__btn > a {
    font-size: 1.9rem;
    background-position: right 30px center;
    padding: 24px 40px 24px;
    border-radius: 0 0 30px 0;
  }
}
@media screen and (max-width: 759px) {
  .top-appli-wrap__btn > a {
    font-size: 1.6rem;
    background-position: right 20px center;
    padding: 20px 30px 20px;
    border-radius: 0 0 20px 0;
  }
}
.top-appli-wrap__btn > a:hover {
  color: #ffffff;
  background-image: url(../img/arrow-white01-r.svg);
  background-color: #2f2f2f;
}

.top-voice-wrap {
  position: relative;
  background-color: #f5f0dd;
  padding: 100px 30px 120px;
}
@media screen and (max-width: 834px) {
  .top-voice-wrap {
    padding: 80px 30px 100px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-wrap {
    padding: 60px 20px 80px;
  }
}
.top-voice-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 224px;
  background-color: #ffffff;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .top-voice-wrap::before {
    height: 200px;
  }
}
@media screen and (max-width: 834px) {
  .top-voice-wrap::before {
    height: 160px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-wrap::before {
    height: 115px;
  }
}
.top-voice-wrap__inr {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
.top-voice-wrap__list > li {
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .top-voice-wrap__list > li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-voice-wrap__list > li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-wrap__list > li {
    margin-bottom: 20px;
  }
}
.top-voice-wrap__list > li:nth-child(odd) .top-voice-box .top-voice-box__voice__text {
  color: #927809;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .top-voice-wrap__list > li:nth-child(odd) .top-voice-box .top-voice-box__voice__text {
    margin-left: 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-voice-wrap__list > li:nth-child(odd) .top-voice-box .top-voice-box__voice__text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-wrap__list > li:nth-child(odd) .top-voice-box .top-voice-box__voice__text {
    margin-left: 20px;
  }
}
.top-voice-wrap__list > li:nth-child(odd) .top-voice-box .top-voice-box__voice__text::before {
  left: -50px;
  border-color: transparent #ffffff transparent transparent;
  border-width: 20px 50px 20px 0;
}
@media screen and (max-width: 1024px) {
  .top-voice-wrap__list > li:nth-child(odd) .top-voice-box .top-voice-box__voice__text::before {
    left: -40px;
    border-width: 16px 40px 16px 0;
  }
}
@media screen and (max-width: 834px) {
  .top-voice-wrap__list > li:nth-child(odd) .top-voice-box .top-voice-box__voice__text::before {
    left: -30px;
    border-width: 12px 30px 12px 0;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-wrap__list > li:nth-child(odd) .top-voice-box .top-voice-box__voice__text::before {
    left: -20px;
    border-width: 8px 20px 8px 0;
  }
}
.top-voice-wrap__list > li:nth-child(even) .top-voice-box {
  flex-direction: row-reverse;
}
.top-voice-wrap__list > li:nth-child(even) .top-voice-box .top-voice-box__voice__text {
  color: #2E3D8D;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .top-voice-wrap__list > li:nth-child(even) .top-voice-box .top-voice-box__voice__text {
    margin-right: 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-voice-wrap__list > li:nth-child(even) .top-voice-box .top-voice-box__voice__text {
    margin-right: 30px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-wrap__list > li:nth-child(even) .top-voice-box .top-voice-box__voice__text {
    margin-right: 20px;
  }
}
.top-voice-wrap__list > li:nth-child(even) .top-voice-box .top-voice-box__voice__text::before {
  right: -50px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 20px 0 20px 50px;
}
@media screen and (max-width: 1024px) {
  .top-voice-wrap__list > li:nth-child(even) .top-voice-box .top-voice-box__voice__text::before {
    right: -40px;
    border-width: 16px 0 16px 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-voice-wrap__list > li:nth-child(even) .top-voice-box .top-voice-box__voice__text::before {
    right: -30px;
    border-width: 12px 0 12px 30px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-wrap__list > li:nth-child(even) .top-voice-box .top-voice-box__voice__text::before {
    right: -20px;
    border-width: 8px 0 8px 20px;
  }
}
.top-voice-wrap__list > li:last-child {
  margin-bottom: 0 !important;
}

.top-voice-box {
  display: flex;
}
.top-voice-box__prof {
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top-voice-box__prof {
    width: 135px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-box__prof {
    width: 90px;
  }
}
.top-voice-box__prof__img img {
  width: auto;
  height: 140px;
}
@media screen and (max-width: 834px) {
  .top-voice-box__prof__img img {
    height: 105px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-box__prof__img img {
    height: 70px;
  }
}
.top-voice-box__prof__age {
  color: #000;
  font-size: 2rem;
  line-height: 1;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .top-voice-box__prof__age {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-voice-box__prof__age {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-box__prof__age {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.top-voice-box__voice {
  width: calc(99.9% - 180px);
}
@media screen and (max-width: 834px) {
  .top-voice-box__voice {
    width: calc(99.9% - 135px);
  }
}
@media screen and (max-width: 759px) {
  .top-voice-box__voice {
    width: calc(99.9% - 90px);
  }
}
.top-voice-box__voice__text {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 2.5rem;
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .top-voice-box__voice__text {
    font-size: 2.2rem;
    padding: 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-voice-box__voice__text {
    font-size: 1.9rem;
    border-radius: 15px;
    padding: 30px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-box__voice__text {
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 20px;
  }
}
.top-voice-box__voice__text::before {
  position: absolute;
  content: "";
  top: 50px;
  border-style: solid;
}
@media screen and (max-width: 1024px) {
  .top-voice-box__voice__text::before {
    top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-voice-box__voice__text::before {
    top: 30px;
  }
}
@media screen and (max-width: 759px) {
  .top-voice-box__voice__text::before {
    top: 20px;
  }
}

.top-faq-wrap {
  padding: 100px 30px 120px;
}
@media screen and (max-width: 834px) {
  .top-faq-wrap {
    padding: 80px 30px 100px;
  }
}
@media screen and (max-width: 759px) {
  .top-faq-wrap {
    padding: 60px 20px 80px;
  }
}
.top-faq-wrap__inr {
  max-width: 1300px;
  margin: 0 auto;
}

.accordion {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .accordion {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 759px) {
  .accordion {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion__q {
  position: relative;
}
.accordion__q::before {
  position: absolute;
  content: "Q";
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  color: #000;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 66px;
  text-align: center;
  background-color: #fdd129;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .accordion__q::before {
    width: 56px;
    height: 56px;
    font-size: 3rem;
    line-height: 52px;
  }
}
@media screen and (max-width: 759px) {
  .accordion__q::before {
    top: 15px;
    left: 15px;
    width: 42px;
    height: 42px;
    font-size: 2.4rem;
    line-height: 38px;
  }
}
.accordion__q > span {
  display: block;
  font-size: 2rem;
  background-color: #eeeeee;
  padding: 40px 130px;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .accordion__q > span {
    font-size: 1.8rem;
    padding: 35px 85px 35px 100px;
  }
}
@media screen and (max-width: 759px) {
  .accordion__q > span {
    font-size: 1.6rem;
    padding: 24px 60px 24px 75px;
  }
}
.accordion__q > span::before, .accordion__q > span::after {
  content: "";
  position: absolute;
  background-color: #999999;
  margin: auto;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.accordion__q > span::before {
  top: 55px;
  right: 50px;
  width: 41px;
  height: 1px;
}
@media screen and (max-width: 834px) {
  .accordion__q > span::before {
    top: 50px;
    right: 30px;
    width: 31px;
  }
}
@media screen and (max-width: 759px) {
  .accordion__q > span::before {
    top: 37px;
    right: 20px;
    width: 21px;
  }
}
.accordion__q > span::after {
  top: 35px;
  right: 68px;
  width: 1px;
  height: 41px;
}
@media screen and (max-width: 834px) {
  .accordion__q > span::after {
    top: 35px;
    right: 44px;
    height: 31px;
  }
}
@media screen and (max-width: 759px) {
  .accordion__q > span::after {
    top: 27px;
    right: 30px;
    height: 21px;
  }
}
.accordion__q > span.open::before {
  transform: rotate(180deg);
}
.accordion__q > span.open::after {
  transform: rotate(-270deg);
}
.accordion__a {
  display: none;
  position: relative;
}
.accordion__a::before {
  position: absolute;
  content: "A";
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 66px;
  text-align: center;
  background-color: #2E3D8D;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .accordion__a::before {
    width: 56px;
    height: 56px;
    font-size: 3rem;
    line-height: 52px;
  }
}
@media screen and (max-width: 759px) {
  .accordion__a::before {
    top: 15px;
    left: 15px;
    width: 42px;
    height: 42px;
    font-size: 2.4rem;
    line-height: 38px;
  }
}
.accordion__a > li {
  min-height: 110px;
  color: #000;
  line-height: 2;
  padding: 30px 0 20px 130px;
}
@media screen and (max-width: 834px) {
  .accordion__a > li {
    min-height: 96px;
    padding: 30px 0 20px 100px;
  }
}
@media screen and (max-width: 759px) {
  .accordion__a > li {
    min-height: 70px;
    padding: 21px 20px 15px 75px;
  }
}
.accordion:last-child .accordion__a > li {
  padding-bottom: 0 !important;
}

.top-info-wrap {
  background-color: #2E3D8D;
  padding: 80px 30px 100px;
}
@media screen and (max-width: 834px) {
  .top-info-wrap {
    padding: 65px 30px 85px;
  }
}
@media screen and (max-width: 759px) {
  .top-info-wrap {
    padding: 50px 20px 70px;
  }
}
.top-info-wrap__inr {
  max-width: 1300px;
  margin: 0 auto;
}
.top-info-wrap__catch {
  display: flex;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .top-info-wrap__catch {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 759px) {
  .top-info-wrap__catch {
    margin-bottom: 30px;
  }
}
.top-info-wrap__catch__text01 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 1200px) {
  .top-info-wrap__catch__text01 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-info-wrap__catch__text01 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .top-info-wrap__catch__text01 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 759px) {
  .top-info-wrap__catch__text01 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.top-info-wrap__catch__text01__underline {
  border-bottom: #B99C1E solid 1px;
}
.top-info-wrap__catch__text02 {
  font-size: 2rem;
  line-height: 1.6;
  margin-left: 5.7%;
}
@media screen and (max-width: 1200px) {
  .top-info-wrap__catch__text02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-info-wrap__catch__text02 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-info-wrap__catch__text02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 759px) {
  .top-info-wrap__catch__text02 {
    font-size: 1.4rem;
  }
}
.top-info-wrap__list > li {
  float: left;
}
@media screen and (min-width: 760px) and (min-width: 1025px) {
  .top-info-wrap__list > li {
    width: calc((99.9% - 38px * (2 - 1)) / 2);
    margin-top: 38px;
    margin-right: 38px;
  }
  .top-info-wrap__list > li:nth-child(2n) {
    margin-right: 0;
  }
  .top-info-wrap__list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-info-wrap__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-info-wrap__list > li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
  .top-info-wrap__list > li {
    width: calc((99.9% - 3.9% * (2 - 1)) / 2);
    margin-top: 3.9%;
    margin-right: 3.9%;
  }
  .top-info-wrap__list > li:nth-child(2n) {
    margin-right: 0;
  }
  .top-info-wrap__list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-info-wrap__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-info-wrap__list > li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 759px) {
  .top-info-wrap__list > li {
    width: 100%;
    margin-top: 30px;
  }
  .top-info-wrap__list > li:nth-child(1) {
    margin-top: 0;
  }
}

.top-info-box__title {
  max-width: 630px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .top-info-box__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top-info-box__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 759px) {
  .top-info-box__title {
    max-width: 315px;
    margin-bottom: 15px;
  }
}
.top-info-box__title img {
  width: 100%;
}
.top-info-box__course__inr {
  display: flex;
  justify-content: center;
}
.top-info-box__course__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.8%;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  background-color: #3891b9;
}
@media screen and (max-width: 1024px) {
  .top-info-box__course__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-info-box__course__title {
    width: 26.8%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 759px) {
  .top-info-box__course__title {
    width: 90px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .top-info-box__course__title {
    width: 70px;
  }
}
.top-info-box__course__btn {
  width: 64.2%;
  margin-left: 3.9%;
}
@media screen and (max-width: 834px) {
  .top-info-box__course__btn {
    width: 69.2%;
  }
}
@media screen and (max-width: 759px) {
  .top-info-box__course__btn {
    width: calc(99.9% - 90px - 5px);
    margin-left: 5px;
  }
}
@media screen and (max-width: 320px) {
  .top-info-box__course__btn {
    width: calc(99.9% - 70px - 5px);
  }
}
.top-info-box__course__btn > a {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  text-align: center;
  background-image: url(../img/arrow-black01-r.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 10px auto;
  background-color: #ffffff;
  padding: 29px 50px 29px 30px;
  margin-bottom: 15px;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .top-info-box__course__btn > a {
    font-size: 1.8rem;
    background-position: right 18px center;
    padding: 24px 40px 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  .top-info-box__course__btn > a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 759px) {
  .top-info-box__course__btn > a {
    font-size: 1.4rem;
    background-position: right 12px center;
    padding: 20px 30px 20px;
    margin-bottom: 5px;
  }
}
.top-info-box__course__btn > a:last-child {
  margin-bottom: 0 !important;
}
.top-info-box__course__btn > a > span {
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .top-info-box__course__btn > a > span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-info-box__course__btn > a > span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 759px) {
  .top-info-box__course__btn > a > span {
    font-size: 1rem;
  }
}
.top-info-box__course__btn > a:hover {
  background-color: #fdd129;
  border-radius: 0;
}/*# sourceMappingURL=style.css.map */