@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese");
.__tc_black {
  color: #111;
}
.__tc_gray {
  color: #848484;
}
.__tc_white {
  color: white;
}
.__tc_green {
  color: #a7e521;
}
.__tc_green1 {
  color: #9ddf0f;
}
.__tc_red {
  color: #d80f1c;
}
.__tc_orange {
  color: #f29e00;
}
.bg-black {
  background: black;
}
.bg-white {
  background: white;
}
.tc_white {
  color: white;
}
.__bg_gray1 {
  background: #a1a1a1;
}
.__bg_gray2 {
  background: #eee;
}
.__bg_gray4 {
  background: #7e7e7e;
}
.__bg_red {
  background: #d80f1c;
}
.__bg_orange {
  background: #f29e00;
}
.__bg_green {
  background: #a7e521;
}
.__bg_green1 {
  background: #9ddf0f;
}
.__df {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  display: inline-block;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 62.5%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}
body,
input,
select,
textarea {
  color: #151515;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
}
body {
  position: relative;
  margin: 0;
  overflow: hidden;
}
a {
  color: #1a0dab;
  text-decoration: none;
}
a:hover {
  color: #609;
}
figure {
  margin: 0;
}
img {
  vertical-align: bottom;
}
.__n-ul {
  padding: 0;
  font-size: 0;
  list-style: none;
}
.__un-line {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: bold;
}
.m0 {
  margin: 0 !important;
}
.__mt--1 {
  margin-top: -1em;
}
.__mb--04 {
  margin-bottom: -0.4em;
}
.__mt5 {
  margin-top: 5rem;
}
.__mb1 {
  margin-bottom: 1em;
}
.__mb2 {
  margin-bottom: 2em;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.__maxFull {
  max-width: 1920px;
  margin: 0 auto;
}
ul.__square {
  list-style-type: square;
}
ul.__disc {
  list-style-type: disc;
}
.__pl-list {
  margin-top: -1em;
  padding-left: 15px;
}
.__btn.__w22 {
  width: 220px;
  height: 60px;
}
.__btn.__w32 {
  width: 320px;
  height: 60px;
}
.__btn.__w32 .__btn-radius {
  border-radius: 50px;
}
.__btn.__w40 {
  width: 400px;
  height: 80px;
}
.__btn.__submit {
  position: relative;
}
.__btn.__submit input {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.__btn.__submit input:hover + .__submit-item {
  background: #a7e521;
  color: #111;
}
.__btn a,
.__btn .__submit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.__btn-radius {
  border-radius: 10px;
}
.__btn-border.__tc_green {
  border: solid 1px #a7e521;
  font-weight: bold;
  transition: 0.5s ease;
}
.__btn-border.__tc_green:hover {
  background: #a7e521;
  color: #111;
}
.__btn-border.__tc_green1 {
  border: solid 1px #9ddf0f;
  font-weight: bold;
  transition: 0.5s ease;
}
.__btn-border.__tc_green1:hover {
  background: #9ddf0f;
  color: #111;
}
.arrow {
  position: relative;
}
.arrow::before {
  width: 10px;
  height: 10px;
  margin-right: 1.5rem;
  transform: rotate(45deg);
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  content: "";
}
.r-cut {
  counter-reset: cut;
}
.r-cut .r-cut_item {
  content: counter(cut);
  counter-increment: cut;
}
.r-cut .r-cut_item::before {
  line-height: 1;
}
.c-title_center {
  position: relative;
}
.c-title_center::after {
  width: 2.75em;
  height: 3px;
  background: #052151;
  content: "";
}
.c-title_center h2 {
  line-height: 1;
}
.c-title_center h2 span {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}
.c-title_center .fl-text::first-letter {
  color: #052151;
}
.c-title_center::after {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-title_center h2 {
  text-align: center;
}
.bgTitle_inline {
  max-width: 500px;
  margin-top: 2em;
  margin-bottom: 1em;
  overflow: hidden;
  font-size: 1.75rem;
  line-height: 1.3;
}
.bgTitle_inline span {
  display: inline;
  margin: 0.35em 0;
  padding: 0.2em 0.75em;
  float: left;
  background-image: linear-gradient(180deg, transparent 0%, #052151 0);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  font-weight: bold;
}
.bgTitle_inline span.__en {
  padding: 0.2em 0.5em;
}
.slick-thumbnail .slick-slide img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-thumbnail .slick-slide span {
  display: none;
}
.slick-thumbnail .slick-dots {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 1.5rem;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.slick-thumbnail .slick-dots .slick-active {
  transition: 0.5s ease;
}
.slick-thumbnail .slick-dots .slick-active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.slick-thumbnail .slick-dots li {
  width: 115px;
}
.slick-thumbnail .slick-dots li:not(:first-of-type) {
  margin-left: 1.5rem;
}
.slick-thumbnail .slick-dots li img {
  -webkit-filter: grayscale(100%);
  max-width: 100%;
  filter: grayscale(100%);
}
.tab--group {
  display: flex;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.tab--group-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 60px;
  border: solid 1px #111;
  cursor: pointer;
  transition: 0.5s ease;
}
.tab--group-item:not(.is-active):hover {
  background: #111;
  color: white;
  opacity: 0.9;
  transition: 0.5s ease;
}
.tab--group .is-active {
  background: #111;
  color: white;
}
.tab--panel-item {
  display: none;
}
.tab--panel-item.is-show {
  display: block;
}
.is_accordion {
  display: block;
  position: relative;
  width: 100%;
  height: 104px;
  margin: 0 auto;
  margin-bottom: 5rem;
  border: solid 1px #f29e00;
  background: white;
}
.is_accordion::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73px;
  height: 24px;
  transform: translate(-50%, -50%) scale(-1, -1);
  background: url(./assets/images/common/arrow-orange.png) no-repeat
    center/contain;
  content: "";
  transition: 0.5s ease;
}
.is_accordion.open::after {
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}
.is_accordion-target {
  display: none;
}
.is_accordion-target.open {
  display: block;
}
.__f11 {
  font-size: 1.1rem;
}
.__f12 {
  font-size: 1.2rem;
}
.__f13 {
  font-size: 1.3rem;
}
.__f14 {
  font-size: 1.4rem;
}
.__f15 {
  font-size: 1.5rem;
}
.__f16 {
  font-size: 1.6rem;
}
.__f18 {
  font-size: 1.8rem;
}
.__f19 {
  font-size: 1.9rem;
}
.__f20 {
  font-size: 2rem;
}
.__f22 {
  font-size: 2.2rem;
}
.__f23 {
  font-size: 2.3rem;
}
.__f24 {
  font-size: 2.4rem;
}
.__f25 {
  font-size: 2.5rem;
}
.__f27 {
  font-size: 2.7rem;
}
.__f30 {
  font-size: 3rem;
}
.__f33 {
  font-size: 3.3rem;
}
.__f35 {
  font-size: 3.5rem;
}
.__f38 {
  font-size: 3.8rem;
}
.__f40 {
  font-size: 4rem;
}
.__f42 {
  font-size: 4.2rem;
}
.__f43 {
  font-size: 4.3rem;
}
.__f60 {
  font-size: 6rem;
}
.__f70 {
  font-size: 7rem;
}
.__f72 {
  font-size: 7.2rem;
}
.__hover8:hover {
  opacity: 0.8;
}
.hamburgerButton {
  display: flex;
  z-index: 999;
  flex-flow: column wrap;
  width: 50px;
  height: 25px;
  margin-right: 1rem;
  margin-left: auto;
}
.hamburgerButton .__hbb {
  width: 100%;
  height: 5px;
  background: #111;
}
.hamburgerButton .__hbb:not(:first-of-type) {
  margin-top: 5px;
}
.__s_title {
  text-align: center;
}
.__s_title span {
  display: block;
}
.__h-infoTel ul {
  padding: 0;
  font-size: 0;
  list-style: none;
}
.__h-infoTel li {
  line-height: 1.3;
}
.__h-infoTel_body {
  font-weight: bold;
}
.__tel::before {
  margin-right: 0.5rem;
  font-size: 2rem;
  content: "TEL";
}
.cat {
  padding: 0;
  font-size: 0;
  list-style: none;
}
.cat-item {
  display: inline-block;
  padding: 0 2px;
  background: #a1a1a1;
  color: white;
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.s-loop_img {
  display: flex;
  width: 100vw;
  height: 300px;
  overflow: hidden;
}
.s-loop_img ul {
  -webkit-animation-play-state: paused;
  display: flex;
  padding: 0;
  font-size: 0;
  list-style: none;
  animation-play-state: paused;
}
.s-loop_img img {
  width: auto;
  height: 100%;
}
.s-loop_img img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
}
.s-loop_img img:last-child {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}
.l_card.l_col2 .l_card-item {
  width: calc(100% / 2);
}
.l_card.l_col3 .l_card-item {
  width: calc(100% / 3);
}
.l_card.l_col4 .l_card-item {
  width: calc(100% / 4);
}
.l_card-item figure {
  overflow: hidden;
}
.l_card-item figure img {
  max-width: 100%;
}
.l_media-item figure {
  overflow: hidden;
}
.l_media-item figure img {
  max-width: 100%;
}
.l_media-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.required::before {
  margin-right: 0.3rem;
  content: "※";
}
.__def-contact td {
  position: relative;
}
.__def-contact td:nth-child(1) {
  padding-top: 0.8rem;
  vertical-align: top;
}
.__def-contact input {
  width: 100%;
  min-height: 40px;
  padding: 0.5rem;
  border: none;
}
.__def-contact textarea {
  width: 100%;
  min-height: 223px;
  padding: 0.8rem;
  border: none;
}
.__def-contact select {
  z-index: 5;
  position: relative;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 0;
  background: transparent;
  text-indent: 4.5rem;
}
.__def-contact select::-ms-expand {
  display: none;
}
.__def-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.__def-contact select + .arrow {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 40px;
  height: 40px;
  border: solid 1px #111;
}
.__def-contact select + .arrow::before {
  position: absolute;
  top: 30%;
  left: 15%;
  transform: rotate(135deg) translate(-50%, -50%);
  border-top: 1.5px solid #111;
  border-right: 1.5px solid #111;
}
.s-news {
  padding: 3rem 3.4rem;
  border: solid 1px #111;
}
@media (max-width: 959px){
  .s-news{
    padding: 0 20px;
  }
}
.s-news time {
  margin-right: 2rem;
}
.s-news a:hover {
  text-decoration: underline;
}
.s-news-item:not(:last-of-type) {
  border-bottom: solid 1px #eee;
}
.l_media_body{
  max-height: 50px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 959px){
  .l_media_body{
    height: 50px;
  }
}
.s-news_meta {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 30px;
  margin-bottom: 0.5rem;
}
.s-news_meta .cat {
  margin-right: 1rem;
}
.s-news_meta .sns {
  height: 30px;
}
.s-news .l_media-wrap {
  padding: 1.05rem 0;
}
@media (max-width: 959px){
  .s-news .l_media-wrap {
    padding: .8rem 0;
  }
}
#header {
  z-index: 100;
  position: relative;
  height: 170px;
}
#header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar {
  height: 104px;
  background: white;
}
.navbar .__maxFull {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%;
}
.navbar .logo {
  max-width: 134px;
  max-height: 82px;
  margin-right: auto;
  margin-left: 2rem;
}
.navbar .logo img {
  width: 100%;
}
.navbar-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.navbar .__h-infoTel {
  margin-right: 1.5rem;
}
.navbar .__btn {
  margin-right: 1.5rem;
}
.navbar .__btn a {
  font-weight: bold;
  text-align: center;
}
.navbar .__btn a .__xxl {
  display: none;
}
.h-red .g_nav {
  background: #bc0016 !important;
}
.footer_s1 .footer_nav-bar {
  margin-top: 10rem;
  background: #a7e521;
}
.footer_s1 .footer_nav-bar .inner {
  display: flex;
  flex-flow: row nowrap;
  max-width: 835px;
  margin: 0 auto;
  padding: 2.3rem 0;
}
.footer_s1 .footer_nav-bar .logo {
  max-width: 95px;
  margin-right: 5rem;
}
.footer_s1 .footer_nav-bar .logo img {
  max-width: 100%;
}
.footer_s1 .footer_nav-bar .wrap {
  display: flex;
  width: 100%;
}
.footer_s1 .footer_nav-bar .social {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.footer_s1 .footer_nav-bar .social li:not(:first-of-type) {
  margin-left: 1.5rem;
}
.footer_s1 .footer_nav-bar .footer_nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: -2rem;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.footer_s1 .footer_nav-bar .footer_nav li {
  height: 100%;
  padding: 0 2rem;
}
.footer_s1 .footer_nav-bar .footer_nav li a {
  color: #111;
  font-size: 2rem;
  font-weight: bold;
}
.footer_s1 .footer_nav-bar .footer_nav li span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.footer_s2 {
  margin: 5rem 0;
}
.footer_s2 .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.footer_s2 .__btn {
  margin: 0 1.5rem;
}
.footer_s2 .inLink {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.footer_s2 .inLink > a {
  color: #111;
}
.footer_s2 .inLink > a:hover {
  text-decoration: underline;
}
.copy {
  background: black;
  color: white;
}
.copy p {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
.g_nav {
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
}
.g_nav .container {
  height: 100%;
}
.g_nav ol {
  display: flex;
  justify-content: center;
  height: 100%;
  margin: 0 -3rem;
  padding: 0;
  font-size: 0;
  font-weight: bold;
  list-style: none;
}
.g_nav li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 3rem;
}
.g_nav a {
  color: white;
}
.g_nav a:hover {
  opacity: 0.8;
  transition: 0.5s ease;
}
.g_nav a:hover span {
  opacity: 0.8;
  transition: 0.5s ease;
}
#modal-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  transform: translateY(-200%);
  background: black;
  color: #fff;
  transition: 0.5s ease-in-out;
}
#modal-main.open {
  z-index: 9999;
  transform: translateY(0);
}
.wid-sp-nav-wrap {
  height: 100vh;
}
.cross {
  display: flex;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 48px;
  font-size: 1.4rem;
  cursor: pointer;
}
.cross::after,
.cross::before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 5px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: white;
  content: "";
}
.cross::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.menu-sp-container {
  padding-bottom: 3rem;
}
.menu-sp-container ol {
  padding: 0;
  padding-top: 6rem;
  font-size: 0;
  list-style: none;
}
.menu-sp-container li {
  padding: 1rem 0;
}
.menu-sp-container li:hover {
  opacity: 0.8;
}
.menu-sp-container li a {
  display: inline;
  color: white;
}
.menu-sp-container .__btn {
  margin: 0 auto;
  margin-top: 2rem;
}
@-webkit-keyframes soundloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4212px 0;
  }
}
@keyframes soundloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -4212px 0;
  }
}
@-webkit-keyframes waveloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1910px 0;
  }
}
@keyframes waveloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1910px 0;
  }
}
.fs {
  position: relative;
  top: -80px;
  height: calc(100vh - 104px - 230px);
  min-height: 570px;
  margin-bottom: -80px;
}
.fs .fs-bg {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(./assets/images/top/fsbg.jpg) no-repeat top left/cover;
}
.fs .kyat {
  z-index: 5;
  position: absolute;
  top: 230px;
  left: 6vw;
}
.fs .kyat img {
  width: 100%;
}
.fs .sound {
  -webkit-animation: soundloop 23s linear infinite;
  position: absolute;
  top: 235px;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(./assets/images/top/sound.png) repeat-x 0 0 / auto 100%;
  animation: soundloop 23s linear infinite;
}
.fs .wave {
  -webkit-animation: waveloop 23s linear infinite;
  position: absolute;
  top: 400px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(./assets/images/top/wave.png) repeat-x 0% 0 / auto 100%;
  animation: waveloop 23s linear infinite;
}
.s1 .l_card {
  display: flex;
  flex-flow: row nowrap;
}
.s1 .l_card.l_col3 {
  margin: 0 -3rem;
}
.s1 .l_card.l_col3 .post-item {
  padding: 0 3rem;
}
.s1 .l_card-wrap {
  color: #111;
  transition: 0.5s ease;
}
.s1 .l_card_meta {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 30px;
  margin: 0.5rem 0;
}
.s1 .l_card_meta time {
  margin-right: 0.5rem;
  color: #052151;
}
.s1 .l_card_meta .cat-item {
  padding: 0 2px;
}
.s1 .l_card_meta .sns {
  height: 30px;
  margin-right: 3px;
  margin-left: auto;
}
.s1 .l_card_body h3 {
  height: 60px;
  margin: 0;
  overflow: hidden;
  color: #111;
}
.s1 .l_card_body h3:hover {
  text-decoration: underline;
}
.s2 {
  margin-top: 5rem;
}
.s2 .inner {
  display: flex;
  flex-flow: row nowrap;
}
.s2 .l_media_body a {
  color: #111;
  transition: 0.5s ease;
}
.s2 .l_media_body a:hover {
  text-decoration: underline;
}
.s2 .s-news {
  width: calc(100% - 320px - 90px);
  max-width: 790px;
  margin-right: 9rem;
}
.s2 .s-banner {
  width: 320px;
}
.s2 .s-banner ul {
  padding: 0;
  font-size: 0;
  list-style: none;
}
.s2 .s-banner ul .item1 {
  margin-top: 28px;
  margin-bottom: 24px;
}
@media (max-width: 959px){
  .s2 .s-banner ul .item1 {
    margin-top: 50px;
    margin-bottom: 46px;
  }
}
.s2 .s-banner ul .item2 {
  margin-bottom: 15px;
}
.s2 .s-banner ul img {
  width: 100%;
}
.s2 .s-banner ul iframe {
  width: 320px;
  height: 180px;
}
.s3 {
  margin-top: 8rem;
  overflow: hidden;
}
.s3 .s-loop_img ul {
  display: flex;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.s4 {
  margin-top: 8rem;
  padding-top: 8rem;
}
.s4 h2 {
  margin: 0;
  margin-bottom: 5rem;
}
.s4 p {
  max-width: 917px;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.s4 figure {
  text-align: center;
}
.s4 figure img {
  max-width: 100%;
}
.s4 .__btn {
  display: none;
}
.s5 {
  margin-top: 6rem;
  padding-bottom: 8rem;
}
.s5 .inner {
  display: flex;
  flex-flow: row nowrap;
}
.s5 .box {
  width: calc(100% / 2 - 5rem);
  margin: 0 2.5rem;
}
.s5 .box-wrap {
  padding: 3.5rem 2.5rem;
}
.s5 .box .map {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 33vw;
  max-height: 333px;
  margin-top: 3.5rem;
  overflow: hidden;
}
.s5 .box .map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 666px;
  transform: translate(-50%, -50%);
}
.s5 .box .map-thumbnail {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin-top: 1.5rem;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.s5 .box .map-thumbnail li {
  width: calc(100% / 3);
  max-width: 155px;
}
.s5 .box .map-thumbnail li:not(:first-of-type) {
  margin-left: 1.5rem;
}
.s5 .box .map-thumbnail li:nth-child(odd) {
  margin-right: 1rem;
}
.s5 .box .map-thumbnail li img {
  max-width: 100%;
}
.s5 .box .map-thumbnail li span {
  display: flex;
  justify-content: flex-end;
}
.s5 .box .info {
  padding-left: 2.5rem;
  list-style-type: square;
}
.s5 .__btn {
  margin: 0 auto;
  margin-top: 5rem;
}
.s6 {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.s6 .inner {
  padding: 0 3rem;
}
.s6 .__s_title {
  margin: 0;
  margin-bottom: 5rem;
}
.s6 .l_card {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 -1rem;
}
.s6 .l_card-item {
  margin: 0 1rem;
}
.s6 .l_card_body {
  padding: 3.5rem 2.5rem;
}
.s6 .l_card_body h3 {
  text-align: center;
}
.s6 .__btn {
  margin: 0 auto;
  margin-top: 4.5rem;
}
.s7 {
  margin-top: 5rem;
  color: white;
}
.s7 h3 {
  text-align: center;
}
.s7 .wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 341px;
  margin: 0 auto;
}
.s7 figure {
  text-align: center;
}
.s7 p {
  margin: 0;
}
.s8 {
  padding-top: 8rem;
}
.s8 .__s_title {
  margin: 0;
  margin-bottom: 5rem;
}
.s8 .tab--panel-wrap {
  display: flex;
  padding: 5rem;
  background: #111;
}
.s8_body {
  width: calc(50% - 5rem);
}
.s8_body:nth-child(1) {
  min-width: 300px;
}
.s8_body:nth-child(2) {
  margin-left: auto;
}
.s8_body .text-center {
  margin-bottom: 3rem;
  color: white;
  font-weight: normal;
}
.s8 .icon-box {
  display: flex;
  justify-content: space-between;
  max-width: 345px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.s8 .icon-box .item figure {
  text-align: center;
}
.s8 .icon-box .item figure img {
  max-width: 100%;
}
.s8 .icon-box .item p {
  margin: 0;
  margin-top: 1rem;
  color: white;
  font-size: 1.6rem;
  text-align: center;
}
.s8 .__btn {
  margin: 0 auto;
  margin-top: 5rem;
}
.s9 {
  padding-top: 8rem;
}
.s9 .__s_title {
  margin: 0;
  margin-bottom: 5rem;
}
.s9 .l_card {
  display: flex;
  flex-flow: row wrap;
  padding: 0 1.3rem;
}
.s9 .l_card.l_col4 {
  margin: 0 -2.2375rem;
}
.s9 .l_card.l_col4 .post-item {
  padding: 0 2.2375rem;
}
.s9 .l_card-item figure {
  max-width: 335px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.s10 {
  padding-top: 8rem;
}
.s10 .__s_title {
  margin: 0;
  margin-bottom: 5rem;
}
.s10 .inner > p {
  margin-bottom: 5rem;
  text-align: center;
}
.s10 .tab--panel-wrap {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: #111;
}
.s10 .__def-contact {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 3rem;
}
.s10 .__def-contact td:nth-child(1) {
  width: 200px;
  color: white;
}
.s10 .__def-contact td:nth-child(2) {
  width: calc(100% - 200px);
  background: white;
}
.s10 .__def-contact + p {
  max-width: 800px;
  margin: 0 auto;
  margin-top: -2rem;
  padding-left: 200px;
  color: white;
}
.s10 .__def-contact + p br {
  display: none;
}
.s10 .__btn {
  margin: 0 auto;
  margin-top: 5rem;
}
.modalContent .info-wrap {
  padding-bottom: 3rem;
}
.modalContent .__h-infoTel {
  padding: 1rem;
  color: white;
}
.modalContent .__h-infoTel ul {
  max-width: 365px;
  margin: 0 auto;
}
.modalContent .btnWrap {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding-bottom: 3rem;
  background: white;
}
.modalContent .btnWrap .__btn {
  margin-top: 3rem;
}
.page {
  height: 320px;
  min-height: auto;
}
.page-studio .fs-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% + 80px);
  background: url(./assets/images/studio/stbg.jpg) no-repeat 50% 0 / cover;
}
.page-studio .fs-bg h1 {
  margin-top: 16rem;
}
.s11 .inner {
  max-width: 790px;
  margin: 0 auto;
  margin-top: 8rem;
  padding: 0 1rem;
  padding-top: 8rem;
}
.s11 .inner p:nth-child(2) {
  margin-top: 3rem;
}
.s11 .inner .__f20 {
  margin: 0;
  text-align: justify;
}
.l_st1 .tab--panel-wrap {
  flex-flow: column wrap;
  padding-top: 0;
}
.l_st1 .sec-wrap {
  width: 100%;
  color: white;
}
.l_st1 .sec-wrap_media {
  display: flex;
}
.l_st1 .sec-wrap_media h3 {
  margin-bottom: -0.4em;
}
.l_st1 .sec-wrap_media h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.l_st1 .__t_c-body p {
  margin-top: 0;
  letter-spacing: 0.5px;
  line-height: 1.8;
  text-align: justify;
}
.l_st1 .slick-dots span {
  color: white;
  font-size: 1.1rem;
  line-height: 1.2;
}
.l_st2 {
  margin-top: 3rem;
  padding-bottom: 0;
}
.l_st3 {
  padding-top: 5rem;
}
.sec-st_list-wrap.l_col2 {
  display: flex;
  flex-flow: row wrap;
}
.sec-st_list-wrap.l_col2 .list-wrap {
  width: calc(100% / 2);
}
.sec-st_list ul {
  max-width: 500px;
}
.sec-st_list ul:nth-child(even) {
  margin-left: auto;
  padding-left: 20px;
}
.sec-st_list li {
  color: white;
  line-height: 2;
}
.sec-st2_body .c_box {
  margin-top: 10rem;
}
.sec-st_table-wrap {
  overflow-x: auto;
}
.sec-st_table-wrap table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background: #707070;
}
.sec-st_table-wrap td {
  width: calc(100% / 4);
  padding: 1rem 0;
}
.sec-st_table-wrap thead td {
  background: #848484;
  text-align: center;
}
.sec-st_table-wrap tbody td {
  padding-right: 2rem;
  background: white;
  color: #111;
  font-weight: bold;
  text-align: right;
}
.sec-st_table-wrap tbody .weekdays {
  padding-right: 0;
  background: #294d9b;
  color: white;
  font-weight: normal;
  text-align: center;
}
.sec-st_table-wrap tbody .holiday {
  padding-right: 0;
  background: #de8428;
  color: white;
  font-weight: normal;
  text-align: center;
}
.sec-st_table .__n-ul {
  font-size: 1.6rem;
}
.calendar {
  margin-top: 3rem;
}
.calendar iframe {
  width: 100%;
  height: 850px;
}
.l-topics {
  margin-top: 8rem;
}
.l-topics .container {
  max-width: 990px;
  padding: 0 1.5rem;
}
.l-topics .inner > h2 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.l-topics .inner > h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: black;
  content: "";
}
.l-topics-item {
  margin-top: 30px;
}
.l-topics-item:last-of-type .l-topics_body {
  border: none;
}
.l-topics_meta {
  display: flex;
  align-items: center;
  height: 30px;
}
.l-topics_meta time {
  margin-right: 10px;
  color: #a1a1a1;
}
.l-topics_meta .cat li {
  margin-right: 10px;
}
.l-topics_body {
  padding-bottom: 3rem;
  border-bottom: solid 1px #a1a1a1;
}
.l-topics_body h3,
.l-topics_body p {
  margin: 0;
}
.l-topics_body h3 {
  margin: 15px 0;
}
.l-topics_body p {
  margin: 10px 0;
}
.l-topics_body figure {
  width: 95%;
  margin: 20px auto;
}
.l-topics_body figure img {
  max-width: 100%;
}
.page-works .fs-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% + 80px);
  background: url(./assets/images/works/fsbg.jpg) no-repeat 50% 0 / cover;
}
.page-works .fs-bg h1 {
  margin-top: 16rem;
}
.wo1 {
  margin-top: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.wo1-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wo1_body {
  padding: 6rem;
  padding-bottom: 8rem;
  background: white;
}
.wo1_body.d-flex {
  display: flex;
}
.wo1 img {
  max-width: 100%;
}
.wo1 .left {
  width: 60%;
  margin-right: 3rem;
}
.wo1 .right {
  width: 40%;
}
.wo1 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0;
}
.wo1 ._txt {
  color: white;
  text-align: right;
}
.wo1 .__btn {
  margin: 0 auto;
  margin-top: 8rem;
}
.page-engineer .fs-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% + 80px);
  background: url(./assets/images/engineer/fsbg.jpg) no-repeat 50% 0 / cover;
}
.page-engineer .fs-bg h1 {
  margin-top: 16rem;
}
.en1 {
  margin-top: 8rem;
  padding-top: 5rem;
}
.en1 ._point {
  color: white;
  text-align: right;
}
.en1 .l-media {
  padding: 0;
  padding: 5rem;
  background: black;
  list-style: none;
}
.en1 .l-media-item {
  display: flex;
  margin: 1.5rem 0;
  padding: 5rem;
  background: white;
}
.en1 .l-media_content ul {
  padding: 0;
  font-size: 0;
  list-style: none;
}
.en1 .l-media_content li {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.en1 .l-media_content li p {
  margin-top: 30px;
  margin-bottom: 0;
}
.en1 .l-media_body {
  margin-left: 2rem;
}
.en1 .l-media_meta h3,
.en1 .l-media_meta p {
  margin: 0;
}
.en1 .l-media_meta h3 {
  margin: 1rem 0;
}
.page-production .logo,
.page-school .logo {
  max-width: 234px;
  max-height: 62px;
}
.page-production .footer_s1 .footer_nav-bar ._b-sm,
.page-school .footer_s1 .footer_nav-bar ._b-sm {
  display: none;
}
.page-production .footer_s1 .footer_nav-bar li a,
.page-school .footer_s1 .footer_nav-bar li a {
  color: white;
}
.page-production .footer_nav-bar .logo,
.page-school .footer_nav-bar .logo {
  min-width: 180px;
  margin-top: auto;
  margin-bottom: auto;
}
.page-production .s10 .tab--panel-wrap,
.page-school .s10 .tab--panel-wrap {
  background: #eee;
}
.page-production .__def-contact td:nth-child(1),
.page-school .__def-contact td:nth-child(1) {
  color: #111;
}
.page-production .__def-contact + p,
.page-school .__def-contact + p {
  color: #111;
}
.page-production .tab--group-item,
.page-school .tab--group-item {
  border: none;
  background: #909090;
  color: white;
}
.page-production .tab--group .is-active,
.page-school .tab--group .is-active {
  background: #eee;
  color: #111;
}
.l-btn {
  margin-top: 10rem;
  padding: 7rem 0;
}
.l-btn .container {
  background: white;
}
.l-btn .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 3rem 0 6rem 0;
}
.l-btn-wrap {
  display: flex;
}
.l-btn .__btn {
  width: 50%;
  max-width: 460px;
  height: 120px;
  margin: 0 1.5rem;
}
.l-btn .__btn a {
  position: relative;
  flex-flow: column nowrap;
  color: white;
  font-weight: bold;
}
.l-btn .__btn a:hover {
  opacity: 0.8;
}
.l-btn .__btn a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 43px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url(./assets/images/common/arrow.png) no-repeat center/contain;
  content: "";
}
.l-btn-blue {
  background: #5facc9;
}
.l-btn-pink {
  background: #f97d92;
}
.page-production .s-banner {
  display: flex;
  align-items: center;
}
.page-production .g_nav {
  background: rgba(188, 0, 22, 0.4);
}
.page-production .footer_s1 .footer_nav-bar {
  background: #d80f1c;
}
.fs-production.fs-bg {
  background: url(./assets/images/production/fsbg.jpg) no-repeat 20% 50% / cover;
}
.fs-production-text {
  position: absolute;
  right: 2%;
  bottom: 8%;
}
.pr1 .__s_title br {
  display: none;
}
.pr1_body {
  padding: 3rem 0 5rem 0;
  border-top: solid 1px #d80f1c;
  border-bottom: solid 1px #d80f1c;
}
.pr1_body ul {
  max-width: calc(624px + 3rem);
  margin: 0 auto;
  padding: 0;
  padding: 0 1.5rem;
  font-size: 0;
  list-style: none;
}
.pr2 {
  margin-top: 10rem;
}
.pr2 .wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pr2 .wrap a {
  width: 50%;
}
.pr2 .wrap a:nth-child(1) {
  margin-right: 2rem;
}
.pr2 .wrap a img {
  width: 100%;
}
.pr3 {
  margin-top: 10rem;
  padding: 5rem;
}
.pr3 .inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pr3 .white-box {
  width: 50%;
  padding: 5rem 4rem 4rem 6rem;
  background: white;
}
.pr3 .white-box:nth-child(1) {
  margin-right: 7rem;
}
.pr3 h3 {
  margin-top: 0;
}
.pr3 ul {
  padding: 0;
  font-size: 0;
  font-size: 2rem;
  list-style: none;
}
.page-production .__btn.__submit .__submit-item {
  border: solid 1px #d80f1c;
  color: #d80f1c;
}
.page-production .__btn.__submit input:hover + .__submit-item {
  background: #d80f1c;
}
.header-title {
  margin-bottom: -10rem;
  padding: 5rem 0;
  text-align: center;
}
.header-title h2 {
  margin: 0;
}
.page-actor .header-title h2 {
  color: #5facc9;
}
.page-actor .bg-wraper {
  background: #f2fbff;
}
.page-actor .g_nav {
  background: #bc0016;
}
.page-actor #footer {
  margin-top: -10rem;
}
.l-search .container {
  background: none;
}
.l-search .l-search-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.5rem;
  background: #eee;
}
.l-search .l-search-item form {
  position: relative;
  border-radius: 5px;
  background: white;
}
.l-search .l-search-item input {
  -webkit-appearance: none;
  z-index: 3;
  position: relative;
  width: 360px;
  padding: 1.6rem 2rem;
  border: solid 1px #909090;
  background: none;
}
.l-search .l-search-item button {
  position: absolute;
  top: 50%;
  right: 1px;
  height: 100%;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.l-list .tab--group {
  justify-content: center;
}
.l-list .tab--group-item {
  max-width: 210px;
  margin: 0 3.5rem;
  border: solid 1px #d80f1c;
  border-radius: 10px;
  background: white;
  color: #d80f1c;
}
.l-list .tab--group-item:hover {
  background: #d80f1c;
  color: white;
}
.l-list .tab--group-item.is-active {
  background: #d80f1c;
  color: white;
}
.l-list {
  margin-bottom: -10rem;
}
.l-list .container {
  padding: 0 1.5rem;
}
.l-list-media {
  display: flex;
  flex-flow: row wrap;
  padding: 5rem 0;
}
.l-list-media-item {
  display: flex;
  flex-flow: row nowrap;
  width: calc(50% - 2rem);
  max-width: 575px;
  margin-top: 5rem;
}
.l-list-media-item:nth-child(even) {
  margin-left: 3rem;
}
.l-list-media_body {
  width: 100%;
  padding: 2rem 1rem 2rem 3rem;
  background: white;
}
.l-list-media_body h3,
.l-list-media_body p {
  margin: 0;
}
.l-list figure {
  min-width: 210px;
}
.l-list figure img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-list figure:hover + .l-list-media_body a {
  color: #d80f1c;
}
.l-list figure:hover + .l-list-media_body .name span:nth-child(1):after {
  background: red;
}
.l-list .c-header {
  max-width: 270px;
  min-height: 107px;
}
.l-list .c-header span {
  display: block;
  letter-spacing: 0;
  line-height: 1.7;
}
.l-list .c-header h3 {
  margin-top: 0.8rem;
  line-height: 1.3;
}
.l-list .c-header h3 span {
  margin-top: 3px;
}
.l-list .c-header a {
  color: #111;
  transition: 0.5s ease;
}
.l-list .c-header a:hover {
  color: #d80f1c;
}
.l-list .c-header a:hover .name span:nth-child(1):after {
  background: red;
}
.l-list .c-audio {
  margin-top: 2.5rem;
}
.l-list .c-audio audio {
  width: 270px;
}
.l-list .__btn {
  margin: 0 auto;
}
.l-list .__btn a {
  border: solid 1px #d80f1c;
  background: white;
  transition: 0.5s ease;
}
.l-list .__btn a:hover {
  background: #d80f1c;
  color: #111;
}
.header-title {
  margin-bottom: -10rem;
  padding: 5rem 0;
  text-align: center;
}
.header-title h2 {
  margin: 0;
}
.page-acterss .header-title h2 {
  color: #f97d92;
}
.page-acterss .bg-wraper {
  background: #fff1f3;
}
.page-acterss .g_nav {
  background: #bc0016;
}
.page-acterss #footer {
  margin-top: -10rem;
}
.page-school .fs {
  height: auto;
  min-height: auto;
}
.page-school .fs > img {
  width: 100%;
}
.page-school .g_nav {
  /* background: rgba(242, 158, 0, 0.4); */
  background: rgba(188, 0, 22, 0.4);
}
.page-school .footer_s1 .footer_nav-bar {
  /* background: #f29e00; */
  background: #d80f1c;
}
.fs-school.fs-bg {
  background: url(./assets/images/school/fsbg.jpg) no-repeat 50% 0% / contain;
}
.fs-school-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-school .__btn.__submit .__submit-item {
  /* border: solid 1px #f29e00; */
  /* color: #f29e00; */
  border: solid 1px #d80f1c;
  color: #d80f1c;
}
.page-school .__btn.__submit input:hover + .__submit-item {
  /* background: #f29e00; */
  background: #d80f1c;
}
.sc-about {
  padding: 6rem 0;
  /* background: #f29e00; */
  background: white;
}
.sc-about .container {
  max-width: 995px;
  padding: 0 2rem;
}
.sc-about img {
  max-width: 100%;
}
.sc-about .md {
  display: none;
}
.sc1 {
  /* padding-bottom: 5rem; */
  /* background: #f29e00; */
  padding: 5rem 0 5rem;
  background: #d80f1c;
}
.sc1 .container {
  padding: 2rem 0 5rem 0;
  background: white;
}
.sc1 .inner {
  max-width: 810px;
  margin: 0 auto;
}
.sc1-header p {
  text-align: center;
}
.sc1-body ul {
  display: flex;
  flex-flow: row nowrap;
  margin: 5rem -0.75rem;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.sc1-body li {
  padding: 0 0.75rem;
}
.sc1-body h3 {
  font-size: 2rem;
}
.sc1-body p {
  font-size: 1.6rem;
}
.sc1-body-item1 li {
  width: 100%;
}
.sc1-body-item1 li:nth-child(1) {
  max-width: 534px;
  margin-right: 1.5rem;
}
.sc1-body-item1 li:nth-child(1) figure {
  display: flex;
  flex-flow: row nowrap;
  margin-right: 1.5rem;
}
.sc1-body-item1 li:nth-child(1) figure img:nth-child(1) {
  margin-right: 1.5rem;
}
.sc1-body-item1 li:nth-child(2) {
  max-width: 260px;
}
.sc1-body-item2 li:nth-child(1) {
  margin-right: 1.5rem;
  width: 100%;
}
.sc1-body-item2 li:nth-child(2) {
  width: 100%;
}
.sc1-body-item2 li figure {
  text-align: center;
}
.sc1-footer p {
  display: flex;
  justify-content: flex-end;
}
.sc2 {
  padding: 5rem 0;
  background: #f1f1f1;
}
.sc2 .__s_title {
  margin: 0;
  margin-bottom: 5rem;
}
.sc2-content h3 {
  font-size: 3rem;
}
.sc2 article {
  padding: 3rem 6.5rem 4rem 6.5rem;
  background: white;
}
.sc2 article.tokyou {
  padding-bottom: 0;
}
.sc2 article.osaka {
  padding-top: 5rem;
}
.sc2 article.osaka .l_card {
  justify-content: flex-start;
}
.sc2 article.osaka .sc2-footer {
  width: 50%;
}
.sc2 .l_card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.sc2 .l_card-item {
  max-width: 256px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.sc2 .l_card-item:not(:first-of-type) {
  margin-left: 1.5rem;
}
.sc2 .l_card_header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 1.5rem 1rem;
}
.sc2 .l_card h4 {
  margin: 0;
}
.sc2 .l_card h4 span {
  font-weight: normal;
}
.sc2 .l_card_body {
  padding: 3rem 4rem;
}
.sc2 .l_card_body li {
  margin-bottom: 0.3em;
  font-size: 1.6rem;
}
.sc2 .l_card_body span {
  display: block;
  font-size: 1.6rem;
  text-align: right;
}
.sc2-footer .year {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.sc2-footer p {
  margin: 0;
  margin-top: 2rem;
}
.sc3 .tab--group-item {
  border: solid 1px #eee;
  background: white;
  color: #111;
}
.sc3 .tab--panel-wrap {
  display: block;
  padding: 5rem;
  background: #eee;
}
.sc3 .l-media {
  padding: 0;
  list-style: none;
}
.sc3 .l-media-item {
  display: flex;
  margin: 1.5rem 0;
  padding: 5rem;
  background: white;
}
.sc3 .l-media_content ul {
  padding: 0;
  font-size: 0;
  list-style: none;
}
.sc3 .l-media_content li {
  font-size: 1.6rem;
}
.sc3 .l-media_body {
  margin-left: 2rem;
}
.sc3 .l-media_meta h3,
.sc3 .l-media_meta p {
  margin: 0;
}
.sc3 .l-media_meta h3 {
  margin: 1rem 0;
}
.sc3-text {
  margin-top: 5rem;
  text-align: center;
}
.sc4 ul {
  display: flex;
  max-width: 1083px;
  margin: 0 auto;
  padding: 0;
  padding: 0 1.5rem;
  font-size: 0;
  list-style: none;
}
.sc4 li {
  max-width: 321px;
}
.sc4 li:not(:first-of-type) {
  margin-left: 6rem;
}
.sc4 figure {
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.sc5 {
  padding-top: 5rem;
}
.sc5 .container {
  padding: 0 1.5rem;
}
.sc5 .__s_title {
  margin: 0;
}
.sc5-content {
  margin-top: 5rem;
  margin-bottom: 8rem;
}
.sc5-content h3 {
  margin: 0;
}
.sc5-content p {
  margin: 0;
  text-align: center;
}
.sc5 .l_card {
  display: flex;
}
.sc5 .l_card-item {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  max-width: 565px;
  padding: 4rem 1.5rem;
}
.sc5 .l_card-item:nth-child(2) {
  margin-left: 7rem;
}
.sc5 .l_card h4 {
  margin: 0;
  margin-bottom: 2rem;
}
.sc5 .l_card h4 br {
  display: none;
}
.sc5 .__btn.__w40 {
  width: 100%;
  max-width: 400px;
}
.sc5 .__btn.__w40 a {
  background: #9ddf0f;
  color: white;
}
.sc5 .__btn.__w40 a:hover {
  color: #609;
}
.sc6 .is_accordion {
  max-width: 1200px;
  margin: 0 auto;
}
.sc6 .is_accordion-target {
  margin-top: 5rem;
  padding-bottom: 5rem;
  background: #fff2db;
}
.sc6 .container > p {
  padding: 0 1.5rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  text-align: center;
}
.sc6 .inner {
  padding: 8rem 0;
  background: white;
}
.sc6 .wraper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.sc6 .wraper ul {
  margin-bottom: 5rem;
  padding: 0;
  list-style: none;
}
.sc6 .wraper li,
.sc6 .wraper p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1360px) {
  .page-production .logo,
  .page-school .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 1280px) {
  .__btn.__w22 {
    width: 200px;
    font-size: 1.4rem;
  }
  .__h-infoTel .__f33 {
    font-size: 2.8rem;
  }
  .__tel::before {
    font-size: 1.6rem;
  }
  .navbar {
    height: 90px;
  }
  .navbar .logo {
    max-width: 100px;
    margin-left: 1.5rem;
  }
  .fs-production-text img {
    display: block;
    width: 43vw;
    min-width: 450px;
    margin-left: auto;
  }
  .l-list-media-item {
    width: calc(50% - 1rem);
    margin-top: 4.5rem;
  }
  .l-list-media-item:nth-child(even) {
    margin-left: 2rem;
  }
  .l-list-media_body {
    padding-left: 1.5rem;
  }
  .l-list .c-header {
    width: 240px;
  }
  .l-list .c-audio audio {
/*    width: 240px;*/
  }
  .l-list .__f16 {
    font-size: 1.4rem;
  }
  .l-list .__f43 {
    font-size: 4rem;
  }
  .fs-school-text img {
    display: block;
    width: 43vw;
    min-width: 450px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .footer_s1 .footer_nav-bar .inner {
    padding: 2.3rem 1.5rem;
  }
  .s1 .container {
    padding: 0 1.5rem;
  }
  .s2 .container {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .__btn.__w22 {
    width: 160px;
  }
  .navbar .logo {
    max-width: 81px;
    margin-left: 1rem;
  }
  .navbar .__h-infoTel {
    margin-right: 1rem;
  }
  .navbar .__btn {
    margin-right: 1rem;
  }
  .navbar .__btn a .__xxl {
    display: block;
  }
  .s8_body:nth-child(2) {
    width: 50%;
    margin-left: 6rem;
  }
  .calendar iframe {
    height: 80vw;
  }
  .page-production .logo,
  .page-school .logo {
    max-width: 150px;
  }
  .pr3 .white-box:nth-child(1) {
    margin-right: 4rem;
  }
  .sc4 li:not(:first-of-type) {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .__n124 {
    display: none;
  }
  .__d124 {
    display: block;
  }
  #header {
    height: 80px;
  }
  .navbar {
    z-index: 500;
    position: fixed;
    width: 100%;
    height: 80px;
  }
  .navbar .logo {
    margin-left: 2rem;
  }
  .fs {
    top: 0;
    height: calc(100vh - 80px - 170px);
    margin-bottom: 0;
  }
  .s2 .s-news {
    width: calc(100% - 320px - 30px);
    margin-right: 3rem;
  }
  .page {
    top: 0;
    height: auto;
    margin-bottom: -80px;
  }
  .page-studio .fs-bg {
    height: 100%;
    background: url(./assets/images/studio/stbg.jpg) no-repeat 50% 0/1300px;
  }
  .page-studio .fs-bg h1 {
    margin-top: 8rem;
  }
  .page-works .fs-bg {
    height: 100%;
    background: url(./assets/images/works/fsbg.jpg) no-repeat 50% 0/1300px;
  }
  .page-works .fs-bg h1 {
    margin-top: 8rem;
  }
  .page-engineer .fs-bg {
    height: 100%;
    background: url(./assets/images/engineer/fsbg.jpg) no-repeat 50% 0/1300px;
  }
  .page-engineer .fs-bg h1 {
    margin-top: 8rem;
  }
  .sc2-content ._r {
    display: none;
  }
  .sc2 .l_card h4 {
    font-size: 2.5rem;
  }
  .sc2 .l_card h4 span {
    font-size: 1.5rem;
  }
  .sc2 .l_card_body {
    padding: 3rem 2rem;
  }
  .sc5 .l_card-item:nth-child(2) {
    margin-left: 3rem;
  }
  .sc5 .l_card h4 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 979px) {
  .is_accordion {
    width: 96%;
    height: 80px;
  }
  .fs .fs-bg {
    background: url(./assets/images/top/fsbg.jpg) no-repeat top left -230px / cover;
  }
  .s8 .tab--switChing {
    max-width: 750px;
    margin: 0 auto;
  }
  .s8 .tab--panel-wrap {
    flex-flow: column wrap;
    padding: 5rem 3rem;
  }
  .s8_body {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .s8_body:nth-child(2) {
    width: 100%;
    margin-left: auto;
  }
  .s9 .l_card.l_col4 {
    margin: 0 -1rem;
  }
  .s9 .l_card.l_col4 .post-item {
    padding: 0 1rem;
  }
  .s9 .l_card.l_col4 .l_card-item {
    width: calc(100% / 2);
  }
  .s9 .l_card-item:nth-child(odd) .l_card-wrap {
    margin-left: auto;
  }
  .s9 .l_card-wrap {
    max-width: 335px;
  }
  .page-studio .fs-bg {
    height: 100%;
    background: url(./assets/images/studio/stbg.jpg) no-repeat 50% 0/1300px;
  }
  .l_st1 .sec-wrap_media {
    flex-flow: column wrap;
  }
  .l_st1 .__t_c-body {
    max-width: 100%;
    margin-top: 5rem;
  }
  .sec-st_list-wrap.l_col2 {
    flex-flow: column wrap;
  }
  .sec-st_list-wrap.l_col2 .list-wrap {
    width: 100%;
  }
  .sec-st_list ul:nth-child(even) {
    margin-left: 0;
  }
  .calendar iframe {
    height: 60vw;
  }
  .page-works .fs-bg {
    height: 100%;
    background: url(./assets/images/works/fsbg.jpg) no-repeat 50% 0/1300px;
  }
  .page-engineer .fs-bg {
    height: 100%;
    background: url(./assets/images/engineer/fsbg.jpg) no-repeat 50% 0/1300px;
  }
  .en1 .l-media-item {
    flex-flow: column wrap;
    padding: 3rem 2rem;
  }
  .en1 .l-media-item figure {
    max-width: 266px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .en1 .l-media-item figure img {
    width: 100%;
  }
  .en1 .l-media_body {
    margin-left: 0;
  }
  .en1 .l-media_meta h3 {
    margin: 0.5rem 0;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
  .page-production .fs {
    height: 460px;
    min-height: 300px;
  }
  .fs-production.fs-bg {
    background: url(./assets/images/production/fsbg.jpg) no-repeat 20% 0%/1000px;
  }
  .fs-production-text {
    bottom: 53px;
  }
  .pr3 .white-box {
    padding: 3rem 1.5rem 1.5rem 3rem;
  }
  .l-list-media {
    flex-flow: column wrap;
  }
  .l-list-media-item {
    width: 100%;
    margin: 3rem auto;
  }
  .l-list-media-item:nth-child(even) {
    margin: 1.5rem auto;
  }
  .l-list-media_body {
    width: 100%;
    max-width: 360px;
  }
  .fs-school.fs-bg {
    background: url(./assets/images/school/fsbg.jpg) no-repeat 50% 0% / contain;
  }
  .sc2 article.osaka .sc2-footer {
    width: auto;
  }
  .sc2 .l_card {
    flex-flow: row wrap;
    max-width: 527px;
    margin: 0 auto;
  }
  .sc2 .l_card.l_col4 .l_card-item {
    width: calc(100% / 2);
  }
  .sc2 .l_card-item {
    margin-bottom: 0;
  }
  .sc2 .l_card-item:not(:first-of-type) {
    margin-left: 0;
  }
  .sc2 .l_card-item:nth-child(even) {
    margin-left: 1.5rem;
  }
  .sc2-footer .year {
    max-width: 527px;
  }
  .sc3 .l-media-item {
    flex-flow: column wrap;
    padding: 3rem 2rem;
  }
  .sc3 .l-media-item figure {
    max-width: 266px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .sc3 .l-media-item figure img {
    width: 100%;
  }
  .sc3 .l-media_body {
    margin-left: 0;
  }
  .sc3 .l-media_meta h3 {
    margin: 0.5rem 0;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
  .sc5-content {
    margin-bottom: 3rem;
  }
  .sc5 .l_card {
    flex-flow: column wrap;
  }
  .sc5 .l_card.l_col2 .l_card-item {
    width: 100%;
  }
  .sc5 .l_card-item {
    margin: 3rem auto;
  }
  .sc5 .l_card-item:nth-child(2) {
    margin-left: auto;
  }
  .sc6 .container > p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .footer_s1 .footer_nav-bar .footer_nav li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 830px) {
  .sc1 .container {
    padding: 2rem 1.5rem 5rem;
  }
  .sc1 .inner {
    max-width: 570px;
  }
  .sc1-header {
    margin-bottom: 3rem;
  }
  .sc1-header p {
    text-align: left;
  }
  .sc1-header p br {
    display: none;
  }
  .sc1-body ul {
    flex-flow: column wrap;
    margin: 0rem 0 1.5rem;
  }
  .sc1-body li {
    width: 100%;
    margin: 1.5rem auto;
    padding: 0;
  }
  .sc1-body figure {
    max-width: 260px;
    margin: 0 auto;
  }
  .sc1-body-item1 li:nth-child(1) {
    max-width: 100%;
    margin: 0 auto;
    margin-right: auto;
  }
  .sc1-body-item1 li:nth-child(1) figure {
    flex-flow: column wrap;
    max-width: 260px;
    margin: 0 auto;
    margin-right: auto;
  }
  .sc1-body-item1 li:nth-child(1) figure img:nth-child(1) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .sc1-body-item1 li:nth-child(2) {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_s1 .footer_nav-bar .footer_nav li a {
    font-size: 2rem;
  }
  .l-topics {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .__d-md {
    display: block;
  }
  .__btn.__w40 {
    width: 100%;
    max-width: calc(320px + 2.8rem * 2);
    height: 60px;
    padding: 0 2.8rem;
  }
  .__btn.__w40 a {
    font-size: 1.8rem;
  }
  .slick-thumbnail .slick-dots {
    margin-top: 0.5rem;
  }
  .slick-thumbnail .slick-dots li {
    width: 122px;
  }
  .slick-thumbnail .slick-dots li:not(:first-of-type) {
    margin-left: 0.5rem;
  }
  .is_accordion {
    height: 60px;
  }
  .__s_title.__f40 {
    font-size: 3rem;
  }
  .s-loop_img {
    height: 163px;
  }
  .s-news {
    margin-bottom: 3rem;
    padding: 0;
    border-right: none;
    border-left: none;
  }
  .s-news time {
    margin-right: 0;
    font-size: 1.5rem;
  }
  .s-news_meta {
    position: absolute;
    top: calc(-27px - 1rem);
    left: 90px;
    width: calc(100% - 85px);
    margin-bottom: 0;
  }
  .s-news_meta .cat .__f12 {
    font-size: 1.5rem;
  }
  .s-news .l_media {
    padding: 0 0.8rem;
  }
  .s-news .l_media-wrap {
    flex-flow: column wrap;
    align-items: flex-start;
    padding: 0.8rem;
  }
  .s-news .l_media_right {
    position: relative;
    width: 100%;
    margin-top: 1rem;
  }
  .footer_s1 .footer_nav-bar {
    margin-top: 3rem;
    background: none;
  }
  .footer_s1 .footer_nav-bar .inner {
    flex-flow: column wrap;
    padding: 0;
  }
  .footer_s1 .footer_nav-bar .logo {
    max-width: 139px;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .footer_s1 .footer_nav-bar .wrap {
    flex-flow: column wrap;
    padding: 3rem 0;
    background: #a7e521;
  }
  .footer_s1 .footer_nav-bar .social {
    justify-content: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .footer_s1 .footer_nav-bar .social li {
    padding: 0 1.5rem;
  }
  .footer_s1 .footer_nav-bar .social li:not(:first-of-type) {
    margin: 0;
  }
  .footer_s1 .footer_nav-bar .footer_nav {
    flex-flow: column wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  .footer_s1 .footer_nav-bar .footer_nav li {
    padding: 1rem 0;
  }
  .footer_s2 {
    margin: 3rem 0;
  }
  .footer_s2 .__btn.__w40 {
    padding: 0;
  }
  .fs {
    height: 255px;
    min-height: auto;
  }
  .fs .fs-bg {
    background: url(./assets/images/top/fsbg.jpg) no-repeat top left/cover;
  }
  .fs .kyat {
    top: 80px;
    left: 10px;
    width: 165px;
  }
  .fs .sound {
    -webkit-animation: soundloop 50s linear infinite;
    top: auto;
    bottom: 40px;
    height: 75px;
    animation: soundloop 50s linear infinite;
  }
  .fs .wave {
    -webkit-animation: waveloop 50s linear infinite;
    top: auto;
    bottom: 45px;
    height: 50px;
    animation: waveloop 50s linear infinite;
  }
  .s1 .l_card {
    flex-flow: column wrap;
    align-items: center;
  }
  .s1 .l_card.l_col3 {
    margin: 0;
    padding: 0 2rem;
  }
  .s1 .l_card.l_col3 .post-item {
    width: 100%;
    max-width: 360px;
    margin: 0;
    padding: 0;
  }
  .s1 .l_card.l_col3 .post-item:not(:first-of-type) {
    margin-top: 3rem;
  }
  .s1 .l_card_meta time {
    font-size: 1.5rem;
  }
  .s1 .l_card_meta .cat-item {
    font-size: 1.5rem;
  }
  .s1 .l_card_body h3 {
    height: 54px;
    font-size: 1.8rem;
  }
  .s2 .inner {
    flex-flow: column wrap;
  }
  .s2 .s-news {
    width: 100%;
    margin-right: 0;
  }
  .s2 .s-banner {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .s3 {
    margin-top: 3rem;
  }
  .s3 .s-loop_img img {
    width: 332px;
  }
  .s4 {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .s4 h2 {
    margin-bottom: 3rem;
  }
  .s4 p {
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
  .s4 figure {
    padding: 0 1rem;
  }
  .s4 .__btn {
    display: block;
    margin: 0 auto;
    margin-top: 3rem;
  }
  .s5 {
    padding-bottom: 5rem;
  }
  .s5 .inner {
    flex-flow: column wrap;
  }
  .s5 .box {
    width: 100%;
    margin: 0;
    padding: 0 2rem;
  }
  .s5 .box:not(:first-of-type) {
    padding-bottom: 3rem;
  }
  .s5 .box-wrap {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
  .s5 .box .map {
    height: 70vw;
  }
  .s5 .box .map-thumbnail {
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0;
  }
  .s5 .box .map-thumbnail li {
    width: calc(100% / 2 - 0.5rem);
    max-width: 100%;
    margin-top: 1rem;
  }
  .s5 .box .map-thumbnail li:not(:first-of-type) {
    margin-left: 0;
  }
  .s6 {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .s6 .inner {
    padding: 0 1rem;
  }
  .s6 .__s_title {
    margin-bottom: 3rem;
  }
  .s6 .l_card {
    flex-flow: row wrap;
    justify-content: center;
  }
  .s6 .l_card.l_col3 .l_card-item {
    width: calc(100% / 2 - 3rem);
    margin: 1rem 1rem;
  }
  .s6 .l_card_body {
    padding: 2.5rem 1.5rem;
  }
  .s7 {
    margin-top: 3rem;
  }
  .s7 .wrap {
    max-width: 330px;
    padding: 0 2rem;
  }
  .s7 p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .s9 {
    padding-top: 3rem;
  }
  .s9 .__s_title {
    margin-bottom: 3rem;
  }
  .s10 {
    padding-top: 5rem;
  }
  .s10 .__s_title {
    margin-bottom: 3rem;
  }
  .s10 .__def-contact {
    max-width: 100%;
    padding: 0 2rem;
  }
  .s10 .__def-contact td {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .s10 .__def-contact td:nth-child(1) {
    width: 100%;
  }
  .s10 .__def-contact td:nth-child(2) {
    width: 100%;
  }
  .s10 .__def-contact + p {
    padding: 0;
    text-align: center;
  }
  .page {
    height: auto;
    min-height: auto;
  }
  .page-studio .fs-bg {
    background: url(./assets/images/studio/stbg.jpg) no-repeat 50% 0/800px;
  }
  .page-studio .fs-bg h1 {
    margin-top: 4.5rem;
    font-size: 5rem;
  }
  .s11 .inner {
    padding-top: 3rem;
  }
  .s11 .inner .__f20 br {
    display: none;
  }
  .l_st1 {
    padding-top: 3rem;
  }
  .l_st1 .sec-wrap .__f35 {
    font-size: 3rem;
  }
  .sec-st2 .__f35 {
    font-size: 3rem;
  }
  .sec-st_table-wrap thead td {
    font-size: 1.4rem;
  }
  .page-works .fs-bg {
    background: url(./assets/images/works/fsbg.jpg) no-repeat 50% 0/800px;
  }
  .page-works .fs-bg h1 {
    margin-top: 4.5rem;
    font-size: 5rem;
  }
  .wo1 {
    padding-top: 3rem;
  }
  .wo1_body {
    padding: 4rem 2rem;
    padding-top: 2rem;
  }
  .wo1_body.d-flex {
    flex-flow: column wrap;
  }
  .wo1 .left {
    width: 100%;
    margin-right: 0;
  }
  .wo1 .right {
    width: 100%;
    margin-top: 3rem;
  }
  .wo1 h2 {
    font-size: 2.5rem;
  }
  .page-engineer .fs-bg {
    background: url(./assets/images/engineer/fsbg.jpg) no-repeat 50% 0/800px;
  }
  .page-engineer .fs-bg h1 {
    margin-top: 4.5rem;
    font-size: 5rem;
  }
  .en1 {
    padding-top: 3rem;
  }
  .en1 .l-media {
    padding: 3rem;
  }
  .page-production .footer_s1 .footer_nav-bar,
  .page-school .footer_s1 .footer_nav-bar {
    background: none;
  }
  .page-production .footer_s1 .footer_nav-bar ._n-sm,
  .page-school .footer_s1 .footer_nav-bar ._n-sm {
    display: none;
  }
  .page-production .footer_s1 .footer_nav-bar ._b-sm,
  .page-school .footer_s1 .footer_nav-bar ._b-sm {
    display: block;
  }
  .l-btn {
    margin-top: 5rem;
  }
  .l-btn-wrap {
    flex-flow: column wrap;
    align-items: center;
    padding: 0 1.5rem;
  }
  .l-btn .__btn {
    height: 85px;
    padding: 0;
  }
  .l-btn .__btn {
    margin: 1.5rem 0;
  }
  .page-production .fs {
    height: 420px;
  }
  .page-production .footer_s1 .footer_nav-bar .wrap {
    background: #d80f1c;
  }
  .fs-production.fs-bg {
    background: url(./assets/images/production/fsbg.jpg) no-repeat 20% 0%/845px;
  }
  .fs-production-text {
    bottom: 71px;
  }
  .fs-production-text img {
    width: 45vw;
    min-width: 300px;
  }
  .pr1_body {
    margin: 0 1.5rem;
  }
  .pr1_body h3 {
    font-size: 2.5rem;
  }
  .pr2 {
    margin-top: 3rem;
  }
  .pr2 .wrap {
    flex-flow: column wrap;
  }
  .pr2 .wrap a {
    width: 90%;
    max-width: 475px;
  }
  .pr2 .wrap a {
    margin: 1.5rem auto;
  }
  .pr2 .wrap a:nth-child(1) {
    margin-right: auto;
  }
  .pr3 {
    margin-top: 3rem;
  }
  .pr3 .inner {
    flex-flow: column wrap;
  }
  .pr3 .white-box:nth-child(1) {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .pr3 .white-box {
    width: 100%;
    margin: 3rme 0;
  }
  .pr3 ul {
    font-size: 1.6rem;
  }
  .pr3 .__f30 {
    font-size: 2.3rem;
  }
  .pr3 .__f20 {
    font-size: 2rem;
  }
  .header-title {
    margin-bottom: -5rem;
  }
  .page-actor #footer {
    margin-top: 0;
  }
  .l-search_top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-search_bottom {
    margin-top: 10rem;
    padding: 0;
  }
  .l-list .tab--group-item {
    margin: 0 1.5rem;
  }
  .header-title {
    margin-bottom: -5rem;
  }
  .page-acterss #footer {
    margin-top: 0;
  }
  .page-school .footer_s1 .footer_nav-bar .wrap {
    /* background: #f29e00; */
    background: #d80f1c;
  }
  .fs-school.fs-bg {
    background: url(./assets/images/school/fsbg.jpg) no-repeat 50% 0% / contain;
  }
  .fs-school-text img {
    width: 45vw;
    min-width: 300px;
  }
  .sc-about .pc {
    display: none;
  }
  .sc-about .md {
    display: block;
  }
  .sc2 article {
    padding: 3rem 1.5rem;
  }
  .sc4 .l_card.l_col3 .l_card-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .sc4 ul {
    flex-flow: column wrap;
  }
  .sc4 li:not(:first-of-type) {
    margin-left: auto;
  }
  .sc5-content h3 {
    font-size: 2.3rem;
  }
  .sc5-content p {
    font-size: 1.6rem;
  }
  .sc6 .inner {
    padding: 4rem 0;
  }
  .sc6 .wraper ul {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .footer_s2 .container {
    flex-flow: column wrap;
    align-items: center;
    padding: 0 4rem;
  }
  .footer_s2 .__btn {
    margin: 0;
  }
  .footer_s2 .__btn:nth-child(2) {
    margin-top: 1.5rem;
  }
  .s5 .box-wrap .__f22 {
    font-size: 2rem;
  }
  .s6 .l_card.l_col3 .l_card-item {
    width: 100%;
    max-width: 400px;
    margin: 1rem;
  }
  .s8 .tab--panel-wrap {
    padding: 3rem 2rem;
  }
  .s8_body:nth-child(1) {
    min-width: auto;
  }
  .s8 .icon-box .item {
    padding: 0 0.5rem;
  }
  .s9 .l_card.l_col4 .l_card-item {
    width: 100%;
  }
  .s9 .l_card-wrap {
    margin: 0 auto;
  }
  .s10 .inner > p {
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
    text-align: left;
  }
  .s10 .inner > p br {
    display: none;
  }
  .s10 .tab--group .__f20 {
    font-size: 1.6rem;
  }
  .s10 .__def-contact + p {
    max-width: 100%;
    padding: 0 2rem;
    text-align: left;
  }
  .s10 .__def-contact + p br {
    display: block;
  }
  .modalContent .__h-infoTel ul {
    max-width: 320px;
  }
  .modalContent .__h-infoTel .__f16 {
    font-size: 1.3rem;
  }
  .page-studio .fs-bg h1 {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 4rem;
  }
  .s11 .inner .__f20 {
    font-size: 1.6rem;
  }
  .l_st1 .sec-wrap .__f35 {
    font-size: 2.5rem;
  }
  .sec-st_table-wrap table {
    min-width: 550px;
  }
  .sec-st_table-wrap td {
    width: calc(100% / 3);
  }
  .sec-st_table-wrap td:nth-child(1) {
    width: 1em;
    padding: 1rem 0.5rem;
    line-height: 1.2;
  }
  .sec-st_table-wrap tbody td {
    padding-right: 1rem;
  }
  .calendar iframe {
    height: 70vw;
  }
  .page-works .fs-bg h1 {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 4rem;
  }
  .page-engineer .fs-bg h1 {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 4rem;
  }
  .en1 .l-media_meta h3 span {
    display: block;
    margin-left: -0.8rem;
    font-size: 1.5rem;
  }
  .pr1_body {
    padding: 2rem 0;
  }
  .pr1_body h3 {
    margin: 1rem 0;
    font-size: 2.2rem;
  }
  .header-title .__f72 {
    font-size: 4rem;
  }
  .header-title .__f30 {
    font-size: 2rem;
  }
  .sc1-body h3 {
    margin: 1.5rem 0;
  }
  .sc2 article.osaka .l_card {
    justify-content: center;
  }
  .sc2 .l_card.l_col4 .l_card-item {
    width: 100%;
  }
  .sc2 .l_card-item {
    max-width: 400px;
  }
  .sc2 .l_card-item:nth-child(even) {
    margin-left: 0;
  }
  .sc2 .l_card_header {
    min-height: 90px;
  }
  .sc2-footer .year {
    max-width: 400px;
  }
  .sc3 .l-media_meta h3 span {
    display: block;
    margin-left: -0.8rem;
    font-size: 1.5rem;
  }
  .sc3-text {
    text-align: left;
  }
  .sc3-text br {
    display: none;
  }
  .sc5-content p {
    text-align: left;
  }
  .sc5-content p br {
    display: none;
  }
  .sc5 .l_card h4 {
    font-size: 2rem;
  }
  .sc5 .l_card h4 br {
    display: block;
  }
  .sc5 .__btn.__w40 a {
    font-size: 1.6rem;
  }
  .sc6 .container > p {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .page-production .fs {
    height: 300px;
  }
  .fs-production.fs-bg {
    background: url(./assets/images/production/fsbg.jpg) no-repeat 20% 0%/650px;
  }
  .fs-production-text {
    bottom: 23px;
  }
  .pr1_body li br {
    display: none;
  }
  .fs-school.fs-bg {
    background: url(./assets/images/school/fsbg.jpg) no-repeat 50% 0% / contain;
  }
}
@media screen and (max-width: 500px) {
  .slick-thumbnail .slick-slide img {
    min-height: 229px;
  }
  .s-news_meta .cat .__f12 {
    font-size: 1.2rem;
  }
  .fs .fs-bg {
    background: url(./assets/images/top/fsbg.jpg) no-repeat top left -150px/650px;
  }
  .page-studio .fs-bg {
    background: url(./assets/images/studio/stbg.jpg) no-repeat 50% 0 / cover;
  }
  .page-studio .fs-bg h1 {
    font-size: 2.4rem;
  }
  .l-topics .inner > h2 {
    font-size: 3rem;
  }
  .page-works .fs-bg {
    background: url(./assets/images/works/fsbg.jpg) no-repeat 50% 0 / cover;
  }
  .page-works .fs-bg h1 {
    font-size: 2.4rem;
  }
  .wo1 ._txt {
    text-align: left;
  }
  .page-engineer .fs-bg {
    background: url(./assets/images/engineer/fsbg.jpg) no-repeat 50% 0 / cover;
  }
  .page-engineer .fs-bg h1 {
    font-size: 2.4rem;
  }
  .en1 ._point {
    text-align: left;
  }
  .page-production .fs {
    height: 233px;
    min-height: 220px;
  }
  .fs-production.fs-bg {
    background: url(./assets/images/production/fsbg.jpg) no-repeat 20% 0%/500px;
  }
  .fs-production-text img {
    min-width: 190px;
  }
  .pr1 .__s_title br {
    display: block;
  }
  .pr1 .__s_title span {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .l-list-media-item {
    flex-flow: column wrap;
    padding-top: 3rem;
    background: white;
  }
  .l-list-media_body {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    max-width: 100%;
  }
  .l-list figure {
    min-width: auto;
    margin: 0 auto;
  }
  .l-list figure img {
    height: auto;
  }
  .l-list .c-header {
    min-height: auto;
  }
  .fs-school.fs-bg {
    background: url(./assets/images/school/fsbg.jpg) no-repeat 50% 0% / contain;
  }
  .fs-school-text img {
    min-width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .calendar iframe {
    height: 100vw;
  }
  .l-search .l-search-item input {
    width: 260px;
  }
}
@media screen and (max-width: 350px) {
  .menu-sp-container .__btn {
    max-width: 280px;
  }
}
@media screen and (max-width: 330px) {
  .footer_s2 .container {
    padding: 0 1.5rem;
  }
  .s8_body .text-center {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  .footer_s2 .__btn.__w40 a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 350px) {
  .hamburgerButton {
    width: 45px;
    height: 25px;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .bgTitle_inline {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 640px) {
  .bgTitle_inline {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 768px) {
  .__n-md {
    display: none;
  }
  .bgTitle_inline {
    font-size: 2.1rem;
  }
  .cross {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .bgTitle_inline {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .hamburgerButton {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .fs .kyat {
    left: 130px;
  }
}
/* 写真付きトピックスの調整 */
#topics .topics_pic_area {
  text-align: center;
}

/* ie注意書き */
.ie_attention {
  text-align: center;
  margin-top: 1rem;
  color: #999;
  font-size: 1.4rem;
}
