@charset "UTF-8";
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Meiryo", sans-serif;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
  color: #333;
}

body {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  ハンバーガーメニュー
------------------------------------*/
.hamburger-button {
  display: none;
  width: 50px;
  height: 50px;
  padding: 16px;
  margin-top: 20px;
  margin-bottom: auto;
  background-color: #16a070;
  border: 0;
  border-radius: 50px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}

.hamburger-button span {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  margin-left: -1px;
  margin-top: 10px;
  background-color: #fff;
  transition: 0.3s;
  border-radius: 2px;
}

.hamburger-button span::before {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background-color: #fff;
  transition: 0.3s;
  border-radius: 2px;
}

.hamburger-button span::before {
  top: -10px;
}

.hamburger-button p {
  position: relative;
  display: block;
  width: 40px;
  margin-top: 15px;
  margin-left: 0px;
  color: #fff;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .hamburger-button {
    display: block;
  }
}

.js-is-hamburger-active {
  overflow: hidden;
}

.js-is-hamburger-active .js-hamburger-button span {
  top: -4px;
  transform: rotate(-45deg);
}

.js-is-hamburger-active .js-hamburger-button span::before {
  top: 0;
  transform: rotate(90deg);
}

.js-scroll-prevent {
  overflow: hidden;
}

@media (max-width: 1300px) {
  .js-is-hamburger-active .header_nav {
    transform: translateX(0);
  }
}

/*----------------------------------
  ヘッダー
------------------------------------*/
.header {
  width: 1200px;
  height: 80px;
  position: fixed;
  top: 15px;
  left: calc(50% - 600px);
  background-color: rgba(22, 160, 112, 0.8);
  border-radius: 5px;
  z-index: 10000;
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header_logo {
  width: 210px;
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
}

.header_nav {
  display: flex;
  align-items: center;
  padding-right: 36px;
}

.header_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header_list p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.header_list:first-of-type {
  border-left: 0px;
}

.header_about {
  margin-right: 34px;
}

.header_course {
  margin-right: 34px;
}

.header_learn {
  margin-right: 34px;
}

.header_archive {
  margin-right: 80px;
}

.header_tel {
  margin-right: 25px;
}

.header_tel p {
  position: relative;
  font-size: 24px;
  margin-left: 16px;
}

.header_tel p::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 19px;
  top: 11px;
  left: -16px;
  background-image: url(../img/ico_tel_white.svg);
  background-size: contain;
}

.header_contact {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
}

.header_contact p {
  color: #009468;
  margin-right: 20px;
  position: relative;
}

.header_contact p::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  top: 1px;
  left: 98px;
  background-image: url(../img/ico_arrow01.svg);
  background-size: contain;
}

.logo_pc {
  display: block;
}

.logo_sp {
  display: none;
}

.header_sp_teladdress {
  display: none;
}

@media (max-width: 768px) {
  .header {
    height: 70px;
    position: fixed;
    min-width: 0px;
    width: calc(100vw - 40px);
    left: 20px;
    top: 0;
    background-color: transparent;
  }
  .header_logo {
    width: 167px;
    display: flex;
    align-items: center;
    margin: 30px 0 0;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 130px 0 0;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    z-index: -1;
  }
  .header_about {
    position: relative;
  }
  .header_about::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 12px;
    top: -47px;
    left: 32px;
    background-image: url(../img/MENU.png);
    background-size: contain;
  }
  .header_list {
    width: 90%;
    padding: 0;
    padding-left: 32px;
    margin: 0;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: transparent;
  }
  .header_list p {
    margin-top: 0;
    font-weight: bold;
    line-height: 1;
    color: #333;
    font-size: 18px;
  }
  .header_tel {
    display: none;
  }
  .header_list2 {
    width: 90%;
    margin: 0;
    padding: 0;
    padding-left: 32px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-color: transparent;
  }
  .header_list2 p {
    margin-top: 6px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    font-size: 18px;
  }
  .header_contact {
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
  }
  .header_contact p {
    margin-top: 0;
  }
  .header_contact p::after {
    display: none;
  }
  .logo_pc {
    display: none;
  }
  .logo_sp {
    display: block;
  }
  .header_sp_teladdress {
    display: block;
    width: 100%;
    margin-top: 50px;
    background-color: #16A070;
    padding-left: calc(5vw + 16px);
    padding-top: 34px;
  }
  .header_sp_tel {
    position: relative;
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    letter-spacing: 2px;
    color: #fff;
    margin-left: 32px;
  }
  .header_sp_tel::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 1px;
    left: -32px;
    background-image: url(../img/ico_tel_white2.svg);
    background-size: contain;
  }
  .header_sp_textbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 2px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 39px;
  }
}

/*----------------------------------
  フッター
------------------------------------*/
.footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 35px;
  background-color: #16A070;
}

.footer_upper {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}

.footer_upper .footer_logo {
  display: block;
  width: 220px;
}

.footer_upper .footer_textboxcontainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 48px auto 30px 0;
  padding-left: 24px;
}

.footer_upper .footer_textbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 29px;
  letter-spacing: 2px;
  text-align: left;
  color: #fff;
  margin-bottom: 17px;
}

.footer_upper .footer_tel {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  letter-spacing: 2px;
  color: #fff;
  margin-left: 20px;
}

.footer_upper .footer_tel::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  top: 1px;
  left: -17px;
  background-image: url(../img/ico_tel_white.svg);
  background-size: contain;
}

.footer_bottom {
  text-align: center;
  margin-top: 35px;
}

.footer_bottom .copyright {
  font-size: 10px;
  letter-spacing: 2px;
  color: #fff;
}

/*----------------------------------
  ホバーアクション時のスタイル
------------------------------------*/
.hover {
  transition: 0.3s;
}

.hover_color:hover {
  background: #16A070;
  border: 1px solid #fff;
  color: #fff;
}

.hover_transparent:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

/*----------------------------------
  見出し
------------------------------------*/
.h2_green {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 2.4px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 18px;
  padding: 0 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #16A070;
}

.h3_course {
  position: relative;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 50px;
  color: #16A070;
  margin-bottom: 17px;
  margin-top: 75px;
}

@media (max-width: 768px) {
  .h2_green {
    font-size: 24px;
  }
}

/*----------------------------------
  テキスト
------------------------------------*/
.text {
  font-size: 16px;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
}

@media (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}

.text2 {
  font-size: 14px;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
}

.text3 {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

.text4 {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 1.8px;
  font-weight: bold;
}

/*----------------------------------
  ボタン
------------------------------------*/
button, input {
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  background-color: #FFF;
  border: 1px solid #555;
}

.btn01 {
  display: block;
  margin: 0 auto;
  padding-right: 13px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.btn01 p {
  position: relative;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 1.7px;
  font-weight: bold;
  color: #16A070;
}

.btn01 p::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/ico_arrow01.svg);
  background-size: contain;
}

.btn02 {
  display: block;
  margin: 0 auto;
  padding-left: 30px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.btn02 p {
  position: relative;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 1.7px;
  font-weight: bold;
  color: #16A070;
}

.btn02 p::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/ico_arrow01.svg);
  background-size: contain;
}

/*----------------------------------
  iframe
------------------------------------*/
.iframe_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------
  下層MV
------------------------------------*/
.MV {
  width: 100%;
  position: relative;
}

.MV_pic {
  width: 50vw;
  min-width: 683px;
  max-height: 580px;
  margin-left: 50vw;
}

.MV_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 580px;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.MV_container {
  position: absolute;
  width: 1200px;
  top: 258px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.MV_container h1 {
  height: 221px;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.17em;
  line-height: 80px;
  color: #16A070;
  padding-bottom: 60px;
  border-bottom: 1px solid #16A070;
}

.MV_container .pagelink_container {
  display: flex;
  margin-top: 30px;
}

.MV_container a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 17px;
  background: #fff;
  border: 1px solid #16a070;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #16A070;
}

.MV_container a:not(:first-of-type) {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .MV {
    width: 100%;
    position: relative;
  }
  .MV_pic {
    width: 100vw;
    min-width: 0;
    height: 350px;
    max-height: none;
    margin-left: 0;
  }
  .MV_pic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 350px;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  .MV_container {
    position: static;
    width: 100%;
    padding: 35px 0 0 20px;
  }
  .MV_container h1 {
    height: auto;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.17em;
    line-height: 40px;
    color: #16A070;
    padding-bottom: 45px;
    border-bottom: 1px solid #16A070;
  }
  .MV_container .pagelink_container {
    display: flex;
    margin-top: 16px;
  }
  .MV_container a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 17px;
    background: #fff;
    border: 1px solid #16a070;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #16A070;
  }
  .MV_container a:not(:first-of-type) {
    margin-left: 15px;
  }
}

/*----------------------------------
  hide
------------------------------------*/
.hide {
  display: none;
}

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

.hide2 {
  display: block;
}

@media (max-width: 768px) {
  .hide2 {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
