@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin: 88px auto 80px auto;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  #contents_wrap {
    margin-top: 0;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin-bottom: 30px;
  font-size: 13px;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu a {
  color: #ea57a2;
}
.pankuzu a:hover {
  text-decoration: underline;
}

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

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

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #ea57a2;
}
.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !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;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.8s;
  transition: all 0.3s;
}

a:hover {
  opacity: 1;
}

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

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}
@media only screen and (max-width: 834px) {
  header#global_header {
    position: relative;
    padding-top: 57px;
  }
}
@media only screen and (max-width: 834px) {
  header#global_header:before {
    content: "";
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 57px;
    background-color: #fff;
  }
}

#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 834px) {
  #header {
    padding: 0;
  }
}
#header .hed_inner {
  display: flex;
  align-items: center;
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 834px) {
  #header .hed_inner {
    display: block;
  }
}
#header #siteID {
  width: 13%;
  max-width: 245px;
  text-align: left;
  margin-right: 20px;
}
@media only screen and (max-width: 834px) {
  #header #siteID {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 640px) {
  #header #siteID {
    width: 100px;
  }
}
#header #siteID a {
  opacity: 1;
}

#nav_global {
  width: 60%;
  max-width: 600px;
}
#nav_global #gnavi {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav_global #gnavi li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#nav_global #gnavi li a {
  display: block;
  color: #333;
  font-size: 18px;
  text-decoration: none;
}
@media only screen and (max-width: 1050px) {
  #nav_global #gnavi li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 834px) {
  #nav_global #gnavi li a {
    text-align: left;
  }
}
#nav_global #gnavi li a i {
  margin-right: 10px;
}
@media only screen and (max-width: 1050px) {
  #nav_global #gnavi li a i {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 834px) {
  #nav_global #gnavi li a i {
    display: none;
  }
}
#nav_global #gnavi li a:hover {
  color: #ea57a2;
}

.spNav {
  display: none;
}
@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

#hedInfo {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 270px;
}
@media only screen and (max-width: 1050px) {
  #hedInfo {
    width: 25%;
  }
}
@media only screen and (max-width: 834px) {
  #hedInfo {
    display: none !important;
  }
}
#hedInfo .cont {
  position: relative;
  width: 100%;
  padding: 30px 10px;
  background-color: #ffc017;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  #hedInfo .cont {
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  #hedInfo .cont {
    padding: 20px 10px;
  }
}
#hedInfo .cont:before, #hedInfo .cont:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 90%;
  height: 5px;
  display: block;
  border-bottom: 5px dotted #fff;
}
@media only screen and (max-width: 640px) {
  #hedInfo .cont:before, #hedInfo .cont:after {
    width: 98%;
  }
}
#hedInfo .cont:before {
  top: 10px;
}
#hedInfo .cont:after {
  bottom: 10px;
}
#hedInfo .cont .ttl {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1050px) {
  #hedInfo .cont .ttl {
    font-size: 17px;
  }
}
@media only screen and (max-width: 834px) {
  #hedInfo .cont .ttl {
    width: 100%;
    font-size: 3.1vw;
  }
}
@media only screen and (max-width: 640px) {
  #hedInfo .cont .ttl {
    font-size: 5.5vw;
  }
}
#hedInfo .cont .linkTel {
  margin-bottom: 10px;
  padding: 6px;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 834px) {
  #hedInfo .cont .linkTel {
    width: 49%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  #hedInfo .cont .linkTel {
    padding: 0;
    border: 0;
  }
}
#hedInfo .cont .linkTel i {
  margin-right: 10px;
}
#hedInfo .cont .linkTel a {
  display: block;
  padding: 9px;
  border: 2px solid #fff;
  font-size: 4.1vw;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  #hedInfo .cont .mail {
    width: 49%;
  }
}
#hedInfo .cont .mail a {
  margin-bottom: 10px;
  padding: 6px;
  display: block;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #hedInfo .cont .mail a {
    font-size: 4.7vw;
  }
}
#hedInfo .cont .mail a i {
  margin-right: 10px;
}
#hedInfo .cont .mail a:hover {
  background-color: #fff;
  color: #ffc017;
}
#hedInfo .cont .txt {
  font-size: 13px;
  text-align: left;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #hedInfo .cont .txt {
    width: 100%;
    text-align: center;
  }
}
#hedInfo .cont .txt .kome {
  font-size: 11px;
}
#hedInfo .trial {
  position: relative;
  background-color: #ff359c;
  -webkit-transition: all 0.8s;
  transition: all 0.3s;
  width: 100%;
}
#hedInfo .trial a {
  position: relative;
  z-index: 10;
  display: block;
  padding: 26px 5px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1050px) {
  #hedInfo .trial a {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #hedInfo .trial a {
    font-size: 3.1vw;
  }
}
@media only screen and (max-width: 640px) {
  #hedInfo .trial a {
    padding: 10px 5px;
    font-size: 5vw;
  }
}
#hedInfo .trial:after {
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  width: 106px;
  height: 117px;
  display: block;
  background: url(../images/common/ill_piano.png) no-repeat;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #hedInfo .trial:after {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #hedInfo .trial:after {
    display: none;
  }
}
#hedInfo .trial:hover {
  background-color: #f7b0b9;
}

#mainArea {
  position: relative;
  overflow: hidden;
  margin-top: 88px;
  background: url(../images/contents/bg_main.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 834px) {
  #mainArea {
    margin-top: 0;
  }
}
#mainArea #slider {
  position: relative;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  #mainArea #slider {
    max-width: 100%;
  }
}
#mainArea #slider li img {
  width: 100%;
  height: auto;
  animation: zoom 36s 0s infinite;
}
@media only screen and (max-width: 834px) {
  #mainArea #slider li img {
    animation: none;
  }
}
#mainArea .slick-prev, #mainArea .slick-next {
  display: none !important;
}
#mainArea p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#mainArea p img {
  width: 50% !important;
}
@media only screen and (max-width: 834px) {
  #mainArea p img {
    width: 75% !important;
  }
}

@keyframes zoom {
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
/*hamburger menu  */
.nav-toggle {
  display: none;
}
@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #ea57a2;
    position: absolute;
    transition: transform 0.3s ease-in-out, top 0.5s ease;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
    background-color: #ea57a2;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
    background-color: #ea57a2;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #nav_global nav {
    z-index: 999;
  }
  /* nav */
  #nav_global {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    transform: translateX(-100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #fff0f2;
  }
  #nav_global ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    list-style: none;
  }
  #nav_global ul li {
    display: block;
    width: 100%;
    transition: color 0.6s ease;
    font-size: 20px !important;
    text-decoration: none;
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  #nav_global ul li {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  #nav_global ul li a {
    display: block;
  }
}
@media only screen and (max-width: 834px) and (min-width: 641px) and (max-width: 834px) {
  #nav_global ul li a {
    padding: 20px 30px !important;
    font-size: 26px !important;
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  #nav_global ul li a {
    padding: 20px 30px !important;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 834px) {
  #nav_global ul .spNav {
    display: block;
  }
  .open #nav_global {
    transform: translateX(0);
  }
}
footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 13px;
}
footer#global_footer a {
  color: #333;
  text-decoration: none;
}
footer#global_footer #pagetop {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  right: 10px;
  width: 40px;
}
footer#global_footer #pagetop a {
  display: block;
  width: 100%;
  padding: 8px 0;
  border-radius: 50%;
  background-color: #333;
  font-size: 16px;
  color: #fff;
}
footer#global_footer #pagetop a:hover {
  background-color: #f7b0b9;
}
footer#global_footer #footer {
  background-color: #fadee1;
}
footer#global_footer #footer address {
  padding: 80px 0;
  background: url(../images/common/bg_info.png);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  footer#global_footer #footer address {
    padding: 30px 0;
  }
}
footer#global_footer #footer address .bgWh {
  position: relative;
  padding: 80px 90px 120px 80px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
}
@media only screen and (max-width: 834px) {
  footer#global_footer #footer address .bgWh {
    padding: 6% 4%;
  }
}
footer#global_footer #footer address .bgWh:before, footer#global_footer #footer address .bgWh:after {
  content: "";
  position: absolute;
  display: block;
}
footer#global_footer #footer address .bgWh:before {
  top: 10px;
  left: 30px;
  width: 172px;
  height: 236px;
  background: url(../images/common/info_noteL.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  footer#global_footer #footer address .bgWh:before {
    width: 15%;
    height: 125px;
  }
}
footer#global_footer #footer address .bgWh:after {
  bottom: 20px;
  right: 40px;
  width: 248px;
  height: 287px;
  background: url(../images/common/info_noteR.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  footer#global_footer #footer address .bgWh:after {
    width: 15%;
    height: 115px;
  }
}
footer#global_footer #footer address .bgWh #fotID {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #333;
}
@media only screen and (max-width: 834px) {
  footer#global_footer #footer address .bgWh #fotID {
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
}
footer#global_footer #footer address .bgWh li {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 834px) {
  footer#global_footer #footer address .bgWh li .subTxt {
    display: block;
  }
}
footer#global_footer #footer address .bgWh .linkTel a {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  footer#global_footer #footer address .bgWh .subTxt {
    font-size: 13px;
  }
}
footer#global_footer #nav_footer {
  padding: 15.5px 0;
}
footer#global_footer #nav_footer li {
  display: inline-block;
  padding: 0 13.5px;
}
footer#global_footer #nav_footer li a {
  text-decoration: none;
}
footer#global_footer #nav_footer li a:hover {
  color: #ea57a2;
}
footer#global_footer #copy {
  display: block;
  padding: 5.5px 10px;
  background-color: #ff359c;
  font-size: 13px;
}
footer#global_footer #copy a {
  text-decoration: none;
  color: #fff;
}
footer#global_footer #copy a:hover {
  opacity: 1;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #copy {
    padding: 5.5px 10px 100px 10px;
  }
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.index_contents #contents_wrap {
  margin: 0;
}

.tp_pdWrap {
  padding: 80px 0;
}
@media only screen and (max-width: 834px) {
  .tp_pdWrap {
    padding: 4% 0;
  }
}
@media only screen and (max-width: 640px) {
  .tp_pdWrap {
    padding: 30px 0;
  }
}

.topAbout .h2wrap {
  text-align: center !important;
}
.topAbout h2 {
  position: relative;
  display: inline-block;
  margin: 0 auto 35px auto;
  padding: 4px 35px;
  background-color: #f400b3;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.topAbout h2:before, .topAbout h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  display: block;
  width: 20px;
  height: 31px;
}
.topAbout h2:before {
  background: url(../images/contents/ttl_ribbonL.png) no-repeat;
  left: -27px;
}
.topAbout h2:after {
  background: url(../images/contents/ttl_ribbonR.png) no-repeat;
  right: -27px;
}
@media only screen and (max-width: 640px) {
  .topAbout p {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .topAbout p .spBlk, .topAbout p .spBlk + br {
    display: none;
  }
}

.topNews {
  position: relative;
  background: url(../images/contents/ill_bell.png) no-repeat, url(../images/contents/line01.png) no-repeat, url(../images/contents/img_news.png) no-repeat, url(../images/contents/bg_news.gif);
  background-position: top 30px left 55px, top 75px left 55px, top right, top left;
  background-size: auto, auto, contain, auto;
}
@media only screen and (max-width: 1780px) {
  .topNews {
    background-position: top 30px left 1%, top 75px left 55px, top right, top left;
  }
}
@media only screen and (max-width: 640px) {
  .topNews {
    background: url(../images/contents/img_news.png) no-repeat, url(../images/contents/bg_news.gif);
    background-size: cover, auto;
    background-position: top right, top left;
  }
}
.topNews .wrap {
  position: relative;
  z-index: 10;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 640px) {
  .topNews .wrap {
    padding: 20px;
  }
}
.topNews .wrap h2 {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 20px 100px;
  border-bottom: 2px dotted #ccc;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .topNews .wrap h2 {
    padding-bottom: 10px;
    padding-left: 20%;
  }
}
.topNews .wrap h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 79px;
  height: 40px;
  background: url(../images/contents/ttl_mark.png) no-repeat;
}
@media only screen and (max-width: 640px) {
  .topNews .wrap h2:before {
    top: 10px;
    width: 15%;
    background-size: contain;
  }
}
.topNews:before, .topNews:after {
  content: "";
  position: absolute;
  display: block;
}
@media only screen and (max-width: 640px) {
  .topNews:before, .topNews:after {
    display: none;
  }
}
.topNews:before {
  top: 15px;
  left: 135px;
  width: 32px;
  height: 50px;
  background: url(../images/contents/ill_note1.png) no-repeat;
  background-size: contain;
  animation: note2 1s ease-in-out infinite alternate;
  animation-duration: 1.1s;
}
@media only screen and (max-width: 1780px) {
  .topNews:before {
    left: 7%;
    width: 2%;
  }
}
.topNews:after {
  top: 135px;
  left: 265px;
  width: 36px;
  height: 47px;
  background: url(../images/contents/ill_note2.png) no-repeat;
  background-size: contain;
  animation: note1 1s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1780px) {
  .topNews:after {
    left: 10%;
    width: 2%;
  }
}
.topNews .note {
  position: relative;
  z-index: 1;
}
.topNews .note:before, .topNews .note:after {
  content: "";
  position: absolute;
  display: block;
}
@media only screen and (max-width: 640px) {
  .topNews .note:before, .topNews .note:after {
    display: none;
  }
}
.topNews .note:before {
  top: 205px;
  left: 95px;
  width: 95px;
  height: 45px;
  background: url(../images/contents/ill_note3.png) no-repeat;
  background-size: contain;
  animation: note1 1s ease-in-out infinite alternate;
  animation-duration: 1.3s;
}
@media only screen and (max-width: 1780px) {
  .topNews .note:before {
    left: 4%;
    width: 2%;
  }
}
.topNews .note:after {
  bottom: -50px;
  left: 265px;
  width: 36px;
  height: 53px;
  background: url(../images/contents/ill_note4.png) no-repeat;
  background-size: contain;
  animation: note2 1s ease-in-out infinite alternate;
  animation-duration: 1.5s;
}
@media only screen and (max-width: 1780px) {
  .topNews .note:after {
    left: 11%;
    width: 2%;
  }
}

@keyframes note1 {
  0% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes note2 {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.topBtn {
  position: relative;
}
.topBtn .inner {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .topBtn .inner {
    display: block !important;
  }
}
.topBtn .box {
  width: 31%;
}
@media only screen and (max-width: 640px) {
  .topBtn .box {
    width: 100% !important;
  }
}
.topBtn li {
  text-align: center !important;
}
.topBtn:before, .topBtn:after {
  content: "";
  position: absolute;
  display: block;
}
.topBtn:before {
  top: 0;
  left: 0;
  width: 549px;
  height: 158px;
  background: url(../images/contents/ill_keyboard.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .topBtn:before {
    width: 40%;
  }
}
.topBtn:after {
  bottom: 0;
  right: 0;
  width: 355px;
  height: 400px;
  background: url(../images/contents/ill_note8.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
}
@media only screen and (max-width: 834px) {
  .topBtn:after {
    width: 24%;
  }
}

.topInfo a {
  display: block;
  padding: 50px 0 60px 0;
  background-color: #f7b0b9;
  mix-blend-mode: multiply;
  border-radius: 55% 52% 65% 55%/60% 70% 55% 65%;
}
@media only screen and (max-width: 834px) {
  .topInfo a {
    padding: 50px 25px 60px 25px;
    border-radius: 51% 52% 68% 60%/58% 62% 52% 57%;
  }
}
.topInfo a:hover {
  background-color: rgba(247, 176, 185, 0.8);
}
.topInfo a li {
  line-height: 1.5;
}
.topInfo a li img {
  margin-bottom: 20px;
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 640px) {
  .topInfo a li:last-of-type {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .topInfo a li:last-of-type br {
    display: none;
  }
}
.topInfo a h3 {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .topInfo a h3 {
    margin-bottom: 10px;
    font-size: 3.4vw;
  }
}
@media only screen and (max-width: 320px) {
  .topInfo a h3 {
    font-size: 17px;
  }
}

.topInfo2 {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .topInfo2 {
    margin-top: 30px;
  }
}
.topInfo2 a {
  display: block;
  padding: 50px 0 60px 0;
  background-color: #fadee1;
  mix-blend-mode: multiply;
  border-radius: 60% 75% 60% 75%/75% 70% 66% 65%;
}
@media only screen and (max-width: 834px) {
  .topInfo2 a {
    padding: 50px 25px 60px 25px;
    border-radius: 58% 62% 52% 57%/51% 52% 68% 60%;
  }
}
.topInfo2 a:hover {
  background-color: rgba(247, 176, 185, 0.8);
}
.topInfo2 a li {
  line-height: 1.5;
}
.topInfo2 a li img {
  margin-bottom: 20px;
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 640px) {
  .topInfo2 a li:last-of-type {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .topInfo2 a li:last-of-type br {
    display: none;
  }
}
.topInfo2 a h3 {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .topInfo2 a h3 {
    margin-bottom: 10px;
    font-size: 3.4vw;
  }
}
@media only screen and (max-width: 320px) {
  .topInfo2 a h3 {
    font-size: 17px;
  }
}

.topInfo3 a {
  display: block;
  padding: 50px 0 60px 0;
  background-color: #f98795;
  mix-blend-mode: multiply;
  border-radius: 60% 75% 60% 75%/75% 70% 66% 65%;
}
@media only screen and (max-width: 834px) {
  .topInfo3 a {
    padding: 50px 25px 60px 25px;
    border-radius: 58% 62% 52% 57%/51% 52% 68% 60%;
  }
}
.topInfo3 a:hover {
  background-color: rgba(247, 176, 185, 0.8);
}
.topInfo3 a li {
  line-height: 1.5;
}
.topInfo3 a li img {
  margin-bottom: 20px;
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 640px) {
  .topInfo3 a li:last-of-type {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .topInfo3 a li:last-of-type br {
    display: none;
  }
}
.topInfo3 a h3 {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .topInfo3 a h3 {
    margin-bottom: 10px;
    font-size: 3.4vw;
  }
}
@media only screen and (max-width: 320px) {
  .topInfo3 a h3 {
    font-size: 17px;
  }
}

.topTrial {
  border-top: 2px solid #ffc017;
  border-bottom: 2px solid #ffc017;
}
.topTrial .h2wrap div {
  text-align: center !important;
}
.topTrial h2 {
  display: inline-block;
  margin-bottom: 40px;
  border-bottom: 4px dotted #ffc017;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .topTrial h2 {
    font-size: 4.6vw;
  }
}
@media only screen and (max-width: 320px) {
  .topTrial h2 {
    font-size: 23px;
  }
}
.topTrial .wrap {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .topTrial .wrap {
    padding: 40px 20px;
  }
}
.topTrial .wrap .wrap2 {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
}
.topTrial .wrap .wrap2 .txt {
  width: 59%;
}
@media only screen and (max-width: 640px) {
  .topTrial .wrap .wrap2 .txt {
    width: 100%;
  }
}
.topTrial .wrap .wrap2 .img {
  width: 35%;
}
@media only screen and (max-width: 640px) {
  .topTrial .wrap .wrap2 .img {
    display: none;
  }
}
.topTrial .wrap .wrap2 .img img {
  width: 100% !important;
}
.topTrial .wrap .btn a {
  display: block;
  max-width: 400px;
  margin: 30px auto 0 auto;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #ffc017;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.topTrial .wrap .btn a:hover {
  background-color: #ff359c;
}
.topTrial .wrap .btn a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-right: 10px;
}

.li_note li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 25px;
  line-height: 1.5;
}
.li_note li:before {
  content: "\f001";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff359c;
}

.wrapNews {
  background-image: linear-gradient(transparent 95%, #f7f7f7 5%), linear-gradient(90deg, transparent 95%, #f7f7f7 5%);
  background-size: 20px 20px;
  background-repeat: repeat;
}
.wrapNews h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: bold;
}
.wrapNews .txt {
  padding: 30px 95px 50px 95px;
  border-top: 2px solid #ea57a2;
  border-bottom: 2px solid #ea57a2;
  background-color: #fff0f2;
}
@media only screen and (max-width: 640px) {
  .wrapNews .txt {
    padding: 30px 20px;
  }
}
.wrapNews .txt dl {
  padding: 16px 0;
  border-bottom: 1px dashed #fff;
}
@media only screen and (max-width: 640px) {
  .wrapNews .txt dl {
    display: block !important;
  }
}
.wrapNews .txt dt, .wrapNews .txt dd {
  display: inline-block !important;
  padding: 0 !important;
  border: none !important;
  font-size: 14px;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .wrapNews .txt dt, .wrapNews .txt dd {
    width: 100% !important;
  }
}
.wrapNews .txt dt a, .wrapNews .txt dd a {
  text-decoration: underline;
}
.wrapNews .txt dt a:hover, .wrapNews .txt dd a:hover {
  text-decoration: none;
}
.wrapNews .txt .scroll {
  height: 210px;
  overflow-x: auto;
}

/* ------------------------------------------------------------
c_introduction.html
------------------------------------------------------------ */
.info_tbl {
  max-width: 850px;
  margin: 0 auto 30px auto;
}

.img03 li {
  width: 31%;
  margin-right: 3.5%;
}
.img03 li:nth-of-type(3n) {
  margin-right: 0;
}
.img03 li img {
  width: 100% !important;
}

.access_li li {
  width: 45%;
  margin-right: 10%;
}
@media only screen and (max-width: 640px) {
  .access_li li {
    width: 100%;
    margin-right: 0;
  }
}
.access_li li:nth-of-type(even) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px !important;
  }
}

/* ------------------------------------------------------------
announcement.html
------------------------------------------------------------ */
.img04 li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .img04 li {
    width: 49%;
    margin-right: 2%;
  }
}
.img04 li:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .img04 li:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .img04 li:nth-of-type(even) {
    margin-right: 0;
  }
}
.img04 li img {
  width: 100% !important;
}

.img02 li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.img02 li:nth-of-type(4n) {
  margin-right: 0;
}
.img02 li img {
  width: 100% !important;
}

/* ------------------------------------------------------------
trial.html
------------------------------------------------------------ */
.trial_bg {
  position: relative;
  border: 2px dashed #ea57a2;
  padding: 4%;
  box-shadow: 0px 0px 0px 10px #fff0f2;
}
.trial_bg .li_note {
  margin-bottom: 30px;
}
.trial_bg .pntTxt {
  font-size: 20px;
}
.trial_bg .pntTxt .pnt {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-size: 1.4em;
  font-weight: bold;
  color: #f400b3;
}
.trial_bg .linkTel p {
  font-size: 35px;
  font-weight: bold;
  color: #ff359c;
}
@media only screen and (max-width: 640px) {
  .trial_bg .linkTel p {
    font-size: 32px;
  }
}
.trial_bg .linkTel p:before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
.trial_bg h3 {
  margin-top: 10px !important;
}
.trial_bg .sla {
  margin: 0 30px;
}
@media only screen and (max-width: 640px) {
  .trial_bg .sla {
    display: block;
    margin: 0;
  }
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none;
}

.cont_form {
  margin: 20px auto;
}
.cont_form dt label {
  font-size: 11px;
}
.cont_form dt label:after {
  content: "必須";
}

.annot {
  margin: 10px auto !important;
  text-align: right;
  font-size: 13px;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 9% 10px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.ttl01 h1 .ja {
  margin-right: 20px;
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .ttl01 h1 .ja {
    display: block;
    font-size: 20px;
  }
}
.ttl01 h2 {
  margin: 100px auto 30px auto;
  font-size: 26px;
}
@media only screen and (max-width: 640px) {
  .ttl01 h2 {
    font-size: 20px;
  }
}
.ttl01 h3 {
  margin: 70px auto 10px auto;
  font-size: 20px;
}
.ttl01 h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #f7b0b9;
}
.ttl01 h3:before {
  content: "\f77f";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 15px;
  color: #ffc017;
}

.ttl02 h1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 9% 10px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.ttl02 h1 .ja {
  margin-right: 20px;
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .ttl02 h1 .ja {
    display: block;
    font-size: 20px;
  }
}
.ttl02 h2 {
  margin: 100px auto 30px auto;
  font-size: 26px;
}
@media only screen and (max-width: 640px) {
  .ttl02 h2 {
    font-size: 20px;
  }
}
.ttl02 h3 {
  margin: 70px auto 10px auto;
  font-size: 20px;
}
.ttl02 h2 {
  position: relative;
  margin: 50px auto 10px auto !important;
  padding-left: 20px;
}
.ttl02 h2:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 7px;
  height: 30px;
  border-radius: 10px;
  background-color: #ff359c;
}

.h1wrap.h1txt.con100.ttl01 {
  background-position: bottom center;
  background-size: cover;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
.link_pnk a {
  color: #ea57a2;
}
.link_pnk a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .sp_left p {
    text-align: left !important;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl_st01 td {
  padding: 20px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}
.tbl_st01 td:first-of-type {
  width: 30%;
  border-bottom: 1px solid #ea57a2 !important;
}

.tbl_st02 td {
  padding: 10px !important;
}
.tbl_st02 td:first-of-type {
  width: 30%;
  background-color: #fadee1;
}
.tbl_st02 td:first-of-type div {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .tbl_st02 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.mg_t0, .mg_t0 h2, .mg_t0 h3, .mg_t0 h4, .mg_t0 h5 {
  margin-top: 0 !important;
}

.qa_FLX .box {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.qa_FLX .box:first-child > div {
  display: flex;
}
.qa_FLX .box:first-child > div .icon {
  background: #ffc017;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .qa_FLX .box:first-child > div .icon {
    font-size: 20px;
  }
}
.qa_FLX .box:first-child > div .txt {
  font-weight: bold;
  color: #333;
  font-size: 1.1em;
}
@media only screen and (max-width: 834px) {
  .qa_FLX .box:first-child > div .txt {
    font-size: 1em;
  }
}
.qa_FLX .box:nth-child(2) > div {
  display: flex;
  background: #fff0f2;
  padding: 10px;
}
.qa_FLX .box:nth-child(2) > div .icon {
  background: #ea57a2;
  width: 40px;
  min-width: 40px;
  height: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .qa_FLX .box:nth-child(2) > div .icon {
    font-size: 20px;
  }
}
.qa_FLX:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.qaBtn {
  color: #ea57a2;
  font-weight: bold;
  text-decoration: underline;
}

.qaOpen {
  display: none;
}
.qaOpen .ttl {
  color: #ea57a2;
  font-weight: 600;
  font-size: 16px;
}
.qaOpen .sub_ttl {
  background: #ffc017;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
}

.side_info_wrap {
  position: fixed;
  z-index: 10000000;
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  margin: 0 auto;
}

.s_trial {
  display: none;
}
.s_trial a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 0;
  border-top: 1px solid #fff;
  background-color: #ff359c;
  -webkit-transition: all 0.8s;
  transition: all 0.3s;
}
.s_trial a i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
}
.s_trial a p {
  font-size: 15px;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .s_trial {
    display: block;
  }
}

.side_info {
  display: none;
}
.side_info .s_tel, .side_info .s_cont {
  width: 50%;
}
.side_info .s_tel a, .side_info .s_cont a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 0;
  background: #ffc017;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
}
.side_info .s_tel a i, .side_info .s_cont a i {
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
}
.side_info .s_tel a p, .side_info .s_cont a p {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.side_info .s_cont a p {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 834px) {
  .side_info {
    max-width: 100%;
    display: flex;
  }
  .side_info .s_cont {
    margin: 0;
  }
}/*# sourceMappingURL=assets.css.map */