@charset "UTF-8";
/* ==============================================================
  RESET
=============================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: unset;
}

ul,
ol,
li {
  list-style: none;
}

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

img {
  max-width: 100%;
  display: block;
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

input {
  display: none;
}

button {
  border: none;
  background: none;
  outline: none;
}

a:focus {
  outline: none;
}

/* ==============================================================
  VARIABLES
=============================================================== */
/* ==============================================================
  STYLE
=============================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 4vw;
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  letter-spacing: 0.06em;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.7;
}

a:active {
  color: #000;
  text-decoration: none;
}

a.underline {
  position: relative;
}
a.underline:hover {
  opacity: 1;
}
a.underline::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #92893a;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.7s;
}
a.underline:hover::after {
  transition: transform 0.3s;
  transform: scale(1, 1);
}

a.slidein {
  position: relative;
  display: block;
  overflow: hidden;
}
a.slidein::before {
  background-color: #92893a;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  transform: translateX(-150%) skewX(-30deg) scaleX(1.5);
  transition: all 0.9s;
}
a.slidein:hover {
  opacity: 1;
}
a.slidein:hover:before {
  transition: all 0.3s;
  transform: translateX(0) skewX(-30deg) scaleX(1.5);
}

.sp,
.tab {
  display: block;
}

.pc {
  display: none;
}

.tex_r {
  text-align: right;
}

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

.nb {
  border: none;
}

@media screen and (min-width: 1000px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .shadow {
    text-shadow: 0px 0px 2px rgb(0, 0, 0), 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.4);
  }
}

#internship {
  position: relative;
  overflow: hidden;
}

.bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0;
  background-image: url(../img/bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bg {
    background-image: url(../img/bg_pc.jpg);
  }
}

/* ==============================================================
  HEADER
=============================================================== */
header {
  height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  position: fixed;
}
@media screen and (min-width: 1000px) {
  header {
    height: 80px;
    margin: 0 auto;
    border-bottom: none;
    background-color: transparent;
    font-weight: 400;
    letter-spacing: 0.15em;
    position: fixed;
  }
}
@media screen and (min-width: 1000px) {
  header .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  header .inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
header .inner .logo {
  display: inline-block;
  width: 150px;
  margin: 7px 0 0 3.333%;
  z-index: 1000;
  position: relative;
}
@media screen and (min-width: 1000px) {
  header .inner .logo {
    width: 220px;
    margin: 0 0 0 0px;
    background-color: #fff;
    padding: 0.75em 1.2em;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
header .inner .menu {
  display: none;
}
@media screen and (min-width: 1000px) {
  header .inner .menu {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 740px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    flex-direction: row;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  header .inner .menu.tw {
    width: 540px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  header .inner .menu {
    width: 950px;
  }
  header .inner .menu.tw {
    width: 700px;
  }
}
@media screen and (min-width: 1000px) {
  header .inner .menu li {
    color: #fff;
    font-size: 14px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  header .inner .menu li:last-child {
    margin-left: 80px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  header .inner .menu li a {
    color: #fff;
    font-size: 14px;
    transition: none;
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  header .inner .menu li a {
    font-size: 16px;
  }
}
header .inner .lang-select {
  vertical-align: middle;
  position: absolute;
  top: 14px;
  right: 75px;
  z-index: 1001;
}
@media screen and (min-width: 1000px) {
  header .inner .lang-select {
    display: none;
  }
}
header .inner .lang-select a {
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  font-size: 3.6vw;
  font-weight: 400;
  line-height: 1em;
}

/* ==============================================================
  DRAWER MENU  * jquery-drawer v3.2.2
=============================================================== */
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #000;
  background-color: #fff;
  opacity: 0.95;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 50px;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}
@media screen and (min-width: 768px) {
  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0%;
  }
}

/* -----------------------------------------
  HUMBERGER MENU
----------------------------------------- */
.drawer-hamburger {
  position: absolute;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 20px;
  padding: 0;
  padding-top: 15px;
  padding-right: 8.5%;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -8px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/* -----------------------------------------
  drawer-menu
----------------------------------------- */
.drawer-menu {
  top: 24px;
  padding: 10% 0;
  background: #fff;
  opacity: 0.95;
  width: 100%;
}
.drawer-menu li a {
  display: block;
  padding: 4.66% 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 4vw;
  letter-spacing: 0.15em;
}
.drawer-menu li a:hover {
  color: #000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .drawer-menu {
    padding: 5% 0;
  }
  .drawer-menu li a {
    font-size: 2vw;
    padding: 3% 0;
  }
}

@media screen and (min-width: 1000px) {
  .drawer-hamburger,
  .drawer--top .drawer-nav {
    display: none;
  }
  .drawer-menu.pc {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 740px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    flex-direction: row;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .drawer-menu.pc li a {
    padding: 0;
    text-align: left;
    font-size: 14px;
    transition: none;
    color: #fff;
    display: inline-block;
  }
  .drawer-menu.pc li span {
    color: #fff;
    display: inline;
  }
}
@media (min-width: 1000px) and (max-width: 880px) {
  .drawer-hamburger,
  .drawer--top .drawer-nav {
    display: block;
  }
  .drawer--top.drawer-open .drawer-nav {
    top: 80px;
  }
  .drawer-hamburger {
    padding-top: 30px;
    padding-right: 30px;
  }
  .drawer-menu.pc {
    display: none;
  }
}
/*sec_inner*/
@media screen and (min-width: 1000px) {
  .sec_inner {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec_inner {
    width: 100%;
  }
}
/* ==============================================================
  COMMON
=============================================================== */
.contents {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 3.8vw;
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  letter-spacing: 0.06em;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contents {
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .contents {
    width: 1280px;
    font-size: 14px;
    padding: 0;
  }
}
.contents section {
  color: #fff;
  padding: 100px 20px 150px;
}
@media screen and (min-width: 1000px) {
  .contents section {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.contents section .sec_ti h2 {
  font-size: 5.5vw;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 3em;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .contents section .sec_ti h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 140px;
  }
}
.contents section .sec_ti .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 38%;
  height: 0.16em;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .contents section .sec_ti .title::after {
    width: 150px;
    margin-top: 50px;
  }
}
.contents section.bg-white {
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .contents section.bg-white {
    border-radius: 20px;
  }
}
.contents section.bg-white .sec_ti h2 {
  color: #948938;
}
.contents section.bg-white .sec_ti .title::after {
  background-color: #948938;
}

/* ----------------------------------
  KV
---------------------------------- */
#kv {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  padding: 14vh 0 0;
}
@media screen and (min-width: 1000px) {
  #kv {
    width: 1280px;
    height: 750px;
    padding: 160px 0 0;
    display: flex;
  }
}
#kv .sec_ti {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #kv .sec_ti {
    width: 50%;
    padding: 160px 80px 50px 20px;
  }
}
#kv .kv-pic {
  overflow: hidden;
  height: 420px;
  margin: 40px 0 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #kv .kv-pic {
    width: 50%;
    overflow: visible;
  }
}
#kv .kv-pic .pic-1, #kv .kv-pic .pic-2, #kv .kv-pic .pic-3, #kv .kv-pic .pic-4, #kv .kv-pic .pic-5 {
  position: absolute;
  margin: 0 auto;
  opacity: 0;
}
#kv .kv-pic .pic-1 {
  width: 80%;
  top: 100px;
  left: 10%;
}
@media screen and (min-width: 1000px) {
  #kv .kv-pic .pic-1 {
    width: 92%;
    top: 55px;
    left: 0;
  }
}
#kv .kv-pic .pic-2 {
  width: 47%;
  top: 11px;
  right: -21px;
}
@media screen and (min-width: 1000px) {
  #kv .kv-pic .pic-2 {
    width: 55%;
    top: -100px;
    right: -30px;
  }
}
#kv .kv-pic .pic-3 {
  width: 30%;
  top: 30px;
  left: 10px;
}
@media screen and (min-width: 1000px) {
  #kv .kv-pic .pic-3 {
    width: 30%;
    top: -30px;
    left: -80px;
  }
}
#kv .kv-pic .pic-4 {
  width: 52%;
  bottom: 20px;
  left: -16px;
}
@media screen and (min-width: 1000px) {
  #kv .kv-pic .pic-4 {
    width: 51%;
    bottom: -125px;
    left: -66px;
    z-index: 100;
  }
}
#kv .kv-pic .pic-5 {
  width: 30%;
  bottom: 50px;
  right: 10px;
}
@media screen and (min-width: 1000px) {
  #kv .kv-pic .pic-5 {
    width: 30%;
    bottom: -110px;
    right: 10px;
  }
}

/* ----------------------------------
  Section 
---------------------------------- */
.sec_inner {
  margin: 80px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec_inner {
    margin: 10% auto 0;
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (min-width: 1000px) {
  .sec_inner {
    margin: 100px auto 0;
    padding: 0;
  }
}
.sec_inner p {
  letter-spacing: 0.08em;
  line-height: 1.8em;
}
@media screen and (min-width: 1000px) {
  .sec_inner p {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
}

/* ----------------------------------
  STUDENTS
---------------------------------- */
#students {
  padding-top: 50px;
  z-index: 200;
  position: relative;
}
@media screen and (min-width: 768px) {
  #students {
    padding-top: 80px;
  }
}
#students .tab-group {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 20% auto 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #students .tab-group {
    width: 400px;
    margin: 60px auto 0;
  }
}
#students .tab-group .tab {
  padding: 0.5em 0 0.5em 0.3em;
  list-style: none;
  cursor: pointer;
  width: 40%;
  text-align: center;
  font-size: 5.5vw;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  #students .tab-group .tab {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  #students .tab-group .tab {
    font-size: 22px;
    width: 100px;
  }
}
#students .tab-group .tab.is-active {
  border-bottom: solid 4px #fff;
  color: #fff;
}
#students .panel {
  display: none;
}
#students .panel.is-show {
  display: block;
}
@media screen and (min-width: 768px) {
  #students .sec_ti {
    width: 60%;
    margin: auto;
  }
}
@media screen and (min-width: 1000px) {
  #students .sec_ti {
    width: 400px;
  }
}
#students .sec_ti h2 {
  position: relative;
  padding: 0 45px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #students .sec_ti h2 {
    padding: 0 55px;
  }
}
#students .sec_ti h2::before, #students .sec_ti h2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  #students .sec_ti h2::before, #students .sec_ti h2::after {
    width: 45px;
  }
}
#students .sec_ti h2::before {
  left: 0;
}
#students .sec_ti h2::after {
  right: 0;
}
#students .sec_ti h2.tw-student {
  font-size: 18px;
  position: relative;
}
#students .sec_ti h2.tw-student::before, #students .sec_ti h2.tw-student::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: white;
  top: 50%;
  left: -50px;
}
#students .sec_ti h2.tw-student::after {
  left: auto;
  right: -50px;
}
@media screen and (min-width: 1000px) {
  #students .sec_ti h2 {
    margin-bottom: 0px;
    font-size: 24px;
    width: 400px;
  }
}
#students .sec_inner {
  margin: 40px auto 0;
}
@media screen and (min-width: 1000px) {
  #students .sec_inner {
    margin: 30px auto 0;
  }
}
#students .sec_inner ul.students-profile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #students .sec_inner ul.students-profile {
    width: 1120px;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
}
#students .sec_inner ul.students-profile li.student-box {
  width: 100%;
  display: block;
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  #students .sec_inner ul.students-profile li.student-box {
    width: 188px;
  }
}
#students .sec_inner ul.students-profile li.student-box .even:nth-child(odd) {
  flex-direction: row-reverse;
}
#students .sec_inner ul.students-profile li.student-box:last-child ul {
  margin-bottom: 0;
}
#students .sec_inner ul.students-profile li.student-box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10%;
  position: relative;
}
#students .sec_inner ul.students-profile li.student-box ul li.prf {
  width: 46%;
}
@media screen and (min-width: 1000px) {
  #students .sec_inner ul.students-profile li.student-box ul li.prf {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #students .sec_inner ul.students-profile li.student-box ul li.prf img {
    width: 150px;
    margin: 0 auto;
  }
}
#students .sec_inner ul.students-profile li.student-box ul li.prf p {
  color: fff;
  text-align: center;
  font-size: 3vw;
  line-height: 1.4em;
  padding-top: 0.8em;
}
@media screen and (min-width: 1000px) {
  #students .sec_inner ul.students-profile li.student-box ul li.prf p {
    font-size: 12px;
  }
}
#students .sec_inner ul.students-profile li.student-box ul li.prf p .name {
  font-weight: bold;
}
#students .sec_inner ul.students-profile li.student-box ul li.comment {
  pointer-events: none;
  width: 50%;
}
@media screen and (min-width: 1000px) {
  #students .sec_inner ul.students-profile li.student-box ul li.comment {
    width: 260px;
    position: absolute;
    bottom: 225px;
    left: calc(50% - 130px);
    transform: translateY(8px);
    opacity: 0;
    transition: all 0.25s 0s ease-out;
  }
}
#students .sec_inner ul.students-profile li.student-box ul li.comment p {
  margin-top: 10px;
  background-color: #fff;
  color: #000;
  font-size: 2.8vw;
  letter-spacing: 0.02em;
  border-radius: 10px;
  padding: 1em;
  position: relative;
  z-index: 1;
  line-height: 1.6em;
}
@media screen and (min-width: 1000px) {
  #students .sec_inner ul.students-profile li.student-box ul li.comment p {
    font-size: 12px;
  }
}
#students .sec_inner ul.students-profile li.student-box ul li.comment p::before {
  content: "";
  background: url(../img/fukidashi_yoko.svg) no-repeat center 100%;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 30px;
  left: -18px;
}
@media screen and (min-width: 1000px) {
  #students .sec_inner ul.students-profile li.student-box ul li.comment p::before {
    background: url(../img/fukidashi_tate.svg) no-repeat center 100%;
    top: auto;
    left: auto;
    right: 65px;
    bottom: -24px;
    width: 32px;
    height: 30px;
  }
}
#students .sec_inner ul.students-profile li.student-box ul.even li.comment p::before {
  left: auto;
  right: -18px;
  transform: rotateY(180deg);
}
@media screen and (min-width: 1000px) {
  #students .sec_inner ul.students-profile li.student-box ul.even li.comment p::before {
    right: 65px;
    transform: none;
  }
}
#students .sec_inner ul.students-profile li.student-box:hover li.comment {
  transform: translateY(0px);
  opacity: 1;
}

/* ----------------------------------
  ACTIVITY
---------------------------------- */
@media screen and (min-width: 768px) {
  #activity .sec_inner ul {
    width: 100%;
    display: flex;
    gap: 5%;
    justify-content: center;
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  #activity .sec_inner ul {
    justify-content: space-between;
    width: 1140px;
  }
}
@media screen and (min-width: 768px) {
  #activity .sec_inner .info {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  #activity .sec_inner .info {
    width: 600px;
    text-align: center;
  }
}
#activity .sec_inner .info p {
  margin: 10px 0 50px;
}
@media screen and (min-width: 1000px) {
  #activity .sec_inner .info p {
    font-size: 18px;
    letter-spacing: 0.12em;
    margin: 25px 0 60px;
    padding: 0;
    text-align: start;
  }
}
#activity .sec_inner .info a img {
  width: 14%;
  margin: auto;
  display: block;
}
@media screen and (min-width: 1000px) {
  #activity .sec_inner .info a img {
    width: 70px;
  }
}
#activity .sec_inner .facebook {
  width: 350px;
  height: 650px;
  margin: 60px auto 0;
  overflow-x: hidden;
}
@media screen and (min-width: 1000px) {
  #activity .sec_inner .facebook {
    width: 500px;
    margin: 0;
    height: 650px;
  }
}

/* ----------------------------------
  PRACTICE
---------------------------------- */
@media screen and (min-width: 1000px) {
  #practice {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1000px) {
  #practice .sec_inner .txt_box {
    margin: 0 auto;
    width: 960px;
  }
}
#practice .sec_inner .practice-detail {
  margin-top: 15%;
}
@media screen and (min-width: 1000px) {
  #practice .sec_inner .practice-detail {
    width: 1100px;
    display: flex;
    flex-wrap: wrap;
    margin: 10% auto 0;
    justify-content: space-between;
  }
}
#practice .sec_inner .practice-detail > li {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  #practice .sec_inner .practice-detail > li {
    margin-bottom: 60px;
    width: 48%;
  }
  #practice .sec_inner .practice-detail > li:nth-child(3) ul, #practice .sec_inner .practice-detail > li:nth-child(4) ul {
    flex-direction: row-reverse !important;
  }
  #practice .sec_inner .practice-detail > li:nth-child(3) ul .txt .ttl, #practice .sec_inner .practice-detail > li:nth-child(4) ul .txt .ttl {
    text-align: right !important;
  }
  #practice .sec_inner .practice-detail > li:nth-child(1) ul .txt .ttl, #practice .sec_inner .practice-detail > li:nth-child(2) ul .txt .ttl, #practice .sec_inner .practice-detail > li:nth-child(5) ul .txt .ttl, #practice .sec_inner .practice-detail > li:nth-child(6) ul .txt .ttl, #practice .sec_inner .practice-detail > li:nth-child(7) ul .txt .ttl {
    text-align: left !important;
  }
  #practice .sec_inner .practice-detail > li:nth-child(1) ul .txt p, #practice .sec_inner .practice-detail > li:nth-child(2) ul .txt p, #practice .sec_inner .practice-detail > li:nth-child(5) ul .txt p, #practice .sec_inner .practice-detail > li:nth-child(6) ul .txt p, #practice .sec_inner .practice-detail > li:nth-child(7) ul .txt p {
    text-align: left !important;
  }
}
#practice .sec_inner .practice-detail > li ul {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}
#practice .sec_inner .practice-detail > li ul .pic {
  width: 48%;
}
#practice .sec_inner .practice-detail > li ul .pic img {
  width: 100%;
  margin: auto;
}
#practice .sec_inner .practice-detail > li ul .txt {
  letter-spacing: 0.02em;
  width: 48%;
}
#practice .sec_inner .practice-detail > li ul .txt .ttl {
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 3.2vw;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 1000px) {
  #practice .sec_inner .practice-detail > li ul .txt .ttl {
    font-size: 18px;
  }
}
#practice .sec_inner .practice-detail > li ul p {
  font-size: 3vw;
  width: 100%;
  letter-spacing: 0.01em;
  line-height: 1.5em;
}
@media screen and (min-width: 1000px) {
  #practice .sec_inner .practice-detail > li ul p {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}
#practice .sec_inner .practice-detail > li .even:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1000px) {
  #practice .sec_inner .practice-detail > li .even:nth-child(odd) {
    flex-direction: row;
  }
}
#practice .sec_inner .practice-detail > li .even .ttl {
  text-align: right;
}
#practice .sec_inner .practice-detail > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  #practice .sec_inner .practice-detail > li:last-child {
    margin-left: 25%;
  }
}

/* ----------------------------------
  OVERVIEW
---------------------------------- */
@media screen and (min-width: 1000px) {
  #overview {
    padding: 100px 0 100px 0;
  }
}
#overview .sec_inner .pic {
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  #overview .sec_inner .pic {
    padding: 40px 0 0 0;
    width: 620px;
    margin: auto;
  }
}
#overview .sec_inner p {
  margin: 12% 0 15% 0;
}
@media screen and (min-width: 1000px) {
  #overview .sec_inner p {
    width: 960px;
    margin: 60px auto;
  }
}
#overview .sec_inner .modal .movie {
  position: relative;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  #overview .sec_inner .modal .movie {
    width: 575px;
    margin: auto;
  }
}
#overview .sec_inner .modal .movie .thumbnail {
  padding: 0;
  margin: auto;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #overview .sec_inner .modal .movie .thumbnail {
    padding: 0;
  }
}
#overview .sec_inner .modal .movie .thumbnail::before {
  content: "";
  background-image: url(../img/movie_btn-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}
#overview .sec_inner .modal figcaption {
  font-size: 3vw;
  text-align: center;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  #overview .sec_inner .modal figcaption {
    font-size: 14px;
    margin-top: 15px;
  }
}
#overview .sec_inner .modal a:hover {
  opacity: 1;
}
#overview .sec_inner .modal a:hover .thumbnail::before {
  background-image: url(../img/movie_btn-red.png);
  transition: 0.3s;
}

.modaal-close {
  top: 18%;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #000;
}

/* ----------------------------------
  ABOUT
---------------------------------- */
@media screen and (min-width: 1000px) {
  #about {
    padding: 210px 0 250px 0;
  }
}
@media screen and (min-width: 1000px) {
  #about .sec_inner .txt_box {
    width: 960px;
    margin: 0 auto;
  }
}
#about .sec_inner ul {
  margin-top: 15%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 15px;
}
@media screen and (min-width: 1000px) {
  #about .sec_inner ul {
    display: flex;
    gap: 40px;
    margin-top: 80px;
  }
}
#about .sec_inner ul .detail {
  background-color: #fff;
  border-radius: 8%;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  #about .sec_inner ul .detail {
    width: 24%;
    border-radius: 20px;
    padding-bottom: 0;
  }
}
#about .sec_inner ul .detail p {
  color: #000;
  text-align: center;
  font-size: 1.9vw;
  height: 1.5vh;
}
@media screen and (min-width: 768px) {
  #about .sec_inner ul .detail p {
    font-size: 13px;
    transform: none;
  }
}
#about .sec_inner ul .detail p.ttl {
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #about .sec_inner ul .detail p.ttl {
    font-size: 18px;
    margin: 15px 0 2px 0;
  }
}
#about .sec_inner ul .detail p.small {
  letter-spacing: 0;
  line-height: 125%;
}
@media screen and (min-width: 768px) {
  #about .sec_inner ul .detail p.small {
    letter-spacing: 0;
    font-size: 13px;
  }
}

footer {
  color: #fff;
}

/* ==============================================================
  ASIDE
=============================================================== */
@media (max-width: 768px) {
  aside {
    transform: none;
  }
}
aside .takusan-grp-bnr {
  position: relative;
  background-color: white;
  width: 1000px;
  padding: 50px 55px 25px;
  margin: 0px auto 100px;
  border: 1px solid #e0e0e0;
  border-top: 2px solid #0599d9;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr {
    width: 100%;
    margin: 0vw auto 30px;
    padding: 10vw 4vw;
  }
}
aside .takusan-grp-bnr ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul {
    flex-wrap: wrap;
  }
}
aside .takusan-grp-bnr ul li {
  width: 576px;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul li {
    width: 100%;
    padding-top: 8vw;
  }
}
aside .takusan-grp-bnr ul li.left {
  width: 150px;
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul li.left {
    width: 50%;
    padding: 0 0 0 0px;
    text-align: center;
  }
}
aside .takusan-grp-bnr ul li.left img {
  width: 70%;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul li.left img {
    width: 54%;
  }
}
aside .takusan-grp-bnr ul li.right {
  width: 150px;
  padding: 10px 0 0 0;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul li.right {
    display: none;
  }
}
aside .takusan-grp-bnr ul li.right.sp {
  display: none;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul li.right.sp {
    display: block;
    width: 50%;
    padding: 6vw 8vw 0 2vw;
  }
}
aside .takusan-grp-bnr ul li.right img {
  width: 100%;
}
aside .takusan-grp-bnr ul li h2 {
  color: #92893a;
  letter-spacing: 2px;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul li h2 {
    font-size: 3.6vw;
    letter-spacing: 1px;
  }
}
aside .takusan-grp-bnr ul li .csr {
  line-height: 1em;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 0.75em;
  width: 80%;
  background-color: #edeff2;
  border-radius: 1.5em;
  display: block;
  margin: 20px auto;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul li .csr {
    font-size: 3.6vw;
    letter-spacing: 1px;
    width: 95%;
    padding: 0.9em;
  }
}
aside .takusan-grp-bnr ul li .csr span::before {
  width: 1.8em;
  height: 1.8em;
  background-color: white;
  display: block;
  content: "";
  position: absolute;
  right: 0.5em;
  border-radius: 100%;
  top: 50%;
  margin-top: -0.9em;
}
aside .takusan-grp-bnr ul li .csr span::after {
  width: 0.5em;
  height: 0.5em;
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #92893a;
  border-right: 1px solid #92893a;
  right: 1.25em;
  top: 50%;
  margin-top: -0.25em;
  transform: rotate(45deg);
}
aside .takusan-grp-bnr ul li p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul li p {
    padding: 0 1.5em;
    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 170%;
  }
}
aside .takusan-grp-bnr ul li > ul {
  margin-top: 30px;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul li > ul {
    margin: 8vw 0 0vw 0;
  }
}
aside .takusan-grp-bnr ul li > ul > li {
  width: auto;
  display: inline-block;
  font-size: 11px;
}
aside .takusan-grp-bnr ul li > ul > li::after {
  content: "|";
}
aside .takusan-grp-bnr ul li > ul > li:last-child::after {
  content: "";
}
@media (max-width: 768px) {
  aside .takusan-grp-bnr ul li > ul > li {
    padding: 0;
    margin-bottom: 1vw;
  }
}
aside .takusan-grp-bnr ul li > ul > li a {
  font-size: 0.75rem;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  padding: 0.5em 0.3em 0 0.2em;
}
/* ==============================================================
  FOOTER
=============================================================== */
footer {
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 150px;
  }
}
footer .sec_inner {
  background-color: #fff;
  border-top: 2px solid #0599d9;
  margin: 0 5.333% 20%;
  padding: 0 0 5%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer .sec_inner {
    width: 1000px;
    margin: 0 auto 150px;
    padding: 0 0 20px;
    flex-wrap: no-wrap;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  footer .sec_inner {
    width: 100%;
  }
}
footer .f_logo {
  width: 50%;
  padding: 8% 10% 11% 16.268%;
  order: 1;
}
@media screen and (min-width: 768px) {
  footer .f_logo {
    width: 25.7%;
    padding: 50px 9.2% 0 6.8%;
    order: 1;
  }
}
footer .sdgs_logo {
  width: 50%;
  padding: 13.333% 11.343% 0 3.283%;
  order: 2;
}
@media screen and (min-width: 768px) {
  footer .sdgs_logo {
    width: 25.7%;
    padding: 70px 5.6% 0 4.5%;
    order: 3;
  }
}
footer .sdgs {
  width: 100%;
  order: 3;
  font-size: 3.2vw;
  line-height: 1.667;
}
footer .sdgs h2 {
  font-size: 3.73vw;
  color: #92893a;
  margin-bottom: 5.333%;
}
footer .sdgs img {
  padding: 0 5.97%;
  margin-bottom: 4.667%;
}
@media screen and (min-width: 768px) {
  footer .sdgs {
    width: 48.6%;
    font-size: 14px;
    padding-top: 50px;
    order: 2;
  }
  footer .sdgs h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  footer .sdgs img {
    padding: 0;
    margin-bottom: 4.667%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  footer .sdgs h2 {
    font-size: 18px;
  }
}
footer .f_links {
  width: 100%;
  order: 4;
  margin-top: 10%;
  font-size: 0;
}
footer .f_links li {
  display: inline-block;
  line-height: 1.75;
  font-size: 2.67vw;
}
footer .f_links li::after {
  content: "｜";
  padding: 0 0.5em;
}
footer .f_links li:nth-child(3)::after, footer .f_links li:last-child::after {
  content: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer .f_links {
    margin-top: 30px;
  }
  footer .f_links li {
    font-size: 11px;
  }
  footer .f_links li:nth-child(3)::after {
    content: "｜";
    padding: 0 0.5em;
  }
}
footer .copy {
  font-size: 2.6vw;
}
@media screen and (min-width: 768px) {
  footer .copy {
    font-size: 10px;
  }
}

.pagetop {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 80px;
  right: 40px;
  border: 1px solid #92893a;
  border-radius: 50%;
  background-color: #FFF;
}
.pagetop::after {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  position: absolute;
  border-top: 1px solid #92893a;
  border-right: 1px solid #92893a;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -5px;
  transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */