@charset "UTF-8";
/* ------------------------------------------------- *
/*        Typography
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        MediaQuery
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        typography
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        color
/* ------------------------------------------------- */
@keyframes ChangeImage {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.KV {
  will-change: transform;
  position: relative;
}
.KV_ImageWrapper {
  width: 100%;
  height: 620px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .KV_ImageWrapper {
    height: 688px;
    width: 100vw;
  }
}
.KV_Image {
  content: "";
  width: 100%;
  height: 100%;
  animation: ChangeImage;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform-origin: center;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  -webkit-animation-name: ChangeImage;
}
.KV_Image-01 {
  background-image: url(../img/top/top_kv_01_pc.jpg);
  animation-delay: 0s;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .KV_Image-01 {
    background-image: url(../img/top/top_kv_01_sp.jpg);
  }
}
.KV_Image-02 {
  background-image: url(../img/top/top_kv_02_pc.jpg);
  animation-delay: 5s;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .KV_Image-02 {
    background-image: url(../img/top/top_kv_02_sp.jpg);
  }
}
.KV_Image-03 {
  background-image: url(../img/top/top_kv_03_pc.jpg);
  animation-delay: 10s;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .KV_Image-03 {
    background-image: url(../img/top/top_kv_03_sp.jpg);
  }
}
.KV_Scroll {
  left: 19px;
  bottom: -1px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .KV_Scroll {
    right: 1%;
    bottom: -34px;
    left: unset;
  }
}
.KV_Scroll::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 50%;
  width: 1px;
  height: 62px;
  background: rgba(255, 255, 255, 0.4);
}
.KV_Scroll::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 50%;
  width: 1px;
  height: 62px;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.KV_Textarea {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .KV_Textarea {
    width: 92%;
    padding: unset;
    align-items: flex-start;
    left: 4%;
  }
}
.KV_Title {
  margin-top: 215px;
  font-weight: 300;
  font-size: 6.2rem;
  line-height: 1.4285714286;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .KV_Title {
    font-size: 47px;
    line-height: 1.3829787234;
    margin-top: 135px;
  }
}
.KV_EnTitle {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5833333333;
  color: #E60200;
  font-family: "Arial", sans-serif;
}
@media screen and (max-width: 767px) {
  .KV_EnTitle {
    font-size: 14px;
    line-height: 2.7142857143;
    top: -1em;
    padding: unset;
    margin-top: 4px;
  }
}
.KV_Text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.1111111111;
  position: absolute;
  bottom: 22px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .KV_Text {
    font-size: 16px;
    line-height: 1.25;
    margin-top: unset;
    bottom: 17px;
  }
}

.Notice {
  padding: 49px 130px 60px;
  background-color: #F7F7F7;
  margin-bottom: 79px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .Notice {
    padding: 20px 0 49px;
    margin-bottom: 69px;
  }
}
.Notice .notice-Wrapper {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Notice .notice-Wrapper {
    width: 92%;
    margin: 0 auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .Notice .notice-Item:first-child {
    display: flex;
  }
}
.Notice .notice-Item:nth-child(2) {
  width: 83%;
}
@media screen and (max-width: 767px) {
  .Notice .notice-Item:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }
}
.Notice .notice-Title {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .Notice .notice-Title {
    font-size: 32px;
    line-height: 2.0625;
  }
}
.Notice .notice-List {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.Notice .notice-List_Item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_Item {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.Notice .notice-List_Item + .notice-List_Item {
  margin-top: 7px;
}
.Notice .notice-List_Title {
  color: #E60200;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 600;
  width: 18%;
  margin-right: 1%;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_Title {
    font-size: 16px;
    width: 44%;
  }
}
.Notice .notice-List_label {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 300;
  width: 16%;
  text-align: center;
  position: relative;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_label {
    font-size: 14px;
    width: 39%;
  }
}
.Notice .notice-List_label::after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 25px;
  width: 100%;
  z-index: -1;
  top: 4px;
  right: 0;
}
.Notice .notice-List_Text-pdf {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 300;
  display: inline-block;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_Text-pdf {
    width: 100%;
    max-width: unset;
    font-size: 16px;
  }
}
.Notice .notice-List_Text-external {
  width: inherit;
}
.Notice .notice-List_LinkWrapper {
  width: 51%;
  flex-grow: 1;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_LinkWrapper {
    width: 100%;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_Link {
    -webkit-line-clamp: 1;
  }
}
.Notice .notice-List_Link br {
  display: none;
}
.Notice .notice-List_Link-pdf {
  width: 593px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_Link-pdf {
    width: 100%;
    flex-wrap: wrap;
    display: block;
  }
}
.Notice .notice-List_Link-pdf .notice-List_Text {
  max-width: 83%;
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_Link-pdf .notice-List_Text {
    max-width: unset;
  }
}
.Notice .notice-List_Link .notice-List_Text {
  text-decoration: underline;
  word-break: break-word;
}
.Notice .notice-List_Link .notice-List_Text:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_Link .notice-List_Text:hover {
    text-decoration: underline;
  }
}
.Notice .notice-List_Link img {
  display: inline;
  position: absolute;
  top: 26%;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.Notice .notice-List_Link-normalText br {
  display: none;
}
.Notice .notice-List_PdfLink {
  width: 12%;
  margin-left: 1%;
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_PdfLink {
    width: initial;
    margin-top: 10px;
    margin-left: 0;
    font-size: 12px;
  }
}
.Notice .notice-List_PdfLink:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .Notice .notice-List_PdfLink:hover {
    text-decoration: none;
  }
}
.Notice .notice-List_PdfLink::after {
  right: unset;
  margin-left: 3%;
}

.aboutus-Section {
  width: 1366px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .aboutus-Section {
    width: 100%;
    margin-bottom: 51px;
  }
}
.aboutus-Section_TitleWrapper {
  margin-bottom: 25px;
}
.aboutus-Section_Title {
  font-family: "Arial", sans-serif;
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .aboutus-Section_Title {
    font-size: 38px;
    line-height: 1.5789473684;
  }
}
.aboutus-Section_Title::before {
  bottom: -10px;
}
.aboutus-Lead_Wrapper {
  width: 1233px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .aboutus-Lead_Wrapper {
    width: 100%;
    flex-direction: column;
    margin-bottom: 52px;
  }
}
.aboutus-Lead_Image {
  width: 608px;
  height: 353px;
}
@media screen and (max-width: 767px) {
  .aboutus-Lead_Image {
    width: 84%;
    height: auto;
  }
}
.aboutus-Lead_textarea {
  width: 570px;
  padding: 66px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutus-Lead_textarea {
    padding: 43px 0 0;
    width: 84%;
    margin-left: 12%;
  }
}
.aboutus-Lead_textarea::before {
  content: "";
  width: 760px;
  height: 99%;
  display: block;
  background-color: #F7F7F7;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .aboutus-Lead_textarea::before {
    width: 96vw;
    height: 508px;
    right: -14px;
    top: -41px;
  }
}
.aboutus-Lead_Title {
  font-size: 3.6rem;
  line-height: 1.3888888889;
  font-weight: 200;
  color: #E60200;
}
@media screen and (max-width: 767px) {
  .aboutus-Lead_Title {
    font-size: 36px;
  }
}
.aboutus-Lead_Subtitle {
  font-size: 1.8rem;
  line-height: 3.3333333333;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  .aboutus-Lead_Subtitle {
    margin-top: -15px;
    font-size: 18px;
  }
}
.aboutus-Lead_Text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 300;
  width: 475px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .aboutus-Lead_Text {
    width: 100%;
    font-size: 16px;
  }
}
.aboutus-Annotation {
  width: 1100px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 767px) {
  .aboutus-Annotation {
    width: 91%;
    margin-bottom: 8px;
  }
}

.attempt-Section {
  padding-bottom: 0;
}
.attempt-Section_Bg-gray {
  padding-bottom: 163px;
}
@media screen and (max-width: 767px) {
  .attempt-Section_Bg-gray {
    padding-bottom: 139px;
  }
}
@media screen and (max-width: 767px) {
  .attempt-Section_Bg-gray::after {
    height: 96%;
  }
}
.attempt-Section_Content {
  width: 92%;
}
.attempt-Section_TitleWrapper {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .attempt-Section_TitleWrapper {
    margin-bottom: 37px;
  }
}
.attempt-Link {
  width: 50%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .attempt-Link {
    width: unset;
  }
}
.attempt-Link_Wrapper {
  display: flex;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .attempt-Link_Wrapper {
    flex-direction: column;
    width: unset;
    margin: 0 auto;
  }
}
.attempt-Link_Item {
  padding: 45px 0 116px;
  text-align: center;
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .attempt-Link_Item {
    background-size: cover;
    height: 173px;
    padding: 0;
    padding-top: 34px;
  }
}
.attempt-Link_Item::before {
  content: "";
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  display: block;
  background-image: url(../assets/img/icon_allow_circle_white.png);
  position: relative;
  background-size: contain;
  top: 85px;
  left: 257px;
}
@media screen and (max-width: 767px) {
  .attempt-Link_Item::before {
    width: 20px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
  }
}
.attempt-Link_Item-st {
  background-image: url(../img/top/top_activities_01_pc.jpg);
}
@media screen and (max-width: 767px) {
  .attempt-Link_Item-st {
    background-image: url(../img/top/top_activities_01_sp.jpg);
  }
}
.attempt-Link_Item-lb {
  background-image: url(../img/top/top_activities_02_pc.jpg);
}
@media screen and (max-width: 767px) {
  .attempt-Link_Item-lb {
    background-image: url(../img/top/top_activities_02_sp.jpg);
  }
}
.attempt-Link_Title {
  font-size: 3.2rem;
  line-height: 1.3125;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .attempt-Link_Title {
    font-size: 24px;
    line-height: 1.75;
  }
}

.pentagon-List {
  width: 530px;
  margin: 0 auto 37px;
}
@media screen and (max-width: 767px) {
  .pentagon-List {
    width: 92%;
    margin-bottom: 21px;
  }
}
.pentagon-List_Wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  min-height: 530px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pentagon-List_Wrapper {
    min-height: 92vw;
  }
}
.pentagon-List_Wrapper::before {
  background-image: url(../img/top/mufgam_pentagon.png);
  content: "";
  background-repeat: no-repeat;
  width: 530px;
  height: 530px;
  display: block;
  position: absolute;
  top: 0;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pentagon-List_Wrapper::before {
    width: 92vw;
    height: 92vw;
  }
}
.pentagon-List_Wrapper::after {
  background-image: url(../img/top/mufgam_pc_jp.png);
  content: "";
  background-repeat: no-repeat;
  width: 230px;
  height: 230px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pentagon-List_Wrapper::after {
    background-image: url(../img/top/mufgam_sp_jp.png);
    width: 38.6666666667vw;
    height: 38.6666666667vw;
  }
}
.pentagon-List_Items {
  width: 100%;
  position: relative;
}
.pentagon-List_Item {
  position: absolute;
  text-align: center;
  padding: 28px 0;
  display: block;
  color: #333333;
  text-decoration: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pentagon-List_Item {
    padding: 4vw 0;
  }
}
.pentagon-List_Item-01 {
  top: 5%;
  left: 30%;
}
.pentagon-List_Item-02 {
  top: 29%;
  left: 73%;
}
.pentagon-List_Item-03 {
  top: 62%;
  left: 61%;
}
.pentagon-List_Item-04 {
  top: 70%;
  left: 15%;
}
.pentagon-List_Item-05 {
  top: 32%;
  left: 7%;
}
.pentagon-List_Text {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pentagon-List_Text {
    font-size: 3.2vw;
  }
}
.pentagon-List_Text-en {
  font-family: "Arial", sans-serif;
}
.pentagon-List_Text::after {
  background-image: url(../assets/img/icon_allow_circle_red.gif);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pentagon-List_Text::after {
    width: 16px;
    height: 16px;
  }
}/*# sourceMappingURL=top.css.map */