/** @format */

@charset "UTF-8";
/* reset css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
lifieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

/* common css */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* remember: box-sizing is not supported by IE7 :( */
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

html {
  width: 100%;
  z-index: 1;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9vw;
  line-height: 1.6;
  letter-spacing: 0.2vw;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width: 100%;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a,
img,
input[type="submiit"],
.fa,
a:after,
a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

p,
h1,
h2,
h3,
h4,
h5 {
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font-size: 1vw;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  display: inline-block;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.invisible {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.hide {
  display: none;
}

.inline {
  display: inline-block;
}

.block {
  display: block;
}

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

  .sp {
    display: block !important;
  }

  .pc-tb {
    display: none;
  }

  .tb-sp {
    display: block;
  }

  html,
  body {
    font-size: 3vw;
  }
}
.wrapper {
  overflow: hidden;
}

body {
  min-width: 1px;
}

a,
p,
ul,
li,
div,
h1,
h2,
h3,
h4,
h5,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

span {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

img {
  width: 100%;
}

main {
  display: block;
  height: 100%;
}
main article {
  height: 100%;
}

section {
  position: relative;
}

/*
-------------------------------------------
Color System
-------------------------------------------
*/
.orange {
  color: #ff8a01;
}

.navy {
  color: #0062cb;
}

.red {
  color: red;
}

/*
-------------------------------------------
Font System
-------------------------------------------
*/
/*
-------------------------------------------
Basic
-------------------------------------------
*/
html,
body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1vw;
  line-height: 1.8;
  letter-spacing: 0vw;
  background-color: #fff;
  color: #1d3248;
}

a:hover {
  opacity: 0.5;
}

.inline-pc {
  display: inline-block !important;
}

.inline-sp {
  display: none !important;
}

.txt-m {
  font-size: 2vw !important;
}

.txt-s {
  font-size: 1.3vw !important;
}

.cl-heading-l {
  font-size: 1.8vw !important;
  margin: 0 0 1.5vw !important;
}

.table {
  width: 80%;
  margin: 3.5vw auto 0;
  border: 1px solid #eee;
}
.table tr th {
  background-color: #f4f9ff;
  border: 1px solid #eee;
  padding: 2vw;
  vertical-align: middle;
  font-size: 1.2vw;
}
.table tr td {
  text-align: left;
  border: 1px solid #eee;
  padding: 2vw;
  font-size: 1.2vw;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 3vw;
  }

  .inline-pc {
    display: none !important;
  }

  .inline-sp {
    display: inline-block !important;
  }

  .txt-m {
    font-size: 3.7vw !important;
    line-height: 1.7 !important;
  }

  .txt-s {
    font-size: 3.2vw !important;
    text-align: left;
  }

  .cl-heading-l {
    font-size: 4vw !important;
    margin: 0 0 3vw !important;
  }

  .table {
    width: 100%;
    margin: 9vw auto 0;
    border: 1px solid #eee;
  }
  .table tr th {
    background-color: #f4f9ff;
    border: 1px solid #eee;
    padding: 4vw;
    vertical-align: middle;
    font-size: 3.3vw;
  }
  .table tr td {
    text-align: left;
    border: 1px solid #eee;
    padding: 4vw;
    font-size: 3.3vw;
    vertical-align: middle;
  }
}
/*
-------------------------------------------
Common
-------------------------------------------
*/
.l-inner {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}

.m-inner {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}

.s-inner {
  width: 70vw;
  margin: 0 auto;
  position: relative;
}

.cta-inner {
  width: 60vw;
  margin: 0 auto;
  position: relative;
}

figure {
  font-size: 0;
}

.tel {
  display: inline-block;
  padding-right: 2vw;
  border-right: 1px solid #deedff;
  margin-right: 1.5vw;
  line-height: 1;
}
.tel .icon {
  display: inline-block;
  width: 4.45vw;
  height: 4.45vw;
  background-color: #0062cb;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  position: relative;
}
.tel .icon figure {
  width: 1.3vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tel .icon figure img {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tel p {
  display: inline-block;
  text-align: center;
  color: #0062cb;
  font-weight: bold;
  vertical-align: top;
  font-size: 0.9vw;
  line-height: 1.3;
  margin-left: 1vw;
  margin-top: 0.2vw;
}
.tel p a {
  font-weight: bold;
  font-size: 1.3vw;
  margin-top: 0.2vw;
  display: block;
}

.cta-tel {
  width: 100%;
  background-color: #f4f9ff;
  padding: 1.5vw 0 !important;
}
.cta-tel .icon {
  width: 4vw;
  height: 4vw;
}
.cta-tel p a {
  font-size: 2vw;
}

.sub-cta {
  padding: 1.3vw 2vw 1.4vw;
  background-color: #ffedd9;
  color: #ff8a01;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5vw;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
}
.sub-cta figure {
  display: inline-block;
  margin-right: 0.2vw;
  vertical-align: middle;
}
.sub-cta figure img {
  width: 1vw;
}
.sub-cta span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.cta {
  padding: 1.3vw 3vw 1.4vw;
  background-color: #ff8a01;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5vw;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  position: relative;
}
.cta span {
  line-height: 1;
}
.cta figure {
  position: absolute;
  height: 1.2vw;
  top: 0;
  right: 1.5vw;
  bottom: 0;
  margin: auto;
}
.cta figure img {
  height: 1.2vw;
}

.cta-area-01 {
  width: 42vw;
  border: 1px solid #0062cb;
  overflow: hidden;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
  background-color: #ffffff;
}
.cta-area-01 h3 {
  padding: 1vw;
  text-align: center;
  font-size: 1.3vw;
  color: #ffffff;
  background-color: #0062cb;
}
.cta-area-01 h3:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.9vw;
  margin: auto;
  border-style: solid;
  border-width: 1vw 1vw 0 1vw;
  border-color: #0062cb transparent transparent transparent;
}
.cta-area-01 div {
  padding: 2vw 0;
  text-align: center;
}
.cta-area-01 div .sub-cta {
  font-size: 1.2vw;
}
.cta-area-01 div .cta {
  font-size: 1.2vw;
}

.cta-area-03 {
  padding: 7vw 0;
  /*background-image: url(../img/bg-cta02.jpg);
  background-size: cover;
  background-position: center;*/
  background-color: #f4f9ff;
}
.cta-area-03 .box {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform-origin: center;
  -webkit-transform-origin: center;
  width: 42vw;
  border: 1px solid #0062cb;
  overflow: hidden;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
  background-color: #ffffff;
  margin: 0 auto;
}
.cta-area-03 .box h3 {
  padding: 1vw;
  text-align: center;
  font-size: 1.3vw;
  color: #ffffff;
  background-color: #0062cb;
}
.cta-area-03 .box h3:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.9vw;
  margin: auto;
  border-style: solid;
  border-width: 1vw 1vw 0 1vw;
  border-color: #0062cb transparent transparent transparent;
}
.cta-area-03 .box div {
  padding: 2vw 0;
  text-align: center;
}
.cta-area-03 .box div .sub-cta {
  font-size: 1.2vw;
}
.cta-area-03 .box div .cta {
  font-size: 1.2vw;
}

.cta-area-02 {
  padding: 6vw 0;
  background-image: url(../img/bg-texture.png);
  text-align: center;
  background-color: #f4f9ff;
}
.cta-area-02 h3 {
  padding: 1vw 1vw 1vw 2vw;
  text-align: center;
  font-size: 1.3vw;
  color: #ffffff;
  background-color: #0062cb;
  display: inline-block;
  margin-bottom: 1.5vw;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
}
.cta-area-02 h3:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.9vw;
  margin: auto;
  border-style: solid;
  border-width: 1vw 1vw 0 1vw;
  border-color: #0062cb transparent transparent transparent;
}
.cta-area-02 h2 {
  color: #0062cb;
  font-size: 2.5vw;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 1vw;
}
.cta-area-02 h2:after {
  display: block;
  content: "";
  background-color: #fff0b9;
  position: absolute;
  width: 100%;
  height: 1.3vw;
  bottom: 0.3vw;
  left: -0.5vw;
  z-index: -1;
}
.cta-area-02 .box {
  width: 50vw;
  text-align: center;
  position: relative;
  margin: 2vw auto 0;
}
.cta-area-02 .box .cl-box {
  border: 1px solid #0062cb;
  overflow: hidden;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
  background-color: #ffffff;
  padding: 2vw 0 0vw;
}
.cta-area-02 .box .cl-box .sub-cta {
  font-size: 1vw;
  padding: 1.2vw 2vw 1.2vw;
}
.cta-area-02 .box .cl-box .sub-cta span {
  line-height: 1.3;
}
.cta-area-02 .box .cl-box .cta {
  font-size: 1.2vw;
}
.cta-area-02 .box .cl-box .cta-tel {
  margin-top: 2vw;
  padding: 1.5vw 0;
}
.cta-area-02 .box .cl-box .point h4 {
  line-height: 1.4;
  margin-top: 1.3vw;
}
.cta-area-02 .box .badge-cta {
  width: 13vw;
  position: absolute;
  top: -7vw;
  left: -7vw;
}

.underline {
  border-bottom: 2px solid #ff8a01;
}

.section .l-inner {
  padding: 4vw 0 5vw;
}

.section-title {
  margin-bottom: 3vw;
  text-align: center;
}
.section-title h2 {
  font-size: 2.5vw;
  line-height: 1.5;
  color: #0062cb;
}
.section-title h2 span.fss {
  font-size: 1.5vw;
}
.section-title h2 span.underline {
  border-bottom: 0.2vw solid #ff8a01;
}
.section-title p {
  margin-top: 1vw;
}

@media only screen and (max-width: 768px) {
  .cta {
    padding: 3vw 7vw 3vw;
    width: 90%;
    margin: 0 0vw 3vw;
    font-size: 3.5vw !important;
  }
  .cta figure {
    height: 4.5vw;
    right: 5vw;
  }
  .cta figure img {
    height: 4.5vw;
  }

  .sub-cta {
    padding: 0;
    background-color: transparent;
    font-size: 3.2vw !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
  }
  .sub-cta figure {
    margin-right: 0.5vw;
  }
  .sub-cta figure img {
    width: 2.75vw;
  }

  .cta-area-01 {
    width: 100%;
    border: 2px solid #0062cb;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
  }
  .cta-area-01 h3 {
    padding: 2.75vw 0 3vw;
    font-size: 3.5vw;
  }
  .cta-area-01 h3:after {
    bottom: -1.9vw;
    border-width: 2vw 2vw 0 2vw;
  }
  .cta-area-01 div {
    padding: 5.5vw 0 4vw;
  }

  .cta-area-02 {
    padding: 12vw 0;
  }
  .cta-area-02 .cta-inner {
    width: 90vw;
  }
  .cta-area-02 h3 {
    padding: 3vw 3vw 3vw 3vw;
    line-height: 1.5;
    font-size: 3.3vw;
    display: block;
    margin-bottom: 4.5vw;
    border-radius: 1.5vw;
    -webkit-border-radius: 1.5vw;
  }
  .cta-area-02 h3:after {
    bottom: -1.9vw;
    border-width: 2vw 2vw 0 2vw;
  }
  .cta-area-02 h2 {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  .cta-area-02 h2:after {
    height: 3.3vw;
    bottom: 1.3vw;
    left: -1vw;
  }
  .cta-area-02 .box {
    width: 100%;
    margin: 5vw auto 0;
  }
  .cta-area-02 .box .cl-box {
    border: 2px solid #0062cb;
    border-radius: 1.5vw;
    -webkit-border-radius: 1.5vw;
    padding: 7vw 0 0vw;
  }
  .cta-area-02 .box .cl-box .sub-cta {
    font-size: 1vw;
    padding: 1.2vw 2vw 1.2vw;
  }
  .cta-area-02 .box .cl-box .sub-cta span {
    line-height: 1.3;
  }
  .cta-area-02 .box .cl-box .cta-tel {
    margin-top: 2vw;
    padding: 1.5vw 0;
  }
  .cta-area-02 .box .cl-box .point h4 {
    line-height: 1.4;
    margin-top: 1.3vw;
    width: 90%;
    margin: 2.5vw auto 3vw;
    border-radius: 1.5vw;
    padding: 3vw 0;
    border: 1px solid #ff8a01;
  }
  .cta-area-02 .box .badge-cta {
    width: 16vw;
    top: -6vw;
    left: -4vw;
    z-index: 3;
  }

  .cta-area-03 {
    padding: 12vw 0;
  }
  .cta-area-03 .cta-inner {
    width: 90vw;
  }
  .cta-area-03 .box {
    transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    border: 2px solid #0062cb;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
  }
  .cta-area-03 .box h3 {
    padding: 2.75vw 0 3vw;
    font-size: 3.5vw;
  }
  .cta-area-03 .box h3:after {
    bottom: -1.9vw;
    border-width: 2vw 2vw 0 2vw;
  }
  .cta-area-03 .box div {
    padding: 5.5vw 0 4vw;
  }

  .cta-tel {
    padding: 4vw 0 3vw !important;
  }
  .cta-tel .icon {
    display: inline-block;
    width: 7vw;
    height: 7vw;
  }
  .cta-tel .icon figure {
    width: 2.5vw;
  }
  .cta-tel h4 {
    font-size: 3.2vw;
    color: #0062cb;
    margin-bottom: 2vw;
  }
  .cta-tel p {
    display: inline-block;
  }
  .cta-tel p a {
    font-size: 5vw;
    margin-top: 0.3vw;
  }

  .section .l-inner {
    padding: 11vw 0 11vw;
  }

  .section-title {
    margin-bottom: 7vw;
  }
  .section-title h2 {
    font-size: 5vw;
    line-height: 1.5;
  }
  .section-title h2 span.fss {
    font-size: 3.5vw;
  }
  .section-title h2 span.underline {
    border-bottom: 2px solid #ff8a01;
  }
  .section-title p {
    margin-top: 4vw;
  }
}
/*
-------------------------------------------
Header
-------------------------------------------
*/
header {
  background-color: #fff;
  padding: 1.5vw 0 0.9vw;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
header .logo {
  float: left;
  width: 15vw;
  margin-top: 1.2vw;
}
header .nav {
  float: right;
}

@media only screen and (max-width: 768px) {
  header {
    padding: 0;
    position: relative;
  }
  header .l-inner {
    width: 100%;
  }
  header .logo {
    float: none;
    width: 40vw;
    display: block;
    margin: 4vw auto 2.5vw;
  }
  header .nav {
    float: none;
    font-size: 0;
    position: fixed;
    width: 100%;
    bottom: -12vw;
  }
  header .tel {
    display: inline-block;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    line-height: 1;
    width: 12%;
  }
  header .tel .icon {
    width: 100%;
    height: 12vw;
    border-radius: 0px;
    -webkit-border-radius: 0px;
  }
  header .tel .icon figure {
    width: 4vw;
  }
  header .sub-cta {
    padding: 0;
    width: 33%;
    background-color: #ffedd9;
    height: 12vw;
    line-height: 12vw;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 3.3vw;
    border-radius: 0px;
    -webkit-border-radius: 0px;
  }
  header .sub-cta figure {
    display: inline-block;
    margin-right: 1vw;
    vertical-align: middle;
  }
  header .sub-cta figure img {
    width: 3.5vw;
    position: relative;
    top: 2.2vw;
  }
  header .cta {
    padding: 0;
    width: 55%;
    height: 12vw;
    line-height: 12vw;
    background-color: #ff8a01;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    position: relative;
  }
  header .cta figure {
    position: absolute;
    height: 4.5vw;
    top: -2.6vw;
    right: 3vw;
    bottom: 0;
    margin: auto;
  }
  header .cta figure img {
    height: 4.5vw;
    width: auto;
  }

  header.fixed .nav {
    bottom: 0vw;
  }
}
/*
-------------------------------------------
Fv
-------------------------------------------
*/
.fv {
  background-image: url(../img/bg-fv.jpg);
  background-size: cover;
  background-position: center;
  padding: 13vw 0 8vw;
}
.fv .copy {
  margin-bottom: 2.5vw;
}
.fv .copy figure {
  display: inline-block;
  margin-right: 2vw;
  width: 9vw;
}
.fv .copy div {
  display: inline-block;
  vertical-align: top;
  width: 40vw;
  padding-top: 0.3vw;
}
.fv .copy h2 {
  color: #0062cb;
  font-size: 2.5vw;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.fv .copy h2:after {
  display: block;
  content: "";
  background-color: #fff0b9;
  position: absolute;
  width: 100%;
  height: 1.3vw;
  bottom: 0.3vw;
  left: -0.5vw;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .fv {
    background-image: url(../img/bg-fv.jpg);
    background-size: 137%;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 10vw 0 68vw;
    background-color: #f4f9ff;
  }
  .fv .copy {
    margin-bottom: 5vw;
    width: 95vw;
  }
  .fv .copy figure {
    margin-right: 3vw;
    width: 18.5vw;
  }
  .fv .copy div {
    width: 70vw;
    padding-top: 1vw;
  }
  .fv .copy h2 {
    font-size: 5vw;
  }
  .fv .copy h2:after {
    height: 3.3vw;
    bottom: 1.3vw;
    left: -1vw;
  }
}
/*
-------------------------------------------
works
-------------------------------------------
*/
.works ul {
  text-align: center;
  font-size: 0px;
  margin-bottom: 1vw;
}
.works ul li {
  display: inline-block;
  width: 23.5%;
  margin-right: 2%;
}
.works ul li figure {
  font-size: 0px;
  width: 100%;
}
.works ul li:last-child {
  margin-right: 0%;
}
.works .caption {
  font-size: 0.9vw;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .works ul {
    text-align: center;
    font-size: 0px;
    margin-bottom: 1.5vw;
  }
  .works ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3.3vw;
  }
  .works ul li:nth-of-type(2) {
    margin-right: 0%;
  }
  .works ul li:last-child {
    margin-right: 0%;
  }
  .works .caption {
    font-size: 2.7vw;
    text-align: right;
  }
}
/*
-------------------------------------------
reason
-------------------------------------------
*/
.reason {
  background-color: #f4f9ff;
}
.reason .section-heading {
  background-color: #0062cb;
  padding: 3vw 0;
  text-align: center;
}
.reason .section-heading h3 {
  font-size: 1.8vw;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.reason .section-heading h3 figure {
  width: 6vw;
  position: absolute;
  top: -5vw;
  left: -6vw;
}
.reason .contents .cl-content {
  background-color: #ffffff;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
  text-align: center;
  margin-bottom: 3vw;
  padding: 4.5vw 0;
}
.reason .contents .cl-content h3 {
  color: #009844;
  display: inline-block;
  padding: 1vw 2vw;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border: 2px solid #009844;
  line-height: 1;
  font-size: 1.3vw;
  margin-bottom: 1vw;
}
.reason .contents .cl-content .box {
  text-align: left;
  margin-top: 3vw;
}
.reason .contents .cl-content .box .left {
  width: 46%;
  float: left;
}
.reason .contents .cl-content .box .right {
  width: 46%;
  float: right;
}
.reason .contents .cl-content .box h4 {
  font-size: 1.5vw;
  margin-bottom: 2vw;
  margin-top: 1vw;
}
.reason .contents .cl-content .box p {
  margin-bottom: 1vw;
}
.reason .contents .cl-content .cl-heading {
  font-size: 1.5vw;
  margin: 1vw 0 2.5vw;
}
.reason .contents .cl-content .main {
  font-size: 0px;
}
.reason .contents .cl-content .main li {
  padding: 2vw 0;
  border-top: 1px solid #deedff;
}
.reason .contents .cl-content .main li img {
  display: inline-block;
  width: 20%;
  margin-right: 5%;
}
.reason .contents .cl-content .main li div {
  width: 75%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-top: 0.5vw;
}
.reason .contents .cl-content .main li div h5 {
  font-size: 1.3vw;
  line-height: 1.5;
  margin-bottom: 1vw;
}
.reason .contents .cl-content .main li div h5 span {
  margin-right: 0.5vw;
}
.reason .contents .cl-content .main li div h5 figure {
  width: 2vw;
  font-size: 0px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4vw;
  position: relative;
  top: -0.2vw;
}
.reason .contents .cl-content .main li div h5 figure img {
  width: 100%;
  display: block;
  margin-right: 0;
}
.reason .contents .cl-content .main li div p {
  font-size: 1vw;
}
.reason .contents .cl-content .main li:last-child {
  border-bottom: 1px solid #deedff;
}
.reason .contents .cl-content .sub-heading {
  text-align: center;
  font-size: 1.5vw;
  color: #ff8a01;
  margin: 3.5vw 0 2.5vw;
}
.reason .contents .cl-content .sub-heading figure {
  font-size: 0px;
  width: 4vw;
  display: inline-block;
  margin-right: 0.5vw;
}
.reason .contents .cl-content .sub-heading p {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  margin-top: 0.65vw;
}
.reason .contents .cl-content .sub {
  font-size: 0px;
  text-align: center;
  width: 68vw;
  margin: 0 auto;
}
.reason .contents .cl-content .sub li {
  background-color: #f4f9ff;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
  padding: 2.5vw;
  text-align: left;
  width: 48.5%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
  height: 22.5vw;
  margin-bottom: 2vw;
  position: relative;
}
.reason .contents .cl-content .sub li h5 {
  font-size: 1.3vw;
  padding-left: 2.75vw;
  padding-bottom: 0.5vw;
  line-height: 1.5;
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 2vw;
  background-position: top left;
  margin-bottom: 0.75vw;
}
.reason .contents .cl-content .sub li p {
  font-size: 1vw;
}
.reason .contents .cl-content .sub li .popbtn {
  background-color: #ffffff;
  color: #0b9aff;
  padding: 1vw 0;
  font-size: 1.1vw;
  text-align: center;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  margin-top: 2.5vw;
  font-weight: bold;
  position: absolute;
  width: 20vw;
  bottom: 2.5vw;
}
.reason .contents .cl-content .sub li:nth-of-type(2),
.reason .contents .cl-content .sub li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .reason .section-heading {
    padding: 6vw 0;
  }
  .reason .section-heading h3 {
    font-size: 4vw;
  }
  .reason .section-heading h3 figure {
    width: 15vw;
    position: absolute;
    top: -12vw;
    left: -17vw;
  }
  .reason .contents .cl-content {
    border-radius: 1.5vw;
    -webkit-border-radius: 1.5vw;
    margin-bottom: 6vw;
    padding: 8.5vw 0;
  }
  .reason .contents .cl-content h3 {
    padding: 3vw 6vw 2.5vw;
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  .reason .contents .cl-content .box {
    text-align: left;
    margin-top: 6vw;
  }
  .reason .contents .cl-content .box .left {
    width: 100%;
    float: none;
  }
  .reason .contents .cl-content .box .right {
    width: 100%;
    float: none;
    margin-bottom: 6vw;
  }
  .reason .contents .cl-content .box h4 {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
  .reason .contents .cl-content .box p {
    margin-bottom: 2vw;
    font-size: 3.3vw;
  }
  .reason .contents .cl-content .cl-heading {
    font-size: 4vw;
    margin: 1vw 0 5.5vw;
  }
  .reason .contents .cl-content .main {
    font-size: 0px;
  }
  .reason .contents .cl-content .main li {
    padding: 8vw 0;
    border-top: 1px solid #deedff;
  }
  .reason .contents .cl-content .main li img {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  .reason .contents .cl-content .main li div {
    width: 100%;
    padding-top: 6vw;
  }
  .reason .contents .cl-content .main li div h5 {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 3vw;
    padding-left: 12vw;
    position: relative;
  }
  .reason .contents .cl-content .main li div h5 span {
    margin-right: 0.5vw;
  }
  .reason .contents .cl-content .main li div h5 figure {
    width: 8vw;
    margin-right: 0vw;
    top: 0.5vw;
    position: absolute;
    left: 0;
  }
  .reason .contents .cl-content .main li div p {
    font-size: 3.3vw;
  }
  .reason .contents .cl-content .main li:last-child {
    border-bottom: 1px solid #deedff;
  }
  .reason .contents .cl-content .sub-heading {
    font-size: 3.5vw;
    margin: 9.5vw 0 7.5vw;
  }
  .reason .contents .cl-content .sub-heading figure {
    width: 12vw;
  }
  .reason .contents .cl-content .sub-heading p {
    line-height: 1.5;
    margin-top: 1.5vw;
  }
  .reason .contents .cl-content .sub {
    width: 100%;
    font-size: 0px;
    text-align: center;
  }
  .reason .contents .cl-content .sub li {
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    padding: 6vw 5vw;
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 4vw;
  }
  .reason .contents .cl-content .sub li h5 {
    font-size: 4vw;
    padding-left: 7vw;
    padding-bottom: 1.5vw;
    background-size: 5vw;
    margin-bottom: 2vw;
  }
  .reason .contents .cl-content .sub li p {
    font-size: 3.3vw;
  }
  .reason .contents .cl-content .sub li .popbtn {
    padding: 3.3vw 0;
    font-size: 3vw;
    margin-top: 6vw;
    width: 100%;
    bottom: 0;
    position: relative;
  }
  .reason .contents .cl-content .sub li:nth-of-type(3),
  .reason .contents .cl-content .sub li:last-child {
    margin-right: 0;
  }
}
/*
-------------------------------------------
course
-------------------------------------------
*/
.course {
  background-color: #0062cb;
  padding: 6vw 0;
}
.course .section-title h2 {
  color: #ffffff;
  font-size: 1.8vw;
}
.course ul {
  font-size: 0px;
}
.course ul li {
  background-color: #f4f9ff;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
  padding: 2.5vw;
  text-align: left;
  width: 31%;
  margin-right: 3.5%;
  display: inline-block;
  vertical-align: top;
  height: 22vw;
  position: relative;
}
.course ul li h3 {
  color: #ffffff;
  padding: 1.2vw 1vw 1vw;
  text-align: center;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
  background-color: #0dcd49;
  font-size: 1.3vw;
  margin-bottom: 1.5vw;
  line-height: 1;
}
.course ul li p {
  font-size: 1vw;
}
.course ul li .popbtn {
  display: block;
  background-color: #ffffff;
  color: #0b9aff;
  padding: 1vw 0;
  font-size: 1.1vw;
  text-align: center;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  margin-top: 2.5vw;
  font-weight: bold;
  position: absolute;
  width: 20vw;
  bottom: 2.5vw;
}
.course ul li.middle h3 {
  background-color: #0b9aff;
}
.course ul li.high h3 {
  background-color: #0062cb;
}
.course ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .course {
    background-color: #0062cb;
    padding: 12vw 0 10vw;
  }
  .course .section-title h2 {
    color: #ffffff;
    font-size: 4.5vw;
  }
  .course ul {
    font-size: 0px;
  }
  .course ul li {
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    padding: 6vw 5vw;
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 4vw;
  }
  .course ul li h3 {
    padding: 4vw 1vw 3.5vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    font-size: 3.8vw;
    margin-bottom: 3.5vw;
  }
  .course ul li p {
    font-size: 3.3vw;
  }
  .course ul li .popbtn {
    padding: 3vw 0;
    font-size: 3.3vw;
    margin-top: 6vw;
    width: 100%;
    bottom: 0;
    position: relative;
  }
  .course ul li.middle h3 {
    background-color: #0b9aff;
  }
  .course ul li.high h3 {
    background-color: #0062cb;
  }
  .course ul li:last-child {
    margin-right: 0;
  }
}
/*
-------------------------------------------
case
-------------------------------------------
*/
/*
-------------------------------------------
popup
-------------------------------------------
*/
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -2;
}
.popup .popup-area {
  position: absolute;
  width: 700px;
  height: 80%;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
  background-color: #fff;
}
.popup .popup-area img {
  width: 640px;
  margin: 4vw auto;
}
.popup .closebtn-area {
  width: 700px;
  position: fixed;
}
.popup .closebtn {
  position: absolute;
  width: 3vw;
  top: -2vw;
  right: 2vw;
}
.popup .closebtn img {
  width: 100%;
}

.popup.visible {
  opacity: 1;
  z-index: 10000;
}

@media only screen and (max-width: 768px) {
  .popup .popup-area {
    width: 94vw;
    height: 80%;
    top: 0%;
  }
  .popup .popup-area img {
    width: 90%;
    margin: 8vw auto;
  }
  .popup .closebtn-area {
    width: 94vw;
    position: fixed;
  }
  .popup .closebtn {
    position: absolute;
    width: 10vw;
    top: -20vw;
    right: 0vw;
  }
}
/*
-------------------------------------------
footer
-------------------------------------------
*/
footer {
  padding: 2vw 0;
  text-align: center;
}

/*
-------------------------------------------
冬期講習＆Mugen　追加SCSS
-------------------------------------------
*/
@media (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

@media (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

@media (min-width: 769px) {
  .box-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .box-column > li {
    width: calc((100% - 3vw) / 2);
  }
}
@media (max-width: 768px) {
  .box-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .box-column > li {
    width: 100%;
    margin-bottom: 11vw;
  }
  .box-column > li:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .overview-dl {
    width: 100%;
    text-align: left;
    margin-bottom: 0.5vw;
  }
  .overview-dl > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.5vw;
  }
  .overview-dl > div > dt {
    width: 5em;
  }
  .overview-dl > div > dd {
    width: calc(100% - 5em);
  }
  .overview-dl > div.-course > dt {
    width: 10em;
  }
  .overview-dl > div.-course > dd {
    width: calc(100% - 10em);
  }
  .overview-dl > div:last-child {
    margin-bottom: 0;
  }
  .overview-dl:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .overview-dl {
    width: 100%;
    text-align: left;
    margin-bottom: 0.5vw;
  }
  .overview-dl > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.5vw;
  }
  .overview-dl > div > dt {
    width: 5.5em;
  }
  .overview-dl > div > dd {
    width: calc(100% - 5.5em);
  }
  .overview-dl > div.-course > dt {
    width: 10em;
  }
  .overview-dl > div.-course > dd {
    width: calc(100% - 10em);
  }
  .overview-dl > div:last-child {
    margin-bottom: 0;
  }
  .overview-dl:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 359px) {
  .overview-dl > div > dt {
    width: 6em;
  }
  .overview-dl > div > dd {
    width: calc(100% - 6em);
  }
  .overview-dl > div.-course > dt {
    width: 10em;
  }
  .overview-dl > div.-course > dd {
    width: calc(100% - 10em);
  }
  .overview-dl > div:last-child {
    margin-bottom: 0;
  }
  .overview-dl:last-child {
    margin-bottom: 0;
  }
}

.list__asterisk {
  width: 100%;
  margin: 0.5vw 0;
  list-style: none;
  text-align: left;
}
.list__asterisk > li {
  position: relative;
  width: 100%;
  margin-bottom: 0.5vw;
  padding-left: 1em;
}
.list__asterisk > li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "※";
}
.list__asterisk:first-child {
  margin-top: 0;
}
.list__asterisk:last-child {
  margin-bottom: 0;
}
.list__asterisk:last-child > li:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .headline-border {
    color: #009844;
    display: inline-block;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
    border-radius: 1000px;
    border: 2px solid #009844;
    line-height: 1;
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .headline-border {
    color: #009844;
    display: inline-block;
    padding: 3vw 6vw 2.5vw;
    margin-bottom: 6vw;
    border-radius: 1000px;
    border: 2px solid #009844;
    line-height: 1;
    font-size: 3.5vw;
  }
}

@media (min-width: 769px) {
  .btn-next {
    min-width: 15em;
    padding: 1.3vw 16px 1.4vw;
    background-color: #0062cb;
    color: white;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5vw;
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
  }
  .btn-next figure {
    display: inline-block;
    margin-right: 0.2vw;
    vertical-align: middle;
  }
  .btn-next figure img {
    width: 1vw;
  }
  .btn-next span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .btn-next {
    min-width: 15em;
    padding: 3vw 16px 3vw;
    background-color: #0062cb;
    color: white;
    display: inline-block;
    vertical-align: top;
    margin: 0 0vw 3vw;
    font-size: 3.5vw !important;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
  }
  .btn-next figure {
    display: inline-block;
    height: 4.5vw;
    right: 5vw;
    margin-right: 0.2vw;
    vertical-align: middle;
  }
  .btn-next span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
}

.touki {
  background-color: #f4f9ff;
}
.touki .section-heading {
  background-color: #0062cb;
  padding: 3vw 0;
  text-align: center;
}
.touki .section-heading h3 {
  font-size: 1.8vw;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.touki .section-heading h3 figure {
  width: 6vw;
  position: absolute;
  top: -5vw;
  left: -6vw;
}
.touki .section-title span.-inline-block {
  display: inline-block;
}
.touki .contents .cl-content {
  background-color: #ffffff;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
  text-align: center;
  margin-bottom: 3vw;
  padding: 4.5vw 0;
}
.touki .contents .cl-content .cl-heading {
  font-size: 1.5vw;
  margin: 1vw 0 2.5vw;
}

@media only screen and (max-width: 768px) {
  .touki {
    font-size: 3.3vw;
  }
  .touki .section-heading {
    padding: 6vw 0;
  }
  .touki .section-heading h3 {
    font-size: 4vw;
  }
  .touki .section-heading h3 figure {
    width: 15vw;
    position: absolute;
    top: -12vw;
    left: -17vw;
  }
  .touki .section-title span.-inline-block {
    display: inline-block;
  }
  .touki .contents .cl-content {
    border-radius: 1.5vw;
    -webkit-border-radius: 1.5vw;
    margin-bottom: 6vw;
    padding: 8.5vw 0;
  }
  .touki .contents .cl-content .cl-heading {
    font-size: 4vw;
    margin: 1vw 0 11vw;
  }
}
.mugen {
  background-color: #f4f9ff;
}
.mugen .section-heading {
  background-color: #0062cb;
  padding: 3vw 0;
  text-align: center;
}
.mugen .section-heading h3 {
  font-size: 1.8vw;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.mugen .section-heading h3 figure {
  width: 6vw;
  position: absolute;
  top: -5vw;
  left: -6vw;
}
.mugen .contents .cl-content {
  background-color: #ffffff;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
  text-align: center;
  margin-bottom: 3vw;
  padding: 4.5vw 0;
}
.mugen .contents .cl-content .cl-heading {
  font-size: 1.5vw;
  margin: 1vw 0 2.5vw;
}
.mugen .contents .main {
  margin-bottom: 2.5vw;
  font-size: 0px;
}
.mugen .contents .main li {
  padding: 2vw 0;
  border-top: 1px solid #deedff;
}
.mugen .contents .main li img {
  display: inline-block;
  width: 20%;
  margin-right: 5%;
}
.mugen .contents .main li div {
  width: 75%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-top: 0.5vw;
}
.mugen .contents .main li div h5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.3vw;
  line-height: 1.5;
  margin-bottom: 1vw;
}
.mugen .contents .main li div h5 span {
  margin-right: 0.5vw;
}
.mugen .contents .main li div h5 figure {
  font-size: 0px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4vw;
}
.mugen .contents .main li div h5 figure img {
  width: 100%;
  display: block;
  margin-right: 0;
}
.mugen .contents .main li div p {
  font-size: 1vw;
}
.mugen .contents .main li:last-child {
  border-bottom: 1px solid #deedff;
}
.mugen .contents .sub-cta {
  padding: 1.3vw 2vw 1.4vw;
  background-color: #ffedd9;
  color: #ff8a01;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5vw;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  border-radius: 1000px;
}
.mugen .contents .sub-cta span {
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .mugen {
    font-size: 3.3vw;
  }
  .mugen .section-heading {
    padding: 6vw 0;
  }
  .mugen .section-heading h3 {
    font-size: 4vw;
  }
  .mugen .section-heading h3 figure {
    width: 15vw;
    position: absolute;
    top: -12vw;
    left: -17vw;
  }
  .mugen .contents .cl-content {
    border-radius: 1.5vw;
    -webkit-border-radius: 1.5vw;
    margin-bottom: 6vw;
    padding: 8.5vw 0;
  }
  .mugen .contents .cl-content .cl-heading {
    font-size: 4vw;
    margin: 1vw 0 11vw;
  }
  .mugen .contents .main {
    margin-bottom: 7.5vw;
    font-size: 0px;
  }
  .mugen .contents .main li {
    padding: 8vw 0;
    border-top: 1px solid #deedff;
  }
  .mugen .contents .main li img {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  .mugen .contents .main li div {
    width: 100%;
    padding-top: 6vw;
  }
  .mugen .contents .main li div h5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 3vw;
  }
  .mugen .contents .main li div h5 span {
    margin-right: 0.5vw;
  }
  .mugen .contents .main li div h5 figure {
    margin-right: 1.5vw;
    top: 0.5vw;
  }
  .mugen .contents .main li div p {
    font-size: 3.3vw;
  }
  .mugen .contents .main li:last-child {
    border-bottom: 1px solid #deedff;
  }
  .mugen .contents .sub-cta {
    padding: 3vw 7vw 3vw;
    background-color: #ffedd9;
    color: #ff8a01;
    display: inline-block;
    vertical-align: top;
    margin: 0 0vw 3vw;
    font-size: 3.5vw !important;
    font-weight: bold;
    text-align: center;
    border-radius: 1000px;
  }
  .mugen .contents .sub-cta span {
    display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
  }
}
/*
-------------------------------------------
春期講習　追加SCSS
-------------------------------------------
*/
.spring .cta-area-02 .caption {
  font-size: 0.9vw;
  margin-top: 2vw;
}
.spring .touki h4 {
  font-size: 1.35vw;
}
.spring .touki ul li:first-child {
  border-right: 1px solid #eee;
}

@media only screen and (max-width: 768px) {
  .spring .cta-area-02 .caption {
    font-size: 3vw;
    margin-top: 4vw;
  }
  .spring .touki h4 {
    font-size: 3.75vw;
  }
  .spring .touki ul li:first-child {
    padding-bottom: 8vw;
    border-right: 0px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
/*
-------------------------------------------
夏季講習　追加SCSS
-------------------------------------------
*/
.summer-merit p {
  font-size: 1.1vw;
  padding: 1vw 2vw 0;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .summer-merit p {
    font-size: 3.2vw;
    padding: 3vw 2vw 0;
    text-align: left;
  }
}
.new-banner {
  padding-top: 20px;
  padding-bottom: 20px;
}
