@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 1px;
  color: #444444;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  word-wrap: break-word;
  position: relative;
}

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

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 1210px) {
  .inner {
    padding: 0 20px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bg {
  margin-left: calc((100vw - 300px - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 300px - 100%) / 2 * -1) !important;
}
@media screen and (max-width: 834px) {
  .bg {
    margin-left: calc((100vw - 200px - 100%) / 2 * -1) !important;
    margin-right: calc((100vw - 200px - 100%) / 2 * -1) !important;
  }
}
@media screen and (max-width: 640px) {
  .bg {
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #5e7e80;
  font-weight: bold;
}

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

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#contents {
  max-width: 1000px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}
.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}
@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}
@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

#global_header {
  position: relative;
}

#header {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.header .side_wp {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh !important;
  z-index: 9999;
  background-color: white;
}
@media screen and (max-width: 834px) {
  .header .side_wp {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .header .side_wp {
    width: 100%;
    height: auto !important;
    position: relative;
  }
}
.header .side {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  height: 100%;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  .header .side {
    padding-top: 5px;
  }
}
.header .side .logo img {
  width: 168px;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .header .side .logo img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .header .side .logo img {
    width: 70px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.header .nav-list {
  display: flex;
  max-width: 1000px;
  flex-direction: column;
  margin: auto;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c1d6d7;
}
@media screen and (max-width: 834px) {
  .header .nav-list {
    display: none;
  }
}
.header .nav-list .logo {
  display: none;
}
@media screen and (max-width: 834px) {
  .header .nav-list .logo {
    display: block;
  }
}
.header .nav-list .nav_info {
  display: none;
}
@media screen and (max-width: 834px) {
  .header .nav-list .nav_info {
    display: block;
  }
}
.header .nav-list .ddmenu {
  position: relative;
  top: 0px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: rgba(193, 214, 215, 0.7);
}
@media screen and (max-width: 834px) {
  .header .nav-list .ddmenu {
    position: relative;
    background-color: transparent;
    top: 0;
  }
}
.header .nav-list .ddmenu li {
  transition: 0.3s;
  text-align: left;
}
.header .nav-list .ddmenu li a {
  display: block;
  font-size: 1.5rem;
  padding-left: 20px;
}
.header .nav-list .ddmenu li a span {
  display: block;
}
.header .nav-list .ddmenu li:hover {
  background-color: rgba(30, 115, 116, 0.2);
}
@media screen and (max-width: 834px) {
  .header .nav-list .ddmenu li:hover {
    background-color: rgba(30, 115, 116, 0);
  }
}
.header .nav-item {
  position: relative;
  text-align: left;
  width: 100%;
}
.header .nav-item a, .header .nav-item > span {
  display: block;
  color: #1e7374;
  padding: 8px;
  transition: 0.3s;
  font-weight: 600;
  letter-spacing: 0px;
  transition: 0.3s;
  position: relative;
}
.header .nav-item a::before, .header .nav-item > span::before {
  content: "";
  background: #c1d6d7;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .header .nav-item a::before, .header .nav-item > span::before {
    display: none;
  }
}
.header .nav-item a:hover::before, .header .nav-item > span:hover::before {
  width: 100%;
}
.header .nav-item:hover::before {
  width: 100%;
}

.contact {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .contact {
    flex-direction: row;
  }
}
.contact a {
  color: #5e7e80;
  line-height: 1.2;
  border: 1px solid #3c5d5c;
  width: 180px;
  height: 40px;
  padding-top: 12px;
  display: block;
  transition: 0.3s;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .contact a {
    margin: 0 5px 10px 5px;
  }
}
.contact a span {
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 45px;
  position: relative;
}
.contact a span::before {
  content: "";
  background-image: url(../images/contents/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: block;
  text-align: center;
}
.contact a:hover {
  background-color: #5e7e80;
  color: white;
}
.contact .mail span::before {
  content: "";
  background-image: url(../images/contents/mail.png);
  width: 21px;
  height: 15px;
}

@media screen and (max-width: 640px) {
  .fixed {
    position: fixed !important;
    top: 0;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 99;
    transition: 0.6s;
  }
}

.main {
  position: relative;
  overflow: hidden;
  width: calc(100vw - 300px);
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .main {
    width: calc(100vw - 200px);
  }
}
@media screen and (max-width: 640px) {
  .main {
    width: 100% !important;
  }
}
.main-item img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
.main-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-title::before {
  content: "";
  background: rgba(30, 115, 116, 0.75);
  width: 100vw;
  height: 70px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  z-index: 1;
}
.main-title img {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 1000px) {
  .main-title img {
    padding: 0 10px;
    width: 100% !important;
  }
}

.sticky {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.sticky .btn a {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  display: block;
  width: 50px;
  height: 160px;
  color: white;
  text-align: center;
  padding-right: 13px;
  letter-spacing: 2px;
  margin-bottom: 1px;
}
@media screen and (max-width: 1500px) {
  .sticky .btn a {
    width: 32px;
    padding-right: 3px;
  }
}
.sticky .cont a {
  background-color: #1e7374;
}
.sticky .lesson a {
  background-color: #5e9097;
}

.slide-animation {
  animation: fadezoom 8s 0s forwards;
  overflow: hidden;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*   ローディング　　*/
@keyframes text_line {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.op_anime {
  background: white;
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.op_anime > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.op_anime img {
  width: 168px;
  position: relative;
  display: block;
  margin: auto;
}

.op_anime p {
  position: fixed;
  display: none;
  z-index: 9999;
  transform: translateY(-50px);
  animation-delay: 2.5s;
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 30px;
  opacity: 0;
  top: calc(50% + 80px);
  animation-fill-mode: forwards;
  animation-name: text_line;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  color: #5e7e80;
  text-align: center;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .op_anime {
    display: none !important;
  }
}
.footer {
  width: calc(100vw - 300px) !important;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  background-color: #d4dde2;
}
@media screen and (max-width: 834px) {
  .footer {
    width: calc(100vw - 200px) !important;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    width: 100% !important;
  }
}
.footer .inner {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
}
@media screen and (max-width: 1500px) {
  .footer .inner {
    padding: 40px 10px 40px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer-left {
  display: flex;
  align-items: center;
}
.footer-left ul {
  margin-left: 30px;
}
.footer-left ul li {
  text-align: left;
  color: #444444;
  letter-spacing: 2px;
}
.footer-left ul li a {
  color: #444444;
}
.footer .nav2 {
  text-align: right;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .footer .nav2 {
    text-align: center;
    margin-top: 30px;
  }
}
.footer .nav2-list {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .footer .nav2-list {
    justify-content: center;
  }
}
.footer .nav2-list a {
  color: #444444;
  transition: 0.3s;
  display: block;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .footer .nav2-list a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .footer .nav2-list a {
    font-size: 1.3rem;
  }
}
.footer .nav2-list a:hover {
  opacity: 0.6;
}

p small a {
  display: block;
  color: #444444 !important;
  font-size: 1.3rem;
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: right;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  p small a {
    text-align: center;
  }
}

#contents {
  position: relative;
  background-color: transparent !important;
  max-width: 1000px;
}

#contents_wrap,
section.blog {
  width: calc(100vw - 300px) !important;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1500px) {
  #contents_wrap,
  section.blog {
    padding: 0 30px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap,
  section.blog {
    width: calc(100vw - 200px) !important;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap,
  section.blog {
    width: 100% !important;
  }
}

.pankuzu {
  text-align: left;
  font-size: 1.3rem;
  color: #444444;
  letter-spacing: 2px;
  line-height: 1.2;
  padding-left: 30px;
  margin: 10px 0 80px 0 !important;
}
@media screen and (max-width: 834px) {
  .pankuzu {
    padding-left: 0;
  }
}
.pankuzu a {
  color: #444444;
  font-weight: 400;
  font-size: 1.2rem;
}
.pankuzu li {
  display: inline-block;
}
.pankuzu li:first-child a {
  color: #5e7e80;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .slide-animation {
    animation: none;
    transform: none;
  }
}
/*  アニメーション　*/
.fadein {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 800ms;
}

.slide {
  position: relative;
  z-index: 1;
}
.slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #5e7e80;
  top: 0;
  right: 0;
  display: block;
  transition: all 800ms;
}

.slidein::before {
  width: 0%;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.cont_box .fadein:nth-child(2) {
  transition-delay: 200ms;
}
.cont_box .fadein:nth-child(3) {
  transition-delay: 400ms;
}
.cont_box .fadein:nth-child(4) {
  transition-delay: 600ms;
}

/*  ホーム  */
.cont_01 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background-image: url(../images/contents/bg-img.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media screen and (max-width: 1500px) {
  .cont_01 {
    background-image: none;
  }
  .cont_01::before {
    content: "";
    background-image: url(../images/contents/bg-img.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    height: 400px;
    display: block;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1500px) {
  .cont_01-txt {
    padding: 0 15px;
  }
}
.cont_01-txt h1,
.cont_01-txt h2 {
  font-size: 2.8rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.cont_01-txt h1 span,
.cont_01-txt h2 span {
  font-size: 1.4rem;
  color: #207170;
  margin-left: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cont_01-txt h1 span,
  .cont_01-txt h2 span {
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.cont_01-txt img {
  display: block;
  margin-bottom: 40px;
}

.cont_02 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 155px;
}
@media screen and (max-width: 834px) {
  .cont_02 {
    flex-direction: column;
  }
}
.cont_02-img {
  width: 55%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .cont_02-img {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .cont_02-img {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}
.cont_02-img img {
  height: 100%;
}
.cont_02-txt {
  width: 45%;
}
@media screen and (max-width: 1500px) {
  .cont_02-txt {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1200px) {
  .cont_02-txt {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .cont_02-txt {
    width: 100%;
  }
}
.cont_02-txt h2 {
  font-size: 3.6rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 1500px) {
  .cont_02-txt h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .cont_02-txt h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .cont_02-txt h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .cont_02-txt h2 {
    text-align: center !important;
  }
}
.cont_02-txt h2 span {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #207170;
}
.cont_02-txt div {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .cont_02-txt div {
    flex-direction: column;
  }
}
.cont_02-txt div a {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .cont_02-txt div a {
    margin-bottom: 10px;
    width: 200px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 834px) {
  .cont_02-txt div a {
    margin: 0 auto 10px auto;
  }
}
.cont_02 .pd_left {
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  .cont_02 .pd_left {
    padding-left: 20px;
  }
}
.cont_02 .pd_right {
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  .cont_02 .pd_right {
    padding-right: 20px;
  }
}

@media screen and (max-width: 834px) {
  .reverse02 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .reverse02 .pd_left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .reverse02 .pd_right {
    padding-left: 20px;
  }
}

.btn01 {
  display: block;
  border: 1px solid #ccc;
  color: #444444 !important;
  text-align: center;
  padding: 8px;
  transition: 0.3s;
}

.btn01:hover {
  color: white !important;
  background-color: #5e7e80;
  border: 1px solid #5e7e80;
}

.event-item {
  position: relative;
  cursor: pointer;
}
.event-item .btn01 {
  width: 180px;
  height: 45px;
  padding-top: 8px;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  .event-item .btn01 {
    margin: auto;
  }
}
.event-item .btn01::before {
  content: "";
  background: #ccc;
  width: 17px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.event-item .btn01::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  display: block;
  visibility: visible;
  font-size: 0.9rem;
}
.event-item ul {
  position: absolute;
  top: 30px;
  left: 0;
  width: 180px;
}
@media screen and (max-width: 834px) {
  .event-item ul {
    right: 0;
    margin: auto;
  }
}
.event-item ul li a {
  display: block;
  color: #444444;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 8px;
  padding-bottom: 3px;
  width: 100%;
}

.cont_03 {
  background-color: #d4dde2;
  padding-top: 100px;
  padding-bottom: 120px;
}
.cont_03 .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .cont_03 .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cont_03 .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 1500px) {
  .cont_03-left {
    width: 49%;
  }
}
@media screen and (max-width: 1000px) {
  .cont_03-left {
    width: 100%;
  }
}
.cont_03-left .news_wp {
  padding: 25px 10px 25px 25px;
  height: 300px;
  width: 480px;
  background-color: white;
}
@media screen and (max-width: 1500px) {
  .cont_03-left .news_wp {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .cont_03-left .news_wp {
    height: 650px;
  }
}
@media screen and (max-width: 1000px) {
  .cont_03-left .news_wp {
    height: 40vw;
  }
}
@media screen and (max-width: 640px) {
  .cont_03-left .news_wp {
    height: 53vw;
  }
}
.cont_03-left .hm_news {
  overflow: auto;
  height: 240px;
}
@media screen and (max-width: 1200px) {
  .cont_03-left .hm_news {
    height: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .cont_03-left .hm_news {
    height: 34vw;
  }
}
@media screen and (max-width: 640px) {
  .cont_03-left .hm_news {
    height: 45vw;
  }
}
.cont_03-left .hm_news dl {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .cont_03-left .hm_news dl {
    display: block !important;
  }
}
.cont_03-left .hm_news dl dt,
.cont_03-left .hm_news dl dd {
  border: none !important;
  background: transparent !important;
  color: #d4dde2;
}
@media screen and (max-width: 1200px) {
  .cont_03-left .hm_news dl dt,
  .cont_03-left .hm_news dl dd {
    width: 100% !important;
  }
}
.cont_03-left .hm_news dl dt {
  width: 100px !important;
}
@media screen and (max-width: 1200px) {
  .cont_03-left .hm_news dl dt {
    padding: 8px 8px 0 10px !important;
  }
}
@media screen and (max-width: 1500px) {
  .cont_03-right {
    width: 49%;
  }
}
@media screen and (max-width: 1000px) {
  .cont_03-right {
    width: 100%;
    margin-top: 60px;
  }
}
.cont_03-right .box01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  height: 300px;
  width: 480px;
  background-color: white;
}
@media screen and (max-width: 1500px) {
  .cont_03-right .box01 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .cont_03-right .box01 {
    height: 650px;
  }
}
@media screen and (max-width: 1000px) {
  .cont_03-right .box01 {
    height: 40vw;
  }
}
@media screen and (max-width: 640px) {
  .cont_03-right .box01 {
    height: 53vw;
  }
}

.ttl_01 {
  margin-bottom: 15px;
}
.ttl_01 h2 {
  font-size: 2.6rem;
  color: white;
  letter-spacing: 4px;
}

.insta .sns_list {
  flex-direction: row !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  border: none !important;
}
.insta .sns_list > div {
  width: 19.5% !important;
  border: none !important;
  padding: 3px;
}
@media screen and (max-width: 1200px) {
  .insta .sns_list > div {
    width: 32.5% !important;
  }
}
@media screen and (max-width: 1000px) {
  .insta .sns_list > div {
    width: 19.5% !important;
  }
}
.insta .sns_list > div:nth-child(6) {
  border-right: none !important;
}
@media screen and (max-width: 834px) {
  .insta .sns_list > div:nth-child(3) {
    border-right: none !important;
  }
}
.insta .sns_list .sns_photo {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.insta .sns_list .sns_photo img {
  width: 88px !important;
  height: 88px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1200px) {
  .insta .sns_list .sns_photo img {
    width: 120px !important;
    height: 120px !important;
  }
}
@media screen and (max-width: 1000px) {
  .insta .sns_list .sns_photo img {
    height: 12vw !important;
  }
}
@media screen and (max-width: 640px) {
  .insta .sns_list .sns_photo img {
    height: 16vw !important;
  }
}
.insta .sns_list .sns_text {
  display: none;
}

.g_insta .sns_list {
  flex-direction: row !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  border: none !important;
}
.g_insta .sns_list > div {
  width: 19.5% !important;
  border: none !important;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .g_insta .sns_list > div {
    width: 25% !important;
  }
}
@media screen and (max-width: 640px) {
  .g_insta .sns_list > div {
    width: 33.333% !important;
  }
}
.g_insta .sns_list > div:nth-child(6) {
  border-right: none !important;
}
@media screen and (max-width: 834px) {
  .g_insta .sns_list > div:nth-child(3) {
    border-right: none !important;
  }
}
.g_insta .sns_list .sns_photo {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.g_insta .sns_list .sns_photo img {
  width: 100% !important;
  height: 14vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1200px) {
  .g_insta .sns_list .sns_photo img {
    height: 12vw !important;
  }
}
@media screen and (max-width: 1000px) {
  .g_insta .sns_list .sns_photo img {
    height: 14vw !important;
  }
}
@media screen and (max-width: 640px) {
  .g_insta .sns_list .sns_photo img {
    height: 27vw !important;
  }
}
.g_insta .sns_list .sns_text {
  display: none;
}

.btn_set {
  max-width: 360px;
}
.btn_set a {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.blog_gallery .blog_list {
  display: flex;
  flex-direction: row;
  border: none;
}
@media screen and (max-width: 640px) {
  .blog_gallery .blog_list {
    flex-wrap: wrap;
  }
}
.blog_gallery .blog_list > div {
  width: 31.333%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  border: none;
}
@media screen and (max-width: 1200px) {
  .blog_gallery .blog_list > div {
    width: 32.333%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  .blog_gallery .blog_list > div {
    width: 100%;
  }
}
.blog_gallery .blog_list > div .blog_photo {
  width: 100% !important;
  height: 100%;
  padding: 5px !important;
}
.blog_gallery .blog_list > div .blog_text {
  width: 100% !important;
}
.blog_gallery .blog_list > div .blog_text .detail {
  display: none;
}
.blog_gallery .blog_list > div .blog_text .blog_date {
  font-size: 1.5rem;
  color: #5e7e80;
}
.blog_gallery .blog_list > div .blog_text h3 a {
  color: #444444;
}

/*  スタジオ紹介　*/
.pg_ttl01 {
  background-position: 70% 50%;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .pg_ttl01 {
    padding: 100px 0 100px 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .pg_ttl01 {
    padding: 80px 0 80px 0 !important;
  }
}
.pg_ttl01 article {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 30px;
}
.pg_ttl01 article h1 {
  font-size: 3.6rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  .pg_ttl01 article h1 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 834px) {
  .pg_ttl01 article h1 {
    font-size: 3rem;
  }
}
.pg_ttl01 article div {
  font-size: 2.6rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #207170;
}
@media screen and (max-width: 1200px) {
  .pg_ttl01 article div {
    margin-bottom: 0;
  }
}

.studio div {
  font-size: 1.5rem;
}

.cont_wp01 {
  display: flex;
  padding-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .cont_wp01 {
    flex-direction: column;
  }
}
.cont_wp01-left {
  width: 50%;
  padding-right: 65px;
}
@media screen and (max-width: 1200px) {
  .cont_wp01-left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.cont_wp01-left .logo_img {
  width: 90px;
  margin: auto;
}
.cont_wp01-left .dl_list dl {
  align-items: flex-start !important;
  border-bottom: 1px dashed #c1d6d7;
}
.cont_wp01-left .dl_list dl dt,
.cont_wp01-left .dl_list dl dd {
  border: none !important;
  background-color: transparent !important;
}
.cont_wp01-left .dl_list dl dt {
  width: 50px !important;
  font-weight: 600;
}
.cont_wp01-left .dl_list dl dd {
  width: calc(100% - 50px) !important;
}
.cont_wp01-left .dl_list dl dd span {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.cont_wp01-right {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .cont_wp01-right {
    width: 100%;
  }
}

/*  講師紹介　*/
.teacher_wp {
  padding-bottom: 80px;
  padding-top: 80px;
}
.teacher_wp-txt {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .teacher_wp-txt {
    flex-direction: column;
  }
}
.teacher_wp-txt img {
  float: none !important;
  width: 30% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 1000px) {
  .teacher_wp-txt img {
    width: 60% !important;
    margin: 0 auto 30px auto;
  }
}
.teacher_wp-txt div {
  width: 70%;
  padding-right: 50px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1000px) {
  .teacher_wp-txt div {
    width: 100%;
    padding-right: 20px;
  }
}

.no_pg80 {
  padding-top: 0;
}

.pg_ttl02 article {
  display: flex;
  flex-direction: column-reverse;
}
.pg_ttl02 article h2 {
  font-size: 2rem;
  color: #207170;
  line-height: 1.6;
}
.pg_ttl02 article div {
  font-size: 3.6rem;
  line-height: 1.6;
  color: #207170;
}

.reverse {
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  .reverse {
    flex-direction: column;
  }
}
.reverse div {
  padding-left: 50px;
  padding-right: 0;
  color: white;
}
@media screen and (max-width: 1000px) {
  .reverse div {
    padding-left: 0;
    padding-right: 20px;
  }
}

.bg_color {
  background-color: #d4dde2;
}
.bg_color .pg_ttl02 h2 {
  color: white;
}
.bg_color .pg_ttl02 div {
  color: white;
}

.pg_ttl03 h2,
.pg_ttl03 h3 {
  font-size: 3.6rem;
  color: #207170;
  margin-bottom: 40px;
}
.pg_ttl03 h2 span,
.pg_ttl03 h3 span {
  display: block;
  font-size: 1.5rem;
  padding-left: 5px;
  font-weight: 600;
}

.class01 {
  margin-bottom: 80px;
}
.class01 img {
  width: 50% !important;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .class01 img {
    width: 80% !important;
    float: none !important;
    display: block;
    margin: 0 auto 20px auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .class01 img {
    width: 100% !important;
  }
}
.class01 h2,
.class01 h3 {
  font-size: 3.6rem;
  color: #207170;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .class01 h2,
  .class01 h3 {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
.class01 h2 span,
.class01 h3 span {
  display: block;
  font-size: 1.5rem;
  padding-left: 5px;
  font-weight: 600;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .class02 {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .flex3cl .class02 {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .class02 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .class02 img {
  width: 100% !important;
  margin-bottom: 10px;
}
.flex3cl .class02 h3 {
  text-align: center !important;
  font-size: 2.6rem;
  margin-bottom: 10px;
  color: #207170;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .flex3cl .class02 h3 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 834px) {
  .flex3cl .class02 h3 {
    font-size: 2.2rem;
  }
}
.flex3cl .class02 h3 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}

.fee_wp {
  padding-bottom: 100px;
  margin-top: 60px;
}

.fee_list dl dt {
  width: 115px !important;
}

#a1,
#a2,
#a3 {
  padding-top: 80px;
  margin-top: -80px;
}

.notice {
  display: none;
}
@media screen and (max-width: 1300px) {
  .notice {
    display: block;
  }
}

.class03 .box,
.class04 .box {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .class03 .box,
  .class04 .box {
    width: 100%;
  }
}
.class03 .box article,
.class04 .box article {
  background-color: white;
  border: 4px double #d4dde2;
  padding: 20px;
  height: 100%;
}
.class03 .box h3,
.class04 .box h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #207170;
}
@media screen and (max-width: 1200px) {
  .class03 .box h3,
  .class04 .box h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .class03 .box h3,
  .class04 .box h3 {
    font-size: 1.7rem;
  }
}

.inner2 {
  max-width: 1000px;
  margin: auto;
}

.class04 {
  display: flex;
}
.class04 .box {
  width: 33.333%;
}
@media screen and (max-width: 1000px) {
  .class04 .box {
    width: 100%;
  }
}
.class04 .box article {
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .calendar {
    width: 95%;
    overflow-x: auto;
  }
}
.calendar .title {
  background-color: #dfecec !important;
  width: 250px !important;
}
.calendar .title div {
  font-weight: 600;
}
.calendar td {
  border: 1px solid #eee !important;
}
@media screen and (max-width: 1500px) {
  .calendar td {
    padding: 2px !important;
  }
}
@media screen and (max-width: 1200px) {
  .calendar td {
    white-space: nowrap;
  }
}
.calendar td div {
  padding: 10px 5px;
  letter-spacing: 0;
}

/*  コンクール　*/
.comp_ttl h2 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #207170;
  letter-spacing: 1.6;
}
@media screen and (max-width: 1200px) {
  .comp_ttl h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .comp_ttl h2 {
    font-size: 2.2rem;
  }
}
.comp_ttl h2 span {
  font-size: 1.5rem;
  display: block;
  color: #444444;
}

.comp_tbl td {
  border: none !important;
}
.comp_tbl td div span {
  padding: 3px 10px;
  color: white;
  word-break: keep-all;
}
.comp_tbl .color1 {
  word-break: keep-all;
}
.comp_tbl .color1 span {
  background-color: #c99c3a !important;
  word-break: keep-all;
}
.comp_tbl .color2 {
  word-break: keep-all;
}
.comp_tbl .color2 span {
  background-color: #ddbf6b !important;
  word-break: keep-all;
}

.comp_wp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  background-color: #f7f7f7;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .comp_wp {
    flex-direction: column;
  }
}
.comp_wp-left {
  width: 70%;
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  .comp_wp-left {
    width: 100%;
    padding-right: 0;
  }
}
.comp_wp-right {
  width: 30%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .comp_wp-right {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .comp_wp-right {
    width: 100%;
  }
}
.comp_wp-right img {
  width: 100%;
  height: 100%;
}

.no_img .comp_wp-left {
  width: 100%;
}
.no_img .comp_wp-left .comp_tbl {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .no_img .comp_wp-left .comp_tbl {
    width: 100%;
  }
}

/*  発表会　*/
.recital_wp {
  background-color: #f7f7f7;
  padding: 30px;
}

.img_fix {
  margin-bottom: 100px;
}
.img_fix img {
  width: 100% !important;
  height: 225px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1200px) {
  .img_fix img {
    height: 18vw !important;
  }
}
@media screen and (max-width: 1000px) {
  .img_fix img {
    height: 22vw !important;
  }
}
@media screen and (max-width: 640px) {
  .img_fix img {
    height: 100% !important;
  }
}

/*  ブログ　*/
.blog_ttl {
  background-image: url(../images/pages/pg_ttl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0 180px 0;
  text-align: left !important;
}

.blog .wrap {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}
.blog .wrap aside {
  width: 260px;
  margin-bottom: 150px;
}
@media screen and (max-width: 640px) {
  .blog .wrap aside {
    width: 300px !important;
    margin: 0 auto 150px auto;
  }
}
.blog .wrap aside nav h3 {
  background-color: #1e7374;
  color: white;
  padding: 3px;
  margin-top: 30px;
}
.blog .wrap aside nav li {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}
.blog .wrap aside nav li a {
  display: block;
  text-align: left;
  font-size: 1.3rem;
  color: #444444;
}
.blog .wrap aside nav li a span {
  font-size: 1.5rem;
  line-height: 1.6;
}
.blog .wrap aside nav > a {
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 30px;
  color: #444444;
}
.blog .wrap aside #form_calendar {
  margin-top: 0;
}
.blog .wrap aside #form_calendar .prev,
.blog .wrap aside #form_calendar .next {
  color: #d4dde2;
}

.blog #contents {
  width: calc(100% - 260px) !important;
}
@media screen and (max-width: 1700px) {
  .blog #contents {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1100px) {
  .blog #contents {
    width: 100% !important;
    padding: 0 20px;
  }
}
.blog #contents article .date {
  border-top: 4px double #d4dde2;
  padding-top: 5px;
  color: #5e7e80;
}
.blog #contents article h2 {
  font-weight: 600;
  font-size: 2.4rem;
  border-bottom: 4px double #d4dde2;
  margin-bottom: 10px;
}
.blog #contents article ul {
  display: flex;
}
.blog #contents article ul li {
  margin-right: 10px;
}
.blog #contents article ul li a {
  color: #5e7e80;
  padding: 3px 0;
  display: block;
  margin-bottom: 10px;
}
.blog #contents article .flex {
  flex-direction: column;
}
.blog #contents article .flex_images {
  display: flex;
}
.blog #contents article .flex_images img {
  width: 32%;
  height: 13vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  margin-right: 1%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .blog #contents article .flex_images img {
    width: 49%;
    height: 27vw !important;
  }
}
.blog #contents article .flex_text {
  margin-bottom: 100px;
}
.blog #contents article .flex_text .detail {
  margin-top: 0;
  font-size: 1.5rem;
}

/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 4px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.6);
}

/*   404ページ　　*/
.error_txt a {
  letter-spacing: 2px;
  text-align: center;
  width: 200px;
  transition: 0.3s;
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
  padding: 10px;
  color: #5e7e80;
  display: block;
  transition: 0.3s;
  background-color: #5e7e80;
  color: white !important;
  border-radius: 50px;
  font-size: 1.8rem;
}

.error_btn:hover {
  color: white;
  background-color: #1e7374;
}

/*  お問い合わせ　*/
.contact_txt div {
  font-size: 1.5rem;
}
.contact_txt div a {
  font-size: 1.8rem;
  margin: auto;
}

#policy {
  color: #5e7e80;
  cursor: pointer;
}

.policy_popup {
  position: fixed;
  width: calc(100% - 300px);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: 0;
  margin-left: auto;
  display: none;
  z-index: 99999;
}
@media screen and (max-width: 834px) {
  .policy_popup {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 640px) {
  .policy_popup {
    width: 100%;
  }
}
.policy_popup > div div {
  font-size: 1.4rem;
  background-color: white;
  padding: 0px 30px 20px 30px;
  position: absolute;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 70%;
  height: 90%;
  overflow: auto;
  z-index: 9998;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .policy_popup > div div {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .policy_popup > div div {
    padding: 20px;
  }
}
.policy_popup p {
  font-weight: 500;
  font-size: 1.7rem;
  margin-top: 20px;
  margin-bottom: -20px;
  color: #5e7e80;
  border-bottom: 1px solid #c1d6d7;
}
.policy_popup span {
  position: fixed;
  cursor: pointer;
  top: 5px;
  right: 5px;
  font-size: 6rem;
  color: white;
  z-index: 9999;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .policy_popup span {
    font-size: 4.5rem;
  }
}

.policy_wp div {
  font-size: 1.5rem;
}

.modal_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

form .mail {
  display: none;
}

.mail_form {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .mail_form dl {
    display: block !important;
  }
}
.mail_form dl dt,
.mail_form dl dd {
  background-color: white !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
@media screen and (max-width: 640px) {
  .mail_form dl dt,
  .mail_form dl dd {
    width: 100% !important;
  }
}
.mail_form dl dt {
  border-bottom: 1px solid #5e7e80 !important;
  font-weight: 500;
  color: #5e7e80;
  width: 160px !important;
}
@media screen and (max-width: 640px) {
  .mail_form dl dt {
    border-bottom: none !important;
  }
}
.mail_form dl dt label {
  color: orange !important;
}
.mail_form dl dd {
  border-bottom: 1px solid #c1d6d7 !important;
  width: calc(100% - 110px) !important;
}
.mail_form dl dd div {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.mail_form input,
.mail_form textarea {
  box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.4) inset;
}

.border {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  #access {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.hm_banner01, .hm_banner03, .hm_banner02 {
  background-color: #1e7374;
  border: 4px double #ffffff;
  max-width: 800px;
  margin: auto;
  padding: 20px 10px;
}
.hm_banner01 article, .hm_banner03 article, .hm_banner02 article {
  text-align: center;
}
.hm_banner01 a, .hm_banner03 a, .hm_banner02 a {
  color: white;
}
.hm_banner01 a h2, .hm_banner03 a h2, .hm_banner02 a h2 {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #c1d6d7;
}
@media screen and (max-width: 1000px) {
  .hm_banner01 a h2, .hm_banner03 a h2, .hm_banner02 a h2 {
    font-size: 2.4rem;
  }
}
.hm_banner01 a h2 .sp, .hm_banner03 a h2 .sp, .hm_banner02 a h2 .sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .hm_banner01 a h2 .sp, .hm_banner03 a h2 .sp, .hm_banner02 a h2 .sp {
    display: block;
  }
}
.hm_banner01 a h2 span, .hm_banner03 a h2 span, .hm_banner02 a h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.hm_banner01 a div, .hm_banner03 a div, .hm_banner02 a div {
  margin-top: 10px;
}
.hm_banner01 a div .arrow, .hm_banner03 a div .arrow, .hm_banner02 a div .arrow {
  position: relative;
  display: inline-block;
}
.hm_banner01 a div .arrow::before, .hm_banner03 a div .arrow::before, .hm_banner02 a div .arrow::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  display: block;
  font-size: 1rem;
}

.hm_banner02 {
  background-color: #b39431;
}

.under_l {
  text-decoration: line-through;
  position: relative;
  margin-right: 30px;
}
.under_l::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  display: block;
}

.hm_banner03 {
  background-color: #b39431;
}
.hm_banner03 article {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .hm_banner03 article {
    flex-direction: column;
  }
}
.hm_banner03 .sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .hm_banner03 .sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .hm_banner03 .sp {
    display: none;
  }
}
.hm_banner03 h2 {
  color: white;
  font-size: 4rem;
  line-height: 1.2;
  display: inline-block;
  border: 1px solid white;
  padding: 15px 10px 10px 10px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .hm_banner03 h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 834px) {
  .hm_banner03 h2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.hm_banner03 h2 span {
  display: block;
  font-size: 1.9rem;
}
@media screen and (max-width: 1000px) {
  .hm_banner03 h2 span {
    font-size: 1.6rem;
  }
}
.hm_banner03 div {
  color: white;
}

.cont_wp02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .cont_wp02 {
    flex-direction: column-reverse;
  }
}
.cont_wp02 .class01 {
  width: 50%;
  margin: 10px auto 10px auto !important;
}
@media screen and (max-width: 1000px) {
  .cont_wp02 .class01 {
    width: 100%;
  }
}
.cont_wp02 .class01 img {
  width: 100% !important;
}
@media screen and (max-width: 1000px) {
  .cont_wp02 .class01 img {
    width: 80% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_wp02 .class01 img {
    width: 100% !important;
  }
}
.cont_wp02 h2,
.cont_wp02 h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .cont_wp02 h2,
  .cont_wp02 h3 {
    margin-bottom: 10px !important;
  }
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 56px;
  padding: 6px;
  background-color: #5e7e80;
  cursor: pointer;
  display: none;
  z-index: 9999;
}
@media screen and (max-width: 834px) {
  #nav-toggle {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #nav-toggle {
    top: 0px;
    right: 0px;
    left: inherit;
  }
}
#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}
#nav-toggle > div {
  position: relative;
  width: 40px;
}
#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
  width: 100%;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
  width: 100%;
}
#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 22px;
}

.fixed #nav-toggle {
  top: 0px;
  right: 0px;
  height: 45px;
  width: 60px;
}
.fixed #nav-toggle > div {
  width: 44px;
}
.fixed span:nth-child(1) {
  top: 2px;
  width: 100%;
}
.fixed span:nth-child(2) {
  top: 14px !important;
  width: 100%;
}
.fixed span:nth-child(3) {
  top: 26px !important;
  width: 100%;
}
.fixed:hover span:nth-child(1) {
  top: 2px;
}
.fixed:hover span:nth-child(3) {
  top: 26px;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
}

#nav_sp {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow-y: auto;
}
#nav_sp .nav_wrap {
  overflow-y: auto;
  width: 100%;
  padding: 0 10%;
  height: 90%;
  -webkit-overflow-scrolling: touch;
}
#nav_sp .nav_wrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  border: none;
}
@media screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}
#nav_sp .nav_wrap .logo img {
  margin: auto !important;
}
#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item span {
  align-items: flex-start;
  font-size: 1.8rem;
}
#nav_sp .nav_wrap .nav_info {
  margin-top: 30px;
}
#nav_sp .nav_wrap .nav_info .contact {
  justify-content: center;
  flex-direction: row !important;
}
#nav_sp .nav_wrap .nav_info .contact a {
  height: auto;
  display: block;
  padding: 3px 0 8px 0;
  margin: 2px;
}
#nav_sp .nav_wrap li {
  width: 100%;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 1.2s ease, opacity 0.2s ease;
  list-style: none;
  flex-grow: inherit;
  border: none !important;
}
#nav_sp .nav_wrap li:nth-child(2) {
  transition-delay: 0.15s;
}
#nav_sp .nav_wrap li:nth-child(3) {
  transition-delay: 0.3s;
}
#nav_sp .nav_wrap li:nth-child(4) {
  transition-delay: 0.45s;
}
#nav_sp .nav_wrap li:nth-child(5) {
  transition-delay: 0.6s;
}
#nav_sp .nav_wrap li:nth-child(6) {
  transition-delay: 0.75s;
}
#nav_sp .nav_wrap li:nth-child(7) {
  transition-delay: 0.9s;
}
#nav_sp .nav_wrap li:nth-child(8) {
  transition-delay: 1.05s;
}
#nav_sp .nav_wrap li:nth-child(9) {
  transition-delay: 1.2s;
}
#nav_sp .nav_wrap > a, #nav_sp .nav_wrap > span {
  display: block;
  position: relative;
  z-index: -1;
  line-height: 1.6;
  padding: 10px;
  transition: color 0.6s ease;
  border: none;
  text-align: left !important;
}
#nav_sp .nav_wrap > a .sp, #nav_sp .nav_wrap > span .sp {
  display: none;
}
#nav_sp .nav_wrap a, #nav_sp .nav_wrap span {
  text-align: left !important;
}
#nav_sp .nav_wrap .sub {
  display: block;
}
#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#nav_sp .nav_wrap .ddmenu {
  margin-top: 10px;
  margin-bottom: 10px;
}
#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  font-size: 1.6rem;
  padding: 5px 5px 5px 30px;
}

/* open */
.open {
  overflow: hidden;
}
.open #nav-toggle span {
  background: white;
}
.open #nav-toggle span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
  width: 90%;
}
.open #nav-toggle span:nth-child(2) {
  top: 13px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
  width: 90%;
}
.open #nav_sp {
  visibility: visible;
  opacity: 1;
}
.open #nav_sp li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 1.05s ease;
}
.open .nav-item > span {
  position: relative !important;
  display: block;
}
.open .nav-item > span::after {
  content: "+";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #5e7e80;
  font-size: 1.6rem;
}
.open .plus {
  position: relative;
}
.open .plus > span {
  position: relative;
  display: block;
}
.open .plus > span::after {
  content: "-";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #5e7e80;
  font-size: 1.6rem;
}

.inner-full {
  margin-right: calc((100vw - 300px - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 300px - 100%) / 2 * -1) !important;
}
@media screen and (max-width: 834px) {
  .inner-full {
    margin-right: calc((100vw - 200px - 100%) / 2 * -1) !important;
    margin-left: calc((100vw - 200px - 100%) / 2 * -1) !important;
  }
}
@media screen and (max-width: 640px) {
  .inner-full {
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
  }
}

.inner-600 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-700 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-800 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-900 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-1000 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-1100 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-1200 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-1300 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-1400 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-1500 {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-1600 {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner-1920 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.fix-academy-content {
  display: flex;
  margin-bottom: -120px;
}
.fix-academy-content .box {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .fix-academy-content .box {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
.fix-academy-content .box:nth-child(2n) {
  margin-right: 0;
}
.fix-academy-content .box > article > h3 {
  display: none;
}
.fix-academy-content .box > article > a {
  margin-bottom: 25px;
  position: relative;
  display: block;
}
.fix-academy-content .box > article > a:has(a) {
  display: block;
}
.fix-academy-content .box > article > a:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.fix-academy-content .box > article > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.fix-academy-content .box > article > a > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.fix-academy-content .box > article > div {
  text-align: center;
}
.fix-academy-content__title {
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #1e7374;
  border-bottom: 1px solid #1e7374;
}
@media screen and (max-width: 640px) {
  .fix-academy-content__title {
    padding-bottom: 10px;
    font-size: 18px;
  }
}

.fix-curriculum {
  margin-bottom: -20px;
}
.fix-curriculum .box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .fix-curriculum .box {
    width: calc((100% - 20px) / 2);
  }
}
.fix-curriculum .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .fix-curriculum .box:nth-child(3n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .fix-curriculum .box:nth-child(2n) {
    margin-right: 0;
  }
}
.fix-curriculum .box > article > h3 {
  display: none;
}
.fix-curriculum .box > article > a {
  position: relative;
  display: block;
}
.fix-curriculum .box > article > a:has(a) {
  display: block;
}
.fix-curriculum .box > article > a:before {
  content: "";
  display: block;
  padding-top: 133.3333333333%;
  text-align: center;
}
.fix-curriculum .box > article > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.fix-curriculum .box > article > a > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.fix-curriculum .box > article > div {
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  writing-mode: vertical-rl;
}
.fix-curriculum__title {
  margin-right: 3px;
  font-size: 12px;
  text-shadow: 1px 1px 0px white, 1px -1px 0px white, -1px 1px 0px white, -1px -1px 0px white;
}
@media screen and (max-width: 1200px) {
  .fix-curriculum__title {
    font-size: 11px;
  }
}
.fix-curriculum__subtitle {
  color: #207170;
  text-shadow: 2px 2px 1px white;
  font-size: 40px;
  text-orientation: sideways;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .fix-curriculum__subtitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .fix-curriculum__subtitle {
    font-size: 23px;
  }
}

.fix-button {
  display: inline-block;
  padding: 8px 20px;
  min-width: 200px;
  border: 1px solid #ccc;
}
.fix-button:link, .fix-button:visited {
  color: #333333;
}

.fix-insta .sns_list {
  display: block;
  border: none !important;
}
.fix-insta .sns_list > div {
  border: none !important;
}
.fix-insta .sns_list > div:nth-child(6) {
  border-right: none !important;
}
@media screen and (max-width: 834px) {
  .fix-insta .sns_list > div:nth-child(3) {
    border-right: none !important;
  }
}
.fix-insta .sns_list .sns_photo {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.fix-insta .sns_list .sns_photo img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.fix-insta .sns_list .sns_text {
  display: none;
}
.fix-insta .sns_list .slick-list {
  display: block;
}
.fix-insta .sns_photo > a {
  position: relative;
  display: block;
}
.fix-insta .sns_photo > a:has(a) {
  display: block;
}
.fix-insta .sns_photo > a:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.fix-insta .sns_photo > a > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.fix-insta .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

.form_wrap.fix-class-dl > dl:last-child > dt,
.form_wrap.fix-class-dl > dl:last-child > dd {
  border-bottom: none;
}
.form_wrap.fix-class-dl > dl > dt,
.form_wrap.fix-class-dl > dl > dd {
  padding: 0;
  background-color: transparent;
  border: none;
}
.form_wrap.fix-class-dl > dl > dt {
  justify-content: flex-start;
}

.fix-class-dl {
  display: flex;
  flex-wrap: wrap;
}
.fix-class-dl dl {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1e7374;
}
@media screen and (max-width: 834px) {
  .fix-class-dl dl {
    width: 100%;
    margin-right: 0;
  }
}
.fix-class-dl dl:nth-child(2n) {
  margin-right: 0;
}

.fix-flexbox-images .box {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  position: relative;
  display: block;
}
.fix-flexbox-images .box:has(a) {
  display: block;
}
.fix-flexbox-images .box:before {
  content: "";
  display: block;
  padding-top: 100%;
  text-align: center;
}
.fix-flexbox-images .box > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 834px) {
  .fix-flexbox-images .box {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
.fix-flexbox-images .box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.fix-flexbox-images .box:nth-child(2n) {
  margin-right: 0;
}

.fix-instagram-button {
  display: inline-block;
  padding: 15px 20px;
  background-color: white;
  border: 1px solid #ccc;
  transition: 0.4s;
}
.fix-instagram-button:link, .fix-instagram-button:visited {
  color: #333333;
}
.fix-instagram-button:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.fix-instagram-button img {
  width: 30px;
  margin-right: 9px;
}/*# sourceMappingURL=common_style.css.map */