@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  color: #282828;
  box-sizing: padding-box;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  box-sizing: border-box;
}

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

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

ol, ul {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #282828;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease-out;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: none;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #282828;
  outline: none;
}

*:focus {
  outline: none;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* section text margin style */
/*-----------------------------------------------*/
p {
  line-height: 1.8;
}

ol.decimal li {
  list-style-type: decimal;
  padding: 0 0 10px 10px;
}

ul.square li {
  list-style-type: square;
  padding: 0 0 10px 0px;
}

ul.disc li {
  list-style-type: disc;
}

.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.25s ease-out;
  image-rendering: -webkit-optimize-contrast;
}
img.imgCenter {
  margin: 0 auto;
  max-width: auto;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.clear {
  clear: both;
}

.rightBox {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .rightBox {
    float: right;
    padding: 0 0 10px 20px;
  }
}

.leftBox {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .leftBox {
    float: left;
    padding: 0 20px 10px 0;
  }
}

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

.hide {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt2em {
  padding-top: 2em !important;
}

.pt3em {
  padding-top: 3em !important;
}

@media screen and (max-width: 767px) {
  .onlyPc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .onlySp {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  header#masthead, #mastfoot {
    display: none;
  }
}
/* ----------------------------------------
	body
---------------------------------------- */
@media screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden;
  }
  body.fixed::after {
    position: fixed;
    top: 0;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
  }
}
#container {
  position: relative;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  position: relative;
  width: 100%;
  transition: all 0.25s ease-out;
  background: rgba(255, 255, 255, 0);
}
header#masthead .site_title {
  position: absolute;
  top: 33px;
  transform: translateY(-50%);
  left: 3%;
  z-index: 99;
  width: 107px;
}
@media print, screen and (min-width: 768px) {
  header#masthead .site_title {
    top: 48px;
    width: 150px;
  }
}
header#masthead .site_title a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: clamp(30px, 4.5vw, 50px);
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  header#masthead.fixed {
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
  }
}

.visual_home {
  position: relative;
  background-color: #e6f2ff;
  letter-spacing: 0rem;
  padding-top: 50px;
}
.visual_home #marble_01 {
  background-image: url(../images/marble_01.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 220px;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .visual_home #marble_01 {
    background-size: 100%;
    width: 409px;
    height: 444px;
  }
}
.visual_home #marble_02 {
  background-image: url(../images/marble_02.png);
  position: absolute;
  right: 0;
  bottom: -450px;
  width: 383px;
  height: 712px;
  background-repeat: no-repeat;
  text-align: right;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .visual_home #marble_02 {
    display: none;
  }
}
.visual_home .inner {
  text-align: center;
  position: relative;
  max-width: 1200px;
}
.visual_home .inner .ttl_sub {
  position: relative;
  display: inline-block;
  color: #ff6b00;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0em;
  font-size: clamp(2rem, 4vw, 3.8rem);
}
.visual_home .inner .ttl_sub::before {
  position: absolute;
  content: "";
  background-image: url(../images/inspiration.png);
  width: 62px;
  height: 76px;
  left: 14px;
  top: -1px;
  background-size: clamp(63%, 63% + 46 * (100vw - 520px) / 504, 100%);
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 901px) {
  .visual_home .inner .ttl_sub::before {
    left: 27px;
    top: 10px;
  }
}
.visual_home .inner .ttl_main {
  color: #ff6b00;
  font-weight: 900;
  font-size: clamp(2rem, 2rem + 4.2 * (100vw - 18.75rem) / 45.25, 7.2rem);
  margin-top: -8px;
  margin-bottom: 0em;
}
.visual_home .inner .ttl_tx {
  font-size: clamp(1.4rem, 1.4rem + 1 * (100vw - 18.75rem) / 45.25, 2.4rem);
  line-height: 1.5;
  letter-spacing: 0;
}
.visual_home .inner img {
  padding: 0 10%;
}
.visual_home .inner .container_top {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media print, screen and (min-width: 1025px) {
  .visual_home .inner .container_top {
    display: inline-block;
    position: absolute;
    top: 0;
  }
}
.visual_home .inner .container_top .top_l, .visual_home .inner .container_top .top_r {
  width: 48%;
}
@media print, screen and (min-width: 1025px) {
  .visual_home .inner .container_top .top_l, .visual_home .inner .container_top .top_r {
    position: absolute;
    width: 318px;
    height: 175px;
  }
}
@media print, screen and (min-width: 1025px) {
  .visual_home .inner .container_top .top_l {
    right: 238px;
    top: 170px;
  }
}
@media print, screen and (min-width: 1200px) {
  .visual_home .inner .container_top .top_l {
    right: 310px;
  }
}
@media print, screen and (min-width: 1025px) {
  .visual_home .inner .container_top .top_r {
    top: -80px;
    left: 248px;
  }
}
@media print, screen and (min-width: 1200px) {
  .visual_home .inner .container_top .top_r {
    left: 330px;
  }
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 1.4rem;
  background: #FFF;
  border-radius: 15px;
}
@media print, screen and (min-width: 1025px) {
  .balloon1 {
    font-size: 1.6rem;
  }
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 11px solid transparent;
  border-top: 18px solid #FFF;
}
.balloon1 p {
  margin: 0;
  padding: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 14px;
  background: #FFF;
  border-radius: 15px;
}
@media print, screen and (min-width: 1025px) {
  .balloon2 {
    font-size: 1.6rem;
  }
}
.balloon2:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -15px;
  border: 11px solid transparent;
  border-bottom: 18px solid #FFF;
}
.balloon2 p {
  margin: 0;
  padding: 20px;
  line-height: 1.5;
  font-weight: 700;
}

/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  max-width: 800px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .inner {
    padding: 0 40px;
  }
}

section,
div.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  section,
  div.section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.top,
div.section.top {
  padding-top: 0;
}
section.bottom,
div.section.bottom {
  padding-bottom: 0;
}
section.bg,
div.section.bg {
  background: #e6f2ff;
}
section ul.decimal li,
section ol.decimal li,
div.section ul.decimal li,
div.section ol.decimal li {
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.square li,
section ol.square li,
div.section ul.square li,
div.section ol.square li {
  list-style-type: square;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.disc li, section ol.disc li,
div.section ul.disc li,
div.section ol.disc li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
section ul.disc li::before, section ol.disc li::before,
div.section ul.disc li::before,
div.section ol.disc li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "●";
  font-size: 1.1rem;
  color: #e6f2ff;
}
@media print, screen and (min-width: 768px) {
  section ul.disc li::before, section ol.disc li::before,
  div.section ul.disc li::before,
  div.section ol.disc li::before {
    top: 5px;
  }
}
section p,
div.section p {
  margin-bottom: 1em;
}
section p.indent,
div.section p.indent {
  text-indent: 1em;
}
section b, section strong,
div.section b,
div.section strong {
  font-weight: bold;
}
section .nowrap,
div.section .nowrap {
  white-space: nowrap;
}

.bg_square {
  background-image: url(../images/bg_square.png);
}

/* ----------------------------------------
	#intro
---------------------------------------- */
#intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #e6f2ff; /* 上部50pxの背景色 */
  z-index: -1;
}
#intro .inner {
  max-width: 500px;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #intro .inner {
    max-width: 1200px;
    padding: 0 5%;
  }
}
#intro .inner .container_intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
}
@media print, screen and (min-width: 1025px) {
  #intro .inner .container_intro {
    padding-top: 0px;
  }
}
#intro .inner .container_intro .item {
  position: relative;
  width: 48%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #intro .inner .container_intro .item {
    width: 24%;
  }
}
#intro .inner .container_intro .item .box_white {
  flex: 1;
  padding: 13%;
  background-color: #FFF;
  box-shadow: 2px 2px 8px #e7eeef;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  #intro .inner .container_intro .item .box_white {
    margin-top: 20px;
  }
}
#intro .inner .container_intro .item .box_white p {
  margin-bottom: 0rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  #intro .inner .container_intro .item .box_white p {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #intro .inner .container_intro .item .box_white p.sub {
    font-size: 1.6rem;
  }
}
#intro .inner .container_intro .item .box_white p span {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  #intro .inner .container_intro .item .box_white p span {
    font-size: 1.4rem;
  }
}
#intro .inner .container_intro .item .box_white img {
  padding: 20px;
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------
	#about
---------------------------------------- */
#about .inner {
  max-width: 1200px;
}
#about .inner .container_about .item2 {
  display: none;
}
@media print, screen and (min-width: 481px) {
  #about .inner .container_about {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
  #about .inner .container_about .item1 {
    flex: 4;
  }
  #about .inner .container_about .item2 {
    display: block;
    flex: 1;
  }
  #about .inner .container_about .item2 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
#about .inner p {
  font-size: clamp(16px, 4.5vw, 18px);
  line-height: 1.7;
}
#about .inner .tx_small {
  font-size: 1.4rem;
}

/* ----------------------------------------
	#merit
---------------------------------------- */
.alignC {
  text-align: center;
}

#merit .inner {
  max-width: 1200px;
}
#merit #marble_03 {
  background-image: url(../images/marble_03.png);
  position: absolute;
  left: 0;
  top: -100px;
  width: 355px;
  height: 778px;
  background-repeat: no-repeat;
  text-align: right;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #merit #marble_03 {
    display: none;
  }
}
#merit .heading {
  text-align: center;
  position: relative;
  display: inline-block;
}
#merit .heading::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -26px;
  background-image: url(../images/merit.png);
  width: 57px;
  height: 51px;
}
#merit h3 {
  position: relative;
  font-size: clamp(1.6rem, 4.5vw, 1.8rem);
  font-weight: 700;
  border-bottom: solid 2px #0057d9;
  padding-left: 30px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#merit h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/inspiration.png);
  background-repeat: no-repeat;
  width: 62px;
  height: 76px;
  background-size: 49% auto;
  left: -5px;
  top: 83%;
  transform: translateY(-50%);
}
#merit p {
  font-size: clamp(1.4rem, 4.5vw, 1.6rem);
  letter-spacing: 0;
  line-height: 1.7;
}
#merit ul li {
  margin-bottom: 30px;
}

/* ----------------------------------------
	#qanda
---------------------------------------- */
#qanda .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
#qanda .inner .heading {
  text-align: center;
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 481px) {
  #qanda .inner .heading {
    margin-left: 92px;
    margin-bottom: 40px;
  }
}
#qanda .inner .heading::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 53%;
  transform: translateX(-50%);
  background-image: url(../images/qanda_01.png);
  width: 65px;
  height: 45px;
  background-size: 80%;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 481px) {
  #qanda .inner .heading::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -46px;
    background-image: url(../images/qanda_01.png);
    width: 65px;
    height: 45px;
    background-size: 100%;
  }
}
#qanda .inner dt {
  font-size: clamp(1.6rem, 4.5vw, 1.8rem);
  font-weight: 900;
  position: relative;
  margin-left: 3rem;
  margin-bottom: 5px;
}
#qanda .inner dt::before {
  content: "";
  position: absolute;
  background-image: url(../images/qanda_02.png);
  width: 21px;
  height: 21px;
  margin-left: -3rem;
  top: 4px;
}
#qanda .inner dd {
  font-size: clamp(1.6rem, 4.5vw, 1.8rem);
  font-weight: 900;
  position: relative;
  margin-left: 3rem;
  color: #ff6b00;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  #qanda .inner dd {
    margin-left: 7.5rem;
  }
}
#qanda .inner dd::before {
  content: "";
  position: absolute;
  background-image: url(../images/qanda_03.png);
  width: 21px;
  height: 21px;
  margin-left: -3rem;
  top: 4px;
}
@media print, screen and (min-width: 768px) {
  #qanda .inner dd::before {
    margin-left: -3rem;
  }
}
@media print, screen and (min-width: 768px) {
  #qanda .inner .container_qanda {
    display: flex;
    justify-content: space-between;
  }
  #qanda .inner .container_qanda .item1 {
    width: 65%;
  }
  #qanda .inner .container_qanda .item2 {
    width: 25%;
  }
}
#qanda .inner .balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 30px;
  min-width: 120px;
  max-width: 100%;
  font-size: 1.4rem;
  background: #e6f2ff;
  border-radius: 15px;
}
#qanda .inner .balloon3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 11px solid transparent;
  border-top: 18px solid #e6f2ff;
}
#qanda .inner .balloon3 p {
  margin: 0;
  padding: 20px;
  line-height: 1.3;
  font-weight: 700;
}

/* ----------------------------------------
	#theme
---------------------------------------- */
.tx_sub {
  font-size: clamp(1.6rem, 4.5vw, 1.8rem);
  line-height: 1.7;
  letter-spacing: 0;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .tx_sub {
    text-align: center;
  }
}

#theme .inner {
  max-width: 1000px;
}
#theme .inner .tx_sub {
  margin-bottom: 50px;
}
#theme .inner .heading {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #theme .inner .heading {
    text-align: center;
  }
}
#theme .inner .container_theme {
  counter-reset: item;
}
@media print, screen and (min-width: 768px) {
  #theme .inner .container_theme {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
#theme .inner .container_theme .item {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #theme .inner .container_theme .item {
    width: 32%;
  }
}

.box_white {
  counter-increment: item;
  position: relative;
  background-color: #FFF;
  padding: 55px 30px 30px;
  margin-top: 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .box_white {
    margin-top: 50px;
  }
}
.box_white.width_l {
  padding: 55px 15px 25px;
  margin: 60px 0;
}
.box_white.number::before {
  position: absolute;
  content: counter(item);
  font-size: 38px;
  background-color: #c6c2c2;
  border-radius: 50px;
  color: #fff;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}
.box_white img {
  padding: 10px;
}
.box_white .tx_main {
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.6rem, 4.5vw, 1.8rem);
}

/* ----------------------------------------
	#table
---------------------------------------- */
#table .inner {
  max-width: 1000px;
}
#table .inner .heading {
  text-align: center;
}
#table .inner .tx_sub {
  margin-bottom: 5rem;
}
#table table {
  margin-bottom: 5rem;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
#table table thead th {
  background-color: #e6f2ff;
  font-weight: 900;
  color: #282828;
  border: 2px solid #c6c2c2;
  border-right: 2px solid #c6c2c2;
  border-bottom: 2px solid #c6c2c2;
}
#table table thead th:last-of-type {
  border-right: 2px solid #c6c2c2;
}
#table table thead th.green {
  background-color: #e7eeef;
}
#table table tbody th {
  color: #282828;
  font-weight: 900;
  text-align: center;
}
#table table th, #table table td {
  border: 2px solid #c6c2c2;
  padding: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #table table {
    text-align: left;
  }
  #table table thead {
    display: none;
  }
  #table table th,
  #table table td {
    display: block;
    border: 0;
    border-bottom: 2px solid #c6c2c2;
  }
  #table table tbody th {
    background: #e6f2ff;
  }
  #table table tbody th.green {
    background-color: #e7eeef;
  }
  #table table td {
    position: relative;
    margin-top: calc(1em + 10px);
  }
  #table table td::before {
    position: absolute;
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    min-width: 4em;
    top: -10px;
  }
}

/* ----------------------------------------
	#curriculum
---------------------------------------- */
.mb0 {
  margin-bottom: 0px;
}

#curriculum .inner {
  max-width: 1000px;
}
#curriculum .inner .heading {
  text-align: center;
}
#curriculum .inner .tx_blueline {
  border-bottom: 1px solid #0057d9;
  margin-bottom: 0em;
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
  font-weight: 900;
  padding-bottom: 0.5rem;
}
#curriculum .inner .tx_time {
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
  font-weight: 700;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  #curriculum .inner .contaier_curriculum {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  #curriculum .inner .contaier_curriculum .item {
    width: 40%;
  }
}
#curriculum .inner .contaier_curriculum .item img {
  padding: 2rem 0;
}
#curriculum .inner .contaier_curriculum .item .tx_box {
  text-align: center;
  display: block;
  max-width: 300px;
  margin: 0 auto 3rem;
}
@media print, screen and (min-width: 768px) {
  #curriculum .inner .contaier_curriculum .item .tx_box {
    text-align: center;
    display: inline-block;
  }
}
#curriculum .inner .contaier_curriculum .item .tx_box .triangle {
  padding: 0px;
  margin-top: 0.5rem;
  list-style: none;
  text-align: left;
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
}
#curriculum .inner .contaier_curriculum .item .tx_box .triangle > li {
  position: relative;
  padding: 0px 0px 0px 1em;
  font-weight: 700;
}
#curriculum .inner .contaier_curriculum .item .tx_box .triangle > li::before {
  position: absolute;
  top: 55%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
  border-left: 0.5em solid #3388dd;
  content: "";
}

.alignL {
  text-align: left;
}

/* ----------------------------------------
	#process
---------------------------------------- */
#process .heading {
  text-align: center;
}
#process .bold {
  font-weight: 900;
}

.flow_process {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.flow_process .process {
  padding-left: 0;
}
.flow_process .process > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}
.flow_process .process > li:not(:last-child) {
  padding-bottom: 10px;
}
.flow_process .process > li:not(:last-child)::before {
  content: "";
  background: #ff6b00;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% + 30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow_process .process > li .icon_number {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #c6c2c2;
  color: #fff;
  position: absolute;
  left: -3px;
  font-size: 2.3rem;
}
.flow_process .process > li dl {
  margin: 1rem 0;
}
.flow_process .process > li dl dt {
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
  font-weight: 900;
  color: #ff6b00;
}
.flow_process .process > li dl dd {
  margin-left: 0;
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
}

/* ----------------------------------------
	#inq
---------------------------------------- */
.mb20 {
  margin-bottom: 20px;
}

#inq .container_inq {
  display: flex;
  justify-content: space-between;
}
#inq .container_inq .item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #inq .container_inq .item {
    width: 100%;
  }
}
#inq .container_inq .item-figure {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #inq .container_inq .item-figure {
    display: none;
  }
}
#inq .container_inq .item-figure p {
  font-size: 1.6rem;
  line-height: 1.4;
}
#inq .container_inq .item-figure img {
  width: 120px;
}
#inq .container_inq .heading {
  text-align: center;
}
#inq .container_inq .tx_sub {
  text-align: center;
}

/* ----------------------------------------
	.page_title
---------------------------------------- */
.page_title {
  position: relative;
  width: 100%;
  height: 100px;
  background: #e6f2ff;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .page_title {
    margin-top: 100px;
    height: 200px;
  }
}
.page_title .title {
  font-size: clamp(20px, 4.5vw, 45px);
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-align: center;
}
.page_title .title .archive_title {
  display: block;
  margin-top: 0.5em;
  font-size: clamp(15px, 2vw, 20px);
}

/* ----------------------------------------
	.heading
---------------------------------------- */
.heading {
  position: relative;
  margin-bottom: 1em;
  font-size: clamp(18px, 4.5vw, 28px);
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
  color: #ff6b00;
}
.heading span {
  font-size: clamp(16px, 4.5vw, 24px);
}

/* ----------------------------------------
	.linkBtn
---------------------------------------- */
.linkBtn {
  margin: 0 auto;
}
.linkBtn a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 15px 10px;
  max-width: 220px;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: #ff6b00;
}
@media print, screen and (min-width: 768px) {
  .linkBtn a {
    padding: 15px;
    max-width: 280px;
  }
}
.linkBtn a:hover {
  background: #e66103;
}
.linkBtn a img {
  display: inline-block;
  margin-right: 10px;
}

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
#mastfoot {
  position: relative;
  padding: 30px 0 10px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  background-color: #c6c2c2;
}
#mastfoot a {
  color: #FFFFFF;
}
#mastfoot small.copyright {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  #mastfoot small.copyright {
    font-size: 1.2rem;
  }
}

.bottom-right {
  position: fixed;
  width: 80px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #ff6b00;
  padding: 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bottom-right {
    height: 150px;
    width: 55px;
  }
}
.bottom-right p {
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bottom-right p {
    font-size: 14px;
  }
}
.bottom-right img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}
.bottom-right:hover {
  background-color: #e66103;
}

@media screen and (max-width: 767px) {
  .sp_no {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */