/* FIXME: サブセット化する */
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Meddon&display=swap");

/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

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,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header,
footer,
article,
section,
aside,
main,
nav,
menu,
figure,
figcaption {
  display: block;
}

span,
small,
strong,
em,
b,
i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

/*----------------------------------------
	base
----------------------------------------*/
body {
  color: #333;
  font-family: "Noto Sans JP", "sans-serif";
  line-height: 1.5;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
section::before {
  content: "";
  display: block;
  padding-top: 1.25rem;
  margin-top: -1.25rem;
}

/*----------------------------------------
	header
----------------------------------------*/
.header {
  position: fixed;
  background-color: white;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
  box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 10%);
}
.headerLogo {
  margin-left: 0.8125rem;
}
.headerLogo_link {
  display: flex;
  align-items: center;
  color: #ff833e;
  transition: color 0.3s;
}
.headerLogo_image {
  height: 2.5rem;
}
.headerLogo_text {
  line-height: 1.2;
  margin-left: 0.375rem;
  margin-top: 0.25rem;
}
.headerLogo_subText {
  font-family: "Meddon", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 0.5rem;
}
.headerLogo_mainText {
  font-size: 1.125rem;
  font-weight: 500;
}
.headerItems_container {
  display: none;
}
/*----------------------------------------
	hamburger（今は未使用）
----------------------------------------*/
/* .hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 4rem;
  border: 0;
  background: #e06e2e;
  cursor: pointer;
} */

/*----------------------------------------
	mainContents
----------------------------------------*/
.mainContents {
  margin-top: 4rem;
}
.mainVisual {
  position: relative;
}
.mainVisual_image {
  height: 70svh;
  width: 100%;
  object-fit: cover;
  object-position: 40% 0;
  filter: contrast(80%) brightness(75%);
}
.mainVisual_onImageContainer {
  position: absolute;
  top: 25%;
  text-align: center;
  left: 0;
  right: 0;
}
.mainVisual_logo {
  width: 12rem;
  margin-bottom: -4%;
  margin-left: -3%;
  border: 1px;
}
.mainVisual_text {
  display: inline-block;
  text-align: left;
  padding-left: 13%;
}
.mainVisual_text-normal {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  color: white;
}
.mainVisual_text-large {
  font-family: Kaisei Decol;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 500;
  color: white;
  margin-left: 0.25rem;
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
  max-width: 70rem;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5rem;
}

/*----------------------------------------
  section
----------------------------------------*/
.section {
  padding-bottom: 4.5rem;
}

/*----------------------------------------
	heading
----------------------------------------*/
.heading_eng {
  font-family: "Meddon";
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #333;
  margin-bottom: 0.5rem;
}
.heading_jp {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
}

/*----------------------------------------
	concept
----------------------------------------*/
.conceptList_container {
  text-align: center;
  padding-top: 0.5rem;
}
.conceptList_budge-orange {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ff995e;
  color: white;
  font-size: 1.25rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.conceptList_title-orange {
  color: #ff9151;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.conceptList_text {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}
.conceptList_budge-green {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #75e29b;
  color: white;
  font-size: 1.25rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.conceptList_title-green {
  color: #3ac66b;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

/*----------------------------------------
	teacher
----------------------------------------*/
.teacher_image {
  border-radius: 10%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.teacher_nameWrapper {
  position: relative;
  width: fit-content;
  margin-left: 1rem;
}
.teacher_nameUnderline {
  position: relative;
  border-bottom: 0.6125rem solid #ffd8bb;
  bottom: -2.125rem;
}
.teacher_nameJP {
  position: relative;
  font-size: 1.5rem;
}
.teacher_nameENG {
  position: relative;
  color: #ef6a6a;
  padding-left: 1.25rem;
  font-family: "Meddon";
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: -0.00625rem;
  padding-right: 1rem;
}
.teacher_introduceText {
  margin-top: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.75rem;
}
.teacher_historyTitle {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0.3125rem;
}
.teacher_historyText {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*----------------------------------------
	access
----------------------------------------*/
.access_mapContainer {
  display: block;
  position: relative;
  align-items: center;
  justify-content: center;
}
.access_map {
  height: 400px;
  width: 100%;
  border: none;
  display: block;
}
.access_mapBorder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  pointer-events: none;
}
.access_textList {
  padding-top: 1rem;
}
.accessBtn {
  border-radius: 0.5rem;
  border: solid 0.1rem #ff9e69;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0.625rem 2rem;
  line-height: 1.8;
  color: #ff833e;
  font-size: 1rem;
}
.accessBtn:active {
  background: #ff8341;
  color: #fff;
}
.accessBtn::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #ff833e;
  border-right: 0.125rem solid #ff833e;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.75rem;
  border-radius: 0.0125rem;
  transition: 0.3s ease-in-out;
}
.accessBtn::after:active {
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
}
/*----------------------------------------
	notePC用のスタイル
----------------------------------------*/
@media screen and (min-width: 48rem), print {
  /*----------------------------------------
    header
  ----------------------------------------*/
  .header {
    position: absolute;
    width: 94%;
    top: 2.25rem;
    left: 50%;
    height: 4.5rem;
    transform: translateX(-50%);
    border-radius: 0.75rem;
    box-shadow: 0rem 0.0625rem 0.3125rem rgba(0, 0, 0, 10%);
  }
  .headerLogo {
    margin-left: 1.25rem;
  }
  .headerLogo_image {
    height: 3rem;
  }
  .headerLogo_text {
    margin-left: 0.6125rem;
    margin-top: 0.25rem;
  }
  .headerLogo_subText {
    font-family: "Meddon", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 0.6125rem;
    margin-left: 0.125rem;
  }
  .headerLogo_mainText {
    font-size: 1.325rem;
    font-weight: 500;
  }
  .headerItems_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .headerItems_wrapper {
    display: flex;
    gap: 1.65rem;
  }
  .headerItem {
    font-size: 0.925rem;
    color: #333;
    transition: 0.08s;
  }
  .headerItem:hover {
    font-size: 0.9425rem;
    color: #444;
    font-weight: 700;
  }
  .headerBtn_wrapper {
    margin-right: 1.5rem;
  }
  .headerBtn {
    border-radius: 2rem;
    border: solid 0.1rem #ff833e;
    background: #ff833e;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0.625rem 2rem;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
  }
  .headerBtn:hover {
    background: #ffb489;
    color: #444;
  }

  /*----------------------------------------
  	mainContents
  ----------------------------------------*/
  .mainContents {
    margin-top: 0rem;
  }
  .mainVisual_image {
    height: 100svh;
    width: 100%;
    object-position: 50% 0;
    filter: contrast(80%) brightness(75%);
  }
  .mainVisual_onImageContainer {
    position: absolute;
    bottom: 5rem;
    left: 6rem;
    display: flex;
    align-items: flex-end;
  }
  .mainVisual_logo {
    width: 14rem;
    margin-bottom: -1.25rem;
  }
  .mainVisual_text {
    padding-left: 1rem;
  }
  /* SP版に合わせてクラス名をつけたためクラスと名前があってない */
  .mainVisual_text-normal {
    font-family: Kaisei Decol;
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: 700;
  }
  /* SP版に合わせてクラス名をつけたためクラスと名前があってない */
  .mainVisual_text-large {
    font-size: 3.5rem;
    font-weight: 700;
    margin-left: 0;
  }
  /*----------------------------------------
    container
  ----------------------------------------*/
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 6rem;
  }
  /*----------------------------------------
    section
  ----------------------------------------*/
  .section {
    padding-bottom: 5rem;
  }
  /*----------------------------------------
    heading
  ----------------------------------------*/
  .heading_eng {
    font-size: 1.825rem;
    text-align: start;
    width: fit-content;
    padding-right: 15rem;
    padding-bottom: 0.6125rem;
  }
  .heading_jp {
    font-size: 1.125rem;
    text-align: start;
    color: #666;
    padding-top: 0.15rem;
  }
  /*----------------------------------------
    concept
  ----------------------------------------*/
  .conceptList_container {
    text-align: start;
    padding-top: 0.5rem;
  }
  .conceptList_budge-orange {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.325rem;
    line-height: 3.25rem;
    margin-bottom: 0;
  }
  .conceptList_title-orange {
    display: inline-block;
    font-size: 1.625rem;
    padding-left: 0.825rem;
    line-height: 3.25rem;
    vertical-align: sub;
    margin-bottom: 0;
  }
  .conceptList_text {
    font-size: 1rem;
    padding-top: 0.825rem;
    padding-left: 0;
    padding-right: 0;
  }
  .conceptList_budge-green {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.325rem;
    line-height: 3.25rem;
    margin-bottom: 0rem;
  }
  .conceptList_title-green {
    display: inline-block;
    font-size: 1.625rem;
    padding-left: 0.825rem;
    line-height: 3.25rem;
    vertical-align: sub;
    margin-bottom: 0;
  }
  /*----------------------------------------
    teacher
  ----------------------------------------*/
  .teacher_flexContainer {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 0;
  }
  .teacher_nameWrapper {
    margin-left: 0;
  }
  .teacher_nameUnderline {
    position: relative;
    border-bottom: 0.75rem solid #ffd8bb;
    bottom: -2.325rem;
  }
  .teacher_nameJP {
    font-size: 1.5rem;
  }
  .teacher_nameENG {
    padding-left: 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0rem;
    padding-right: 4rem;
  }
  .teacher_introduceText {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 4rem;
  }
  .teacher_historyTitle {
    font-size: 1.0625rem;
    margin-top: 3.5rem;
    padding-left: 0.125rem;
    padding-right: 4rem;
  }
  .teacher_historyText {
    font-size: 1rem;
    flex-grow: 1;
    padding-left: 0.125rem;
    padding-right: 4rem;
  }
  .teacher_image {
    border-radius: 2rem;
    padding-right: 0;
    padding-left: 0;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  /*----------------------------------------
    access
  ----------------------------------------*/
  .access_map {
    height: 500px;
  }
  .access_textList {
    font-size: 1rem;
  }
  .accessBtn {
    border-radius: 0.5rem;
    border: solid 0.15rem #ff9e69;
    background: #ff833e;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0.625rem 2rem;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .accessBtn:hover {
    background: #ffb489;
    color: #444;
  }
  /*----------------------------------------
    concept
  ----------------------------------------*/
}

/*----------------------------------------
	desktopPC用のスタイル
----------------------------------------*/
@media screen and (min-width: 90rem), print {
  /*----------------------------------------
    section
  ----------------------------------------*/
  .section {
    padding-bottom: 4.5rem;
  }
  /*----------------------------------------
    header
  ----------------------------------------*/
  .header {
    top: 2.25rem;
    height: 6rem;
    transform: translateX(-50%);
    border-radius: 0.75rem;
    box-shadow: 0rem 0.0625rem 0.3125rem rgba(0, 0, 0, 10%);
  }
  .headerLogo {
    margin-left: 1.875rem;
  }
  .headerLogo_image {
    height: 4.5rem;
  }
  .headerLogo_text {
    margin-left: 0.91875rem;
    margin-top: 0.275rem;
  }
  .headerLogo_subText {
    font-family: "Meddon", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8125rem;
    margin-left: 0.1875rem;
  }
  .headerLogo_mainText {
    font-size: 1.75rem;
    font-weight: 500;
  }
  .headerItems_container {
    gap: 3.25rem;
  }
  .headerItems_wrapper {
    gap: 2.25rem;
  }
  .headerItem {
    font-size: 1.125rem;
  }
  .headerItem:hover {
    font-size: 1.15rem;
  }
  .headerBtn_wrapper {
    margin-right: 2.5rem;
  }
  .headerBtn {
    padding: 0.75rem 3rem;
    line-height: 1.8;
    font-size: 1.3rem;
    font-weight: 700;
  }

  /*----------------------------------------
    container
  ----------------------------------------*/
  .container {
    max-width: 65rem;
    padding-left: 0;
    padding-right: 0;
  }
  /*----------------------------------------
    section
  ----------------------------------------*/
  .section {
    padding-bottom: 5.5rem;
  }
  /*----------------------------------------
  	mainContents
  ----------------------------------------*/
  .mainVisual_logo {
    width: 22rem;
    margin-bottom: -3rem;
  }
  .mainVisual_text {
    padding-left: 1rem;
  }
  .mainVisual_onImageContainer {
    bottom: 7rem;
    left: 8rem;
  }
  /* SP版に合わせてクラス名をつけたためクラスと名前があってない */
  .mainVisual_text-normal {
    font-family: Kaisei Decol;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 700;
    font-size: 4.5rem;
  }
  /* SP版に合わせてクラス名をつけたためクラスと名前があってない */
  .mainVisual_text-large {
    font-size: 4.5rem;
    font-weight: 700;
    margin-left: 0;
  }
  /*----------------------------------------
    heading
  ----------------------------------------*/
  .heading_eng {
    font-size: 2.025rem;
    padding-right: 15rem;
    padding-bottom: 0.6125rem;
  }
  .heading_jp {
    font-size: 1.25rem;
    padding-top: 0.15rem;
  }
  /*----------------------------------------
    concept
  ----------------------------------------*/
  .conceptList_budge-orange {
    width: 3.9rem;
    height: 3.9rem;
    font-size: 1.625rem;
    line-height: 3.9rem;
  }
  .conceptList_title-orange {
    font-size: 2.125rem;
    padding-left: 1rem;
    line-height: 3.9rem;
    vertical-align: sub;
  }
  .conceptList_budge-green {
    width: 3.9rem;
    height: 3.9rem;
    font-size: 1.625rem;
    line-height: 3.9rem;
  }
  .conceptList_title-green {
    font-size: 2.125rem;
    padding-left: 1rem;
    line-height: 3.9rem;
    vertical-align: sub;
  }
  .conceptList_text {
    font-size: 1.0625rem;
    padding-top: 1rem;
    line-height: 1.675rem;
  }
  /*----------------------------------------
    teacher
  ----------------------------------------*/
  .teacher_nameUnderline {
    position: relative;
    border-bottom: 0.5rem solid #ffd8bb;
    bottom: -2.25rem;
  }
  .teacher_nameJP {
    font-size: 1.75rem;
    font-weight: 600;
    color: #555;
  }
  .teacher_nameENG {
    padding-left: 1.25rem;
  }
  .teacher_introduceText {
    margin-top: 0.625rem;
    font-size: 1.0625rem;
    line-height: 1.675rem;
  }
  .teacher_historyTitle {
    font-size: 1.225rem;
    margin-top: 3rem;
  }
  .teacher_historyText {
    font-size: 1.0625rem;
    line-height: 1.675rem;
  }
  #accessSection {
    padding-bottom: 4rem;
  }
  /*----------------------------------------
    access
  ----------------------------------------*/
  .access_map {
    height: 30rem;
  }
}
