@charset "UTF-8";
/* ------------------------------------------------------
 * Reset
 * The new CSS Reset - version 1.2.0 (last updated 23.7.2021)
------------------------------------------------------ */
:where(:not(iframe, canvas, img, svg, video):not(svg*)) {
  all: unset;
  display: revert;
}

*, ::after, ::before {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/* Color
============================================= */
/* Size
============================================= */
/* Break Point
============================================= */
/* Container
============================================= */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 100%;
  scroll-behavior: auto !important;
  background: #e8f7fe;
}

body {
  color: #1a527a;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  letter-spacing: 0;
  background: #e8f7fe;
}

img {
  height: auto !important;
}

/* Container
============================================= */
@media (min-width: 992px) {
  .container.size-ss,
.container-sm.size-ss,
.container-md.size-ss,
.container-lg.size-ss,
.container-xl.size-ss,
.container-xxl.size-ss {
    max-width: calc(660px + var(--bs-gutter-x, 1.5rem));
  }
}
@media (min-width: 992px) {
  .container.size-s,
.container-sm.size-s,
.container-md.size-s,
.container-lg.size-s,
.container-xl.size-s,
.container-xxl.size-s {
    max-width: calc(800px + var(--bs-gutter-x, 1.5rem));
  }
}
@media (min-width: 1200px) {
  .container.size-m,
.container-sm.size-m,
.container-md.size-m,
.container-lg.size-m,
.container-xl.size-m,
.container-xxl.size-m {
    max-width: calc(900px + var(--bs-gutter-x, 1.5rem));
  }
}
@media (min-width: 1200px) {
  .container.size-ml,
.container-sm.size-ml,
.container-md.size-ml,
.container-lg.size-ml,
.container-xl.size-ml,
.container-xxl.size-ml {
    max-width: calc(980px + var(--bs-gutter-x, 1.5rem));
  }
}
@media (min-width: 1400px) {
  .container.size-l,
.container-sm.size-l,
.container-md.size-l,
.container-lg.size-l,
.container-xl.size-l,
.container-xxl.size-l {
    max-width: calc(1120px + var(--bs-gutter-x, 1.5rem));
  }
}

/* Link
============================================= */
a {
  transition: all 0.3s !important;
}

/* Background Color
============================================= */
.bg-text {
  background: #333 !important;
}

.bg-theme-sky {
  background: #e8f7fe !important;
}

.bg-theme-blue {
  background: #1a527a !important;
}

.bg-theme-pink {
  background: #fc63a0 !important;
}

.bg-theme-pink-l {
  background: #feeff5 !important;
}

.bg-theme-line {
  background: #d7e8ef !important;
}

/* Font Color
============================================= */
.text-text {
  color: #333 !important;
}

.text-theme-sky {
  color: #e8f7fe !important;
}

.text-theme-blue {
  color: #1a527a !important;
}

.text-theme-pink {
  color: #fc63a0 !important;
}

.text-theme-pink-l {
  color: #feeff5 !important;
}

.text-theme-line {
  color: #d7e8ef !important;
}

/* Font Size
============================================= */
.size-8 {
  font-size: 0.5rem !important;
}

.size-9 {
  font-size: 0.5625rem !important;
}

.size-10 {
  font-size: 0.625rem !important;
}

.size-11 {
  font-size: 0.6875rem !important;
}

.size-12 {
  font-size: 0.75rem !important;
}

.size-13 {
  font-size: 0.8125rem !important;
}

.size-14 {
  font-size: 0.875rem !important;
}

.size-15 {
  font-size: 0.9375rem !important;
}

.size-16 {
  font-size: 1rem !important;
}

.size-17 {
  font-size: 1.06rem !important;
}

.size-18 {
  font-size: 1.125rem !important;
}

.size-19 {
  font-size: 1.1875rem !important;
}

.size-20 {
  font-size: 1.25rem !important;
}

.size-22 {
  font-size: 1.375rem !important;
}

.size-24 {
  font-size: 1.5rem !important;
}

.size-26 {
  font-size: 1.625rem !important;
}

.size-27 {
  font-size: 1.6875rem !important;
}

.size-28 {
  font-size: 1.75rem !important;
}

.size-29 {
  font-size: 1.8125rem !important;
}

.size-30 {
  font-size: 1.857rem !important;
}

.size-31 {
  font-size: 1.9375rem !important;
}

.size-32 {
  font-size: 2rem !important;
}

.size-33 {
  font-size: 2.0625rem !important;
}

.size-34 {
  font-size: 2.125rem !important;
}

.size-35 {
  font-size: 2.1875rem !important;
}

.size-36 {
  font-size: 2.25rem !important;
}

.size-40 {
  font-size: 2.5rem !important;
}

.size-42 {
  font-size: 2.625rem !important;
}

.size-44 {
  font-size: 2.75rem !important;
}

.size-46 {
  font-size: 2.875rem !important;
}

.size-50 {
  font-size: 3.125rem !important;
}

.size-52 {
  font-size: 3.25rem !important;
}

.size-55 {
  font-size: 3.4375rem !important;
}

.size-60 {
  font-size: 3.75rem !important;
}

.size-62 {
  font-size: 3.875rem !important;
}

.size-66 {
  font-size: 4.125rem !important;
}

/* Font Weight
============================================= */
.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

/* Font Family
============================================= */
.family-base {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/* Text blur
============================================= */
.no-spacing {
  letter-spacing: 0;
}

/* Img-container
============================================= */
.img-container {
  line-height: 0 !important;
}

/* Title
============================================= */
.title.typeA {
  display: inline-block;
  background: #fc63a0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  border-radius: 10rem;
  font-size: 1.375rem;
  min-width: 15.625rem;
  text-align: center;
  padding: 0.25rem 0;
  margin-bottom: 1rem;
}
.title.typeB {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
}
.title.typeB .sub {
  color: #fc63a0;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.3rem;
}
.title.typeB .main {
  font-size: 1.8125rem;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .title.typeB .main {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .title.typeB .main {
    font-size: 1.375rem;
  }
}
.title.typeB .main .inner {
  padding: 0.8rem;
  background: #fc63a0;
}
.title.typeB .main::before, .title.typeB .main::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: #fc63a0;
  top: 50%;
  transform: translateY(-50%);
}
.title.typeB .main::before {
  left: 0;
}
.title.typeB .main::after {
  right: 0;
}

/* Balloon
============================================= */
/* Accordion
============================================= */
/* Note
============================================= */
/* List
============================================= */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding-left: 3.5rem;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid #1a527a;
  text-align: left;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}
ul li::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.7rem;
  background: url("../images/marker.jpg") center center/contain no-repeat;
}
@media (max-width: 575px) {
  ul li {
    padding-left: 3rem;
  }
}

/* Button
============================================= */
.btn.typeA {
  border: 4px solid #fff;
  background: linear-gradient(to right, #038dc1 0%, #038dc1 30%, #0ab7a1 60%, #0ab7a1 100%);
  position: relative;
  border-radius: 20rem;
  padding: 1.5rem 3rem;
  text-align: center;
  font-size: 2.25rem;
  font-style: italic;
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0px 0px 46px 7px #cff0fe;
  z-index: 0;
}
@media (max-width: 767px) {
  .btn.typeA {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  .btn.typeA {
    font-size: 1.375rem;
    padding: 1.5rem;
  }
}
.btn.typeA::before, .btn.typeA::after {
  position: absolute;
  display: inline-block;
  content: "";
}
.btn.typeA::before {
  width: 3.625rem;
  height: 6.9375rem;
  background: url("../images/btn_left.png") center center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
}
.btn.typeA::after {
  width: 3.625rem;
  height: 6.9375rem;
  background: url("../images/btn_right.png") center center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}
@media (max-width: 575px) {
  .btn.typeA::before, .btn.typeA::after {
    width: 1.5rem;
    height: 3rem;
  }
}
.btn.typeA .angle {
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  top: -0.3rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .btn.typeA .angle {
    top: -0.2rem;
  }
}
@media (max-width: 575px) {
  .btn.typeA .angle {
    top: -0.05rem;
    font-size: 1.125rem;
  }
}
.btn.typeA .small {
  font-size: 1.6875rem;
}
@media (max-width: 767px) {
  .btn.typeA .small {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .btn.typeA .small {
    font-size: 1rem;
  }
}

/* Pagetop
============================================= */
/* Loader
============================================= */
/* Table
============================================= */
/* Modal
============================================= */
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
/* Header
============================================= */
header#mastHead {
  background: url("../images/block_1_bg.jpg") left top/100% auto no-repeat;
  overflow: hidden;
}
@media (max-width: 575px) {
  header#mastHead {
    background: url("../images/block_1_bg_sp.jpg") left bottom 20%/100% auto no-repeat;
  }
}
header#mastHead .hero {
  position: relative;
  padding-top: 4rem;
}
@media (max-width: 575px) {
  header#mastHead .hero {
    padding-top: 3rem;
  }
}
header#mastHead .hero .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
header#mastHead .hero .text {
  position: relative;
  z-index: 3;
}
header#mastHead .hero .text img {
  min-width: 120%;
  position: relative;
}
@media (max-width: 575px) {
  header#mastHead .hero .text img {
    min-width: auto;
    width: 100%;
  }
}
header#mastHead .hero .logo-line {
  position: absolute;
  left: -10%;
  width: 100%;
  top: 35%;
  z-index: 2;
}
@media (max-width: 575px) {
  header#mastHead .hero .logo-line {
    display: none;
  }
}
header#mastHead .hero .logo-line img {
  width: 125%;
  max-width: 125%;
}
header#mastHead .pr {
  color: #1a527a;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: -1rem;
}
header#mastHead .pr p {
  line-height: 1.58;
}
header#mastHead .pr p + p {
  margin-top: 1.8rem;
}

/* Footer
============================================= */
footer#mastFoot {
  background: #fff;
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
}

/* Global Navi
============================================= */
/* Section
============================================= */
#Contact {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #c5dde7;
}
#Contact .subttl {
  background: #1a527a;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
}
#Contact a {
  color: #1a527a;
  display: inline-block;
  position: relative;
  margin-top: 1rem;
}
#Contact a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -1rem;
  top: 50%;
  border-right: 1px solid #1a527a;
  border-bottom: 1px solid #1a527a;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
}
#Contact .time {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
}
#Contact h2 {
  font-size: 2.125rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  z-index: 0;
  margin-bottom: 1.6rem;
}
#Contact h2::before, #Contact h2::after {
  display: inline-block;
  position: absolute;
  content: "";
  z-index: -1;
}
#Contact h2::before {
  width: 12.5625rem;
  height: 9.125rem;
  background: url("../images/ttl_l.png") center center/contain no-repeat;
  top: 30%;
  transform: translateY(-50%);
  left: 4%;
}
#Contact h2::after {
  width: 12rem;
  height: 9.375rem;
  background: url("../images/ttl_r.png") center center/contain no-repeat;
  top: 40%;
  transform: translateY(-50%);
  right: 7%;
}
@media (max-width: 575px) {
  #Contact h2 {
    font-size: 1.75rem;
  }
  #Contact h2::before {
    left: -1.5rem;
  }
  #Contact h2::after {
    right: -2.5rem;
  }
}
#Contact h2 .sub {
  margin-top: 0.6rem;
  display: block;
  font-size: 1rem;
}
#Contact .number {
  font-size: 2.625rem;
  font-weight: 700;
}
#Contact .number img {
  width: 2.5rem;
}
@media (max-width: 575px) {
  #Contact .number {
    font-size: 2.25rem;
  }
  #Contact .number img {
    width: 1.8rem;
  }
}

#Pagetop {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: #038dc1;
}
#Pagetop::before {
  content: "";
  display: inline-block;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  position: absolute;
}
@media (max-width: 575px) {
  #Pagetop {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    background: #39abd6;
  }
}

#SNS {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
#SNS img {
  width: 2.625rem;
}

#Policy {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  background: #31a2cd;
}
#Policy a {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.9375rem;
}

#Copyright {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  color: #fff;
  font-size: 0.6875rem;
  background: #038dc1;
}
#Copyright a {
  color: #fff !important;
  text-decoration: none;
}

section {
  background: #fff;
  background-image: url("../images/table_lt.jpg"), url("../images/table_rt.jpg"), url("../images/table_rb.jpg"), url("../images/table_lb.jpg"), url("../images/table_t.jpg"), url("../images/table_r.jpg"), url("../images/table_b.jpg"), url("../images/table_l.jpg");
  background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 4.3125rem 4.3125rem;
  min-height: 20rem;
  padding: 5.5rem 2rem 4rem;
  box-shadow: 0px 0px 46px 7px #cff0fe;
  position: relative;
  z-index: 1;
  margin: 3rem 0;
}
@media (max-width: 575px) {
  section {
    padding: 5.5rem 1rem 4rem;
    margin: 1.5rem 0;
  }
  section:first-of-type {
    margin: 3rem 0 1.5rem;
  }
}
section h2 {
  font-size: 2.125rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  z-index: 0;
  margin-bottom: 2.8rem;
}
section h2::before, section h2::after {
  display: inline-block;
  position: absolute;
  content: "";
  z-index: -1;
}
section h2::before {
  width: 12.5625rem;
  height: 9.125rem;
  background: url("../images/ttl_l.png") center center/contain no-repeat;
  top: 30%;
  transform: translateY(-50%);
  left: 4%;
}
section h2::after {
  width: 12rem;
  height: 9.375rem;
  background: url("../images/ttl_r.png") center center/contain no-repeat;
  top: 40%;
  transform: translateY(-50%);
  right: 7%;
}
@media (max-width: 575px) {
  section h2 {
    font-size: 1.75rem;
  }
  section h2::before {
    left: -1.5rem;
  }
  section h2::after {
    right: -2.5rem;
  }
}
section h2 .sub {
  margin-top: 0.6rem;
  display: block;
  font-size: 1rem;
}

#Carriculum .cross-container {
  position: relative;
  z-index: 2;
}
#Carriculum .cross-container::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 3.4375rem;
  height: 3.4375rem;
  background: url("../images/cross.png") center center/contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  #Carriculum .cross-container::before {
    display: none;
  }
}
#Carriculum p {
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.55;
}

#Raise {
  padding-bottom: 4.5rem;
}
@media (max-width: 575px) {
  #Raise {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
#Raise h2 {
  margin-bottom: 2rem;
}
#Raise .block {
  position: relative;
}
#Raise .block::before, #Raise .block::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 3.5rem;
  background: #d7e8ef;
  position: absolute;
  z-index: 5;
}
#Raise .block::before {
  left: 0.6rem;
  top: -1rem;
  transform: rotate(45deg);
}
#Raise .block::after {
  right: 0.6rem;
  bottom: -1rem;
  transform: rotate(45deg);
}
#Raise .block .inner {
  background: #e8f7fe;
  padding: 1.4rem 1rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.1875rem;
  line-height: 1.5;
}
#Raise .block + .block {
  margin-top: 1.2rem;
}

#School {
  padding-bottom: 5rem;
}
#School p {
  font-size: 1.125rem;
  line-height: 1.9;
}
@media (max-width: 575px) {
  #School p {
    font-size: 1.06rem;
  }
}
#School p + p {
  margin-top: 2.2rem;
}
#School .img-1 {
  width: 100%;
  max-width: 30rem;
  height: auto;
}

#Instructor p {
  font-size: 1.125rem;
  line-height: 1.9;
}
@media (max-width: 575px) {
  #Instructor p {
    font-size: 1.06rem;
  }
}
#Instructor p + p {
  margin-top: 2.2rem;
}
#Instructor .catch {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #Instructor .catch {
    font-size: 1.25rem;
  }
}
#Instructor .subttl {
  margin-top: 1.5rem;
  border-top: 1px solid #1a527a;
  border-bottom: 1px solid #1a527a;
  text-align: center;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  #Instructor .subttl {
    font-size: 1.5rem;
  }
}
#Instructor .block {
  background: #feeff5;
  position: relative;
  padding: 1.5rem 1rem 2rem;
  margin-top: 2.2rem;
}
#Instructor .block::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.8125rem 2.8125rem 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#Instructor .block::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.8125rem 2.8125rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
#Instructor .block .subttl {
  display: inline-block;
  position: relative;
  border: 0;
  padding: 0;
  text-align: center;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
#Instructor .block .subttl::before, #Instructor .block .subttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3rem;
  height: 1px;
  background: #1a527a;
  top: 50%;
  transform: translateY(-50%);
}
#Instructor .block .subttl::before {
  left: 0;
}
#Instructor .block .subttl::after {
  right: 0;
}
@media (max-width: 767px) {
  #Instructor .block .subttl {
    padding-right: 0;
    padding-left: 0;
  }
  #Instructor .block .subttl::before, #Instructor .block .subttl::after {
    display: none;
  }
}
@media (max-width: 575px) {
  #Instructor .block .subttl {
    font-size: 1.375rem;
  }
}

#Learn p {
  font-size: 1.125rem;
  line-height: 1.9;
}
@media (max-width: 575px) {
  #Learn p {
    font-size: 1.06rem;
  }
}
#Learn p + p {
  margin-top: 2.2rem;
}

#Interview p {
  font-size: 1.125rem;
  line-height: 1.9;
}
@media (max-width: 575px) {
  #Interview p {
    font-size: 1.06rem;
  }
}
#Interview p + p {
  margin-top: 2.2rem;
}
#Interview .block figure {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}
#Interview .block figure img.person {
  width: 7.625rem;
}
#Interview .block .subttl {
  margin-top: 0.7rem;
  border-top: 1px solid #1a527a;
  border-bottom: 1px solid #1a527a;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  margin-bottom: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 575px) {
  #Interview .block .subttl {
    font-size: 1.25rem;
  }
}
#Interview .block .catch {
  font-weight: 700;
  margin-bottom: 2.5rem;
}
#Interview .block .comment {
  background: #feeff5;
  text-align: start;
  padding: 1.5rem 1.5rem 0.1rem;
  margin-top: 2.5rem;
}
@media (max-width: 575px) {
  #Interview .block .comment {
    padding: 1.5rem 1rem 0.1rem;
  }
}
#Interview .block .comment p {
  font-size: 1rem;
  line-height: 2;
}
#Interview .block .comment .subttl {
  border: none;
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
}
#Interview .block + .block {
  margin-top: 4rem;
}

#Course {
  counter-reset: course 0 courseD 3;
}
#Course .course {
  counter-increment: course 1;
  counter-reset: list 0;
}
#Course .course .typeB {
  position: relative;
}
#Course .course .typeB .sub {
  position: relative;
  border: 1px solid #fc63a0;
  background: #fff;
  display: inline-bblock;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  min-width: 8.75rem;
  z-index: 1;
  top: -0.7rem;
  font-weight: 700;
}
#Course .course .typeB .sub::before {
  content: "A" counter(course);
  position: relative;
}
#Course .course .typeB .inner {
  padding-top: 1.4rem;
}
#Course .course .typeB.courseB .sub::before {
  content: "B2";
}
#Course .course .typeB.courseC .sub::before {
  content: "C1 C2 C3";
}
#Course .course .typeB.courseD {
  counter-increment: courseD 1;
}
#Course .course .typeB.courseD .sub::before {
  content: "D" counter(courseD);
}
#Course .course ul li {
  counter-increment: list 1;
  padding-left: 4.3rem;
}
#Course .course ul li::before {
  content: "A" counter(course) "-" counter(list);
  background: none;
  width: 3.625rem;
  height: auto;
  color: #fc63a0;
  border: 1px solid #fc63a0;
  line-height: 1;
  padding: 0.1rem 0;
  top: 1.25rem;
  text-align: center;
}
#Course .course ul.courseB li::before {
  content: "B2-" counter(list);
}
#Course .course ul.courseC li::before {
  content: "C1-" counter(list);
}
#Course .course ul.courseD li::before {
  content: "D" counter(courseD) "-" counter(list);
}
#Course .course .comment {
  background: #feeff5;
  text-align: start;
  padding: 1.5rem 1.5rem 0.1rem;
  margin-top: 1.5rem;
}
#Course .course .comment p {
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 575px) {
  #Course .course .comment {
    padding: 1.5rem 1rem 0.1rem;
  }
}
#Course .course + .course {
  margin-top: 4rem;
}

#Points {
  padding-bottom: 4.5rem;
}
@media (max-width: 575px) {
  #Points {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#Points h2 {
  margin-bottom: 2rem;
}
#Points .block {
  position: relative;
}
#Points .block span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #feeff5 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
#Points .block::before, #Points .block::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 3.5rem;
  background: #d7e8ef;
  position: absolute;
  z-index: 5;
}
#Points .block::before {
  left: 0.6rem;
  top: -1rem;
  transform: rotate(45deg);
}
#Points .block::after {
  right: 0.6rem;
  bottom: -1rem;
  transform: rotate(45deg);
}
#Points .block .inner {
  background: #e8f7fe;
  padding: 1.4rem 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  font-size: 1.1875rem;
}
@media (max-width: 575px) {
  #Points .block .inner {
    padding: 1rem;
  }
}
#Points .block:last-of-type .inner {
  background: #feeff5;
}
#Points .block:last-of-type span {
  display: none;
}
#Points .block + .block {
  margin-top: 2rem;
}

#Profile {
  padding-top: 4.5rem;
}
#Profile .profile {
  width: 100%;
  max-width: 13rem;
  height: auto;
  margin-bottom: 1rem;
}
#Profile p {
  font-size: 1.125rem;
  line-height: 1.9;
}
@media (max-width: 575px) {
  #Profile p {
    font-size: 1.06rem;
  }
}
#Profile p + p {
  margin-top: 2.2rem;
}