@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;700&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before, ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl, dl ol, dl ul {
  margin: 0;
}

ol dl, ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol, ol ul {
  margin: 0;
}

ul ol, ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em;
  /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe, img {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

/**
 * Hide the overflow in IE.
 */
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button, input, select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
  -webkit-appearance: button;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
[type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox], [type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  /* ======================================= */
  /* カラー設定
  /* ======================================= */
  --clr-mainblue: #53bec1;
  --clr-yellow: #FDD001;
  --clr-gray02: #9b9d9e;
  --clr-gray03: #eaecee;
  --clr-fb: #4468b0;
  --clr-tw: #29a3ef;
  --clr-yt: #ff0000;
  --clr-line: #00b900;
}

.dt-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .dt-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

/* ======================================= */
/* 書体の設定
/* ======================================= */
/*
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');
$Mplus: "M PLUS Rounded 1c", sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;700&display=swap');
$Barlow: "Barlow Condensed", serif;

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
$pop : "Poppins", sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&display=swap');
$notoSans : 'Noto Sans JP', sans-serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
$notoSerif : 'Noto Serif JP', serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
$zen: 'Zen Kaku Gothic New', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
$zenMaru : 'Zen Maru Gothic', serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap');
$Nunito : "Nunito", sans-serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap');
$ibm: 'IBM Plex Sans JP', sans-serif;
/* Regular 400  Medium 500 Bold 700

@import url('https://fonts.googleapis.com/css2?family=Khand:wght@400;500;600;700&display=swap');
$Khand: 'Khand', sans-serif;
/* Regular 400  Medium 500 SemiBold 600 Bold 700

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
$roboto : 'Roboto Condensed',Arial,Sans-Serif;

@import url('https://fonts.googleapis.com/css?family=Archivo');
$Archivo : 'Archivo', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
$Montserrat : 'Montserrat', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap');
$Raleway : 'Raleway', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
$Oswald : 'Oswald', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600&display=swap');
$teko : 'Teko', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');
$Lato : 'Lato', sans-serif;

*/
/*
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');
@mixin fontAwesomeIcon($iconNumber) {
  content: $iconNumber;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
};
*/
/*==　ハンバーガーメニュー　==*/
.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

/*====================================================================
  html, body
====================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: #2E2E2E;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YakuHanJPs", "メイリオ", "Meiryo";
  font-size: 62.5%;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
  word-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}

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

.noEntry {
  text-align: center;
  font-size: 1.6rem;
  color: #2E2E2E;
}

/* ======================================= */
/* common
/* ======================================= */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

em, address {
  font-style: normal;
}

a {
  color: #2E2E2E;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.85;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

figure {
  margin: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0px;
  display: block;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=tel],
.mw_wp_form input[type=email] {
  padding: 10px;
  background: #FFF;
  border: 1px solid #AAA;
}
.mw_wp_form input.sizeXxs {
  width: 15%;
}
.mw_wp_form input.sizeXs {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .mw_wp_form input.sizeXs {
    width: 50%;
  }
}
.mw_wp_form input.sizeS {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .mw_wp_form input.sizeS {
    width: 50%;
  }
}
.mw_wp_form input.sizeM {
  width: 65%;
}
.mw_wp_form input.sizeL {
  width: 80%;
}
.mw_wp_form input.sizeXl {
  width: 100%;
}
.mw_wp_form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  background: #FFF;
  border: 1px solid #AAA;
}
@media screen and (max-width: 768px) {
  .mw_wp_form textarea {
    height: 160px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  border-radius: 3px;
  font-size: 1.6rem;
}
.mw_wp_form input::-moz-selection, .mw_wp_form textarea::-moz-selection {
  background: #666;
  color: #fff;
}
.mw_wp_form input::selection,
.mw_wp_form textarea::selection {
  background: #666;
  color: #fff;
}
.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
  outline: 0;
}
.mw_wp_form input:focus::-webkit-input-placeholder, .mw_wp_form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::-moz-placeholder, .mw_wp_form textarea:focus::-moz-placeholder {
  color: transparent;
}
.mw_wp_form input:focus:-ms-input-placeholder, .mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::-ms-input-placeholder, .mw_wp_form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::placeholder,
.mw_wp_form textarea:focus::placeholder {
  color: transparent;
}
.mw_wp_form input::-webkit-input-placeholder, .mw_wp_form textarea::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input:-ms-input-placeholder, .mw_wp_form textarea:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::-ms-input-placeholder, .mw_wp_form textarea::-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::placeholder,
.mw_wp_form textarea::placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form span.mwform-checkbox-field {
  display: block;
}
.mw_wp_form label {
  cursor: pointer;
}
.mw_wp_form label input[type=checkbox] {
  outline: none;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  background: #fff;
  border: 1px solid #505050;
  border-radius: 3px;
  vertical-align: middle;
}
.mw_wp_form label input[type=radio] {
  outline: none;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  border-radius: 20px;
  background: #fff;
  vertical-align: middle;
}
.mw_wp_form label input[type=radio]:checked {
  background-color: #1273e9;
}
.mw_wp_form select {
  outline: none;
  height: 40px;
  padding: 8px 12px;
  width: auto;
  border-radius: 3px;
  position: relative;
}
.mw_wp_form select option {
  background-color: #fff;
}
.mw_wp_form select::-ms-expand {
  display: block;
}
.mw_wp_form select:-moz-focusring {
  text-shadow: 0 0 0 #828c9a;
}
.mw_wp_form span.error {
  color: red;
  font-weight: bold;
  display: block;
  padding: 5px 0 0;
}

.inputBtnArea {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 768px) {
  .inputBtnArea {
    margin: 50px 0 0;
  }
  .inputBtnArea br {
    display: none;
  }
}
.inputBtnArea button.confBtn,
.inputBtnArea button.submitBtn,
.inputBtnArea button.back {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  line-height: 60px;
  border-radius: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background-color: #c99e36;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inputBtnArea button.confBtn,
  .inputBtnArea button.submitBtn,
  .inputBtnArea button.back {
    width: 80%;
    line-height: 50px;
    border-radius: 50px;
    font-size: 1.4rem;
  }
}
.inputBtnArea button.confBtn:hover,
.inputBtnArea button.submitBtn:hover,
.inputBtnArea button.back:hover {
  opacity: 0.8;
}
.inputBtnArea button.back {
  background-color: #777;
}
.inputBtnArea button.confBtn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.mw_wp_form_input .doui {
  text-align: center;
  font-size: 1.8rem;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input .doui {
    margin: 30px 0 0;
    font-size: 1.3rem;
  }
}
.mw_wp_form_input .doui input {
  width: 16px;
  height: 16px;
  margin: 10px 10px 0 0;
  vertical-align: -3px;
}
.mw_wp_form_input .doui a {
  color: var(--clr-blue);
  text-decoration: underline;
}
.mw_wp_form_input button.submitBtn {
  display: none;
}
.mw_wp_form_input button.back {
  display: none;
}

.mw_wp_form_confirm dl dt .required {
  display: none;
}
.mw_wp_form_confirm .doui {
  display: none;
}
.mw_wp_form_confirm .privacy {
  display: none;
}
.mw_wp_form_confirm button.confBtn {
  display: none;
}

.hero {
  width: 100%;
  height: 100vh;
  min-width: 1366px;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .hero {
    height: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero figure {
  width: 72%;
}
@media screen and (max-width: 768px) {
  .hero figure {
    width: 100%;
  }
}
.hero figure img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .hero figure img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.hero aside {
  width: 28%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero aside {
    width: 100%;
    height: auto;
    position: static;
    padding: 40px 5%;
  }
}
.hero aside .logo {
  width: 60%;
  position: absolute;
  top: 50px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .hero aside .logo {
    position: static;
    margin: 0 auto;
  }
}
.hero aside .txt-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 60px 30px 60px;
}
@media screen and (max-width: 768px) {
  .hero aside .txt-wrap {
    position: static;
    padding: 0;
  }
}
.hero aside .txt-wrap .copy {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .hero aside .txt-wrap .copy {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 40px 0 30px;
  }
}
.hero aside .txt-wrap .copy span {
  color: var(--clr-mainblue);
}
.hero aside .txt-wrap .txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .hero aside .txt-wrap .txt {
    font-size: 1.6rem;
    margin: 0;
  }
}

.intro {
  width: 100%;
  min-width: 1366px;
  max-width: 1366px;
  padding: 160px 0 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro {
    min-width: 100%;
    max-width: 100%;
    padding: 40px 5% 0;
  }
}
.intro p {
  color: var(--clr-mainblue);
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .intro p {
    font-size: 2rem;
    text-align: left;
  }
}
.intro ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media screen and (max-width: 768px) {
  .intro ul {
    margin-top: 10px;
    gap: 5px 0;
  }
}
.intro ul li {
  width: 25%;
  text-align: left;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .intro ul li {
    width: 100%;
    font-size: 1.6rem;
  }
}
.intro ul li::before {
  content: "◯";
  margin-right: 5px;
}
.intro ul li:nth-child(1)::before {
  color: var(--clr-mainblue);
}
.intro ul li:nth-child(2)::before {
  color: #e50012;
}
.intro ul li:nth-child(3)::before {
  color: #ed6d34;
}
.intro ul li:nth-child(4)::before {
  color: #378dcd;
}
.intro ul li:nth-child(5)::before {
  color: #8fc31f;
}
.intro ul li:nth-child(6)::before {
  color: #a674b0;
}
.intro ul li:nth-child(7)::before {
  color: #f39800;
}
.intro ul li:nth-child(8)::before {
  color: #7f4c42;
}

.evolution-1,
.evolution-2,
.evolution-3 {
  font-size: 1.6rem;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .evolution-1,
  .evolution-2,
  .evolution-3 {
    padding: 80px 5%;
    font-size: 1.4rem;
  }
}
.evolution-1 .headline,
.evolution-1 .contents,
.evolution-2 .headline,
.evolution-2 .contents,
.evolution-3 .headline,
.evolution-3 .contents {
  width: 100%;
  min-width: 1366px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .evolution-1 .headline,
  .evolution-1 .contents,
  .evolution-2 .headline,
  .evolution-2 .contents,
  .evolution-3 .headline,
  .evolution-3 .contents {
    min-width: 100%;
    max-width: 100%;
  }
}
.evolution-1 .headline,
.evolution-2 .headline,
.evolution-3 .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 80px;
  padding: 0 0 20px;
  border-bottom: 7px solid var(--clr-mainblue);
}
@media screen and (max-width: 768px) {
  .evolution-1 .headline,
  .evolution-2 .headline,
  .evolution-3 .headline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-bottom: 3px solid var(--clr-mainblue);
    padding: 0 0 10px;
    gap: 10px 0;
  }
}
.evolution-1 .headline .num-title,
.evolution-2 .headline .num-title,
.evolution-3 .headline .num-title {
  font-size: 5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: var(--clr-mainblue);
}
@media screen and (max-width: 768px) {
  .evolution-1 .headline .num-title,
  .evolution-2 .headline .num-title,
  .evolution-3 .headline .num-title {
    font-size: 3rem;
  }
}
.evolution-1 .headline .num-title span,
.evolution-2 .headline .num-title span,
.evolution-3 .headline .num-title span {
  font-size: 11rem;
  font-weight: 500;
  vertical-align: -4px;
  margin-left: 10px;
  font-family: "Barlow Condensed", serif;
}
@media screen and (max-width: 768px) {
  .evolution-1 .headline .num-title span,
  .evolution-2 .headline .num-title span,
  .evolution-3 .headline .num-title span {
    font-size: 4.2rem;
    vertical-align: 0px;
  }
}
.evolution-1 .headline div .caption,
.evolution-2 .headline div .caption,
.evolution-3 .headline div .caption {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .evolution-1 .headline div .caption,
  .evolution-2 .headline div .caption,
  .evolution-3 .headline div .caption {
    font-size: 1.4rem;
  }
}
.evolution-1 .headline div .title,
.evolution-2 .headline div .title,
.evolution-3 .headline div .title {
  font-size: 3rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .evolution-1 .headline div .title,
  .evolution-2 .headline div .title,
  .evolution-3 .headline div .title {
    font-size: 2rem;
  }
}
.evolution-1 .headline div .title span,
.evolution-2 .headline div .title span,
.evolution-3 .headline div .title span {
  font-size: 4rem;
  color: var(--clr-mainblue);
}
@media screen and (max-width: 768px) {
  .evolution-1 .headline div .title span,
  .evolution-2 .headline div .title span,
  .evolution-3 .headline div .title span {
    font-size: 2.4rem;
  }
}
.evolution-1 .contents,
.evolution-2 .contents,
.evolution-3 .contents {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px 0;
}
@media screen and (max-width: 768px) {
  .evolution-1 .contents,
  .evolution-2 .contents,
  .evolution-3 .contents {
    padding-top: 30px;
    gap: 40px 0;
  }
}
.evolution-1 .contents .read,
.evolution-2 .contents .read,
.evolution-3 .contents .read {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .evolution-1 .contents .read,
  .evolution-2 .contents .read,
  .evolution-3 .contents .read {
    font-size: 1.6rem;
  }
}
.evolution-1 .contents .read span,
.evolution-2 .contents .read span,
.evolution-3 .contents .read span {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .evolution-1 .contents .read span,
  .evolution-2 .contents .read span,
  .evolution-3 .contents .read span {
    font-size: 1rem;
  }
}

.evolution-1 {
  position: relative;
  overflow: hidden;
}
.evolution-1::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 420px;
  height: 320px;
  background-image: url("../image/img-deco02.svg");
  top: -10px;
  right: 5%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .evolution-1::after {
    width: 210px;
    height: 160px;
    top: 10px;
    right: 2.5%;
  }
}
.evolution-1 .number-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
}
@media screen and (max-width: 768px) {
  .evolution-1 .number-lists {
    gap: 15px 0;
  }
}
.evolution-1 .number-lists__box {
  width: 48%;
  background-color: rgb(243, 249, 250);
  border-left: 6px solid var(--clr-mainblue);
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .evolution-1 .number-lists__box {
    width: 100%;
    border-left: 4px solid var(--clr-mainblue);
    padding: 15px 25px;
    gap: 0 20px;
  }
}
.evolution-1 .number-lists__box .number {
  font-size: 3.6rem;
  font-weight: 500;
  color: var(--clr-mainblue);
  font-family: "Barlow Condensed", serif;
}
@media screen and (max-width: 768px) {
  .evolution-1 .number-lists__box .number {
    font-size: 2.4rem;
  }
}
.evolution-1 .number-lists__box .txt span {
  line-height: 1.4;
  font-size: 3rem;
  color: var(--clr-mainblue);
}
@media screen and (max-width: 768px) {
  .evolution-1 .number-lists__box .txt span {
    font-size: 2rem;
  }
}
.evolution-1 .list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 4%;
}
@media screen and (max-width: 768px) {
  .evolution-1 .list-column {
    gap: 40px 0;
  }
}
.evolution-1 .list-column__box {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .evolution-1 .list-column__box {
    width: 100%;
  }
}
.evolution-1 .list-column__box.-last {
  width: 100%;
}
.evolution-1 .list-column__box p {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .evolution-1 .list-column__box p {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.evolution-1 .list-column__box p span {
  font-weight: 400;
  font-size: 1.4rem;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .evolution-1 .list-column__box p span {
    margin-left: 0;
    font-size: 1.2rem;
    display: block;
  }
}
.evolution-1 .list-column__box ul.-typeA li::before {
  content: "■";
  color: var(--clr-mainblue);
  margin-right: 6px;
}
.evolution-1 .list-column__box ul li span {
  font-size: 1.3rem;
  margin-left: 5px;
}
.evolution-1 .list-column__box .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.evolution-1 .list-column__box .box-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .evolution-1 .list-column__box .box-inner ul {
    gap: 5px 5%;
  }
}
.evolution-1 .list-column__box .box-inner ul::before {
  display: block;
  content: attr(data-title);
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .evolution-1 .list-column__box .box-inner ul::before {
    font-size: 1.2rem;
  }
}
.evolution-1 .list-column__box .box-inner ul li {
  width: 25%;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .evolution-1 .list-column__box .box-inner ul li {
    width: 47.5%;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.evolution-1 .course h2 {
  border: 1px solid var(--clr-mainblue);
  padding: 10px 1em;
  color: var(--clr-mainblue);
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course h2 {
    padding: 10px 0;
    font-size: 2rem;
    text-align: center;
  }
}
.evolution-1 .course h2 span {
  color: #222;
  font-weight: 400;
  font-size: 1.6rem;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course h2 span {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.evolution-1 .course .read {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .read {
    margin: 15px 0;
  }
}
.evolution-1 .course .course-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10%;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
}
.evolution-1 .course .course-lists__box {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box {
    width: 100%;
  }
}
.evolution-1 .course .course-lists__box .box-title {
  color: var(--clr-mainblue);
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box .box-title {
    font-size: 1.6rem;
  }
}
.evolution-1 .course .course-lists__box .box-inner {
  margin-top: 5px;
  padding: 30px;
  background-color: rgb(243, 249, 250);
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box .box-inner {
    padding: 20px;
  }
}
.evolution-1 .course .course-lists__box .box-inner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box .box-inner__row {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.evolution-1 .course .course-lists__box .box-inner__row:first-of-type {
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box .box-inner__row:first-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box .box-inner__row:first-of-type ul {
    font-size: 1.2rem;
  }
}
.evolution-1 .course .course-lists__box .box-inner__row:first-of-type ul::before {
  content: attr(data-title);
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box .box-inner__row:first-of-type ul::before {
    font-size: 1.2rem;
  }
}
.evolution-1 .course .course-lists__box .box-inner__row:last-of-type ul {
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box .box-inner__row:last-of-type ul {
    width: 100%;
  }
}
.evolution-1 .course .course-lists__box .box-inner__row:last-of-type ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box .box-inner__row:last-of-type ul li {
    font-size: 1.2rem;
  }
}
.evolution-1 .course .course-lists__box .box-inner__row figure {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box .box-inner__row figure {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.evolution-1 .course .course-lists__box .box-inner__row .row-title {
  text-align: center;
  width: 100%;
  background-color: var(--clr-mainblue);
  color: white;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.evolution-1 .course .course-lists__box .box-inner__row ul li span {
  font-size: 1.2rem;
}
.evolution-1 .course .course-lists__box .box-inner__row ul li::before {
  content: "■";
  color: var(--clr-mainblue);
  margin-right: 6px;
}
.evolution-1 .course .course-lists__box.-it .box-inner__row:last-of-type ul {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .evolution-1 .course .course-lists__box.-it .box-inner__row:last-of-type ul {
    width: 100%;
  }
}
.evolution-1 .pickup h2 {
  border: 1px solid var(--clr-mainblue);
  padding: 10px 1em;
  color: var(--clr-mainblue);
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .evolution-1 .pickup h2 {
    padding: 10px 0;
    font-size: 2rem;
    text-align: center;
  }
}
.evolution-1 .pickup h2 span {
  color: #222;
  font-weight: 400;
  font-size: 1.6rem;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .evolution-1 .pickup h2 span {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.evolution-1 .pickup .pickup-lists {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .evolution-1 .pickup .pickup-lists {
    padding-bottom: 30px;
  }
}
.evolution-1 .pickup .pickup-lists .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 4%;
}
@media screen and (max-width: 768px) {
  .evolution-1 .pickup .pickup-lists .swiper-wrapper {
    gap: unset;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.evolution-1 .pickup .pickup-lists .swiper-pagination {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  gap: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.evolution-1 .pickup .pickup-lists .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.evolution-1 .pickup .pickup-lists__box {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.evolution-1 .pickup .pickup-lists__box div .title {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .evolution-1 .pickup .pickup-lists__box div .title {
    font-size: 1.6rem;
  }
}
.evolution-1 .pickup .pickup-lists__box div .txt {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .evolution-1 .pickup .pickup-lists__box div .txt {
    font-size: 1.4rem;
  }
}

.evolution-2 {
  background-color: rgb(243, 249, 250);
  position: relative;
}
.evolution-2::before, .evolution-2::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.evolution-2::before {
  width: 400px;
  height: 250px;
  background-image: url("../image/img-deco01.svg");
  top: -100px;
  left: 2%;
}
@media screen and (max-width: 768px) {
  .evolution-2::before {
    top: -50px;
    width: 200px;
    height: 125px;
    left: 1%;
  }
}
.evolution-2::after {
  width: 420px;
  height: 320px;
  background-image: url("../image/img-deco02.svg");
  bottom: -100px;
  right: 2%;
}
@media screen and (max-width: 768px) {
  .evolution-2::after {
    width: 210px;
    height: 160px;
    bottom: -50px;
    right: 1%;
  }
}
.evolution-2 .support {
  width: 75%;
  margin: 0 auto;
  padding: 50px 10% 60px;
  background-color: white;
  border: 2px solid var(--clr-mainblue);
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .evolution-2 .support {
    width: 100%;
    padding: 25px 5% 30px;
  }
}
.evolution-2 .support-title {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .evolution-2 .support-title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.evolution-2 .support-title span {
  font-size: 6rem;
  font-weight: 500;
  margin: 0 5px;
  font-family: "Barlow Condensed", serif;
  vertical-align: -3px;
  color: var(--clr-mainblue);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .evolution-2 .support-title span {
    font-size: 4.2rem;
    vertical-align: -2px;
  }
}
.evolution-2 .support-txt {
  margin-top: 10px;
}
.evolution-2 .dep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 10%;
}
@media screen and (max-width: 768px) {
  .evolution-2 .dep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.evolution-2 .dep-box {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .evolution-2 .dep-box {
    width: 100%;
  }
}
.evolution-2 .dep-box p {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .evolution-2 .dep-box p {
    font-size: 1.8rem;
    padding-bottom: 3px;
    margin-bottom: 8px;
  }
}
.evolution-2 .dep-box p span.square {
  margin-right: 5px;
}
.evolution-2 .dep-box p span.square.clrA {
  color: #e50012;
}
.evolution-2 .dep-box p span.square.clrB {
  color: #ed6d34;
}
.evolution-2 .dep-box p span.square.clrC {
  color: #378dcd;
}
.evolution-2 .dep-box p span.square.clrD {
  color: #8fc31f;
}
.evolution-2 .dep-box p span.square.clrE {
  color: #a674b0;
}
.evolution-2 .dep-box p span.square.clrF {
  color: #f39800;
}
.evolution-2 .dep-box p span.square.clrG {
  color: #7f4c42;
}
.evolution-2 .dep-box p span.personnel {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .evolution-2 .dep-box p span.personnel {
    font-size: 1.1rem;
    margin-left: 15px;
  }
}
.evolution-2 .dep-box ul {
  padding: 0 0 0 1.6em;
}
.evolution-2 .dep-box ul li {
  list-style: decimal;
}
@media screen and (max-width: 768px) {
  .evolution-2 .dep-box ul li {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 5px;
  }
}
.evolution-2 .dep-box ul li span {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .evolution-2 .dep-box ul li span {
    font-size: 1.6rem;
  }
}

.evolution-3 .opencampus .title {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .evolution-3 .opencampus .title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.evolution-3 .opencampus-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 6%;
}
@media screen and (max-width: 768px) {
  .evolution-3 .opencampus-day {
    gap: 14px 5%;
  }
}
.evolution-3 .opencampus-day li {
  width: 20%;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 0.8em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .evolution-3 .opencampus-day li {
    width: 47.5%;
    font-size: 2.2rem;
  }
}
.evolution-3 .opencampus-day li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--clr-mainblue);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media screen and (max-width: 768px) {
  .evolution-3 .opencampus-day li::before {
    width: 8px;
    height: 8px;
  }
}
.evolution-3 .opencampus-day li span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .evolution-3 .opencampus-day li span {
    font-size: 1.4rem;
  }
}
.evolution-3 .opencampus-detail {
  margin-top: 30px;
}
.evolution-3 .opencampus-detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  .evolution-3 .opencampus-detail ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.evolution-3 .opencampus-detail ul li {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .evolution-3 .opencampus-detail ul li {
    font-size: 1.4rem;
  }
}
.evolution-3 .opencampus-detail ul li span {
  font-size: 1.5rem;
  display: inline-block;
  color: white;
  background-color: var(--clr-mainblue);
  line-height: 30px;
  padding: 0 2em;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .evolution-3 .opencampus-detail ul li span {
    font-size: 1.2rem;
    margin-right: 15px;
    line-height: 24px;
  }
}
.evolution-3 .opencampus-detail .caption {
  margin: 15px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .evolution-3 .opencampus-detail .caption {
    font-size: 1.2rem;
    margin: 7px 0;
  }
}
.evolution-3 .entry {
  border: 1px solid var(--clr-mainblue);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .evolution-3 .entry {
    padding: 30px 4%;
  }
}
.evolution-3 .entry .title {
  color: var(--clr-mainblue);
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .evolution-3 .entry .title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.evolution-3 .entry .txt {
  margin-top: 10px;
  font-weight: 500;
}
.evolution-3 .entry ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3%;
}
@media screen and (max-width: 768px) {
  .evolution-3 .entry ul {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.evolution-3 .entry ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .evolution-3 .entry ul li {
    width: 100%;
  }
}
.evolution-3 .entry ul li a {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 80px;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .evolution-3 .entry ul li a {
    font-size: 1.6rem;
    line-height: 55px;
    border-radius: 55px;
  }
}
.evolution-3 .entry ul li a img {
  width: auto;
  height: 20px;
  margin-right: 10px;
  vertical-align: -3px;
}
@media screen and (max-width: 768px) {
  .evolution-3 .entry ul li a img {
    height: 15px;
    vertical-align: -1px;
  }
}
.evolution-3 .entry ul li:nth-of-type(1) a {
  color: white;
  background-color: var(--clr-mainblue);
}
.evolution-3 .entry ul li:nth-of-type(2) a {
  color: white;
  background-color: #00a75b;
}
.evolution-3 .entry ul li:nth-of-type(3) a {
  color: white;
  background-color: #555;
}
.evolution-3 .access iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .evolution-3 .access iframe {
    height: 260px;
  }
}

.l-footer {
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 50px;
  }
}
.l-footer .btn {
  width: 500px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .l-footer .btn {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.l-footer .btn a {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 80px;
  border-radius: 80px;
  color: white;
  background-color: var(--clr-mainblue);
}
@media screen and (max-width: 768px) {
  .l-footer .btn a {
    font-size: 1.4rem;
    line-height: 60px;
    border-radius: 60px;
  }
}
.l-footer figure {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer figure {
    width: 60%;
  }
}
.l-footer p {
  margin-top: 15px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .l-footer p {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
.l-footer address {
  font-size: 1rem;
}