@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;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

/* # =================================================================
   # 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: 110px;
  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 5vw;
  background: #005bac;
  border-top: 20px solid #fcf5db;
  border-bottom: 21vw solid #1e3172;
}

.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: #005bac;
  color: #ffffff;
    padding: 45px 10px 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;
  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: -10%;
  left: -22%;
  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: -13%;
}

.fixed-nav-pc__list {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  background: #fff;
  border: 3px solid #005bac;
  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__inner {
  position: relative;
}

.hero__block {}

.hero__title {}

/* ----- campaign ----- */

section.campaign{
  background: linear-gradient(180deg, #ffffff, rgb(255 255 255));
}

section.campaign picture img{
  max-width: 650px;
  padding-bottom: 40px;
}

.campaign_list {
  text-align: center;
  margin: 0 10px;
}

@media (max-width:767px) {
  section.campaign{
    background: linear-gradient(180deg, #ffffff, rgb(255 255 255));
  }

  .campaign_list {
    text-align: center;
    margin: 0 10px;
  }

  section.campaign picture img{
    max-width: 100%;
    padding-bottom: 20px;
  }

  p.campaign_target {
    background: #005bac;
    font-size: 20px;
    color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    margin: 20px 0px 20px 0px;
    width: 120px;
  }
}

/* ----- common_campaign ----- */

.campaign-top .common_campaign {
  display: inline-block;
}

.campaign1 {
  display: flex;
  text-align: left;
  justify-content: space-evenly;
  gap: 20px;
  border: 1px solid #2d3992;
  margin: 40px 40px 20px 40px;
  padding: 20px 10px 20px 10px;
  background: rgb(232, 232, 232);
  background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.campaign1 .circle img {
  max-width: 100px;
  height: auto;
  vertical-align: top;
}

.campaign1 .main h3 {
  font-size: 20px;
}

h3.corsedisc_1 {
  background-color: #f7a900;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.campaign1 .discount_box {
  display: flex;
  text-align: left;
  gap: 10px;
}

.campaign1 .discount_box .target {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  background: #e60012;
  text-align: center;
  width: 300px;
  margin-bottom: 5px;
}

.campaign1 .discount_box .discount .price {
  font-size: 80px;
  font-weight: 900;
  color: #e60012;
  line-height: 80px;
}

.campaign2 {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  border: 1px solid #2d3992;
  margin: 0px 40px 20px 40px;
  padding: 20px 10px 20px 10px;
  background: rgb(232, 232, 232);
  background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
  align-items: center;
  text-align: left;
}

.campaign-top .campaign1 {
  width: 1020px;
}

.campaign-top .campaign2 {
  width: 1020px;
}

.campaign2 .circle img {
  max-width: 100px;
  height: auto;
  vertical-align: top;
}

.campaign2 .quocard {
  display: flex;
  align-items: center;
}

.campaign2 .main h3 {
  font-size: 40px;
  color: #1e3487;
  line-height: 40px;
}

.quocard img {
  height: 40px;
}

.quocard p {
  font-size: 35px;
  font-weight: 600;
}

.campaign2 .discount_box p.target {
  font-weight: 700;
}

.campaign2 .discount_box .price {
  font-size: 50px;
  font-weight: 900;
  color: #e60012;
  line-height: 50px;
}

.red {
  color: #e60012;
}

.storong {
  font-size: 20px;
}

@media (max-width:767px) {
  .campaign-top .common_campaign {
    display: inline-block;
  }

  .campaign1 {
    display: flex;
    text-align: left;
    justify-content: space-evenly;
    gap: 20px;
    border: 1px solid #2d3992;
    margin: 40px 40px 20px 40px;
    padding: 20px 10px 20px 10px;
    background: rgb(232, 232, 232);
    background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .campaign1 .circle img {
    max-width: 100px;
    height: auto;
    vertical-align: top;
  }

  .campaign1 .main h3 {
    font-size: 20px;
  }

  h3.corsedisc_1 {
    background-color: #f7a900;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
  }

  .campaign1 .discount_box {
    display: flex;
    text-align: left;
    gap: 10px;
  }

  .campaign1 .discount_box .target {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    background: #e60012;
    text-align: center;
    width: 300px;
    margin-bottom: 5px;
  }

  .campaign1 .discount_box .discount .price {
    font-size: 80px;
    font-weight: 900;
    color: #e60012;
    line-height: 80px;
  }

  .campaign2 {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    border: 1px solid #2d3992;
    margin: 0px 40px 20px 40px;
    padding: 20px 10px 20px 10px;
    background: rgb(232, 232, 232);
    background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    align-items: center;
    text-align: left;
  }

  .campaign-top .campaign1 {
    width: 1020px;
  }

  .campaign-top .campaign2 {
    width: 1020px;
  }

  .campaign2 .circle img {
    max-width: 100px;
    height: auto;
    vertical-align: top;
  }

  .campaign2 .quocard {
    display: flex;
    align-items: center;
  }

  .campaign2 .main h3 {
    font-size: 40px;
    color: #1e3487;
    line-height: 40px;
  }

  .quocard img {
    height: 40px;
  }

  .quocard p {
    font-size: 35px;
    font-weight: 600;
  }

  .campaign2 .discount_box p.target {
    font-weight: 700;
  }

  .campaign2 .discount_box .price {
    font-size: 50px;
    font-weight: 900;
    color: #e60012;
    line-height: 50px;
  }

  .red {
    color: #e60012;
  }

  .storong {
    font-size: 20px;
  }
}


/* ----- campaign_group1 ----- */

.campaign_group1 {
  margin-top: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10px 20px;
  margin-bottom: 10px;
}

.campaign_box1 {
  background: #fff;
  border: 4px solid #eed10f;
  border-radius: 25px;
  width: 500px;
}

h3.campaign_title {
  background: #ffef68;
  padding: 5px 10px 5px 10px;
  color: #005bac;
  font-size: 35px;
  border-radius: 20px 20px 0px 0px;
}

p.campaign_discription {
  font-size: 16px;
  font-weight: 600;
}

p.campaign_target {
  background: #005bac;
  font-size: 25px;
  color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  margin: 20px 0px 20px 0px;
  width: 160px;
  display: inline-block;
}

p.campaign_discription {
  margin-left: 40px;
  margin-right: 40px;
}

p.campaign_price {
  font-size: 46px;
  font-weight: bold;
  color: #005bac;
  line-height: 60px;
}

p.campaign_discount {
  font-size: 100px;
  font-weight: 900;
  color: #db3434;
  margin: 10px 20px 40px 20px;
  line-height: 80px;
}

@media (max-width:767px) {
  .campaign_group1 {
    display: block;
    text-align: center;
    justify-content: center;
    gap: 10px 20px;
  }

  .campaign_box1 {
    background: #fff;
    border: 4px solid #eed10f;
    border-radius: 25px;
    margin: 10px 0px;
    width: 90%;
    display: inline-block;
  }

  p.campaign_target {
    background: #005bac;
    font-size: 18px;
    color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    margin: 15px 0px 10px 0px;
    width: 130px;
    display: inline-block;
  }

  p.campaign_discription {
    font-size: 18px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  p.campaign_price {
    font-size: 40px;
    font-weight: bold;
    color: #005bac;
    line-height: 60px;
  }

  p.campaign_discount {
    font-size: 80px;
    font-weight: 900;
    color: #db3434;
    margin: 10px 20px 30px 20px;
    line-height: 60px;
  }

}

/* ----- campaign_group2 ----- */

.plus-sho6 {
  position: absolute;
  transform: translate(-550%, 180%);
  width: 100px;
}

@media (max-width:767px) {
  .plus-sho6 {
    position: absolute;
    transform: translate(-220%, 300%);
    width: 100px;
  }
}

.campaign_group2 {
  background: #fff;
  border: 4px solid #FFD700;
  border-radius: 25px;
  margin: 20px 0px 20px 0px;
  width: 1020px;
  display: inline-block;
  position: relative;
}

.campaign_column3 {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10px 20px;
  height: auto;
  vertical-align: top;
}

.campaign_31 {
  width: 100%;
}

.campaign_32 {
  width: 100%;
  background-color: #fffade;
  border-radius: 0px 0px 20px 0px;
}

p.campaign_discription_2 {
  margin-left: 40px;
  margin-right: 40px;
  font-weight: 600;
}

.campaign_31 .taisyo {
  background-color: #db3434;
  color: #ffffff;
  font-size: 35px;
  padding: 10px 15px;
  margin-right: 10px;
  font-weight: 700;
  line-height: 40px;
}

.campaign_31 .strong {
  font-size: 50px;
  font-weight: bold;
  color: #005bac;
  line-height: 60px;
}

.campaign_price_2 {
  display: flex;
  text-align: left;
  justify-content: center;
}

p.campaign_discount_2 {
  font-size: 80px;
  font-weight: 900;
  color: #db3434;
  margin: 20px 20px 0px 20px;
  line-height: 80px;
  text-align: center;
}

.campaign_discount_2 span.yen {
  font-size: 80px;
}

span.tax {
  font-size: 20px;
  font-weight: 900;
  color: #db3434;
}

p.option {
  margin: 0px 20px 30px 20px;
  line-height: 0px;
}

.campaign_storong {
  position: absolute;
  font-size: 30px;
  font-weight: 600;
  top: 35%;
  left: 5%;
  right: 5%;
  transform: translate(-0%, -50%);
}

.campaign_2 {
  background: #fff;
  border: 4px solid #bec1c3;
  border-radius: 25px;
}

.campaign_price_3 {
  font-size: 50px;
  font-weight: bold;
  color: #005bac;
  line-height: 60px;
}

@media (max-width:767px) {

  .campaign_group2 {
    background: #fff;
    border: 4px solid #FFD700;
    border-radius: 25px;
    margin: 0px 0px 10px 0px;
    width: 90%;
    display: inline-block;
  }

  h3.campaign_title {
    background: #ffef68;
    padding: 5px 10px 5px 10px;
    color: #005bac;
    font-size: 20px;
    border-radius: 20px 20px 0px 0px;
  }

  .campaign_column3 {
    display: block;
    text-align: center;
    justify-content: center;
    gap: 10px 20px;
    height: auto;
    vertical-align: top;
  }

  .campaign_31 {
    width: 100%;
    padding: 10px 0 60px 0;
  }

  .campaign_32 {
    width: 100%;
    height: 100%;
    background-color: #fffade;
    border-radius: 0px 0px 20px 20px;
    padding: 50px 10px 10px 10px;
  }

  p.campaign_discription_2 {
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 600;
    font-size: 18px;
  }

  .campaign_31 .taisyo {
    background-color: #db3434;
    color: #ffffff;
    font-size: 35px;
    padding: 10px 15px;
    margin-right: 10px;
    font-weight: 700;
    line-height: 40px;
  }

  .campaign_31 .strong {
    font-size: 50px;
    font-weight: bold;
    color: #005bac;
    line-height: 60px;
  }

  .campaign_price_2 {
    display: flex;
    text-align: left;
    justify-content: center;
  }

  p.campaign_discount_2 {
    font-size: 55px;
    font-weight: 900;
    color: #db3434;
    margin: 10px 20px 0px 20px;
    /* padding-bottom: 20px; */
    line-height: 50px;
  }

  .campaign_discount_2 span.yen {
    font-size: 50px;
  }

  span.tax {
    font-size: 20px;
    font-weight: 900;
    color: #db3434;
  }

  p.option {
    margin: 0px 20px 30px 20px;
    line-height: 0px;
  }

  .campaign_storong {
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    top: 35%;
    left: 5%;
    right: 5%;
    transform: translate(-0%, -50%);
  }

  .campaign_2 {
    background: #fff;
    border: 4px solid #bec1c3;
    border-radius: 25px;
  }

  .campaign_price_3 {
    font-size: 45px;
    font-weight: bold;
    color: #005bac;
    line-height: 60px;
  }
}

/* ----- campaign_group4 ----- */

.campaign_4 {
  background: #fff;
  border: 4px solid #f97a98;
  border-radius: 25px;
  margin: 10px 0px 10px 0px;
  width: 1020px;
  display: inline-block;
  padding: 60px 20px 20px 20px;
}

.campaign_4 .box_0 {
  text-align: center;
}

.campaign_4 .campaign_title {
  background: #2d3992;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  font-size: 35px;
  border-radius: 20px 20px 0px 0px;
}

.campaign_4 .campaign_price {
  font-size: 60px;
}

.campaign_4 .box1 {
  display: flex;
  text-align: left;
  justify-content: center;
}

.box2 {
  text-align: left;
}

.campaign_4 .campaign_discription {
  display: flex;
  text-align: left;
  justify-content: left;
}

.campaign_4 .campaign_discription .taisyou {
  border: 2px solid #2d3992;
  color: #2d3992;
  padding: 0px 5px 0px 5px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}

.campaign_4 .campaign_discription .strong {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width:767px) {
  .campaign_4 {
    background: #fff;
    border: 4px solid #f97a98;
    border-radius: 25px;
    margin: 10px 0px 10px 0px;
    width: 90%;
    display: inline-block;
    padding: 20px 0px 10px 0px;
  }

  .campaign_4 .box_0 {
    text-align: center;
  }

  .campaign_4 .campaign_title {
    background: #2d3992;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
  }

  .campaign_4 .campaign_price {
    font-size: 35px;
    margin: 0px 10px 0px 10px;
  }

  .campaign_4 .box1 {
    display: block;
    text-align: left;
  }

  .box2 {
    text-align: center;
  }

  .campaign_4 .campaign_discription {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0px 0px;
  }

  .campaign_4 .campaign_discription .taisyou {
    border: 2px solid #2d3992;
    color: #2d3992;
    padding: 0px 5px 0px 5px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
  }

  .campaign_4 .campaign_discription .strong {
    font-size: 18px;
    font-weight: 600;
  }

  .campaign_4 .campaign_discount {
    text-align: center;
  }

}

/* ----- campaign_group5 ----- */

.campaign_5 {
  background: #fff;
  border: 4px solid #2d3992;
  border-radius: 25px;
  margin: 10px 0px 40px 0px;
  width: 1020px;
  display: inline-block;
}

.campaign_5 .campaign_title {
  background: #2d3992;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  font-size: 35px;
  border-radius: 20px 20px 0px 0px;
}

.campaign_5 .targetlist {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.campaign_5 .box0 {
  display: flex;
  text-align: left;
  justify-content: center;
  margin-bottom: 40px;
}

.campaign_target_1 {
  background: #005bac;
  font-size: 25px;
  color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  margin: 20px 0px 20px 0px;
  width: 100px;
}

.campaign_target_2 {
  background: #005bac;
  font-size: 25px;
  color: #ffffff;
  border-radius: 20px 20px 20px 20px;
  margin: 20px 0px 20px 0px;
  width: 100px;
}

.campaign_5 .campaign_price {
  font-size: 60px;
  font-weight: bold;
  color: #005bac;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 60px;
  text-align: center;
}

.campaign_5 .campaign_discount {
  font-size: 100px;
  font-weight: 900;
  color: #db3434;
  margin: 0px 0px 0px 0px;
  line-height: 80px;
}

@media (max-width:767px) {
  .campaign_5 {
    background: #fff;
    border: 4px solid #2d3992;
    border-radius: 25px;
    margin: 0px 0px 40px 0px;
    width: 90%;
    display: inline-block;
  }

  .campaign_5 .campaign_title {
    background: #2d3992;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 20px 20px 0px 0px;
  }

  .campaign_5 .targetlist {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .campaign_5 .box0 {
    display: block;
    text-align: left;
    justify-content: center;
    margin-bottom: 40px;
  }

  .campaign_target_1 {
    background: #005bac;
    font-size: 20px;
    color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    margin: 20px 0px 20px 0px;
    width: 80px;
  }

  .campaign_target_2 {
    background: #005bac;
    font-size: 20px;
    color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    margin: 20px 0px 20px 0px;
    width: 80px;
  }

  .campaign_5 .campaign_price {
    font-size: 40px;
    font-weight: bold;
    color: #005bac;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 60px;
  }

  .campaign_5 .campaign_discount {
    font-size: 80px;
    font-weight: 900;
    color: #db3434;
    /* margin: 0px 0px 0px 0px; */
    margin: 10px 0px 40px 0px;
    line-height: 80px;
    text-align: center;
  }
}

/*--*/

.campaign_2.discount p {
  font-size: 40px;
  color: #db3434;
}

.campaign {
  padding: 0 0 35px;
}

.campaign .campaign-top {
  padding: 60px 0 0 0;
  background: url(../img/campaign-top_bg.png) top center no-repeat;
}

.campaign__title {
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}

.campaign__item {
  width: 100%;
  text-align: center;
}

.campaign__item.text {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.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 5px 0;
}

.course__list .course__item:nth-child(2) {
  margin-right: 0;
}

.course__list .course__item:nth-child(3) {
  padding-top: 15px;
}

.course__list .course__item:nth-child(4) {
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 15px;
}

@media (max-width:767px) {

  .course__list .course__item:nth-child(4) {
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0px;
  }

  .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;
  }

  .course__list .course__item:nth-child(3),
  .course__list .course__item:nth-child(5) {
    padding-top: 0;
  }

}

.campaign__banner {
  margin: 40px 0 50px 0;
  text-align: center;
}

.campaign__banner a:hover {
  opacity: 0.7;
}

.chushaku {
  text-align: center;
  background-color: #efefef;
  padding: 10px 10px 10px 10px;
  margin: 20px auto 0 auto;
  max-width: 1000px;
}

@media (max-width:767px) {
  .chushaku {
    text-align: left;
    background-color: #efefef;
    padding: 10px 10px 10px 10px;
    margin: 20px 20px 20px 20px;
  }
}

.chushaku_campaign {
  background-color: #efefef;
  padding: 10px 10px 10px 10px;
  margin: 20px 40px 20px 40px;
  max-width: 1000px;
}

@media screen and (min-width: 768px) {

  .chushaku_campaign {
    background-color: #efefef;
    padding: 10px 10px 10px 10px;
    margin: 20px 20px 20px 20px;
    max-width: 1000px;
  }
}

.chushaku p {
  text-align: left;
}

.red-color {
  color: #ff0000;
  font-weight: 100;
}

/* ----- 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_box {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
}

.event_gakunen .event_title {
  margin: 0;
  text-align: center;
}

.event_gakunen .event_title img {
  margin-top: -35px;
}

.event {
  background: linear-gradient(0, #fef6d7, #feec59);
  padding: 25px;
}

.event.event__list {
  padding: 5px 0 40px 0;
}

li.event__item {
  margin: 25px 0 25px 0;
  text-align: center;
}

.event_gakunen .event__item:last-child {
  margin-bottom: 0;
}

.event_gakunen .event__item a:hover {
  opacity: 0.7;
}

/*--.event_gakunen.event_gakunen_bg {
  background: #feec59 url(../img/bg_event.png) top center no-repeat;
  background-position: center bottom;
  background-size: 100%;
}


@media (max-width:767px) {
  .event_gakunen.event_gakunen_bg {
    background: #feec59 url(../img/bg_sea_sp.png) top center no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }--*/

.event_gakunen .event_box {
  width: 90%;
  margin: 0 auto;
}

.event_gakunen .event_title {
  margin: 0;
}

.event_gakunen .event_title img {
  width: 100%;
}

.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: #005bac;
}

.worry .method {
  padding: 60px 0;
  position: relative;
  background: #1673c5;
}

@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: #1673c5 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.point031 {
  margin-top: 40px;
  padding-bottom: -30px;
}

/*-----nayami 始まり-----*/

.nayami_title {
  position: relative;
  text-align: center;
  background-color: #196dc3;
  padding-top: 60px;
}

.nayami_title h2 {
  position: absolute;
  font-size: 40px;
  font-weight: 100;
  top: 60%;
  left: 20%;
  right: 20%;
  transform: translate(-0%, -50%);
  color: #ffffff;
}

.nayami_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 50px 50px 50px;
  background-color: #196dc3;
}


.nayami_box {
  text-align: center;
  width: 24.5%;
  /* 縦横の隙間を気にしないなら%指定でもOK */
  margin: 0 0 30px;
  list-style: none;
}

.nayami_box p {
  color: #ffffff;
  margin-top: 20px;
  font-size: 20px;
}

.nayami_sol {
  text-align: center;
  background-color: #162d84;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nayami_sol p {
  font-size: 40px;
  color: #ffffff;
}

.nayami_sol span {
  border-radius: 30px 30px 30px 30px;
  background-color: #ffe400;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 40px;
  color: #162d84;
  font-weight: 700;
}

@media (max-width:767px) {
  .nayami_title {
    position: relative;
    text-align: center;
    background-color: #196dc3;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nayami_title h2 {
    position: absolute;
    font-size: 20px;
    font-weight: 100;
    top: 68%;
    left: 10%;
    right: 10%;
    transform: translate(-0%, -50%);
    color: #ffffff;
  }

  .nayami_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 20px 20px 20px;
    background-color: #196dc3;
  }


  .nayami_box {
    text-align: center;
    width: 48%;
    /* 縦横の隙間を気にしないなら%指定でもOK */
    margin: 0 0 30px;
    list-style: none;
  }

  .nayami_box p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 16px;
  }

  .nayami_sol {
    text-align: center;
    background-color: #162d84;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nayami_sol p {
    font-size: 18px;
    color: #ffffff;
  }

  .nayami_sol span {
    border-radius: 30px 30px 30px 30px;
    background-color: #ffe400;
    padding: 3px 10px 3px 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    color: #162d84;
    font-weight: 700;
  }

}

/*-----nayami 終わり-----*/


/*-----.method_point.point031 img {
  margin-top: -20px;
}

.method_point.point031 {
  margin-top: 30px;
}

.method_point.point031 img {
  margin-top: -30px;
}
-----*/

.method_point {
  box-sizing: border-box;
  margin: 0 40px 40px 40px;
  padding: 30px;
  text-align: center;
  border: 2px solid #005bac;
  border-radius: 30px;
  background: #e6f8ff;
}

/*-----method_point_box-----*/

.feature_title {
  padding-bottom: 80px;
  position: relative;
  text-align: center;
}

.feature_title h2 {
  position: absolute;
  font-size: 30px;
  font-weight: 600;
  top: 20%;
  left: 5%;
  right: 5%;
  transform: translate(-0%, -50%);
  color: #162d84;
}

.method_point_box {
  display: flex;
  gap: 20px;
  box-sizing: border-box;
  margin: 0 40px 40px 40px;
  padding: 30px;
  text-align: center;
  border: 2px solid #005bac;
  border-radius: 30px;
  background: #e6f8ff;
  height: auto;
}

.method_point_box .box_title {
  display: flex;
  text-align: center;
  margin-bottom: 10px;
  align-items: center;
}

.method_point_box .box_point {
  line-height: normal;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background: #005bac;
  display: table;
  font-size: 12px;
  font-weight: bolder;
  margin-right: 20px;
}

span.number {
  font-size: 30px;
  font-weight: bolder;
}

.method_point_box .box_point p {
  display: table-cell;
  vertical-align: middle;
  /*上下の中央揃え指定*/
}


/*-
.method_point_box .box_text {
  display: flex;
}
-*/
.method_point_box .box_img {
  height: auto;
  width: auto;
  flex-shrink: 0;
}

.method_point_box h2 {
  text-align: left;
  font-size: 26px;
  color: #004796;
  vertical-align: middle;
}

.method_point_box .box_discription p {
  text-align: left;
  font-size: 18px;
}

.method_point_box .box_img img {
  height: 100%;
  width: 100%;
}

.method_point_box:nth-child(2n+1) {
  flex-direction: row;
}

/* 奇数番目は左から右へ並べる */
.method_point_box:nth-child(2n) {
  flex-direction: row-reverse;
}

/* 偶数番目は右から左へ並べる */

@media (max-width:767px) {

  .feature_title {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
  }

  .feature_title h2 {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    top: 45%;
    left: 5%;
    right: 5%;
    transform: translate(-0%, -50%);
    color: #162d84;
  }

  .method_point_box {
    display: flex;
    flex-direction: column;
    margin: 0 15px 20px 15px;
    padding: 15px 15px 25px 15px;
    flex-wrap: wrap;
  }

  .method_point_box .box_point {
    line-height: normal;
    padding-top: 8px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    background: #005bac;
    display: table;
    font-size: 8px;
    font-weight: bolder;
    margin-right: 20px;
  }

  span.number {
    font-size: 20px;
    font-weight: bolder;
  }

  .method_point_box .box_title {
    order: 1;
    margin-bottom: 20px;
  }

  .method_point_box h2 {
    font-size: 16px;
  }

  .method_point_box .box_img {
    height: auto;
    width: 100%;
  }

  .method_point_box .box_img img {
    order: 2;
    margin: 0;
  }

  .method_point_box .box_discription p {
    order: 3;
    margin: 0;
  }

  .method_point_box .box_discription p {
    font-size: 14px;
  }

  .method_point img {
    width: 100%;
  }
}

@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;
  }

}

/* ----- feature ----- */
.feature {}

.feature .container {
  padding: 0;
}

.feature__block {
  position: relative;
  z-index: 1;
  background: #e6f8ff;
  margin-bottom: 35px;
  margin-left: 3.5%;
  margin-right: 3.5%;
  padding: 15px 15px 15px 15px;
  border: 2px solid #005bac;
  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;
    padding: 20px 20px 0px 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: 23.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 0.8em;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab-menu .tab-menu__item.item01 .title .grade {
  padding: 0 0.6em;
  background: #f7a900;
}

.tab-menu .tab-menu__item.item02 .title .grade {
  padding: 0 0.6em;
  background: #75bc40;
}

.tab-menu .tab-menu__item.item03 .title .grade {
  padding: 0 0.6em;
  background: #db3434;
}

.tab-menu .tab-menu__item.item04 .title .grade {
  background: #0facd3;
}

.tab-menu .tab-menu__item.item05 .title .grade {
  background: #7147c8;
}

.tab-menu .tab-menu__item.item01:hover .title .grade,
.tab-menu .tab-menu__item.item01.active .title .grade {
  color: #f7a900;
  background: #fff;
}

.tab-menu .tab-menu__item.item02:hover .title .grade,
.tab-menu .tab-menu__item.item02.active .title .grade {
  color: #75bc40;
  background: #fff;
}

.tab-menu .tab-menu__item.item03:hover .title .grade,
.tab-menu .tab-menu__item.item03.active .title .grade {
  color: #db3434;
  background: #fff;
}

.tab-menu .tab-menu__item.item04:hover .title .grade,
.tab-menu .tab-menu__item.item04.active .title .grade {
  color: #0facd3;
  background: #fff;
}

.tab-menu .tab-menu__item.item05:hover .title .grade,
.tab-menu .tab-menu__item.item05.active .title .grade {
  color: #7147c8;
  background: #fff;
}

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

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

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

.tab-menu .tab-menu__item.item05 .title,
.tab-menu .tab-menu__item.item04 .title,
.tab-menu .tab-menu__item.item03 .title,
.tab-menu .tab-menu__item.item02 .title,
.tab-menu .tab-menu__item.item01 .title {
  background: #f2f5f7;
  border: 1px solid #bec1c3;
  border-bottom: none;
}

.tab-menu .tab-menu__item.item01:hover .title,
.tab-menu .tab-menu__item.item01.active .title {
  background: #f7a900;
  border-color: #f7a900;
}

.tab-menu .tab-menu__item.item02:hover .title,
.tab-menu .tab-menu__item.item02.active .title {
  background: #75bc40;
  border-color: #75bc40;
}

.tab-menu .tab-menu__item.item03:hover .title,
.tab-menu .tab-menu__item.item03.active .title {
  background: #db3434;
  border-color: #db3434;
}

.tab-menu .tab-menu__item.item04:hover .title,
.tab-menu .tab-menu__item.item04.active .title {
  background: #0facd3;
  border-color: #0facd3;
}

.tab-menu .tab-menu__item.item05:hover .title,
.tab-menu .tab-menu__item.item05.active .title {
  background: #7147c8;
  border-color: #7147c8;
}


.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: 0 0 20px 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-box__inner .campaign__item a:hover {
  opacity: 0.7;
}


.tab-box01 {
  background: #fcf5db;
}

.tab-box01#tab-box02 {
  background: #e6f2dd;
}

.tab-box01#tab-box03 {
  background: #feecef;
}

.tab-box04 {
  background: #ddf1fd;
}

.tab-box04#tab-box05 {
  background: #e7e2f7;
}

#tab-box01 .tab-box__title {
  border-top: 10px solid #f7a900;
  background: #fff;
}

#tab-box01 .tab-box__title span.grade {
  background: #f7a900;
}

#tab-box02 .tab-box__title {
  border-top: 10px solid #75bc40;
  background: #fff;
}

#tab-box02 .tab-box__title span.grade {
  background: #75bc40;
}

#tab-box03 .tab-box__title {
  border-top: 10px solid #db3434;
  background: #fff;
}

#tab-box03 .tab-box__title span.grade {
  background: #db3434;
}

#tab-box04 .tab-box__title {
  border-top: 10px solid #0facd3;
  background: #fff;
}

#tab-box04 .tab-box__title span.grade {
  background: #0facd3;
}

#tab-box05 .tab-box__title {
  border-top: 10px solid #7147c8;
  background: #fff;
}

#tab-box05 .tab-box__title span.grade {
  background: #7147c8;
}

.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 {
  border-radius: 40px;
  padding-bottom: 0;
  margin: 80px;
  border: solid 2px #eaeaea;
}

.tab-box__block.box02.saisentan .saisentan_header01 {
  position: relative;
  text-align: center;
  z-index: 2;
  padding: 0 20px 0 20px;
}


.tab-box__block h4 {
  text-align: center;
  font-size: 34px;
}

tab-box__subtitle03-w2_s3 {
  text-align: center;
  font-size: 34px;  
}

@media (max-width:767px) {
tab-box__subtitle03-w2_s3 {
  text-align: center;
  font-size: 22px;
}

tab-box__subtitle03-w-s2 h4{
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
}

.title_saisentan{
margin-top: 40px;
}

.saisentan-marker-bold {
  background: linear-gradient(transparent 60%, #ffef49 50%);

}

@media (max-width:767px) {
  .tab-box__block h4 {
    text-align: center;
    font-size: 18px;
  }

  .saisentan-marker-bold {
    background: linear-gradient(transparent 60%, #ffef49 50%);
  }
}

.tab-box__block.box02.saisentan .saisentan_list01 {
  overflow: hidden;
  margin: -57px 0px 0 0px;
  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;
  overflow: hidden;
}

.tab-box__block.box02.saisentan .saisentan_catch .body h5 {
  padding: 20px 0;
  text-align: left;
}

.tab-box__block.box02.saisentan .saisentan_catch .body .pic {
  float: left;
}

.tab-box__block.box02.saisentan .saisentan_catch .body .main {
  float: right;
  width: 630px;
}

.tab-box__block.box02.saisentan .saisentan_body {
  padding: 0 40px 0 40px;
}

.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 {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
}

@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: 0 0 40px 0;
  width: 101%;
  text-align: center;
}

.tab-box__block.box02.saisentan .monoxer {
  margin: 40px 0 40px 0;
  text-align: center;
}

.tab-box__block.box02.saisentan .banner_study {
  margin: 20px 0 40px 0;
  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;
  }

  .tab-box__block.box03 {
    padding: 0 0 15px;
    border-radius: 0 0 15px 15px;
  }
}

.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: 20px;
}

.campaign__item.gakunen.bottom {
  margin-bottom: 0;
}

@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: #0087d5;
  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_blue2.png) center center no-repeat;
  color: #fff;
}

.tab-box__subtitle03-w2 {
  width: 530px;
  background: url(../img/course_bg_subtitle02-w2.png) center center no-repeat;
}

.tab-box__subtitle03-w2.red {
  margin-top: 40px;
  background: url(../img/course_bg_subtitle02-w2_red.png) center center no-repeat;
  background-size: auto 100%;
  color: #e60012;
}

.sho4_photo01 {
  width: 94%;
  margin: 0 auto;
  text-align: center;
}

.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__subtitle03-w2.red {
    margin-top: 60px;
  }

  .sho4_photo01 {
    width: auto;
    margin: 20px 0 0;
  }
}

.tab-box__subtitle03-w2.blue {
  background: url(../img/course_bg_subtitle02_blue.png) center center no-repeat;
  background-size: auto 100%;
}

@media (min-width:768px) {
  .tab-box__subtitle03-w2.blue {
    background: url(../img/course_bg_subtitle02-w_blue.png) center center no-repeat;
  }

  .tab-box__subtitle03-w2.red {
    background: url(../img/course_bg_subtitle02-w_red.png) center center no-repeat;
    color: #e60012;
  }
}

.tab-box_tab3_subtitle01 {
  clear: both;
  padding-top: 60px;
}

.tab-box_tab3_sublead01 {
  margin: 30px 0;
  color: #142668;
  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;
}

.tab-box_tab3_merit .title-box-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  max-height: 180px;
}

.tab-box_tab3_merit .title-box-1 .circle1 {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: #fe9b01;
  text-align: center;
  padding: 20px;
}

.tab-box_tab3_merit .title-box-1 .circle2 {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: #1ca92f;
  text-align: center;
  padding: 20px;
}

.tab-box_tab3_merit .title-box-1 .circle3 {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: #ec6d82;
  text-align: center;
  padding: 20px;
}

.tab-box_tab3_merit .title-box-1 .circle4 {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: #005bab;
  text-align: center;
  padding: 20px;
}

.tab-box_tab3_merit .title-box-1 p {
  color: white;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  padding-top: 10px;
}

.merit-box .merit-title21 {
  font-size: 30px;
  color: #ee5f01;
  font-weight: bold;
  line-height: 40px;
}

.merit-box .merit-title22 {
  font-size: 30px;
  color: #019e13;
  font-weight: bold;
  line-height: 40px;
}

.merit-box .merit-title23 {
  font-size: 30px;
  color: #ec3855;
  font-weight: bold;
  line-height: 40px;
}

.merit-box .merit-title24 .flex {
  display: flex;
  align-items: center;
}

.merit-box .merit-title24 p {
  font-size: 30px;
  color: #005bab;
  font-weight: bold;
  line-height: 40px;
}

.merit-box .merit-title24 .light {
  font-weight: 100;
}

.merit-box .merit-title24 .mini p {
  font-size: 10px;
  color: #005bab;
  font-weight: bold;
  line-height: 15px;
}

.kamoku-price {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.kamoku-price .circle-red {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #e60013;
  text-align: center;
  padding: 30px 10px 30px 10px;
}

.kamoku-price .circle-red p {
  font-size: 25px;
  color: white;
  font-weight: bold;
  font-feature-settings: "palt";
}

.kamoku-price .kamoku-price-disc {
  display: flex;
  font-size: 60px;
  color: #e60013;
  font-weight: bold;
  align-items: center;
}

.kamoku-price-disc-flex {
  display: flex;
  align-items: center;
}

.kamoku-price .storong-red {
  font-size: 70px;
  color: #e60013;
  font-weight: bold;
  line-height: 80px;
}

.kamoku-price .mini {
  font-size: 20px;
  color: #e60013;
  font-weight: bold;
  line-height: 25px;
}

.kamoku-price .mini-black {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

@media (max-width:767px) {
  .tab-box_tab3_merit .title-box-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    max-height: 180px;
  }

  .tab-box_tab3_merit .title-box-1 .circle1 {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fe9b01;
    text-align: center;
    padding: 20px;
  }

  .tab-box_tab3_merit .title-box-1 .circle2 {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #1ca92f;
    text-align: center;
    padding: 20px;
  }

  .tab-box_tab3_merit .title-box-1 .circle3 {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #ec6d82;
    text-align: center;
    padding: 20px;
  }

  .tab-box_tab3_merit .title-box-1 .circle4 {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #005bab;
    text-align: center;
    padding: 20px;
  }

  .tab-box_tab3_merit .title-box-1 p {
    color: white;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    padding-top: 10px;
  }

  .merit-box .merit-title21 {
    font-size: 30px;
    color: #ee5f01;
    font-weight: bold;
    line-height: 40px;
  }

  .merit-box .merit-title22 {
    font-size: 30px;
    color: #019e13;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
  }

  .merit-box .merit-title23 {
    font-size: 30px;
    color: #ec3855;
    font-weight: bold;
    line-height: 40px;
  }

  .merit-box .merit-title24 .flex {
    display: flex;
    align-items: center;
  }

  .merit-box .merit-title24 p {
    font-size: 20px;
    color: #005bab;
    font-weight: bold;
    line-height: 30px;
  }

  .merit-box .merit-title24 .light {
    font-weight: 100;
  }

  .merit-box .merit-title24 .mini p {
    font-size: 10px;
    color: #005bab;
    font-weight: bold;
    line-height: 15px;
  }

  .tab-box_tab3_merit .title-box-1 img {
    max-width: 50%;
  }

  .kamoku-price {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .kamoku-price .circle-red {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #e60013;
    text-align: center;
    padding: 20px 5px 20px 5px;
  }

  .kamoku-price .circle-red p {
    font-size: 20px;
    color: white;
    font-weight: bold;
    font-feature-settings: "palt";
  }

  .kamoku-price .kamoku-price-disc {
    display: block;
    font-size: 24px;
    color: #e60013;
    font-weight: bold;
  }

  .kamoku-price .storong-red {
    font-size: 50px;
    color: #e60013;
    font-weight: bold;
    line-height: 60px;
  }

  .kamoku-price .mini {
    font-size: 12px;
    color: #e60013;
    font-weight: bold;
    line-height: 20px;
  }

  .kamoku-price .mini-black {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
  }

  .kamoku-price .yori {
    padding-top: 20px;
  }
}

.chu23_meritbox_pic01 {
  margin: 10px 0 80px 0;
  text-align: center;
}

.tab-box_tab3_subtitle03 {
  margin-top: 60px;
  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: #005bac;
}

.tab-box_tab3_subtitle03.blue span {
  color: #005bac;
}

#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;
}

/*--course_common--*/

.event_title {
  font-size: 35px;
  background-color: #2b3a6e;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px 0px 20px 40px;
}

.event_title img {
  width: 60px;

}

.event_title h3 {
  margin-left: 20px;
}

@media (max-width:767px) {
  .event_title {
    font-size: 25px;
    background-color: #2b3a6e;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px 0px 20px 20px;
  }

  .event_title img {
    width: 40px;

  }

  .event_title h3 {
    margin-left: 10px;
  }

  .br-sp {
    display: block;
  }
}

/*--course_1--*/

.mv_course {
  display: flex;
  margin: 55px 40px 60px 40px;
}

.mv_course img {
  max-width: 55%;
  height: auto;
  vertical-align: top;
  border-radius: 20px 0px 0px 20px;
}

.mv_course .mv_course_title1 {
  font-size: 40px;
  background-color: #f7a900;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  border-radius: 0px 20px 20px 0px;
  width: 55%;
  padding: 100px 0px;
}

.mv_course .mv_course_title4 {
  font-size: 40px;
  background-color: #10acd3;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  border-radius: 0px 20px 20px 0px;
  width: 55%;
  padding: 100px 0px;
}

.mv_course .mv_course_title5 {
  font-size: 40px;
  background-color: #6456bb;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  border-radius: 0px 20px 20px 0px;
  width: 55%;
  padding: 100px 0px;
}

.course1_point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 40px 0;
}

.course1_point .point {
  border-radius: 10px;
  width: 48.5%;
  background: #e8f6fc;
  padding: 40px 20px;
  text-align: center;
  font-size: 30px;
  display: grid;
  place-items: center;
  font-weight: 600;
  color: #005bac;
}

.course1_point.long .point{
  width: 100%;  
}

.course1_point.long{
  margin-bottom: 30px;
}

.course1_point .point .price_box {
  text-align: left;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}

.course1_point .point .red_storong {
  font-size: 35px;
  color: #db3434;
  font-weight: 600;
}

.course1_point .point .kaisu {
  font-size: 30px;
  color: #db3434;
  font-weight: 600;
  line-height: 1;
}

.course1_point .point .small {
  font-size: 20px;
  color: #005bac;
  font-weight: 600;
}

.course1_point .point .getsugaku {
  font-size: 22px;
  color: #db3434;
  font-weight: 600;
  writing-mode: vertical-rl;
}

.course1_point .point .price {
  font-size: 50px;
  color: #db3434;
  font-weight: 600;
  line-height: 1;
}

.course1_point .point .tax {
  font-size: 16px;
  color: #db3434;
  font-weight: 600;
  text-align: left;
}

.corsemerit_1 {
  background-color: #f7a900;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corsemerit_1 h4 {
  margin-right: 20px;
}

.corsemerit_1 img {
  margin-right: 20px
}

@media (max-width:767px) {
  h3.corsedisc_1 {
    background-color: #f7a900;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
  }

  .mv_course {
    display: flex;
    margin: 10px 10px 20px 10px;
  }

  .mv_course img {
    width: 100%;
    max-width: 60%;
    height: 100%;
    vertical-align: top;
    border-radius: 20px 0px 0px 20px;
  }

  .mv_course .mv_course_title1 {
    font-size: 20px;
    background-color: #f7a900;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    border-radius: 0px 20px 20px 0px;
    width: 50%;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
  }

  .mv_course .mv_course_title4 {
    font-size: 20px;
    background-color: #10acd3;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    border-radius: 0px 20px 20px 0px;
    width: 50%;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
  }

  .mv_course .mv_course_title5 {
    font-size: 20px;
    background-color: #6456bb;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    border-radius: 0px 20px 20px 0px;
    width: 50%;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
  }

  .course1_point {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 40px 0;
  }

  .course1_point.long {
    margin-bottom: 20px;
  }

  .course1_point .point {
    border-radius: 10px;
    width: 100%;
    background: #e8f6fc;
    padding: 20px 10px;
    text-align: center;
    font-size: 20px;
    display: grid;
    place-items: center;
    font-weight: 600;
    color: #005bac;
  }

  .course1_point .point .price_box {
    text-align: left;
    justify-content: center;
    display: flex;
    align-items: flex-end;
  }

  .course1_point .point .red_storong {
    font-size: 25px;
    color: #db3434;
    font-weight: 600;
  }

  .course1_point .point .kaisu {
    font-size: 18px;
    color: #db3434;
    font-weight: 600;
    line-height: 1;
  }

  .course1_point .point .small {
    font-size: 16px;
    color: #005bac;
    font-weight: 600;
  }

  .course1_point .point .getsugaku {
    font-size: 15px;
    color: #db3434;
    font-weight: 600;
    writing-mode: vertical-rl;
  }

  .course1_point .point .price {
    font-size: 36px;
    color: #db3434;
    font-weight: 600;
    line-height: 1;
  }

  .course1_point .point .tax {
    font-size: 10px;
    color: #db3434;
    font-weight: 600;
    text-align: left;
  }

  .corsemerit_1 {
    background-color: #f7a900;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .corsemerit_1 h4 {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 0px;
  }

  .corsemerit_1 img {
    height: 40px;
    margin-right: 3px;
    width: auto;
  }
}

/*--course_2--*/

.mv_course .mv_course_title2 {
  font-size: 40px;
  background-color: #75bc40;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  border-radius: 0px 20px 20px 0px;
  width: 55%;
  padding: 100px 0px;
}

h3.corsedisc_2 {
  background-color: #2f9651;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
}

.result-title {
  font-size: 40px;
  background-color: #2B3A6E;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px 0px;
  padding-left: 40px; 
  justify-content: flex-start;
}

.result-title h3 {
  margin: 0 20px;
}


@media (max-width:767px) {

  .mv_course .mv_course_title2 {
    font-size: 16px;
    background-color: #75bc40;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    border-radius: 0px 20px 20px 0px;
    width: 50%;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
  }

  h3.corsedisc_2 {
    font-size: 20px;
  }

  .result-title {
    font-size: 20px;
    background-color: #2b3a6e;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px 20px;
    justify-content: center;
  }

  .result-title h3 {
    font-size: 20px;
    margin: 0 20px;
  }

  .result-title img {
    max-width: 10%;
    height: auto;
    vertical-align: top;
  }

}

/*--course_3--*/

.mv_course .mv_course_title3 {
  font-size: 40px;
  background-color: #e60012;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  border-radius: 0px 20px 20px 0px;
  width: 55%;
  padding: 100px 0px;
}

.recommend {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.recommend .recommend_3 {
  font-size: 30px;
  text-align: center;
  color: #2b3a6e;
  margin: 0px 20px;
}

.sankaku_left {
  border-style: solid;
  border-width: 60px 0px 0 10px;
  border-color: #004894 transparent transparent transparent;
  transform: rotate(-25deg);
}

.sankaku_right {
  border-style: solid;
  border-width: 60px 10px 0 0px;
  border-color: #004894 transparent transparent transparent;
  transform: rotate(25deg);
}

.corsemerit_2 {
  background-color: #db3434;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.corsemerit_2 h4 {
  margin-right: 20px;
}

/*--check_point--*/

.check_point {
  background: #e8f6fc;
  margin: 40px;
  padding: 40px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
}

.check_point p {
  font-size: 25px;
  margin-left: 10px;
}

.check_culmmun1 {
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
}

.check_culmmun2 {
  display: flex;
}

.check_point .point {
  display: flex;
  margin-left: 40px;
}

.check_point .check_culmmun2 .point {
  margin-top: 20px;
  padding-bottom: 20px;
}

.check_culmmun1 img {
  max-width: 40px;
  max-height: 40px;
}

.check_culmmun2 .yajirushi_left {
  border-style: solid;
  border-width: 30px 20px 30px 0;
  border-color: transparent #e60013 transparent transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
}

.check_culmmun2 .kamoku_price {
  background-color: #e60013;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px 0px 20px;
}

.check_point .comment p {
  text-align: end;
  padding-right: 20px;
  font-size: 20px;
}

.check_point .comment .storong_red {
  color: #e60013;
  font-weight: 600;
}

@media (max-width:767px) {
  .check_point {
    background: #e8f6fc;
    margin: 15px;
    padding: 10px;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
  }

  .check_point p {
    font-size: 18px;
    margin-left: 0px;
  }

  .check_culmmun1 {
    display: block;
    justify-content: left;
    margin-bottom: 10px;
  }

  .check_culmmun2 {
    display: block;
  }

  .check_point .point {
    display: flex;
    margin-left: 0px;
    align-items: center;
    margin-bottom: 10px;
  }

  .check_point .check_culmmun2 .point {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .check_point img {
    max-width: 40px;
    max-height: 20px;
  }

  .check_culmmun2 .yajirushi_left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 10px 20px;
    border-color: transparent transparent #e60013 transparent;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 100px;
  }

  .check_culmmun2 .kamoku_price {
    background-color: #e60013;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
  }

  .check_point .comment p {
    text-align: end;
    padding-right: 0px;
    font-size: 16px;
  }
}

/*----*/
/*--higher_20point_box --*/
.higher_20point_box1 {
  border: 4px solid #e60012;
  padding: 30px 20px;
  margin: 40px 40px 40px 40px;
  text-align: center;
  position: relative;
}

.higher_20point_box1 p {
  font-size: 28px;
  font-weight: 600;
}

.higher_20point_box1 .colmn-box {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.higher_20point_box1 .colmn-box .point_storong {
  font-size: 70px;
  line-height: 70px;
}

.higher_20point_box1 .colmn-box .point_storong p {
  font-size: 50px;
  color: #e60012;
  font-weight: bold;
}

.higher_20point_box1 .point_storong {
  font-size: 50px;
  color: #e60012;
  font-weight: bold;
}

.higher_20point_box1 .colmn-box .kyoshin-heikin {
  background: #fff96b;
  font-size: 16px;
  color: #e60013;
  border-radius: 20px 20px 20px 20px;
  margin: 0px 0px 0px 0px;
  width: 160px;
  display: inline-block;
  font-weight: 600;
}

.higher_20point_box1 .colmn-box .storong_red {
  color: #e60012;
  font-size: 30px;
  font-weight: 600;
}

.higher_20point_box1 .discription {
  border-radius: 25px 25px 25px 25px;
  background-color: #ff0000;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  width: 500px;
  padding: 5px;
  margin: 0px 0px -200px 0px;
  display: inline-block;
  position: absolute;
  left: 220px;
}

.higher_20point_box1 .storong_red {
  font-size: 45px;
  color: #e60012;
}

.higher_20point_box1 .point-average {
  display: grid;
}

.higher_20point_box1 .nolmal-p {
  font-size: 20px;
}

@media (max-width:767px) {
  .higher_20point_box1 {
    border: 4px solid #e60012;
    padding: 10px 10px 30px 10px;
    margin: 10px 10px 40px 10px;
    text-align: center;
    position: relative;
  }

  .higher_20point_box1 p {
    font-size: 12px;
    font-weight: 600;
  }

  .higher_20point_box1 .colmn-box {
    color: #e60012;
    font-size: 26px;
    font-weight: 600;
  }

  .higher_20point_box1 .colmn-box .point_storong {
    font-size: 45px;
    line-height: 70px;
  }

  .higher_20point_box1 .colmn-box .point_storong p {
    font-size: 50px;
    color: #e60012;
    font-weight: bold;
  }

  .higher_20point_box1 .point_storong {
    font-size: 32px;
    color: #e60012;
    font-weight: bold;
    line-height: 30px;
  }

  .higher_20point_box1 .colmn-box .kyoshin-heikin {
    background: #fff96b;
    font-size: 12px;
    color: #e60013;
    border-radius: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    width: 120px;
    display: inline-block;
    font-weight: 600;
  }

  .higher_20point_box1 .colmn-box .storong_red {
    color: #e60012;
    font-size: 26px;
    font-weight: 600;
  }

  .higher_20point_box1 .discription {
    border-radius: 25px 25px 25px 25px;
    background-color: #ff0000;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 300px;
    padding: 5px;
    margin: 15px 0px -200px 0px;
    display: inline-block;
    position: absolute;
    left: 20px;
  }

  .higher_20point_box1 .storong_red {
    font-size: 25px;
    color: #e60012;
  }

  .higher_20point_box1 .nolmal-p {
    font-size: 20px;
  }
}

/*-------section-tankyu-------*/
.section-tankyu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-tankyu .tankyu-disc {
  text-align: left;
  line-height: 50px;
}

.section-tankyu .tankyu-disc p {
  font-size: 35px;
  font-weight: bold;
}

.section-tankyu .tankyu-disc .mini-p {
  font-size: 15px;
  line-height: 20px;
}

.section-tankyu .tankyu-disc .strong-red {
  font-size: 45px;
  color: #e60012;
  padding-left: 0px;
  font-feature-settings: "palt";
}

.section-tankyu .tankyu-disc .line-1 {
  font-size: 45px;
  font-weight: bold;
}

@media (max-width:767px) {
  .section-tankyu {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-tankyu img {
    display: none;
  }

  .section-tankyu .tankyu-disc {
    text-align: left;
  }

  .section-tankyu .tankyu-disc p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
  }

  .section-tankyu .tankyu-disc .mini-p {
    font-size: 15px;
  }

  .section-tankyu .tankyu-disc .strong-red {
    font-size: 35px;
    color: #e60012;
  }

  .section-tankyu .tankyu-disc .line-1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
  }
}

/*--------------*/

@media (max-width:767px) {

  .mv_course .mv_course_title3 {
    font-size: 16px;
    background-color: #e60012;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    border-radius: 0px 20px 20px 0px;
    width: 50%;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
  }

  .recommend {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: flex-end;
  }

  .recommend .recommend_3 {
    font-size: 15px;
    text-align: center;
    color: #2b3a6e;
    margin: 0px 15px;
  }

  .sankaku_left {
    border-style: solid;
    border-width: 30px 0px 0 8px;
    border-color: #004894 transparent transparent transparent;
    transform: rotate(-25deg);
  }

  .sankaku_right {
    border-style: solid;
    border-width: 30px 8px 0 0px;
    border-color: #004894 transparent transparent transparent;
    transform: rotate(25deg);
  }

  .corsemerit_2 {
    background-color: #db3434;
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .higher_20point_box {
    text-align: center;
  }

  .higher_20point {
    border: 4px solid #e60012;
    padding: 30px 20px;
    margin: 40px 40px 0px 40px;
    text-align: center;
  }

  .higher_20point p {
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
  }

  .higher_20point .point_storong {
    font-size: 50px;
    color: #e60012;
    font-weight: bold;
  }

  .higher_20point .storong_red {
    color: #e60012;
  }

  .higher_20point_box .discription {
    border-radius: 25px 25px 25px 25px;
    background-color: #ff0000;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    width: 500px;
    padding: 5px;
    margin: 20px 0px 0px 0px;
    display: inline-block;
  }

}

/*----*/

.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: #142668;
}

.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: #142668;
  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: #e72c6a;
  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: #e72c6a;
}

.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: #77b648;
  border-radius: 0 25px 25px 0;
}

.tab-box__subtitle04 span strong {
  display: inline-block;
  color: #e60012;
  background: #fff94c;
  padding: 0 20px;
  border-radius: 25px;
  line-height: 1.8;
  font-size: 26px;
}

@media (max-width:767px) {
  .tab-box__subtitle04 span strong {
    font-size: 4vw;
    margin-top: 2px;
    padding: 0.5vw 2.5vw;
    border-radius: 4vw;
  }
}

.tab-box04 .tab-box__subtitle04 span {
  background: #0facd3;
}

#tab-box05.tab-box04 .tab-box__subtitle04 span {
  background: #6456bb;
}

.tab-box04 .saisentan .tab-box__subtitle04 span {
  margin-top: 75px;
  background: #4abfd2;
}

.tab-box04 .saisentan .tab-box__subtitle04 span.study {
  background: #4abfd2 url(../img/ico_saisentan_study.png) 97.5% center no-repeat;
}

/*--godash-section--*/

.godash-section .godash-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 200px;
}

.godash-section .godash-text {
  text-align: center;
}

.godash-title img {
  height: 200px;
}

.godash-section .godash-text .tops {
  font-size: 50px;
  color: #152668;
  font-weight: bold;
  line-height: 30px;
}

.godash-section .godash-text .teikitest {
  font-size: 70px;
  color: #f14600;
  font-weight: bold;
}

.godash-section .culmn5 {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px 40px 30px 40px;
}

.godash-section .culmn3 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
  margin-right: 10px;
}

.godash-section .culmn2 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
}

.godash-section .test-point {
  background: #fff;
  border: 2px solid #f14600;
  border-radius: 20px;
  border-bottom: 5px solid #f14600;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  height: 100px;
  align-items: center;
}

.godash-section .test-point .title {
  font-size: 23px;
  color: #f14600;
  font-weight: bold;
  line-height: 30px;
}

.godash-section .test-point .discription {
  font-size: 15px;
  color: #f14600;
  line-height: 20px;
}

@media (max-width:767px) {
  .godash-section .godash-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .godash-section .godash-text {
    text-align: center;
  }

  .godash-title img {
    height: 100px;
  }

  .godash-section .godash-text .tops {
    font-size: 24px;
    color: #152668;
    font-weight: bold;
    line-height: 30px;
    font-feature-settings: "palt";
  }

  .godash-section .godash-text .teikitest {
    font-size: 30px;
    color: #f14600;
    font-weight: bold;
    font-feature-settings: "palt";
  }

  .godash-section .culmn5 {
    display: block;
    justify-content: space-between;
    text-align: center;
    padding: 10px 10px 30px 10px;
  }

  .godash-section .culmn3 {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 5px;
    margin: 0px 0px 10px 0px;
  }

  .godash-section .culmn2 {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .godash-section .test-point {
    background: #fff;
    border: 2px solid #f14600;
    border-radius: 20px;
    border-bottom: 5px solid #f14600;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
    height: auto;
    align-items: center;
    min-width: 100px;
  }

  .godash-section .test-point .title {
    font-size: 13px;
    color: #f14600;
    font-weight: bold;
    line-height: 30px;
  }

  .godash-section .test-point .discription {
    font-size: 12px;
    color: #f14600;
    line-height: 20px;
    margin: 0px 6px 6px 6px;
  }
}

/*----*/
/*--voice--*/
.voice .uservoice {
  font-size: 35px;
  font-weight: bold;
  color: #152668;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 60px;
}

.voice p.ancait {
  background: #cdedf9;
  font-size: 16px;
  color: #152668;
  border-radius: 20px 20px 20px 20px;
  font-weight: bolder;
  text-align: center;
  display: inline-block;
  justify-content: center;
  width: 200px;
  display: inline-block;
}

.voice p.disc1 {
  margin: 16px 50px 0 50px;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.voice p.disc2 {
  margin: 16px 50px 0 50px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

@media (max-width:767px) {
  .voice .uservoice {
    font-size: 35px;
    font-weight: bold;
    color: #152668;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 60px;
  }

  .voice p.ancait {
    background: #cdedf9;
    font-size: 16px;
    color: #152668;
    border-radius: 20px 20px 20px 20px;
    font-weight: bolder;
    text-align: center;
    display: inline-block;
    justify-content: center;
    width: 200px;
    display: inline-block;
  }

  .voice p.disc1 {
    margin: 16px 50px 0 50px;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
  }

  .voice p.disc2 {
    margin: 16px 50px 0 50px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
}

/*----*/


.tab-box04 .tab-box__block.box02 .teiki-test {
  width: 920px;
  height: 686px;
  margin: 0 auto 30px auto;
  padding: 55px 0 25px 34px;
  background: url(../img/chu1_point_bg01_2401.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: #005bac;
  border-radius: 20px;
  font-size: 23px;
  color: #fff;
}

.tab-box04 .tab-box__lead05 {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
}

/*--
.questionnaire .qa1_box {}

.questionnaire .qa1_box .glaph {
  position: relative;
  margin-bottom: 15px;
}

.questionnaire .qa1_box .glaph img {
  width: 270px;
  height: 270px;
}

.questionnaire .qa1_box .glaph p {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  transform: translate(30%, -140%);
  color: white;
  line-height: 50px;
}

.questionnaire .qa1_box .glaph .percent_strong {
  font-size: 50px;
}

.questionnaire .qa1_box .comment {}

.questionnaire .qa1_box .comment p {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  position: absolute;
  transform: translate(35%, -210%);
}

.questionnaire .qa1_box .comment img {}


.questionnaire .percent_strong {
  font-size: 50px;
}


.qa2 .glaph2 {
  margin-bottom: 20px;
}

.qa3 .glaph3 {
  margin-bottom: 20px;
}

.qa2 .comment2 p {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  position: absolute;
  transform: translate(12%, -210%);
  width: 250px;
}

.qa2 .glaph2 p {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  transform: translate(20%, -130%);
  color: white;
  line-height: 50px;
}

.qa3 .comment3 p {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  position: absolute;
  transform: translate(8%, -210%);
  width: 250px;
}

.qa3 .glaph3 p {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  transform: translate(30%, -130%);
  color: white;
  line-height: 50px;
} --*/
.questionnaire .question {
  width: 30%;
}

.questionnaire .ansers {
  text-align: center;
}

.questionnaire .colmn3 {
  display: flex;
  justify-content: space-between;
}

.questionnaire .questionmark {
  display: flex;
  gap: 15px;
  height: 70px;
  margin-bottom: 20px;
}

.questionnaire .Q {
  height: 50px;
  width: 50px;
  color: white;
  border-radius: 50%;
  background: #2693d3;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.questionnaire .question-disc {
  width: 220px;
  font-size: 16px;
}

.question .glaph {
  margin-bottom: 20px;
}

.question .glaph img {
  text-align: center;
  position: relative;
}

.question .glaph p {
  position: absolute;
  transform: translate(50%, -160%);
  font-size: 20px;
  color: white;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.question .glaph .percent_strong {
  font-size: 40px;
}

.question .comment img {
  text-align: center;
  position: relative;
}

.question .comment p {
  position: absolute;
  transform: translate(12%, -215%);
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  width: 229px;
}

@media (max-width:767px) {
  .questionnaire .question {
    width: 100%;
  }

  .questionnaire .ansers {
    text-align: center;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .questionnaire .colmn3 {
    display: block;
  }

  .questionnaire .questionmark {
    display: flex;
    gap: 15px;
    margin-bottom: 0px;
  }

  .questionnaire .Q {
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    background: #2693d3;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }

  .questionnaire .question-disc {
    width: 300px;
    font-size: 18px;
  }

  .question .glaph {
    margin-bottom: 20px;
  }

  .question .glaph img {
    text-align: center;
    position: relative;
  }

  .question .glaph p {
    position: absolute;
    transform: translate(0%, -150%);
    font-size: 20px;
    color: white;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    width: 180px;
  }

  .question .glaph .percent_strong {
    font-size: 35px;
  }

  .question .comment img {
    text-align: center;
    position: relative;
  }

  .question .comment p {
    position: absolute;
    transform: translate(0%, -224%);
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    width: 180px;
  }
}

.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%;
  margin-bottom: 20px;
}

.questionnaire .qa div:last-child {
  margin-right: 0;
  text-align: center;
}

.questionnaire .qa .question {
  height: 100px;
  padding-left: 67px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  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: #005bac;
  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: #bba043;
  border-radius: 15px;
}

.tab-box__subtitle08 {
  margin-left: 40px;
  margin-right: 40px;
  color: #2b3a6e;
  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 25px;
  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 #99a1c1;
  border-radius: 10px;
  padding: 0px 0px 20px 0px;
}

.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 {
  margin: 0;
  box-sizing: border-box;
  height: 80px;
  padding-top: 10px;
  background: #e6f8ff;
  color: #004796;
  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 {
  height: auto;
  padding: 10px 0;
  margin: 0;
}

.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: #142668;
}

.tab-box__block .work p {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.8;
}

.tab-box__block .voice {
  text-align: center;
  width: 920px;
  height: 316px;
  margin: 60px auto 40px 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 .disc {
  margin: 4px 50px 0 50px;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.tab-box__block .voice p strong {
  font-weight: bold;
  color: #e72c6a;
}

@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: 0px;
    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: 1.5vw 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: #e72c6a;
}

.tab-box__block .voice2 {
  margin: 40px;
  display: flex;
}

.tab-box__block .voice2 div {
  box-sizing: border-box;
  width: 49%;
  padding: 30px 0;
  border: 2px solid #bba043;
  border-radius: 30px;
}

.tab-box__block .voice2 div:first-child {
  margin-right: 2%;
  padding-top: 0px;
}

.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: #e72c6a;
  font-weight: bold;
}

/*--.web-mieruka {
  position: relative;
  height: 170px;
}

p.mieruka1 {
  position: relative;
  transform: translate(5%, -200%);
  font-size: 20px;
  font-weight: bold;
  color: #e33c73;
  width: 150px;
  text-align: center;
}

p.mieruka2 {
  position: relative;
  transform: translate(155%, -300%);
  font-size: 20px;
  font-weight: bold;
  color: #e33c73;
  width: 150px;
  text-align: center;
}

p.mieruka3 {
  position: relative;
  transform: translate(305%, -400%);
  font-size: 20px;
  font-weight: bold;
  color: #e33c73;
  width: 150px;
  text-align: center;
}
--*/

.mieruka-circle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.gakusyu-circle1 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #ffd2d2;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.mieruka-circle .mieruka {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #e72c6a;
  color: #e72c6a;
  font-weight: bold;
  font-size: 19px;
  display: flex;
  /* text-align: center; */
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.mieruka-circle .kakeru {
  font-size: 40px;
  color: gray;
}

@media (max-width:767px) {
  .tab-box__block .voice2 {
    display: block;
    margin: 30px 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;
  }


  .mieruka-circle {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 40px;
  }

  .gakusyu-circle1 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ffd2d2;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .mieruka-circle .mieruka {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #e72c6a;
    color: #e72c6a;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    padding-top: 10px;
  }

  .mieruka-circle .kakeru {
    font-size: 20px;
    color: gray;
  }


}



.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;*/
  padding: 35px 40px 0;
  background: #fff;
}

.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%;*/
  margin-bottom: 30px;
}

.tab-box__block .result01-c p:nth-last-child(1) {
  /*clear: both;
  width: 49%;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  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(7) {
  margin: -10px -10px 0 0;
}

.tab-box__block .result01-c .result-box:nth-child(8) {
  clear: both;
  padding-top: 10px;
  margin-bottom: 0;
}

@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 .result01-c .result-box:nth-child(6) {
    margin: 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;
}

p.result_comment {
  /*margin: -35px 40px 75px;*/
  margin: 0 40px 40px;
}

p.taikenki-button {
  padding: 40px 40px 20px 40px;
  text-align: center;
}

p.taikenki-button a:hover {
  opacity: 0.7;
}


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

  p.result_comment {
    /*margin: -20px 15px 40px;*/
    margin: -15px 15px 15px;
    font-size: 2.5vw;
  }

  .tab-box__inner.tab-box01 p.result_comment {
    /*margin: -40px 15px 40px;*/
    margin: 0 15px 0;
    font-size: 2.5vw;
  }

  p.taikenki-button {
    padding: 10px 15px;
  }
}

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 #c0c0c0;
  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: #dcf5fc;
  color: #004796;
}

ul.slick-slider p.name {
  margin-top: -2px;
  margin-bottom: 10px;
  padding: 0 0 10px 20px;
  text-align: left;
  background: #dcf5fc;
  color: #004796;
}

.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: 15px;
    margin-right: 15px;
  }

  ul.slick-slider p.photo img.goukaku {
    width: 70px;
    height: auto;
  }
}

.ac-check {
  display: none;
}

.ac-label span {
  display: block;
  text-align: right;
  color: #005bab;
  text-decoration: underline;
  cursor: pointer;
}

.ac-label.close {
  display: block;
  color: #005bab;
  text-decoration: underline;
  cursor: pointer;
  text-align: right;
}

.ac-content {
  transition: .5s;
  display: none;
}

.ac-check:checked+.ac-label {
  display: none;
}

.ac-check:checked+.ac-label+.ac-content {
  display: inline;
}

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_title {
  position: relative;
  text-align: center;
}

.flow_title h2 {
  position: absolute;
  font-size: 30px;
  font-weight: 600;
  top: 35%;
  left: 5%;
  right: 5%;
  transform: translate(-0%, -50%);
  color: #162d84;
}

.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: #004796;
  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;
}

@media (max-width:767px) {
  .flow_title {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flow_title h2 {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    top: 25%;
    left: 5%;
    right: 5%;
    transform: translate(-0%, -50%);
    color: #162d84;
  }
}

/* ----- faq ----- */
.faq {
  padding: 30px 0 35px;
}

.faq_title {
  position: relative;
  text-align: center;
  padding-bottom: 30PX;
}

.faq_title h2 {
  position: absolute;
  font-size: 30px;
  font-weight: 600;
  top: 25%;
  left: 5%;
  right: 5%;
  transform: translate(-0%, -50%);
  color: #162d84;
}

.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: #e8f5fa;
}

.faq__item .question {
  position: relative;
  color: #004796;
  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: #005bac;
  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: #e75887;
  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: #fcf5db;
}

.contactbox__inner {
  background: #fff;
  padding: 0 25px 20px;
  border: 2px solid #005bac;
  border-radius: 15px;
}

.contactbox__title {
  background: #005bac;
  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: #fff372;
  color: #005bac;
  margin: -20px auto 20px;
  max-width: 300px;
  height: 50px;
  text-align: center;
  border: 2px solid #005bac;
  border-radius: 25px;
  font-size: 20px;
  font-size: 1.25rem;
}

h4.tab-box__subtitle_spring img{
  margin: 40px 40px 20px 40px;
  width: 900px;
}

.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: #162d84;
  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: 3px solid #162d84;
  border-right: 3px solid #162d84;
  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;
}


.saisentan .tab-box__subheder {
  margin: 0 0 10px 0;
  padding-top: 20px;
  text-align: center;
}

.hero {
  position: relative;
  background-image: url(../img/hero_mv_winter25_sp.png);
  background-color: #d4ebff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 122%;
  text-align: center;
}

.spring_title img{
  margin-top: 60px;
  width: 650px;
}

@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: 220px;
  }

  .footer {
    box-sizing: border-box;
    height: auto;
    padding: 0 0 35px 0;
    border-top: 30px solid #fcf5db;
    border-bottom: none;
  }

  .footer__fixed-nav {
    display: none;
  }

  .classes__text {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .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 {
    text-align: center;
  }

  .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: 600px;
    padding: 0;
    background: url(../img/hero_mv_winter25.png) top center no-repeat;
    /*background-size: cover;*/
  }

  .hero__inner {
    position: absolute;
    left: 50%;
    max-width: 1280px;
    padding: 0 10px;
    height: 100%;
    transform: translateX(-50%);
  }

  .hero__block {}

  .hero__title {
    padding-top: 50px;
    text-align: right;
  }

  .hero__kyoshin {
    position: absolute;
    bottom: 5%;
    left: 1.5%;
    width: 8%;
  }

  .hero__button01 {
    position: absolute;
    bottom: 3%;
    left: 11%;
    width: 15%;
    text-align: left;
    background-size: 100% auto;
    background-color: ;
    cursor: pointer;
  }

  .hero__button02 {
    position: absolute;
    bottom: 3%;
    left: 27.25%;
    width: 15%;
    text-align: left;
    background-size: 100% auto;
    cursor: pointer;
  }

  .hero__button03 {
    position: absolute;
    bottom: 3%;
    left: 43.5%;
    width: 15%;
    text-align: left;
    background-size: 100% auto;
    cursor: pointer;
  }

  .hero__button04 {
    position: absolute;
    bottom: 3%;
    left: 59.75%;
    width: 15%;
    text-align: left;
    background-size: 100% auto;
    cursor: pointer;
  }

  .hero__button05 {
    position: absolute;
    bottom: 3%;
    left: 76%;
    width: 15%;
    text-align: left;
    background-size: 100% auto;
    cursor: pointer;
  }

  .hero__button05:hover img,
  .hero__button04:hover img,
  .hero__button03:hover img,
  .hero__button02:hover img,
  .hero__button01:hover img {
    opacity: 0.9;
    ;
  }

  .campaign {
    padding: 0;
  }

  .campaign__title {
    margin-bottom: 10px;
  }

  .campaign__list {
    /*display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;*/
  }

  .campaign__list.top {
    width: 1000px;
    background: #fff;
    margin: -70px auto 0;
    padding: 70px 0 30px 0;
    border: 5px solid #f97a98;
    border-radius: 30px;
  }

  .campaign__item_comment {
    width: 1000px;
    margin: 15px auto 0;
  }

  .campaign__item {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .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 {
    padding-top: 95px;
    background: url(../img/cource_bg.png) top center repeat-x;
  }*/

  .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: 50px auto 35px auto;
    text-align: center;
    color: #142668;
    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: 0 0 45px 0;
  }

  .tab-box__title {
    padding: 20px 0;
    font-size: 36px;
  }

  .section__title01,
  .tab-box__subtitle01 {
    margin-bottom: 20px;
    font-size: 32px;
    margin-top: 20px;
  }

  .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;
    border-radius: 0 0 40px 40px;
  }

  .chu1_title01 {
    margin-bottom: 55px;
  }

  .tab-box__block.box01.sho4.top {
    padding: 20px 0;
    text-align: center;
  }

  .tab-box__block.box01.sho4.top a:hover {
    opacity: 0.7;
  }

  .tab-box__block.box01.sho4 .campaign__item.chu1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tab-box__block.box01.sho4 .campaign__item.chu1:first-child {
    margin-top: -8px;
    margin-bottom: 8px;
  }

  .tab-box__block.box01.sho4 .campaign__item.chu1.banner {
    margin-top: 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 10px 0;
    padding-top: 40px;
    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;
    color: #142668;
  }

  .tab-box__withphoto .text p strong {
    color: #e72c6a;
  }

  .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: 26px;
  }

  .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: #2b3a6e;
    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: 30px;
    padding: 32px 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: #e8f5fa;
  }

  .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 40px;
    max-width: 420px;
    height: 80px;
    border-width: 4px;
    border-radius: 40px;
    font-size: 34px;
    font-size: 1.9rem;
  }

  .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: 220px;
  }

  .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: 0 0 45px 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: 35px 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: #004796;
    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: 100%;
    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.item05 .title,
  .tab-menu .tab-menu__item.item04 .title,
  .tab-menu .tab-menu__item.item03 .title,
  .tab-menu .tab-menu__item.item02 .title,
  .tab-menu .tab-menu__item.item01 .title {
    border: 1px solid #bec1c3;
    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_2401.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;
    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: 180px;
    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%;    
    height: 600px;
  }

  .hero__inner {
    position: static;
  }

  .hero__block {
    margin: 0;
  }

  .hero__title {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 98%;
    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: 68%;
    left: 3.5%;
    text-align: left;
  }

  .hero__button02 {
    position: absolute;
    width: 30%;
    top: 68%;
    left: 35%;
    text-align: left;
  }

  .hero__button03 {
    position: absolute;
    width: 30%;
    top: 68%;
    left: 66.5%;
    text-align: left;
  }

  .hero__button04 {
    position: absolute;
    width: 45.5%;
    top: 84%;
    left: 3.5%;
    text-align: left;
  }

  .hero__button05 {
    position: absolute;
    width: 45.5%;
    top: 84%;
    left: 51.0%;
    text-align: left;
  }

  .campaign {
    padding: 0;
  }

  .campaign .container {
    padding: 0;
  }

  .campaign .campaign-top {
    text-align: center;
    padding: 40px 0 40px;
    background: url(../img/campaign-top_bg_sp.png) top center no-repeat #fff;
    background-size: 100% auto;
    /*box-shadow: 0px -8px 8px 0px #eaeaea;*/
  }

  .campaign .campaign-top .campaign__title {
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 0 auto 10px auto;
  }

  .campaign .container .campaign__item {
    padding: 0 3.5%;
  }

  .taisaku {
    padding: 40px 0 0 0;
  }

  .spring_title{position: absolute;
    /* width: 30%; */
    top: 0%;
    left: 3.5%;
    text-align: left;}

/*  .course {
    padding-top: 40px;
    background: url(../img/cource_bg.png) top center repeat-x;
  }*/

  .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: 20px;
  }

  .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-box__block.box02.with-repo {
    /*border-radius: 15px;*/
    border-radius: 15px 15px 0 0;
  }

  #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 {
    border-radius: 15px;
    margin: auto auto 20px auto;
  }

  .tab-box__subtitle06 {
    margin-top: -15px;
    margin-bottom: 15px;
  }

  .tab-box__block .method {
    margin-left: 15px;
    margin-right: 15px;
    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__subtitle01 {
    padding: 12px 0 0 0;
  }

  .tab-box__subtitle01 img {
    width: 90%;
  }

  .tab-box__subtitle02 {
    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 20px 15px;
  }

  .tab-box__subtitle04.point {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .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_comment,
  .campaign__item {
    margin-top: 10px;
  }

  .campaign__item_comment,
  .campaign-top .campaign__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .campaign-top .campaign__item img {
    text-align: center;
    justify-content: center;
    width: 90%;
    margin-top: 10px;
  }

  .campaign__item_comment {
    font-size: 11px;
  }

  .tab-box__block.box01 .campaign__item {
    margin-bottom: 10px;
    text-align: center;
  }

  .tab-box__block.box01 .campaign__item.gakunen {
    margin-bottom: 20px;
  }

  .tab-box__block.box01 .campaign__item img {
    width: 90%;
  }

  .tab-box__block.box01 .campaign__item.text {
    width: 90%;
    text-align: left;
    font-size: 11px;
    line-height: 1.45;
  }

  .tab-box__block.box01 .campaign__item.gakunen.bottom {
    margin-bottom: 0;
  }

  .chu1_title01 {
    margin-bottom: 15px;
  }

  .tab-box__block.box01.sho4 .campaign__item.chu1 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .tab-box__block.box01.sho4 .campaign__item.chu1:first-child {
    margin-top: 0;
  }

  .tab-box__block.box01.sho4 .campaign__item.chu1.banner {
    margin-top: 15px;
  }

  .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;
    color: #142668;
    text-align: center;
  }

  .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: #eb1e62;
  }

  .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%;
    margin-bottom: 20px;
  }

  .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;
    border-radius: 0 0 15px 15px;
  }

  .tab-box__block.box01.sho4.top {
    padding: 15px;
    text-align: center;
  }

  .tab-box__block.box01.sho4.top a:hover {
    opacity: 0.7;
  }

  .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: 14px;
  }

  .tab-box04 .tab-box__lead03 strong {
    font-size: 22px;
  }

  .tab-box04 .tab-box__lead03 span {
    font-size: 14px;
  }

  .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: #142668;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }

  .tab-box__block .step-box div {
    float: none;
    width: 100%;
    margin: 0 0 35px 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 5px;
    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 .tab-box__subheder {
    margin: 0 0 15px 0;
  }

  .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 {
    margin-bottom: 15px;
    padding: 8px 0 0 0;
  }

  .tab-box__block.box02.saisentan .saisentan_catch .body .main {
    width: 62%;
  }

  .tab-box__block.box02.saisentan .saisentan_catch .body .pic {
    width: 34%;
  }

  .tab-box__block.box02.saisentan .saisentan_catch .body h5 {
    padding: 2.5vw 0 0 0;
  }

  .tab-box__block.box02.saisentan .saisentan_body {
    padding: 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-box04 .saisentan .tab-box__subtitle04 span.study {
    background: #4abfd2 url(../img/ico_saisentan_study.png) 94% center no-repeat;
    background-size: auto 80%;
  }

  .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: 20px 0 27px 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;
    height: 850px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 5vw 0 25.5vw 2.5vw;
    background: url(../img/chu1_point_bg01_2401_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;
  }

  .flow__list {
    margin-top: -5vw;
    padding-top: 10vw;
  }



}

@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;
  }

}

.saisentan_bt {
  text-align: center;
  margin: 40px;
}

p.body {
  text-align: center;
}

.chu1-midashi {
  text-align: center;
  position: relative;
  margin-top: 80px;
}

.chu1-midashi .strong {
  font-size: 50px;
  font-weight: bold;
}

.chu1-midashi h3 {
  position: absolute;
  text-shadow:
    /* 縁取り1pxを同じ色でつける */
    5px 0 0 white, 0 5px 0 white, -5px 0 0 white, 0 -5px 0 white;
  font-size: 35px;
  font-weight: bold;
  top: 60%;
  left: 20%;
  right: 20%;
  transform: translate(-0%, -70%);
  color: #152668;
  line-height: 50px;
}

@media (max-width:767px) {
  .chu1-midashi {
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .chu1-midashi img {
    width: 90%;
  }

  .chu1-midashi .strong {
    font-size: 22px;
    font-weight: bold;
  }

  .chu1-midashi h3 {
    position: absolute;
    text-shadow:
      /* 縁取り1pxを同じ色でつける */
      3px 0 0 white, 0 3px 0 white, -3px 0 0 white, 0 -3px 0 white;
    font-size: 16px;
    font-weight: bold;
    /* top: 60%; */
    left: 10%;
    right: 10%;
    transform: translate(-0%, -80%);
    color: #152668;
    line-height: 30px;
  }
}

.campaign__list {
  text-align: center;
}

.campaign_51 {
  background: #fff;
  border: 4px solid #f7a900;
  border-radius: 25px;
  margin: 10px 0px 40px 0px;
  width: 90%;
  display: inline-block;
  position: relative;
}

.campaign_51 .campaign_label {
  background: #f7a900;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  font-size: 35px;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: end;
  /* text-align: center; */
  align-items: center;
  gap: 100px;
}

.campain_box_title {
  font-weight: bold;
}

.campaign_51 .campain_box_target {
  background: #ffffff;
  font-size: 25px;
  color: #f7a900;
  border-radius: 20px 20px 20px 20px;
  margin: 0px 0px 10px 0px;
  width: 200px;
  display: inline-block;
  font-feature-settings: "palt";
}

.campain_box0 {
  display: flex;
  text-align: left;
  justify-content: center;
  margin: 20px 0px 20px 160px;
}

.gentei-badg {
  position: absolute;
  transform: translate(-650%, 10%);
}

.campain_box0 .campaign_price {
  font-size: 60px;
  font-weight: bold;
  color: #005bac;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 60px;
  text-align: center;
}

.campain_box0 .campaign_discount {
  font-size: 100px;
  font-weight: 900;
  color: #db3434;
  margin: 0px 0px 0px 0px;
  line-height: 80px;
}


.campaign_52 {
  background: #fff;
  border: 4px solid #05b8a9;
  border-radius: 25px;
  margin: 10px 0px 40px 0px;
  width: 90%;
  display: inline-block;
  position: relative;
}

.campaign_52 .campaign_label {
  background: #05b8a9;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  font-size: 35px;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: end;
  /* text-align: center; */
  align-items: center;
  gap: 100px;
}

.campaign_531 {
  background: #fff;
  border: 4px solid #10acd3;
  border-radius: 25px;
  margin: 10px 0px 0px 0px;
  width: 90%;
  display: inline-block;
  position: relative;
}

.campaign_531 .campaign_label {
  background: #10acd3;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  font-size: 35px;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: center;
  /* text-align: center; */
  align-items: center;
  gap: 100px;
}

.campaign_531 .campain_box_target {
  background: #ffffff;
  font-size: 25px;
  color: #10acd3;
  border-radius: 20px 20px 20px 20px;
  margin: 0px 0px 10px 0px;
  width: 200px;
  display: inline-block;
  font-feature-settings: "palt";
}

.campaign_531 .campaign_price {
  font-size: 50px;
}

.campaign_532 {
  background: #fff;
  border: 4px solid #10acd3;
  border-radius: 25px;
  margin: 10px 0px 40px 0px;
  width: 90%;
  display: inline-block;
  position: relative;
}

.campaign_532 .campaign_label {
  background: #10acd3;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  font-size: 35px;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: center;
  /* text-align: center; */
  align-items: center;
  gap: 100px;
}

.campaign_532 .campain_box_target {
  background: #ffffff;
  font-size: 25px;
  color: #10acd3;
  border-radius: 20px 20px 20px 20px;
  margin: 0px 0px 10px 0px;
  width: 200px;
  display: inline-block;
  font-feature-settings: "palt";
}

.campain_box_title {
  font-weight: bold;
}

.campaign_52 .campain_box_target {
  background: #ffffff;
  font-size: 25px;
  color: #05b8a9;
  border-radius: 20px 20px 20px 20px;
  margin: 0px 0px 10px 0px;
  width: 200px;
  display: inline-block;
  font-feature-settings: "palt";
}

@media (max-width:767px) {

  .campaign_51 {
    background: #fff;
    border: 4px solid #f7a900;
    border-radius: 25px;
    margin: 10px 0px 0px 0px;
    width: 90%;
    display: inline-block;
    position: relative;
  }

  .campaign_51 .campaign_label {
    background: #f7a900;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-size: 35px;
    border-radius: 20px 20px 0px 0px;
    padding-top: 10px;
    display: block;
    line-height: 30px;
  }

  .campain_box_title {
    font-size: 20px;
    font-weight: bold;
  }

  .campaign_51 .campain_box_target {
    background: #ffffff;
    font-size: 18px;
    color: #f7a900;
    border-radius: 20px 20px 20px 20px;
    margin: 0px 0px 10px 0px;
    width: 200px;
    display: inline-block;
    font-feature-settings: "palt";
    font-weight: bold;
  }

  .campain_box0 {
    display: block;
    text-align: left;
    justify-content: center;
    margin: 20px 0px 20px 0px;
  }

  .gentei-badg {
    position: absolute;
    transform: translate(-100%, 0%);
    width: 70px;
  }

  .campain_box0 .campaign_price {
    font-size: 40px;
    font-weight: bold;
    color: #005bac;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 60px;
    text-align: center;
  }

  .campain_box0 .campaign_discount {
    font-size: 80px;
    font-weight: 900;
    color: #db3434;
    margin: 0px 0px 0px 0px;
    line-height: 80px;
    text-align: center;
  }

  .campain_box0 .campaign_discription {
    font-size: 18px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 20px;
  }

  .campaign_52 {
    background: #fff;
    border: 4px solid #05b8a9;
    border-radius: 25px;
    margin: 10px 0px 0px 0px;
    width: 90%;
    display: inline-block;
    position: relative;
  }

  .campaign_52 .campaign_label {
    background: #05b8a9;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-size: 35px;
    border-radius: 20px 20px 0px 0px;
    padding-top: 10px;
    display: block;
    line-height: 30px;
  }

  .campaign_52 .campain_box_target {
    background: #ffffff;
    font-size: 18px;
    color: #05b8a9;
    border-radius: 20px 20px 20px 20px;
    margin: 0px 0px 10px 0px;
    width: 200px;
    display: inline-block;
    font-feature-settings: "palt";
    font-weight: bold;
  }

  .campaign_531 {
    background: #fff;
    border: 4px solid #10acd3;
    border-radius: 25px;
    margin: 10px 0px 0px 0px;
    width: 90%;
    display: inline-block;
    position: relative;
  }

  .campaign_531 .campaign_label {
    background: #10acd3;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-size: 35px;
    border-radius: 20px 20px 0px 0px;
    padding-top: 10px;
    display: block;
    line-height: 30px;
  }

  .campaign_531 .campain_box_target {
    background: #ffffff;
    font-size: 18px;
    color: #10acd3;
    border-radius: 20px 20px 20px 20px;
    margin: 0px 0px 10px 0px;
    width: 200px;
    display: inline-block;
    font-feature-settings: "palt";
    font-weight: bold;
  }

  .campaign_531 .campaign_discription {
    font-size: 16px
  }

  .campaign_531 .campaign_price {
    font-size: 34px
  }

  .campaign_532 {
    background: #fff;
    border: 4px solid #10acd3;
    border-radius: 25px;
    margin: 10px 0px 0px 0px;
    width: 90%;
    display: inline-block;
    position: relative;
  }

  .campaign_532 .campaign_label {
    background: #10acd3;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-size: 35px;
    border-radius: 20px 20px 0px 0px;
    padding-top: 10px;
    display: block;
    line-height: 30px;
  }

  .campaign_532 .campain_box_target {
    background: #ffffff;
    font-size: 18px;
    color: #10acd3;
    border-radius: 20px 20px 20px 20px;
    margin: 0px 0px 10px 0px;
    width: 200px;
    display: inline-block;
    font-feature-settings: "palt";
    font-weight: bold;
  }
}

.campaign3 {
  display: flex;
  text-align: left;
  justify-content: center;
  border: 1px solid #2d3992;
  margin: 40px 40px 20px 40px;
  padding: 20px 10px 20px 10px;
  background: rgb(232, 232, 232);
  background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.campaign3 .main {
  display: flex;
}

.campaign3 .discount {
  margin-left: 20px;
}

.campaign3 .discount .time {
  font-size: 18px;
  font-weight: bold;
}

.campaign3 .circle {
  max-width: 100px;
}

.campaign3 .discount .target {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  background: #e60012;
  text-align: center;
  width: 300px;
  margin-bottom: 5px;
}

.campaign3 .price {
  font-size: 80px;
  font-weight: 900;
  color: #e60012;
  line-height: 80px;
  margin-top: 10px;
}

@media (max-width:767px) {
  .campaign3 {
    width: 35%;
    display: block;
    text-align: left;
    justify-content: center;
    border: 1px solid #2d3992;
    margin: 40px 0px 20px 0px;
    padding: 20px 10px 20px 10px;
    background: rgb(232, 232, 232);
    background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .campaign3 .main {
    display: flex;
  }

  .campaign3 .discount {
    margin-left: 20px;
  }

  .campaign3 .discount .time {
    font-size: 18px;
    font-weight: bold;
  }

  .campaign3 .circle {
    max-width: 100px;
  }

  .campaign3 .discount .target {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    background: #e60012;
    text-align: center;
    width: 200px;
    margin-bottom: 5px;
  }

  .campaign3 .price {
    font-size: 80px;
    font-weight: 900;
    color: #e60012;
    line-height: 80px;
    margin-top: 10px;
  }
}

.campaign__item img {
  width: 90%;
}

.campaign-top .campaign__item img {
  margin: 10px;
  width: 1020px;
}

.tab-box__withphoto .text p.midashi {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #e13466;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .campaign-top .campaign__item img {
    margin: 5px;
    width: 90%;
  }
  .tab-box__withphoto .text p.midashi {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
  }

  h4.tab-box__subtitle_spring img{
    margin: 20px 20px 10px 20px;
    width: 90%;
  }
}

.campaign_box{
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 40px;
  background: #fff;
  border-radius: 40px;
  width: 90%;
  padding-top: 40px;
  margin-top: 40px;
}

.tab-box__withphoto .text p.midashi_kyoshin_study {
  font-size: 40px;
  font-weight: bolder;
  font-feature-settings: "palt";
  margin-bottom: 0px;
}

.disk_kyoshin_study img {
  width: 15%;
  height: 20%;
  padding-left: 20px;
}

.tab-box__withphoto .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #142668;
}

.disk_kyoshin_study {
  display: flex;
}

.blue_box {
  background: #e6f8ff;
  margin: 20px 80px 60px 80px;
  padding: 50px 20px 40px 300px;
  font-size: 16px;
}

.photo_tablet {
  position: absolute;
  transform: translate(45%, -115%);
}

.list_kyoshin_study {
  background: url(../img/common_bg_list_red.png) left center no-repeat;
  margin-bottom: 5px;
  padding-left: 20px;
}

.result-title .a-result {
  font-size: 40px;
}

.tab-box__block .voice2 div {
  box-sizing: border-box;
  width: 49%;
  border: 2px solid #005bab;
  border-radius: 30px;
  padding-top: 0px;
}

.tab-box__block .voice2 div .title {
  display: flex;
  width: 449px;
  align-items: center;
  height: 126px;
  padding: 20px 10px 10px 20px;
  color: #fff;
  font-weight: bold;
  background: #005bab;
  border-radius: 28px 28px 0px 0px;
  font-size: 18px;
}

.tab-box__block .voice2 div .title p{
  padding-right: 10px;
}

.study_ancate{
  margin-top: 40px;
  text-align: center;
}

.study_ancate img{
  width: 700px;
}

@media (max-width:767px) {
  .tab-box__withphoto .text p.midashi_kyoshin_study {
    font-size: 26px;
    font-weight: bolder;
    font-feature-settings: "palt";
    color: #142668;
    margin-bottom: 10px;
  }

  .disk_kyoshin_study img {
    width: 25%;
    height: 20%;
    padding-left: 0px;
    padding-right: 20px;
  }

  .blue_box {
    background: #e6f8ff;
    margin: 20px 20px 60px 20px;
    padding: 30px 20px 90px 20px;
    font-size: 14px;
  }

  .list_kyoshin_study {
    background: url(../img/common_bg_list_red.png) left center no-repeat;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .photo_tablet {
    width: 40%;
    position: absolute;
    transform: translate(115%, -112%);
  }

  .result-title .a-result {
    font-size: 20px;
  }

  .tab-box__block .voice2 div{
    width: 100%;
  }
  .result-title .a-result {
    font-size: 20px;
  }

  .illust_girl {
    position: absolute;
    transform: translate(300%, 0%);
    width: 20%;
  }

  .illust_boy {
  position: absolute;
  transform: translate(300%, 0%);
  width: 20%;
  }

  .tab-box__block .voice2 div .title {
  width: 100%;
  }

  .tab-box__block .voice2 div .title p {
    line-height: normal;
    font-size: 15px;
  }

  .study_ancate {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px 
  }
 
  .feature__block .text {
    height: 150px;
  }
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
top:-120%;
  left:0;
width:100%;
  height: 100vh;/*ナビの高さ*/
background:#005bac;
  /*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
  text-align: center; 
}

#g-nav li a{
  color: #fff;
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 30px;
}

.batsu{
  color: #fff;
  font-size: 400%;
  font-weight: bold;
}

#g-nav .classes__title{
  top: 10%;
  width: 250px;
}

/*========= スマホのみ電話有効 ===============*/
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  }

.strong-yellow{
  font-size: 36px;
  color: #ffe700;
}

@media (max-width:767px) {
.strong-yellow{
  font-size: 20px;
}
}

/*========= corse03_ryokin ===============*/
.corse03_ryokin{
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width:767px) {
.corse03_ryokin{
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
}

.corse03_ryokin1{
  background: white;
  padding: 40px;
  border-radius: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.baner_list .campaign__item img{
  margin-top: 40px;
}


@media (max-width:767px) {
  .corse03_ryokin1{
    padding: 15px;
  }
  .corse03_ryokin1 img{
    max-width: 400px;
    max-height: 200px;
  }

  .baner_list .campaign__item img{
  margin-top: 20px;
  }
}

/*========= 2402_Godashセクション ===============*/

.tab-box04 .tab-box__block.box02 .teiki-test li.discript{
  font-size: 18px;
  font-weight: 100;
  border-bottom: 1px solid #1f5bac;
  padding-top: 4px;
  padding-bottom: 20px;
}

.tab-box04 .tab-box__block.box02 .teiki-test li.discript-last{
  font-size: 18px;
  font-weight: 100;
  padding-top: 4px;
}

.tab-box04 .tab-box__block.box02 .teiki-test{
  padding: 55px 25px 25px 34px;
}

.tab-box04 .tab-box__block.box02 .teiki-test li{
  padding-bottom: 0px;
  line-height: normal;
  padding-top: 18px;
}

.tab-box04 .tab-box__block.box02 .teiki-test li.title{
  padding-bottom: 20px;
  font-size: 34px;
  color: #0070b7;
}

.godash-section .godash-text .tops{
  margin-top: 40px;
}

@media (max-width:767px) {
  .tab-box04 .tab-box__block.box02 .teiki-test li.discript{
    font-size: 14px;
    font-weight: 100;
    border-bottom: 1px solid #1f5bac;
    padding-top: 4px;
    padding-bottom: 5px;
  }
  
  .tab-box04 .tab-box__block.box02 .teiki-test li.discript-last{
    font-size: 14px;
    font-weight: 100;
    padding-top: 4px;
  }

  
  .tab-box04 .tab-box__block.box02 .teiki-test{
    padding: 25px 15px 25px 15px;
  }
  

  .tab-box04 .tab-box__block.box02 .teiki-test li{
    padding-top: 20px;
    line-height: normal;
    margin-bottom: 0px;
  }
  
  .tab-box04 .tab-box__block.box02 .teiki-test li.title{
    padding-bottom: 20px;
    font-size: 24px;
    color: #0070b7;
    padding-top: 0px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .godash-section .godash-title{
    padding: 0px 0px;
    padding-bottom: 10px;
  }

  .godash-section .godash-text .tops{
    margin-top: 0px;
  }

  .tab-box04 .tab-box__block.box02 .teiki-test{
    width: auto;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 5vw 2.5w 0 2.5vw;
    background: none;
    background-color: #e6f8ff;
    border-radius: 20px;
    background-size: 100% auto;
  }

  .tab-box04 .tab-box__block.box02 .teiki-test{
    padding: 25px 15px 0px 15px;
  }
}

/*24夏期講習*/
.campaign__item text{
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: right;
}

.campaign__item.chu1{
  margin-top: 40px;
}

.event__item p{
  text-align: right;
  padding-right: 60px;
}

.campaign_hosoku{
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width:767px) {
  .event__item p{
    padding-right: 0px;
  }
  .campaign_hosoku{
    max-width: 350px;
    margin: 20px auto 0px auto;
  }
}

.hero__button{
-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
-moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
-ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.pad-60{
  margin-bottom: 40px;
}
.mv_course{
  margin: 0;
}
.mv_course img{
  max-width:100%;
  border-radius:0px
}

.method.colmn-1{
  display: flex;
  width: 90%;
  margin: 40px 5% 0 5%;
  gap: 20px;
}

.method.colmn-1 desc{
  text-align: left;
}

.method.colmn-1 p.title{
  text-align: left;
  margin-top: 0px;
}

.method.colmn-1 desc p{
  text-align: left;
}

.pc-none{
  display: none;
}

.campaign__shiroyamadai{
  margin-top: 40px;
}

.campaign__shiroyamadai img{
  width: 60%;
}

ul.campaign__list.summer{
  width: 90%;
  display: flex;
}

ul.campaign__list.summer img{
  width: 100%;
}

@media (max-width:767px) {
  .pad-60{
    margin-bottom: 20px;
  }
  .sp-none{
    display: none;
  }
  .tab-box__block.box02{
    padding: 0px;
  }
  .method.colmn-1 {
    display: grid;
  }
  .tab-box__withphoto .photo{
    text-align: center;
    margin-top: 40px;
  }
  .campaign__shiroyamadai{
    margin-top: 20px;
  }
  .campaign__shiroyamadai .course__item{
    text-align: center;
  }
  .campaign__shiroyamadai img{
    width: 80%;
  }
  ul.campaign__list.summer{
    display: block;
  }
}


/*----------------------------------------------
2505_電話モーダル追加
----------------------------------------------*/
.openModal {
  font-size: 16px;
  cursor: pointer;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 5px;

}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 背景を薄暗く */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 10; /* 他の要素より前面 */
}

      /* モーダル本体 */
      .modal-content {
          background: white;
          margin: 0 20px;
          padding: 60px 40px;
          border-radius: 8px;
          text-align: center;
          position: relative;
      }

      .modal-content p {
        font-size: 24px;
        font-weight: 100;
        line-height: 30px;
        margin-bottom: 40px;
      }

      .close-btn {
        position: fixed;
        bottom: 160px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        z-index: 11; /* モーダルより前面 */
    }
    
    /* ✖️マークの作成 */
    .close-btn::before,
    .close-btn::after {
        content: "";
        position: absolute;
        width: 40px;
        height: 4px;
        background-color: #ffffff; /* ✖️の線を黒色に */
        transform: rotate(45deg);
    }
    
    .close-btn::after {
        transform: rotate(-45deg);
    }
    
    /* モーダル表示時のクラス */
    .close-btn.show {
        opacity: 1;
        visibility: visible;
    }

/* モーダル表示時のクラス */
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

      /* 画像ボタン */
      .image-button {
          display: block;
          margin: 10px auto;
          cursor: pointer;
      }
.first-cta{
  background-color:#FFF9CF;
  padding: 20px;
  text-align: center;
}

.first-cta .cta-btn{
    display: flex;
    gap: 20px;
}

.first-cta a{
  width: 30%;
}

.first-cta .cta_txt{
  width: 60%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .first-cta a{
    width: 50%;
  }
  .contactbox__button--green.pc{
    display: none;
  }
  .teltap_text{
    width: 80%;
  }
}

@media (min-width: 768px) {
  .first-cta{
  padding: 50px 20px;
  }
  .cta-btn{
    justify-content: center;
  }
  .cta-btn a{
    width: 400px;
  }
  .openModal.sp{
    display: none;
  }
}

.result-box img{
  border-radius: 20px;
}

@media (max-width: 767px) {
  .spring_title img{
    margin-top: 135px;
  }
}

/* 2510_新規追加 */
.hero__button04 {
        position: absolute;
        bottom: 3%;
        left: 59.75%;
        width: 28%;
        text-align: left;
        background-size: 100% auto;
        cursor: pointer;
}
.gakunenbetu .pc {
    padding-top: 40px;
}

.gakunenbetu .sp {
    padding-top: 20px;
}


@media (max-width: 767px) {
    .hero__button04 {
    position: absolute;
    bottom: 3%;
    left: 4%;
    width: 92%;
    text-align: left;
    background-size: 100% auto;
    cursor: pointer;
    }
}
