@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);@charset "UTF-8";
/* ===================================================================
Theme Name: KYOSHIN
Theme URI:
Description:
Author: FURAZOA inc
Author URI: http://furazoa.com
Version: 1.0.1
=================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Noto Sans JP", Meiryo, メイリオ, sans-serif;
  height: 100%;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  background: #fff;
}
@media (min-width:768px) {
  body {
    min-width: 1100px;
  }
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  transition: all 0.2s ease;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #448aff;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #448aff;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ----------------------------------------------------
  header
---------------------------------------------------- */
.header {
  position: relative;
  width: 100%;
  z-index: 5;
}
.header__copy {
  display: none;
}
.header__inner {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #dbdbdb;
}
.header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.header__logo {
  max-width: 82px;
  line-height: 0;
}
.header__logo img {
  width: 100%;
}
.header .h-button {
  display: flex;
}
.header .h-button img {
  margin-left: 10px;
}


/* ----------------------------------------------------
  footer
---------------------------------------------------- */
.footer {
  position: relative;
  padding: 0 0 105px;
  background: #005bab url(../img/footer_bg.png) bottom center repeat-x;
  border-top: 5vw solid #d6f4ff;
}
.footer__fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  z-index: 10;
}
.footer__fixed-nav .button-pink,
.footer__fixed-nav .button-yellow,
.footer__fixed-nav .button-green {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__fixed-nav .button-pink p,
.footer__fixed-nav .button-yellow p,
.footer__fixed-nav .button-green p {
  margin: 0;
  padding: 0;
}
.footer__fixed-nav .button-pink {
  width: 33.3333%;
}
.footer__fixed-nav .button-yellow {
  width: 33.3333%;
}
.footer__fixed-nav .button-green {
  width: 33.3333%;
}

.copyright {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 0.625rem;
}

/* ----------------------------------------------------
  common
---------------------------------------------------- */
html.js-open {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

body.js-open .hero__titlebox.wrap-on {
  z-index: 1;
}

body {
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a[href^="tel:"] {
  cursor: default;
}

.u-l-i-n {
  display: inline;
}

.u-l-n-i {
  display: none;
}

.u-l-n-b {
  display: none;
}

.u-m-i-n {
  display: inline;
}

.u-m-n-i {
  display: none;
}

.u-m-n-b {
  display: none;
}

.u-m-b-n {
  display: block;
}

.cf {
  display: block;
  min-height: 1%;
}

.cf::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac */
* html .cf {
  height: 1%;
}

/* ----------------------------------------------------
  background
---------------------------------------------------- */
.diagonal {
  background-image: linear-gradient(-45deg, #fff 25%, #fcfcfc 25%, #fcfcfc 50%, #fff 50%, #fff 75%, #fcfcfc 75%, #fcfcfc);
  background-position: center top;
  background-repeat: repeat;
  background-size: 30px 30px;
}

/* ----------------------------------------------------
  heading
---------------------------------------------------- */
.section__title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.section__title .title {
  position: relative;
  display: inline-block;
  color: #068b34;
  font-weight: bold;
  line-height: 1.35;
  font-size: 24px;
  font-size: 1.5rem;
}
.section__title .title::before, .section__title .title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  background: #068b34;
  width: calc(50% - 12px);
  height: 3px;
}
.section__title .title::before {
  left: 0;
}
.section__title .title::after {
  right: 0;
}
.section__title .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 24px;
  transform: translateX(-50%);
}
.section__title .arrow::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  border-bottom: 3px solid #068b34;
  border-right: 3px solid #068b34;
  margin: auto;
  width: 20px;
  height: 20px;
  transform-origin: center left;
  transform: rotate(45deg) translateX(-50%);
}

/* ----------------------------------------------------
  button
---------------------------------------------------- */
.m-button01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f72576;
  margin: 25px auto 0;
  max-width: 400px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 0 #b91c58;
}
.m-button01 span {
  position: relative;
  color: #fff;
  padding-left: 40px;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
.m-button01 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../img/icon_btn01.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 29px auto;
  margin-top: 2px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
}

/* ----------------------------------------------------
  pagetop
---------------------------------------------------- */
.pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pagetop a {
  position: relative;
  display: block;
  background: #000;
  color: #000;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
.pagetop a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 3px solid #068b34;
  border-left: 3px solid #068b34;
  margin: -2px auto 0;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}

.container {
  width: 100%;
  padding: 0 3.5%;
}

/* ----------------------------------------------------
  fixed-nav-pc
---------------------------------------------------- */
.fixed-nav-pc {
  display: none;
}
.fixed-nav-pc__menu {
  position: absolute;
  z-index: 1500;
  top: 0;
  right: 0;
  display: block;
  padding: 5px;
  width: 50px;
  height: 250px;
  cursor: pointer;
}
.fixed-nav-pc__menu .line {
  position: absolute;
  left: 8px;
  width: 10px;
  height: 2px;
  transition: all 0.3s;
}
.fixed-nav-pc__menu.js-open {
  position: absolute;
  z-index: 1500;
  top: 12px;
  right: 30px;
  display: block;
  background: #fff;
  padding: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
}
.fixed-nav-pc__menu.js-open .line {
  position: absolute;
  left: 8px;
  width: 10px;
  height: 2px;
  background: #000;
  transition: all 0.3s;
}
.fixed-nav-pc__menu .line:nth-of-type(1) {
  top: 12px;
}
.fixed-nav-pc__menu .line:nth-of-type(2) {
  top: 12px;
  transform: rotate(90deg);
}
.fixed-nav-pc__menu.js-open .line {
  transition: all 0.3s;
}
.fixed-nav-pc__menu.js-open .line:nth-of-type(1) {
  transform: rotate(180deg);
}
.fixed-nav-pc__menu.js-open .line:nth-of-type(2) {
  transform: rotate(270deg);
  opacity: 0;
}
.fixed-nav-pc__block {
  width: 50px;
  border-radius: 10px;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  transition: all 0.3s ease-in-out 0.5s;
}
.fixed-nav-pc__block.js-open {
  width: 310px;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.fixed-nav-pc__block.js-open .fixed-nav-pc__title {
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.fixed-nav-pc__block.js-open .fixed-nav-pc__title span {
  transition: all 0.3s ease-in-out 0.5s;
  font-size: 20px;
  font-size: 1.25rem;
}
.fixed-nav-pc__block.js-open .fixed-nav-pc__list {
  overflow: hidden;
  padding: 18px;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out 0.3s;
}
.fixed-nav-pc__block.js-open .fixed-nav-pc__item {
  height: 38px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out 0.3s;
}
.fixed-nav-pc__title {
  position: relative;
  background: #005bab;
  color: #ffffff;
  padding: 15px 10px;
  text-align: center;
  line-height: 1;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out 0.5s;
}
.fixed-nav-pc__block.js-open .fixed-nav-pc__title {
  padding: 15px 20px 15px 0;
}
.fixed-nav-pc__title span {
  position: relative;
  padding-left: 27px;
  transition: all 0.3s ease-in-out 0.2s;
  font-size: 15px;
  font-size: 0.9375rem;
}
.fixed-nav-pc__title span::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 5%;
  background-image: url(../img/icon_fixed_nav_pc.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.fixed-nav-pc__block.js-open .fixed-nav-pc__title span::before {
  top: 50%;
  left: 0%;
}
.fixed-nav-pc__list {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  background: #fff;
  border: 3px solid #005bab;
  border-radius: 0 0 10px 10px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.fixed-nav-pc__item {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  float: left;
  width: 33%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.fixed-nav-pc__item:nth-child(n+4) {
  margin-top: 8px;
}
.fixed-nav-pc__item a {
  position: relative;
  display: block;
  color: #005bab;
  padding: 10px 0 10px 20px;
  text-align: left;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
.fixed-nav-pc__item a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #df006d;
  border-right: 1px solid #df006d;
  margin: auto;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
}

/* ----- hero ----- */
.hero {
  position: relative;
  background-image: url(../img/hero_mv_sp.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 122%;
  text-align: center;
}
.hero__inner {
  position: relative;
}
.hero__block {
  position: static;
  margin-bottom: 25px;
  text-align: center;
}
.hero__title {
  margin: 0 auto;
  width: 86%;
}
.hero__button05:hover,
.hero__button04:hover,
.hero__button03:hover,
.hero__button02:hover,
.hero__button01:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* ----- campaign ----- */
.campaign {
  padding: 0 0 35px;
}
.campaign .campaign-top {
  background: url(../img/bg_grid.png) top left;
}

.campaign__title {
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
.campaign__item {
  width: 100%;
  text-align: center;
}
.campaign__item:nth-of-type(even) dd {
  background-image: url(../img/campaign_bg2_sp.png);
}
.campaign__item dl {
  background: #fff;
  border: 2px solid #068b34;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.campaign__item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #068b34;
  color: #fff;
  padding: 0 5px 2px;
  height: 35px;
  font-weight: bold;
  line-height: 1;
  border-radius: 6px 6px 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.campaign__item dd {
  background-image: url(../img/campaign_bg1_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 10px 13px;
  height: calc(100% - 35px);
  border-radius: 0 0 10px 10px;
}

.campaign__item .text-wrap {
  width: 100%;
}
.campaign__item .col > div:nth-of-type(n+2) {
  margin-top: 1.4em;
}
.campaign__item .now {
  position: relative;
  color: #068b34;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
.campaign__item .now.godash::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_godash2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
  width: 50px;
  height: 55px;
  vertical-align: middle;
}
.campaign__item .image {
  margin: 1em 0;
}
.campaign__item .text {
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 18px;
  text-align: center;
}
.campaign__item .text.plus::before {
  content: "+";
  position: absolute;
  bottom: -1.1em;
  left: 50%;
  transform: translateX(-50%);
  color: #ff5252;
}
.campaign__item .text span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.campaign__item .text span.red {
  color: #ff5252;
}
.campaign__item .text span.red small {
  font-size: 18px;
  font-size: 1.125rem;
}
.campaign__item .text span.red-small {
  margin-top: -0.15em;
}
.campaign__item .text span.red-small .line {
  height: 23px;
  line-height: 1;
  vertical-align: bottom;
}
.campaign__item .text span.line {
  height: 36px;
}
.campaign__item .text span.line::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background: #ffd200;
  width: 100%;
  height: 8px;
}
.campaign__item .text span.emphasis {
  padding-top: 5px;
  height: 36px;
  line-height: 1.2222222222;
  font-size: 26px;
  font-size: 1.625rem;
}
.campaign__item .text span.emphasis::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  background: #ff5252;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateX(-50%);
}
.campaign__item .text span.expand {
  line-height: 1.6923076923;
  font-size: 20px;
  font-size: 1.25rem;
}
.campaign__item .text span.large {
  height: 31px;
  line-height: 1.2222222222;
  font-size: 26px;
  font-size: 1.625rem;
}
.campaign__item .text small {
  font-size: 14px;
  font-size: 0.875rem;
}
.campaign__item .note {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.course__list {
  overflow: hidden;
  width: 1000px;
  margin: 20px auto 0 auto;
}
.course__list .course__item {
  float: left;
  margin: 0 20px 20px 0;
}
.course__list .course__item:nth-child(2n) {
  margin-right: 0;
}
.course__list .course__item:nth-child(3+n) {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .course__list {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .course__list .course__item {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .course__list .course__item img {
    width: 100%;
  }
  .course__list .course__item:nth-child(2n) {
    margin-right: 0;
  }
  .course__list .course__item:nth-child(3+n) {
    margin-bottom: 20px;
  }

}

.campaign__banner {
  margin: 40px 0 50px 0;
  text-align: center;
}
.campaign__banner a:hover {
  opacity: 0.7;
}



/* ----- taisaku ----- */
.taisaku {
  margin: 0;
  padding: 64px 0 83px 0;
  text-align: center;
  background: url(../img/taisaku_bg.jpg) top center repeat-x;
}
.taisaku img {
  width: 100%;
}
.taisaku img.pc {
  display: none;
}
.taisaku img.sp {
  display: inline-block;
  max-width: 750px;
}

.campaign__item.online span.comment {
  display: block;
  margin: 0 0 10px 0;
  padding: 12px 20px;
  border: 4px solid #e60012;
  background: #ffe9eb;
  text-align: center;
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
}

/* ----- event_gakunen ----- */
.event_gakunen {
  margin: 80px 0 0 0;
  padding: 105px 0 75px 0;
  background: #7fd3ff url(../img/bg_sea.png) top center no-repeat;
}
.event_gakunen .event_title {
  margin: 0 0 70px 0;
  text-align: center;
}
.event_gakunen .event__item {
  margin: 0 0 25px 0;
  text-align: center;
}
@media (max-width:767px) {
  .event_gakunen {
    margin: 40px 0 0 0;
    padding: 55px 0 40px 0;
    background: #7fd3ff url(../img/bg_sea_sp.png) top center no-repeat;
    background-size: 100% auto;
  }
  .event_gakunen .event_title {
    margin: 0 0 30px 0;
  }
  .event_gakunen .event_title img {
    width: 70%;
  }
  .event_gakunen .event__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .event_gakunen .event__item img {
    width: 100%;
  }
}

/* ----- worry ----- */
.worry {
  text-align: center;
}
.worry .onayami {
  padding: 65px 0 50px 0;
  background: #196dc3;
}
.worry .method {
  padding: 60px 0;
  position: relative;
  background: #005bab;
}
@media (max-width:767px) {
  .worry .onayami {
    padding: 30px;
  }
  .worry .method {
    padding: 30x;
  }
}
.worry .method::before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #005bab transparent transparent transparent;
  transform: translateX(-50%);
}
@media (max-width:767px) {
  .worry .onayami {
    padding: 30px;
  }
  .worry .method {
    padding: 30px;
  }
  .worry .method::before {
    border-width: 20px 30px 0 30px;
  }
}
.worry__list {
  display: inline-block;
  text-align: left;
}
.worry__item {
  position: relative;
  display: block;
  padding: 3px 0 3px 28px;
  font-size: 16px;
  font-size: 1rem;
}
.worry__text {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
}
.worry__text span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #e2006e;
  line-height: 1.4;
  height: 34px;
  font-size: 30px;
  font-size: 1.875rem;
}
.worry__text span::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -3px;
  left: 2%;
  background: url(../img/worry_line01.png) bottom left repeat-x;
  width: 96%;
  height: 8px;
  bottom: -12px;
}
.method_title01 {
  margin: 30px 0 70px 0;
  text-align: center;
}
.method_title02 {
  position: relative;
  z-index: 2;
  margin: 60px 0 0 0;
  text-align: center;
}
.method_title03 {
  margin: 25px 0 40px 0;
  text-align: center;
}
.method_point {
  box-sizing: border-box;
  margin: 0 40px 40px 40px;
  padding: 30px;
  text-align: center;
  border: 2px solid #005bab;
  border-radius: 30px;
  background: #def7ff;
}
.method_point img {
  width: 100%;
}
.method_point.point03 {
  margin-top: 50px;
}
.method_point.point03 img {
  margin-top: -60px;
}
@media (max-width:767px) {
  .method_title01 {
    margin: 35px 15px 15px 15px;
    text-align: center;
  }
  .method_title02 {
    margin: 0;
    text-align: center;
  }
  .method_title02 img {
    width: 70%;
  }
  .method_title03 {
    margin: 0 0 20px 0;
  }
  .method_title03 img {
    width: 60%;
  }
  .method_point {
    margin: 0 15px 20px 15px;
    padding: 15px 15px 25px 15px;
    border-radius: 15px;
  }
  .method_point.point03 {
    margin-top: 30px;
  }
  .method_point.point03 img {
    margin-top: -30px;
  }
  .flow__list {
    margin-top: -5vw;
    padding-top: 7vw;
  }
}

/* ----- feature ----- */
.feature {
}
.feature .container {
  padding: 0;
}
.feature__block {
  position: relative;
  z-index: 1;
  background: #def7ff;
  margin-bottom: 35px;
  margin-left: 3.5%;
  margin-right: 3.5%;
  padding: 15px 15px 0;
  border: 2px solid #005bab;
  border-radius: 15px;
}
.feature__block .text {
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}
.feature__block .text1 {
  margin: 5px 0 15px;
  line-height: 1.7;
}
.feature__block .text2 {
  line-height: 1.7;
}
.feature__block .text3 {
  line-height: 1.3;
  color: #e13465;
}
.feature__block .text4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.feature__block .image {
  text-align: right;
  width: 100%;
}
.feature__block .image img {
  width: 80%;
}
@media (max-width:767px) {
  .feature__block {
    margin-bottom: 20px;
  }
  .feature__block .image {
    text-align: center;
    width: 100%;
  }
  .feature__block .image img {
    width: 100%;
  }
}
.feature__list {
  margin: 0 auto 95px;
  max-width: 400px;
}
.feature__item:nth-child(n+2) {
  margin-top: 40px;
}
.feature__item-block .text-wrap {
  width: 100%;
}
.feature__item-block .icon {
  margin-bottom: 10px;
  padding: 0 3.5%;
}
.feature__item-block .title {
  position: relative;
  color: #005bab;
  margin-bottom: 10px;
  padding: 0 3.5%;
  font-weight: bold;
  line-height: 1.35;
  font-size: 20px;
  font-size: 1.25rem;
}
.feature__item-block .text {
  margin-bottom: 20px;
  padding: 0 3.5%;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}
.feature__item-block .text span {
  color: #ff5252;
  font-weight: bold;
}
.feature__item-block .image-sp {
  position: relative;
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 15px;
  text-align: center;
}
.feature__item-block .image-sp::after {
  position: absolute;
  content: " ";
  display: block;
  bottom: -75px;
  width: 150px;
  height: 150px;
  background: url(../img/method_bg_dot.png) top left no-repeat;
  background-size: 100%;
  z-index: -1;
}
.feature__item:nth-child(1) .feature__item-block .image-sp::after {
  right: -75px;
}
.feature__item:nth-child(2) .feature__item-block .image-sp::after {
  left: -75px;
}
.feature__item-block .image {
  display: none;
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
.feature__step-list {
  counter-reset: number;
  margin: 0 auto;
  padding: 30px 0 10px 0;
  max-width: 400px;
  background: #e6f8ff;
  border-radius: 15px;
}
.feature__step-item {
  width: 70%;
  margin: 0 auto;
}
.feature__step-item {
  margin-top: 15px;
}
.feature__step-item__inner img {
}
.feature__step-item .image-wrap {
  position: relative;
}
.feature__step-item .num {
  position: absolute;
  top: -5%;
  left: -5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 35%;
  height: 35%;
}
.feature__step-item .text {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.380952381;
  font-size: 18px;
  font-size: 1.125rem;
}
.feature__step-item .text span {
  color: #e2006e;
}

/* ----- online ----- */
.online_banner a:hover {
  opacity: 0.7;
}





/* ----- course ----- */
.course {
}

.course-event-area {
  margin: 0 auto 15px;
  max-width: 480px;
}
.course-event-area .image {
  text-align: center;
}
.course-event-area .note {
  margin-top: 18px;
  text-align: center;
  line-height: 1.45;
  font-size: 14px;
  font-size: 0.875rem;
}

.course-campaign-area .box {
  border: 3px solid #068b34;
  border-radius: 5px;
  padding: 12px 25px 18px;
}
.course-campaign-area .box dt {
  position: relative;
  color: #068b34;
  margin-bottom: 10px;
  padding-bottom: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1818181818;
  font-size: 18px;
  font-size: 1.125rem;
}
.course-campaign-area .box dt::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  background: #068b34;
  width: 100%;
  height: 2px;
}
.course-campaign-area .box dd {
  color: #068b34;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  font-size: 25px;
  font-size: 1.5625rem;
}
.course-campaign-area .box dd span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.course-campaign-area .box dd span.expand::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background: #ffd200;
  width: 100%;
  height: 10px;
}
.course-campaign-area .box dd span.emphasis {
  height: 46px;
  font-size: 34px;
  font-size: 2.125rem;
}
.course-campaign-area .box dd span.emphasis::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 50%;
  background: #068b34;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateX(-50%);
}
.course-campaign-area .note {
  color: #068b34;
  margin-top: 5px;
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
}

.course-line-area {
  margin: 30px 0 15px;
  text-align: center;
}
.course-line-area .text-wrap {
  display: inline-block;
}
.course-line-area .text {
  position: relative;
  display: flex;
  align-items: center;
  color: #068b34;
  font-weight: bold;
  text-align: left;
  line-height: 54px;
  font-size: 28px;
  font-size: 1.75rem;
}
.course-line-area .text::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  background: #ff5252;
  width: 100%;
  height: 6px;
}
.course-line-area .text span {
  letter-spacing: -0.25em;
}
.course-line-area .text b {
  font-size: 38px;
  font-size: 2.375rem;
}
.course-line-area .text:last-child {
  padding-right: 32px;
}
.course-line-area .text:last-child::before {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 0;
  background-image: url(../img/icon_good.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  width: 32px;
  height: 40px;
}

.course-line2-area {
  margin: -30px 0 -15px;
  text-align: center;
}
.course-line2-area .text-wrap {
  display: inline-block;
}
.course-line2-area .text {
  position: relative;
  display: flex;
  align-items: center;
  color: #068b34;
  font-weight: bold;
  text-align: left;
  line-height: 54px;
  letter-spacing: -0.05em;
  font-size: 28px;
  font-size: 1.75rem;
}
.course-line2-area .text::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  background: #ff5252;
  width: 100%;
  height: 6px;
}
.course-line2-area .text b {
  font-size: 36px;
  font-size: 2.25rem;
}
.course-line2-area .text b span {
  font-family: "Roboto", sans-serif;
  font-size: 41px;
  font-size: 2.5625rem;
}
.course-line2-area .text:first-child {
  padding-left: 39px;
}
.course-line2-area .text:first-child::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  background-image: url(../img/icon_three.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 29px auto;
  width: 29px;
  height: 46px;
}

.course-dottedline-area {
  margin: 15px auto 0;
  max-width: 300px;
  text-align: center;
}
.course-dottedline-area .text-wrap {
  display: inline-block;
}
.course-dottedline-area .text {
  position: relative;
  color: #068b34;
  font-weight: bold;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.125rem;
}
.course-dottedline-area .text b {
  display: inline-block;
  color: #ff5252;
  height: 40px;
  font-size: 28px;
  font-size: 1.75rem;
}

.course-management-area {
  position: relative;
  padding-left: 30px;
}
.course-management-area::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 7px;
  background: #ffd200;
  width: 5px;
  height: 10%;
  min-height: 155px;
}

.tab-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.tab-menu .tab-menu__item {
  width: 19.0%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tab-menu .tab-menu__item .title {
  padding: 20px 10px 10px 10px;
  border-radius: 25px 25px 0 0;
  text-align: center;
  transition: all 0.2s ease;
}
.tab-menu .tab-menu__item .title .grade {
  display: inline-block;
  border-radius: 3em;
  padding: 0 1em;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab-menu .tab-menu__item.item01 .title .grade {
  background: #91c73b;
}
.tab-menu .tab-menu__item.item02 .title .grade {
  background: #e861a3;
}
.tab-menu .tab-menu__item.item03 .title .grade {
  background: #00b8a9;
}
.tab-menu .tab-menu__item.item04 .title .grade {
  background: #014fa1;
}
.tab-menu .tab-menu__item.item05 .title .grade {
  background: #ef6427;
}
.tab-menu .tab-menu__item.item01:hover .title .grade,
.tab-menu .tab-menu__item.item01.active .title .grade {
  color: #91c73b;
  background: #fff;
}
.tab-menu .tab-menu__item.item02:hover .title .grade,
.tab-menu .tab-menu__item.item02.active .title .grade {
  color: #e861a3;
  background: #fff;
}
.tab-menu .tab-menu__item.item03:hover .title .grade,
.tab-menu .tab-menu__item.item03.active .title .grade {
  color: #00b8a9;
  background: #fff;
}
.tab-menu .tab-menu__item.item04:hover .title .grade,
.tab-menu .tab-menu__item.item04.active .title .grade {
  color: #014fa1;
  background: #fff;
}
.tab-menu .tab-menu__item.item05:hover .title .grade,
.tab-menu .tab-menu__item.item05.active .title .grade {
  color: #ef6427;
  background: #fff;
}

.tab-menu .tab-menu__item .title .ttl {
  display: block;
  margin-top: 5px;
  padding-bottom: 20px;
  color: #006ad6;
  font-size: 26px;
  font-weight: bold;
  transition: all 0.2s ease;
  background: url(../img/course_arw-sum.png) bottom center no-repeat;
  line-height: 1.3;
}
.tab-menu .tab-menu__item.item05 .title .ttl ,
.tab-menu .tab-menu__item.item04 .title .ttl {
  color: #f49500;
  background: url(../img/course_arw.png) bottom center no-repeat;
}

.tab-menu .tab-menu__item.active .title .ttl,
.tab-menu .tab-menu__item.item05.active .title .ttl ,
.tab-menu .tab-menu__item.item04.active .title .ttl {
  color: #fff;
  background: url(../img/course_arw_active.png) bottom center no-repeat;
}
.tab-menu .tab-menu__item:hover .title .ttl,
.tab-menu .tab-menu__item.item05:hover .title .ttl ,
.tab-menu .tab-menu__item.item04:hover .title .ttl {
  color: #fff;
  background: url(../img/course_arw_active.png) bottom center no-repeat;
}

.tab-menu .tab-menu__item.item03 .title,
.tab-menu .tab-menu__item.item02 .title,
.tab-menu .tab-menu__item.item01 .title {
  background: #dff2ff;
  border: 1px solid #006ad6;
  border-bottom: none;
}
.tab-menu .tab-menu__item.item05 .title,
.tab-menu .tab-menu__item.item04 .title {
  background: #ffeed4;
  border: 1px solid #f49500;
  border-bottom: none;
}

.tab-menu .tab-menu__item.item01:hover .title,
.tab-menu .tab-menu__item.item01.active .title {
  background: #91c73b;
  border-color: #91c73b;
}
.tab-menu .tab-menu__item.item02:hover .title,
.tab-menu .tab-menu__item.item02.active .title {
  background: #e861a3;
  border-color: #e861a3;
}
.tab-menu .tab-menu__item.item03:hover .title,
.tab-menu .tab-menu__item.item03.active .title {
  background: #00b8a9;
  border-color: #00b8a9;
}
.tab-menu .tab-menu__item.item04:hover .title,
.tab-menu .tab-menu__item.item04.active .title {
  background: #014fa1;
  border-color: #014fa1;
}
.tab-menu .tab-menu__item.item05:hover .title,
.tab-menu .tab-menu__item.item05.active .title {
  background: #ef6427;
  border-color: #ef6427;
}


.essay {
  position: relative;
  background: #E6EFF7;
  padding: 12px;
  border-radius: 5px;
}
.essay::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -15px;
  left: -10px;
  background-image: url(../img/es_4_6_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65px auto;
  width: 65px;
  height: 65px;
}
.essay .title-wrap {
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 45px;
  text-align: center;
  border-radius: 5px;
}
.essay .title {
  display: inline-block;
  color: #068b34;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
.essay .name {
  display: block;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
.essay .essay__cont {
  background: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}
.essay .essay__cont-inner {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #E6EFF7 97%, #E6EFF7 100%);
  background-repeat: repeat;
  background-size: 100% 2em;
  line-height: 2;
}
.essay .essay__cont-inner p {
  font-size: 14px;
  font-size: 0.875rem;
}

.tab-box {
  background: #fff;
}
.tab-box__inner {
  display: none;
  padding: 20px 0 30px 0;
  width: 100%;
}
.tab-box__inner.active {
  display: block;
}
.tab-box__title {
  margin-top: 0;
  color: #003f82;
}
.tab-box__title span {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.tab-box__title span.grade {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 2px 0.7em;
  color: #fff;
  border-radius: 25px;
  font-size: 32px;
}

.tab-box01 {
  background: #bbe6ff;
}
.tab-box04 {
  background: #bbe6ff;
}
#tab-box01 .tab-box__title {
  border-top: 10px solid #91c73b;
  background: #fff;
}
#tab-box01 .tab-box__title span.grade {
  background: #91c73b;
}
#tab-box02 .tab-box__title {
  border-top: 10px solid #e861a3;
  background: #fff;
}
#tab-box02 .tab-box__title span.grade {
  background: #e861a3;
}
#tab-box03 .tab-box__title {
  border-top: 10px solid #00b8a9;
  background: #fff;
}
#tab-box03 .tab-box__title span.grade {
  background: #00b8a9;
}
#tab-box04 .tab-box__title {
  border-top: 10px solid #014fa1;
  background: #fff;
}
#tab-box04 .tab-box__title span.grade {
  background: #014fa1;
}
#tab-box05 .tab-box__title {
  border-top: 10px solid #ef6427;
  background: #fff;
}
#tab-box05 .tab-box__title span.grade {
  background: #ef6427;
}

.tab-box__block {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 40px;
  background: #fff;
  border-radius: 40px;
}
.tab-box__block.box02 {
  border-radius: 40px;
  overflow: hidden;
}
.tab-box__block.box02.with-repo {
  border-radius: 40px 40px 0 0;
}
#tab-box03 .tab-box__block.box02,
#tab-box01 .tab-box__block.box02 {
  margin-top: 80px;
}

.tab-box04 .tab-box__block.box02 {
  border-radius: 40px 40px 0 0;
  /*border-radius: 40px;
  padding-bottom: 80px;*/
}
.tab-box__block.box02.saisentan {
  padding-bottom: 60px;
  border-radius: 40px;
}
.tab-box__block.box02.saisentan .saisentan_header01 {
  position: relative;
  text-align: center;
  z-index: 2;
}
.tab-box__block.box02.saisentan .saisentan_list01 {
  overflow: hidden;
  margin: -57px 40px 0 40px;
  padding: 75px 30px 30px 30px;
  background: #d1f7fd;
}
.tab-box__block.box02.saisentan .saisentan_catch {
  overflow: hidden;
  margin: 50px 0 0 0;
}
.tab-box__block.box02.saisentan .saisentan_catch .icon {
  float: left;
  margin: 0;
  padding: 0;
  width: 31%;
}
.tab-box__block.box02.saisentan .saisentan_catch .body {
  /* float: left;
  width: 69%; */
}
.tab-box__block.box02.saisentan .saisentan_catch .icon img {
  width: 86%;
}
.tab-box__block.box02.saisentan .saisentan_catch .body {
  padding: 8px 40px 0 40px;
}
.tab-box__block.box02.saisentan .saisentan_catch .body h5 {
  padding: 20px 0;
  text-align: center;
}
.saisentan_list01 li {
  float: left;
  width: 19%;
  margin: 0 1.25% 0 0;
}
.saisentan_list01 li:last-child {
  margin-right: 0;
}
.tab-box__block.box02.saisentan p.text {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width:767px) {
  .tab-box__block.box02.saisentan p.text {
    margin-left: 0;
    margin-right: 0;
  }
}

.tab-box__block.box02.saisentan .saisentan_2box p.text {
  margin-left: 20px;
  margin-right: 20px;
}
.tab-box__block.box02.saisentan .tab-box__lead06 {
  margin: 30px auto;
  text-align: center;
}
.tab-box__block.box02.saisentan .tab-box__lead06.mb0 {
  margin-bottom: 0;
}
.tab-box__block.box02.saisentan .tab-box__withphoto {
  margin: 0;
}
.tab-box__block.box02.saisentan .movie {
  margin: 50px 0 63px 0;
  text-align: center;
}
.tab-box__block.box02.saisentan .banner01 {
  margin: 35px 0 0 0;
  text-align: center;
}
.tab-box__block.box02.saisentan .banner02 {
  margin: 40px 0 40px 0;
  width: 101%;
  text-align: center;
}
.tab-box__block.box02.saisentan .banner03 {
  text-align: center;
}
.tab-box__block.box02.saisentan .banner04 {
}
.tab-box__block.box02.saisentan .banner04 a:hover {
  opacity: 0.7;
}
.tab-box__block.box02.saisentan .banner05 {
  margin-top: 25px;
  text-align: center;
}

.tab-box__block.box03 {
  padding: 0 0 40px;
  background: #fff;
  border-radius: 0 0 40px 40px;
}
.tab-box04 .tab-box__block.box03 {
}
.tab-box__block.box03 .taikenki {
  padding: 0 50px;
}
@media (max-width:767px) {
  .tab-box__block.box03 .taikenki {
    padding: 0 30px;
  }
}
.section__title01,
.tab-box__subtitle01 {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2.5;
  border-radius: 30px 30px 0 0;
  background: #f4881a;
}
.section__title01.blue,
.tab-box__subtitle01.blue {
  background: #014fa1;
}
@media (max-width:767px) {
  .section__title01,
  .tab-box__subtitle01 {
    border-radius: 15px 15px 0 0;
  }
}
.section__title01 {
  background: url(../img/section_bg_title01.png) bottom center no-repeat;
}
.chu1_tab-box__subtitle01 {
  text-align: center;
}
.chu1_tab-box__subtitle01 img {
  margin-top: -130px;
}
.chu1_tab-box__sublead01 {
  margin: 15px 0 40px 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5
}
.chu1_tab-box__sublead01 span {
  display: block;
  color: #e2006e;
  font-size: 40px;
}

.tab-box__subtitle01-2 {
  margin: 0 0 15px 0;
}
.tab-box__subtitle01-3 {
  margin: 0 0 45px 0;
}
.campaign__item.gakunen {
  margin-bottom: 45px;
}
@media (max-width:767px) {
  .tab-box__subtitle01-3 {
    margin: 25px 0 15px 0;
  }
  .tab-box__subtitle01-2 {
    margin: 5px 0 15px 0;
  }
  .campaign__item.gakunen {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding: 0;
  }
  .campaign__item.gakunen img {
    width: 100%;
  }
}


.tab-box__subtitle03-w2,
.tab-box__subtitle03-w,
.tab-box__subtitle03 {
  width: 500px;
  height: 80px;
  line-height: 80px;
  margin: 100px auto 0 auto;
  color: #005bab;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  background: url(../img/course_bg_subtitle02.png) center center no-repeat;
}
.tab-box__subtitle03-w {
  width: 660px;
  background: url(../img/course_bg_subtitle02-w.png) center center no-repeat;
}
.tab-box__subtitle03-w2 {
  width: 530px;
  background: url(../img/course_bg_subtitle02-w2.png) center center no-repeat;
}
.tab-box__subtitle03-w2.green {
  background: url(../img/course_bg_subtitle02_green.png) center center no-repeat;
  background-size: auto 100%;
}
@media (min-width:768px) {
  .tab-box__subtitle03-w2.green {
    background: url(../img/course_bg_subtitle02-w_green.png) center center no-repeat;
  }
}

.tab-box_tab3_subtitle01 {
  clear: both;
  padding-top: 60px;
}
.tab-box_tab3_sublead01 {
  margin: 30px 0;
  color: #005bab;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.tab-box_tab3_sublead01 span {
  font-size: 24px;
  letter-spacing: 0;
}
.tab-box_tab3_pic01 {
  margin-bottom: 25px;
  text-align: center;
}
.tab-box_tab3_pic02 {
  margin: 0 0 55px 0;
  text-align: center;
}
@media (max-width:767px) {
  .tab-box_tab3_subtitle02,
  .tab-box_tab3_pic01,
  .tab-box_tab3_pic02 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.tab-box_tab3_merit {
  display: flex;
  margin-left: 40px;
}
@media (max-width:767px) {
  .tab-box_tab3_merit {
    margin-left: 0;
  }
}
.tab-box_tab3_merit .merit-box {
  box-sizing: border-box;
  width: 450px;
  margin: 0 20px 20px 0;
  padding: 26px;
  border-radius: 30px;
}
.tab-box_tab3_merit .merit-box:nth-child(2n) {
  margin-right: 0;
}
@media (max-width:767px) {
  .tab-box_tab3_merit .merit-box:nth-child(2n) {
    margin-right: auto;
  }
}
.tab-box_tab3_merit .merit-box .title1 {
  margin: 0 0 13px 0;
}
.tab-box_tab3_merit .merit-box .fukidashi {
  box-sizing: border-box;
  height: 101px;
  margin: 0 0 15px 0;
  padding: 13px 0 0 0;
  text-align: center;
  color: #005bab;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  background: url(../img/chu23_meritbox_bg01.png) bottom center no-repeat;
}
.tab-box_tab3_merit .merit-box .title2 {
  margin: 0 0 15px 0;
}
.tab-box_tab3_merit .merit-box .text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
}
.tab-box_tab3_merit .merit-box.box1 {
  border: 4px solid #fe9b00;
}
.tab-box_tab3_merit .merit-box.box2 {
  border: 4px solid #1ea92e;
}
.tab-box_tab3_merit .merit-box.box3 {
  border: 4px solid #ec6d82;
}
.tab-box_tab3_merit .merit-box.box4 {
  border: 4px solid #005bab;
}
.chu23_meritbox_pic01 {
  margin: 10px 0 80px 0;
  text-align: center;
}

.tab-box_tab3_subtitle03 {
  margin-top: 80px;
  padding: 12px 0 12px 1em;
  background: #f9a806;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
  border-radius: 37px;
}
.tab-box_tab3_subtitle03 span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 1em;
  background: #fff;
  color: #f9a806;
  font-size: 24px;
  border-radius: 20px;
}
.tab-box_tab3_subtitle03.blue {
  background: #006ad6;
}
.tab-box_tab3_subtitle03.blue span {
  color: #006ad6;
}
#tab-box01 .tab-box_tab3_subtitle03 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 32px;
}
#tab-box01 .tab-box_tab3_subtitle03 span {
  float: right;
  margin-top: 7px;
  margin-left: 2px;
  padding: 0 0.5em;
  border-radius: 0;
}
.tab-box_tab3_subtitle02 {
  text-align: center;
}

.souhatsu_menu {
  display: flex;
  margin: 55px 40px 60px 40px;
  padding: 30px;
  background: #e8f6fc;
  border-radius: 20px;
}
.souhatsu_menu div {
  width: 276px;
  margin-right: 16px;
}
.souhatsu_menu div:last-child {
  margin-right: 0;
}
.souhatsu_menu p.text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.8;
}

.souhatsu_kids,
.souhatsu_puzzle {
  margin-left: 40px;
  margin-right: 40px;
}

.souhatsu_kids .text {
  margin: 20px 0 30px 0;
  font-size: 22px;
  text-align: center;
}
.souhatsu_kids ul {
  overflow: hidden;
  margin: 0 0 50px 0;
}
.souhatsu_kids ul li {
  float: left;
  width: 450px;
  margin: 0 20px 20px 0;
}
.souhatsu_kids ul li:nth-child(2n) {
  margin-right: 0;
}

.souhatsu_puzzle .pic {
  text-align: right;
}
.souhatsu_puzzle .text {
  margin: 20px 0 30px 0;
  font-size: 22px;
  text-align: center;
}
.souhatsu_puzzle .point {
  overflow: hidden;
  margin: 0 0 80px 0;
  padding: 30px 30px 30px 40px;
  border-radius: 20px;
  background: #e8f6fc;
}
.souhatsu_puzzle .point-body {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 30px;
}
.souhatsu_puzzle .point-pic {
  float: right;
  width: 50%;
}
.souhatsu_puzzle .point-lead {
  padding: 20px 0 15px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #005bab;
}
.souhatsu_puzzle .point-text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
}

.souhatsu_merit .tab-box__subtitle03-w {
  margin: 0 auto 50px auto;
}
.souhatsu_merit ul {
  overflow: hidden;
}
.souhatsu_merit ul li {
  box-sizing: border-box;
  float: left;
  width: 300px;
  height: 215px;
  margin: 0 10px 20px 0;
  padding: 100px 0 0 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.souhatsu_merit ul li:nth-child(3) {
  margin-right: 0;
}
.souhatsu_merit ul li:nth-child(4) {
  margin-left: 150px;
}
.souhatsu_merit ul li.merit1 {
  background: url(../img/souhatsu_bg01.png) top left no-repeat;
  background-size: 100% auto;
}
.souhatsu_merit ul li.merit2 {
  background: url(../img/souhatsu_bg02.png) top left no-repeat;
  background-size: 100% auto;
}
.souhatsu_merit ul li.merit3 {
  background: url(../img/souhatsu_bg03.png) top left no-repeat;
  background-size: 100% auto;
}
.souhatsu_merit ul li.merit4 {
  background: url(../img/souhatsu_bg04.png) top left no-repeat;
  background-size: 100% auto;
}
.souhatsu_merit ul li.merit5 {
  background: url(../img/souhatsu_bg05.png) top left no-repeat;
  background-size: 100% auto;
}
.souhatsu_pic {
  margin: 40px 0;
  text-align: center;
}

.tab-box01 .tab-box__subtitle03,
.tab-box04 .tab-box__subtitle03 {
  width: auto;
  height: auto;
  margin-top: 40px;
  background: none;
}

.tab-box04 .tab-box__lead03 {
  margin: 30px 0 45px 0;
  text-align: center;
  color: #005bab;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.tab-box04 .tab-box__lead03 span {
  display: block;
  font-size: 34px;
}
.tab-box04 .tab-box__lead03 strong {
  color: #f27316;
  font-size: 40px;
}
.tab-box04 .tab-box__lead04 {
  margin: 20px 0 30px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.tab-box04 .tab-box__lead04 strong {
  color: #f27316;
}
.tab-box__subtitle04 {
  margin: 60px 40px 0 40px;
}
.tab-box__subtitle04 img {
  float: left;
  position: relative;
  margin: -16px 0 0 0;
  z-index: 2;
}
.saisentan .tab-box__subtitle04 img {
  margin: -38px 0 0 0;
}
.tab-box__subtitle04 span {
  display: block;
  height: 77px;
  line-height: 77px;
  margin: 0 0 0 46px;
  padding: 0 0 0 54px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  background: #006ad6;
  border-radius: 0 25px 25px 0;
}
.tab-box__subtitle04 span strong {
  color: #fff34d;
}
.tab-box04 .tab-box__subtitle04 span {
  background: #f27316;
}
.tab-box04 .saisentan .tab-box__subtitle04 span {
  margin-top: 75px;
  background: #4abfd2;
}
.tab-box04 .tab-box__block.box02 .teiki-test {
  width: 920px;
  margin: 0 auto 30px auto;
  padding: 55px 0 25px 34px;
  background: url(../img/chu1_point_bg01.png) top left no-repeat;
}
.tab-box04 .tab-box__block.box02 .teiki-test li {
  padding: 14px 0;
  line-height: 44px;
  font-size: 26px;
  font-weight: bold;
}
.tab-box04 .tab-box__block.box02 .teiki-test li span {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0 1em;
  background: #f27316;
  border-radius: 20px;
  font-size: 23px;
  color: #fff;
}
.tab-box04 .tab-box__lead05 {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
}
.questionnaire,
.teiki-test2 {
  margin-left: 40px;
  margin-right: 40px;
}
.teiki-test2 .pic01 {
  margin: 0 0 35px 0;
}
.teiki-test2 .text {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media (max-width:767px) {
  .teiki-test2,
  .questionnaire {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.questionnaire .tab-box_tab3_subtitle03 {
  margin-top: 65px;
  margin-bottom: 40px;
}
.questionnaire .qa {
  display: flex;
}
.questionnaire .qa div {
  width: 32%;
  margin-right: 2%;
}
.questionnaire .qa div:last-child {
  margin-right: 0;
}
.questionnaire .qa .question {
  height: 100px;
  padding-left: 67px;
  font-size: 20px;
  font-weight: bold;
  color: #005bab;
  line-height: 1.4;
  letter-spacing: 0;
  background: url(../img/chu23_qa_icon01.png) top left no-repeat;
}
.questionnaire .qa .qa1 .answer {
  text-align: left;
}
.questionnaire .qa .qa2 .answer {
  text-align: center;
}
.questionnaire .qa .qa3 .answer {
  text-align: right;
}

.tab-box__subtitle05 {
  margin: 50px 0 0 0;
  text-align: center;
  border-radius: 10px;
}
.tab-box__subtitle06 {
  margin: -40px 0 45px 0;
  text-align: center;
}
.tab-box__subtitle07 {
  margin: 0 40px 20px 40px;
  padding: 10px 20px;
  color: #fff;
  font-size: 24px;
  background: #005bab;
  border-radius: 10px;
}
@media (max-width:767px) {
  .tab-box__subtitle07 {
    margin: 0 15px 20px 15px;
  }
}
.tab-box__subtitle07.point3 {
  margin: 50px 40px 20px 40px;
}
.tab-box__block .result01-c .tab-box__subtitle07.point3 {
  clear:both;
  margin-left: 0;
  margin-right: 0;
  background:#f27316;
  border-radius:15px;
}
.tab-box__subtitle08 {
  margin-left: 40px;
  margin-right: 40px;
  color: #005bab;
  font-size: 22px;
  font-weight: bold;
}
.tab-box__subtitle09 {
  margin: 50px 0 50px 0;
  text-align: center;
}
@media (max-width:767px) {
 .tab-box__subtitle09 {
   margin: 25px 0;
  }
}
.tab-box__subtitle10 {
  text-align: center;
}
.tab-box__subtitle11 {
  margin: 45px 0 20px 0;
  text-align: center;
}
.saisentan_voice {
  display: flex;
}
.saisentan_voice p.text {
  width: 49%;
  margin: 0 2% 0 0;
  padding: 25px;
  border-radius: 25px;
  background: #fffa7d;
}
.saisentan_voice p.text:last-child {
  margin-right: 0;
}
.saisentan_2box {
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width:767px) {
  .saisentan_2box {
    margin-left: 0;
    margin-right: 0;
  }
}

.saisentan_2box div {
  width: 49%;
  margin: 0 2% 0 0;
  padding: 0 0 25px 0;
  border-radius: 20px;
  background: #e6f8ff;
}
.saisentan_2box div:last-child {
  margin-right: 0;
}
.saisentan_1box {
  position: relative;
  margin: 45px 40px 50px 40px;
}
.saisentan_1box div {
  overflow: hidden;
  margin: 0;
  padding: 0 0 25px 0;
  border-radius: 20px;
  background: #e6f8ff;
}
.saisentan_boxtitle {
  position: relative;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  background: #142668;
  z-index: 2;
}
.saisentan_text.text {
  padding: 15px 25px;
}
.followup .saisentan_text.text {
  padding: 0 25px 15px 25px;
}
.saisentan_text.text .boxhead {
  display: block;
  margin-bottom: 5px;
  color: #142668;
  font-size: 22px;
  font-weight: bold;
}
.saisentan_button01 {
  text-align: center;
}
.saisentan_button02 {
  padding: 0 55px;
  text-align: right;
}
.saisentan_button01 a:hover,
.saisentan_button02 a:hover {
  opacity: 0.7;
}
.saisentan_1box .saisentan_boxicon {
  position: absolute;
  z-index: 2;
  top: -40px;
  right: 10px;
}
.saisentan_button {
  margin-top: 40px;
  text-align: center;
}
.saisentan_button a:hover {
  opacity: 0.7;
}

dl.campaign__schedule {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 25px;
  background: #fdedf3;
}
dl.campaign__schedule:last-child {
  margin-bottom: 0;
}
dl.campaign__schedule dt {
  margin-top: 15px;
  padding: 10px 25px;
  background: #e2006e;
  color: #fff856;
  font-size: 32px;
  font-weight: bold;
}
dl.campaign__schedule.label dt {
  margin-top: 0;
}
dl.campaign__schedule dt img {
  position: absolute;
  top:-15px;
  left: 10px;
}
dl.campaign__schedule dt .date {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 30px;
}
dl.campaign__schedule dt .date span {
  font-size: 24px;
}
dl.campaign__schedule dd {
  padding: 10px 15px 25px 25px;
  font-size: 18px;
  line-height: 1.8;
}
dl.campaign__schedule.label dd.menu {
  margin: 0 25px;
  padding: 15px 15px 20px 25px;
  background: #fddbe6;
}
dl.campaign__schedule dd .attention {
  font-size: 16px;
}
dl.campaign__schedule dd .menu {
  margin-bottom: 5px;
  line-height: 44px;
}
dl.campaign__schedule dd .menu img {
  margin-right: 8px;
}
dl.campaign__schedule dd .menu span {
  display: inline-block;
  margin-right: 25px;
}

.campaign__schedule dd.banner {
  padding: 25px;
  text-align: center;
}
dl.campaign__schedule.label dt,
dl.campaign__schedule.label dd {
  padding-left: 185px;
}
dl.campaign__schedule::after {
  position: absolute;
  content: " ";
  display: block;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 51px;
  background: url(../img/chu1_arw01.png) top center no-repeat;
}
dl.campaign__schedule:last-child::after {
  display: none;
}

dl.campaign__schedule dd.test {
  position: relative;
  margin: 20px 25px 0 25px;
  padding: 0;
  background: #fff;
  border: 4px solid #142668;
}
dl.campaign__schedule dd.test img.test-icon {
  position: absolute;
  z-index: 2;
  top: -13px;
  right: 5px;
}
dl.campaign__schedule dd.test strong {
  display: block;
  padding: 14px 0 14px 30px;
  background: #142668;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
}
dl.campaign__schedule dd.test strong br.tab {
  display: none;
}
dl.campaign__schedule dd.test strong .date span {
  font-size: 24px;
}
dl.campaign__schedule dd.test .test-main {
  display: block;
  padding: 15px 30px;
}

.tab-box__block .method {
  padding: 30px;
  background: #e8f6fc;
  border-radius: 20px;
}
.tab-box__block .method p.photo {
  text-align: center;
}
.tab-box__block .method p.title {
  text-align: center;
  font-weight: bold;
  color: #005bab;
  line-height: 1.4;
}
.tab-box__block .method p.text {
  line-height: 1.8;
}

.tab-box__block .step-box {
  overflow: hidden;
  width: 920px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .tab-box__block .step-box {
    width: auto;
    margin: 0 15px;
  }
}
.tab-box__block .step-box div {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center;
  border: 2px solid #005bab;
  border-radius: 10px;
}
.tab-box__block .step-box div::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/chu1_arw02.png) center center no-repeat;
}
.tab-box__block .step-box.no-arw div::after {
  display: none;
}
.tab-box__block .step-box div:last-child {
  margin-right: 0;
}
.tab-box__block .step-box div::after:last-child {
  display: none;
}
.tab-box__block .step-box .header {
  width: 101%;
  margin: -1px 0 0 -1px;
  box-sizing: border-box;
  height: 80px;
  padding-top: 10px;
  background: #005bab;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.tab-box__block .step-box .step1 .header {
  padding-top: 25px;
}
.tab-box__block .step-box .pic {
  box-sizing: border-box;
  height: 135px;
}
.tab-box__block .step-box .step1 .pic {
  padding-top: 25px;
}
.tab-box__block .step-box .step2 .pic {
  padding-top: 30px;
}
.tab-box__block .step-box .step3 .pic {
  padding-top: 20px;
}
.step-box .text {
  box-sizing: border-box;
  font-size: 16px;
  height: 70px;
}
.tab-box__block .step-box.no-arw .step1 .header,
.tab-box__block .step-box.no-arw .header {
  width: 101%;
  height: auto;
  padding: 10px 0;
  margin: -1px 0 0 -1px;
}
.tab-box__block .step-box.no-arw .step1 .text,
.tab-box__block .step-box.no-arw .text {
  height: auto;
  font-size: 15px;
  padding: 15px;
  text-align: left;
}

.tab-box__block .work {
  height: 257px;
  margin: 0 40px 40px 40px;
  padding: 30px 45% 0 0;
  background: url(../img/chu1_bg_work.png) top left no-repeat;;
  border-radius: 20px;
}
.tab-box__block .work .tab-box__subtitle07 {
  margin: 0 0 20px 0;
}
.tab-box__block .work h6 {
  font-size: 22px;
  font-weight: bold;
  color: #005bab;
}
.tab-box__block .work p {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.8;
}

.tab-box__block .voice {
  width: 920px;
  height: 316px;
  margin: 60px auto 0 auto;
  background: url(../img/bg_voice.png) top left no-repeat;
}
.tab-box__block .voice.mt0 {
  margin-top: 0;
}
.tab-box__block .voice h6 {
  padding: 70px 0 0 0;
  text-align: center;
}
.tab-box__block .voice h6 span {
  font-size: 16px;
  font-weight: normal;
}
.tab-box__block .voice p {
  margin: 21px 50px 0 50px;
  font-size: 18px;
  line-height: 1.8
}
.tab-box__block .voice p strong {
  font-weight: bold;
  color: #f27316;
}
@media (max-width:767px) {
  .tab-box__block .voice {
    box-sizing: border-box;
    width: 93%;
    height: 77vw;
    margin: 25px auto 0 auto;
    padding: 25px 15px 30px 15px;
    border-radius: 0;
    background: url(../img/bg_voice_sp.png) top left no-repeat;
    background-size: 100% auto;
  }
  .tab-box__block .voice h6 {
    padding-top: 7vw;
    font-size: 18px;
    text-align: center;
  }
  .tab-box__block .voice h6 img {
    width: 50%;
  }
  .tab-box__block .voice h6 span {
    font-size: 12px;
  }
  .tab-box__block .voice p {
    margin: 3vw 3vw 0 3vw;
    font-size: 14px;
  }
}


.tab-box__block .gakusyu {
  margin: 0 0 25px 0;
  padding: 25px 65px 0 65px;
  background: url(../img/chu1_bg_student.png) right bottom no-repeat;
}
.tab-box__block .gakusyu .pic {
  margin: 0 0 20px 0;
}
.tab-box__block .gakusyu .text {
  font-size: 26px;
}
.tab-box__block .gakusyu .text strong {
  font-size: 58px;
  color: #f27316;
}

.tab-box__block .voice2 {
  margin: 0 40px;
  display: flex;
}
.tab-box__block .voice2 div {
  box-sizing: border-box;
  width: 49%;
  padding: 30px 0;
  border: 2px solid #005bab;
  border-radius: 30px;
}
.tab-box__block .voice2 div:first-child {
  margin-right: 2%;
}
.tab-box__block .voice2 div .title {
  height: 128px;
  margin-left: -1px;
  margin-right: -1px;
  padding-top: 40px;
  padding-left: 40px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.tab-box__block .voice2 div .title01 {
  background: url(../img/chu1_voice2_icon1.png) right center no-repeat;
}
.tab-box__block .voice2 div .title02 {
  background: url(../img/chu1_voice2_icon2.png) right center no-repeat;
}
.tab-box__block .voice2 div .text {
  margin: 15px 30px 0 30px;
  font-size: 18px;
  line-height: 1.8;
}
.tab-box__block .voice2 div .text strong {
  color: #f27316;
  font-weight: bold;
}
@media (max-width:767px) {
  .tab-box__block .voice2 {
    display: block;
    margin: 0 15px;
  }
  .tab-box__block .voice2 div {
    width: 100%;
    margin: 0 0 25px 0;
    padding-top: 0;
    border-radius: 15px;
  }
  .tab-box__block .voice2 div .title01,
  .tab-box__block .voice2 div .title02 {
    box-sizing: border-box;
    margin: -18px 0 0 0;
    padding: 8px 0 0 15px;
    height: 25vw;
    line-height: 25vw;
  }
  .tab-box__block .voice2 div .title01 {
    background: url(../img/chu1_voice2_icon1_sp.png) right center no-repeat;
    background-size: 101% auto;
  }
  .tab-box__block .voice2 div .title02 {
    background: url(../img/chu1_voice2_icon2_sp.png) right center no-repeat;
    background-size: 101% auto;
  }
}



.tab-box__block .result01 .result-box .school {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%,-100%);
  font-weight: bold;
}
.tab-box__block .result01 .result-box .label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-weight: bold;
}
.tab-box__block .result01 .result-box .number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.tab-box__block .result02 .result-box {
  overflow: hidden;
  /*background: #fdecf1;*/
}
.tab-box__block .result02 .result-box .label {
  color: #fff;
  font-weight: bold;
}
.tab-box__block .result02 .result-box .school {
  float: left;
}
.tab-box__block .result02 .result-box .school strong {
  display: block;
  font-weight: bold;
}
.tab-box__block .result02 .result-box .number {
  text-align: right;
}

.tab-box__block .result01-c {
  overflow: hidden;
  padding: 35px 40px 75px;
  background: #ffd668;
}
.tab-box__block .result01-c p:nth-child(1) {
  margin-bottom: 30px;
}
.tab-box__block .result01-c p:nth-child(2) {
  margin-bottom: 30px;
}
.tab-box__block .result01-c p:nth-child(3) {
  margin-bottom: 30px;
}
.tab-box__block .result01-c p:nth-last-child(3) {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.tab-box__block .result01-c p:nth-last-child(2) {
  float: left;
  width: 49%;
}
.tab-box__block .result01-c p:nth-last-child(1) {
  clear: both;
  width: 49%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tab-box__block .result01-c .result-box {
  margin-bottom: 20px;
}
.tab-box__block .result01-c .result-box:nth-child(1) {
  margin-bottom: 30px;
}
.tab-box__block .result01-c .result-box:nth-child(6),
.tab-box__block .result01-c .result-box:nth-child(4),
.tab-box__block .result01-c .result-box:nth-child(2) {
  float: left;
}
.tab-box__block .result01-c .result-box:nth-child(7),
.tab-box__block .result01-c .result-box:nth-child(5),
.tab-box__block .result01-c .result-box:nth-child(3) {
  float: right;
}
.tab-box__block .result01-c .result-box:nth-child(8) {
  clear: both;
  padding-top: 10px;
}
@media (max-width:767px) {
.tab-box__block .result01-c .result-box:nth-child(1),
.tab-box__block .result01-c .result-box:nth-child(2),
.tab-box__block .result01-c .result-box:nth-child(3),
.tab-box__block .result01-c .result-box:nth-child(4),
.tab-box__block .result01-c .result-box:nth-child(5),
.tab-box__block .result01-c .result-box:nth-child(6),
.tab-box__block .result01-c .result-box:nth-child(7),
.tab-box__block .result01-c .result-box:nth-child(8) {
  float: none;
  padding: 0;
  margin: 0 0 15px 0;
}

}

.tab-box__block .result02-c {
}
.tab-box__block .result02-c p {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.tab-box__block .result02-c p:nth-child(2n) {
  margin-right: 0;
}

@media (max-width:767px) {
  .tab-box__block .result01-c {
    padding: 25px 15px 40px;
  }
}

}


ul.slick-slider {
  width: 95%;
  margin: 0 auto;
}
li.slick-slide .slide-box {
  width: 95%;
  margin: 0 auto 0 auto;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #005bab;
  border-radius: 20px;
}
.tab-box04 li.slick-slide .slide-box {
}
li.slick-slide img {
  width: 100%;
}
ul.slick-slider p.photo {
  position: relative;
  z-index: 2;
  margin: 0 20px 0 20px;
}
ul.slick-slider p.photo img.goukaku {
  position: absolute;
  z-index: 3;
  bottom: -15px;
  right: -15px;
  width: 105px;
  height: 101px;
}
ul.slick-slider p.school {
  margin-top: -60px;
  padding: 70px 0 0 20px;
  text-align: left;
  font-weight: bold;
  background: #005bab;
  color: #fff;
}
ul.slick-slider p.name {
  margin-top: -2px;
  margin-bottom: 10px;
  padding: 0 0 10px 20px;
  text-align: left;
  background: #005bab;
  color: #fff;
}
.tab-box04 li.slick-slide p.school {
}
.tab-box04 ul.slick-slider p.name {
}
ul.slick-slider p.comment {
  padding: 0 20px;
  line-height: 1.9
}
@media (max-width:767px) {
  .tab-box__block.box03 .taikenki {
    padding: 0;
    margin-left: 30px;
  }
  ul.slick-slider p.photo img.goukaku {
    width: 70px;
    height: auto;
  }
}
  



p.contact-button {
  margin: 35px 0 45px 0;
  text-align: center;
}
p.contact-button a:hover {
  opacity: 0.7;
}

.contact-button img {
  width: 90%;
  max-width: 578px;
}

.tab-box .tab-box__list-3col-item {
  width: 100%;
}
.tab-box .tab-box__list-3col-item:nth-child(n+2) {
  margin-top: 10px;
}
.tab-box .tab-box__list-3col-item .image {
  margin-bottom: 5px;
  text-align: center;
}
.tab-box .tab-box__list-3col-item .title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
  font-weight: bold;
  color: #ff5252;
}
.tab-box .tab-box__list-3col-item .text {
  font-size: 14px;
  font-size: 0.875rem;
}
.tab-box__item05 {
  overflow: hidden;
  width: 100%;
  padding-top: 5px;
  border: 2px solid #eee;
  border-radius: 5px;
  text-align: center;
}
.tab-box__item05:nth-child(n+2) {
  margin-top: 10px;
}
.tab-box__item01 {
  width: 100%;
}
.tab-box__item01:nth-child(n+2) {
  margin-top: 10px;
}
.tab-box__item01 .image {
  margin-bottom: 5px;
  text-align: center;
}
.tab-box__item01 .title {
  color: #ff5252;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
.tab-box__item01 .text {
  font-size: 14px;
  font-size: 0.875rem;
}
.tab-box__item01:nth-child(n+2) {
  margin-top: 25px;
}
.tab-box__item01 .text-wrap {
  width: 100%;
  margin-bottom: 10px;
}
.tab-box__item01 .title {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1.5;
  color: #068b34;
}
.tab-box__item01 .text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.tab-box__item01 .image {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.tab-box__item00:nth-child(n+2) {
  margin-top: 25px;
}
.tab-box__item00 .text-wrap {
  margin-bottom: 10px;
  width: 100%;
}
.tab-box__item00 .title {
  position: relative;
  color: #068b34;
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
.tab-box__item00 .text {
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem;
}
.tab-box__item00 .image {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.tab-box__item03:nth-child(n+2) {
  margin-top: 25px;
}
.tab-box__item03 .text-wrap {
  margin-bottom: 10px;
  width: 100%;
}
.tab-box__item03 .title {
  position: relative;
  color: #068b34;
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
.tab-box__item03 .title span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  text-align: left;
}
.tab-box__item03 .title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../img/icon_tab_exc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
}
.tab-box__item03 .text {
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem;
}
.tab-box__item03 .text span {
  color: #ff5252;
  font-weight: bold;
}
.tab-box__item03 .note {
  color: #707070;
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.tab-box__item03 .image {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.tab-box__item03 .list-ex {
  counter-reset: number;
  margin-top: 10px;
}
.tab-box__item03 .item-ex:nth-child(n+2) {
  margin-top: 15px;
}
.tab-box__item03 .item-ex dt {
  position: relative;
  display: flex;
  align-items: center;
  background: #ff5252;
  color: #fff;
  margin-bottom: 7px;
  padding: 7px 5px 7px 45px;
  min-height: 45px;
  font-weight: bold;
  line-height: 1.25;
  font-size: 14px;
  font-size: 0.875rem;
}
.tab-box__item03 .item-ex dt::before {
  counter-increment: number;
  content: counter(number) "";
  position: absolute;
  top: 50%;
  left: 12px;
  font-family: "Roboto", sans-serif;
  transform: translateY(-50%);
  font-size: 38px;
  font-size: 2.375rem;
}
.tab-box__item03 .item-ex dd {
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem;
}
.tab-box__item03 .item-ex dd b {
  font-weight: bold;
}
.tab-box__text01 {
  color: #ff5252;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
.tab-box__text02 {
  color: #ff5252;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
.tab-box__text02 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0.1em;
}
.tab-box__text02 span::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 14px;
  left: 0;
  background: #ffd200;
  width: 100%;
  height: 12px;
}
.tab-box__text02 span span {
  font-family: "Roboto", sans-serif;
  margin-right: 0.1em;
  font-size: 36px;
  font-size: 2.25rem;
}
.tab-box__list04 .tab-box__item04 {
  overflow: hidden;
  width: 100%;
  padding: 20px 15px;
  border: 3px solid #eee;
  border-radius: 5px;
}
.tab-box__list04 .tab-box__item04:nth-of-type(1) {
  border-color: #EC6D81;
}
.tab-box__list04 .tab-box__item04:nth-of-type(2) {
  border-color: #E3802A;
}
.tab-box__list04 .tab-box__item04:nth-of-type(3) {
  border-color: #0BAF9B;
}
.tab-box__list04 .tab-box__item04:nth-of-type(4) {
  border-color: #0D56A6;
}
.tab-box__list04 .tab-box__item04:nth-child(n+2) {
  margin-top: 10px;
}
.tab-box__list04 .tab-box__item04 .text {
  font-size: 14px;
  font-size: 0.875rem;
}
.tab-box__list04 .tab-box__item04 .image {
  margin-bottom: 10px;
  text-align: center;
}
.tab-box-green-area {
  background: #e7f7e8;
  margin-top: 60px;
  padding: 15px 10px;
}
.tab-box .catch-wrap {
  position: relative;
  background: #fff;
  border: 3px solid #068b34;
  border-radius: 5px;
  margin: 0 auto 45px;
  padding: 20px 5px;
  width: 100%;
  max-width: 735px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.tab-box .catch-wrap::before, .tab-box .catch-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0;
  transform: translateX(-50%);
}
.tab-box .catch-wrap::before {
  top: 100%;
  border-color: #068b34 transparent transparent;
  z-index: 0;
}
.tab-box .catch-wrap::after {
  top: calc(100% - 5px);
  border-color: #fff transparent transparent;
  z-index: 1;
}
.tab-box .catch {
  color: #068b34;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 1.25rem;
}
.tab-box .catch span {
  color: #ff5252;
}
.tab-box .catch span > span {
  letter-spacing: -0.35em;
}
.tab-box .point-title-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -15px 0 -1.5em;
  text-align: center;
  transform: translateY(-50%);
}
.tab-box .point-title {
  position: relative;
  display: inline-block;
  background: #ffd200;
  color: #068b34;
  margin: 0 -10px;
  padding: 10px 15px;
  min-width: 240px;
  border-radius: 50px;
}
.tab-box .point-title span {
  display: block;
  font-weight: bold;
  line-height: 1.35;
}
.tab-box .point-title .num {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
.tab-box .point-title .title {
  font-size: 20px;
  font-size: 1.25rem;
}

.tab-box__withphoto a {
  color: #005bab;
  text-decoration: underline;
}
.tab-box__withphoto a:hover {
  text-decoration: none;
}

.point1-area__lead {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.45;
  font-size: 16px;
  font-size: 1rem;
}
.point1-area__lead span {
  color: #ff5252;
  font-weight: bold;
}
.point1-area__list1 {
  margin-bottom: 20px;
}
.point1-area__item1 {
  position: relative;
  width: 100%;
}
.point1-area__item1:first-child::before {
  display: none;
}
.point1-area__item1:first-child dd::before {
  display: none;
}
.point1-area__item1:nth-child(n+2) {
  margin-top: 30px;
}
.point1-area__item1::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 12px 0 12px;
  border-color: #068b34 transparent transparent transparent;
  transform: translateX(-50%);
}
.point1-area__item1 dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #068b34;
  color: #fff;
  padding: 5px;
  min-height: 65px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-size: 1rem;
}
.point1-area__item1 dd {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 10px 5px 15px;
  border-radius: 0 0 5px 5px;
}
.point1-area__item1 dd::before {
  display: none;
}
.point1-area__item1 dd .icon {
  margin-bottom: 15px;
}
.point1-area__item1 dd .icon img {
  width: 100px;
}
.point1-area__item2 .text {
  position: relative;
  z-index: 1;
  background: #068b34;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
}
.point1-area__item2 .text::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  border-color: #068b34 transparent transparent transparent;
  transform: translateX(-50%);
}
.point1-area__item2 .text dt {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.125rem;
}
.point1-area__item2 .text dt span {
  display: block;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.0625rem;
}
.point1-area__item2 .text dd span {
  font-weight: bold;
}
.point1-area__item2 .image {
  width: 100%;
  text-align: center;
}

.point2-area__cheering-wrap {
  margin-bottom: 10px;
  text-align: center;
}
.point2-area__cheering {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 26px;
  font-size: 1.625rem;
}
.point2-area__cheering b {
  color: #ff5252;
  font-size: 31px;
  font-size: 1.9375rem;
}
.point2-area__cheering span {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
}
.point2-area__cheering span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff5252;
  width: 100%;
  height: 6px;
}
.point2-area__inner .logo {
  margin-bottom: 30px;
  text-align: center;
}
.point2-area__inner .logo img {
  width: 104px;
}
.point2-area__list {
  margin-bottom: -20px;
}
.point2-area__item {
  margin-bottom: 20px;
  width: 100%;
}
.point2-area__item dt {
  position: relative;
  color: #068b34;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
.point2-area__item dt span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  text-align: left;
}
.point2-area__item dt span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../img/icon_tab_exc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
}
.point2-area__item dd {
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem;
}
.point2-area__item dd span {
  color: #ff5252;
  font-weight: bold;
}

.point3-area__list {
  margin-bottom: 0;
}
.point3-area__item:nth-child(n+2) {
  margin-top: 25px;
}
.point3-area__item:nth-of-type(2) .image img {
  width: 195px;
}
.point3-area__item .text {
  margin-bottom: 10px;
}
.point3-area__item .text dt {
  position: relative;
  z-index: 1;
  background: #068b34;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 10px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2727272727;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 1.25rem;
}
.point3-area__item .text dt span {
  display: block;
  font-weight: normal;
}
.point3-area__item .text dt::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  border-color: #068b34 transparent transparent transparent;
  transform: translateX(-50%);
}
.point3-area__item .text dd .point3-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -3px 5px;
}
.point3-area__item .text dd .point3-tab {
  margin-bottom: 6px;
  padding: 0 3px;
  width: 50%;
}
.point3-area__item .text dd .point3-tab span {
  display: block;
  background: #fff;
  color: #068b34;
  margin-bottom: 0;
  padding: 7px 3px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
}
.point3-area__item .text dd .point3-catch {
  color: #068b34;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: 19px;
  font-size: 1.1875rem;
}
.point3-area__item .text dd .point3-catch span {
  display: block;
  color: #ff5252;
  font-size: 26px;
  font-size: 1.625rem;
}
.point3-area__item .image {
  width: 100%;
  text-align: center;
}
.point3-area__item-voice {
  position: relative;
  z-index: 1;
  background: #068b34;
  color: #fff;
  margin: 0 -10px -15px;
  padding: 18px 20px;
  border-radius: 5px;
}
.point3-area__item-voice dl {
  text-align: center;
}
.point3-area__item-voice dt {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.125rem;
}
.point3-area__item-voice dt span {
  display: block;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.0625rem;
}
.point3-area__item-voice dd {
  display: inline-block;
  text-align: left;
}

.pss-voice {
  margin-top: 40px;
}
.pss-voice__item:nth-child(n+2) {
  margin-top: 45px;
}
.pss-voice__item:nth-of-type(1) dt::before {
  background-image: url(../img/icon_voice01.png);
}
.pss-voice__item:nth-of-type(2) dt::before {
  background-image: url(../img/icon_voice02.png);
}
.pss-voice__item dt {
  position: relative;
  color: #068b34;
  margin-bottom: 25px;
  padding-left: 80px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 22px;
  font-size: 1.375rem;
}
.pss-voice__item dt::before {
  content: "";
  position: absolute;
  top: -1.75em;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 76px auto;
  width: 76px;
  height: 76px;
}
.pss-voice__item dd {
  position: relative;
  border: 3px solid #068b34;
  border-radius: 5px;
  padding: 10px;
}
.pss-voice__item dd span {
  color: #ff5252;
  font-weight: bold;
}
.pss-voice__item dd::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 25px 10px;
  border-color: transparent transparent #068b34 transparent;
  transform: skewX(45deg);
}
.pss-voice__item dd::after {
  content: "";
  position: absolute;
  top: -19px;
  left: 53px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 25px 10px;
  border-color: transparent transparent #fff transparent;
  transform: skewX(45deg);
}

/* ----- result ----- */
.result__list {
  margin: 0 auto;
  max-width: 396px;
}

.result__list--margin {
  padding-bottom: 30px;
}
.result__item:nth-child(n+2) {
  margin-top: 10px;
}

.result__catch {
  display: block;
  background: #ffd200;
  color: #068b34;
  margin: 15px auto 30px;
  padding: 7px 5px;
  max-width: 396px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 30px;
  font-size: 1.875rem;
}
.result__catch small {
  font-size: 23px;
  font-size: 1.4375rem;
}
.result__catch span {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-left: -0.25em;
  font-size: 36px;
  font-size: 2.25rem;
}

.result__item-col {
  position: relative;
  margin: 0 auto 30px;
  max-width: 396px;
}
.result__item-col:last-child {
  margin-bottom: 0;
}
.result__item-col dt {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #068b34;
  color: #fff;
  padding: 0 30px;
  height: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 16px;
  white-space: nowrap;
  font-size: 17px;
  font-size: 1.0625rem;
}
.result__item-col dd:nth-child(n+2) {
  margin-top: 20px;
}

/* ----- experience ----- */
.experience-list {
  margin: 0 auto;
  max-width: 400px;
}
.experience-list.next-line {
  margin-top: 25px;
}

.experience-item {
  width: 100%;
}
.experience-item .text-wrap {
  position: relative;
  margin-top: 10px;
}
.experience-item .text-wrap::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -5px;
  background-image: url(../img/icon_pass.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 82px auto;
  width: 82px;
  height: 82px;
}
.experience-item .school,
.experience-item .name {
  color: #068b34;
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}
.experience-item .school span,
.experience-item .name span {
  font-size: 14px;
  font-size: 0.875rem;
}
.experience-item .text {
  margin-top: 7px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* ----- flow ----- */
.flow {
  padding: 30px 0 35px;
  background: #5cc1fb;
}
.flow .section__title01 {
  margin-bottom: 30px;
}
.flow__list {
  padding: 20px 15px 18px 15px;
  background: #fff;
;
  border-radius: 15px;
}
.flow__item {
  padding-bottom: 7px;
  background: url(../img/flow_line01.png) 16px top repeat-y;
}
.flow__item:last-child {
  padding-bottom: 0;
  background: none;
}
.flow__list-step {
  position: relative;
  margin-left: 45px;
}
.flow__list-step:last-child {
  border-bottom: none;
}
.flow__item .title {
  padding: 7px 0 10px 0;
}
.flow__item .title img {
  position: absolute;
  top: 0;
  left: -45px;
  width: 35px;
}
.flow__item .title span {
  display: block;
  color: #005bab;
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
}
.flow__item .text {
  padding: 0 0 15px;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #dadada;
}
.flow__item:last-child .text {
  border-bottom: none;
}

/* ----- faq ----- */
.faq {
  padding: 30px 0 35px;
}
.faq__item {
  position: relative;
}
.faq__item:nth-child(n+2) {
  margin-top: 20px;
}
.faq__item .question-bar {
  margin: 0 0 20px 0;
  padding: 15px 15px;
  background: #e6f8ff;
}
.faq__item .question {
  position: relative;
  color: #3676b7;
  margin: 0 0 0 50px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
}
.faq__item .question::before {
  content: "Q";
  position: absolute;
  top: -5px;
  left: -55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005bab;
  color: #fff;
  width: 40px;
  height: 40px;
  font-weight: bold;
  line-height: 1;
  border-radius: 50%;
  font-size: 22px;
  font-size: 1.375rem;
}
.faq__item .answer {
  position: relative;
  background: #fff;
  margin-left: 50px;
  padding: 10px 15px;
  border-radius: 5px;
}
.faq__item .answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #df4c76;
  background: #df4c76;
  color: #fff;
  width: 40px;
  height: 40px;
  font-weight: bold;
  line-height: 1;
  border-radius: 50%;
  font-size: 22px;
  font-size: 1.375rem;
}

/* ----- contactbox ----- */
.contactbox {
  padding: 30px 0 30px;
  background: #d6f4ff;
}
.contactbox__inner {
  background: #fff;
  padding: 0 25px 20px;
  border: 2px solid #005bab;
  border-radius: 15px;
}
.contactbox__title {
  background: #005bab;
  color: #fff;
  margin: -2px -25px 12px;
  padding: 13px 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 15px 15px 0 0;
}
.contactbox__text {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}
.contactbox__text span {
  color: #ff5252;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
}
.contactbox__button--pink, .contactbox__button--green {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.contactbox__button--pink {
}
.contactbox__button--green {
  margin-top: 15px;
}

/* ----- classes ----- */
.classes {
  padding: 0 0 30px;
}
.classes__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fffa82;
  color: #005bab;
  margin: -5vw auto 20px;
  max-width: 420px;
  height: 42px;
  text-align: center;
  border: 4px solid #005bab;
  border-radius: 21px;
  font-size: 20px;
  font-size: 1.25rem;
}
.classes__title::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #fffa82 transparent transparent transparent;
  transform: translateX(-50%);
}
.classes__text {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.classes__list {
  margin: 5px auto 0;
  max-width: 80%;
}
.classes__item:nth-child(n+2) {
  margin-top: 10px;
}
.classes__item a {
  position: relative;
  display: block;
  background: #fff;
  color: #005bab;
  padding: 19px 25px;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
.classes__item a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  border-top: 1px solid #e2006e;
  border-right: 1px solid #e2006e;
  margin: auto;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
}

.koukou-title {
  max-width: 300px;
  margin: 30px auto 10px;
}

.tab-box__block.box01.sho4 .campaign__item.test {
  margin-top: 40px;
  padding-right: 6px;
}


@media screen and (min-width: 554px) {
  .result__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 850px;
  }
  .result__list--margin {
    padding-bottom: 60px;
  }
  .result__item {
    width: 46.5883%;
  }
  .result__item:nth-child(n+2) {
    margin-top: 0;
  }
  .result__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .result__item-col {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  img.pc {
    display: inline-block!important;
  }
  img.sp {
    display: none!important;
  }
  p.pc {
    display: inline-block!important;
  }
  p.sp {
    display: none!important;
  }
  li.pc {
    display: inline-block!important;
  }
  li.sp {
    display: none!important;
  }
  br.pc {
    display: inline-block!important;
  }
  br.sp {
    display: none!important;
  }

  .header__copy {
    display: block;
    background: #e7f7e8;
    padding: 14px 0;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .header__inner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header .container {
    height: 100px;
  }
  .header__logo {
    max-width: 162px;
  }
  .footer {
    padding: 0 0 35px 0;
    border-top: 30px solid #d6f4ff;
  }
  .footer__fixed-nav {
    display: none;
  }
  .classes__text {
    font-size: 22px;
    margin-bottom: 0;
  }
  .copyright {
    letter-spacing: 0.05em;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .u-m-i-n {
    display: none;
  }
  .u-m-n-i {
    display: inline;
  }
  .u-m-n-b {
    display: block;
  }
  .u-m-b-n {
    display: none;
  }
  .section__title {
    margin-bottom: 65px;
  }
  .section__title .title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .m-button01 {
    margin-top: 40px;
    max-width: 580px;
    height: 95px;
    border-radius: 10px;
  }
  .m-button01 span {
    padding-left: 65px;
    font-size: 32px;
    font-size: 2rem;
  }
  .m-button01 span::before {
    background-size: 54px auto;
    width: 54px;
    height: 54px;
  }
  .m-button01:hover {
    box-shadow: 0 2px 0 #b91c58;
    transform: translateY(3px);
  }
  .pagetop {
    bottom: 0;
    right: 0;
  }
  .pagetop a {
    width: 100px;
    height: 100px;
  }
  .pagetop a::after {
    border-top: 4px solid #068b34;
    border-left: 4px solid #068b34;
    margin-top: -3px;
    width: 26px;
    height: 26px;
  }
  .pagetop a:hover::after {
    margin-top: -8px;
  }
  .container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .campaign .campaign-top {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .fixed-nav-pc {
    position: fixed;
    z-index: 10;
    bottom: 5%;
    right: 0;
    display: block;
  }
  .fixed-nav-pc.js-open {
    right: 20px;
  }
  .fixed-nav-pc__block.js-open .fixed-nav-pc__item a:hover {
    opacity: 0.7;
  }
  .hero {
    height: 620px;
    padding: 0;
    background: url(../img/hero_mv.jpg) top center no-repeat,url(../img/hero_bg.png) bottom center repeat-x;
    background-size: cover;
  }
  .hero__inner {
    position: absolute;
    left: 50%;
    max-width: 1280px;
    height: 100%;
    transform: translateX(-50%);
  }
  .hero__block {
    position: absolute;
    top: 28%;
    left: 61%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    width: 100%;
  }
  .hero__title {
    margin: 0 auto 5px;
    width: 45%;
  }
  .hero__kyoshin {
    position: absolute;
    bottom: 5%;
    left: 1.5%;
    width: 8%;
  }
  .hero__button01 {
    position: absolute;
    bottom: 3%;
    left: 11%;
    width: 15%;
    text-align: left;
  }
  .hero__button02 {
    position: absolute;
    bottom: 3%;
    left: 27.25%;
    width: 15%;
    text-align: left;
  }
  .hero__button03 {
    position: absolute;
    bottom: 3%;
    left: 43.5%;
    width: 15%;
    text-align: left;
  }
  .hero__button04 {
    position: absolute;
    bottom: 3%;
    left: 59.75%;
    width: 15%;
    text-align: left;
  }
  .hero__button05 {
    position: absolute;
    bottom: 3%;
    left: 76%;
    width: 15%;
    text-align: left;
  }
  .campaign {
    padding: 0;
  }
  .campaign__title {
    margin-bottom: 10px;
  }
  .campaign__list {
    /*display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;*/
  }
  .campaign__item {
    margin-bottom: 20px;
  }
  .campaign__item.online {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .campaign__item.online:first-child {
    margin-top: 90px;
  }
  .campaign__item:nth-of-type(even) dd {
    background-image: url(../img/campaign_bg2_top.png), url(../img/campaign_bg2_bottom.png);
  }
  .campaign__item dl {
    height: 100%;
  }
  .campaign__item dt {
    padding: 5px;
    height: 45px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .campaign__item dd {
    background-image: url(../img/campaign_bg1_top.png), url(../img/campaign_bg1_bottom.png);
    background-position: center top, center bottom;
    background-size: 100% auto;
    padding: 15px 10px 25px;
    height: calc(100% - 45px);
    min-height: 200px;
  }
  .campaign__item .now {
    margin-bottom: 2px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .campaign__item .now.godash::before {
    width: 60px;
    height: 66px;
  }
  .campaign__item .image {
    margin: 1em 0 0.5em;
  }
  .campaign__item .text {
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .campaign__item .text span.red small {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .campaign__item .text span.red-small {
    margin-top: -0.5em;
  }
  .campaign__item .text span.red-small .line {
    height: 28px;
  }
  .campaign__item .text span.line {
    height: 48px;
  }
  .campaign__item .text span.line::before {
    height: 8px;
  }
  .campaign__item .text span.emphasis {
    height: 48px;
    font-size: 36px;
    font-size: 2.25rem;
  }
  .campaign__item .text span.emphasis::before {
    width: 6px;
    height: 6px;
  }
  .campaign__item .text span.expand {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .campaign__item .text span.large {
    height: 43px;
    font-size: 36px;
    font-size: 2.25rem;
  }
  .campaign__item .text small {
    font-size: 16px;
    font-size: 1rem;
  }
  .campaign__item .note {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .taisaku {
    text-align: center;
    background: url(../img/taisaku_bg.jpg) top center repeat-x;
  }
  .taisaku img.pc {
    display: inline-block;
    max-width: 999px;
  }
  .taisaku img.sp {
    display: none;
  }

  
  .feature {
    padding: 55px 0 75px;
  }
  .feature__block {
    margin-bottom: 40px;
    padding: 0 40px;
    border-radius: 30px;
  }
  .feature__block .text {
    float: right;
    width: 65%;
  }
  .feature__block .text1 {
    margin: 3vw 0 1.5vw;
    font-size: 1.6vw;
    line-height: 1.8;
  }
  .feature__block .text2 {
    font-size: 1.6vw;
    line-height: 1.8;
  }
  .feature__block .text3 {
    font-size: 2vw;
    line-height: 1.3;
    color: #005bab;
    font-weight: bold;
  }
  .feature__block .text4 {
    font-size: 1.8vw;
    font-weight: bold;
    line-height: 1.4;
  }
  .feature__block .image {
    width: 30.05%;
    margin-left: 10px;
  }
  .feature__block .image img {
    width: 100%;
    margin-top: -3vw;
  }
  .feature__list {
    margin-bottom: 60px;
    max-width: none;
  }
  .feature__item:nth-child(even) .feature__item-block {
    flex-direction: row-reverse;
  }
  .feature__item:nth-child(n+2) {
    margin-top: 35px;
  }
  .feature__item-block {
    display: flex;
    justify-content: space-between;
  }
  .feature__item-block .text-wrap {
    width: 60%;
  }
  .feature__item-block .title {
    margin-bottom: 12px;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .feature__item-block .title::before {
    width: 124px;
    height: 40px;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .feature__item-block .text {
    font-size: 16px;
    font-size: 1rem;
  }
  .feature__item-block .image-sp {
    display: none;
  }
  .feature__item .feature__item-block .image {
    position: relative;
    display: block;
    margin-top: 0;
    width: 36%;
    height: 280px;
  }
  .feature__item:nth-child(1) .feature__item-block .image {
    text-align: right;
  }
  .feature__item:nth-child(2) .feature__item-block .image {
    text-align: left;
  }
  .feature__item-block .image::after {
    position: absolute;
    content: " ";
    display: block;
    bottom: -90px;
    width: 180px;
    height: 180px;
    background: url(../img/method_bg_dot.png) top left no-repeat;
    z-index: -1;
  }
  .feature__item:nth-child(1) .feature__item-block .image::after {
    right: -90px;
  }
  .feature__item:nth-child(2) .feature__item-block .image::after {
    left: -90px;
  }
  .feature__step-list {
    display: flex;
    margin: 110px 0 0 0;
    padding: 5% 0 3% 0;
    max-width: none;
    border-radius: 30px;
  }
  .feature__step-item {
    width: 33.3334%;
  }
  .feature__step-item:nth-child(n+2) {
    margin-top: 0;
  }
  .feature__step-item__inner {
    padding: 30px 5px 0 35px;
  }
  .course {
  }
  .course-title span.text1 {
    display: block;
    text-align: center;
    color: #e7386e;
    font-size: 30px;
    font-weight: normal;
    text-decoration: underline;
  }
  .course-title span.text2 {
    display: block;
    width: 642px;
    height: 65px;
    margin: 5px auto 35px auto;
    text-align: center;
    color: #005bab;
    font-size: 40px;
    font-weight: bold;
    line-height: 65px;
    background: url(../img/course_bg_title.png)
  }
  .course-event-area {
    margin: 0 auto 15px;
  }
  .course-event-area .note {
    font-size: 16px;
    font-size: 1rem;
  }
  .course-campaign-area .box dt {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .course-campaign-area .box dd {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .course-campaign-area .box dd span.expand::before {
    bottom: -1px;
    height: 13px;
  }
  .course-campaign-area .box dd span.emphasis {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .course-campaign-area .note {
    margin-top: 7px;
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .course-line-area {
    margin: 45px 0 20px;
  }
  .course-line-area .text-wrap {
    display: inline-flex;
    align-items: baseline;
  }
  .course-line-area .text {
    height: 54px;
    line-height: 1.25;
  }
  .course-line-area .text::after {
    bottom: 0;
  }
  .course-line-area .text:last-child {
    padding-right: 42px;
  }
  .course-line-area .text:last-child::before {
    bottom: 10px;
    background-size: 42px auto;
    width: 42px;
    height: 54px;
  }
  .course-line2-area {
    margin: -45px 0 45px;
  }
  .course-line2-area .text-wrap {
    display: inline-flex;
    align-items: baseline;
  }
  .course-line2-area .text {
    height: 54px;
    line-height: 1.25;
  }
  .course-line2-area .text::after {
    bottom: 0;
  }
  .course-line2-area .text:first-child {
    padding-left: 43px;
  }
  .course-line2-area .text:first-child::before {
    bottom: 10px;
    background-size: 33px auto;
    width: 33px;
    height: 53px;
  }
  .course-dottedline-area {
    margin: 15px 0 -25px;
    max-width: none;
  }
  .course-dottedline-area .text {
    display: inline-flex;
    align-items: baseline;
    line-height: 54px;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .course-dottedline-area .text::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    background: linear-gradient(to right, #ff5252, #ff5252 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 12px 3px;
    width: 100%;
    height: 3px;
  }
  .course-dottedline-area .text b {
    height: 58px;
    font-size: 38px;
    font-size: 2.375rem;
  }
  .course-management-area {
    padding-left: 0;
  }
  .course-management-area::before {
    display: none;
  }
  .essay {
    padding: 17px;
  }
  .essay::before {
    top: -30px;
    left: -20px;
    background-size: 100px auto;
    width: 100px;
    height: 100px;
  }
  .essay .title-wrap {
    padding: 15px 50px;
  }
  .essay .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .essay .name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .essay .essay__cont {
    padding: 30px;
  }
  .essay .essay__cont-inner {
    background-size: 100% 2.8em;
    line-height: 2.45;
  }
  .essay .essay__cont-inner p {
    font-size: 16px;
    font-size: 1rem;
  }
  .tab-box__inner {
    padding: 30px 0 100px 0;
  }
  .tab-box__title {
    padding: 20px 0;
    font-size: 36px;
  }
  .section__title01,
  .tab-box__subtitle01 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .section__title01 {
    margin-bottom: 6vw;
  }
  .tab-box__subtitle02 {
    margin-top: 70px;
    text-align: center;
  }
  .tab-box__subtitle02 {
  }
  .tab-box__lead {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    font-size: 20px;
    line-height: 1.9;
  }

  .tab-box__block {
    max-width: 1000px;
  }
  .tab-box__block.box01 {
    margin-top: 40px;
  }
  .tab-box__block.box01.chu1 {
    margin-top: 0;
    padding-top: 30px;
    border-radius: 0 0 40px 40px;
  }
  .tab-box__block.box02 {
    margin-top: 40px;
  }
  .tab-box__block.mb {
    margin-top: 50px;
  }
  .tab-box__subheder {
    margin: 0 0 52px 0;
    padding-top: 40px;
    text-align: center;
  }
  .saisentan .tab-box__subheder {
    margin: 0 0 30px 0;
    padding-top: 60px;
    text-align: center;
  }

  .tab-box__withphoto {
    display: table;
    width: 920px;
    margin: 42px auto 0 auto;
  }
  .tab-box__withphoto.point3 {
    margin-top: 15px;
  }
  .tab-box__withphoto .photo {
    display: table-cell;
    width: 35%;
    max-width: 400px;
  }
  .tab-box__withphoto.tab3 .photo {
    width: 40%;
  }
  .tab-box__withphoto .photo img {
    margin: 8px 0;
  }
  .tab-box__withphoto .photo img.mt0 {
    margin-top: 0;
  }
  .tab-box__withphoto .text {
    display: table-cell;
    vertical-align: middle;
  }
  .tab-box__withphoto .text.aligntop {
    vertical-align: top;
  }
  .tab-box__withphoto .text.aligntop {
    vertical-align: top;
  }
  .tab-box__withphoto .text p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.8;
  }
  .tab-box__withphoto .text p strong {
    color: #f27316;
  }
  .tab-box__inner.tab-box01 .tab-box__withphoto .text p strong {
    color: #e13465;
  }
  .tab-box__withphoto .text p:last-child {
    margin-bottom: 0;
  }
  .tab-box__withphoto .text p.attention {
    margin-top: -10px;
    font-size: 14px;
  }
  .tab-box__withphoto .text.right p {
    padding-left: 30px;
  }
  .tab-box__withphoto .text.left p {
    padding-right: 30px;
  }
  .tab-box__withphoto .text.left p.point {
    font-size: 24px;
    font-weight: bold;
    color: #e60012;
    line-height: 1.3;
  }
  .tab-box__withphoto .text li {
    margin-left: 30px;
    padding-left: 1em;
    font-size: 18px;
    line-height: 1.8;
    background: url(../img/common_bg_list_red.png) left center no-repeat;
  }
  .tab-box__withphoto .text .header {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    z-index: 1;
  }
  .tab-box__withphoto.followup {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .tab-box__withphoto.followup .photo {
    padding-bottom: 0;
  }
  .tab-box__withphoto.followup .photo p {
    margin: 0;
    padding: 0 25px 0 0;
  }
  .tab-box__withphoto.followup .text p {
    margin-bottom: 0;
  }

  .tab-box__withpic {
    display: table;
    width: 100%;
    margin: 30px 0 55px 0;
  }
  .tab-box__withpic .pic1 {
    display: table-cell;
    width: 56%;
    text-align: center;
    vertical-align: top;
  }
  .tab-box__withpic .pic2 {
    display: table-cell;
    width: 56%;
    text-align: center;
    vertical-align: top;
  }
  .tab-box__withpic p {
    color: #005bab;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
  .tab-box__withpic .pic1 img {
    margin-bottom: 10px;
  }
  .tab-box__withpic .pic2 img {
    margin-bottom: 20px;
  }
  .tab-box__block .method-box {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .tab-box__block .method {
    width: 49%;
    margin-top: 50px;
  }
  .tab-box__block .method:first-child {
    margin-right: 2%;
  }
  .tab-box__block .method p.photo {
    text-align: center;
  }
  .tab-box__block .method p.title {
    margin: 20px 0 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #005bab;
  }
  .tab-box__block .method p.text {
    font-size: 18px;
  }
  
  .tab-box__block .result01 {
    display: flex;
  }
  .tab-box__block .result01 .result-box {
    width: 49%;
    margin-bottom: 40px;
  }
  .tab-box__block .result01 .result-box:first-child {
    margin-right: 2%;
  }
  .tab-box__block .result01 .result-box .school {
    top: 27%;
    font-size: 34px;
  }
  .tab-box__block .result01 .result-box .label {
    top: 35.5%;
    font-size: 20px;
  }
  .tab-box__block .result01 .result-box .number {
    top: 54%;
  }
  .tab-box__block .result02 {
    overflow: hidden;
  }
  .tab-box__block .result02 .result-box {
    float: left;
    width: 49%;
    margin-bottom: 20px;
  }
  .tab-box__block .result02 .result-box:nth-child(2n) {
    margin-left: 2%;
  }
  .tab-box__block .result02 .result-box .label {
    margin-top: 20px;
  }
  .tab-box__block .result02 .result-box .label span {
    display: inline-block;
    height: 47px;
    padding: 5px 40px 0 20px;
    background: url(../img/result_bg02.png) top right no-repeat;
    font-size: 20px;
  }
  .tab-box__block .result02 .result-box.gold .label span {
    background: url(../img/result_bg03.png) top right no-repeat;
  }
  .tab-box__block .result02 .result-box .school {
    margin-left: 20px;
    font-size: 18px;
  }
  .tab-box__block .result02 .result-box.gold .label span {
    background: url(../img/result_bg03.png) top right no-repeat;
  }
  .tab-box__block .result02 .result-box .school strong {
    margin: 10px 0 10px 0;
    font-size: 26px;
    line-height: 1.4;
  }
  .tab-box__block .result02 .result-box.nolabel .school strong {
    margin-top: 30px;
  }
  .tab-box__block .result02 .result-box .school strong span {
    font-size: 18px;
  }
  .tab-box__block .result02 .result-box .school em {
    color: #ce003a;
    font-weight: bold;
    font-style: normal;
  }
  .tab-box__block .result02 .result-box .number {
    float: right;
    margin: 35px 20px 40px 0;
  }
  .tab-box__block .result02 .result-box.nolabel .number {
    margin-top: 102px;
  }
  
  ul.slick-slider p.school {
    font-size: 24px;
  }
  ul.slick-slider p.name {
    font-size: 20px;
  }
  ul.slick-slider p.comment {
    font-size: 16px;
  }

  .flow {
    padding: 30px 0 35px;
  }
  .flow .section__title01 {
    margin-bottom: 30px;
  }
  .flow__list {
    margin-top: -50px;
    padding: 82px 40px 18px 35px;
  ;
    border-radius: 30px;
  }
  .flow__item {
    padding-bottom: 12px;
  background: url(../img/flow_line01.png) 29px top repeat-y;
  }
  .flow__list-step {
    margin-left: 85px;
  }
  .flow__item .title {
    padding: 12px 0 10px 0;
  }
  .flow__item .title img {
    left: -85px;
    width: auto;
  }
  .flow__item .title span {
    font-size: 26px;
  }
  .flow__item .text {
    padding: 0 0 30px;
    font-size: 18px;
  }


  .tab-box__list02 {
    display: flex;
    margin-bottom: -25px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tab-box__list05 {
    display: flex;
    justify-content: space-between;
  }
  .tab-box__item05 {
    width: 32.4504%;
  }
  .tab-box__item05:nth-child(n+2) {
    margin-top: 0;
  }
  .tab-box__item01 {
    width: 30.9051%;
  }
  .tab-box__item01:nth-child(n+2) {
    margin-top: 0;
  }
  .tab-box__item01 .image {
    margin-bottom: 10px;
  }
  .tab-box__item01 .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .tab-box__item01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tab-box__item01:nth-child(even), .tab-box__item01.row {
    flex-direction: row;
  }
  .tab-box__item01:nth-child(n+2) {
    margin-top: 35px;
  }
  .tab-box__item01 .text-wrap {
    width: 64%;
    margin-bottom: 0;
  }
  .tab-box__item01 .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .tab-box__item01 .text {
    font-size: 16px;
    font-size: 1rem;
  }
  .tab-box__item01 .image {
    width: 30.9735%;
    margin-bottom: 0;
  }
  .tab-box__item00 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .tab-box__item00:nth-child(even), .tab-box__item00.row {
    flex-direction: row;
  }
  .tab-box__item00:nth-child(n+2) {
    margin-top: 35px;
  }
  .tab-box__item00 .text-wrap {
    margin-bottom: 0;
    width: 64%;
  }
  .tab-box__item00 .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .tab-box__item00 .text {
    font-size: 16px;
    font-size: 1rem;
  }
  .tab-box__item00 .image {
    margin-bottom: 0;
    width: 30.9735%;
  }
  .tab-box__item03 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .tab-box__item03:nth-child(even) {
    flex-direction: row;
  }
  .tab-box__item03:nth-child(n+2) {
    margin-top: 35px;
  }
  .tab-box__item03 .text-wrap {
    margin-bottom: 0;
    width: 64%;
  }
  .tab-box__item03 .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .tab-box__item03 .title span {
    padding-left: 48px;
  }
  .tab-box__item03 .title span::before {
    background-size: 38px auto;
    width: 38px;
    height: 38px;
  }
  .tab-box__item03 .image {
    margin-bottom: 0;
    width: 30.9735%;
  }
  .tab-box__item03 .list-ex {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
  .tab-box__item03 .item-ex {
    width: 47%;
  }
  .tab-box__item03 .item-ex:nth-child(n+2) {
    margin-top: 0;
  }
  .tab-box__text01 {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .tab-box__text02 {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .tab-box__text02 span::before {
    height: 18px;
  }
  .tab-box__text02 span span {
    font-size: 56px;
    font-size: 3.5rem;
  }
  .tab-box__list04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab-box__list04 .tab-box__item04 {
    width: 49.0067%;
    padding: 20px 32px;
  }
  .tab-box__list04 .tab-box__item04:nth-child(n+2) {
    margin-top: 0;
  }
  .tab-box__list04 .tab-box__item04:nth-child(n+3) {
    margin-top: 20px;
  }
  .tab-box-green-area {
    margin-top: 0;
    padding: 25px 25px 35px;
  }
  .tab-box-green-area .tab-box__item00 .image {
    width: 31.616%;
  }
  .tab-box .catch-wrap {
    margin: -25px auto 65px;
    padding: 20px;
    width: 90%;
  }
  .tab-box .catch {
    line-height: 1.25;
    font-size: 32px;
    font-size: 2rem;
  }
  .tab-box .point-title-wrap {
    margin: -25px 0 0;
  }
  .tab-box .point-title {
    margin: 0;
    padding: 10px 30px;
    border-radius: 30px;
  }
  .tab-box .point-title span {
    display: inline-block;
  }
  .tab-box .point-title .num {
    margin-right: 1.5em;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .tab-box .point-title .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .point1-area__lead {
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .point1-area__list1 {
    display: flex;
    margin: 0 -15px 30px;
  }
  .point1-area__item1 {
    padding: 0 15px;
    width: 33.3334%;
  }
  .point1-area__item1:nth-child(n+2) {
    margin-top: 0;
  }
  .point1-area__item1::before {
    display: none;
  }
  .point1-area__item1 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    line-height: 1.3333333333;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .point1-area__item1 dd {
    padding: 20px 10px;
  }
  .point1-area__item1 dd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 12px 0 12px 21px;
    border-color: transparent transparent transparent #068b34;
    transform: translateY(-50%);
  }
  .point1-area__item1 dd .icon {
    margin-bottom: 20px;
  }
  .point1-area__item1 dd .icon img {
    width: 107px;
  }
  .point1-area__item2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .point1-area__item2 .text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 15px 10px;
    width: 42.0731707317%;
    min-height: 262px;
  }
  .point1-area__item2 .text::before {
    top: 50%;
    left: -14px;
    border-width: 7px 15px 7px 0;
    border-color: transparent #068b34 transparent transparent;
    transform: translateY(-50%);
  }
  .point1-area__item2 .text dl {
    max-width: 270px;
  }
  .point1-area__item2 .text dt {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .point1-area__item2 .image {
    width: 53.6585365854%;
  }
  .point2-area__cheering-wrap {
    margin-bottom: 0;
  }
  .point2-area__cheering {
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.25;
    font-size: 32px;
    font-size: 2rem;
  }
  .point2-area__cheering b {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .point2-area__cheering span {
    height: 60px;
  }
  .point2-area__inner {
    display: flex;
    justify-content: space-between;
  }
  .point2-area__inner .logo {
    margin-bottom: 0;
    width: 24%;
  }
  .point2-area__inner .logo img {
    width: 158px;
  }
  .point2-area__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px -20px;
    width: 76%;
  }
  .point2-area__item {
    padding: 0 25px;
    width: 50%;
  }
  .point2-area__item dt span {
    padding-left: 45px;
  }
  .point2-area__item dt span::before {
    background-size: 38px auto;
    width: 38px;
    height: 38px;
  }
  .point3-area__list {
    margin-bottom: 50px;
  }
  .point3-area__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .point3-area__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .point3-area__item:nth-child(n+2) {
    margin-top: 45px;
  }
  .point3-area__item:nth-of-type(2) .image img {
    width: 274px;
  }
  .point3-area__item .text {
    margin-bottom: 0;
    width: 57.0731707317%;
  }
  .point3-area__item .text dt {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .point3-area__item .text dd {
    line-height: 2;
  }
  .point3-area__item .text dd .point3-tab span {
    padding: 7px 5px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .point3-area__item .text dd .point3-catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .point3-area__item .text dd .point3-catch span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .point3-area__item .image {
    width: 38.2926829268%;
  }
  .point3-area__item-voice {
    margin: 0 -40px -35px;
    padding: 18px 10px;
  }
  .pss-voice {
    margin-top: 55px;
  }
  .pss-voice__list {
    display: flex;
    margin: 0 -25px;
  }
  .pss-voice__item {
    width: 50%;
    padding: 0 25px;
  }
  .pss-voice__item:nth-child(n+2) {
    margin-top: 0;
  }
  .result__catch {
    margin: 25px auto;
    padding: 7px 5px 7px 20px;
    max-width: 564px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .result__catch small {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .result__catch span {
    top: 3px;
    font-size: 46px;
    font-size: 2.875rem;
  }
  .result__item-col {
    margin-bottom: 50px;
  }
  .result__item-col dt {
    top: -23px;
    padding: 0 45px;
    height: 46px;
    border-radius: 23px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .result__item-col dd:nth-child(n+2) {
    margin-top: 30px;
  }
  .experience-list {
    display: flex;
    justify-content: space-between;
    max-width: 685px;
  }
  .experience-list.next-line {
    margin-top: 45px;
  }
  .experience-item {
    width: 43.795620438%;
  }
  .experience-item .text-wrap::before {
    top: -4.5vw;
    right: -25px;
    background-size: contain;
    width: 9.275vw;
    height: 9.275vw;
  }
  .experience-item .text {
    margin-top: 15px;
  }
  .faq {
    padding: 45px 0 75px;
  }
  .faq__item:nth-child(n+2) {
    margin-top: 40px;
  }
  .faq__item .question-bar {
    margin: 0 0 20px 0;
    padding: 15px 20px;
    background: #e6f8ff;
  }
  .faq__item .question {
    margin: 0 0 0 60px;
    font-size: 20px;
  }
  .faq__item .question::before {
    left: -60px;
    transform: none;
  }
  .faq__item .answer {
    margin-left: 80px;
    padding: 6px 25px 0 0;
    font-size: 18px;
  }
  .faq__item .answer::before {
    left: -60px;
  }
  .contactbox {
    padding: 100px 0 100px;
  }
  .contactbox__inner {
    padding: 0 35px 55px;
  }
  .contactbox__title {
    margin: -2px -36px 28px;
  }
  .contactbox__text {
    margin-bottom: 35px;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1rem;
  }
  .contactbox__text span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .contactbox__button-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contactbox__button--pink, .contactbox__button--green {
    margin: 0;
    width: 48.5%;
    max-width: 475px;
    height: 90px;
  }
  .contactbox__button--pink p, .contactbox__button--green p {
    padding: 0 0 0 50px;
    text-align: left;
  }
  .contactbox__button--pink p::before, .contactbox__button--green p::before {
    top: 50%;
    left: 0;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
  .contactbox__button--pink:hover {
    opacity: 0.7;
  }
  .contactbox__button--pink p {
    line-height: 1.15;
  }
  .contactbox__button--green {
    margin-top: 0;
  }
  .contactbox__button--green p {
    line-height: 1.1;
  }
  .classes {
    padding: 0 0 75px;
  }
  .classes__title {
    margin: -30px auto 20px;
    height: 60px;
    border-radius: 30px;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .classes__list {
    display: flex;
    margin: 0 -1.2%;
    max-width: none;
  }
  .classes__item {
    margin-top: 25px;
    padding: 0 1.2105%;
    width: 20%;
  }
  .classes__item:nth-child(n+2) {
    margin-top: 25px;
  }
  .classes__item a::after {
    right: 18px;
  }
  .classes__item a:hover {
    opacity: 0.7;
  }
  .koukou-title {
    margin: 50px auto 15px;
  }
}

@media screen and (min-width: 992px) {
  .header__logo {
    max-width: 162px;
  }

  .u-l-i-n {
    display: none;
  }
  .u-l-n-i {
    display: inline;
  }
  .u-l-n-b {
    display: block;
  }

  .worry__text span::before {
    bottom: -18px;
  }

  .campaign__item .col {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .campaign__item .col > div {
    width: 45%;
  }
  .campaign__item .col > div:nth-of-type(n+2) {
    margin: 0 0 0 5%;
  }
  .campaign__item .text.plus::before {
    bottom: 60%;
    left: 102.5%;
    transform: translateY(50%);
  }
  .feature__step-item__inner {
    padding: 31px 13px 0 44px;
  }
  .feature__step-item .num {
    top: -15px;
    left: -15px;
    width: 84px;
    height: 84px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .feature__step-item.item02 .num {
    left: -15px;
  }
  .feature__item:nth-child(2) .feature__item-block .image-sp::after {
    left: -75px;
  }
  .feature__step-item .text {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .course-campaign-area .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .course-campaign-area .box dt {
    margin-bottom: 0;
    padding: 0 20px 0 0;
  }
  .course-campaign-area .box dt::before {
    top: 50%;
    right: 0;
    width: 2px;
    height: 50px;
    transform: translateY(-50%);
  }
  .course-campaign-area .box dd {
    padding: 0 0 0 15px;
    text-align: left;
    line-height: 1.1818181818;
  }
  .course-campaign-area .box dd span.emphasis::before {
    top: -7px;
  }
  .course-line-area .text {
    height: 60px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .course-line-area .text b {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .course-line-area .text:last-child {
    padding-right: 50px;
  }
  .course-line-area .text:last-child::before {
    background-size: 48px auto;
    width: 48px;
    height: 62px;
  }
  .course-line2-area .text {
    height: 60px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .course-line2-area .text b {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .course-line2-area .text b span {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .course-dottedline-area .text {
    line-height: 60px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .course-dottedline-area .text b {
    height: 66px;
    font-size: 48px;
    font-size: 3rem;
  }
  .essay::before {
    background-size: 130px auto;
    width: 130px;
    height: 130px;
  }
  .essay .title {
    margin-left: -10%;
  }
  .essay .name {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
  }
  .tab-box__inner {
    padding: 45px 0 100px 0;
  }
  .tab-box-green-area {
    padding: 25px 42px 35px;
  }
  .point1-area__item2 .text dt span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .point3-area__item .text dd .point3-tab-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 -5px 15px;
  }
  .point3-area__item .text dd .point3-tab {
    padding: 0 5px;
    width: 33.3334%;
  }
  .point3-area__item .text dd .point3-catch span {
    display: inline;
  }
  .point3-area__item-voice dl {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .point3-area__item-voice dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .point3-area__item-voice dt {
    margin: 0 auto;
  }
  .point3-area__item-voice dt span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .point3-area__item-voice dd {
    display: block;
    margin: 0 auto;
  }
  .experience-item .text-wrap::before {
    top: -42px;
    width: 94px;
    height: 94px;
  }
  .experience-item .school,
.experience-item .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .experience-item .school span,
.experience-item .name span {
    font-size: 16px;
    font-size: 1rem;
  }
  .contactbox__inner {
    padding: 0 50px 55px;
  }
  .contactbox__title {
    margin: -2px -51px 28px;
    padding: 15px 0;
    font-size: 36px;
    font-size: 2rem;
  }
  .contactbox__button--pink, .contactbox__button--green {
    width: 47.2223%;
  }
  .contactbox__button--pink p, .contactbox__button--green p {
    padding: 0 0 0 63px;
  }
  .contactbox__button--pink p::before, .contactbox__button--green p::before {
    background-size: 50px auto;
    width: 50px;
    height: 50px;
  }
  .contactbox__button--pink p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .contactbox__button--pink p span {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .contactbox__button--green p {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .contactbox__button--green p span {
    font-size: 16px;
    font-size: 1rem;
  }
  .contactbox__button--green p span span {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .classes__item a::after {
    right: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .course-campaign-area .box {
    padding: 20px 35px;
  }
  .course-campaign-area .box dt {
    padding: 0 35px 0 0;
  }
  .course-campaign-area .box dd {
    padding: 0 0 0 35px;
  }
  
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media screen and (min-width: 1080px) {
  
  .section__title01 {
    margin-bottom: 80px;
  }
  .feature__block {
  }
  .feature__block .text {
    float: right;
    width: 510px;
  }
  .feature__block .text1 {
    margin: 65px 0 25px;
    font-size: 18px;
    line-height: 1.8;
  }
  .feature__block .text2 {
    font-size: 18px;
    line-height: 1.8;
  }
  .feature__block .text3 {
    font-size: 24px;
    line-height: 1.3;
    color: #005bab;
    font-weight: bold;
  }
  .feature__block .text4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
  }
  .feature__block .image {
    width: 349px;
  }
  .feature__block .image img {
    margin-top: -50px;
  }

}
@media screen and (max-width: 1079px) {
  .feature__step-list.item01 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

}
@media screen and (max-width: 999px) {
  .tab-menu {
    overflow: hidden;
    display: block;
    justify-content: normal;
    max-width: 1000px;
    margin: 0 3%;
  }
  .tab-menu .tab-menu__item {
    box-sizing: border-box;
  }
  .tab-menu .tab-menu__item.item03,
  .tab-menu .tab-menu__item.item02,
  .tab-menu .tab-menu__item.item01 {
    float: left;
    width: 32%;
    margin: 0 2% 2vw 0;
  }
  .tab-menu .tab-menu__item.item05,
  .tab-menu .tab-menu__item.item04 {
    float: left;
    width: 49%;
    margin: 0 2% 3vw 0;
  }
  .tab-menu .tab-menu__item.item05,
  .tab-menu .tab-menu__item.item03 {
    margin-right: 0;
  }

  .tab-menu .tab-menu__item.item03 .title,
  .tab-menu .tab-menu__item.item02 .title,
  .tab-menu .tab-menu__item.item01 .title {
    border: 1px solid #006ad6;
    border-radius: 25px;
  }
  .tab-menu .tab-menu__item.item05 .title,
  .tab-menu .tab-menu__item.item04 .title {
    border: 1px solid #f49500;
    border-radius: 25px;
  }

  .tab-menu .tab-menu__item .title .grade {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .tab-box__lead,
  .tab-box__block,
  .tab-box__subtitle02 img {
    width: 94%;
  }
  .tab-box01 .tab-box__subtitle04 span {
    height: 64px;
    padding-left: 40px;
    line-height: 64px;
    font-size: 22px;
  }
  .tab-box__block .method p.title {
    font-size: 22px;
  }
  .tab-box01 .tab-box__subtitle04 img {
    width: 80px;
    margin: -16px 0 0 0;
  }
  .tab-box__block .result01 .result-box .school {
    font-size: 3.1vw;
  }
  .tab-box__block .result01 .result-box .label {
    font-size: 1.8vw;
  }
  .tab-box__block .result02 .result-box .school {
    margin-left: 15px;
    font-size: 14px;
  }
  .tab-box__block .result02 .result-box .school strong {
    font-size: 16px;
  }
  .tab-box__block .result02 .result-box .number {
    height: 35px;
    width: auto;
    margin-right: 15px;
  }
  .tab-box__block .result02 .result-box .number img {
    height: 100%;
    width: auto;
  }
  .tab-box__block .step-box .header {
    padding-top: 17px;
    font-size: 14px;
  }
  .tab-box__block .step-box .text {
    font-size: 14px;
  }
  .tab-box__block .gakusyu .pic {
    margin-right: 180px;
  }
  .tab-box__block .gakusyu {
    background-size: 40% auto;
  }
  .tab-box__block .gakusyu .text strong {
    font-size: 52px;
  }
  .tab-box__withpic .pic2 img {
    width: 90%;
  }
  .tab-box__block .voice2 div .title {
    font-size: 22px;
  }
/*  .tab-box__block .work {
    height: 260px;
    background: #e6f8ff url(../img/chu1_bg_work.png) 92% center no-repeat;
    background-size: 35% auto;
  }
  .tab-box__block .work .tab-box__subtitle07 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .tab-box__block .work h6 {
    font-size: 18px;
  }
  .tab-box__block .work p {
    font-size: 16px;
  }
*/
  dl.campaign__schedule.label dd.menu span {
    line-height: 35px;
  }
  dl.campaign__schedule.label dd.menu img {
    height: 35px;
  }

  dl.campaign__schedule dd.test strong br.tab {
    display: inline-block;
  }

  .tab-box__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tab-box__title span.grade {
  }

  .tab-box04 .tab-box__block.box02 .teiki-test {
    width: 100%;
    padding: 5vw 0 2.7vw 2.5vw;
    background: url(../img/chu1_point_bg01.png) top left no-repeat;
    background-size: 100% auto;
  }
  .tab-box04 .tab-box__block.box02 .teiki-test li {
    padding: 1.3vw 0;
    line-height: 4.0vw;
    font-size: 2.5vw;
  }
  .tab-box04 .tab-box__block.box02 .teiki-test li span {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0 1em;
    background: #f27316;
    border-radius: 2vw;
    font-size: 2vw;
    color: #fff;
  }
  
  .tab-box_tab3_sublead01 {
    font-size: 26px
  }

  .tab-box_tab3_merit .merit-box {
    width: 48%;
    margin: 0 2% 2vw 0;
    padding: 20px;
    border-radius: 20px;
  }
  .tab-box_tab3_merit .merit-box .fukidashi {
    padding-top: 20px;
    font-size: 15px;
  }
  
  .tab-box_tab3_subtitle03 {
    margin-top: 35px;
    font-size: 23px;
  }
  .tab-box_tab3_subtitle03 span {
    font-size: 18px;
  }
  #tab-box01 .tab-box_tab3_subtitle03 span {
    margin-top: 5px;
  }

  .questionnaire .qa .question {
    height: 70px;
    padding-left: 50px;
    font-size: 14px;
    background: url(../img/chu23_qa_icon01.png) top left no-repeat;
    background-size: 40px auto;
  }
  
  .souhatsu_menu p.text {
    font-size: 1.8vw;
  }

  .souhatsu_kids ul li {
    width: 49%;
    margin: 0 2% 1.7vw 0;
  }
  
  .souhatsu_puzzle .point {
    overflow: hidden;
    margin: 0 0 80px 0;
    padding: 25px 25px 25px 30px;
    border-radius: 20px;
    background: #e8f6fc;
  }
  .souhatsu_puzzle .point-body {
    padding-right: 15px;
  }
  .souhatsu_puzzle .point-pic {
    width: 50%;
  }
  .souhatsu_puzzle .point-lead {
    padding: 5px 0 5px 0;
    font-size: 2.4vw;
  }
  .souhatsu_puzzle .point-text {
    font-size: 2vw;
    line-height: 1.7;
    letter-spacing: 0;
  }

  .souhatsu_merit ul li {
    box-sizing: border-box;
    float: left;
    width: 32%;
    height: 19.5vw;
    margin: 0 2% 1vw 0;
    padding: 9.2vw 0 0 0;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .souhatsu_merit ul li:nth-child(4) {
    margin-left: 16.5%;
  }


}

@media screen and (max-width: 767px) {
  .tab-menu {
  }
  .tab-menu .tab-menu__item.item03,
  .tab-menu .tab-menu__item.item02,
  .tab-menu .tab-menu__item.item01 {
  }
  .tab-menu .tab-menu__item.item05,
  .tab-menu .tab-menu__item.item04 {
  }

  .tab-menu .tab-menu__item.item03 .title,
  .tab-menu .tab-menu__item.item02 .title,
  .tab-menu .tab-menu__item.item01 .title,
  .tab-menu .tab-menu__item.item05 .title,
  .tab-menu .tab-menu__item.item04 .title {
    padding: 10px 7px 5px 7px;
    border-radius: 15px;
    font-size: 3vw;
  }
  .tab-menu .tab-menu__item.item05 .title br,
  .tab-menu .tab-menu__item.item04 .title br {
    display: none;
  }
  
  .tab-menu .tab-menu__item.item05:hover .title .ttl,
  .tab-menu .tab-menu__item.item05.active .title .ttl,
  .tab-menu .tab-menu__item.item05 .title .ttl,
  .tab-menu .tab-menu__item.item04:hover .title .ttl,
  .tab-menu .tab-menu__item.item04.active .title .ttl,
  .tab-menu .tab-menu__item.item04 .title .ttl,
  .tab-menu .tab-menu__item:hover .title .ttl,
  .tab-menu .tab-menu__item.active .title .ttl,
  .tab-menu .tab-menu__item .title .ttl {
    padding-bottom: 15px;
    font-size: 3.8vw;
    letter-spacing: 0;
    background-size: 15px auto;
  }

  .tab-menu .tab-menu__item .title .grade {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 2.5vw;
  }
  .tab-menu .tab-menu__item.item03 .title .grade,
  .tab-menu .tab-menu__item.item02 .title .grade,
  .tab-menu .tab-menu__item.item01 .title .grade {
    width: 100%;
  }
  .tab-menu .tab-menu__item.item04 .title .grade,
  .tab-menu .tab-menu__item.item05 .title .grade {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .header .h-button a:last-child {
    display: none;
  }
  .header .h-button img {
    width: 68%;
    float: right;
  }

  img.pc {
    display: none!important;
  }
  img.sp {
    display: inline-block!important;
  }
  p.pc {
    display: none!important;
  }
  p.sp {
    display: inline-block!important;
  }
  li.pc {
    display: none!important;
  }
  li.sp {
    display: inline-block!important;
  }
  br.pc {
    display: none!important;
  }
  br.sp {
    display: inline-block!important;
  }
  
  .hero {
    padding-top: 135%;
  }
  .hero__inner {
    position: static;
  }
  .hero__block {
    margin: 0;
  }
  .hero__title {
    position: absolute;
    top: 21%;
    left: 62%;
    width: 67%;
    transform: translate(-50%, -50%);
  }
  .hero__text {
    position: absolute;
    width: 47%;
    top: 45%;
    left: 5%;
  }
  .hero__kyoshin {
    position: absolute;
    top: 2%;
    left: 76%;
    width: 20%;
  }
  .hero__button01 {
    position: absolute;
    width: 30%;
    top: 65.5%;
    left: 3.5%;
    text-align: left;
  }
  .hero__button02 {
    position: absolute;
    width: 30%;
    top: 65.5%;
    left: 35%;
    text-align: left;
  }
  .hero__button03 {
    position: absolute;
    width: 30%;
    top: 65.5%;
    left: 66.5%;
    text-align: left;
  }
  .hero__button04 {
    position: absolute;
    width: 45.5%;
    top: 82%;
    left: 3.5%;
    text-align: left;
  }
  .hero__button05 {
    position: absolute;
    width: 45.5%;
    top: 82%;
    left: 51.0%;
    text-align: left;
  }

  .campaign .container {
    padding: 0;
  }
  .campaign .campaign-top {
    margin-top: -3.1vw;
    padding: 0 0 40px;
  }
  .campaign .campaign-top .campaign__title {
    position: relative;
    z-index: 2;
  }
  .campaign .container .campaign__item {
    padding: 0 3.5%;
  }
  
  .taisaku {
    padding: 40px 0 0 0;
  }

  .course-title span.text1 {
    display: block;
    text-align: center;
    color: #e7386e;
    font-size: 5vw;
    font-weight: normal;
    text-decoration: underline;
  }
  .course-title span.text2 {
    display: block;
    width: 90%;
    height: 7.5vw;
    margin: 5px auto 20px auto;
    text-align: center;
    color: #005bab;
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 7.5vw;
    background: url(../img/course_bg_title.png) top center no-repeat;
    background-size: 100% auto;
  }
  .campaign__banner {
    margin: 15px 15px 30px 15px;
  }

  .tab-box__title {
    padding: 10px 15px;
    font-size: 16px;
  }
  .tab-box__title span.grade {
    font-size: 14px;
  }
  #tab-box05 .tab-box__title,
  #tab-box04 .tab-box__title,
  #tab-box03 .tab-box__title,
  #tab-box02 .tab-box__title,
  #tab-box01 .tab-box__title {
    border-top-width: 4px;
  }
  .tab-box__block {
    padding: 0 0 25px 0;
    border-radius: 15px;
  }
  .tab-box__block.box01.sho4 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .tab-box__block.box02 {
    padding: 15px 0;
    border-radius: 15px;
  }
  #tab-box03 .tab-box__block.box02,
  #tab-box01 .tab-box__block.box02 {
    margin-top: 30px;
  }
  .tab-box04 .tab-box__block.box02 {
    border-radius: 15px 15px 0 0;
    /*border-radius: 15px;
    padding-bottom: 30px;*/
  }
  .tab-box__block.box02.saisentan {
    padding: 15px 15px 20px 15px;
    border-radius: 15px;
  }
  .tab-box__subtitle06 {
    margin-top: -15px;
  }
  .tab-box__block .method {
    padding: 15px;
    border-radius: 15px;
    font-size: 13px;
  }
  .tab-box__block .method:first-child {
    margin-bottom: 15px;
  }
  .tab-box__block .method p.title {
    margin: 20px 0 10px 0;
    font-size: 16px;
  }

  .tab-box__lead {
    width: auto;
    margin: 25px 0;
    padding: 0 3.5%;
  }
  
  .section__title01,
  .tab-box__subtitle01 {
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-right: 10px;
  }
  .section__title01 {
    margin: 35px 0;
  }
  .flow .section__title01 {
    margin-top: 0;
  }
  .tab-box__subtitle02 {
    width: 70%;
    margin: 30px auto 15px auto;
    text-align: center;
  }
  .tab-box04 .tab-box__subtitle02 {
    width: 100%;
  }
  .tab-box__subtitle03-w2,
  .tab-box__subtitle03-w,
  .tab-box__subtitle03 {
    width: 94%;
    height: 13vw;
    line-height: 13vw;
    margin-top: 30px;
    font-size: 5vw;
    background-size: 100% auto;
  }
  .tab-box__subtitle03-w2,
  .tab-box__subtitle03-w {
    font-size: 4.3vw;
  }
  .tab-box04 .tab-box__subtitle03 {
    width: 100%;
    height: 13vw;
    line-height: 13vw;
    margin-top: 30px;
    font-size: 4vw;
    background-size: 100% auto;
  }
  .tab-box__subtitle04 {
    margin: 40px 15px 0px 15px;
  }
  .tab-box01 .tab-box__subtitle04 span,
  .tab-box__subtitle04 span {
    height: auto;
    margin-left: 4vw;
    padding: 2.5vw 1vw 2.5vw 13vw;
    line-height: 7vw;
    font-size: 5vw;
    border-radius: 0 25px 25px 25px;
  }
  .tab-box01 .tab-box__subtitle04 img,
  .tab-box__subtitle04 img {
    width: auto;
    margin-top: -4vw;
    height: 16vw;
  }
  .tab-box__subtitle05 {
    margin-top: 35px;
  }
  
  .tab-box__subtitle07.point3 {
    margin: 20px 15px 20px 15px;
  }
  
  .campaign__item {
    margin-top: 16px;
  }
  .campaign-top .campaign__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .campaign-top .campaign__item img {
    width: 100%;
  }

  .tab-box__block.box01 .campaign__item {
    margin-bottom: 15px;
    text-align: center;
  }
  .tab-box__block.box01 .campaign__item img {
    width: 90%;
  }
  
  .tab-box__withphoto {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tab-box__withphoto .header {
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  
  .tab-box__withphoto.followup {
    padding-bottom: 0;
  }
  .tab-box__withphoto.followup .photo {
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
    border-radius: 0;
  }
  .followup .saisentan_text.text {
    padding: 0 15px 15px 15px;
  }
  
  .tab-box__withphoto p strong {
    color: #f27316;
  }
  .tab-box__inner.tab-box01 .tab-box__withphoto p strong {
    color: #e13465;
  }

  .tab-box__withphoto .text p:last-child {
    margin-bottom: 0;
  }
  .tab-box__withphoto .text ul {
    margin-top: 20px;
  }
  .tab-box__withphoto .text li {
    padding-left: 1em;
    line-height: 1.8;
    background: url(../img/common_bg_list_red.png) left 0.7em no-repeat;
  }
  .tab-box__withphoto .photo {
    margin-bottom: 20px;
  }
  .tab-box__withphoto .photo.small {
    text-align: center;
  }
  .tab-box__withphoto .photo.small img {
    width: 70%;
  }

  .tab-box__block .result01 {
  }
  .tab-box__block .result01 .result-box {
    margin-bottom: 10px;
  }
  .tab-box__block .result01 .result-box:first-child {
    margin-right: 2%;
  }
  .tab-box__block .result01 .result-box .school {
    top: 26%;
    width: 100vw;
    font-size: 6.5vw;
  }
  .tab-box__block .result01 .result-box .label {
    top: 35.4%;
    font-size: 3.5vw;
  }
  .tab-box__block .result01 .result-box .number {
    top: 52%;
  }
  .tab-box__block .result02 {
    overflow: hidden;
  }
  .tab-box__block .result02 .result-box {
    margin-bottom: 20px;
  }
  .tab-box__block .result02 .result-box:nth-child(2n) {
    margin-left: 0;
  }
  .tab-box__block .result02 .result-box .label {
    margin-top: 20px;
  }
  .tab-box__block .result02 .result-box .label span {
    display: inline-block;
    height: 47px;
    padding: 8px 40px 0 15px;
    background: url(../img/result_bg02.png) top right no-repeat;
    font-size: 16px;
  }
  .tab-box__block .result02 .result-box.gold .label span {
    background: url(../img/result_bg03.png) top right no-repeat;
  }
  .tab-box__block .result02 .result-box .school {
    margin-left: 15px;
    margin-bottom: 20px;
    font-size: 3vw;
  }
  .tab-box__block .result02 .result-box.gold .label span {
    background: url(../img/result_bg03.png) top right no-repeat;
  }
  .tab-box__block .result02 .result-box .school strong {
    margin: 10px 0 10px 0;
    font-size: 5vw;
    line-height: 1.4;
  }
  .tab-box__block .result02 .result-box.nolabel .school strong {
    margin-top: 20px;
  }
  .tab-box__block .result02 .result-box .school strong span {
    font-size: 4vw;
  }
  .tab-box__block .result02 .result-box .school em {
    color: #ce003a;
    font-weight: bold;
    font-style: normal;
  }
  .tab-box__block .result02 .result-box .school strong,
  .tab-box__block .result02 .result-box.gold .school strong,
  .tab-box__block .result02 .result-box.nolabel .school strong {
    margin: 0;
  }
  .tab-box__block .result02 .result-box .school,
  .tab-box__block .result02 .result-box.gold .school,
  .tab-box__block .result02 .result-box.nolabel .school {
    float: none;
    margin: 5px 0 10px 0;
    text-align: center;
  }
  .tab-box__block .result02 .result-box .number,
  .tab-box__block .result02 .result-box.gold .number,
  .tab-box__block .result02 .result-box.nolabel .number {
    float: none;
    margin: 0 0 25px 0;
    text-align: center;
  }

  .tab-box__block .result01-c p:nth-child(1) {
  }
  .tab-box__block .result01-c p:nth-child(2) {
  }
  .tab-box__block .result01-c p:nth-last-child(3) {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .tab-box__block .result01-c p:nth-last-child(2) {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .tab-box__block .result01-c p:nth-last-child(1) {
    width: 100%;
  }
  .tab-box__block .result02-c p {
  }
  .tab-box__block .result02-c p:nth-child(2n) {
  }

  ul.slick-slider {
    width: 90%;
  }
  ul.slick-slider p.school {
    font-size: 5vw;
  }
  ul.slick-slider p.name {
    font-size: 4.5vw;
  }
  ul.slick-slider p.comment {
    font-size: 4vw;
    line-height: 1.7;
  }
  
  .worry__title {
    display: block;
    width: 100%;
    height: 7.5vw;
    margin: 5px auto 20px auto;
    text-align: center;
    color: #005bab;
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 7.5vw;
    background: url(../img/course_bg_title.png) top center no-repeat;
    background-size: 100% auto;
  }
  .worry__list-wrap {
    margin: 0 0 50px;
    border-radius: 35px;
  }
  .worry__list-wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    border-width: 35px 35px 0 35px;
    border-color: #fff transparent transparent transparent;
  }
  .worry__text span::before {
    bottom: -7px;
    background-size: auto 5px;
  }

  .feature__item-block .image img {
    width: 100%;
    max-width: 400px;
  }
  .feature__item-block .icon img {
    width: 120px;
  }


  .course-dottedline-area .text span {
    position: relative;
    display: inline-block;
  }
  .course-dottedline-area .text span::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    background: linear-gradient(to right, #ff5252, #ff5252 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 12px 3px;
    width: 100%;
    height: 3px;
  }
  .course-management-area .tab-box__subtitle {
    margin-left: -30px;
  }
  .course-management-area .tab-box__subtitle span {
    width: 100%;
  }
  .tab-box__item01 .image img {
    width: 100%;
    max-width: 400px;
  }
  .tab-box__item01 .image img {
    width: 100%;
    max-width: 400px;
  }
  .tab-box__item00 .image img {
    width: 100%;
    max-width: 400px;
  }
  .tab-box-green-area.mt {
    margin-top: 72px;
  }
  .tab-box-green-area .course-line-area {
    margin: 10px 0 15px;
  }
  .point1-area__item1 dd .text .u-l-n-i {
    display: inline-block;
  }
  .experience-item:nth-child(n+2) {
    margin-top: 25px;
  }
  
  .feature__step-item.item02 .num {
    left: auto;
    right: -5%;
  }
  
  
  .tab-box04 .tab-box__block.box01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tab-box04 .tab-box__block.box01.chu1 {
    margin-top: 0;
    padding-top: 30px;
    border-radius: 0 0 15px 15px;
  }
  .chu1_tab-box__sublead01 {
    font-size: 14px;
  }
  .chu1_tab-box__sublead01 span {
    font-size: 16px;
  }
  dl.campaign__schedule dt {
    padding: 10px 15px;
  }
  dl.campaign__schedule.label dt, dl.campaign__schedule.label dd {
    padding-left: 15px;
  }
  dl.campaign__schedule dt,
  dl.campaign__schedule dt .date,
  dl.campaign__schedule dt .date span {
    font-size: 16px;
    line-height: 1.3;
  }
  dl.campaign__schedule dt img {
    position: absolute;
    top: -15px;
    left: auto;
    right: 10px;
    width: 65px;
  }
  dl.campaign__schedule {
    margin-bottom: 40px;
  }
  dl.campaign__schedule::after {
    position: absolute;
    content: " ";
    display: block;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 95px;
    height: 35px;
    background: url(../img/chu1_arw01.png) top center no-repeat;
    background-size: auto 35px;
  }
  dl.campaign__schedule dd {
    font-size: 14px;
  }
  dl.campaign__schedule dd .attention {
    font-size: 12px;
  }
  dl.campaign__schedule.label dd.menu {
    margin: 0 15px;
    padding: 10px;
    font-size: 13px;
  }
  dl.campaign__schedule.label dd.menu span {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
    line-height: 25px;
  }
  dl.campaign__schedule.label dd.menu img {
    width: auto;
    height: 25px;
    margin-right: 5px;
  }
  dl.campaign__schedule dd .menu {
    line-height: 30px;
  }
  .tab-box04 .tab-box__lead03 {
    font-size: 18px;
  }
  .tab-box04 .tab-box__lead03 strong {
    font-size: 22px;
  }
  .tab-box04 .tab-box__lead03 span {
    font-size: 18px;
  }
  .tab-box04 .tab-box__lead04 {
    font-size: 16px;
  }
  .tab-box__subtitle08 {
    font-size: 16px;
  }
  .tab-box04 .tab-box__lead05 {
    font-size: 14px;
  }
  .tab-box__withpic {
    margin-bottom: 40px;
  }
  .tab-box__withpic .pic1,
  .tab-box__withpic .pic2 {
    width: 100%;
    margin: 30px 0 20px;
    text-align: center;
    font-size: 12px;
  }
  .tab-box__withpic .pic1 img,
  .tab-box__withpic .pic2 img {
    width: 90%;
    margin-bottom: 10px;
  }
  .tab-box__withpic p {
    color: #005bab;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  .tab-box__block .step-box div {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .tab-box__block .step-box .step3 .header,
  .tab-box__block .step-box .step2 .header,
  .tab-box__block .step-box .step1 .header {
    height: auto;
    padding: 15px;
  }
  .tab-box__block .step-box div::after {
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/chu1_arw03.png) center center no-repeat;
  }
  .tab-box__block .step-box div:last-child {
    margin-bottom: 0;
  }
  .tab-box__block .step-box div:last-child::after {
    display: none;
  }
  .tab-box__subtitle07 {
    font-size: 16px;
  }
  .tab-box__block .gakusyu .pic {
    margin-right: 0;
    margin-bottom: 0;
  }
  .tab-box__block .gakusyu .text {
    margin-top: -10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .tab-box__block .gakusyu .text strong {
    font-size: 30px;
  }
  .tab-box__block .gakusyu {
    padding: 0 25px;
    background: none;
  }
  .tab-box04 .tab-box__lead04 img {
  }
  .tab-box__block .result02-c p:nth-child(1) {
    /*margin-left: -3%;
    width: 51.5%;*/
    width: 48.5%;
  }
  .tab-box__block .result02-c p:nth-child(2) {
    /*margin-left: -1.5%;
    width: 50%;*/
    width: 48.5%;
  }
  .tab-box__block .result02-c p:nth-child(3),
  .tab-box__block .result02-c p:nth-child(4) {
    width: 48.5%;
  }
  .tab-box__block .step-box div {
    height: 180px;
  }
  .tab-box__block .step-box.no-arw div {
    height: auto;
  }
  .tab-box__block .step-box .step3 .pic,
  .tab-box__block .step-box .step2 .pic,
  .tab-box__block .step-box .step1 .pic {
    padding: 15px 10px 0 15px;
    float: left;
    width: 100px;
    height: auto;
  }
  .tab-box__block .step-box .step3 .text,
  .tab-box__block .step-box .step2 .text,
  .tab-box__block .step-box .step1 .text {
    text-align: left;
    padding: 20px 15px 20px 15px;
  }
  
  .tab-box__block .work {
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 0 46vw 0;
    background: url(../img/chu1_bg_work_sp.png) 80% 90% no-repeat;
    background-size: 70% auto;
  }
  .tab-box__block .work .tab-box__subtitle07 {
    margin-bottom: 15px;
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
  }
  .tab-box__block .work h6 {
    font-size: 16px;
  }
  .tab-box__block .work p {
    font-size: 14px;
  }
  .tab-box__block .work p srtrong {
    font-weight: bold;
  }
  
  .tab-box__subheder {
    margin: 0 15px 15px 15px;
  }
  .saisentan_header01 {
    margin-left: -2%;
    width: 104%;
  }
  .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .tab-box__block.box02.saisentan .saisentan_list01 {
    margin: -6.4vw 0 30px 0;
    padding: 8.4vw 3vw 3vw 3vw;
  }
  .tab-box__block.box02.saisentan .saisentan_list01 li {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
  }
  .tab-box__block.box02.saisentan .saisentan_list01 li:nth-child(3) {
    margin-right: 0;
  }
  .tab-box__block.box02.saisentan .saisentan_list01 li:nth-child(4) {
    margin-left: 16.5%;
  }
  .tab-box__block.box02.saisentan .saisentan_catch {
    margin-top: 30px;
  }
  .tab-box__block.box02.saisentan .saisentan_catch .icon {
    width: 38%;
    margin-bottom: 15px;
  }
  .tab-box__block.box02.saisentan .saisentan_catch .icon img {
    width: 91%;
  }
  .tab-box__block.box02.saisentan .saisentan_catch .body {
    /* width: 62%; */
    margin-bottom: 15px;
  }
  .tab-box__block.box02.saisentan .saisentan_catch .body h5 {
    padding: 1.5vw 0 0 0;
  }
  .tab-box__block.box02.saisentan p.text {
    font-size: 15px;
    border-radius: 10px;
  }
  .tab-box04 .saisentan .tab-box__subtitle04 span {
    margin-top: 50px;
  }
  .tab-box__block.box02.saisentan .tab-box__lead06 {
    padding: 0 5%;
  }
  .tab-box__block.box02.saisentan .banner01 {
    margin: 20px 0 0 0;
  }
  .saisentan .tab-box__subtitle04 img {
    width: auto;
    margin-top: -6.3vw;
    height: 18vw;
  }
  .tab-box__block.box02.saisentan .movie {
    margin: 30px 0 32px 0;
  }
  .tab-box__subtitle10 img {
    width: 85%;
  }
  .saisentan_voice {
    display: block;
  }
  .saisentan_voice p.text {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .tab-box__block.box02.saisentan .banner02 {
    margin: 10px 0 10px 0;
    width: 100%;
  }
  .saisentan_2box {
    display: block;
  }
  .saisentan_2box div {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .saisentan_boxtitle {
    font-size: 17px;
    border-radius: 10px 10px 0 0;
  }
  .saisentan_text.text .boxhead {
    font-size: 16px;
  }
  .saisentan_button01 img {
    height: 40px;
  }
  .saisentan_1box {
    position: relative;
    margin: 35px 0 32px 0;
  }
  .saisentan_1box div {
    border-radius: 10px;
  }
  .saisentan_1box div.text.left {
    padding-bottom: 15px;
  }
  .saisentan_1box .saisentan_boxtitle {
    padding: 12px 17px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
  }
  .saisentan_1box .saisentan_boxicon {
    position: absolute;
    width: 33%;
    padding: 0;
    top: -32px;
    right: -10px;
    z-index: 3;
  }
  
  .chu1_tab-box__subtitle01 img {
    margin-top: -24vw;
  }
  
  .campaign .container .campaign__item.online {
    margin-top: 45px;
    padding: 0 3.5%;
  }

  dl.campaign__schedule {
    padding-bottom: 15px;
  }
  dl.campaign__schedule dd.test {
    position: relative;
    margin: 20px 15px 0 15px;
    padding: 0;
  }
  dl.campaign__schedule dd.test img.test-icon {
    top: 10px;
    right: 0px;
    width: 80px;
  }
  dl.campaign__schedule dd.test strong {
    padding: 10px 0 10px 10px;
    font-size: 17px;
  }
  dl.campaign__schedule dd.test strong .date span {
    font-size: 12px;
  }
  dl.campaign__schedule dd.test .test-main {
    padding: 6px 10px;
  }

  .campaign__item.online span.comment {
    padding: 8px 10px;
    border: 3px solid #e60012;
    color: #e60012;
    font-size: 13px;
  }
  
  .tab-box_tab3_sublead01 {
    margin: 10px 15px;
    font-size: 16px
  }
  .tab-box_tab3_sublead01 span {
    font-size: 14px
  }

  .tab-box04 .tab-box__lead04 {
    margin: 10px 15px 20px 15px;
  }

  .tab-box04 .tab-box__block.box02 .teiki-test {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 5vw 0 25.5vw 2.5vw;
    background: url(../img/chu1_point_bg01_sp.png) top left no-repeat;
    background-size: 100% auto;
  }
  .tab-box04 .tab-box__block.box02 .teiki-test li {
    margin: 0 0 5.3vw 2vw;
    font-size: 3.8vw;
  }
  .tab-box04 .tab-box__block.box02 .teiki-test li span {
    display: block;
    width: 6em;
    margin: 0 0 1vw 0;
    padding: 0.5vw 0;
    text-align: center;
    font-size: 2.5vw;
    border-radius: 2.5vw;
  }

  .tab-box_tab3_merit {
    display: block;
  }
  .tab-box_tab3_merit .merit-box {
    width: 94%;
    margin: 0 auto 10px auto;
    padding: 15px;
    border-radius: 15px;
  }
  .tab-box_tab3_merit .merit-box .fukidashi {
    height: 80px;
    padding: 13px 0 0 0;
    font-size: 14px;
  }
  .tab-box_tab3_merit .merit-box .text {
    font-size: 14px;
  }
  .tab-box_tab3_subtitle01 {
    margin-top: 30px;
    padding-top: 0;
  }
  .tab-box_tab3_pic02 {
    margin-bottom: 30px;
  }
  .tab-box_tab3_subtitle02 {
    margin-bottom: 15px;
  }
  .chu23_meritbox_pic01 {
    margin: 15px 0 25px 0;
    text-align: center;
  }
  .chu23_meritbox_pic01 img {
    width: 90%;
  }

  .tab-box_tab3_subtitle03 {
    padding: 8px 0 8px 0.7em;
    font-size: 18px;
    border-radius: 15px;
    letter-spacing: 0;
  }
  .tab-box_tab3_subtitle03 span {
    margin-left: 5px;
    padding: 0 0.5em;
    font-size: 13px;
  }
  #tab-box01 .tab-box_tab3_subtitle03 {
    padding-right: 0.7em;
  }
  #tab-box01 .tab-box_tab3_subtitle03 span {
    font-size: 12px;
    margin-top: 6px;
    margin-left: 2px;
    padding: 0 0.3em;
  }

  .questionnaire .tab-box_tab3_subtitle03 {
    margin-top: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.3;
  }
  .teiki-test2 .pic01 {
    margin-bottom: 15px;
  }
  .teiki-test2 .text {
    font-size: 15px;
  }
  
  .questionnaire .qa {
    display: block;
  }
  .questionnaire .tab-box_tab3_subtitle03 {
    margin-bottom: 25px;
  }
  .questionnaire .qa div {
    width: 100%;
    margin-right: 0;
  }
  .questionnaire .qa .question {
    height: auto;
    padding-left: 50px;
    padding-bottom: 20px;
    font-size: 18px;
    background: url(../img/chu23_qa_icon01.png) top left no-repeat;
    background-size: 40px auto;
  }
  .questionnaire .qa .answer {
    margin-bottom: 25px;
  }

  .souhatsu_kids,
  .souhatsu_puzzle {
    margin-left: 15px;
    margin-right: 15px;
  }
  .souhatsu_pic {
    margin: 0;
    padding: 20px;
  }
  .souhatsu_menu {
    display: block;
    margin: 20px 15px 30px 15px;
    padding: 15px;
    border-radius: 10px;
  }
  .souhatsu_menu div {
    overflow: hidden;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .souhatsu_menu div:last-child {
    margin: 0;
  }
  .souhatsu_menu p.pic {
    float: left;
    width: 48%;
    max-width: 276px;
    margin-right: 12px;
  }
  .souhatsu_menu p.text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .souhatsu_kids .text {
    position: relative;
    z-index: 2;
    margin-top: -22vw;
    padding-left: 31%;
    font-size: 15px;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .souhatsu_kids ul {
    margin-bottom: 20px;
  }
  .souhatsu_kids ul li {
    width: auto;
    margin: 0 0 10px 0;
  }
  
  .tab-box__withphoto.tab3 p.point {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #e60012;
    line-height: 1.3;
  }
  
  #tab-box01 .tab-box_tab3_subtitle03 {
    margin-bottom: 10px;
  }
  
  .souhatsu_puzzle .text {
    position: relative;
    z-index: 2;
    margin-top: -27vw;
    padding-left: 35%;
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 0;
  }

  .souhatsu_puzzle .point {
    margin: 0 0 40px 0;
    padding: 15px;
    border-radius: 15px;
  }
  .souhatsu_puzzle .point-body {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .souhatsu_puzzle .point-pic {
    width: auto;
  }
  .souhatsu_puzzle .point-lead {
    padding: 5px 0 7px 0;
    font-size: 18px;
    text-align: center;
  }
  .souhatsu_puzzle .point-text {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .souhatsu_merit .tab-box__subtitle03-w {
    margin: 0 auto 20px auto;
  }
  .souhatsu_merit ul li {
    box-sizing: border-box;
    float: none;
    width: auto;
    height: 19vw;
    margin: 0 0 5px 0;
    padding: 5.9vw 0 0 21vw;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
  }
  .souhatsu_merit ul li:nth-child(4) {
    margin-left: 0;
  }
  .souhatsu_merit ul li.merit1 {
    background: url(../img/souhatsu_bg01_sp.png) top left no-repeat;
    background-size: 100% auto;
  }
  .souhatsu_merit ul li.merit2 {
    background: url(../img/souhatsu_bg02_sp.png) top left no-repeat;
    background-size: 100% auto;
  }
  .souhatsu_merit ul li.merit3 {
    background: url(../img/souhatsu_bg03_sp.png) top left no-repeat;
    background-size: 100% auto;
  }
  .souhatsu_merit ul li.merit4 {
    background: url(../img/souhatsu_bg04_sp.png) top left no-repeat;
    background-size: 100% auto;
  }
  .souhatsu_merit ul li.merit5 {
    background: url(../img/souhatsu_bg05_sp.png) top left no-repeat;
    background-size: 100% auto;
  }

  
}

@media screen and (max-width: 374px) {
  .worry__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .tab-box__item01 .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .tab-box__item00 .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .tab-box__item03 .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .tab-box-green-area .course-line-area .text {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .tab-box-green-area .course-line-area .text b {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .tab-box .catch {
    font-size: 18.5px;
    font-size: 1.15625rem;
  }
  dl.campaign__schedule dd.test img.test-icon {
    top: -9px;
  }

  #tab-box01 .tab-box_tab3_subtitle03 span {
    font-size: 11px;
    margin-top: 7px;
    margin-left: 1px;
    padding: 0 0.2em;
  }

}