@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&display=swap');

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Tables
 *   1.5  Buttons
 *   1.6  Lists
 *   1.7 Other Elements
 *        1.7.1 page top
 * 2. HEADER
 * 	  2.1 Main Nav
 *        2.1.1 main-nav (pc-only)
 *        2.1.2 main-nav-xs (sp-only)
 * 	  2.2 Language
 * 3. MAIN VISUAL(TOP)
 * 4. CONTENT
 *    4.1 Cate Main
 *    4.2 About
 *    4.3 Philosophy
 *    4.4 Profile
 *    4.5 Program
 *    4.6 Contact
 * 5. FOOTER
 * 6. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
	background: #fff;
	color: #000;
	line-height: 2.2;
	font-weight: 400;
	overflow: hidden;
}
@media (max-width: 1199px) {
    body {
        font-size: calc(13px + 3 * (100vw - 320px) / 879);
    }
}
@media (max-width: 767px) {
    body {
        line-height: 2;
    }
}

a {
    color: #EA5902;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    cursor: pointer;
    color: #EA5902;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: #000;
}
a[href^="tel:"]:hover {
	text-decoration: none;
	color: #000;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

.small {
    font-size: 80%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 600;
}
.italic {
    font-style: italic;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1199px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .lg-pc,
    .lg {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc {
        display: none !important;
    }
}

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

/* 1.1  Margin
 * ------------------------------*/
.mt-10 { margin-top: -1rem !important; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }
.mt90 { margin-top: 9rem !important; }
.mt100 { margin-top: 10rem !important; }
.mt110 { margin-top: 11rem !important; }
.mt120 { margin-top: 12rem !important; }

.mb-10 { margin-bottom: -1rem !important; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }
.mb90 { margin-bottom: 9rem !important; }
.mb100 { margin-bottom: 10rem !important; }
.mb110 { margin-bottom: 11rem !important; }
.mb120 { margin-bottom: 12rem !important; }

.mr00 { margin-right: 0 !important; }
.mr30 { margin-right: 3rem !important; }

.ml00 { margin-left: 0 !important; }
.ml30 { margin-left: 3rem !important; }

@media (max-width: 767px) {
    .mt-10-xs {
        margin-top: -1rem !important;
    }
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb-10-xs {
        margin-bottom: -1rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
 p {
    margin: 10px 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
@media (max-width: 991px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

@font-face {
	font-family: 'ShipporiMincho';
	src: url(../fonts/ShipporiMincho-Regular.ttf);
}
.txt-min {
    font-family: 'ShipporiMincho'
}

.txt-lusitana {
    font-family: 'Lusitana', serif;
}
.txt-lusitana.bold70 {
    font-weight: 700;
}

.txt-roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.txt-roboto.b40 {
    font-weight: 400;
}
.txt-roboto.b50 {
    font-weight: 500;
}
.txt-roboto.b70 {
    font-weight: 700;
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #CE0D00 !important;
}
.txt-orange,
.txt-orange a,
.txt-orange a:hover {
    color: #EA5902 !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-line-height14 {
    line-height: 1.4 !important;
}

.txt-add {
    text-align: right;
    line-height: 2;
}
@media (max-width: 767px) {
    .txt-add {
        font-size: calc(12px + 4 * (100vw - 320px) / 447);
        line-height: 1.8;
    }
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
.f50 { font-size: 5rem !important; }
@media (max-width: 991px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f50 {
        font-size: 3rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.8;
}
@media (max-width: 767px) {
    h1, h2, h3, h4 {
        line-height: 1.6;
    }
}

.section-ttl {
    font-family: 'Lusitana', serif;
    font-size: 7rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.1;
}
.section-ttl.left {
    margin: 0;
    text-align: left;
    display: inline-block;
}
.section-sub {
    margin: 3rem 0 1rem;
    font-size: 1.9rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
}
.section-sub.left {
    text-align: left;
    margin: 0 0 0 2rem;
    display: inline-block;
}
.section-line {
    width: 100px;
    height: 1px;
    border-top: 1px solid #000;
    margin: 5rem auto 4rem;
}
#en-page .section-line {
    margin-top: 3rem;
}
.section-line.left {
    margin-left: 0;
    margin-right: 0;
}
.sub {
    font-size: 2.8rem;
    text-align: center;
    font-family: 'ShipporiMincho';
    margin: 0 0 2rem;
    line-height: 1.7;
}
#en-page .sub {
    font-size: 2.7rem;
}
.sub.line {
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    .section-ttl {
        font-size: calc(38px + 32 * (100vw - 320px) / 879);
    }
    .section-sub {
        font-size: calc(14px + 15 * (100vw - 320px) / 879);
    }
    .sub {
        font-size: calc(17px + 11 * (100vw - 320px) / 879);
    }
    #en-page .sub {
        font-size: calc(16px + 7 * (100vw - 320px) / 879);
    }
}
@media (max-width: 767px) {
    .section-ttl.left {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .section-sub {
        margin-top: 2rem;
    }
    .section-sub.left {
        text-align: center;
        display: block;
        margin: 2rem 0 1rem;
    }
    .section-line {
        margin: 3rem auto 2.5rem !important;
    }
    #en-page .section-line {
        margin-top: 2.3rem !important;
    }
    .sub.line {
        line-height: 1.6;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

/* 1.4 Tables
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    display: table;
    border-top: 1px solid #000;
}
.sendmail-table {
    max-width: 900px;
}
table th {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    padding: 2rem 1rem;
    font-weight: 400;
}
table td {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    padding: 2rem 1rem;
}
@media (max-width: 991px) {
    table th {
        width: 33%;
    }
    table td {
        width: 67%;
    }
}
@media (max-width: 767px) {
    table th,
    table td {
        display: block;
        width: 100%;
        white-space: normal !important;
    }
    table th {
        border-bottom: none;
        padding: 1rem 0 0;
    }
    table td {
        padding: 0.5rem 0 1rem;
    }
}

/* 1.5 Buttons
 * ------------------------------*/
.btn {
    display: block;
    margin: 4rem auto 0;
    padding: 1.5rem 1rem 1.7rem;
    max-width: 300px;
    position: relative;
    letter-spacing: 0;
    outline: none;
    font-size: 1.8rem;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    border: 1px solid #EA5902;
    background: #EA5902;
    color: #fff;
    border-radius: 0;
}
.btn:hover {
  background: #EA5902;
  color: #fff;
  text-decoration: none;
}
.btn::before,
.btn::after {
  content:'';
  position: absolute;
  border: solid #EA5902;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.btn::before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
   visibility: hidden;
}
.btn::after{
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
   visibility: hidden;
}
.btn:hover::before,
.btn:hover::after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #EA5902;
   visibility: visible;
}
@media (max-width: 1199px) {
    .btn {
        font-size: calc(15px + 3 * (100vw - 320px) / 879);
    }
}
@media (max-width: 767px) {
    .btn {
        margin-top: 3rem;
        padding: 0.8rem 0.5rem 1rem;
    }
}

/* 1.6 Lists
 * ------------------------------*/
dl.dl-list {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #9fa0a0;
    border-bottom: 1px solid #9fa0a0;
}
dl.dl-list:first-of-type {
    margin-top: 5rem;
}
dl.dl-list + dl.dl-list {
    border-top: none;
}
dl.dl-list dt {
    width: 25%;
    display: table-cell;
    padding: 2rem 1rem;
    font-weight: normal;
    line-height: 2;
    vertical-align: middle;
    box-sizing: border-box;
}
dl.dl-list dd {
    width: 75%;
    display: table-cell;
    padding: 2rem 1rem;
    line-height: 2;
    vertical-align: middle;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    dl.dl-list:first-of-type {
        margin-top: 3.5rem;
    }
    dl.dl-list dt,
    dl.dl-list dd {
        padding: 0.9rem 0 1.1rem;
        line-height: 1.8;
    }
    dl.dl-list dt {
        vertical-align: top;
    }
    dl.dl-list dd {
        padding-left: 1rem;
    }
    dl.dl-list.bdnone-xs {
        border-top: none;
    }
}

ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.2rem;
    line-height: 2.3;
}
ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2.3;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2rem;
    }
    ul.disc-list,
    ol.ol-list {
        line-height: 2;
    }
}

/* 1.7 Other Elements
 * ------------------------------*/
/* 1.7.1 page top ------------*/
#pagetop {
    position: fixed;
    bottom: 80px;
    right: 15px;
    width: 44px;
    height: 44px;
    z-index: 10;
    transition: background-color 400ms;
    background: url(../image/pagetop.svg) center center no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#pagetop:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 767px) {
    #pagetop {
        width: 40px;
        height: 40px;
        bottom: 45px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
/* 2.1 Main Nav
 * ------------------------------*/
.navbar {
    width: 100%;
    height: 100px;
    margin: 0;
    color: #fff;
    background: #000;
    overflow: hidden;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
.navbar-header {
    margin: 0;
    padding: 0;
}
.navbar-brand {
    display: block;
    position: relative;
    top: 23px;
    left: 30px;
    margin: 0;
    padding: 0;
    z-index: 20000 !important;
}
.navbar-brand img {
    width: 340px;
    height: auto;
}
@media (max-width: 1199px) {
    .navbar {
        height: 70px;
    }
    .navbar-brand {
        top: 13px;
        left: 15px;
    }
    .navbar-brand img {
        width: 270px;
    }
}
@media (max-width: 991px) {
    .navbar {
        height: 50px;
    }
    .navbar-brand {
        top: 7px;
    }
    .navbar-brand img {
        width: 220px;
    }
}
@media (max-width: 767px) {
    .navbar-brand {
        top: 11px;
        left: 12px;
    }
    .navbar-brand img {
        width: 180px;
    }
}
@media only screen and (max-width: 360px) {
    .navbar-brand img {
        width: 170px;
    }
}

/* 2.1.1 main-nav (pc-only) ------------*/
#main-nav {
    width: 70%;
    position: absolute;
    top: 16px;
    right: 230px;
    margin: 0;
    z-index: 10010 !important;
}
#main-nav a {
    text-decoration: none;
    color: #fff;
}
#main-nav a:hover span {
    -webkit-animation: letter-glow 0.7s 0s ease both;
          animation: letter-glow 0.7s 0s ease both;
}
#main-nav a:hover span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
#main-nav a:hover span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#main-nav a:hover span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
#main-nav a:hover span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#main-nav a:hover span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#main-nav a:hover span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#main-nav a:hover span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
#main-nav a:hover span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#main-nav a:hover span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#main-nav a:hover span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#main-nav a:hover {
    color: #fff;
    background-color: transparent;
}
#main-nav a:focus {
    background-color: transparent;
    overflow: inherit;
}

#main-nav ul.nav {
    width: 100%;
    height: 73px;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.04em;
    font-weight: 300;
}
#main-nav ul.nav li a {
    display: block;
    height: 73px;
    padding: 2.3rem 1.5rem 0;
    box-sizing: border-box;
}
#main-nav ul.nav li a:hover {
    text-decoration: none;
}
#main-nav ul.nav li {
    text-align: center;
}
#main-nav ul.nav li:last-of-type a {
    padding-right: 1rem;
}
@media (max-width: 1199px) {
    #main-nav {
        top: 1px;
        right: 200px;
    }
}
@media (max-width: 991px) {
    #main-nav {
        display: none;
    }
}

/* 2.1.2 main-nav-xs (sp-only) ------------*/
#main-nav-xs {
    display: none;
}
@media (max-width: 991px) {
    #main-nav-xs {
        display: block;
        background: #000;
        position: relative;
        z-index: 2000 !important;
    }
    .nav-menu {
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0,1);
        transition: .5s;
        visibility: hidden;
        opacity: 0;
    }
    .side-open .nav-menu {
        transition: .5s;
        visibility: visible;
        opacity: 1;
    }
    .nav-menu ul {
        display: table-cell;
        vertical-align: middle;
    }
    .nav-menu li {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        opacity: 0;
    }
    .side-open .nav-menu li {
        opacity: 1;
    }
    .side-open .nav-menu li:nth-child(1) {
        -webkit-transition: opacity 1s ease .5s;
        transition: opacity 1s ease .5s;
    }
    .side-open .nav-menu li:nth-child(2) {
        -webkit-transition: opacity 1s ease .6s;
        transition: opacity 1s ease .6s;
    }
    .side-open .nav-menu li:nth-child(3) {
        -webkit-transition: opacity 1s ease .7s;
        transition: opacity 1s ease .7s;
    }
    .side-open .nav-menu li:nth-child(4) {
        -webkit-transition: opacity 1s ease .8s;
        transition: opacity 1s ease .8s;
    }
    .side-open .nav-menu li:nth-child(5) {
        -webkit-transition: opacity 1s ease .9s;
        transition: opacity 1s ease .9s;
    }
    .nav-menu li a {
        display: block;
        height: 100px;
        line-height: 100px;
        font-size: 3.5rem;
        color: #fff;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 300;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .nav-menu li a:hover {
        text-decoration: none;
        color: #ccc;
    }
    /* --------- menu-btn */
    .menu-btn {
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: fixed;
        top: 16px;
        right: 12px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation: fadeIn 1s linear both;
        animation: fadeIn 1s linear both;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        z-index: 10;
    }
    .menu-btn span {
        width: 100%;
        height: 2px;
        display: block;
        background-color: #fff;
        position: absolute;
        right: 0;
        content: '';
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .menu-btn span:nth-child(1) {
        top: 0;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-btn span:nth-child(2) {
        top: 8px;
        width: 80%;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-btn span:nth-child(3) {
        top: 16px;
        width: 60%;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-btn.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        right: -4px;
    }
    .menu-btn.active span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .menu-btn.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 22px;
        right: -4px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .nav-menu li a {
        height: 50px;
        line-height: 50px;
        font-size: 2rem;
    }
}
@media (max-width: 480px) {
    .nav-menu li a {
        height: 70px;
        line-height: 70px;
        font-size: 2.4rem;
    }
}

/* 2.2 Language
 * ------------------------------*/
ul.language-box {
    margin: 0;
	padding: 0;
	width: 220px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    position: absolute;
    top: 34px;
    right: -30px;
    margin: 0;
    z-index: 10;
}
ul.language-box .en {
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.05em !important;
}
ul.language-box li {
    margin: 0;
	display: inline-block;
}
ul.language-box li::after {
    content: ' | ';
    padding: 0 0.5rem;
}
ul.language-box li:first-of-type::before {
    content: ' | ';
    padding-right: 0.5rem;
}
ul.language-box li a {
    color: #fff;
    transition: 0.5s;
}
ul.language-box li a:hover,
ul.language-box li.active a {
	color: #EA5902;
	text-decoration: none;
}
@media (max-width: 1199px) {
    ul.language-box {
        top: 21px;
        right: -30px;
        font-size: 1.3rem;
        width: 200px;
    }
}
@media (max-width: 991px) {
    ul.language-box {
        top: 11px;
        right: 40px;
    }
}
@media (max-width: 767px) {
    ul.language-box {
        width: 180px;
        font-size: 1.2rem;
    }
}
@media (max-width: 480px) {
    ul.language-box {
        width: 165px;
        right: 0;
        top: 13px;
        font-size: 1.1rem;
    }
    ul.language-box li::after {
        padding: 0;
    }
    ul.language-box li:first-of-type::before {
        padding-right: 0;
    }
}
@media (max-width: 360px) {
    ul.language-box {
        width: 155px;
        font-size: 1rem;
    }
}

/*-------------------------------
 * 3. MAIN VISUAL(TOP)
 * ----------------------------*/
#main-wrap {
    max-width: 1100px;
    height: 100vh;
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 0;
    background: #000;
    box-sizing: border-box;
}
@media (min-width: 1500px) {
    #main-wrap {
        max-width: 1400px;
    }
}
@media (max-width: 767px) {
   #top-page #main-wrap {
        overflow: hidden;
    }
}

.main-img-1,
.main-img-2,
.main-img-3,
.main-img-4,
.main-img-5,
.main-img-6 {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.main-img-1 {
    background-image: url(../image/main-img-1.jpg?=v2);
}
.main-img-2 {
    background-image: url(../image/main-img-2.jpg);
}
.main-img-3 {
    background-image: url(../image/main-img-3.jpg?=v2);
}
.main-img-4 {
    background-image: url(../image/main-img-4.jpg);
}
.main-img-5 {
    background-image: url(../image/main-img-5.jpg);
}
@media (max-width: 480px) {
    .main-img-1 {
        background-image: url(../image/main-img-1-sp.jpg?=v2);
    }
    .main-img-2 {
        background-image: url(../image/main-img-2-sp.jpg);
    }
    .main-img-3 {
        background-image: url(../image/main-img-3-sp.jpg?=v2);
    }
    .main-img-4 {
        background-image: url(../image/main-img-4-sp.jpg);
    }
    .main-img-5 {
        background-image: url(../image/main-img-5-sp.jpg);
    }
}

/*---------- swiper ----------*/
.swiper-wrapper {
    z-index: 0 !important;
}

.swiper-slide {
    box-sizing: border-box;
    position: relative;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}

/*----- main -----*/
.swiper-container.swiper-main {
    width: 100%;
    height: 100vh;
    padding-top: 10rem;
    background: #000;
    overflow: visible;
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    box-sizing: border-box;
}
@media (max-width: 1199px) {
    .swiper-container.swiper-main {
        padding-top: 7rem;
    }
}
@media (max-width: 991px) {
    .swiper-container.swiper-main {
        padding-top: 5rem;
    }
}

.swiper-container.swiper-main .swiper-button-prev,
.swiper-container.swiper-main .swiper-button-next {
    top: 55.5%;
    transform: translateY(-55.5%);
    width: 30px;
    height: 45px;
    background-size: contain;
    z-index: 30;
}
.swiper-container.swiper-main .swiper-button-prev {
    background-image: url(../image/arrow-prev.svg) !important;
    left: 10px;
}
.swiper-container.swiper-main .swiper-button-next {
    background-image: url(../image/arrow-next.svg) !important;
    right: 10px;
}
@media (max-width: 991px) {
    .swiper-container.swiper-main .swiper-button-prev,
    .swiper-container.swiper-main .swiper-button-next {
        top: 45%;
        transform: translateY(-45%);
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .swiper-container.swiper-main .swiper-button-prev,
    .swiper-container.swiper-main .swiper-button-next {
        width: 20px;
        height: 30px;
        top: 37%;
        transform: translateY(-37%);
    }
}
@media (max-width: 767px) {
    .swiper-container.swiper-main .swiper-button-prev,
    .swiper-container.swiper-main .swiper-button-next {
        width: 20px;
        height: 30px;
        top: 60%;
        transform: translateY(-60%);
    }
}
@media (max-width: 480px) {
    .swiper-container.swiper-main .swiper-button-prev,
    .swiper-container.swiper-main .swiper-button-next {
        top: 45%;
        transform: translateY(-45%);
    }
}

.s-wrap {
    width: 100%;
    position: absolute;
    margin: 0;
    z-index: 0;
    top: 38%;
    transform: translateY(-38%);
}
.s-sub-cont,
.s-text-cont {
    display: block;
    margin: 0 auto 2rem;
    text-align: center;
    position: relative;
    z-index: 20;
}
.s-button {
    display: block;
    width: 222px;
    height: 47px;
    margin: 2rem auto 0;
    position: relative;
    z-index: 20;
    background: url(../image/btn-more.svg) 0 0 no-repeat;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
.s-button:hover {
    opacity: 0.8;
    transition: .7s;
}
.s-nav-cont {
    visibility: hidden;
}
.s-nav-cont .prev,
.s-nav-cont .next {
    display: block;
    position: absolute;
    margin: 0;
    top: 29%;
}
.s-nav-cont .prev {
    left: 40px;
}
.s-nav-cont .next {
    right: 40px;
}
@media (max-width: 1199px) {
    .s-sub-cont svg {
        height: auto;
    }
    .main-img-1 .s-sub-cont svg {
        width: 35%;
    }
    .main-img-2 .s-sub-cont svg {
        width: 40%;
    }
    .main-img-3 .s-sub-cont svg {
        width: 25%;
    }
    .main-img-4 .s-sub-cont svg {
        width: 30%;
    }
    .main-img-5 .s-sub-cont svg {
        width: 30%;
    }
    .s-nav-cont .prev,
    .s-nav-cont .next {
        top: 32% !important;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .s-wrap {
        top: 12%;
        transform: translateY(-12%);
    }
}
@media (max-width: 767px) {
    .s-wrap {
        top: 29%;
        transform: translateY(-29%);
    }
}
@media (max-width: 480px) {
    .s-wrap {
        top: 34%;
        transform: translateY(-34%);
    }
    .main-img-1 .s-sub-cont svg {
        width: 50%;
    }
    .main-img-2 .s-sub-cont svg {
        width: 60%;
    }
    .main-img-3 .s-sub-cont svg {
        width: 37%;
    }
    .main-img-4 .s-sub-cont svg {
        width: 46%;
    }
    .main-img-5 .s-sub-cont svg {
        width: 45%;
    }
    .s-text-cont svg {
        height: auto;
    }
    .main-img-1 .s-text-cont svg {
        width: 25%;
    }
    .main-img-2 .s-text-cont svg {
        width: 13%;
    }
    .main-img-3 .s-text-cont svg {
        width: 18%;
    }
    .main-img-4 .s-text-cont svg {
        width: 40%;
    }
    .main-img-5 .s-text-cont svg {
        width: 24%;
    }
    .s-button {
        width: 180px;
        height: 38px;
        background-size: contain;
        margin-top: 0.8rem;
    }
    .s-nav-cont {
        display: none;
    }
}
@media (max-width: 320px) {
    .s-wrap {
        top: 34%;
        transform: translateY(-34%);
    }
}

.swiper-slide-active .s-sub-1,
#cate-main .s-sub-1 {
    -webkit-animation: slideTextFade 2.0s ease 0s 1 normal;
    animation: slideTextFade 2.0s ease 0s 1 normal;
}
.swiper-slide-active .s-sub-2,
#cate-main .s-sub-2 {
    -webkit-animation: slideTextFade 2.1s ease 0s 1 normal;
    animation: slideTextFade 2.1s ease 0s 1 normal;
}
.swiper-slide-active .s-sub-3,
#cate-main .s-sub-3 {
    -webkit-animation: slideTextFade 2.2s ease 0s 1 normal;
    animation: slideTextFade 2.2s ease 0s 1 normal;
}
.swiper-slide-active .s-sub-4,
#cate-main .s-sub-4 {
    -webkit-animation: slideTextFade 2.3s ease 0s 1 normal;
    animation: slideTextFade 2.3s ease 0s 1 normal;
}
.swiper-slide-active .s-sub-5,
#cate-main .s-sub-5 {
    -webkit-animation: slideTextFade 2.4s ease 0s 1 normal;
    animation: slideTextFade 2.4s ease 0s 1 normal;
}
.swiper-slide-active .s-sub-6,
#cate-main .s-sub-6 {
    -webkit-animation: slideTextFade 2.5s ease 0s 1 normal;
    animation: slideTextFade 2.5s ease 0s 1 normal;
}
.swiper-slide-active .s-sub-7,
#cate-main .s-sub-7 {
    -webkit-animation: slideTextFade 2.6s ease 0s 1 normal;
    animation: slideTextFade 2.6s ease 0s 1 normal;
}
.swiper-slide-active .s-sub-8,
#cate-main .s-sub-8 {
    -webkit-animation: slideTextFade 2.7s ease 0s 1 normal;
    animation: slideTextFade 2.7s ease 0s 1 normal;
}
.swiper-slide-active .s-sub-9,
#cate-main .s-sub-9 {
    -webkit-animation: slideTextFade 2.8s ease 0s 1 normal;
    animation: slideTextFade 2.8s ease 0s 1 normal;
}
.swiper-slide-active .s-sub-10,
#cate-main .s-sub-10 {
    -webkit-animation: slideTextFade 2.9s ease 0s 1 normal;
    animation: slideTextFade 2.9s ease 0s 1 normal;
}

.swiper-slide-active .s-text-1,
#cate-main .s-text-1 {
    -webkit-animation: slideTextFade 2.5s ease 0s 1 normal;
    animation: slideTextFade 2.5s ease 0s 1 normal;
}
.swiper-slide-active .s-text-2,
#cate-main .s-text-2 {
    -webkit-animation: slideTextFade 2.6s ease 0s 1 normal;
    animation: slideTextFade 2.6s ease 0s 1 normal;
}
.swiper-slide-active .s-text-3,
#cate-main .s-text-3 {
    -webkit-animation: slideTextFade 2.7s ease 0s 1 normal;
    animation: slideTextFade 2.7s ease 0s 1 normal;
}
.swiper-slide-active .s-text-4,
#cate-main .s-text-4 {
    -webkit-animation: slideTextFade 2.8s ease 0s 1 normal;
    animation: slideTextFade 2.8s ease 0s 1 normal;
}
.swiper-slide-active .s-text-5,
#cate-main .s-text-5 {
    -webkit-animation: slideTextFade 2.9s ease 0s 1 normal;
    animation: slideTextFade 2.9s ease 0s 1 normal;
}
.swiper-slide-active .s-text-6,
#cate-main .s-text-6 {
    -webkit-animation: slideTextFade 3.0s ease 0s 1 normal;
    animation: slideTextFade 3.0s ease 0s 1 normal;
}
.swiper-slide-active .s-text-7,
#cate-main .s-text-7 {
    -webkit-animation: slideTextFade 3.1s ease 0s 1 normal;
    animation: slideTextFade 3.1s ease 0s 1 normal;
}
.swiper-slide-active .s-text-8,
#cate-main .s-text-8 {
    -webkit-animation: slideTextFade 3.2s ease 0s 1 normal;
    animation: slideTextFade 3.2s ease 0s 1 normal;
}
.swiper-slide-active .s-text-9,
#cate-main .s-text-9 {
    -webkit-animation: slideTextFade 3.3s ease 0s 1 normal;
    animation: slideTextFade 3.3s ease 0s 1 normal;
}
.swiper-slide-active .s-text-10,
#cate-main .s-text-10 {
    -webkit-animation: slideTextFade 3.4s ease 0s 1 normal;
    animation: slideTextFade 3.4s ease 0s 1 normal;
}
.swiper-slide-active .s-text-11,
#cate-main .s-text-11 {
    -webkit-animation: slideTextFade 3.5s ease 0s 1 normal;
    animation: slideTextFade 3.5s ease 0s 1 normal;
}
.swiper-slide-active .s-text-12,
#cate-main .s-text-12 {
    -webkit-animation: slideTextFade 3.6s ease 0s 1 normal;
    animation: slideTextFade 3.6s ease 0s 1 normal;
}
.swiper-slide-active .s-text-13,
#cate-main .s-text-13 {
    -webkit-animation: slideTextFade 3.7s ease 0s 1 normal;
    animation: slideTextFade 3.7s ease 0s 1 normal;
}
.swiper-slide-active .s-text-14,
#cate-main .s-text-14 {
    -webkit-animation: slideTextFade 3.8s ease 0s 1 normal;
    animation: slideTextFade 3.8s ease 0s 1 normal;
}
.swiper-slide-active .s-text-15,
#cate-main .s-text-15 {
    -webkit-animation: slideTextFade 3.9s ease 0s 1 normal;
    animation: slideTextFade 3.9s ease 0s 1 normal;
}
.swiper-slide-active .s-text-16,
#cate-main .s-text-16 {
    -webkit-animation: slideTextFade 4.0s ease 0s 1 normal;
    animation: slideTextFade 4.0s ease 0s 1 normal;
}
.swiper-slide-active .s-text-17,
#cate-main .s-text-17 {
    -webkit-animation: slideTextFade 4.1s ease 0s 1 normal;
    animation: slideTextFade 4.1s ease 0s 1 normal;
}
.swiper-slide-active .s-text-18,
#cate-main .s-text-18 {
    -webkit-animation: slideTextFade 4.2s ease 0s 1 normal;
    animation: slideTextFade 4.2s ease 0s 1 normal;
}

.swiper-slide-active .s-button {
    -webkit-animation: slideButtonFade 2s ease-out 0s 1 normal;
     animation: slideButtonFade 2s ease-out 0s 1 normal;
}

.swiper-slide-active .s-nav-cont {
    visibility: visible !important;
    -webkit-animation: slideButtonFade 1.0s ease 0s 1 normal;
     animation: slideButtonFade 1.0s ease 0s 1 normal;
}

/*-------------------------------
 * 4. CONTENT
 * ----------------------------*/
main {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
#top-page main {
    background: #000 !important;
}
#main-content {
    background: #fff !important;
}

.bg-gray {
    background: #F9F9F9;
    padding: 8rem 0 !important;
    margin-top: 0;
}
@media (max-width: 767px) {
    .bg-gray {
        padding: 4rem 0 !important;
    }
}

section {
    margin: 8rem 0 10rem;
    padding: 0;
}
@media (max-width: 767px) {
    section {
        margin: 4rem 0 6rem;
    }
}

.box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0;
    gap: 20px 30px;
    margin: 3rem auto 0;
}
.box .col {
    width: calc(100% / 2 - 15px );
    box-sizing: border-box;
}
.box.order:first-of-type {
    margin-top: 0;
}
@media (max-width: 767px) {
    .box {
        margin-top: 2rem;
        gap: 20px 0;
    }
    .box .col {
        width: 100%;
    }
    .box.order {
        margin-top: 0 !important;
        gap: 0;
    }
    .box.order .col {
        margin-top: 1rem;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

.icon-check {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(../image/icon-check.svg) 0 0 no-repeat;
    background-size: contain;
    margin-right: 1rem;
    vertical-align: -15%;
}
.icon-mail {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../image/icon-mail.svg) 0 0 no-repeat;
    background-size: contain;
    margin-right: 1.5rem;
}
.icon-tel {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../image/icon-tel.svg) 0 0 no-repeat;
    background-size: contain;
    margin-right: 1.5rem;
}
.fa-film {
    display: inline-block;
    font-size: 2.2rem;
    margin-right: 1.5rem;
    vertical-align: -12%;
}
@media (max-width: 767px) {
    .icon-check {
        width: 18px;
        height: 16px;
    }
    .icon-mail,
    .icon-tel {
        width: 33px;
        height: 33px;
        margin-right: 1rem;
    }
    .fa-film {
        font-size: 1.8rem;
        margin-right: 1rem;
    }
}
@media (max-width: 767px) {
    .icon-check {
        width: 18px;
        height: 16px;
    }
    .icon-mail,
    .icon-tel {
        width: 33px;
        height: 33px;
        margin-right: 1rem;
    }
}

/* 4.1 Cate Main
 * ------------------------------*/
#cate-main {
    width: 100%
    height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 0;
    box-sizing: border-box;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
}
#cate-main.main-img-1 {
    background-position: center 100px !important;
}
@media (max-width: 1199px) {
    #cate-main.main-img-1 {
        background-position: center 70px !important;
    }
}
@media (max-width: 991px) {
    #cate-main,
    #cate-main.main-img-1 {
        background-position: center 50px !important;
    }
}

#cate-main .s-wrap {
    top: 52%;
    transform: translateY(-52%);
}
@media (max-width: 1199px) {
    #cate-main .s-wrap {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 991px) {
    #cate-main .s-wrap {
        top: 48%;
        transform: translateY(-48%);
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    #cate-main .s-wrap {
        top: 52%;
        transform: translateY(-52%);
    }
}
@media (max-width: 767px) {
    #cate-main .s-wrap {
        top: 52%;
        transform: translateY(-52%);
    }
}
@media (max-width: 480px) {
    #cate-main .s-wrap {
        top: 45%;
        transform: translateY(-45%);
    }
}

#cate-main .s-scroll-cont {
    width: 62px;
    height: 30px;
    position: absolute;
    margin: 0 auto;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-animation: slideTextFade 2.0s ease 0s 1 normal;
    animation: slideTextFade 2.0s ease 0s 1 normal;
}
#cate-main .s-scroll-cont span {
    display: block;
    position: absolute;
    top: 25px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -0.5rem;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: scrollFade 3s infinite;
    animation: scrollFade 3s infinite;
    opacity: 0;
    box-sizing: border-box;
}
#cate-main .s-scroll-cont span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#cate-main .s-scroll-cont span:nth-of-type(2) {
    top: 32px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

/* 4.2 About
 * ------------------------------*/
ul.about-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    padding: 0;
    gap: 20px 20px;
    margin: 5rem auto 0;
}
ul.about-list li {
    width: calc(100% / 5 - 16px );
    box-sizing: border-box;
    border: 1px solid #000;
}
@media (max-width: 991px) {
    ul.about-list li {
        width: calc(100% / 3 - 14px );
    }
}
@media (max-width: 767px) {
    ul.about-list {
        margin-top: 3rem;
    }
    ul.about-list li {
        width: 100%;
    }
}

ul.about-list .subsub {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 70px;
    background: #eb5902;
    font-size: 2rem;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}
ul.about-list .txt {
    margin: 1rem 1.5rem;
    line-height: 1.8;
}
@media (max-width: 1199px) {
    ul.about-list .subsub {
        font-size: calc(17px + 3 * (100vw - 320px) / 879);
        padding-bottom: 0.2rem;
    }
    #en-page ul.about-list .subsub {
        font-size: 1.6rem;
    }
}
@media (max-width: 991px) {
    #en-page ul.about-list .subsub {
        font-size: calc(17px + 3 * (100vw - 320px) / 671);
    }
}
@media (max-width: 767px) {
    ul.about-list .subsub {
        height: 42px;
        padding-bottom: 0.3rem;
    }
}

/* 4.3 Philosophy
 * ------------------------------*/
.philosophy-logo {
    max-width: 600px;
    margin: 0 auto 2rem;
}
.philosophy-list {
    max-width: 770px;
    margin: 3rem auto 0;
}
.philosophy-list dl.dl-list:first-of-type {
    margin-top: 0;
}
@media (max-width: 767px) {
    .philosophy-list {
        margin-top: 2rem;
    }
    .philosophy-list dl.dl-list dt {
        display: block;
        width: 100%;
        padding-bottom: 0;
        padding-left: 0;
    }
    .philosophy-list dl.dl-list dd {
        display: block;
        width: 100%;
        padding-top: 0.3rem;
        padding-left: 0;
    }
}

/* 4.4 Profile
 * ------------------------------*/
.img-profile {
    float: right;
    margin: 0 0 1rem 2rem;
}
@media (max-width: 767px) {
    .img-profile {
        float: none;
        margin: 0 auto 2rem;
    }
    .img-profile img {
        max-width: 55%;
    }
}

/* 4.5 Program
 * ------------------------------*/
.program-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0;
    margin: 3rem auto 0;
}
.program-box .col {
    width: calc(100% / 2);
    box-sizing: border-box;
    margin-bottom: 8rem;
}
.program-box .txt-area.left p {
    padding-right: 5rem;
}
.program-box .txt-area.right p {
    padding-left: 5rem;
}
@media (max-width: 1199px) {
    .program-box .col {
        margin-bottom: 6rem;
    }
    .program-box .txt-area.left p {
        padding-right: 3rem;
    }
    .program-box .txt-area.right p {
        padding-left: 3rem;
    }
}
@media (max-width: 767px) {
    .program-box {
        margin-top: 0;
    }
    .program-box .col {
        width: 100%;
    }
    .program-box .col.txt-area {
        margin-bottom: 1rem;
    }
    .program-box .col.txt-area p {
        padding: 0 !important;
    }
    .program-box .col.img-area {
        margin-bottom: 5rem;
    }
}

a:hover .imagearea-content > img {
  -ms-transform: scale(1.067);
      transform: scale(1.067);
}
.imagearea {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.imagearea:before {
  content: "";
  display: block;
  padding-top: 66.667%;
}
.imagearea-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: flex-start;
}
.imagearea-content > img {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  overflow: hidden !important;
}
.imagearea-content .txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #fff;
}
a .imagearea-content.txt-none .txt {
    opacity: 0;
}
a:hover .imagearea-content.txt-none .txt {
    opacity: 1;
}
.imagearea-content .txt {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
    text-align: center;
    font-family: 'ShipporiMincho';
}
.imagearea-content .txt i {
    display: inline-block;
    margin-right: 2rem;
}
@media (max-width: 767px) {
    .imagearea-content .txt {
        font-size: 1.8rem;
    }
}

/* 4.6 Contact
 * ------------------------------*/
.contact-list {
    max-width: 900px;
    margin: 0 auto;
}
.contact-list dl.dl-list {
    border-color: #000;
}
.contact-list dl.dl-list:first-of-type {
    margin-top: 0;
}
.contact-list dl.dl-list dt {
    width: 30%;
}
.contact-list dl.dl-list dd {
    width: 70%;
}
@media (max-width: 991px) {
    .contact-list dl.dl-list dt {
        width: 33%;
    }
    .contact-list dl.dl-list dd {
        width: 67%;
    }
}
@media (max-width: 767px) {
    .contact-list dl.dl-list dt {
        display: block;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 0;
        padding-left: 0;
    }
    .contact-list dl.dl-list dd {
        display: block;
        width: 100%;
        padding-top: 0.5rem;
        padding-bottom: 1.5rem;
        padding-left: 0;
    }
}

.contact-box {
    max-width: 650px;
    margin: 7rem auto 0;
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 1.5rem 0.5rem 2.3rem;
    font-weight: 500;
}
.contact-box a {
    color: #000;
}
.contact-box a:hover {
    color: #000;
}
.contact-box .txt {
    font-size: 2rem;
    text-align: center;
    margin: 0;
}
.contact-box .mail-tel {
    max-width: 70%;
    margin: 0 auto;
}
.contact-box .txt-mail {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 2.8rem;
    line-height: 1;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 1rem 0 0;
}
.contact-box .txt-tel {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 5.1rem;
    line-height: 1;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 2rem 0 0;
}
#en-page .contact-box .txt-tel {
    font-size: 4.2rem;
}
@media (max-width: 1199px) {
    .contact-box .mail-tel {
        max-width: 65%;
    }
    .contact-box .txt-mail {
        font-size: 2.5rem;
    }
    .contact-box .txt-tel {
        font-size: 4.5rem;
    }
    #en-page .contact-box .txt-tel {
        font-size: 3.7rem;
    }
}
@media (max-width: 767px) {
    .contact-box {
        margin-top: 5rem;
    }
    .contact-box .txt {
        font-size: calc(14px + 6 * (100vw - 320px) / 447);
    }
    .contact-box .txt-mail {
        font-size: calc(20px + 8 * (100vw - 320px) / 447);
    }
    .contact-box .txt-tel {
        font-size: calc(30px + 21 * (100vw - 320px) / 447);
    }
    #en-page .contact-box .txt-tel {
        font-size: calc(27px + 17 * (100vw - 320px) / 447);
    }
}
@media (max-width: 480px) {
    .contact-box .txt {
        font-size: calc(14px + 3 * (100vw - 320px) / 160);
    }
    .contact-box .mail-tel {
        max-width: 90%;
    }
    .contact-box .txt-mail {
        font-size: 2rem;
    }
    .contact-box .txt-tel {
        font-size: 3.3rem;
        margin-top: 1.5rem;
    }
    #en-page .contact-box .txt-tel {
        font-size: 2.9rem;
    }
}
@media (max-width: 360px) {
    .contact-box .txt-mail {
        font-size: 1.9rem;
    }
    .contact-box .txt-tel {
        font-size: 3.1rem;
    }
    #en-page .contact-box .txt-tel {
        font-size: 2.7rem;
    }
}
@media (max-width: 320px) {
    .contact-box .txt-mail {
        font-size: 1.6rem;
    }
    .contact-box .txt-tel {
        font-size: 2.8rem;
    }
    #en-page .contact-box .txt-tel {
        font-size: 2.3rem;
    }
}

.contact-confirm {
    margin-top: 23rem;
}
@media (max-width: 1199px) {
    .contact-confirm {
        margin-top: 15rem;
    }
}
@media (max-width: 767px) {
    .contact-confirm {
        margin-top: 10rem;
    }
}

form {
	margin: 2rem 0 0;
	padding: 0;
}
form .hissu {
	display: inline-block;
	margin-left: 1rem;
	color: #EA5902;
	font-size: 1.5rem;
	vertical-align: -2%;
}
form input,
form textarea,
form select {
	background: #fff;
	border: none;
	padding: 0.2rem 1rem;
	font-size: 1.6rem;
	color: #000;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	border: 1px solid #9fa0a0;
	box-sizing: border-box;
}
form .formTbox {
	width: 100%;
}
form .formTarea {
	width: 100%;
	height: 100px;
}
form label {
	font-weight: normal;
}
form input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
form input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
form input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}
input[type=radio],
input[type=checkbox] {
	margin-right: 0.5rem;
}
form input[type=checkbox] {
	-webkit-appearance: checkbox !important;
}
form input[type=radio] {
	-webkit-appearance: radio !important;
}
@media (max-width: 1199px) {
    form input,
    form textarea,
    form select {
        font-size: calc(13px + 3 * (100vw - 320px) / 879);
    }
    form .hissu {
        font-size: calc(12px + 3 * (100vw - 320px) / 879);
    }
}
@media (max-width: 767px) {
    form {
        margin-top: 0;
    }
	form input,
	form textarea,
	form select {
		padding: 0.5rem 1rem;
	}
	form textarea {
	    margin-bottom: -0.5rem;
	}
}

/*Chrome、Safari*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*Firefox、IE*/
input[type="number"] {
    -moz-appearance:textfield;
}

/*--------- btn-submit / btn-error --------- */
.btn-submit,
.btn-error {
    width: 300px;
	margin: 4rem auto 2rem;
	padding: 1rem 1.5rem 1.2rem;
	font-size: 1.8rem;
	cursor: pointer;
	transition: .7s;
	text-align: center;
	border-radius: 0;
	border: 2px solid #EA5902;
	background-size: 12px 20px !important;
	background-position: 95% center !important;
	background-repeat: no-repeat !important;
}
.btn-submit:hover,
.btn-error:hover {
    background-size: 12px 20px !important;
}
.btn-submit {
    background-color: #EA5902;
    background-image: url(../image/icon-arrow.svg);
    color: #fff;
}
.btn-error {
    background-color: #dddddd;
    color: #000;
    border-color: #dddddd;
    background-image: url(../image/icon-arrow-black-back.svg);
    background-position: 5% center !important;
}
.btn-submit:hover {
	background-color: #fff;
	color: #EA5902;
	background-image: url(../image/icon-arrow-orange.svg);
}
.btn-error:hover {
	background-color: #ccc;
}
@media (max-width: 1199px) {
    .btn-submit,
    .btn-error {
        font-size: calc(15px + 3 * (100vw - 320px) / 879);
    }
}
@media (max-width: 767px) {
    .btn-submit,
    .btn-error {
        padding: 0.8rem 0.5rem 1rem;
	    margin: 3rem auto 0 !important;
	    background-size: 10px 17px !important;
	}
	.btn-submit {
	    margin-top: 2rem !important;
	}
}

/*-------------------------------
 * 5. FOOTER
 * ----------------------------*/
footer {
    width: 100%;
    height: 50px;
    background: #000;
    margin: 0;
    padding: 0.5rem 3rem;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin-top: 15rem;
}
footer.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
}
#top-page footer {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 1000 !important;
    text-align: right;
}
footer .copy {
    font-size: 1rem;
    margin-top: 0.8rem;
}
@media (max-width: 767px) {
    footer {
        height: 30px;
        padding: 0.3rem 1.5rem;
        margin-top: 10rem;
    }
    footer .copy {
        text-align: center;
        margin-top: 0;
    }
}

/*-------------------------------
 * 6. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: .7s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes scrollFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes scrollFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slideButtonFade {
    0%, 70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideButtonFade {
    0%, 70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}

@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}
