@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px; /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  overflow: hidden;
}

section {
  position: relative;
}
div.merit_top{
 background: #d4edf9;
}
#page-special_portal_index.wrapper.l-body{
 padding-bottom: 0;
}
@media screen and (min-width: 769px) {

.mv-index__top {
  position: absolute;
  left: 8%;
  top: 26.2%;
  max-width: 200px;
  width: 100%;
}
.button_area{
 width: 90%;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.bn{
 display: block;
 margin: 0.2rem auto;
}
.button01{
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  border-radius: 17px;
  background: #284d9d;
  color: #fff;
  left: 25px;
  top: 627px;
  width: 31%;
  height: 100%;
  text-align: center;
  align-items: center;
justify-content:center;
 font-size: 14px;
  box-shadow: 0px 3px 0px 0px rgba(106, 160, 194, 1);
}

.merit_menu{
  border-radius: 17px;
  background: #fff;
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 70px;
  margin: 70px auto;
}
.title{
 color: #284d9d;
 font-weight: 800;
 font-size: 20px;
 text-align: center;
 margin: 20px auto;
  text-decoration: underline solid 4px #c9e5f3;
}
.img_area{
 width: 85%;
 margin: 0 auto;
}
.img_area img{
 display: block;
 margin: 25px auto;
 width: 100%;
}
.merit_text{
 color: #284d9d;
 font-weight: bold;
 font-size: 16px;
 width: 85%;
 margin: 0 auto;
 line-height: 2.5;
 text-align: left;
}
.mv-index__ttl img {
  width: 100%;
}

.merit_top img {
  width: 100%;
}
.ichiran{
  border-radius: 17px;
  background: #284d9d;
  padding: 2rem 5.5rem;
 width: 95%;
 font-size: 20px;
 font-weight: bold;
 color: #fff;
 margin: 0 auto;
  border: 0px;
}
.sec-main {
  padding: 65px 0 111px;
  background: #d4edf9;
  position: relative;
  text-align: center;
}
}

@media screen and (max-width: 768px) {
.mv-index__top {
  position: absolute;
  left: 8%;
  top: 26.2%;
  max-width: 200px;
  width: 100%;
}
.button_area{
 width: 90%;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.bn{
 display: block;
 margin: 0.2rem auto;
}
.button01{
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  border-radius: 17px;
  background: #284d9d;
  color: #fff;
  left: 25px;
  top: 627px;
  width: 31%;
  height: 100%;
  text-align: center;
  align-items: center;
justify-content:center;
 font-size: 3vw;
  box-shadow: 0px 3px 0px 0px rgba(106, 160, 194, 1);
}

.merit_menu{
  border-radius: 17px;
  background: #fff;
  width: 95%;
  margin: 0 auto;
  padding-top: 3vw;
  padding-bottom: 20vw;
  margin: 12vw auto;
}
.title{
 color: #284d9d;
 font-weight: 800;
 font-size: 20px;
 text-align: center;
 margin: 20px auto;
  text-decoration: underline solid 4px #c9e5f3;
}
.img_area{
 width: 85%;
 margin: 5vw auto;
}
.img_area img{
 display: block;
 margin: 7vw auto;
 width: 100%;
}
.merit_text{
 color: #284d9d;
 font-weight: bold;
 font-size: 4vw;
 width: 85%;
 margin: 0 auto;
 line-height: 2.5;
 text-align: left;
}
.mv-index__ttl img {
  width: 100%;
}

.merit_top img {
  width: 100%;
}
.ichiran{
  border-radius: 17px;
  background: #284d9d;
  padding: 2rem 5.5rem;
 width: 95%;
 font-size: 20px;
 font-weight: bold;
 color: #fff;
 margin: 0 auto;
  border: 0px;
}
.sec-main {
  padding: 10vw 0 111px;
  background: #d4edf9;
  position: relative;
  text-align: center;
  }
  }
