@charset "UTF-8";

/* 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,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
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 {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[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;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  /*
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	*/
  color: #6c6b7e;
  font-family: wanpaku-rera, sans-serif;
  font-weight: 100;
  font-style: normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 16px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

article,
aside,
audio,
blockquote,
body,
canvas,
caption,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
iframe,
legend,
li,
nav,
ol,
p,
section,
ul,
video {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

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

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.slide__area {
  display: none;
}

.scroll_fadein {
  opacity: 0;
  -webkit-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scroll_fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section__inner {
  position: relative;
  margin: auto;
  padding: 20px 30px;
}

.top__section {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px), print {
  .section__inner {
    /* padding: 50px 20px;*/
  }
}

@media screen and (min-width: 992px) {
  .section__inner {
    width: 980px;
    /*padding: 80px 0;*/
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #69bcc9;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 992px) {
  a:hover {
    opacity: 0.7;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}

.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

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

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

@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .only-pc {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}

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

@media screen and (max-width: 767px) {
  .row > * {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }

  .row .col1 > * {
    width: 90%;
  }

  .row .col2 > * {
    width: 45%;
  }

  .row .col3 > * {
    width: 30%;
  }

  .row .col4 > * {
    width: 22.5%;
  }

  .row .col5 > * {
    width: 18%;
  }

  .row .col6 > * {
    width: 15%;
  }

  .row.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.row-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.row-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji",
    "Noto Color Emoji", "Noto Emoji";
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt30 {
  margin-top: 30px;
}

#site-header {
  width: 100vw;
  height: 60px;
}

@media screen and (min-width: 768px), print {
  #site-header {
    width: 100%;
    height: 78px;
    position: static;
    top: auto;
    left: auto;
  }
}

#site-header > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

#site-header .site-logo {
  padding: 0 20px;
  height: 41px;
}

@media screen and (min-width: 768px), print {
  #site-header .site-logo {
    height: 41px;
  }
}

#site-header .site-logo img {
  display: block;
  width: auto;
  height: 100%;
}

#site-header .header-navigation {
  position: fixed;
  top: 0;
  right: -80vw;
  width: 80vw;
  height: 100vh;
  padding: 90px 25px 25px;
  z-index: 101;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  #site-header .header-navigation {
    padding-top: 120px;
  }
}

@media screen and (min-width: 992px) {
  #site-header .header-navigation {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    top: auto;
    right: auto;
    background-color: transparent;
  }
}

#site-header .header-navigation .inner {
  width: 100%;
}

#site-header .header-navigation.active {
  right: 0;
}

#site-header .primary-menu ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #6c6b7e;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
}

@media screen and (min-width: 992px) {
  #site-header .primary-menu ul li a {
    line-height: 1.3;
  }
}

#site-header .primary-menu ul li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #5494d8;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (min-width: 992px) {
  #site-header .primary-menu ul li a:after {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #site-header .primary-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 0;
    padding-right: 30px;
  }

  #site-header .primary-menu ul li a {
    display: block;
    line-height: 54px;
    background-color: #fff;
    padding: 0 20px;
    text-align: center;
  }
}

#site-header .nav-toggle {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  background-color: #d9ecff;
  border-radius: 3px;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 102;
}

@media screen and (min-width: 992px) {
  #site-header .nav-toggle {
    display: none;
  }
}

#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 26px;
  border-bottom: solid 2px #5494d8;
  -webkit-transition: 0.35s ease-in-out;
  /*変化の速度を指定*/
  /*変化の速度を指定*/
  transition: 0.35s ease-in-out;
  /*変化の速度を指定*/
  left: 8px;
}

#site-header .nav-toggle span:nth-child(1) {
  top: 12px;
}

#site-header .nav-toggle span:nth-child(2) {
  top: 20px;
}

#site-header .nav-toggle span:nth-child(3) {
  top: 28px;
}

#site-header .nav-toggle.active span:nth-child(1) {
  top: 20px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#site-header .nav-toggle.active span:nth-child(2),
#site-header .nav-toggle.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background-color: rgba(84, 148, 216, 0.6);
  top: 0;
  left: 0;
  display: none;
}

@media screen and (min-width: 992px) {
  #cover {
    display: none;
  }
}

#site-footer {
  background-color: #fff;
}

#site-footer .copyright {
  padding: 7px;
  line-height: 1.3;
  text-align: center;
  font-size: 11px;
  color: #4e4e4e;
}

/* ---------- common ----------- */
html {
  height: 100%;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(../img/bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.btn__action {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 234px;
  width: 80%;
  text-align: center;
  line-height: 50px;
  background: #ff7893;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff7893),
    to(#f8be00)
  );
  background: linear-gradient(to right, #ff7893 0%, #f8be00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7893', endColorstr='#f8be00', GradientType=1);
  /* IE6-9 */
  border-radius: 25px;
  border: 1px solid #f9adaa;
  box-shadow: 0 5px 0 #ce7b5b;
  color: #fff;
  cursor: pointer;
}

.btn__action img {
  height: 16px;
}

.btn__back {
  margin-top: 15px;
}

.btn__back span {
  width: auto;
  display: inline-block;
  color: #69bcc9;
  border-bottom: 1px solid #69bcc9;
  font-size: 18px;
}

.btn__reset span {
  width: auto;
  display: inline-block;
  color: #69bcc9;
  border-bottom: 1px solid #69bcc9;
  font-size: 15px;
}

.btn__request {
  display: inline-block;
  border: 1px solid #fff;
  background-color: #fff129;
  padding: 16px 8px 12px;
  color: #19ac41;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 5px 0 #e3d400;
}

.btn__about {
  display: inline-block;
  border: 1px solid #b9b9b9;
  background-color: #9e9e9e;
  padding: 16px 8px 12px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  margin: 0 4px;
  box-shadow: 0 5px 0 #858585;
}
.btn__request:hover,
.btn__about:hover,
.btn__action:hover {
  box-shadow: none;
  transform: translateY(5px);
  opacity: 1;
}
.search_school_area .slick-list,
.recommend_school_area .slick-list {
  overflow-x: clip;
  overflow-y: visible;
}

.btn__all_school {
  display: inline-block;
  border: 2px solid #3bd683;
  background-color: #fff;
  padding: 15px 8px;
  color: #3bd683;
  text-align: center;
  border-radius: 30px;
  margin: 0 4px;
  padding: 15px 35px;
}

.btn__all_school:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3bd683;
  border-bottom: 2px solid #3bd683;
  transform: rotate(-45deg);
  margin-top: 7px;
  margin-left: 12px;
}

.btn__retry {
  display: inline-block;
  border: 2px solid #ff6b6b;
  background-color: #fff;
  padding: 15px 8px;
  color: #ff6b6b;
  text-align: center;
  border-radius: 30px;
  margin: 0 4px;
  padding: 15px 35px;
}

.btn__retry:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ff6b6b;
  border-bottom: 2px solid #ff6b6b;
  transform: rotate(-45deg);
  margin-top: 7px;
  margin-left: 12px;
}

@media print {
  .retry {
    display: none;
  }
}

.btn__mail {
  display: block;
  background-color: #fff;
  border: 3px solid #e35967;
  padding: 17px;
  text-align: center;
  border-radius: 32px;
}

@media screen and (min-width: 768px), print {
  .btn__mail {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.btn__mail span {
  display: inline-block;
  color: #e35967;
  font-size: 18px;
  background-image: url(../img/icon_email.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  padding-left: 27px;
}

.cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 0 33px;
}

@media screen and (min-width: 768px), print {
  .cta__buttons {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cta__buttons a {
  -ms-flex-preferred-size: 86%;
  flex-basis: 86%;
  max-width: initial;
}

@media screen and (min-width: 768px), print {
  .cta__buttons a {
    -ms-flex-preferred-size: 335px;
    flex-basis: 335px;
  }
}

.common__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.breadcrumb {
  padding: 10px 20px;
  text-align: center;
}

.breadcrumb ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.breadcrumb ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.breadcrumb ul li {
  position: relative;
  z-index: 2;
}

.breadcrumb ul li span {
  width: 20px;
  height: 20px;
  background-color: #d6e4f2;
  color: #6c6b7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50%;
}

.breadcrumb ul li.current span {
  background-color: #4786c5;
  color: #fff;
}

/* ---------- section ---------- */
#init {
  background-image: url(../img/bg_01.jpg);
}

@media screen and (min-width: 992px) {
  #init {
    background-image: url(../img/bg_01_pc.jpg);
  }
}

#init main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#section main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.init .section__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.init .top__section {
  padding-bottom: 50px !important;
  margin-bottom: 0px;
}

.init__board {
  position: relative;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}

.init__board:before {
  content: "";
  display: block;
  background-color: #9ac9e9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 9px;
  z-index: 1;
}

.init__board_inner {
  background-color: #fff;
  text-align: center;
  border: 2px solid #4786c5;
  position: relative;
  z-index: 2;
  padding: 45px 25px;
}

.init__board_inner:before {
  content: "";
  display: block;
  width: 94px;
  height: 63px;
  background-image: url(../img/clip.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -82.5%);
  transform: translate(-50%, -82.5%);
}

.init__board p {
  color: #6c6b7e;
}

.init__board_lead {
  margin-bottom: 18px;
  font-size: 14px;
}

.init__board_list {
  color: #fff;
  background-color: #4786c5;
  width: 150px;
  margin: 5px auto;
  padding: 3px;
  border-radius: 5px;
}

.init__board h1 {
  margin-bottom: 6px;
}

.init__form {
  padding: 25px 0;
}

.init__input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background-color: #c7e3f6;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 16px;
}

.sec__board {
  position: relative;
}

.sec__board_inner {
  text-align: center;
}

.sec__board_inner .icon {
  width: 49%;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.sec__board_inner .text h1 {
  margin-bottom: 40px;
}

.sec__board_inner .text h1 img {
  height: 140px;
}

.sec__board_inner .text h1 + p {
  margin-bottom: 10px;
  font-size: 20px;
  color: #4786c5;
}

.quest__number {
  display: inline-block;
  margin-bottom: 12px;
  height: 25px;
}

@media screen and (min-width: 768px), print {
  .quest .section__inner {
    padding-top: 26px;
  }
}

.quest h1 {
  margin-bottom: 17px;
}

@media screen and (min-width: 768px), print {
  .quest h1 {
    text-align: center;
  }
}

.quest h1 span {
  display: inline-block;
  color: #4786c5;
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  .quest h1 span {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .quest h1 span br {
    display: none;
  }
}

.quest h1 + .sub {
  margin-bottom: 16px;
  background-color: #fffee9;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.quest h1 + p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.quest__board {
  margin-bottom: 45px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.scroll__area {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll__area {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll_q1 {
  max-height: calc(100vh - 410px);
}

.scroll_q2 {
  max-height: calc(100vh - 470px);
}

.scroll_q3 {
  max-height: calc(100vh - 410px);
  height: 700px;
}

.scroll_q5 {
  max-height: calc(100vh - 350px);
  height: 800px;
}

.scroll_q10 {
  max-height: calc(100vh - 460px);
  height: 700px;
}

.scroll_area::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

.quest__board_inner {
  background-color: #ebf7ff;
}

.quest__board_inner label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  font-size: 14px;
  gap: 7px;
  position: relative;
}

.quest__board_inner .quest__q2_item label {
  padding: 0px;
}

.quest__board_inner .result__gender_item label {
  padding: 0px;
}

.yes__label {
  justify-content: flex-end;
}

.no__label {
  justify-content: flex-start;
}

.quest__board_inner label:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.quest__board_inner label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  border-radius: 4px;
}

.quest__board_inner label .input__label:before {
  content: "";
  display: none;
  width: 13px;
  height: 9px;
  background-image: url(../img/icon_checked.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.q2__input_label {
  color: #fff;
  background-color: #aeaeae;
  font-size: 17px;
  padding: 6px;
  display: inline-block;
  width: 55px;
  text-align: center;
}

.q2__yes_text {
  border-radius: 5px 0 0 5px;
}

.q2__no_text {
  border-radius: 0 5px 5px 0;
}

.q2__label {
  flex-basis: 60%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  height: 50px;
}

.gender__area {
  width: 400px;
}

.gender__label {
  flex-basis: 55%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  height: 50px;
}

.quest__board_inner label input[type="checkbox"] {
  position: absolute;
  display: none;
}

.p-click__checkbox {
  transform: scale(1.5);
  position: absolute;
  left: 20px;
  opacity: 0;
  z-index: 5;
}

.p-quest__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  font-size: 14px;
  gap: 7px;
  position: relative;
}

.p-quest__label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  border-radius: 4px;
}

.p-quest__label .input__label:before {
  content: "";
  display: none;
  width: 13px;
  height: 9px;
  background-image: url(../img/icon_checked.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-quest__label input[type="checkbox"]:checked + .input__label:before {
  display: block;
}

.quest__board_inner
  label
  input[type="checkbox"]:checked
  + .input__label:before {
  display: block;
}

.quest__board_inner label input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.quest__board_inner label input[type="radio"]:checked + .input__image {
  opacity: 1;
  filter: unset;
}

.quest__board_inner.qestion05 {
  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;
  background-color: transparent;
  row-gap: 7px;
}

.quest__item_child.quest__q2_item label:before {
  content: none;
}

.quest__item_child.result__gender_item label:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .quest__board_inner.qestion05 {
    margin-left: -100px;
    margin-right: -100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.quest__board_inner.qestion05 label {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .quest__board_inner.qestion05 label {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}

.quest__board_inner.qestion05 label:before {
  display: none;
}

.quest__board_inner.question06 label .input__label:before {
  display: none;
}

.quest__board_inner.question06 label .input__label .number {
  width: 18px;
  height: 18px;
  background-color: #4786c5;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 18px;
  display: none;
}

.quest__board_inner.question06
  label
  input[type="checkbox"]:checked
  + .input__label:before {
  display: none;
}

.quest__board_inner.question06
  label
  input[type="checkbox"]:checked
  + .input__label
  .number {
  display: block;
}

.quest__item_child {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.quest__item_child label {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #ebf0f6;
}

.quest__q2_item label {
  background-color: #f2f2f2;
  flex-basis: 20%;
}

.result__gender_item label {
  background-color: #ebf7ff;
}

.result__gender_item label {
  flex-basis: 10%;
}

.result__gender_item input {
  display: none;
}

.yesAns {
  background-color: #f2595a;
}

.noAns {
  background-color: #3b7cd2;
}

.quest__item_child label:nth-of-type(2n) {
  border-left: 1px solid #fff;
}

.quest__item_child.quest__q2_item label:nth-of-type(2n) {
  border-left: none;
}

.quest__item_child.result__gender_item label:nth-of-type(2n) {
  border-left: none !important;
}

.quest__item_child label:last-child {
  border-bottom: 1px solid #fff;
}

.quest__item_child.result__gender_item label:last-child {
  border-bottom: none !important;
}

.quest__item_child.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quest__item_child.result__gender_item.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.quest__select {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -30px;
}

.quest6__select {
  text-align: center;
  margin-bottom: 20px;
}

.quest__select_item {
  padding-top: 10px;
  list-style: decimal;
  display: inline-block;
}

.quest__select_item li {
  color: #bebebe;
  font-size: 20px;
  text-align: left;
}

.quest__select_item li .number {
  display: none;
}

.quest__select_item li.set {
  color: #e35967;
}

#result {
  background-image: none;
}

#result h1 {
  padding: 15px;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  #result h1 {
    background-color: #fffee9;
  }
}

#result .section__inner {
  max-width: 840px;
}

#result .heading {
  background-color: #fffee9;
}

#result .heading .section__inner {
  padding: 0;
}

@media screen and (min-width: 768px), print {
  #result .heading .section__inner {
    padding: 50px 0;
  }
}

#result .heading__type {
  background-color: #fffee9;
  padding: 28px;
}

@media screen and (min-width: 768px), print {
  #result .heading__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
}

#result .heading__type_ttl {
  height: 60px;
  margin-bottom: 20px;
  text-align: center;
}

#result .heading__type_ttl span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  align-items: center;
}

#result .heading__type_ttl span:before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-image: url(../img/fig_stars.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#result .heading__type_ttl span:after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-image: url(../img/fig_stars.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#result .heading__type_ttl span img {
  max-height: 55px;
}

#result .heading__type_image {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  #result .heading__type_image {
    width: auto;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .result .section__inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .result .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.result__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.result__item:not(:last-of-type) {
  padding-bottom: 30px;
}

.result__item.half {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.result__item h2 {
  margin-bottom: 10px;
  background-color: #4786c5;
  padding: 7px;
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-style: normal;
  font-size: 18px;
}

.result__item h2 img {
  max-height: 18px;
}

.result__item h3 {
  margin-bottom: 13px;
  text-align: center;
}

.result__item h3 img {
  max-width: 80%;
}

.result__item > * {
  padding-left: 18px;
  padding-right: 18px;
}

.result__item p {
  font-size: 16px;
}

.result__item .graph {
  margin-bottom: 22px;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  text-align: center;
}

.result__item ul {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .result__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.result__item ul li {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (min-width: 768px), print {
  .result__item ul li {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-top: 2px;
  }
}

.result__item .row {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .result__item .row {
    padding-top: 20px;
  }
}

.result__item .row p {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}

.result__item .row .graph p {
  color: #ea7c86;
  background-color: #ffe8e7;
  font-size: 14px;
  padding: 9px;
  margin-bottom: 5px;
}

.school__point_title {
  color: #ea7c86;
  margin-bottom: 5px;
  display: inline-block;
}

.li__school_point {
  margin-bottom: 15px;
}

.result_list_title {
  color: #ea7c86;
  font-size: 20px;
}

.result__link_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  border: 2px solid #4885c5;
  margin: auto;
  padding: 4px;
  color: #4885c5;
  border-radius: 7px;
  font-size: 14px;
}

.result__link_item span {
  display: inline-block;
}

#link_text {
  margin-left: 10px;
  text-align: center;
}

#link_img {
  width: 13px;
  margin-left: 5px;
}

.research__heading_title {
  color: #4885c5;
  font-size: 20px;
}

.research__heading {
  background-color: #ebf7ff;
  padding: 24px 18px 18px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .research__heading {
    padding-top: 35px;
  }
}

.recommend .section__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: initial !important;
  width: 100% !important;
}

.recommend__heading {
  background-color: #ebf7ff;
  padding: 24px 18px 18px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .recommend__heading {
    padding-top: 58px;
  }
}

.recommend h2 img {
  width: 95%;
  max-width: 416px;
}

.recommend h3 {
  margin-bottom: 10px;
  background-color: #3bd683;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 15px;
}

@media screen and (min-width: 768px), print {
  .recommend h3 {
    /*  margin-bottom: 38px;*/
  }
}

.recommend .slider {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .recommend .slider {
    width: 765px;
  }
}

.recommend .slider__item {
  padding-bottom: 5px;
}

@media screen and (min-width: 768px), print {
  .recommend .slider__item {
    width: 330px !important;
    padding-bottom: 5px;
    margin: 0 19px;
  }
}

.recommend .slider__item .btn__action {
  width: 100%;
  max-width: initial;
}

.recommend .school__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.recommend .school__info .img {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.recommend .school__info .img img {
  width: 300px;
  height: 200px;
  object-fit: contain;
  margin: auto;
}

.recommend .school__info .text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.recommend .school__info .text h4 {
  font-size: 20px;
  height: 50px;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recommend_btn {
  text-align: center;
  margin-top: 15px;
}

.btn__recommend_link {
  color: #3cd380;
  display: inline-block;
  border: 2px solid #3cd380;
  background-color: #f7ff84;
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  margin: 0 4px;
  padding: 10px 30px;
}

.recommend .school__info .text span {
  font-size: 13px;
  height: 33px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recommend .school__tags {
  /*  display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;*/
  height: 47px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*
.recommend .school__tags:after {
    content: "...etc.";
    font-size: 12px;
}
*/
.recommend .school__tags span {
  font-size: 12px;
  color: #3bd683;
  border: 1px solid #3bd683;
  line-height: 23px;
  padding: 3px;
  margin-right: 2px;
  height: 24px;
}

.recommend .school__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recommend .school__buttons a {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.recommend .school__event_name {
  margin-bottom: 10px;
  background-color: #d8ffea;
  padding: 12px;
  color: #4786c5;
}

.recommend .school__event_date dl {
  margin-bottom: 5px;
}

.recommend__sns {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.recommend__sns p {
  font-size: 18px;
  margin-bottom: 15px;
}

.recommend__sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
}

.recommend__sns_list a {
  display: inline-block;
  -ms-flex-preferred-size: 72px;
  flex-basis: 72px;
}

.recommend__item {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recommend__item_title {
  width: 300px;
  margin: 10px;
  padding: 8px;
  background-color: #4786c5;
  color: #fff;
}

.recommend__item_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.school_category__area {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}

.school_category__area label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  font-size: 14px;
  gap: 7px;
  position: relative;
}

.school_category__area label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  border-radius: 4px;
}

.school_category__area label input[type="checkbox"] {
  position: absolute;
  display: none;
}

.school_category__area
  label
  input[type="checkbox"]:checked
  + .input__label:before {
  display: block;
}

.school_category__area label .input__label:before {
  content: "";
  display: none;
  width: 13px;
  height: 9px;
  background-image: url(../img/icon_checked.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.archive {
  background-color: #ffdede;
}

.archive .section__inner {
  padding: 50px 20px;
}

.archive .section__inner .lead {
  font-size: 18px;
  text-align: center;
}

.archive h2 {
  margin-bottom: 20px;
  text-align: center;
}

.archive h2 img {
  max-width: 348px;
}

.archive .btn__mail {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.archive__items {
  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;
  row-gap: 8px;
  padding: 17px 0 30px;
}

@media screen and (min-width: 768px), print {
  .archive__items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.archive__item {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  background-color: #fff;
  border-radius: 18px;
  padding: 10px;
}

@media screen and (min-width: 768px), print {
  .archive__item {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}

.archive__item p {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.archive__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  max-height: 80px;
}

.archive .btn__action {
  width: 100%;
  max-width: initial;
}

@media screen and (min-width: 768px), print {
  .archive .btn__action {
    width: 335px;
  }
}

.slick-arrow {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  width: 14px;
  height: 29px;
  overflow: hidden;
  text-indent: -1000px;
  position: absolute;
  top: 25%;
}

@media screen and (min-width: 768px), print {
  .slick-arrow {
    width: 23px;
    height: 49px;
  }
}

.slick-prev {
  left: -20px;
}

@media screen and (min-width: 768px), print {
  .slick-prev {
    left: -35px;
  }
}

.slick-prev:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 14px 14.5px 0;
  border-color: transparent #3bd683 transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px), print {
  .slick-prev:before {
    border-width: 24.5px 23px 24.5px 0;
  }
}

.slick-next {
  right: -20px;
}

@media screen and (min-width: 768px), print {
  .slick-next {
    right: -35px;
  }
}

.slick-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 14px;
  border-color: transparent transparent transparent #3bd683;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px), print {
  .slick-next:before {
    border-width: 24.5px 0 24.5px 23px;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
}

.slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #e2e2e2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #3bd683;
}

.form__control_research {
  padding: 10px 0 10px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .form__control_research {
    padding-bottom: 20px;
  }
}

.form__control {
  padding: 20px 0 10px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .form__control {
    padding-bottom: 50px;
  }
}

.form__select {
  display: inline-block;
  position: relative;
}

.form__select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #929292 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  font-size: 16px;
  padding: 10px;
  margin: 5px;
  width: 200px;
  border-radius: 8px;
  border: none;
}

.p-form__gender input[type="radio"] {
  display: none;
}

.p-form__gender label {
  font-size: 20px;
  color: #fff;
  background-color: #aeaeae;
  display: inline-block;
  margin-top: 5px;
  width: 120px;
  padding: 10px;
  border-radius: 10px;
}

.p-form__gender__radio:checked + .p-form__gender__label--woman {
  background-color: #f2595a;
}

.p-form__gender__radio:checked + .p-form__gender__label--man {
  background-color: #3b7cd2;
}

.inline-block {
  display: inline-block;
}

.w-95 {
  width: 95%;
}

.w-80 {
  width: 80%;
}

.form-invalid {
  text-align: center;
  color: red;
  margin-bottom: 10px;
}

.p-tab__list {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.p-tab__item {
  display: block;
  position: relative;
  width: 49.7%;
  padding: 14px 0;
  letter-spacing: 8px;
  border-radius: 10px 10px 0 0;
  background-color: #c8c8c8;
  text-align: center;
  cursor: pointer;
}

.p-tab__item.is-active {
  background-color: #4885c5;
}

.q4__board_inner {
  border-top: 3px solid #4885c5;
}

.p-content {
  display: none !important;
}

.p-content.is-active {
  display: flex !important;
}

.d-none {
  display: none !important;
}

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

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

/* 初心者応援キャンペーン */
.p-beginner__wrap {
  margin: 4em 0 1em;
}
.p-beginner__container {
  width: 96%;
  max-width: 400px;
  margin-inline: auto;
}
.p-beginner__inner {
  position: relative;
  padding: 3em 1.4em 1.4em;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
}
.p-beginner__title {
  position: absolute;
  top: -1.6em;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  margin-inline: auto;
  padding: 0.7em 1em !important;
  border-radius: calc(1px * infinity);
  background-color: #ff4192 !important;
  color: #fff;
  font-size: 18px !important;
  text-align: center;
}
.p-beginner__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff4192;
}
.p-beginner__lead {
}
.p-beginner__lead .main {
  font-size: 22px;
}
.p-beginner__text {
  margin-top: 1em;
  font-size: 17px;
}
.p-beginner__bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
}
.p-beginner__bubble .left {
  margin-right: 4px;
}
.p-beginner__img {
  width: 84%;
  margin-inline: auto;
  margin-top: 0.8em;
}
.p-beginner__school {
  padding: 1em;
  border-radius: 16px;
  background-color: #f8f8f8;
}
.p-beginner__school ul {
  margin-top: 4px;
}
.p-beginner__school a {
  color: #000;
  text-decoration: underline;
}
.p-beginner__cta {
  margin-top: 10px;
}
.p-beginner__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 18px 10px;
  border-radius: 8px;
  background-color: #0abc2b;
  box-shadow: 0 3px 0 #006510;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.2s;
}
.p-beginner__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background-color: #ffffff;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}
.p-beginner__button .free {
  padding: 2px 10px;
  font-size: 12px;
  border-radius: calc(1px * infinity);
  background-color: #fff615;
  color: #036c14;
}
/* /初心者応援キャンペーン */
