@charset "UTF-8";

/* ------------------------------------
  style.css
  Date: 2022-05-07
------------------------------------ */

/* ------------------------------------
  Reset
------------------------------------ */
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;
}

/* ------------------------------------
Base
------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  background: #f5f5f5;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", 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: 740px;
  padding: 60px 0 70px;
  width: 100%;
}
.sec_title {
  font-size: 257.14%;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 45px;
  text-align: center;
}
.sec_title b {
  color: #009fe8;
}
.sec.bg_sky {
  background: #f1fbff;
}
.sec p {
  font-size: 114.29%;
  hanging-punctuation: allow-end;
  letter-spacing: 0.04em;
  line-break: strict;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.sec .txt_wrap p {
  margin: 20px 0 23px;
}
.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: #00469b;
}
.txt_line_sky {
  border-bottom: 2px solid #009fe8;
}
.txt_marker {
  background: linear-gradient(transparent 55%, #ffe983 55%);
  padding: 0 5px;
}
.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 {
  background: #fff;
}
.header_inner {
  align-items: center;
  display: flex;
  height: 75px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1040px;
  padding-left: 9px;
  width: 100%;
}
.header_logo a {
  display: inline-block;
}
.header_nav {
  margin-left: auto;
}
.header_nav ul {
  align-items: center;
  display: inline-flex;
}
.header_nav li {
  margin-right: 36px;
}
.header_nav li a {
  display: inline-block;
  font-size: 92.86%;
  font-weight: 700;
}
.header_btn {
  width: 230px;
}
.header_btn a {
  align-items: center;
  background: #ff7800;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 107.14%;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  position: relative;
}
.header_btn a::after {
  background: url(../img/arr_white_01.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: #00469b;
  color: #fff;
  display: flex;
  height: 72px;
  justify-content: center;
  padding: 0 23px;
}
.footer_copy {
  font-size: 1.1rem;
}
.mv {
  height: 584px;
  overflow: hidden;
  position: relative;
}
.mv_title {
  left: 50%;
  position: absolute;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 719px;
  z-index: 2;
}
.mv_visual {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.mv_visual picture {
  display: block;
  text-align: center;
}
.mv_visual img {
  display: block;
  font-family: "object-fit: cover;";
  height: 584px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.sec_lead ul {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}
.sec_lead li figure {
  text-align: center;
}
.sec_lead li figure img {
  width: 141px;
}
.sec_lead li figure figcaption {
  font-size: 128.57%;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.67;
  margin-top: 15px;
}
.sec_lead li figure figcaption b {
  background: linear-gradient(transparent 55%, #ffe983 55%);
  padding: 0 5px;
}
.sec_lead p {
  font-size: 192.86%;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 -4%;
  text-align: center;
}
.sec_merit .sec_title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.sec_merit .sec_title img {
  margin: 0 5px 8px 0;
  max-width: 241px;
}
.sec_merit .sec_title b {
  font-size: 140%;
  line-height: 1;
}
.sec_merit .sec_title_sb {
  color: #009fe8;
  font-size: 214.29%;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
}
.sec_merit .sec_title_sb i {
  align-items: center;
  background: #009fe8;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  height: 50px;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto 20px;
  width: 50px;
}
.sec_merit .txt_wrap {
  padding-top: 50px;
}
.sec_merit .txt_wrap.merit_01 {
  padding-top: 0;
}
.sec_merit .txt_wrap.merit_01 figure {
  width: 44.05%;
}
.sec_merit .txt_wrap.merit_02 figure {
  width: 79.59%;
}
.sec_merit .txt_wrap.merit_03 figure {
  width: 60.81%;
}
.sec_plan .txt_wrap figure {
  width: 72.16%;
}
.sec_entry .box {
  padding: 55px 12px 40px;
  position: relative;
}
.sec_entry .box:first-of-type {
  margin-top: 56px;
}
.sec_entry .box + .box {
  margin-top: 53px;
}
.sec_entry .box .box_tit {
  align-items: center;
  background: #009fe8;
  border-radius: 32px;
  color: #fff;
  display: flex;
  font-size: 135.71%;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  left: calc(50% - 71px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: absolute;
  top: -16px;
  width: 142px;
}
.sec_entry .box dl dt {
  color: #009fe8;
  font-weight: 700;
}
.sec_entry .box dl dd:last-of-type {
  margin-bottom: 0;
}
.sec_entry .box dl dd p + p {
  margin-top: 25px;
}
.sec_company .txt_wrap {
  margin-top: 48px;
}
.sec_company .txt_wrap .company_logo {
  width: 32.3%;
}
.sec_company .txt_wrap .company_info {
  letter-spacing: 0.04em;
}
.sec_company .txt_wrap .company_info dt {
  color: #009fe8;
  font-size: 114.29%;
  font-weight: 700;
  line-height: 1.5;
}
.sec_company .txt_wrap .company_info dd:last-of-type {
  margin-bottom: 0;
}
.sec_company .txt_wrap .company_info dd a {
  color: #00469b;
  text-decoration: underline;
}
.sec_company .txt_wrap .company_info dd p {
  margin: 0;
}
.sec_company .txt_wrap .company_info dd p + p {
  margin-top: 10px;
}
.sec_company .txt_wrap .company_info dd p em {
  font-size: 130%;
  line-height: 1;
}
.sec_faq .box {
  padding: 25px 34px;
}
.sec_faq .box + .box {
  margin-top: 20px;
}
.sec_faq .box_tit {
  display: flex;
  margin-bottom: 20px;
}
.sec_faq .box_tit span {
  color: #009fe8;
  flex: 1;
  font-weight: 700;
  line-height: 1.5;
}
.sec_faq .box_tit::before {
  background: url(../img/faq_icon_q.svg) center center/100% 100% no-repeat;
  content: "";
  display: block;
  height: 39px;
  margin-right: 24px;
  width: 39px;
}
.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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", 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: 700;
  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: 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 {
  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: 76px;
}
.sec_form form dl dd.age .input_wrap .error_msg {
  width: 740px;
}
.sec_form form dl dd.age p {
  padding: 15px 0 0 18px;
  width: calc(100% - 76px);
}
.sec_form form dl dd.academic {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.sec_form form dl dd.academic .input_wrap {
  width: 230px;
}
.sec_form form dl dd.academic p {
  padding: 15px 0 0 18px;
  width: calc(100% - 230px);
}
.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/arr_white_01.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;
}
.sec_form.thanks .message_txt {
  text-align: center;
}
.sec_form.thanks .message_txt.error {
  color: #ff4341;
}
.sec_form.thanks .link_btn a {
  align-items: center;
  background: #ff7800;
  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%;
}
.sec_form.thanks .link_btn a::after {
  background: url(../img/arr_white_01.svg) center center/100% 100% no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  width: 10px;
}
@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: #009fe8;
    opacity: 1;
  }
  .header_btn a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .header_btn a:active {
    color: #fff;
  }
  .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: #009fe8;
    opacity: 1;
  }
  .header_btn a:hover {
    color: #fff;
  }
  .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);
  }
}
@media not screen, screen and (min-width: 601px) {
  .vsp600 {
    display: none;
  }
}
@media screen and (min-width: 601px), print {
  a.sp_link {
    pointer-events: none;
  }
  .wrapper {
    padding-top: 75px;
  }
  .header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
  }
  .sec_lead ul {
    padding: 0 15px;
  }
  .sec_merit .sec_inner {
    padding-top: 60px;
  }
  .sec_entry .box dl {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.04em;
    width: 100%;
  }
  .sec_entry .box dl dt {
    font-size: 114.29%;
    line-height: 1.5;
    margin-bottom: 16px;
    padding: 4px 0;
    text-align: center;
    width: 19.6%;
  }
  .sec_entry .box dl dt:last-of-type {
    margin-bottom: 0;
  }
  .sec_entry .box dl dd {
    border-left: 1px solid #ccc;
    margin-bottom: 16px;
    padding: 4px 0 4px 33px;
    width: 80.4%;
  }
  .sec_entry .box dl dd p {
    font-size: 114.29%;
  }
  .sec_company .txt_wrap .company_info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    width: 100%;
  }
  .sec_company .txt_wrap .company_info dt {
    margin-bottom: 30px;
    width: 17%;
  }
  .sec_company .txt_wrap .company_info dt:last-of-type {
    margin-bottom: 0;
  }
  .sec_company .txt_wrap .company_info dd {
    margin-bottom: 30px;
    width: 83%;
  }
  .sec_company .txt_wrap .company_info dd p {
    font-size: 114.29%;
  }
  .sec_faq .sec_title {
    margin-bottom: 40px;
  }
  .sec_faq .box_tit span {
    font-size: 128.57%;
    margin-top: 5px;
  }
  .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%;
  }
  .sec_form.thanks {
    min-height: calc(var(--vh, 1vh) * 100 - 75px - 72px);
  }
  body.ie .sec_form.thanks {
    min-height: calc(100vh - 75px - 72px);
  }
  .sec_form.thanks .message_txt {
    margin-bottom: 40px;
  }
}
@media not screen, screen and (min-width: 961px) {
  .vsp960 {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .header_inner {
    padding: 0 23px;
  }
  .header_nav {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sec_inner {
    padding: 60px 23px 70px;
  }
  .vpc960 {
    display: none;
  }
  .mv {
    height: 105.2vw;
  }
  .mv_title {
    width: 96%;
  }
  .mv_visual img {
    height: 105.2vw;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 2.8667vw;
  }
  .sec_inner {
    padding: 16vw 6vw 18.6667vw;
  }
  .sec_title {
    margin-bottom: 6.6667vw;
  }
  .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_inner {
    height: 9.4667vw;
    justify-content: center;
    padding: 0 6vw;
  }
  .header_logo {
    width: 55.0667vw;
  }
  .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: 19.2vw;
    padding: 0 6vw;
  }
  .sec_lead .sec_inner {
    padding-bottom: 8vw;
    padding-top: 5.8667vw;
  }
  .sec_lead ul {
    margin-bottom: 5.3333vw;
  }
  .sec_lead li figure {
    width: 24.5333vw;
  }
  .sec_lead li figure img {
    width: 100%;
  }
  .sec_lead li figure figcaption {
    font-size: 3.2vw;
    line-height: 1.67;
    margin: 3.3333vw -5% 0;
  }
  .sec_lead p {
    font-size: 6.1333vw;
    line-height: 1.75;
  }
  .sec_merit .sec_title {
    flex-wrap: wrap;
  }
  .sec_merit .sec_title span:first-of-type {
    font-size: 75%;
    line-height: 2;
    margin-bottom: 1.8667vw;
    text-align: center;
    width: 100%;
  }
  .sec_merit .sec_title img {
    margin: 0 1.3333vw 0 0;
    vertical-align: top;
    width: 53.3333vw;
  }
  .sec_merit .sec_title_sb {
    margin: 0 0 8vw;
  }
  .sec_merit .sec_title_sb i {
    font-size: 80%;
    height: 10.6667vw;
    margin-bottom: 4vw;
    width: 10.6667vw;
  }
  .sec_merit .txt_wrap {
    padding-top: 13.3333vw;
  }
  .sec_merit .txt_wrap.merit_01 figure {
    width: 67.92%;
  }
  .sec_merit .txt_wrap.merit_02 figure {
    width: 100%;
  }
  .sec_merit .txt_wrap.merit_03 figure {
    width: 93.75%;
  }
  .sec_plan .txt_wrap figure {
    width: 100%;
  }
  .sec_entry .box {
    padding: 8vw 5.3333vw 5.3333vw;
  }
  .sec_entry .box:first-of-type {
    margin-top: 13.3333vw;
  }
  .sec_entry .box + .box {
    margin-top: 10.6667vw;
  }
  .sec_entry .box .box_tit {
    font-size: 160%;
    height: 9.0667vw;
    left: calc(50% - 16vw);
    top: -4.5333vw;
    width: 32vw;
  }
  .sec_entry .box dl dt {
    font-size: 160%;
    line-height: 1.75;
  }
  .sec_entry .box dl dd {
    margin-bottom: 4vw;
    padding: 0;
  }
  .sec_entry .box dl dd p + p {
    margin-top: 4vw;
  }
  .sec_company .txt_wrap {
    margin-top: 8vw;
  }
  .sec_company .txt_wrap .company_logo {
    width: 55%;
  }
  .sec_company .txt_wrap .company_info {
    margin-top: 10.6667vw;
  }
  .sec_company .txt_wrap .company_info dt {
    font-size: 160%;
    line-height: 1.75;
    margin-bottom: 0.6667vw;
  }
  .sec_company .txt_wrap .company_info dd {
    margin-bottom: 5.3333vw;
  }
  .sec_company .txt_wrap .company_info dd p + p {
    margin-top: 1.3333vw;
  }
  .sec_faq .box {
    padding: 6.6667vw 5.3333vw;
  }
  .sec_faq .box + .box {
    margin-top: 5.3333vw;
  }
  .sec_faq .box_tit {
    margin-bottom: 2.6667vw;
  }
  .sec_faq .box_tit span {
    font-size: 160%;
    line-height: 1.6;
  }
  .sec_faq .box_tit::before {
    height: 8vw;
    margin-right: 2.6667vw;
    width: 8vw;
  }
  .sec_form form dl:first-of-type {
    margin-top: 12vw;
  }
  .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.academic p {
    padding: 2vw 0 0 2.6667vw;
  }
  .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;
  }
  .sec_form.thanks {
    min-height: calc((var(--vh, 1vh) * 100) - 9.4667vw - 19.2vw);
  }
  body.ie .sec_form.thanks {
    min-height: calc(100vh - 9.4667vw - 19.2vw);
  }
  .sec_form.thanks .message_txt {
    margin-bottom: 5.3333vw;
  }
  .sec_form.thanks .sec_title {
    font-size: 210%;
    letter-spacing: -0.02em;
  }
  .sec_form.thanks .link_btn a {
    font-size: 5.3333vw;
    height: 13.3333vw;
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 600px) {
  [data-scroll].up_in {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media print {
  body {
    min-width: 740px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
  }
  *,
  [data-scroll] {
    opacity: 1 !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);
  }
}
