@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body,
html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.87em;
  color: #1a1a1a;
  position: relative;
  z-index: -1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
}
@media screen and (max-width: 599px) {
  body,
  html {
    font-size: 14px;
  }
}

body {
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

a img {
  display: block;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
a:hover img {
  opacity: 0.6 !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .container {
    max-width: none;
  }
}

.container-S {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .container-S {
    width: 100%;
    padding: 0px 27px;
  }
}

.block-l {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 599px) {
  .block-l {
    margin-bottom: 60px !important;
  }
}

.block-m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 599px) {
  .block-m {
    margin-bottom: 30px !important;
  }
}

.block-s {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .block-s {
    margin-bottom: 10px !important;
  }
}

.circle_li {
  margin-left: 20px;
  margin-bottom: 20px;
}
.circle_li > li {
  position: relative;
  padding-left: 10px;
}
.circle_li > li::before {
  content: "⚫︎";
  color: #dc3700;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: -10px;
}

.no_li {
  margin-left: 20px;
  margin-bottom: 20px;
}
.no_li > li {
  list-style-type: decimal;
}

strong,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.bold {
  font-weight: 700 !important;
}

.font-s {
  font-size: 14px;
  line-height: 1.4em;
}

.font-m {
  font-size: 16px;
  line-height: 1.6em;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.red {
  color: #dc3700;
}

.w100 {
  width: 100%;
}

.grid {
  padding: 100px 0px 120px 0px;
  background-image: linear-gradient(0deg, transparent 15px, #dedede 16px), linear-gradient(90deg, transparent 15px, #dedede 16px);
  background-size: 16px 16px;
  background-repeat: repeat;
  margin-top: 0px !important;
}
@media screen and (max-width: 599px) {
  .grid {
    padding: 30px 0px 40px 0px;
  }
}

.blueback {
  background-color: #003592;
  padding: 100px 0px 120px 0px;
  position: relative;
  margin-top: 0px !important;
  color: #ffffff;
}
.blueback p {
  color: #ffffff;
}
.blueback::before {
  content: "";
  background-image: url(../img/common/bg_blue_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 273px;
  height: 302px;
  position: absolute;
  top: -20px;
  left: -60px;
}
.blueback::after {
  content: "";
  background-image: url(../img/common/bg_blue_after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 415px;
  height: 480px;
  position: absolute;
  right: -4px;
  bottom: -28px;
}
@media screen and (max-width: 599px) {
  .blueback {
    padding: 30px 0px 40px 0px;
  }
  .blueback::before {
    content: "";
    width: 160px;
    height: 180px;
    top: -20px;
    left: -60px;
  }
  .blueback::after {
    content: "";
    width: 220px;
    height: 260px;
    right: -4px;
    bottom: -28px;
  }
}

.blueback-light {
  background-color: #f3f5fd;
  padding: 100px 0px;
}
@media screen and (max-width: 599px) {
  .blueback-light {
    padding: 30px 0px 40px 0px;
  }
}

.column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 40px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .column-3 {
    width: 80%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.column-3 img {
  width: 100%;
  margin-bottom: 10px;
}

.header {
  padding: 0px !important;
  z-index: 100;
  border: none !important;
  z-index: 100;
  position: relative;
}
.header__logo {
  padding: 10px 10px 10px 20px;
  font-size: 19px;
  color: #003592;
  font-family: "vdl-logog", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 44px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 599px) {
  .header__logo {
    padding: 15px 10px 15px 10px;
    font-size: 14px;
  }
}
.header__logo img {
  width: 210px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .header__logo img {
    width: 140px;
    margin-bottom: 8px;
  }
}
.header__nav {
  font-size: 13px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-right: 30px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.header__nav ul {
  gap: 25px !important;
}
.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  height: 79px;
}
.header__cta__tel {
  display: block;
  background-color: #003592;
  padding: 18px 20px 0px 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.header__cta__tel span {
  display: block;
  text-align: center;
}
.header__cta__tel__no {
  font-size: 22px;
  line-height: 1em;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.5px;
}
.header__cta__tel__no::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  top: 3px;
  left: 0px;
}
.header__cta__tel__notxt {
  font-size: 12px;
}
.header__cta__juku {
  display: block;
  background-color: #dc3700;
  padding: 18px 20px 0px 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.header__cta__juku span {
  display: block;
  text-align: center;
}
.header__cta__juku__txt1 {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4em;
}
.header__cta__juku__txt2 {
  font-size: 11px;
  line-height: 1.2em;
}

.burger {
  top: 10px !important;
  right: 12px !important;
  z-index: 200 !important;
}

.slideMenu {
  top: 0px !important;
  padding-top: 74px;
  z-index: 90 !important;
  height: 100vh;
}

.slideMenu_header {
  padding: 44px 20px !important;
  display: none;
}

.slideMenu_bg {
  z-index: 5 !important;
}

.footer {
  background-image: none !important;
  background-color: #003592 !important;
}

.footer-nav {
  gap: 48px !important;
}

.copyright {
  font-size: 12px;
  text-align: right;
  line-height: 1.4em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

a.link-text {
  color: #ffffff !important;
}

.btn_blue_arrow_S {
  min-width: 360px !important;
}
@media screen and (max-width: 599px) {
  .btn_blue_arrow_S {
    min-width: 240px !important;
  }
}
.btn_blue_arrow_S::after {
  position: absolute;
  right: 30px;
}

/******************************************
Dr.TAKAシステム
******************************************/
.system {
  padding: 100px 0px 120px 0px;
  background-image: linear-gradient(0deg, transparent 15px, #dedede 16px), linear-gradient(90deg, transparent 15px, #dedede 16px);
  background-size: 16px 16px;
  background-repeat: repeat;
  margin-top: 0px !important;
  position: relative;
  height: 1030px;
}
@media screen and (max-width: 599px) {
  .system {
    height: auto;
  }
}
@media screen and (max-width: 599px) and (max-width: 599px) {
  .system {
    padding: 30px 0px 40px 0px;
  }
}
.system .container {
  width: 1240px !important;
  padding: 0px;
}
@media screen and (max-width: 599px) {
  .system .container {
    width: 100%;
    padding: 0px 20px 0px 20px;
  }
}
.system__head {
  width: 1240px;
}
@media screen and (max-width: 599px) {
  .system__head {
    width: 100%;
    padding-bottom: 360px;
  }
}
.system__head img {
  width: 100%;
}
.system__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 56px;
  line-height: 56px;
  padding-bottom: 8px;
  letter-spacing: -0.06em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  color: #13348e;
  margin-bottom: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #fbff26), to(#fbff26)) !important;
  background-image: linear-gradient(180deg, transparent 60%, #fbff26 0, #fbff26) !important;
}
@media screen and (max-width: 599px) {
  .system__ttl {
    font-size: 35px;
    line-height: 35px;
  }
}
.system__subttl {
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .system__subttl {
    line-height: 1.6em;
  }
}
.system__text {
  font-size: 12px;
  font-weight: bold;
}
.system__01 {
  position: absolute;
  top: 119px;
  left: 0px;
  z-index: 1;
  border-left: 15px solid #13348e;
  width: 600px;
  padding: 40px 35px 50px 60px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#e1e5f4));
  background: linear-gradient(to bottom right, #fff, #e1e5f4);
  -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .system__01 {
    position: relative;
    width: 100%;
    top: 0px;
    padding: 30px;
    border-left: 8px solid #13348e;
    margin-bottom: 20px;
  }
}
.system__01 .system__text {
  padding-right: 130px;
}
@media screen and (max-width: 599px) {
  .system__01 .system__text {
    padding-right: 0;
  }
}
.system__02 {
  position: absolute;
  top: 119px;
  left: 640px;
  z-index: 1;
  border-left: 15px solid #13348e;
  width: 600px;
  padding: 40px 35px 50px 60px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#e1e5f4));
  background: linear-gradient(to bottom right, #fff, #e1e5f4);
  -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .system__02 {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 30px;
    border-left: 8px solid #13348e;
    margin-bottom: 20px;
  }
}
.system__02 .system__subttl,
.system__02 .system__text {
  padding-left: 55px;
}
@media screen and (max-width: 599px) {
  .system__02 .system__subttl,
  .system__02 .system__text {
    padding-left: 0;
  }
}
.system__03 {
  position: absolute;
  top: 480px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border-left: 15px solid #13348e;
  width: 900px;
  padding: 106px 50px 35px 65px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#e1e5f4));
  background: linear-gradient(to bottom right, #fff, #e1e5f4);
  -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .system__03 {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    padding: 30px;
    border-left: 8px solid #13348e;
    margin-bottom: 20px;
  }
}
.system__03 .system__ttl {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .system__03 .system__ttl {
    margin: 0;
  }
}
.system__04 {
  position: absolute;
  top: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 260px;
}
@media screen and (max-width: 599px) {
  .system__04 {
    top: 20px;
  }
}
.system__04 img {
  width: 100%;
}

.course-btn {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: -40px auto 60px auto;
}
@media screen and (max-width: 599px) {
  .course-btn {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 40px auto 0px auto;
  }
}
.course-btn a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100px;
  display: block;
  border-radius: 50px;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .course-btn a {
    font-size: 22px;
  }
}
.course-btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.course-btn a::after {
  content: "";
  background-image: url(../img/common/arrow_white.svg);
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 1em;
  background-size: contain;
  background-position: 50%;
}
.course-btn a span {
  font-size: 14px;
  display: block;
  margin: 18px 0px -10px 0px;
}
@media screen and (max-width: 599px) {
  .course-btn a span {
    margin: 4px 0px -15px 0px;
    font-size: 12px;
  }
}
.course-btn__yobiko {
  background-color: #003592;
}
.course-btn__eizo {
  background-color: #0071bc;
}

/******************************************
メッセージ
******************************************/
.inc-greeting {
  padding: 120px 0px;
}
@media screen and (max-width: 599px) {
  .inc-greeting {
    padding: 120px 0px 0px 0px;
  }
}

.inc-greeting-con {
  padding: 80px 0px;
  position: relative;
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#e1e5f4));
  background: linear-gradient(to bottom right, #fff, #e1e5f4);
}
@media screen and (max-width: 599px) {
  .inc-greeting-con {
    padding: 180px 0px 60px 0px;
  }
}
.inc-greeting-con__txt {
  width: 535px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .inc-greeting-con__txt {
    width: 100%;
  }
}
.inc-greeting-con__txt::after {
  position: absolute;
  bottom: -80px;
  right: -50px;
  display: block;
  width: 172px;
  height: 200px;
  background-image: url(../img/common/img_inc_greeting_dr.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 599px) {
  .inc-greeting-con__txt::after {
    bottom: -60px;
    right: -10px;
    width: 120px;
    height: 150px;
  }
}
.inc-greeting-con__txt h2 {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #13348e;
  line-height: 1.6em;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .inc-greeting-con__txt h2 {
    font-size: 20px;
  }
}
.inc-greeting-con__txt p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px !important;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .inc-greeting-con__txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .inc-greeting-con__txt .btn_blue_arrow_S {
    min-width: 220px !important;
  }
}
.inc-greeting-con__img {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 576px;
}
@media screen and (max-width: 599px) {
  .inc-greeting-con__img {
    top: -100px;
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.inc-greeting-con__img img {
  width: 100%;
}

/******************************************
向いている人
******************************************/
.foryou {
  padding: 100px 0px 120px 0px;
  background-color: #0071bc;
}
@media screen and (max-width: 599px) {
  .foryou {
    padding: 30px 0px 40px 0px;
  }
}

.foryou-con {
  position: relative;
}
.foryou-con__01 {
  display: block;
  width: 540px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .foryou-con__01 {
    width: 100%;
    height: 280px;
    overflow: hidden;
  }
}
.foryou-con__01::before {
  content: "";
  background-image: url(../img/common/foryou_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 223px;
  height: 250px;
  position: absolute;
  top: -80px;
  left: -60px;
}
.foryou-con__01::after {
  content: "";
  background-image: url(../img/common/foryou_after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 147px;
  height: 135px;
  position: absolute;
  right: -30px;
  bottom: -80px;
}
.foryou-con__01 img {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .foryou-con__01 img {
    bottom: 80px;
  }
}
.foryou-con__02 {
  width: 603px;
  position: absolute;
  right: 0px;
  top: 40px;
  background-color: #ffffff;
  padding: 40px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .foryou-con__02 {
    width: 100%;
    position: relative;
    top: 0;
    padding: 20px 30px;
  }
}
.foryou-con__02 ul li {
  position: relative;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 40px;
  line-height: 1.6em;
}
@media screen and (max-width: 599px) {
  .foryou-con__02 ul li {
    font-size: 14px;
    padding-left: 30px;
  }
}
.foryou-con__02 ul li::before {
  position: absolute;
  top: 4px;
  left: 0px;
  content: "";
  width: 26px;
  height: 31px;
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .foryou-con__02 ul li::before {
    top: 0px;
    width: 20px;
    height: 22px;
  }
}
.foryou-con__02 ul li:last-child {
  padding-bottom: 0;
}
.foryou-con__03 {
  width: 480px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .foryou-con__03 {
    padding-top: 20px;
    width: 100%;
    position: relative;
    font-size: 14px;
  }
}

/******************************************
CTA
******************************************/
.content-contact_heading > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #fbff26), to(#fbff26)) !important;
  background-image: linear-gradient(180deg, transparent 60%, #fbff26 0, #fbff26) !important;
}

/******************************************
ポイント
******************************************/
.point {
  background-color: #003592;
  padding: 100px 0px 120px 0px;
  position: relative;
  margin-top: 0px !important;
  color: #ffffff;
}
.point p {
  color: #ffffff;
}
.point::before {
  content: "";
  background-image: url(../img/common/bg_blue_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 273px;
  height: 302px;
  position: absolute;
  top: -20px;
  left: -60px;
}
.point::after {
  content: "";
  background-image: url(../img/common/bg_blue_after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 415px;
  height: 480px;
  position: absolute;
  right: -4px;
  bottom: -28px;
}
@media screen and (max-width: 599px) {
  .point {
    padding: 30px 0px 40px 0px;
  }
  .point::before {
    content: "";
    width: 160px;
    height: 180px;
    top: -20px;
    left: -60px;
  }
  .point::after {
    content: "";
    width: 220px;
    height: 260px;
    right: -4px;
    bottom: -28px;
  }
}
.point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  counter-reset: point-counter;
}
.point ul li {
  position: relative;
  counter-increment: point-counter;
  width: calc(25% - 15px);
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  border: 3px solid #ffffff;
  padding: 20px 5px 20px 60px;
}
@media screen and (max-width: 599px) {
  .point ul li {
    font-size: 16px;
    width: calc(100% - 0px);
    padding: 10px 10px 10px 50px;
  }
}
.point ul li::before {
  content: counter(point-counter, decimal-leading-zero) ".";
  position: absolute;
  left: 20px;
  top: 33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .point ul li::before {
    top: 23px;
    left: 15px;
    font-size: 16px;
  }
}

.top-h2 {
  font-size: 40px;
  width: 100%;
  color: #003592;
  text-align: center;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-h2 {
    font-size: 18px;
    padding-bottom: 40px;
  }
}
.top-h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #003592;
}
@media screen and (max-width: 599px) {
  .top-h2::after {
    bottom: 20px;
  }
}

.top-h2-w {
  font-size: 40px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-h2-w {
    font-size: 18px;
    padding-bottom: 40px;
  }
}
.top-h2-w::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
}
@media screen and (max-width: 599px) {
  .top-h2-w::after {
    bottom: 20px;
  }
}

main {
  padding-bottom: 100px;
}

.page-ttl {
  width: 100%;
  height: 400px;
  background-color: #f3f5fd;
  padding-top: 120px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .page-ttl {
    height: 140px;
    padding-top: 18px;
  }
}
.page-ttl::before {
  content: "";
  display: block;
  width: 253px;
  height: 131px;
  background-image: url(../img/common/bg-page-ttl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -50px;
}
.page-ttl .container {
  position: relative !important;
  z-index: 1 !important;
}
.page-ttl .h1-sub {
  font-size: 18px;
  color: #b4bace;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .page-ttl .h1-sub {
    font-size: 14px;
  }
}
.page-ttl .con-h1 {
  font-size: 50px;
  font-weight: 900;
  color: #003592;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .page-ttl .con-h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.page-ttl .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #1a1a1a;
}
@media screen and (max-width: 599px) {
  .page-ttl .breadcrumb {
    font-size: 11px;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, rgba(255, 255, 255, 0.9019607843)));
    background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9019607843) 30% 100%);
  }
}
.page-ttl .breadcrumb li {
  padding-right: 30px;
}
@media screen and (max-width: 599px) {
  .page-ttl .breadcrumb li {
    display: inline-block;
  }
}
.page-ttl .breadcrumb li a {
  position: relative;
}
.page-ttl .breadcrumb li a::after {
  content: ">";
  font-size: 13px;
  position: absolute;
  right: -20px;
}

.con-h2 {
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #003592;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 4px solid #003592;
}
@media screen and (max-width: 599px) {
  .con-h2 {
    font-size: 18px;
    margin-bottom: 12px;
    border-bottom: 3px solid #003592;
    line-height: 1.6em;
  }
}

.catchcopy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  line-height: 1.4em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .catchcopy {
    font-size: 30px;
  }
}
.catchcopy span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #dc3700), to(#dc3700)) !important;
  background-image: linear-gradient(180deg, transparent 60%, #dc3700 0, #dc3700) !important;
}

.catchcopy-2nd {
  color: #13348e;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  line-height: 1.4em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .catchcopy-2nd {
    font-size: 22px;
  }
}
.catchcopy-2nd span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #fbff26), to(#fbff26)) !important;
  background-image: linear-gradient(180deg, transparent 60%, #fbff26 0, #fbff26) !important;
}

.con-h3 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #cbdff1;
  padding-left: 30px;
  position: relative;
}
.con-h3::before {
  content: "";
  width: 5px;
  height: 25px;
  background-color: #003592;
  position: absolute;
  top: 7px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .con-h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.6em;
  }
}

.con-h4 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .con-h4 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.6em;
  }
}

.block {
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .block {
    padding-bottom: 40px;
  }
}

.main-text {
  width: 584px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .main-text {
    width: 100%;
  }
}

.mainimg {
  display: block;
  width: 576px;
  position: absolute;
  right: 0px;
  top: 100px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .mainimg {
    width: 100%;
    position: relative;
    top: 0;
    padding: 40px 20px 0px 20px;
  }
}
.mainimg img {
  width: 100%;
}