@charset "UTF-8";
@font-face {
  font-family: "MP-black";
  /* フォーマットごとにパスを指定 */
  src: url("font/MPLUSRounded1c-Black.ttf") format("truetype");
}
@font-face {
  font-family: "MP-bold";
  /* フォーマットごとにパスを指定 */
  src: url("font/MPLUSRounded1c-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "MP-medium";
  /* フォーマットごとにパスを指定 */
  src: url("font/MPLUSRounded1c-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "MP-regular";
  /* フォーマットごとにパスを指定 */
  src: url("font/MPLUSRounded1c-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "MP-thin";
  /* フォーマットごとにパスを指定 */
  src: url("font/MPLUSRounded1c-Thin.ttf") format("truetype");
}
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  position: relative;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

br {
  display: inherit;
  line-height: 0;
  height: 0;
}

img {
  width: 100%;
}

.sp-only {
  display: none;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px 10px 10px -6px rgba(238, 238, 238, 0.3);
  z-index: 999;
}
header .inner {
  overflow: hidden;
  height: 100%;
}
header .logo {
  width: 171px;
  float: left;
  margin: 23px 0 0 36px;
}
header .logo a {
  display: block;
}
header .spmenu {
  display: none;
}
header .entry {
  float: right;
  width: 217px;
  height: 100%;
}
header .entry a {
  background: #4599C5;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "MP-bold", sans-serif;
  line-height: 80px;
  padding-left: 30px;
}
header .entry a i {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 7px;
}
header .link {
  float: right;
  height: 100%;
}
header .link ul {
  display: flex;
  height: 100%;
}
header .link li {
  margin-right: 50px;
  align-items: center;
  display: flex;
}
header .link li:nth-child(2) {
  margin-right: 46px;
}
header .link li:last-child {
  margin-right: 51px;
}
header .link li a {
  position: relative;
  color: #26190C;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "MP-bold", sans-serif;
}
header .link li a i {
  margin-right: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 1024px) {
  header .link li {
    margin-right: 10px;
  }
  header .link li:nth-child(2), header .link li:last-child {
    margin-right: 10px;
  }
  header .link li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  header {
    height: 10.6vw;
  }
  header .logo {
    width: 22.8%;
    max-width: 171px;
    margin: 3vw 0 0 4vw;
  }
  header .entry {
    width: 40%;
  }
  header .entry a {
    padding-left: 10.6%;
    font-size: 3.7vw;
    line-height: 10.6vw;
  }
  header .entry a i {
    font-size: 2.4vw;
    margin-right: 3.6%;
  }
  header .spmenu {
    display: block;
    float: right;
    width: 10.6%;
    height: 100%;
    background: #27190C;
    position: relative;
  }
  header .spmenu span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 37.5%;
    height: 0.53vw;
    border-radius: 0.265vw;
    background: #fff;
    width: 25%;
  }
  header .spmenu span:first-child {
    top: 37.5%;
  }
  header .spmenu span:nth-child(2) {
    top: 47.5%;
  }
  header .spmenu span:last-child {
    top: 57.5%;
  }
  header .spmenu.active span:nth-of-type(1) {
    top: 48.5%;
    left: 37.5%;
    transform: rotate(-45deg);
    width: 30%;
  }
  header .spmenu.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .spmenu.active span:nth-of-type(3) {
    top: 47.6%;
    left: 37.5%;
    transform: rotate(45deg);
    width: 30%;
  }
  header .link {
    display: none;
    position: absolute;
    top: 10.6vw;
    left: 0;
    right: 0;
    margin: auto;
    background: #27190C;
    height: auto;
  }
  header .link ul {
    flex-wrap: wrap;
    width: 78.8%;
    margin: auto;
    padding: 10.2vw 0 12.1vw;
  }
  header .link li {
    width: 100%;
    margin: 0 0 10vw;
  }
  header .link li:last-child {
    margin-bottom: 0;
  }
  header .link li a {
    color: #fff;
    font-size: 3.7vw;
    line-height: 1;
  }
  header .link li a i {
    font-size: 2.6vw;
    margin-right: 3vw;
  }
}
.sp {
  display: none;
}

footer {
  background: #28190C;
  padding: 38px 0 35px;
}
footer .link {
  margin-bottom: 25px;
}
footer .link ul {
  display: flex;
  justify-content: center;
}
footer .link li:first-child {
  margin-right: 62px;
}
footer .link li a {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "MP-regular";
  line-height: 1;
  display: flex;
}
footer .link li a i {
  padding-top: 2px;
  margin-right: 6px;
  font-size: 10px;
  font-size: 0.625rem;
}
footer .copyright p {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "MP-regular";
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  footer {
    padding: 13.3vw 0 13vw;
  }
  footer .link {
    margin-bottom: 7.7vw;
  }
  footer .link li {
    margin-right: 13.6vw;
  }
  footer .link li:last-child {
    margin-right: 0;
  }
  footer .link li a {
    font-size: 3.7vw;
  }
  footer .link li a i {
    margin-right: 2.9vw;
    font-size: 2.4vw;
    padding-top: 0.6vw;
  }
  footer .copyright p {
    font-size: 2.4vw;
  }
}
a:hover {
  opacity: 0.8;
}

img {
  display: block;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

h1 {
  position: relative;
}
h1 .btn {
  position: absolute;
  bottom: 15vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 80px;
}
h1 .btn a {
  background: #4599C5;
  border-radius: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "MP-bold", sans-serif;
  line-height: 80px;
  padding-left: 42px;
}
h1 .btn a i {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 17px;
}

.about {
  background: #EAC6C8;
  padding: 80px 0;
}
.about p {
  line-height: 2.4;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "MP-bold", sans-serif;
}
.about p span {
  font-family: "MP-bold", sans-serif;
}
.about p sup {
  vertical-align: top;
  position: relative;
  top: 0.5em;
}
.about p strong {
  font-size: 40px;
  font-size: 2.5rem;
}

.note {
  display: flex;
}
.note .left {
  width: 50%;
  overflow: hidden;
}
.note .left img {
  width: auto;
  height: 100%;
}
.note .right {
  width: 50%;
  background: #CEDD8D;
}
.note .right .img {
  width: 33.75%;
  max-width: 324px;
  margin: -10px auto 47px;
}
.note .right .title p {
  text-align: center;
  font-family: "MP-bold", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: #26190C;
}
.note .right .txt {
  padding: 25px 13.9% 0;
}
.note .right .txt p {
  color: #26190C;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.4;
  font-family: "MP-bold", sans-serif;
}

.opus {
  display: flex;
}
.opus .left {
  width: 50%;
  background: #FCE999;
}
.opus .left .img {
  width: 38.95%;
  max-width: 374px;
  margin: -161px auto 46px;
}
.opus .left .title p {
  text-align: center;
  font-family: "MP-bold", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: #26190C;
}
.opus .left .txt {
  padding: 25px 13.9% 45px;
}
.opus .left .txt p {
  color: #26190C;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.4;
  font-family: "MP-bold", sans-serif;
}
.opus .left .btn {
  width: 320px;
  height: 80px;
  margin: 0 auto 60px;
}
.opus .left .btn a {
  background-color: #27190C;
  border-radius: 24px;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "MP-bold", sans-serif;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 24px;
  line-height: 80px;
  position: relative;
  letter-spacing: 1px;
}
.opus .left .btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 23px;
  width: 22px;
  height: 22px;
  background: url(../images/pdf.png) no-repeat;
  background-size: 100% auto;
}
.opus .right {
  width: 50%;
  background: url(../images/opus_bg.jpg) no-repeat center;
  background-size: cover;
}
.opus .right .slick {
  padding: 7.1% 0 7%;
}
.opus .right li {
  margin: 0 54px;
  display: flex;
  justify-content: space-between;
}
.opus .right li > div {
  width: 49.5%;
}
.opus .right li a {
  position: relative;
  display: block;
}
.opus .right li .btn {
  width: 150px;
  height: 48px;
  background-color: #27190C;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  padding-left: 20px;
  line-height: 48px;
  font-family: "MP-bold", sans-serif;
}
.opus .right li .btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 11.5px);
  right: 5px;
  width: 23px;
  height: 23px;
  background: url(../images/pdf.png) no-repeat;
  background-size: 100% auto;
}
.opus .right .slick-prev {
  position: absolute;
  left: 1.5%;
  top: calc(50% - 18px);
  background: url(../images/arrow.png) no-repeat;
  background-size: 100%;
  width: 22px;
  height: 36px;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.opus .right .slick-next {
  position: absolute;
  right: 1.5%;
  top: calc(50% - 18px);
  background: url(../images/arrow.png) no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  width: 22px;
  height: 36px;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.opus .right .slick-dots {
  width: 60px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.opus .right .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  display: block;
}
.opus .right .slick-dots li button {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  border: none;
  text-indent: -9999px;
  padding: 0;
}
.opus .right .slick-dots li.slick-active button {
  background: #FCE999;
}

.message {
  background: #FBBDA8;
  padding: 116px 0 120px;
}
.message h2 {
  text-align: center;
  color: #fff;
  font-family: "MP-bold", sans-serif;
  line-height: 1;
  font-size: 60px;
  font-size: 3.75rem;
  -webkit-text-stroke: 3px #F88D69;
  text-stroke: 3px #F88D69;
  margin-bottom: 58px;
}
.message .profile {
  width: 95%;
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden;
}
.message .profile .img {
  float: left;
  width: 222px;
  margin: 0 4.9% 0 12.4%;
}
.message .profile .name p {
  padding: 24px 0 17px;
  color: #26190C;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "MP-bold", sans-serif;
  line-height: 1;
}
.message .profile .name p small {
  font-size: 16px;
  font-size: 1rem;
}
.message .profile .txt p {
  color: #26190C;
  font-size: 16px;
  font-size: 1rem;
  font-family: "MP-bold", sans-serif;
  line-height: 2;
}
.message .area {
  width: 95%;
  max-width: 990px;
  margin: 0 auto;
  background: #fff;
  padding: 85px 117px 50px;
  border-radius: 17px;
}
.message .area p {
  color: #26190C;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "MP-bold", sans-serif;
  line-height: 2;
}
.message .area .slidearea {
  display: none;
}
.message .area .btn {
  width: 160px;
  height: 40px;
  margin: 45px auto 0;
}
.message .area .btn a {
  background: #27190C;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "MP-bold", sans-serif;
  line-height: 40px;
  position: relative;
}
.message .area .btn a i {
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 14px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

.voice {
  background: #C7E3E9;
  padding: 115px 0 120px;
}
.voice h2 {
  text-align: center;
  color: #fff;
  font-family: "MP-bold", sans-serif;
  line-height: 1;
  font-size: 60px;
  font-size: 3.75rem;
  -webkit-text-stroke: 3px #4599C5;
  text-stroke: 3px #4599C5;
  margin-bottom: 55px;
}
.voice .list {
  width: 95%;
  max-width: 990px;
  margin: 0 auto;
}
.voice .list > div:nth-child(n+4) {
  display: none;
}
.voice .list .img-right {
  margin-bottom: 20px;
  overflow: hidden;
}
.voice .list .img-right .txt {
  width: calc(100% - 150px);
  background: #fff;
  position: relative;
  float: left;
  border-radius: 17px;
  padding: 44px 7.9% 44px 5.9%;
}
.voice .list .img-right .txt p {
  color: #26190C;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "MP-bold", sans-serif;
  line-height: 2;
}
.voice .list .img-right .txt::after {
  content: "";
  background: url(../images/voice_arrow.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 29px;
  position: absolute;
  right: -25px;
  top: 70px;
}
.voice .list .img-right .img {
  float: right;
}
.voice .list .img-right .img img {
  width: 93px;
  margin-right: 15px;
  margin-left: auto;
}
.voice .list .img-right .img p {
  margin: 13px 7px 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "MP-bold", sans-serif;
  color: #26190C;
  line-height: 1;
}
.voice .list .img-left {
  margin-bottom: 20px;
  overflow: hidden;
}
.voice .list .img-left .txt {
  width: calc(100% - 150px);
  background: #fff;
  position: relative;
  float: right;
  border-radius: 17px;
  padding: 44px 7.9% 44px 5.9%;
}
.voice .list .img-left .txt p {
  color: #26190C;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "MP-bold", sans-serif;
  line-height: 2;
}
.voice .list .img-left .txt::after {
  content: "";
  background: url(../images/voice_arrow.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 29px;
  position: absolute;
  left: -25px;
  top: 70px;
  transform: scale(-1, 1);
}
.voice .list .img-left .img {
  float: left;
}
.voice .list .img-left .img img {
  width: 114px;
  margin-left: 5px;
  margin-right: auto;
}
.voice .list .img-left .img p {
  margin: 13px auto 0 8px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "MP-bold", sans-serif;
  color: #26190C;
  line-height: 1;
}
.voice .btn {
  width: 160px;
  height: 40px;
  margin: 60px auto 0;
}
.voice .btn a {
  background: #27190C;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "MP-bold", sans-serif;
  line-height: 40px;
  position: relative;
}
.voice .btn a i {
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 14px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

.application {
  padding: 115px 0 90px;
}
.application h2 {
  text-align: center;
  color: #fff;
  font-family: "MP-bold", sans-serif;
  line-height: 1;
  font-size: 60px;
  font-size: 3.75rem;
  -webkit-text-stroke: 3px #27190C;
  text-stroke: 3px #27190C;
  margin-bottom: 40px;
}
.application .read {
  margin-bottom: 50px;
}
.application .read p {
  text-align: center;
  color: #26190C;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "MP-bold", sans-serif;
  line-height: 2;
}
.application .inner {
  width: 95%;
  max-width: 1130px;
  margin: 0 auto;
  overflow: hidden;
}
.application .map {
  width: 51.5%;
  float: left;
  position: relative;
  margin-left: 15px;
}
.application .map .modal-btn {
  position: absolute;
}
.application .map .modal-btn a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 18px;
  border-radius: 5px;
  background: #27190C;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "MP-bold", sans-serif;
  color: #fff;
}
.application .map .modal-btn a i {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 9px;
}
.application .map .modal-btn.btn1 {
  top: 32.6%;
  right: 7.3%;
}
.application .map .modal-btn.btn2 {
  bottom: 16.6%;
  right: 15.2%;
}
.application .map .modal-btn.btn3 {
  bottom: 27.3%;
  right: 31.6%;
}
.application .map .modal-btn.btn4 {
  bottom: 18.7%;
  left: 36%;
}
.application .map .modal-btn.btn5 {
  bottom: 31.1%;
  left: 18.7%;
}
.application .map .modal-btn.btn6 {
  bottom: 5.8%;
  left: 21.1%;
}
.application .map .modal-btn.btn7 {
  bottom: 17%;
  left: -2.5%;
}
.application .list {
  width: 41.5%;
  float: right;
  margin: 0 15px 0 0;
}
.application .list > div {
  border-bottom: 1px solid #BEBAB6;
  margin-bottom: 15px;
  padding-bottom: 7px;
}
.application .list.list-sp {
  display: none;
}
.application .list .place p {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "MP-bold", sans-serif;
  color: #27190C;
  margin-bottom: 6px;
}
.application .list .place p i {
  display: none;
}
.application .list ul {
  display: flex;
  flex-wrap: wrap;
}
.application .list li {
  margin-right: 4%;
}
.application .list li a {
  color: #4599C5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "MP-regular";
  line-height: 1.5;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(40, 25, 12, 0.5);
  padding: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 30;
}
.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .content {
  width: 90%;
  max-width: 990px;
  max-height: 868px;
  height: 70%;
  margin: auto;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.modal .content .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
.modal .content .top {
  border-radius: 17px 17px 0 0;
  background: #6FABDF;
}
.modal .content .top .title p {
  padding: 40px 0 21px;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "MP-bold", sans-serif;
  color: #fff;
}
.modal .content .top ul {
  display: flex;
  justify-content: center;
  padding-bottom: 21px;
}
.modal .content .top li {
  margin-right: 22px;
}
.modal .content .top li:last-child {
  margin-right: 0;
}
.modal .content .top li a {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: "MP-regular", sans-serif;
}
.modal .content .top li a i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
}
.modal .content .list {
  background: #fff;
  overflow-y: scroll;
  border-radius: 0 0 17px 17px;
  padding: 20px 0 0;
  height: calc(100% - 138px);
}
.modal .content .list > div {
  width: 80.8%;
  margin: 0 auto 80px;
  border-top: 4px solid #28190C;
}
.modal .content .list .place p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #27190C;
  font-family: "MP-bold", sans-serif;
  padding: 20px 0;
}
.modal .content .list .schedule {
  border-top: 1px solid #BEBAB6;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.modal .content .list .schedule:last-child {
  border-bottom: 1px solid #BEBAB6;
}
.modal .content .list .schedule dl {
  margin-left: 2.5%;
  width: calc(88.75% - 160px);
  display: flex;
  flex-wrap: wrap;
}
.modal .content .list .schedule dt {
  width: 80px;
  height: 26px;
  background: #FCC93C;
  margin: 0 11px 4px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #26190C;
  line-height: 26px;
  text-align: center;
  font-family: "MP-medium", sans-serif;
}
.modal .content .list .schedule dd {
  width: calc(100% - 95px);
  font-size: 15px;
  font-size: 0.9375rem;
  color: #26190C;
  line-height: 26px;
  text-align: left;
  font-family: "MP-medium", sans-serif;
}
.modal .content .list .schedule .btn {
  width: 160px;
  height: 40px;
  margin: 0 2.5% 0 6.25%;
  padding: 0;
  border: 0 !important;
}
.modal .content .list .schedule .btn a {
  background: #4599C5;
  border-radius: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 40px;
  padding-left: 22px;
  font-family: "MP-bold", sans-serif;
  display: block;
  text-align: left;
}
.modal .content .list .schedule .btn a i {
  margin-left: 19px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.modal.content1 .content .top {
  background: #4784C5;
}
.modal.content3 .content .top {
  background: #5DBFC2;
}
.modal.content4 .content .top {
  background: #80C26A;
}
.modal.content5 .content .top {
  background: #CDC12F;
}
.modal.content6 .content .top {
  background: #CE9E2F;
}
.modal.content7 .content .top {
  background: #F88D69;
}

@media screen and (max-width: 1200px) {
  h1 .btn {
    width: 208px;
    height: 64px;
  }
  h1 .btn a {
    line-height: 64px;
    padding-left: 20.6px;
  }
  h1 .btn a i {
    margin-right: 13.6px;
  }
}
@media screen and (max-width: 1024px) {
  h1 .btn {
    width: 166.4px;
    height: 51.2px;
  }
  h1 .btn a {
    line-height: 51.2px;
    padding-left: 16.48px;
    font-size: 16px;
    font-size: 1rem;
  }
  .application .map .modal-btn a {
    height: 32px;
    line-height: 32px;
    padding: 0 12px 0 14.4px;
    font-size: 16px;
    font-size: 1rem;
  }
  .application .map .modal-btn.btn3 {
    bottom: 30.3%;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  h1 .btn {
    width: 40%;
    height: 10.6vw;
    bottom: 32.8vw;
  }
  h1 .btn a {
    padding-left: 14%;
    line-height: 10.6vw;
    font-size: 3.2vw;
  }
  h1 .btn a i {
    font-size: 2.4vw;
    margin-right: 5.6%;
  }
  .about {
    padding: 10.6vw 0;
  }
  .about p {
    width: 86.6%;
    margin: 0 auto;
    font-size: 3.2vw;
  }
  .about p strong {
    font-size: 5.3vw;
  }
  .note {
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
  }
  .note .left {
    order: 2;
    width: 100%;
  }
  .note .left img {
    width: 100%;
    height: auto;
  }
  .note .right {
    width: 100%;
  }
  .note .right .img {
    width: 43.2%;
    margin: 2.7vw auto 6.1vw;
  }
  .note .right .title p {
    font-size: 5.3vw;
  }
  .note .right .txt {
    padding: 8.2vw 6.7% 10.6vw;
  }
  .note .right .txt p {
    font-size: 3.2vw;
  }
  .opus {
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
  }
  .opus .left {
    width: 100%;
  }
  .opus .left .img {
    width: 49.8%;
    margin: -6.1% auto 6.4vw;
  }
  .opus .left .title p {
    font-size: 5.3vw;
  }
  .opus .left .txt {
    padding: 8.2vw 6.7% 9.6vw;
  }
  .opus .left .txt p {
    font-size: 3.2vw;
  }
  .opus .left .btn {
    height: 10.6vw;
    width: 50.6%;
    margin-bottom: 13.3vw;
  }
  .opus .left .btn a {
    font-size: 3.2vw;
    padding-left: 9.7%;
    line-height: 10.6vw;
    border-radius: 1.3vw;
  }
  .opus .left .btn a::after {
    width: 2.9vw;
    height: 3.7vw;
    top: calc(50% - 1.85vw);
    right: 3.8vw;
  }
  .opus .right {
    width: 100%;
  }
  .opus .right .slick {
    padding: 4.9vw 0;
  }
  .opus .right .slick li {
    margin: 0 42px;
  }
  .opus .right .slick li .btn {
    width: 26.6vw;
    height: 10.6vw;
    line-height: 10.6vw;
    font-size: 3.2vw;
    padding-left: 5.3vw;
  }
  .opus .right .slick li .btn::after {
    width: 2.9vw;
    height: 3.7vw;
    top: calc(50% - 1.6vw);
    right: 1.4vw;
  }
  .opus .right .slick .slick-prev {
    width: 2.2vw;
    height: 3.7vw;
    left: 1.4%;
    top: calc(50% - 1.85vw);
    background-size: 100%;
    padding: 0;
  }
  .opus .right .slick .slick-next {
    width: 2.2vw;
    height: 3.7vw;
    right: 1.4%;
    top: calc(50% - 1.85vw);
    background-size: 100%;
    padding: 0;
  }
  .opus .right .slick-dots {
    bottom: 2.1vw;
  }
  .opus .right .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0;
  }
  .message {
    padding: 17.3vw 0 13.6vw;
  }
  .message h2 {
    font-size: 10.6vw;
    margin-bottom: 9.2vw;
  }
  .message .profile {
    width: 86.6%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .message .profile .img {
    order: 2;
    position: relative;
    margin: 7.3vw auto 0;
    width: 53.6vw;
  }
  .message .profile .name {
    width: 100%;
  }
  .message .profile .name p {
    padding: 0 0 3.2vw;
    text-align: center;
    font-size: 5.3vw;
  }
  .message .profile .name p small {
    font-size: 3.2vw;
  }
  .message .profile .txt {
    width: 100%;
  }
  .message .profile .txt p {
    font-size: 3.2vw;
  }
  .message .profile .txt p br {
    display: none;
  }
  .message .area {
    width: 94.6%;
    padding: 5vw 6.6% 10.6vw;
  }
  .message .area p {
    font-size: 4vw;
  }
  .message .area .btn {
    margin-top: 7.7vw;
    height: 10.6vw;
    width: 42.6vw;
  }
  .message .area .btn a {
    line-height: 10.6vw;
    font-size: 3.2vw;
  }
  .message .area .btn a i {
    font-size: 2.4vw;
    right: 3.6vw;
    top: calc(50% - 1.2vw);
  }
  .voice {
    padding: 17.2vw 0 14vw;
  }
  .voice h2 {
    font-size: 10.6vw;
    margin-bottom: 8.1vw;
  }
  .voice .list {
    width: 94.6vw;
  }
  .voice .list .item:last-child {
    margin-bottom: 0;
  }
  .voice .list .img-right {
    margin-bottom: 8vw;
  }
  .voice .list .img-right .txt {
    width: 100%;
    border-radius: 2.6vw;
    padding: 5.3vw 6.6vw;
    float: none;
  }
  .voice .list .img-right .txt p {
    font-size: 3.2vw;
    line-height: 2.6;
  }
  .voice .list .img-right .txt p br {
    display: none;
  }
  .voice .list .img-right .txt::after {
    right: 53.3vw;
    bottom: -3.4vw;
    top: unset;
    transform: rotate(-270deg);
  }
  .voice .list .img-right .img {
    float: unset;
    margin: 2.6vw 0 0;
  }
  .voice .list .img-right .img img {
    width: 20vw;
    margin: 0 auto;
  }
  .voice .list .img-right .img p {
    text-align: center;
    font-size: 2.6vw;
    margin-top: 1.2vw;
  }
  .voice .list .img-left {
    margin-bottom: 8vw;
    display: flex;
    flex-wrap: wrap;
  }
  .voice .list .img-left .img {
    order: 2;
    float: none;
    margin: 2.6vw 0 0;
    width: 100%;
  }
  .voice .list .img-left .img img {
    width: 24.5vw;
    margin: 0 auto;
  }
  .voice .list .img-left .img p {
    text-align: center;
    font-size: 2.6vw;
    margin-top: 1.2vw;
  }
  .voice .list .img-left .txt {
    width: 100%;
    border-radius: 2.6vw;
    padding: 5.3vw 6.6vw;
    float: none;
  }
  .voice .list .img-left .txt p {
    font-size: 3.2vw;
    line-height: 2.6;
  }
  .voice .list .img-left .txt p br {
    display: none;
  }
  .voice .list .img-left .txt::after {
    left: 55.8vw;
    bottom: -3.4vw;
    top: unset;
    transform: rotate(-270deg) scale(1, -1);
  }
  .application {
    padding: 17.2vw 0 13.3vw;
  }
  .application h2 {
    font-size: 10.6vw;
    margin-bottom: 6.4vw;
  }
  .application .read {
    width: 86.6%;
    margin: 0 auto 8vw;
  }
  .application .read p {
    text-align: left;
    font-size: 3.2vw;
  }
  .application .read p br {
    display: none;
  }
  .application .inner {
    width: 100%;
  }
  .application .inner .map {
    float: none;
    width: 79.6%;
    margin: 0 auto 7.8vw;
  }
  .application .inner .map .modal-btn a {
    line-height: 5.3vw;
    height: 5.3vw;
    padding: 0 2vw 0 1.8vw;
    font-size: 2.6vw;
    display: flex;
    align-items: center;
  }
  .application .inner .map .modal-btn a i {
    font-size: 1.5vw;
    margin-left: 1vw;
  }
  .application .inner .map .modal-btn.btn1 {
    top: 32.6%;
    right: 7.2%;
  }
  .application .inner .map .modal-btn.btn2 {
    right: 14.9%;
    bottom: 16.6%;
  }
  .application .inner .map .modal-btn.btn3 {
    right: 30.8%;
    bottom: 27.3%;
  }
  .application .inner .map .modal-btn.btn4 {
    right: 47.5%;
    bottom: 18.7%;
  }
  .application .inner .map .modal-btn.btn5 {
    left: 20.7%;
    bottom: 31.1%;
  }
  .application .inner .map .modal-btn.btn6 {
    bottom: 5.8%;
    left: 23.1%;
  }
  .application .inner .map .modal-btn.btn7 {
    left: 0;
    bottom: 17%;
  }
  .application .inner .list {
    width: 89.3%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .application .inner .list.list-pc {
    display: none;
  }
  .application .inner .list.list-sp {
    display: flex;
  }
  .application .inner .list > div {
    width: 50%;
    border-bottom: unset;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 2px solid #27190C;
  }
  .application .inner .list .left {
    border-top: 2px solid #27190C;
    border-right: 2px solid #27190C;
    border-left: 2px solid #27190C;
    border-bottom: 2px solid #27190C;
  }
  .application .inner .list .left > div {
    border-top: 2px solid #27190C;
  }
  .application .inner .list .left > div:first-child {
    border-top: unset;
  }
  @media(max-width: 767px){

  }
  .application .inner .list .right {
    border-top: 2px solid #27190C;
    border-right: 2px solid #27190C;
    border-left: 0px solid #27190C;
    border-bottom: 2px solid #27190C;
  }
  .application .inner .list .right > div {
    border-top: 2px solid #27190C;
  }
  .application .inner .list .right > div:first-child {
    border-top: unset;
  }
  .application .inner .list .place {
    height: 11.4vw;
  }
  .application .inner .list .place p {
    margin-bottom: 0;
    line-height: 11.4vw;
    padding-left: 4vw;
    position: relative;
    font-size: 3.7vw;
  }
  .application .inner .list .place p::after {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-weight: 600;
    position: absolute;
    font-size: 2.6vw;
    right: 4.1vw;
  }
  .application .inner .list .place.active p::after {
    content: "\f106";
  }
  .application .inner .list ul {
    display: none;
  }
  .application .inner .list li {
    height: 11.4vw;
    margin: 0;
    border-top: 2px solid #27190C;
    box-sizing: content-box;
  }
  .application .inner .list li a {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 11.4vw;
    font-size: 3.7vw;
    color: #4599C5;
    background: #F4F4F4;
    text-decoration: none;
  }
  .modal .content {
    width: 94.6%;
  }
  .modal .content .close {
    width: 5.3vw;
    height: 5.3vw;
    top: -1.3vw;
    right: -1.3vw;
  }
  .modal .content .top .title p {
    font-size: 8vw;
    padding: 6.4vw 0 5.7vw;
  }
  .modal .content .top ul {
    width: 85.9%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .modal .content .top li {
    margin-right: 4.9vw;
    margin-bottom: 4vw;
  }
  .modal .content .top li a {
    font-size: 3.7vw;
  }
  .modal .content .list {
    padding: 6.6vw 0 0;
  }
  .modal .content .list > div {
    width: 85.9%;
    margin-bottom: 16vw;
  }
  .modal .content .list .schedule {
    padding: 5.3vw 0;
    flex-wrap: wrap;
  }
  .modal .content .list .schedule dl {
    margin-left: 0;
    width: 100%;
  }
  .modal .content .list .schedule dt {
    width: 20.3%;
    height: 5.3vw;
    line-height: 5.3vw;
    margin-right: 2.1%;
    margin-bottom: 0.8vw;
    font-size: 3.2vw;
  }
  .modal .content .list .schedule dt:nth-child(5) {
    margin-bottom: 0;
  }
  .modal .content .list .schedule dd {
    width: 77.6%;
    font-size: 3.2vw;
    line-height: 5.3vw;
  }
  .modal .content .list .schedule .btn {
    margin: 3.7vw auto 0;
    width: 52.4%;
    height: 10.6vw;
  }
  .modal .content .list .schedule .btn a {
    font-size: 3.2vw;
    line-height: 10.6vw;
    padding-left: 10.8vw;
    position: relative;
  }
  .modal .content .list .schedule .btn a i {
    position: absolute;
    right: 4vw;
    top: calc(50% - 0.9vw);
    font-size: 1.8vw;
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */