@charset "UTF-8";
/* CSS Document */
:root {
  --colorWhite: #FFF;
  --colorBlue: #7BCBDD;
  --colorLightLightblue: #B8D4DB;
  --colorText: #3c4375;
  --colorText_a: #605ec4;
  --colorTextColor: #a8a182;
  --colorOrange: #EF7E00;
  --colorYellow: #FADC70;
  --colorLightBlue: #DFF0F4;
  --colorBorder: #B6B6B6;
  --colorBorder2: #E5E5E5;
  --colorGreen: #07B53B;
  --colorBg: #dae6f2;
--colorBr: #a8a282;
    
  
}
/*共通*/
body, html {
  color: var(--colorText);
  font-size: 16px;
  line-height: 2em;
  box-sizing: border-box;
  word-wrap: break-word;
      overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

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-wrap {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  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;
}
@media (max-width: 768px) {
  .sp-d-inline {
    display: inline;
  }
.lp-wrap {
  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-top10 {
  margin-top: 10px !important;
}
.mt-top15 {
  margin-top: 15px !important;
}
.mt-top20 {
  margin-top: 20px !important;
}
.pt-top10 {
  padding-top: 10px !important;
}
.pt-top20 {
  padding-top: 20px !important;
}
.mt-top25 {
  margin-top: 25px !important;
}
.mt-top30 {
  margin-top: 30px !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;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.mr-10 {
margin-right: 10px;}
@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(189,215,240,0.8);
  z-index: 1000;
}
@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;
    padding-left: 5px;
}

@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: 17px 10px 0 0;
}
@media (min-width:769px) {
  .sp-header-nav {
    display: none;
  }
  .lp-header-nav-list {
    display: grid;
    grid-template-columns: repeat(7, auto);
    gap: 0 10px;
    line-height: 1;
  }
  .lp-header-nav-list li + li {
    border-left: 1px solid var(--colorText);
    padding-left: 10px;
  }
  .lp-header-nav-list a {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
  }
  .lp-header-nav-list a:hover {
    color: var(--colorText_a);
  }
  /*  .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/header_button.webp') no-repeat center;
  background-size: cover;
  display: block;
}
.lp-contents-close {
  position: absolute;
  top: 15px;
  right: 8px;
  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: var(--colorBr);
  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 {
  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: 220px;
    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/btn_request_icon.webp');
  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: 12px;
    height: 14px;
    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 {
  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: 96%;
    max-width: 1000px;
    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: 50px auto 0;
    height: auto;
  }
}
/*.lp-mv a {
  position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 420px;
}
@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;
/*  max-width: 450px;*/
}
.lp-text-wrap2 {
  width: 96%;
  margin: 0 auto;
  text-align: left;
/*  max-width: 450px;*/
}

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

.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.5em;
  font-weight: 700;
}
.lp-text-big2 {
  font-size: 1.2em;
  font-weight: 700;
}
.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: rgba(255,255,255,0.5);
    margin-top: 30px;}

.footer-inner {
width: 96%;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    padding: 20px 10px;
}
.heading-1 {
  font-size:20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: var(--colorTextColor);
  padding: 10px 0 20px;
    line-height: 1em;
}
.heading-1 span{
  font-size:60px;
    padding-top: 0.6em;
    display: block;
}
.heading-2{
  font-size:40px;
    padding-top: 0.6em;
      font-family: 'Noto Sans JP', sans-serif;
      color: var(--colorTextColor);

  font-weight: 900;
}

@media (max-width:768px){
  .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: 700;
    font-size: 1.6em;
}
.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;
    
}
.lp-text-wrap-q {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  max-width: 450px;
  padding: 40px 40px;
  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;
    
}
.award2-text2 {
    text-align: center;
    font-size: 0.9em;
}
@media (max-width:768px) {
.award2-text2 {
    text-align: left;
}
}
/*.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-contents6 {
    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: #605ec4;;
}
.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: 1em 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;
}
.link-icon-wrap {
    text-align: center;
    margin-top: 40px;
    
}
.link-icon-wrap img{
    width: 30px;
    
}
.award2_introduction  {
    text-align: center;
    line-height: 2em;
    font-size: 18px;
    font-weight: 600;
}
.award2_movie1 {
max-width: 600px;
    height: auto;
    margin: 0 auto;
}
@media (max-width:540px) {
.award2_movie1 {
    width: 300px;
/*  height: 200px;*/
}
}
.award2_photo {
width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
}
.award2_photo img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}

.award2-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
 /*   padding-left: 130px;*/
}
.award2-name {
    font-size: 1.3em;
    padding-top: .5em;
}
.award2_box {
    background: rgba(255, 255, 255, .4);
    padding: 3em;
    border-radius: 30px;
}
@media (max-width:540px) {
    .award2_box {
      padding: 1.5em;  
        
    }
    }
.award2_prize1 {
      max-width: 400px;
    height: 240px;
    background: #9B9B9B;
    margin: 3em auto 0;  
}
.award2_text1 {
    text-align: center;
}
.award2_text1 img {
    max-width: 400px; 
    width: 80%;
}
.award2_text2 {
    text-align: center;
}
.award2_text2 img {
    max-width: 500px;
    width: 90%;
    margin: 0 auto 20px;
}


/* buttonタグのリセットCSS（不要な場合、セレクタごと削除してください）
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
} */

/* ボタンのスタイル */

.btn-box {
    width: 100%;
    text-align: center;
}

.buttonIconText02 {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #69bff4;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
        margin: 2em auto;
}

.buttonIconText02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .buttonIconText02 {
    transition: background-color 0.2s;
  }

  .buttonIconText02_icon {
    transition: transform 0.2s;
  }

  .buttonIconText02:hover {
    background-color: #43a2dd;
  }

  .buttonIconText02:hover .buttonIconText02_icon {
    transform: translateX(4px);
  }

  .buttonIconText02:hover .buttonIconText02_icon__left {
    transform: translateX(-4px);
  }
}

/* 左矢印アイコンのスタイル */
.iconArrowLeft {
  rotate: 180deg;
}

.to-award {
    
}
.text-small {
    font-size:80%;
}
.bumon {
  background: #3c4375; 
    color: #fff;
    padding: 0 10px 2px;
    font-size: 60%;
    line-height: 3em;
}
.bumon1 {
  background: #5682a8; 
    color: #fff;
    padding: 0 10px 2px;
    font-size: 60%;
    line-height: 3em;
}
.bumon2 {
  background: #56a891; 
    color: #fff;
    padding: 0 10px 2px;
    font-size: 60%;
    line-height: 3em;
}
.medal {
    font-size: 18px;
    position: relative;
    padding-left: 34px;
    padding-top: 10px;
    display: block;
        margin-top: 10px;
}
.medal::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    background: url(../images/medal.png) no-repeat center;
    width: 30px;
    height: 35px;
    background-size: cover;
}
@media (max-width:500px) {
    .medal::before {
        top: 17px;
    }

}
.medal2 {

    position: relative;
    padding-left: 34px;
padding-top: 10px;
    display: block;
/*        margin-top: 10px;*/
}
.medal2::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    background: url(../images/medal.png) no-repeat center;
    width: 24px;
    height: 30px;
    background-size: cover;
}
@media (max-width:500px) {
    .medal2 {
padding-top: 0px;
    }
    .medal2::before {
        top: -4px;
    }

}
.mailbutton a {
    background: var(--colorBr);
    border-radius: 9999px;
    position: relative;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 5px;
    max-width: 180px;
    padding: 1px 18px 2px 12px;;
    font-family: "Noto Sans Japanese";
    color: #fff;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.mailbutton a:hover {
    background: #333333;
    color: #FFF;
}
.mailbutton a:after {
content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 8px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.mailbutton a:hover:after {
    border-color: #FFF;
}
/*審査員ページ*/
.judge-box {
    display: flex;
    align-items:flex-end;

}
.judge-img {
    width: 200px;
    margin-right: 20px;


}
.judge-img img{
    width: 200px;

}
.judge-text{
font-weight: 300;
    font-size: 16px;
}

.judge-name{
    display: block;
        font-weight: 600;
    padding-bottom: 10px;
    font-size: 1.1em;
}
.judge-introduction {
            font-weight: 300;
    font-size: 0.9em;
}

.judge-titlesmall {
    width: 90%;
    max-width: 400px;
    padding: 20px 0;
}
@media (max-width:500px) {
.judge-box {
flex-direction :column;
align-items:center;
    width: 90%;
    margin: 0 auto;
}
    .judge-name{
margin-top: 20px;
}
    .judge-text{
width: 80%;
}

    
}

.to-judge {
width: 340px;
    margin: 60px auto 30px;
    padding-top: 50px;
    height: 70px;
    line-height: 1;
    padding: 26px 10px 15px 30px;
    font-size: 17px;
    display: block;
    position: relative;
    border-radius: 35px;
    color: var(--colorWhite);
    padding-left: 16px;
    text-align: center;
    background-image: linear-gradient(150deg, rgba(65, 164, 253, 1), rgba(65, 14, 255, 0.5));
    text-decoration: none;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .2);
}
.to-judge::before {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    background-image: url(../images/arrow2.svg);
    width: 26px;
    height: 24px;
}
.modoru {
    background: #8ab1ed;
    border-radius: 9999px;
    position: relative;
    display: inline-flex
;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 180px;
    padding: 7px 18px 9px 12px;
    font-family: "Noto Sans Japanese";
    color: #fff;
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
}
.left-recessed {
      text-indent: -0.5em;
  padding-left: 0em;
}
.color_a {
    color: #605ec4;
}
.text-thin{
    font-weight: 200;
}
.award2_introduction_s {
font-weight: 200;
    line-height: 1.5em;
    font-size: 0.8em;
    display: block;
    padding-top: 0.5em;
}

.simekiri {
    font-size: 1.8em;
    font-weight: 900;
    text-align: center;
    margin: 1.5rem auto 1rem;
}

.btn2 {
    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);
}