@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}
input,
textarea {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
i,
em {
  font-style: normal;
}
html {
  font-size: 62.5%;
}
body {
  background: #f5f5f5;
  color: #000;
  font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: none;
}
*:focus {
  outline: none;
}
* {
  box-sizing: border-box;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:visited {
  color: #000;
}
a:active,
a:focus {
  outline: none;
}
.wrapper {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.sec_inner {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}
.sec_title {
  text-align: center;
}
.sec_title small {
  color: #206be0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.055em;
  margin-bottom: 30px;
}
.sec_title span {
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.6;
}
.sec_title.title_bar {
  background: #206be0 url(../img/title_bg.png) center center no-repeat;
  color: #fff;
  padding: 45px 0 55px;
}
.sec_title.title_bar small {
  color: #fff;
}
.sec.bg_blue {
  background: #eaf2ff;
}
.sec p {
  font-size: 1.6rem;
  hanging-punctuation: allow-end;
  letter-spacing: 0.035em;
  line-break: strict;
  line-height: 1.56;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.sec p b {
  font-weight: 700;
}
.sec .txt_wrap p {
  margin: 20px 0 25px;
}
.sec .txt_wrap figure {
  margin: 40px auto 0;
}
.sec .box {
  background: #fff;
  border: 1px solid #009fe8;
  border-radius: 20px;
}
.txt_sky {
  color: #009fe8;
}
.txt_blue {
  color: #206be0;
}
.txt_line_sky {
  border-bottom: 2px solid #009fe8;
}
.txt_marker {
  background: linear-gradient(transparent 55%, #ffe983 55%);
  padding: 0 5px;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.anim_scale {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: anim_scale;
  animation-name: anim_scale;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.header {
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 200;
}
.header_inner {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}
.header_logo {
  width: 216px;
}
.header_logo a {
  display: block;
}
.header_nav {
  margin: 0 20px 0 auto;
}
.header_nav ul {
  align-items: center;
  display: inline-flex;
}
.header_nav li {
  margin-right: 30px;
}
.header_nav li a {
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
  font-size: 92.86%;
  letter-spacing: 0.06em;
}
.header_btn {
  width: 230px;
}
.header_btn a {
  align-items: center;
  background: #206be0;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 107.14%;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.06em;
  position: relative;
}
.header_btn a::after {
  background: url(../img/btn_arr_white.svg) center center/100% 100% no-repeat;
  content: "";
  height: 9px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4.5px);
  width: 6px;
}
.footer {
  align-items: center;
  background: #206be0;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 110px;
  justify-content: center;
  padding: 0 40px;
}
.footer_nav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.footer_nav li {
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.035em;
}
.footer_nav li a {
  color: #fff;
  margin: 0 15px;
}
.footer_nav li + li::before {
  content: "|";
}
.footer_copy {
  font-size: 1.1rem;
}
.mv {
  position: relative;
}
.mv_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 940px;
  justify-content: center;
  margin: 0 auto;
  padding-top: 160px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mv_title {
  color: #fff;
  font-size: 400%;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.mv_title em {
  display: block;
  font-size: 125%;
  letter-spacing: -0.04em;
  margin-top: 20px;
}
.mv_btn a {
  align-items: center;
  background: #206be0;
  border-radius: 74px;
  color: #fff;
  display: flex;
  font-size: 157.14%;
  font-weight: 700;
  height: 74px;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 100%;
}
.mv_visual {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.mv_visual picture {
  display: block;
  text-align: center;
}
.mv_visual img {
  display: block;
  font-family: "object-fit: cover;";
  height: 940px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.sec_concept {
  padding-bottom: 70px;
  padding-top: 90px;
}
.sec_concept .sec_title {
  margin-bottom: 60px;
}
.sec_concept ul {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}
.sec_concept ul li {
  width: 19.46%;
}
.sec_concept ul li figure {
  text-align: center;
}
.sec_concept ul li figure img {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.6s ease-in-out 0s;
}
.sec_concept ul li figure figcaption {
  color: #206be0;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.52;
  margin-top: 15px;
}
.sec_concept ul li:nth-child(2) figure img {
  transition-delay: 0.3s;
}
.sec_concept ul li:nth-child(3) figure img {
  transition-delay: 0.6s;
}
.sec_concept ul li:nth-child(4) figure img {
  transition-delay: 0.9s;
}
.sec_concept ul.show li figure img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sec_about {
  padding-bottom: 140px;
  padding-top: 70px;
}
.sec_about .sec_title {
  margin: -5px 0 20px;
}
.sec_about .img_wrap {
  border-radius: 20px;
  overflow: hidden;
}
.sec_merit {
  overflow: hidden;
}
.sec_merit .sec_title span {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.sec_merit .sec_title b {
  font-size: 150%;
  font-weight: 500;
  line-height: 1;
  margin: 0 3px;
}
.sec_merit .sec_title_sb {
  font-size: 3.5rem;
  margin: -15px 0 35px;
}
.sec_merit .sec_title_sb i {
  align-items: center;
  background: #206be0;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 85.71%;
  font-weight: 400;
  height: 39px;
  justify-content: center;
  margin: 0 0 20px 78px;
  position: relative;
  width: 39px;
}
.sec_merit .sec_title_sb i::before {
  color: #206be0;
  content: "MERIT";
  font-size: 63.33%;
  font-weight: 600;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 78px;
}
.sec_merit .sec_title_sb span {
  display: block;
  font-weight: 700;
  line-height: 1.6;
}
.sec_merit .sec_inner {
  margin: 150px auto;
}
.sec_merit .sec_inner .img_wrap {
  border-radius: 20px;
  overflow: hidden;
}
.sec_merit .sec_inner:first-of-type {
  margin-top: 100px;
}
.sec_faq {
  padding-bottom: 90px;
  padding-top: 90px;
}
.sec_faq .sec_title {
  margin-bottom: 43px;
}
.sec_faq .box {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 35px 40px;
}
.sec_faq .box + .box {
  margin-top: 17px;
}
.sec_faq .box.is_open .box_tit::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.sec_faq .box_tit {
  cursor: pointer;
  display: flex;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
.sec_faq .box_tit span {
  color: #206be0;
  flex: 1;
  font-size: 142.86%;
  font-weight: 500;
  line-height: 1.5;
}
.sec_faq .box_tit::before {
  align-items: center;
  background: #206be0;
  border-radius: 27px;
  color: #fff;
  content: "Q";
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 142.86%;
  height: 27px;
  justify-content: center;
  margin: 2px 20px 0 0;
  width: 27px;
}
.sec_faq .box_tit::after {
  background: url(../img/faq_arr_blue.svg) center center/cover no-repeat;
  content: "";
  height: 9px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  width: 17px;
}
.sec_faq .box_txt {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 15px;
}
.sec_flow {
  overflow: hidden;
  padding-bottom: 105px;
  padding-top: 90px;
}
.sec_flow .flow_list li {
  background: #fff;
  border: 2px solid #206be0;
}
.sec_flow .flow_list li .tit {
  align-items: center;
  background: #eaf2ff;
  border-radius: 20px 20px 0 0;
  color: #206be0;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  height: 70px;
  justify-content: center;
  letter-spacing: 0.035em;
  margin-bottom: 10px;
  position: relative;
}
.sec_flow .flow_list li .tit::after {
  border-color: #eaf2ff transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  height: 0;
  left: calc(50% - 10px);
  position: absolute;
  top: 100%;
  width: 0;
}
.sec_flow .flow_list li .tit i {
  align-items: center;
  background: #206be0;
  border-radius: 100%;
  bottom: calc(100% - 16px);
  color: #fff;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 161.11%;
  height: 38px;
  justify-content: center;
  position: absolute;
  width: 38px;
}
.sec_flow .flow_list li .txt {
  padding: 5px 20px 25px;
}
.sec_flow .flow_list li .txt p + p {
  margin-top: 20px;
}
.sec_form {
  padding-bottom: 90px;
}
.sec_form .sec_inner {
  max-width: 740px;
  padding-top: 95px;
}
.sec_form input,
.sec_form select,
.sec_form button,
.sec_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
.sec_form textarea {
  line-height: 1.5;
}
.sec_form input[type="reset"],
.sec_form input[type="submit"],
.sec_form input[type="button"],
.sec_form button {
  cursor: pointer;
  font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}
.sec_form ::-webkit-input-placeholder {
  color: #ccc;
}
.sec_form ::-moz-placeholder {
  color: #ccc;
}
.sec_form :-ms-input-placeholder {
  color: #ccc;
}
.sec_form ::-ms-input-placeholder {
  color: #ccc;
}
.sec_form ::placeholder {
  color: #ccc;
}
.sec_form ::input-placeholder {
  color: #ccc;
}
.sec_form :input-placeholder {
  color: #ccc;
}
.sec_form form dl dt {
  align-items: center;
  display: flex;
  font-size: 128.57%;
  font-weight: 500;
  margin-bottom: 10px;
}
.sec_form form dl dt i span {
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 77.77%;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  margin-left: 18px;
  width: 40px;
}
.sec_form form dl dt i span.optional {
  background: #666;
}
.sec_form form dl dt i span.required {
  background: #e00000;
}
.sec_form form dl dd {
  margin-bottom: 20px;
  position: relative;
}
.sec_form form dl dd .input_wrap input,
.sec_form form dl dd .input_wrap textarea {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.7rem;
  padding: 15px 20px;
  width: 100%;
}
.sec_form form dl dd .input_wrap.select {
  background: #fff;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
.sec_form form dl dd .input_wrap.select select {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.7rem;
  padding: 19px 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.sec_form form dl dd .input_wrap.select::after {
  background: url(../img/arr_select.svg) center center/100% 100% no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 25px;
  width: 13px;
  z-index: 1;
}
.sec_form form dl dd .error_blank,
.sec_form form dl dd .error_format {
  color: #ff4341;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 5px 0 0 5px;
  width: 100%;
}
.sec_form form dl dd.name {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.sec_form form dl dd.name .input_wrap {
  width: 230px;
}
.sec_form form dl dd.pref .input_wrap,
.sec_form form dl dd.gender .input_wrap,
.sec_form form dl dd.experience .input_wrap {
  width: 230px;
}
.sec_form form dl dd.age {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.sec_form form dl dd.age .input_wrap {
  width: 80px;
}
.sec_form form dl dd.age .input_wrap .error_msg {
  width: 1040px;
}
.sec_form form dl dd.age p {
  padding: 15px 0 0 18px;
  width: calc(100% - 80px);
}
.sec_form form dl dd.funds {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.sec_form form dl dd.funds .input_wrap {
  width: 230px;
}
.sec_form form dl dd.funds .input_wrap .error_msg {
  width: 1040px;
}
.sec_form form dl dd.funds p {
  padding: 15px 0 0 18px;
  width: calc(100% - 230px);
}
.sec_form form dl dd.academic .input_wrap,
.sec_form form dl dd.email .input_wrap,
.sec_form form dl dd.tel .input_wrap {
  width: 380px;
}
.sec_form form dl dd .error_msg {
  color: #ff4341;
  display: none;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 5px 0 0 5px;
}
.sec_form form dl dd .input_wrap {
  position: relative;
}
.sec_form form dl dd .input_wrap .chk {
  background: #009fe8;
  border-radius: 30px;
  height: 18px;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.4s ease 0s;
  width: 18px;
  z-index: -1;
}
.sec_form form dl dd .input_wrap .chk::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 40%;
  left: 50%;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20%;
}
.sec_form form dl dd .input_wrap.error .error_msg {
  display: block;
}
.sec_form form dl dd .input_wrap.error input,
.sec_form form dl dd .input_wrap.error select {
  background: #ffeef2;
  border-color: #eb396c;
}
.sec_form form dl dd .input_wrap.error.select select {
  z-index: 1;
}
.sec_form form dl dd .input_wrap.error.select::after {
  z-index: 2;
}
.sec_form form dl dd .input_wrap.valid input.inputValid {
  border-color: #009fe8;
}
.sec_form form dl dd .input_wrap.valid .chk {
  display: block;
  opacity: 1;
  z-index: 3;
}
.sec_form form dl dd .input_wrap.valid.select select.inputValid {
  border-color: #009fe8;
}
.sec_form form dl dd .input_wrap.valid.select::after {
  display: none;
}
.sec_form .form_btns {
  margin: 40px auto 0;
}
.sec_form .form_btn {
  border-radius: 60px;
  cursor: pointer;
  height: 60px;
  margin: 0 auto;
  max-width: 220px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 70%;
}
.sec_form .form_btn input[type="submit"],
.sec_form .form_btn input[type="button"] {
  color: #fff;
  font-size: 128.57%;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.04em;
  position: relative;
  width: 100%;
  z-index: 2;
}
.sec_form .form_btn::after {
  background: url(../img/btn_arr_white.svg) center center/100% 100% no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  width: 10px;
  z-index: 1;
}
.sec_form .form_btn.confirm:not(.disabled) {
  background: #ff7800;
}
.sec_form .form_btn.submit:not(.disabled) {
  background: #ff7800;
}
.sec_form .form_btn.disabled {
  background: #ccc;
  pointer-events: none;
}
.sec_form .form_btn.back {
  background: #999;
  margin-top: 20px;
}
.sec_form .form_btn.back::after {
  left: 16px;
  right: auto;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.sec_form #confirm_field {
  display: none;
}
.sec_form #confirm_field .message_txt {
  text-align: center;
}
.sec_form #confirm_field dl {
  border: 1px solid #ccc;
  border-bottom: 0;
}
.sec_form #confirm_field dl + dl {
  border-top: 0;
}
.sec_form #confirm_field dl dt {
  align-items: center;
  background: #f5f5f5;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
}
.sec_form #confirm_field dl dd {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.wrapper.page .header {
  border-bottom: 1px solid #ccc;
  position: static;
}
.wrapper.page .header_inner {
  align-items: center;
  display: flex;
  height: 95px;
  justify-content: center;
}
.wrapper.page .header_logo {
  margin: 0;
}
.wrapper.page .content .sec {
  padding: 50px 40px 100px;
}
.wrapper.page .content .sec_title {
  margin: 0 0 40px;
}
.wrapper.page .content .sec_title span {
  font-size: 200%;
}
.wrapper.page .content .sec_title:not(.taC) {
  text-align: left;
}
.wrapper.page .content .sec h2 {
  font-size: 157.14%;
  font-weight: 700;
  line-height: 1.5;
  margin: 40px 0 20px;
}
.wrapper.page .content .sec h3 {
  font-size: 128.57%;
  font-weight: 700;
  line-height: 1.5;
  margin: 30px 0 20px;
}
.wrapper.page .content .sec p {
  margin: 20px 0;
}
.wrapper.page .content .sec p,
.wrapper.page .content .sec li {
  font-size: 114.29%;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.wrapper.page .content .sec ol {
  list-style: decimal outside none;
  margin: 20px 0 20px 30px;
}
.wrapper.page .content .sec ul {
  list-style: circle outside none;
  margin: 20px 0 20px 30px;
}
.wrapper.page .content .sec li {
  margin: 10px 0;
}
.wrapper.page .content .sec .link_btn a {
  align-items: center;
  background: #206be0;
  border-radius: 60px;
  color: #fff;
  display: flex;
  font-size: 128.57%;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.04em;
  margin: 0 auto;
  max-width: 220px;
  position: relative;
  width: 70%;
}
.wrapper.page .content .sec .link_btn a::after {
  background: url(../img/btn_arr_white.svg) center center/100% 100% no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  width: 10px;
}
.wrapper.page .content .sec table {
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 30px 0;
  width: 100%;
}
.wrapper.page .content .sec table th,
.wrapper.page .content .sec table td {
  border-bottom: 1px solid #ccc;
  font-size: 114.29%;
  line-height: 1.6;
  padding: 15px;
}
.wrapper.page .content .sec table th {
  background: #f5f5f5;
  border-right: 1px solid #ccc;
  text-align: left;
  width: 200px;
}
.wrapper.page .content .sec table td {
  background: #fff;
}
.wrapper.page .content .sec .ft_wrap {
  margin-top: 70px;
}

/* ------------------------------------
media query
------------------------------------ */
@media (hover: none) {
  a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  a:active {
    color: #000;
    opacity: 0.65;
  }
  .header_nav li a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .header_nav li a:active {
    color: #fff;
  }
  .header_btn a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .header_btn a:active {
    color: #fff;
  }
  .mv_btn a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .mv_btn a:active {
    color: #fff;
  }
  .sec_faq .box_tit {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .sec_faq .box_tit:active {
    opacity: 0.65;
  }
  .sec_form .form_btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .sec_form .form_btn:active {
    opacity: 0.65;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a:hover {
    color: #000;
    opacity: 0.65;
  }
  .header_nav li a:hover {
    color: #fff;
  }
  .header_btn a:hover {
    color: #fff;
  }
  .mv_btn a:hover {
    color: #fff;
  }
  .sec_faq .box_tit:hover {
    opacity: 0.65;
  }
  .sec_form .form_btn:hover {
    opacity: 0.65;
  }
}
@media only screen {
  [data-scroll] {
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
  }
  [data-scroll].show {
    opacity: 1;
  }
  [data-scroll].up_in {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.6s ease-in-out 0s;
  }
  [data-scroll].up_in.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  [data-scroll].left_in {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: all 0.6s ease-in-out 0s;
  }
  [data-scroll].left_in.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  [data-scroll].right_in {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: all 0.6s ease-in-out 0s;
  }
  [data-scroll].right_in.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media not screen, screen and (min-width: 601px) {
  .vsp600 {
    display: none;
  }
}
@media screen and (min-width: 601px), print {
  a.sp_link {
    pointer-events: none;
  }
  .header {
    position: fixed;
  }
  .header_inner {
    align-items: center;
    display: flex;
    height: 96px;
    justify-content: space-between;
  }
  .header.fixed {
    background: rgb(0 0 0 / 0.5);
  }
  .header.fixed .header_inner {
    height: 75px;
  }
  .mv_btn {
    margin: 65px auto 0;
    width: 300px;
  }
  .sec_merit .sec_inner .txt_wrap p:last-of-type {
    margin-bottom: 0;
  }
  .sec_flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sec_flow .flow_list li {
    border-radius: 20px;
    width: 23.08%;
  }
  .sec_flow .flow_list li:nth-child(2) .img {
    transition-delay: 0.3s;
  }
  .sec_flow .flow_list li:nth-child(3) .img {
    transition-delay: 0.6s;
  }
  .sec_flow .flow_list li:nth-child(4) .img {
    transition-delay: 0.9s;
  }
  .sec_form .sec_title small {
    margin-bottom: 10px;
  }
  .sec_form .sec_title span {
    line-height: 1.7;
  }
  .sec_form form dl dd p {
    font-size: 1.7rem;
  }
  .sec_form form dl dd .error_blank,
  .sec_form form dl dd .error_format {
    min-width: 230px;
  }
  .sec_form form dl dd.name .input_wrap + .input_wrap {
    margin-left: 20px;
  }
  .sec_form form dl dd .error_msg {
    min-width: 230px;
  }
  .sec_form #confirm_field .message_txt {
    margin-bottom: 40px;
  }
  .sec_form #confirm_field dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sec_form #confirm_field dl dt {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 128.57%;
    padding: 15px;
    width: 30%;
  }
  .sec_form #confirm_field dl dd {
    font-size: 114.29%;
    line-height: 1.5;
    padding: 15px;
    width: 70%;
  }
  .wrapper.page .content {
    min-height: calc(var(--vh, 1vh) * 100 - 95px - 110px);
  }
  body.ie .wrapper.page .content {
    min-height: calc(100vh - 95px - 110px);
  }
  .wrapper.page .content .sec .link_btn {
    margin-top: 40px;
  }
}
@media not screen, screen and (min-width: 961px) {
  .vsp960 {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 600px) {
  .sec_about .img_wrap figure {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .sec_merit .sec_inner:nth-of-type(2n + 1) .img_wrap figure {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  .sec_merit .sec_inner:nth-of-type(2n) .img_wrap figure {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@media screen and (min-width: 961px), print {
  .sec_about .sec_title {
    margin-right: -5%;
    text-align: left;
  }
  .sec_about .sec_inner {
    display: flex;
    height: 530px;
    justify-content: flex-end;
    position: relative;
    width: 100%;
  }
  .sec_about .txt_wrap {
    width: calc(50% - 4.81%);
  }
  .sec_about .img_wrap {
    border-radius: 0 20px 20px 0;
    height: 100%;
    position: absolute;
    right: calc(50% + 4.81%);
    top: 0;
    width: calc(50vw - 4.81%);
  }
  .sec_about .img_wrap figure {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
  }
  .sec_about .img_wrap figure.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sec_about .img_wrap figure img {
    height: 530px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right 50%;
    object-position: right 50%;
    width: 100%;
  }
  .sec_merit .sec_inner {
    display: flex;
    justify-content: flex-end;
    min-height: 530px;
    position: relative;
    width: 100%;
  }
  .sec_merit .sec_inner .txt_wrap {
    width: calc(50% - 4.81%);
  }
  .sec_merit .sec_inner .img_wrap {
    border-radius: 0 20px 20px 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: calc(50vw - 50px);
  }
  .sec_merit .sec_inner .img_wrap figure {
    width: 100%;
  }
  .sec_merit .sec_inner .img_wrap figure img {
    height: 530px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .sec_merit .sec_inner:nth-of-type(2n + 1) {
    justify-content: flex-start;
  }
  .sec_merit .sec_inner:nth-of-type(2n + 1) .img_wrap {
    left: calc(50% + 4.81%);
  }
  .sec_merit .sec_inner:nth-of-type(2n + 1) .img_wrap figure {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: all 0.6s ease-in-out 0s;
  }
  .sec_merit .sec_inner:nth-of-type(2n + 1) .img_wrap figure.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sec_merit .sec_inner:nth-of-type(2n + 1) .img_wrap figure img {
    -o-object-position: left 50%;
    object-position: left 50%;
  }
  .sec_merit .sec_inner:nth-of-type(2n) {
    justify-content: flex-end;
  }
  .sec_merit .sec_inner:nth-of-type(2n) .img_wrap {
    right: calc(50% + 4.81%);
  }
  .sec_merit .sec_inner:nth-of-type(2n) .img_wrap figure {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: all 0.6s ease-in-out 0s;
  }
  .sec_merit .sec_inner:nth-of-type(2n) .img_wrap figure.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sec_merit .sec_inner:nth-of-type(2n) .img_wrap figure img {
    -o-object-position: right 50%;
    object-position: right 50%;
  }
  .sec_flow .sec_title {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1040px) {
  .sec {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sec_title.title_bar {
    background-position: 30% center;
    margin: 0 -40px;
    padding: 40px 40px 60px;
    width: calc(100% + (40px * 2));
  }
  .header_inner {
    padding: 0 40px;
  }
  .header_nav {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .vpc960 {
    display: none;
  }
  .mv_inner {
    height: 134.9333vw;
    padding-top: 12vw;
    width: 96%;
  }
  .mv_visual img {
    height: 134.9333vw;
  }
  .sec_about .img_wrap {
    margin-top: 30px;
  }
  .sec_about .img_wrap figure.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sec_merit .sec_inner {
    margin: 70px auto;
  }
  .sec_merit .sec_inner .img_wrap {
    margin-top: 30px;
  }
  .sec_merit .sec_inner .img_wrap figure.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sec_merit .sec_inner:first-of-type {
    margin-top: 45px;
  }
  .sec_flow .flow_list li {
    margin-top: 60px;
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 2.8667vw;
  }
  .sec {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .sec_title small {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .sec_title span {
    font-size: 6.4vw;
    line-height: 1.49;
  }
  .sec_title.title_bar {
    background-position: 40% center;
    background-size: auto 100%;
    margin: 0 -6vw;
    padding: 5.3333vw 2.6667vw 8vw;
    width: calc(100% + (6vw * 2));
  }
  .sec p {
    font-size: 150%;
    line-height: 1.75;
  }
  .sec .txt_wrap p {
    margin: 5.3333vw 0;
  }
  .sec .txt_wrap figure {
    margin: 8vw auto 0;
  }
  .sec .box {
    border-radius: 2.6667vw;
  }
  .vpc600 {
    display: none;
  }
  .header {
    position: absolute;
  }
  .header_inner {
    padding: 4.5333vw 6vw 0;
  }
  .header_logo {
    margin: 0 auto;
    width: 28.8vw;
  }
  .header_btn {
    background: #f5f5f5;
    bottom: -16vw;
    left: 0;
    padding: 2vw 6vw;
    position: fixed;
    transition: bottom 0.3s ease-in-out;
    width: 100%;
    z-index: 300;
  }
  .header_btn a {
    font-size: 5.3333vw;
    height: 13.3333vw;
  }
  .header_btn a::after {
    height: 3.2vw;
    right: 6.4vw;
    top: calc(50% - 1.6vw);
    width: 2.1333vw;
  }
  .header_btn.show {
    bottom: 0;
  }
  .footer {
    height: 24vw;
    padding: 0 6vw;
  }
  .footer_nav {
    margin-bottom: 4vw;
  }
  .mv_title {
    font-size: 6.8vw;
  }
  .mv_title em {
    font-size: 123.53%;
    line-height: 1.4;
    margin-top: 2.6667vw;
  }
  .mv_btn {
    left: calc(50% - 35.3333vw);
    position: absolute;
    top: calc(100% - 6.9333vw);
    width: 70.6667vw;
  }
  .mv_btn a {
    font-size: 4.8vw;
    height: 13.8667vw;
  }
  .sec_concept {
    padding-bottom: 6.6667vw;
    padding-top: 14.6667vw;
  }
  .sec_concept .sec_title {
    margin: 0 -8% 8vw;
  }
  .sec_concept ul {
    flex-wrap: wrap;
    margin-bottom: -8vw;
  }
  .sec_concept ul li {
    margin-bottom: 8vw;
    width: 50%;
  }
  .sec_concept ul li figure img {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .sec_concept ul li figure img {
    max-width: 33.6vw;
    width: 90%;
  }
  .sec_concept ul li figure figcaption {
    font-size: 160%;
    line-height: 1.52;
    margin: 3.3333vw 0 0;
  }
  .sec_about {
    padding-bottom: 13.3333vw;
    padding-top: 6.6667vw;
  }
  .sec_about .sec_title {
    margin: 0 0 5.3333vw;
  }
  .sec_about .img_wrap {
    border-radius: 2.6667vw;
  }
  .sec_about .img_wrap {
    margin-top: 7.3333vw;
  }
  .sec_about .img_wrap figure {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.6s ease-in-out 0s;
  }
  .sec_merit .sec_title_sb {
    font-size: 6vw;
    margin: 0 0 6.6667vw;
  }
  .sec_merit .sec_title_sb i {
    height: 8vw;
    margin: 0 0 2.6667vw 13.3333vw;
    width: 8vw;
  }
  .sec_merit .sec_title_sb i::before {
    width: 13.3333vw;
  }
  .sec_merit .sec_inner {
    margin: 13.3333vw auto;
  }
  .sec_merit .sec_inner .img_wrap {
    border-radius: 2.6667vw;
  }
  .sec_merit .sec_inner .img_wrap {
    margin-top: 8vw;
  }
  .sec_merit .sec_inner .img_wrap figure {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.6s ease-in-out 0s;
  }
  .sec_merit .sec_inner:first-of-type {
    margin-top: 6.6667vw;
  }
  .sec_faq {
    padding-bottom: 13.3333vw;
    padding-top: 13.3333vw;
  }
  .sec_faq .sec_title {
    margin-bottom: 8vw;
  }
  .sec_faq .box {
    border-radius: 2.6667vw;
    padding: 4vw;
  }
  .sec_faq .box + .box {
    margin-top: 4vw;
  }
  .sec_faq .box_tit {
    padding-right: 4vw;
  }
  .sec_faq .box_tit span {
    font-size: 160%;
    line-height: 1.5;
  }
  .sec_faq .box_tit::before {
    height: 6.4vw;
    margin: 0 2vw 0 0;
    width: 6.4vw;
  }
  .sec_faq .box_tit::after {
    height: 2vw;
    top: calc(50% - 0.9333vw);
    width: 4vw;
  }
  .sec_faq .box_txt {
    margin-top: 4vw;
    padding-top: 2.6667vw;
  }
  .sec_flow {
    padding-bottom: 13.3333vw;
    padding-top: 13.3333vw;
  }
  .sec_flow .flow_list li {
    border-radius: 2.6667vw;
    margin-top: 8vw;
    width: 100%;
  }
  .sec_flow .flow_list li .tit {
    border-radius: 2.6667vw 2.6667vw 0 0;
    font-size: 180%;
    height: 17.3333vw;
    margin-bottom: 2.6667vw;
    padding-top: 1.3333vw;
  }
  .sec_flow .flow_list li .tit::after {
    border-width: 2.6667vw 2.6667vw 0;
    left: calc(50% - 2.6667vw);
  }
  .sec_flow .flow_list li .tit i {
    bottom: calc(100% - 4vw);
    font-size: 100%;
    height: 8vw;
    width: 8vw;
  }
  .sec_flow .flow_list li .img {
    margin: 0 auto;
    transition-delay: 0.2s;
    width: 75%;
  }
  .sec_flow .flow_list li .txt {
    padding: 1.3333vw 5.3333vw 6.6667vw;
  }
  .sec_flow .flow_list li .txt p + p {
    margin-top: 5.3333vw;
  }
  .sec_form {
    padding-bottom: 13.3333vw;
  }
  .sec_form .sec_inner {
    padding-top: 6.6667vw;
  }
  .sec_form form dl dt {
    font-size: 160%;
    margin-bottom: 4vw;
  }
  .sec_form form dl dt i span {
    height: 6.6667vw;
    margin-left: 4vw;
    width: 12vw;
  }
  .sec_form form dl dd {
    margin-bottom: 6.6667vw;
  }
  .sec_form form dl dd .input_wrap input,
  .sec_form form dl dd .input_wrap textarea {
    font-size: 150%;
    padding: 2.6667vw 4vw;
  }
  .sec_form form dl dd .input_wrap.select select {
    font-size: 150%;
    padding: 4vw 6.6667vw 4vw 4vw;
  }
  .sec_form form dl dd .input_wrap.select::after {
    height: 2.6667vw;
    right: 4vw;
    top: 6vw;
    width: 3.4667vw;
  }
  .sec_form form dl dd .error_blank,
  .sec_form form dl dd .error_format {
    font-size: 3.75vw;
  }
  .sec_form form dl dd.name {
    justify-content: space-between;
  }
  .sec_form form dl dd.name .input_wrap {
    width: 49%;
  }
  .sec_form form dl dd.age .input_wrap .error_msg {
    width: 85vw;
  }
  .sec_form form dl dd.age p {
    padding: 2vw 0 0 2.6667vw;
    width: calc(100% - 85vw);
  }
  .sec_form form dl dd.funds .input_wrap .error_msg {
    width: 85vw;
  }
  .sec_form form dl dd.funds p {
    padding: 2vw 0 0 2.6667vw;
  }
  .sec_form form dl dd.academic .input_wrap,
  .sec_form form dl dd.email .input_wrap,
  .sec_form form dl dd.tel .input_wrap {
    width: 100%;
  }
  .sec_form form dl dd .error_msg {
    font-size: 3.75vw;
  }
  .sec_form .form_btns {
    margin-top: 8vw;
  }
  .sec_form .form_btn {
    height: 13.3333vw;
  }
  .sec_form .form_btn input[type="submit"],
  .sec_form .form_btn input[type="button"] {
    font-size: 5.3333vw;
  }
  .sec_form .form_btn.back {
    margin-top: 2.6667vw;
  }
  .sec_form #confirm_field .message_txt {
    margin-bottom: 5.3333vw;
  }
  .sec_form #confirm_field dl dt {
    font-size: 160%;
    line-height: 1.75;
    padding: 2.6667vw;
  }
  .sec_form #confirm_field dl dd {
    font-size: 160%;
    line-height: 1.75;
    padding: 2.6667vw;
  }
  .wrapper.page .header_inner {
    height: 10vw;
    padding: 0;
  }
  .wrapper.page .content {
    min-height: calc((var(--vh, 1vh) * 100) - 10vw - 24vw);
  }
  body.ie .wrapper.page .content {
    min-height: calc(100vh - 10vw - 24vw);
  }
  .wrapper.page .content .sec {
    font-size: 3.5vw;
    padding: 6.6667vw 6vw 13.3333vw;
  }
  .wrapper.page .content .sec_title {
    margin-bottom: 5.3333vw;
  }
  .wrapper.page .content .sec h2 {
    margin: 5.3333vw 0 2.6667vw;
  }
  .wrapper.page .content .sec h3 {
    margin: 4vw 0 2.6667vw;
  }
  .wrapper.page .content .sec p {
    margin: 2.6667vw 0;
  }
  .wrapper.page .content .sec ol {
    margin: 2.6667vw 0 2.6667vw 4vw;
  }
  .wrapper.page .content .sec ul {
    margin: 2.6667vw 0 2.6667vw 4vw;
  }
  .wrapper.page .content .sec li {
    margin: 1.3333vw 0;
  }
  .wrapper.page .content .sec .link_btn {
    margin-top: 5.3333vw;
  }
  .wrapper.page .content .sec .link_btn a {
    font-size: 5.3333vw;
    height: 13.3333vw;
    margin-top: 8vw;
  }
  .wrapper.page .content .sec table {
    margin: 4vw 0;
  }
  .wrapper.page .content .sec table th {
    width: 40%;
  }
  .wrapper.page .content .sec .ft_wrap {
    margin-top: 9.3333vw;
  }
}
@media only screen and (max-width: 600px) {
  [data-scroll].up_in {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  [data-scroll].left_in {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  [data-scroll].right_in {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .sec_about .img_wrap figure {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .sec_merit .sec_inner .img_wrap figure {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media print {
  body {
    min-width: 1040px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
  }
  *,
  [data-scroll] {
    opacity: 1 !important;
  }
  .header {
    background: #000;
  }
  .sec_concept ul li figure img {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .header {
    position: relative;
  }
}
@-webkit-keyframes anim_scale {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes anim_scale {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
