@charset "UTF-8";
/* CSS Document */
:root {
  --colorWhite: #FFF;
  --colorBlue: #7BCBDD;
  --colorLightLightblue: #B8D4DB;
  --colorText: #3c4375;
  --colorText_a: #605ec4;
  --colorTextColor: #a8a182;
  --colorTextColor2: #414193;
  --colorOrange: #EF7E00;
  --colorYellow: #FADC70;
  --colorLightBlue: #DFF0F4;
  --colorBorder: #B6B6B6;
  --colorBorder2: #E5E5E5;
  --colorGreen: #07B53B;
  --colorBg: #dae6f2;
--colorBr: #a8a282;
    --colorB: #0b308e;
    --colorA: #7f1283;
    
  
}
/*共通*/
body, html {
  color: var(--colorText);
  font-size: 16px;
  line-height: 2em;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}
@media (min-width:769px) {
  a {
    transition: .3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
body * {
    font-family: "Noto Sans JP" "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.lp-container {
    max-width: 1200px;
    margin: 0 auto;
}
.lp-wrap {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
            background: linear-gradient(150deg, rgba(2,33,89,1), rgba(188,217,232,1));
/*    background: #022159;*/
/*  background: url(../images/bg_pc.webp),-moz-linear-gradient(top, #cce0f4, #d7f7fc 50%, #9fd8f5);
  background: url(../images/bg_pc.webp),-webkit-linear-gradient(top, #cce0f4, #d7f7fc 50%, #9fd8f5);
  background:  url(../images/bg_pc.webp),linear-gradient(to bottom, #cce0f4, #d7f7fc 50%, #9fd8f5);*/
    background-size: contain;
/*    padding-bottom: 60px;*/
/*    overflow: hidden;*/
}
@media (max-width: 768px) {
  .sp-d-inline {
    display: inline;
  }
.lp-wrap {
/*    background: #022159;*/

/*  background: url(../images/bg_sp.webp),-moz-linear-gradient(top, #cce0f4, #d7f7fc 50%, #9fd8f5);
  background: url(../images/bg_sp.webp),-webkit-linear-gradient(top, #cce0f4, #d7f7fc 50%, #9fd8f5);
  background:  url(../images/bg_sp.webp),linear-gradient(to bottom, #cce0f4, #d7f7fc 50%, #9fd8f5);*/
    background-size: contain;
}
}
@media (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
.is-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}
@media (min-width: 501px) {
  .is-sponly {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .is-sponly {
    display: block !important;
  }
}
.mt-top5 {
  margin-top: 5px !important;
}
.mt-top10 {
  margin-top: 10px !important;
}
.mt-top15 {
  margin-top: 15px !important;
}
.mt-top20 {
  margin-top: 20px !important;
}
.pt-top20 {
  padding-top: 20px !important;
}
.mt-top25 {
  margin-top: 25px !important;
}
.mt-top30 {
  margin-top: 30px !important;
}
.pt-top30 {
  padding-top: 20px !important;
}
.mt-top35 {
  margin-top: 35px !important;
}
.mt-top40 {
  margin-top: 40px !important;
}
.mt-top45 {
  margin-top: 45px !important;
}
.mt-top50 {
  margin-top: 50px !important;
}
.pt-top50 {
  padding-top: 50px !important;
}
.mt-top60 {
  margin-top: 60px !important;
}
.pt-top60 {
  padding-top: 60px !important;
}
.pt-top60 {
  padding-top: 60px !important;
}
.mt-top70 {
  margin-top: 70px !important;
}
.mt-top80 {
  margin-top: 80px !important;
}
.mt-top100 {
  margin-top: 100px !important;
}
.mt-top110 {
  margin-top: 110px !important;
}
.mt-top120 {
  margin-top: 120px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
@media (max-width: 768px) {
  .mt-top-sp10 {
    margin-top: 10px !important;
  }
  .mt-top-sp15 {
    margin-top: 15px !important;
  }
  .mt-top-sp20 {
    margin-top: 20px !important;
  }
  .pt-top-sp20 {
    padding-top: 20px !important;
  }
  .mt-top-sp25 {
    margin-top: 25px !important;
  }
  .mt-top-sp30 {
    margin-top: 30px !important;
  }
   .pt-top-sp30 {
    padding-top: 30px !important;
  }
  .mt-top-sp35 {
    margin-top: 35px !important;
  }
  .mt-top-sp40 {
    margin-top: 40px !important;
  }
  .pt-top-sp40 {
    padding-top: 40px !important;
  }
  .mt-top-sp45 {
    margin-top: 45px !important;
  }
  .mt-top-sp50 {
    margin-top: 50px !important;
  }
  .pt-top-sp50 {
    padding-top: 50px !important;
  }
  .mt-top-sp60 {
    margin-top: 60px !important;
  }
  .mt-top-sp70 {
    margin-top: 70px !important;
  }
  .pt-top-sp70 {
    padding-top: 70px !important;
  }
  .mt-top-sp80 {
    margin-top: 80px !important;
  }
  .mt-top-sp100 {
    margin-top: 100px !important;
  }
     .mt-top-sp120 {
    margin-top: 120px !important;
  }
         .mt-top-sp130 {
    margin-top: 130px !important;
  }
         .mt-top-sp140 {
    margin-top: 140px !important;
  }
  .mb-sp20 {
    margin-bottom: 20px !important;
  }
  .mb-sp30 {
    margin-bottom: 30px !important;
  }
  .pb_20_sp {
    padding-bottom: 20px !important;
  }
}
.img-m {
  width: 230px !important;
}
/*フォント
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/Noto Sans JP-Regular.ttf') format('trueType');
  font-weight: 400;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/Noto Sans JP-Medium.ttf') format('trueType');
  font-weight: 500;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/Noto Sans JP-Bold.ttf') format('trueType');
  font-weight: 700;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/Noto Sans JP-Black.ttf') format('trueType');
  font-weight: 900;
}
@font-face {
  font-family: 'Oswald';
  src: url('../font/Oswald-Regular.ttf') format('trueType');
  font-weight: 400;
}
@font-face {
  font-family: 'Oswald';
  src: url('../font/Oswald-Bold.ttf') format('trueType');
  font-weight: 700;
}
.zenmaru-l {
  font-family: 'Noto Sans JP'; 
  font-weight: 400;
}
.zenmaru-m {
  font-family: 'Noto Sans JP'; 
  font-weight: 500;
}
.zenmaru-b {
  font-family: 'Noto Sans JP'; 
  font-weight: 700;
}
.zenmaru-br {
  font-family: 'Noto Sans JP'; 
  font-weight: 900;
}*/
@font-face {
font-family: 'Noto Sans JP';
src: url('../font/Noto Sans JP-Regular.otf') format('opentype');
font-weight: 400;
}
@font-face {
font-family: 'Noto Sans JP';
src: url('../font/Noto Sans JP-Medium.otf') format('opentype');
font-weight: 500;
}
@font-face {
font-family: 'Noto Sans JP';
src: url('../font/Noto Sans JP-Bold.otf') format('opentype');
font-weight: 700;
}
@font-face {
font-family: 'Noto Sans JP';
src: url('../font/Noto Sans JP-Blackotf') format('opentype');
font-weight: 900;
}
.Noto-r {
  font-family: 'Noto Sans JP'; 
  font-weight: 400;
}
.Noto-m {
  font-family: 'Noto Sans JP'; 
  font-weight: 500;
}
.Noto-b {
  font-family: 'Noto Sans JP'; 
  font-weight: 700;
}
.Noto-br {
  font-family: 'Noto Sans JP'; 
  font-weight: 900;
}
#header {
  height: auto;
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 0;
  position: sticky;
  top: 0;
  left: 0;
  background-color: rgba(40, 61, 100, 0.7);
  z-index: 1000;
        height: 46px;
}
@media (max-width:768px) {
  #header {
    padding-left: 6px;
    top: 0;
  }
}
@media (min-width:769px) {
  #header {
    width: 100%;
    padding-left: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.sp-header {
  display: flex;
  justify-content: space-between;
}
@media (min-width:769px) {
  .sp-header {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.sp-header-logo {
  display: inline-block;
}

@media (min-width:769px) {
  .sp-header-logo {
    font-size: 0;
    flex: 1;
  }
}
@media (max-width:768px) {
  .sp-header-nav-button {
padding-top: 55px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    width: 260px;
    margin: 0 auto;
  }
}
.sp-header-button-input {
  display: none;
}
.sp-header-nav {
      margin: 14px 15px 10px 7px;
}
@media (min-width:769px) {
  .sp-header-nav {
    display: none;
  }
  .lp-header-nav-list {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 0 10px;
    line-height: 1;
  }
  .lp-header-nav-list li + li {
    border-left: 1px solid #fff;
    padding-left: 10px;
  }
  .lp-header-nav-list a {
    font-size: 14px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
      color:var(--colorWhite);
  }
  .lp-header-nav-list a:hover {
    color:rgba(160,207,142);
  }
  /*  .lp-header-nav-list li.is-select a {
    border-bottom: 1px solid var(--colorText);
    padding-bottom: 2px;
  }*/
}
.sp-header-button {
  width: 20px;
  height: 16px;
  background: url('../images/top/header_button_white.png') no-repeat center;
  background-size: cover;
  display: block;
}
.lp-contents-close {
  position: absolute;
  top: 15px;
 left:  14px;
  width: 25px;
  height: 25px;
}
.lp-contents-close::before, .lp-contents-close::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 6px;
  right: 0;
  background-color: var(--colorBorder2);
}
.lp-contents-close::before {
  transform: rotate(45deg);
}
.lp-contents-close::after {
  transform: rotate(-45deg);
}
.lp-contents-list-block {
  overflow: hidden;
  display: none;
  transition: .3s;
  width: 100vw;
  background-color: var(--colorWhite);
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  padding: 0;
  height: 100vh;
  z-index: 100;
  padding: 73px 40px 20px;
}
@media (min-width:769px) {
  .lp-contents-list-block {
    display: none;
  }
}
.lp-contents-list-block.is-open {
  display: block;
}
.lp-contents-list-link {
  border-top: 1px dashed var(--colorBorder);
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  text-decoration: none;
  color: var(--colorText);
  font-family: 'Noto Sans JP';
}
.lp-contents-list-link.is-anchor {
  position: relative;
}
.lp-contents-list-link.is-anchor::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--colorText);
  border-bottom: 2px solid var(--colorText);
  right: 10px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.lp-contents-list-link.is-anchor.is-open::after {
  transform: rotate(-135deg) translateY(-50%);
  right: 5px;
}
.lp-contents-list-item:last-child .lp-contents-list-link {
  border-bottom: 1px dashed var(--colorBorder)
}
.lp-contents-list-menu {
  opacity: 0;
  height: 0;
  overflow: hidden;
  flex-direction: column;
  gap: 0 25px;
  z-index: -1;
}
.lp-contents-list-link.is-open + .lp-contents-list-menu {
  opacity: 1;
  z-index: 0;
  display: flex;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.lp-contents-list-menu {
  gap: 10px 0;
}
.lp-contents-list-menu a {
  color: var(--colorText);
  text-decoration: none;
  padding-left: 20px;
}
/*.lp-footer-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}*/
.lp-section-colorBg {
  background-color: var(--colorBg);
}
.lp-section-colorYellow {
  background-color: var(--colorYellow);
}
.lp-text-highlight {
  background: linear-gradient(transparent 40%, var(--colorYellow) 40%);
}
.lp-function-img-box {
  background-color: #DFF0F4;
  font-size: 0;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.lp-button {
  display: block;
  width: 260px;
  height: 50px;
  line-height: 46px;
  position: relative;
  border-radius: 27px;
  color: var(--colorWhite);
  padding-left: 16px;
  text-align: center;
  background-color: rgba(160,207,142,0.8);
  text-decoration: none;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
}
@media (min-width:769px) {
  .lp-button {
    width: 421px;
    height: 81px;
    font-size: 22px;
    line-height: 77px;
    border-radius: 55px;
  }
  .lp-button.is-min {
    width: 260px;
    height: 50px;
    font-size: 16px;
    line-height: 46px;
    left: 25%;
  }
}
.lp-button-block {
  display: flex;
  justify-content: center;
}
@media (max-width:768px) {
  .lp-button-block {
    display: flex !important;
  }
}
.lp-button.is-search {
  /*  border: 2px solid var(--color Green);*/
}
@media (min-width:769px) {
  /*  .lp-button.is-search {
    padding-left: 36px;
  }*/
}
.lp-button.is-search.is-line-blue {
  border-color: var(--colorBlue);
}
.lp-button.is-search::before, .lp-button.is-contact::before, .lp-button.is-tell::before .lp-button.is-ticket::before,{
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.lp-button.is-contact, .lp-button.is-tell {
  width: 360px;
  height: 54px;
  margin: 8px auto 0;
}
.lp-button.is-apply {
padding-left: 5px !important;
background: #7c7c7c;
}
@media (max-width:768px) {
  .lp-button.is-contact {
    line-height: 54px;
  }
}
@media (min-width:769px) {
  .lp-button.is-contact {
    height: 54px;
    line-height: 1;
    padding: 19px 10px 15px 30px;
    font-size: 16px;
    margin: 0 auto;
  }
  .lp-button.is-contact.is-min {
    width: 160px;
    height: 32px;
    font-size: 14px;
    padding: 0;
    left: auto;
    margin-right: 21px;
    padding: 8px 10px 10px 27px;
  }
}
.lp-button.is-search::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--colorWhite);
  border-top: 2px solid var(--colorWhite);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 17px;
  top: 50%;
}
@media (min-width:769px) {
  .lp-button.is-search::after {
    width: 11px;
    height: 11px;
    border-right: 4px solid var(--colorrWhite);
    border-top: 4px solid var(--colorrWhite);
  }
  .lp-button.is-search.is-min::after {
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--colorWhite);
    border-top: 2px solid var(--colorWhite);
    right: 10px;
  }
}
.lp-button.is-search::before {
  background-image: url('../images/btn_request_icon.webp');
  width: 20px;
  height: 25px;
}
@media (min-width:769px) {
  .lp-button.is-search::before {
    width: 35px;
    height: 38px;
    left: 39px;
  }
  .lp-button.is-search.is-min::before {
    width: 18px;
    height: 22px;
    left: 23px;
    padding-left: 18px;
  }
}
.lp-button.is-contact::before {
  background-image: url('../images/top/ticket.svg');
  width: 20px;
  height: 24px;
}
.lp-button.is-apply::before {
display: none;
}
@media (min-width:769px) {
  .lp-button.is-contact::before {
    left: 26px;
  }
  .lp-button.is-contact.is-min::before {
    width: 20px;
    height: 20px;
    left: 26px;
    left: 13px;
  }
}
.lp-button.is-tell::before {
  background-image: url('../images/btn_tel_icon.webp');
  width: 19px;
  height: 25px;
}
.lp-button.is-search.is-orange {
  border-color: var(--colorOrange);
}
.lp-button.is-tell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lp-button.is-tell {
  border: 2px solid var(--colorOrange);
  line-height: 1;
}
.lp-button.is-tell .number {
  font-size: 22px;
  color: var(--colorOrange);
  font-weight: bold;
}
@media (min-width:769px) {
  .lp-button.is-tell .number {
    font-size: 17px;
  }
}
.lp-button.is-tell .time {
  font-size: 11px;
  color: var(--colorOrange);
  margin-top: 3px;
  font-weight: normal;
}
@media (min-width:769px) {
  .lp-button.is-tell .time {
    margin-top: 4px;
  }
}
@media (min-width:769px) {
  .lp-section-inner {
    display: grid;
    grid-template-columns: repeat(3, 303px);
    gap: 0 33px;
  }
}
/*.lp-container {
  background: -moz-linear-gradient(top, #cce0f4, #b0d5f1 50%, #56cff4);
  background: -webkit-linear-gradient(top, #cce0f4, #b0d5f1 50%, #56cff4);
  background: linear-gradient(to bottom, #cce0f4, #b0d5f1 50%, #56cff4);
}*/
.lp-mv-wrap {
    background: #0c2241;
    margin-top: -44px;
}
.lp-mv {
  position: relative;
  margin-top: -57px;
}
 .lp-mv img {
    width: 100%;
    margin: 0 auto ;
    height: auto;
     max-width: 1200px;
  }

@media (min-width:769px) {
  .lp-mv {
    text-align: center;
    font-size: 0;
    margin-top: 0;
    position: relative;
    top: 1px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width:769px) {
  .lp-mv .lp-button.is-search {
    left: 77px;
    bottom: 29px;
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .lp-mv img {
    width: 100%;
    margin: 0 auto 0;
    height: auto;
  }
}
.lp-mv a {
  position: absolute;
  bottom: 0px;
}
@media (max-width:768px) {
  .lp-mv a {
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer-fixed-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  padding: 20px;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(248, 246, 239, 0.9);
  width: 100%;
}
.footer-fixed-button-inner {
  max-width: 340px;
  text-align: center;
  position: relative;
}
.footer-fixed-button-inner::before {
  content: "";
  width: 30px;
  height: 40px;
  background-size: 30px !important;
  background: url(../images/neko.webp) no-repeat;
  position: absolute;
  left: -5px;
  top: -5px;
}
.footer-fixed-button-inner::after {
  content: "";
  width: 30px;
  height: 40px;
  background-size: 30px !important;
  background: url(../images/inu.webp) no-repeat;
  position: absolute;
  right: -5px;
  top: -5px;
}
@media (min-width:769px) {
  .footer-fixed-button .lp-button.is-contact {
    width: 314px;
    height: 61px;
    padding: 0;
    line-height: 61px;
  }
  .footer-fixed-button .lp-button.is-contact::before {
    width: 22px;
    height: 27px;
  }
}
.footer-fixed-button.is-fixed {
  opacity: 1;
  z-index: 900;
  bottom: 0;
}
@media (min-width:769px) {
  .footer-fixed-button.is-fixed {
    display: none;
  }
}

/*追加*/
.white-wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 50px 20px 20px;
  text-align: center;
  max-width: 900px;
}
.balloon1 {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 7px 0;
  width: 85%;
  max-width: 400px;
  color: #fff;
  font-size: 16px;
  background: #404040;
  border-radius: 25px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #404040;
}
.balloon1 h3 {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}
@media (min-width:769px) {
  .balloon1 h3 {
    font-size: 20px;
  }
}
.balloon2 {
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 7px 0;
  width: 85%;
  max-width: 400px;
  color: #404040;
  font-size: 16px;
  background: #EAEAEA;
  border-radius: 25px;
}
@media (min-width:769px) {
  .balloon2 {
    top: -20px;
  }
}
.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #EAEAEA;
}
.lp-service-novelty-wrap .balloon2 p {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}
@media (min-width:769px) {
  .lp-service-novelty-wrap .balloon2 p {
    font-size: 18px;
  }
  .lp-service-novelty-2columun {
    display: flex;
  }
}
.lp-text-wrap {
  width: 90%;
  margin: 0 auto;
  text-align: left;
padding-bottom: 40px;
}
img{
  width: 100%;
}

@media (min-width:769px) {
  .lp-text-wrap {
    max-width: 1000px;
  }
}

.lp-text-eng {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 17px;
  color: #797979;
}
@media (min-width:769px) {
  .lp-text-eng {
    padding-top: 40px;
    font-size: 17px;
  }
}
.lp-text-eng span {
  color: var(--colorGreen);
  font-weight: 900;
}
.img-graph {
  width: 100%;
  max-width: 600px;
}
./*green-border-box {
  background: repeating-linear-gradient(-47deg, #06C755, #06C755 2px, white 2px, white 6px);
  width: 90%;
  border-radius: 30px;
  max-width: 800px;
  padding: 8px;
  margin: 0 auto;
  text-align: center;
}
.green-border-box_inner {
  background-color: white;
  padding: 10px 20px 20px;
  border-radius: 30px;
}
.green-border-box-text {
  margin: 30px 0 30px;
  line-height: 1.8em;
}
@media (min-width:769px) {
  .green-border-box-text {
    font-size: 18px;
  }
}*/
/*.lp-text-marugo {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  line-height: 1.7em;
  font-size: 1.1em;
}*/
/*@media (min-width:769px) {
  .lp-text-marugo {
    font-size: 22px;
    line-height: 2em;
  }
}*/
/*.green-border-box-number {
  font-size: 60px;
  font-family: Oswald;
  font-weight: 600;
  color: #C4C4C4;
  line-height: 1;
}
.green-border-box h3 {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 26px;
  padding-top: 10px;
}*/
/*@media (min-width:769px) {
  .green-border-box h3 {
    font-size: 32px;
    padding-top: 20px;
  }
}
.green-border-box-textblackbox {
  background: #404040;
  color: #fff;
  padding: 0 10px;
  max-width: 600px;
  margin: 10px auto 0;
}
.green-border-box-zu {
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
}
.green-border-box-nanto {
  max-width: 500px;
  margin-top: 20px;
}*/
.lp-logo-title {
  width: 120px;
  padding-right: 10px;
}
.lp-text-wrap .logo-title-wrap {
  color: var(--colorText);
  font-size: 30px;
  line-height: 1.5em;
  z-index: 2;
  margin-bottom: 30px;
/*    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;*/
}
.lp-text-wrap .title-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logo-title-wrap div{
          font-family: 'Noto Sans JP';
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}
.lp-text-wrap .logo-title-wrap-first {
  font-size: 40px;
}
@media (min-width:769px) {
  .lp-text-wrap .logo-title-wrap {
    font-size: 40px;
  }
}
.logo-title-wrap span {
  color: #fff;
  font-size: 45px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.logo-title-wrap .number {
    font-size: 80px;
    padding-bottom: 15px;
    margin-right: -8px;
}
@media (min-width:769px) {
  .logo-title-wrap .number {
    font-size: 90px;
    padding-bottom: 15px;
    margin-left: -10px;
    margin-right: -8px;
  }
}
.lp-img-wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.lp-section-strengths {
  background: repeating-linear-gradient(to right, #ffda69, #ffda69 20px, #ffe080 0, #ffe080 40px);
}

.lp-section-service {
  background-color: var(--colorYellow);
  padding-bottom: 20px;
}
.lp-section-service .white-wrap {}
.lp-service-img-box {
  width: 65%;
  margin: 0 auto;
  max-width: 300px;
}
.lp-service-img-box-big {
  width: 85%;
  margin: 0 auto;
  max-width: 400px;
}
@media (min-width:769px) {
  .lp-service-img-box {
    width: 50%;
  }
  .lp-service-img-box-big {
    width: 45%;
  }
}
.lp-service-list {
  text-align: left;
  margin: 0 auto 15px;
}
@media (min-width:769px) {
  .lp-service-list {
    max-width: 500px;
  }
}
.lp-service-list li {
  position: relative;
  padding: 14px 0 0px 35px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
}
.lp-service-list li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 18px;
  left: 23px;
  top: 17px;
  border-right: 4px solid var(--colorOrange);
  border-bottom: 4px solid var(--colorOrange);
  transform: rotate(45deg);
  z-index: 1;
}
.lp-service-list li::after {
  bottom: calc(17px * 0.8);
  background-color: var(--colorWhite);
  border: 1px solid #404040;
  border-radius: 3px;
}
.lp-service-list li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 16px;
  top: 17px;
  left: 10px;
}
.lp-service-list li::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 19px;
  left: 4px;
}
.service-subtitle {
  font-size: 20px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}
.service-subtitle-line {
  font-size: 20px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  position: relative;
  margin: 20px auto;
  max-width: 400px;
}
.service-subtitle-line::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 60px;
  left: 10px;
  top: 5px;
  border-bottom: 2px solid var(--colorText);
  transform: rotate(70deg);
  z-index: 1;
}
.service-subtitle-line::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 60px;
  right: 12px;
  top: 5px;
  border-bottom: 2px solid var(--colorText);
  transform: rotate(-70deg);
  z-index: 1;
}
@media (min-width:769px) {
  .service-subtitle-line {
    font-size: 24px;
    font-weight: 700;
    margin: 20px auto 30px;
    max-width: 800px;
  }
  .service-subtitle-line::before {
    width: 50px;
    height: 60px;
    left: 10%;
    top: -25px;
    border-bottom: 2px solid var(--colorText);
    transform: rotate(70deg);
    z-index: 1;
  }
  .service-subtitle-line::after {
    width: 50px;
    height: 60px;
    right: 10%;
    top: -25px;
    border-bottom: 2px solid var(--colorText);
    transform: rotate(-70deg);
    z-index: 1;
  }
}
.rich-menu-text {
  width: 260px;
  border-radius: 0px 25px 25px 0px;
  display: block;
  color: #404040;
  background: #EAEAEA;
  cursor: none;
  position: relative;
  margin: 0px -20px 10px;
  font-weight: 500;
}
.lp-service-text-box {
  text-align: left;
  width: 94%;
  margin: 0 auto;
  line-height: 1.9em;
}
.lp-service-text-box span{
font-weight: bold;
}
.lp-service-novelty-wrap {
  position: relative;
  margin-top: 120px;
}
@media (min-width:769px) {
  .lp-service-novelty-wrap {
    margin-top: 70px;
  }
}
.lp-service-novelty-bg {
  width: 100%;
  margin: 0 auto;
  background: #ECF8EC;
  border-radius: 30px;
  margin-top: 60px;
  position: relative;
  padding: 50px 30px 10px;
}
@media (min-width:769px) {
  .lp-service-novelty-bg {
    width: 48%;
  }
}
/*.epark-bg {
  background: #FFF8E2;
}*/
.lp-service-novelty-wrap p {
  font-size: 14px;
}
.lp-service-line-logo {
  width: 75%;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  display: inline-block;
}
.lp-service-epark-logo {
  width: 120px;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  display: inline-block;
}
@media (min-width:769px) {
  .lp-2colum-wrap {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
  }
}
.lp-2colum-wrap img {
  width: 90%;
  margin-right: 20px;
}
.lp-service-novelty-epark {
  margin-top: 20px;
}
.lp-service-novelty-epark li {
  font-size: 18px;
  font-family: 'Noto Sans JP';
  font-weight: 600;
}
.lp-text-kome {
  text-align: left;
  font-style: normal;
  font-size: 14px;
  text-indent: -1em;
  display: block;
  padding-left: 1em;
  width: 94%;
  margin: 10px auto 0;
}
.lp-text-kome li:before {
  content: '※';
}
.lp-text-box-glay {
  width: 100%;
  text-align: left;
  background: #f2f2f2;
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
  padding: 20px;
}
.lp-text-small {
    font-size: 80%;
    line-height: 1.6em;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 10px;
}
.lp-service-plus {
  width: 80px;
  margin: 20px auto 10px;
}
.sarani {
  position: relative;
  height: 180px;
}

.sarani-fukidashi {
  position: absolute;
  top: -20px;
  left: -16px;
  width: 90px;
  z-index: 0;
}
@media (min-width:769px) {
  .sarani-fukidashi {
    top: -30px;
    left: 20px;
    width: 90px;
  }
}
.lp-footer-button-area {
  background: #F8F6EF;
  padding: 50px 0 50px;
}
.lp-footer-button-wrap {
  width: 400px;
  margin: 0 auto;
 padding-top: 50px;
}
@media (max-width:768px) {
.lp-footer-button-wrap {
 padding-top: 10px;
}
}
.lp-footer-button-area p {
  position: relative;
  padding-bottom: 10px;
  font-weight: 500;
}
.lp-footer-button-area p::before {
  content: "";
  width: 30px;
  height: 40px;
  background-size: 30px !important;
  background: url(../images/neko.webp) no-repeat;
  position: absolute;
  left: 20px;
  top: -5px;
}
.lp-footer-button-area p::after {
  content: "";
  width: 35px;
  height: 40px;
  background-size: 35px !important;
  background: url(../images/inu.webp) no-repeat;
  position: absolute;
  right: 15px;
  top: -5px;
}
.lp-text-big {
  font-size: 1.4em;
  font-weight: 700;
}
.lp-text-big2 {
  font-size: 1.3em;
  font-weight: 700;
    color: #009fe8;
}
.img-center {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (max-width:768px) {
  #pageTop {
  bottom: 130px !important;
}
}
/*表*/
table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  background: #fff;
}
table thead th {
  line-height: 1.5em;
}
table thead th, table tbody th, table tbody td {
  padding: 1em 0em;
  border-bottom: 6px solid #F8F6EF;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 15px;
  vertical-align: middle;
}
table tbody td {
  font-size: 18px;
}
table thead th + th, table tbody td {
  border-left: 6px solid #F8F6EF;
}
table tbody tr:last-child th, table tbody tr:last-child td {
  border-bottom: none;
}
table thead tr:first-child th:first-child {
  border-radius: 20px 0 0 0;
}
table thead tr:first-child th:last-child {
  border-radius: 0 20px 0 0;
}
table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}
table tbody tr:last-child th:last-child {
  border-radius: 0 0 20px 0;
}
table a {
  text-decoration: none;
  border-bottom: solid 4px var(--colorYellow);
  color: #404040;
  font-family: 'Noto Sans JP';
  font-weight: 500;
}
table a:hover {
  border-bottom: solid 4px var(--colorGreen);
}
.tabele-text-l {
  font-size: 26px;
  font-weight: 500;
  color: #FADC70;
  font-family: 'Noto Sans JP';
  text-shadow: 1px 1px 0 #404040 -1px 1px 0 #404040, 1px -1px 0 #404040, -1px -1px 0 #404040;
  text-shadow: 1px 1px 1px #404040, -1px 1px 1px #404040, 1px -1px 1px #404040, -1px -1px 1px #404040;
  display: inline-block;
  margin-top: 0.2em;
}
.tabele-text-s {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width:769px) {
  table thead th, table tbody th, table tbody td {
    font-size: 16px;
  }
  table thead th {
    line-height: 1.8em;
  }
  .tabele-text-l {
    font-size: 32px;
  }
}
.tabele-text-l {
  font-size: 30px;
}
/*スライダー*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute;
  top: 48%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #B6B6B6;
  border-right: 2px solid #B6B6B6;
  height: 10px;
  width: 10px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: -3%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: -3%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.line-green {
    font-family: 'Noto Sans JP';
    font-weight: 900;
    color: var(--colorGreen);
    padding: 10px 0 20px;
    font-size: 1.2em
}
.text-bold {
    font-weight: bold;
}
footer {
/*background: -moz-linear-gradient(top left, #72c9ff, #026cb5); 
background: -webkit-linear-gradient(top left, #72c9ff, #026cb5); 
background: linear-gradient(to bottom right, #72c9ff, #026cb5);   */
      background: linear-gradient(150deg, rgba(87,75,156,1), rgba(176,218,197,1));

}

.footer-inner {
width: 96%;
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    padding: 20px 10px;
    color: #fff;
}
.heading-1 {
  font-size:40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
/*  color: var(--colorTextColor2);*/
  padding: 50px 0 20px;
    line-height: 1em;
    text-align: center;
    letter-spacing:0.05em;
}
@media (max-width: 500px) {
.heading-1 {
  font-size:36px;
    line-height: 1.2em;
}
}
.heading-1 span{
  font-size:60%;
    padding-top: 0.6em;
}
.heading-2{
  font-size:36px;
 text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      color: var(--colorTextColor2);
  font-weight: 900;
}
.heading-3{
    font-size:32px;  
 text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      color: var(--colorTextColor2);
  font-weight: 900;
}
@media (max-width:600px){
.heading-2{
  font-size:30px;
}
    .heading-3{
        font-size: 28px;
    }
/*  .heading-1 span{
  font-size:50px;
    padding-top: 0.6em;
    display: block;
}*/
    .heading-2 span{
  font-size:30px;
    padding-top: 0.6em;
    display: block;
}
}
.subheading-1 {
    font-weight: 700;
    font-size: 1.5em;
    padding-top: 20px;
}
.subheading-2 {
    font-weight: 700;
    font-size: 1.6em;
    color: #2a74cd;
}
.subheading-3 {
    font-weight: 900;
    font-size: 1.5em;
}
.subheading-4 {
    font-weight: 700;
    font-size: 1.2em;
}
.subheading-5 {
    font-weight: 900;
    font-size: 1.7em;
    border-bottom: 2px #87b7e6 solid;
}
.subheading-6 {
    font-weight: 700;
    font-size: 1.5em;
        color: #2a74cd;
}
.introduction {
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    
}
.lp-text-wrap-q {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  max-width: 450px;
  padding: 40px 50px;
  background: rgba(255,255,255,0.4);
    margin-top: 60px;
    border-radius: 30px;
        max-width: 800px;

}

@media (max-width:768px) {
  .lp-text-wrap-q {
          padding: 30px 30px;

  }
}
.lp-text-wrap-q ul {
    padding-top: 20px;
    line-height: 1.7em;
      font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    
}
/*.indent li {
        text-indent: -1em;
        padding-left: 1em;
}*/
.indent li{
     position: relative;
     padding-left: 22px;
     display: block;
}
.indent li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    background: url(../images/icon-2.svg) no-repeat center;
    width: 15px;
    height: 14px;
    background-size: cover;
}
.caution li{
     position: relative;
     padding-left: 22px;
     display: block;
}
.caution li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    background: url(../images/icon-1.svg) no-repeat center;
    width: 15px;
    height: 14px;
    background-size: cover;
}
.text-line {
    background: linear-gradient(transparent 60%, #fff78a 60%);
}
.text-line2 {
    background: linear-gradient(transparent 80%, #b5b9e6 80%);
}
.award-wrap {
    width: 86%;
    margin: 0 auto;
        max-width: 800px;
    padding-left: 130px;
}
@media (max-width:768px) {
    .award-wrap {
    padding-left: 0px;
}
}
.award-title {
   font-weight: 900;
    font-size: 2em;
      position: relative;
}
.award-title::before {
    content: '';
    position: absolute;
    left: -130px;
    top: -30px;
    background: url(../images/shou.webp) no-repeat center;
width: 120px;
    height: 140px;
    background-size: cover;
}
@media (max-width:768px) {
.award-title::before {
    left: 0;
    top: -110px;
    width: 100px;
    height: 120px;
}
}
.category {
    font-size: 1.5em;
    font-weight: 900;
}
/*.nav-contents0 a:not(:first-child){
   border-left: 1px solid;
    padding-left: 10px;
    
}
.nav-contents0 a{
border-left: 1px solid;
    padding-left: 10px;
}*/
#nav-contents3 {
    padding-right: 14px;
}
.footer-mail {
    font-size: 0.9em;
    padding-left: 10px;
}
.indent-1{
    padding-left: 10px;
}
.cooperation {
    display: flex;
    width: 96%;
    white-space:nowrap;
    align-items: center;
}
.cooperation-logo{
    width: 150px;
    margin-right: 10px;
}
.cooperation-logo img {
        width: 100%;
} 
.link-text-1 {
        color: #7e57d4;
}
.toha{
font-weight: 400;
}
.companyawards {
display: flex;
    width: 96%;
    white-space: nowrap;
    align-items: center;
    padding-left: 2em;
    font-size: 20px;
}
.companyawards img {
width: 180px;
    padding-left: 10px;
}

@media (max-width:400px) {
.companyawards {
        padding-left: 1em;
    }
}
.sub-title1 {
    font-size: 1.5em;
}
.notes {
border: 1px #FFFFFF solid;
    padding: 1.5em 3em 2em 4em;
    
}
@media (max-width:600px) {
  .notes {
    padding: 1.5em 1em 2em 2em;
    
}
}
.indent-2 {
       padding-left: 1em;
  text-indent: -1em;
}
.indent-star {
    position: relative;
    padding-left: 1em;
    display: block;
}
.indent-star::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    background: url(../images/icon-2.svg) no-repeat center;
    width: 15px;
    height: 14px;
    background-size: cover;
}
.howto-sub-title1{
    font-weight: 700;
    font-size: 1.4em;
    border-bottom: 2px #87b7e6 solid;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: .5em;
    padding-bottom: 0.2em;
}
@media (min-width:769px) {
.howto-sub-title1{
    font-size: 1.4em;
}
}
.howto-sub-title2{
    font-weight: 700;
    font-size: 1.2em;
/*    border-bottom: 2px #87b7e6 solid;
    border-top: 2px #87b7e6 solid;
    text-align: center;*/
    margin-bottom: .5em;
    margin-top: 60px;
    padding: 0.7em 0;
    position: relative;
    font-weight: 900;
}
.howto-sub-title2::before {
        content: '';
    position: absolute;
    top: -70px;
    background: url("../images/arrow.svg") no-repeat center;
width: 50px;
    height: 60px;
    background-size: cover;
    transform: translateX(-50%);
    left: 50%;
    background-size: cover;
}
@media (min-width:769px) {
.howto-sub-title2{
    font-size: 1.4em;
}
}
.howto-address {
    
background: rgba(255,255,255,0.4);
    padding: 0.5em 1em;
    margin: 0.5em 0;
}
.howto_img_01 {
    width: 100%;
    margin: 1em auto;
    text-align: center;
    max-width: 600px;
}
.howto_img_01 img{
 width: 100%;
}
.notes-box {
    margin-top: 30px;
}
.notes-box li {
  position: relative;
    font-size: 0.85em;
    margin-top: 1em;
}

.notes-box li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #2a74cd;
  border-bottom: 2px solid #2a74cd;
  transform: rotate(-45deg);
}
.notes-text1 {
    text-align: center;
    font-size: 15px;
    line-height: 2.5em;
}
.notes-text1 span {
    font-size: 1.4em;
display: block;
}
.apply-form-box {
    
    margin: 2em auto 1em;
}
.apply-form{
    display: block;
    line-height: 1;
    padding: 30px 0px 30px 40px;
    font-size: 19px;
    margin: 0 auto;
     background-image: linear-gradient(150deg, rgba(65, 164, 253, 1), rgba(65, 14, 255, 0.5));
        border-radius: 55px;
    color: #FFFFFF;
    text-align: center;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
    font-family: 'Noto Sans JP';
    font-weight: 700;
    max-width: 400px;
    width: 90%;
    position: relative;
}
.apply-form::before {
 content: '';
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    background-image: url(../images/ill_1.png);
    width: 70px;
    height: 65px;
}
.comment {
    text-align: center;
}
.faq-box {
    margin-top: 4em;

}
.faq-title {
        color: var(--colorTextColor);
    font-size: 50px;
    text-align: center;
    font-weight: 900;
}
.faq {
    border-bottom: #fff dotted 2px;
    padding: 25px 20px;
    }
.faq li::before{
ont-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 10px;
    text-indent: 0;
}
.faq li {
text-indent: -40px;
    padding-left: 40px;
    line-height: 1.5em;
    margin-bottom: 1em;
    }
.faq li.q{
    padding-bottom: 1em;
}
.faq li.q::before{
content: "Q";
    background: #6fa6e8;
}
.faq li.a::before{
content: "A";
        background: var(--colorTextColor);
}
.faq-box .text-box {
    padding: 20px;
}
.inquiry {
        width: 340px;
    margin: 30px auto;
    padding-top: 50px;
    height: 54px;
    line-height: 1;
    padding: 19px 10px 15px 30px;
    font-size: 17px;
    display: block;
    position: relative;
    border-radius: 27px;
    color: var(--colorWhite);
    padding-left: 16px;
    text-align: center;
    background-color: var(--colorBr);
    text-decoration: none;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
    }
.inquiry::before {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    background-image: url(../images/icon_mail.svg);
    width: 26px;
    height: 24px;
}
.howto_img_02 {
    width: 14px;
}
.font-s {
    font-size: 0.9em;
}
/*
.number {
  counter-reset:number; 数字をリセット
  list-style-type: none!important; 
  padding:0;
    font-size: 1.2em;
    font-weight: 700;
}
.number li {
  padding: 0.5em 0;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.5em;
}
.number  li:before{
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}*/

.step-number {
    font-weight: 700;
    line-height: 2em;
}

.step-title {
    font-size: 1.4em;
    margin-bottom: .5em;
    padding: 0.7em 0;
    position: relative;
    margin-top: 10px;
    font-weight: 900;
}
.howto-abc {
    font-weight: 900;
    color:var(--colorTextColor);
    font-size: 1.2em;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
.step-12 {
    background: #3c4375;
    padding: 0 6px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
    margin-right: 3px;
}
.movie_wrap  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}


.movie_wrap li {
    width: 30%;
    margin-top: 20px;
    position: relative;
}
.movie_wrap li .ticket {
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 90%;
    
}
@media (max-width:600px) {
.movie_wrap  {
    justify-content: space-around;
    flex-direction: column;
}
.movie_wrap li {
    width: 90%;
}
}

.greeting-img-box {
width: 100%;
    text-align: center;
    

}
.greeting-img-box img {
        max-width: 900px;
        margin: 0 auto;
}


.time-table .title {
   max-width: 300px;
}
.access-wrap {
    display: flex;
        font-size: 13px;
    justify-content:space-around;
}
.access-box {
    width: 45%;
    display: flex;
    font-weight: normal;
}
@media (max-width:600px) {
    .access-wrap {
    flex-direction: column;
}
    .access-box {
    width: 95%;
}
}

.access-text1 {
    font-weight: 600;
    font-size: 1.2em;
}
.access-text2 {
    font-weight: 600;
}
.lp-text-wrap-white {
        margin: 0 auto;
    max-width: 1000px;
    background: #fff;
    padding: 3% 5%;
    border-radius: 50px;
    width: 90%;
}
@media (max-width:600px) {
.lp-text-wrap-white {
    padding: 3% 4%;
}
}
.access-box-venue-img {
    width: 75px;
    padding-right: 10px;
}

.map-img {
    width: 160px;
}
.text-indent1 {
padding-left: 1em;
    text-indent: -1em;
}
.colorA {
    color: var(--colorA);
}.colorB {
    color: var(--colorB);
}
.ticket-box {
    width: 90%;
    max-width: 640px;
    display: flex;
    font-weight: normal;
    margin: 0 auto;
}
.lp-text-wrap-gd1 {
    text-align: center;
        margin: 0 auto;
    max-width: 1000px;
    padding: 3% 5% 2% 5%;
    border-radius: 50px;
    background: linear-gradient(150deg, rgba(230,232,160,0.7), rgba(213,247,247,0.7));
    width: 90%;
}
.lp-text-wrap-gd2 {
    text-align: center;
        margin: 0 auto;
    max-width: 1000px;
    padding: 3% 5%;
    border-radius: 50px;
    background: linear-gradient(150deg, rgba(87,75,156,0.7), rgba(176,218,197,1));
        width: 90%;
}
.lp-text-wrap-gd3 {
    text-align: center;
        margin: 0 auto;
    max-width: 1000px;
    padding: 3% 5% 5% 5%;
    border-radius: 50px;
    background: linear-gradient(150deg, rgba(0,158,190,0.7), rgba(221,156,180,0.7));
        width: 90%;
    position: relative;
}
.btn1 {
    max-width: 400px;
}
.copyright {
    font-size: 11px;
}

.icon1::before {
 content: '';
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    background-image: url(../images/top/ticket.svg);
    width: 70px;
    height: 65px;
}
.columns-2 {
    display: flex;
    justify-content: space-around;
}
.columns-2 li{
    width: 43%;
}

@media (max-width:600px) {
   .columns-2 {
flex-direction:column;
}
.columns-2 li{
    width: 90%;
    margin: 0 auto;
} 
}

.ticket-wrap {
    text-align: center;
}

.bg-wrap1 {
    width: 100%;
    background: bottom center / 100% no-repeat url(../images/top/bg-umi.webp) #d2f0ff;
        }
.bg-wrap3 {
    width: 100%;
    background: linear-gradient(150deg, rgba(127, 200, 223, 1), rgba(217, 234, 211, 1));
    padding-top: 50px;
    padding-bottom: 40px;
        }
.bg-wrap4 {
    width: 100%;
   /* background: #fff;*/
    background: bottom center / 100% no-repeat url(../images/top/bg-umi.webp) #d2f0ff;
    /*background: linear-gradient(150deg, rgba(0,146,191,1), rgba(216,226,102,1));*/
padding-top: 50px;
    padding-bottom: 40px;
        }
.map-wrap {
    text-align: right;
}
.event-sp-style {
    padding: 24px 5px 15px 5px;
}
.event-kids {
position: absolute;
    width: 110px;
    top: -20px;
    right: -20px;
}
.ticket-button-sp {
position: absolute;
    width: 160px;
    height: 28px;
    top: 10px;
    right: 10px;
    border-radius: 27px;
    color: var(--colorWhite);
    padding: 1px 0 0 24px;
    text-align: center;
    background-color: rgba(160, 207, 142, 0.8);
    text-decoration: none;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
}


.ticket-button-sp::before{
background-image: url(../images/top/ticket.svg);
    width: 20px;
    height: 24px;
}

/*.movie_wrap a {
    pointer-events: none;
}*/


.companies-box {
    width: 90%;
    max-width: 720px;
    display: flex;
    font-weight: normal;
    margin: 0 auto;
    align-items: center;
    font-size: 20px;
}
@media (max-width:600px) { 
    .companies-box {
            display: block;
            font-size: 14px;
    }
}
.companies-box-1l {
    width: 90%;
    max-width: 720px;
    display: flex;
    font-weight: normal;
    margin: 0 auto;
    align-items: center;
    font-size: 20px;
}
@media (max-width:768px) { 
.companies-box-1l {
            display: block;
            font-size: 14px;
    }
}
.companies-box-logo {
    width: 180px;
    padding-right: 10px;
}
.companies-box-logo2 {
    width: 100%;
    max-width: 400px;
    padding-right: 10px;
}
.lp-companies-wrap {
    margin: 0 auto;
    max-width: 1000px;
    background: #fff;
    padding: 5% 5% 3%;
    border-radius: 50px;
    width: 90%;
}
@media (max-width:600px) { 
   .lp-companies-wrap {
    padding: 8% 5%;
}
}

.icon_link {
    position: relative;
}
.icon_link::before {
content: '';
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 55%;
    right: -30px;
    transform: translateY(-50%);
    background-image: url(../images/top/icon_link.svg);
    width: 25px;
    height: 25px;
}
.text-gradient1 {
  background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #00CCCC 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient3 {
     background: linear-gradient(90deg, #ffbad6 0%, #f56ca3 40%, #f56c6c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.companies-box-pre {
    width: 90%;
    max-width: 720px;
    display: flex;
    font-weight: normal;
    margin: 0 auto;
    align-items: center;
    font-size: 20px;
}


.companies-box-pre-1l {
    width: 90%;
    max-width: 720px;
    display: flex;
    font-weight: normal;
    margin: 0 auto;
    align-items: center;
    font-size: 20px;
}
.companies-box-pre-logo {
    width: 180px;
    padding-right: 10px;
}
.pre-text1 {
        font-size: 22px;
    font-weight: bold;
}
.pre-text2 {
        font-size: 14px;
    font-weight: normal;
}
.a-underline {
    text-decoration: underline;
}
.pre-box {
    display: flex;
    align-items: center;
}
@media (max-width:600px) {
   .pre-box {
    display: block;
}
}
    
.pre-img1 {
        width: 100%;
    max-width: 500px;
}
.a-color {
    color: #009fe8;
}
.link-icon-wrap {
    text-align: center;
    margin-top: 40px;
    
}
.link-icon-wrap img{
    width: 30px;
    
}
.link-x-wrap-h{
        width: 30px;
    position: absolute;
    right: 200px;
    top: 10px;
}
@media (max-width: 768px) {
    .link-x-wrap-h {
            right: 190px;
    }
    }
.symposium-wrap {
    text-align: left;
        padding: 3em 3em 2em 3em;
}
@media (max-width: 768px) {
    .symposium-wrap {
        padding: 1em .5em 1em .5em;
}
}
.symposium-text-box {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
}
.text-color1 {
    color:#fff000;
}
.symposium-link {
    text-decoration:underline;
}
.symposium-title {
    max-width: 700px;
}
.to-award {
    max-width: 500px;
    width: 95%;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.button-2 {
    display: inline-block;
    padding: 0.1em 1.6em;
    font-size: 0.8rem;
    color: #0091b5;
    text-decoration: none;
    user-select: none;
    border: 2px #fff solid;
/*    border-radius: 5px;*/
    transition: 0.4s ease;
    margin-top: 10px;
}

/*.button-2:hover {
  color: #fff;
  background: #0091b5;
}*/



.block {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 20px auto;
    
}
.left {
    flex-direction: column;
    width: calc(100% - (min(380px, 34vw) + 36px));
}
.left-block {
    width: 38%;
}
.right-block {
    width: 60%;
}
.block-01 {
    line-height: 2.2em;
    margin-bottom: 1em;
    color: #fff;
}
.cast {
    font-size: 80%;
    font-weight: 100;
}
.block-02 {
    color: #fff;
    font-weight: 200;
}
.media-line1 {
    line-height: 1;
    padding-bottom: 10px;
    color: #fff;
}
.category-1 {
background-color: #FFF000;
    padding: 14px 30px;
    display: inline-block;
    color: #0095D8;
    margin-right: 10px;
    font-size: 1.1em;
    min-width: 90px;
    text-align: center;
}
.media-title {
    font-size: 26px;
    font-weight: bold;
        color: #FFF000;
}
.media-subtitle {
    font-size: 18px;
    font-weight: bold;
}
.block-img {
    width: min(380px, 34vw);
}
.movie-wrap {
    background: rgba(0,150,223,0.8);
}
.date {
    font-size: 20px;
}
.ticket-btn {
    width: 80%;
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: auto;

}
.ticket-btn2 {
    width: 320px;
    position: absolute;
    bottom: 20px;
        right: 0;
    left: 0;
    margin: auto;
}
@media (min-width: 769px) {
    .ticket-btn {
        max-width: 320px;
        width: 30%;
        left: 30px;
        right: auto;
}
    .ticket-btn2 {
    max-width: 320px;
        width: 90%;
        
}
}

.movie_img-wrap {
    position: relative;
}
.movie_wrap2 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.movie_img-wrap2 {
    position: relative;
    width: 49%;
}
.text-gradient2 {
    background: linear-gradient(90deg, #1494d6 0%, #076ad9 40%, #a487e8 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.to-archive {
    margin: 20px auto 0;
    text-align: center;
}
.to-archive a {
        display: inline-block;
    padding: 0.5em 1.6em;
    font-size: 1rem;
    color: #0091b5;
    text-decoration: none;
    user-select: none;
    border: 2px #fff solid;
    transition: 0.4s ease;
    margin-top: 10px;
}
.to-archive a :hover {
    color: #fff;
    background: #0091b5;
}

.text-s {
    font-size: 80%;
}
.center {
    text-align: center;
}
@media (max-width:768px) {
.movie_wrap2 {
    flex-direction :column;
}
    .movie_img-wrap2 {
        width: 100%;
    }
}

/*クリック無効*/
.noclick {
pointer-events:none;
    }




/*万博用追加*/

.lp-v-wrap-white {
    margin: 0 auto;
    max-width: 1000px;
    background: #fff;
    padding: 3% 5%;
    border-radius: 50px;
    width: 100%;
}
@media (max-width:600px) {
.lp-text-wrap-white {
    padding: 3% 4%;
}
}
.program-wrap {
  width: 90%;
  margin: 0 auto;
  text-align: left;
padding-bottom: 40px;
background: #fff;
}
img{
  width: 100%;
}

@media (min-width:769px) {
  .program-wrap {
    max-width: 1000px;
  }
}

.program-ti {
  font-size:36px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
/*  color: var(--colorTextColor2);*/
      padding: 20px 0 22px;
    line-height: 1em;
    text-align: center;
    letter-spacing:0.05em;
    background: linear-gradient(90deg, #41aee1 0%, #4181e1 50%, #41aee1 80%);
    color: #fff;

}
@media (max-width: 500px) {
.program-ti {
  font-size:32px;
    line-height: 1.2em;
}
}
.program-ti span{
  font-size:60%;
    padding-top: 0.6em;
}

.expo-h2 {
  font-size:40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
/*  color: var(--colorTextColor2);*/
  padding: 30px 0 20px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing:0.05em;
    width: 96%;
    margin: 0 auto;
}
@media (max-width: 768px) {
.expo-h2 {
  font-size:30px;
    line-height: 1.2em;
}
}
.expo-text-s{
  font-size:80%;

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

.expo-movie_wrap {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.expo-text-wrap {
    width: 90%;
    margin: 0 auto;
    line-height: 2em;
}
.expo-flexbox {
      display: flex;
  gap: 10px;
    flex-wrap: wrap;
}
.expo-fleximg {
     width: calc((100% - 30px) / 4);
}
@media (max-width:768px) {
      .expo-fleximg {
    /* （全体の幅 - gapでつけた余白の合計）をカラム数で割る */
    width: calc((100% - 10px) / 2);
  }
}
.expo-text-wrap-white {
         margin: 0 auto;
    max-width: 1000px;
    background: #fff;
    padding: 1% 5%;
    width: 90%;   
}

@media (max-width:600px) {
.expo-text-wrap-white {
    padding: 3% 4%;
}
}
.expo-text-wrap2 {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.9em;
    font-size: 18px;
}

.link-img {
    position: relative;
    display: inline-block;
}
.link-img::after {
    content: '';
    position: absolute;
    right: -1.5em;
    top: 9px;
    background: url(../images/expo/link-img.png) no-repeat center;
    width: 18px;
    height: 18px;
    background-size: cover;
}


.expo-award-title {
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 0px 0 8px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    background: #3db5e0;
}

.expo-sns-wrap {
    
    text-align: center;
    margin: 40px auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    width: 160px;
    
}
.expo-sns-wrap-img{

        width: calc((100% - 40px) / 2);
    
}
.expo-footer-link {
    text-align: center;
    margin-top: 10px;
}

.expo-link-x-wrap{
        width: 30px;
    position: absolute;
    right: 4rem;
    top: 10px;
}
@media (max-width: 768px) {
.expo-link-x-wrap {

    }
    }
.expo-link-insta-wrap{
        width: 30px;
    position: absolute;
    right: 1rem;
    top: 10px;
}
@media (max-width: 768px) {
.expo-link-insta-wrap {

    }
    }
.expo-h2-sl{
    display: block;
    margin-top: 10px;
}
.expo-text-wrap3 {
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    
}
@media (max-width: 500px) {
    .expo-text-wrap3 {
    text-align: left;
}
}
.expo-text-wrap-baika {
    width: 90%;
    margin: 0 auto;
    line-height: 2em;
    text-align: center;

  
}
@media (max-width: 500px) {
.expo-text-wrap-baika {
    text-align: left;
    
    }
    .baika-text2 {
        text-align: right;
        display: block;
    }
    }
.expo-introduction {
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    
}
@media (max-width: 500px) {
    .expo-introduction {
        text-align: left;
    }}
/*エキスポ用に追加*/
.expo-mv {
    position: relative;
}
.expo-mv-btn {
    position: absolute;
    bottom: 15px !important;
    width: 40%;
    max-width: 460px !important;
    left: 50%;
    transform: translateX(-50%);
 /*   box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);*/
}

@media (max-width: 768px) {
    .expo-mv-btn {
top: 25%;
    width: 90%;
}
    
}

.expo-text-big {
  font-size: 1.2em;
  font-weight: 700;
}
/*.expo-hana{
    position: relative;
}
.expo-hana::before {
content: '';
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/expo/hana1.png);
    width: 90px;
    height: 100px;
}

*/
