@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;1,600&display=swap');

/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
html, body {
  font-family: '游ゴシック' ,YuGothic, 'Yu Gothic Medium', 'Yu Gothic bold', 'Yu Gothic', 'Noto Sans JP', 'Segoe UI', Verdana, Meiryo, sans-serif;
  line-height: 1.6;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: 400;
}
a {
  display: inline-block;
  color: black;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}
small {
  font-size: 70%;
}
li {
  list-style: none;
}
@media screen and (max-width: 1518px) {
  html, body {
    font-size: calc(1000vw / 1518);
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 375);
  }
}
.sp {
  display: block !important;
}
.spi {
  display: inline-block !important;
}
@media screen and (min-width: 768px) {
  .sp,
  .spi {
    display: none !important;
  }
}
.pc,
.pci {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pci {
    display: inline-block !important;
  }
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --color-blue: #0055AA;
  --color-blue-light: #ECF4FC;
  --color-white: #fff;
  --color-black: #000;
  --color-gray-light: #F2F2F2;
  --color-red: #BE1E1E;
  --color-yellow: #EFC026;
}
a {
  transition: .5s;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
main {
  padding-top: 10rem;
}
.is-hide {
  display: none;
}
.en {
  font-family: 'Montserrat', sans-serif;
}
.ttl_h2 {
  font-size: 4rem;
  font-weight: 600;
}
.ttl_h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.applyBtn {
  position: relative;
  display: block;
  width: 36rem;
  margin: 1rem auto 0;
  padding:2.4rem 0;
  border-radius: 0.2rem;
  background: #E96500;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  color: var(--color-white);
  text-align: center;
  transition: .3s;
}
.applyBtn:hover {
  transform: scale(1.05);
}
.applyBtn::after {
  position: absolute;
  right: 1.7rem;
  top: 50%;
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/icon_arrow_white.png) center/contain no-repeat;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 6rem;
  }
  .ttl_h2 {
    font-size: 2.8rem;
    line-height: 1.42;
  }
  .ttl_h2 span {
    margin-top: 1.3rem;
  }
  .applyBtn {
    width: 100%;
    padding:2rem 0;
  }
  .applyBtn::after {
    right: 1.5rem;
  }
  .applyBtn:hover {
    transform: unset;
  }
}


/* ----------------------------------
mfp
---------------------------------- */
.mfp-fade.active.mfp-bg {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade.active.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.active.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.active.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade.active.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.active.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-close.close-btn {
  width: 4rem;
  top: -5rem;
}
.mfp-arrow {
  width: 3rem;
  transform: unset;
  opacity: 1;
}
.c-mfp-arrow-left {
  left: 2rem;
}
.c-mfp-arrow-right {
  right: 2rem;
}
.mfp-arrow::after {
  content: none;
}
.mfp-arrow::before {
  top: 50%;
  width: 3rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  border: none;
  transform: translateY(-50%);
}
.mfp-arrow.c-mfp-arrow-right::before {
  transform-origin: top;
  transform: rotate(180deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mfp-arrow::before {
    width: 2rem;
    height: 3rem;
  }
  .mfp-close.close-btn {
    width: 2.5rem;
    top: -4rem;
  }
  .c-mfp-arrow-left {
    left: 0.5rem;
  }
  .c-mfp-arrow-right {
    right: -0.5rem;
  }
}
/* ----------------------------------
header
---------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  height: 10rem;
  background: var(--color-white);
  z-index: 5;
}
.header a.left {
  width: 18rem;
  vertical-align: bottom;
}
.header .in h1{padding: 0;}
.header .right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3rem;
}
.header .right ul li {
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 6.9rem;
}
.header .right ul li a {
  transition: .2s;
}
.header .right ul li a:hover {
  position: relative;
  padding-bottom: 1rem;
  color: var(--color-blue);
}
.header .right ul li a:hover::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background: #489AEB;
  transform: translateX(-50%);
  transition: .2s;
}
.header .right ul .btn a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25rem;
  padding: 0.8rem 2.4rem;
  background: #E96500;
  border-radius: 0.4rem;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 600;
}
.header .right ul .btn a::after{
  content: "";
    display: block;
    width: 2.8rem !important;
    height: 2.8rem !important;
    background: url(../images/icon_arrow_white.png) center/contain no-repeat !important;
    transform: rotate(-90deg) !important;
}
.header .right ul .btn a:hover {
  color: var(--color-white);
  transform: scale(1.05);
}
.hamburger,
.fixedBtn {
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .fixedBtn {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: block;
    height: 6rem;
    padding: 0 0 0 1.5rem;
  }
  .header .in {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
  }
  .header a.left {
    width: 10rem;
  }
  .header a.left img {
    transition: .5s;
  }
  .hamburger {
    position: relative;
    display: block;
    width: 6rem;
    height: 6rem;
    background: var(--color-blue);
    pointer-events: auto;
  }
  .hamburger span,
  .hamburger::before {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    width: 1.8rem;
    height: 0.2rem;
    border-radius: 0.2rem;
    background: var(--color-white);
    transform: translate(-50%,-50%);
    transition: .5s;
  }
  .hamburger span {
    top: calc(50% - 0.4rem);
  }
  .hamburger::before {
    top: calc(50% + 0.4rem);
  }
  .hamburger.close span {
    width: 2rem;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .hamburger.close::before {
    width: 2rem;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  .header .right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
  }

  .header .right ul {
    display: block;
    padding-top: 6rem;
    padding-right: 0;
    background: var(--color-blue);
  }
  .header .right ul li {
    font-size: 2rem;
    margin: 0;
    border-top: 1px solid #489AEB;
  }
  .header .right ul li:first-of-type {
    border: none;
  }
  .header .right ul li a {
    display: block;
    width: 100%;
    background: var(--color-blue) !important;
    color: var(--color-white) !important;
    padding: 0 !important;
    text-align: center;
    line-height: 6.5rem;
  }
  .header .right ul .btn {
    display: none;
  }
  .header .right ul li a::after {
    content: none;
  }
  .fixedBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    transition: unset;
    pointer-events: auto;
    border-radius: 0;
  }
  .header .right ul li a::after {
    content: none !important;
  }
}
/* ----------------------------------
mv
---------------------------------- */
#mv {
  background:#0055AA url(images/index/mv_bg.png) repeat-x left top;
  background-size: contain;
  color: #fff;
  text-align: center;
}
#mv .in {
  width: 97%;
  margin: 0 auto;
  padding:3rem;
}
#mv .in .txt h1 {
  line-height: 1.5;
}
#mv .in .txt h1 span.name {
  display: inline-block;
  padding: 1rem 0;
  font-size: 6.2rem;
  font-weight: 600;
  line-height: 1;
  margin-right:20px;
}
#mv .in .txt h1 span.title{
  display: inline-block;
  padding: 1rem 0;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1;
}
#mv .in .txt h1 small{
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #mv .in {
    width: auto;
    padding: 0 1rem;
  }
  #mv .img img{
    max-width: 100%;
  }
  #mv .in .txt {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  #mv .in .txt h1 span.name{
    font-size: 3rem;
  }
  #mv .in .txt h1 span.title{
    font-size:2.8rem;
  }
  #mv .in .txt h1 small{
    font-size: 1.6rem;
  }
}

/* ----------------------------------
CTA
---------------------------------- */
.footWrap {
  position: relative;
  width: 98rem;
  margin: 4rem auto;
  padding: 3rem 0;
  border-radius: 1rem;
  border: 1px solid var(--color-blue);
  background: url(images/index/bnr_bg.png) center/cover no-repeat;
  text-align: center;
  color: var(--color-white);
  overflow: hidden;
  box-sizing: border-box;
}
.footWrap h3 {
  font-size: 3.6rem;
  font-weight: 600;
}
.footWrap h3 small {
  font-size: 3.8rem;
}
.footWrap h3 .color,
.footWrap h3 strong {
  color: var(--color-yellow);
}
.footWrap h3 strong {
  position: relative;
}
/* .footWrap h3 strong::after {
  position: absolute;
  top: -4.3rem;
  left: 0;
  content: "・・";
  display: block;
  font-size: 4.3rem;
  color: var(--color-yellow);
} */
.footWrap .lead {
  margin-top: 1.89rem;
  font-size: 2.2rem;
  font-weight: 600;
}
.footWrap .lead span {
  color: var(--color-yellow);
}
.footWrap .applyBtn {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .footWrap {
    width: auto;
    margin: 3rem 1rem;
    border-radius: 1rem;
    padding: 3rem 1rem 2.9rem;
    background-image: url(../images/bnr_bg_sp.png);
  }
  .footWrap h3 {
    font-size: 2.2rem;
  }
  .footWrap h3 strong::after {
    top: -2.8rem;
    font-size: 3rem;
  }
  .footWrap .lead {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #feature .footWrap {
    margin-top: -58rem;
  }
}

/* ----------------------------------
index_note
---------------------------------- */
#index_note{
  position: relative;
  width: 98rem;
  margin: 0 auto;
  padding: 3.4rem 6rem 4rem 6rem;
  border: 20px solid #DEDEDE;
  background-color: #fff;
}
#index_note .ttl_h2{
  text-align: center;
  line-height: 1;
  font-size:2.8rem;
}
#index_note ul{
  margin-top:2rem;
}
#index_note ul li{
  font-size:1.8rem;
  margin-bottom:1rem;
  padding-left: 1em;
  text-indent: -0.4em;
}
#index_note ul li::before{
  content:"■";
  color: var(--color-blue);
  font-size:1.2rem;
  display: inline-block;
  margin-right:0.4rem;
}
#index_note ul li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #index_note{
    width:90%;
    margin:0 auto;
    border: 15px solid #DEDEDE;
    padding: 3rem;
  }
  #index_note ul li{
    font-size: 1.6rem;
  }
}
/* ----------------------------------
index_list
---------------------------------- */
#index_list{
  margin-top: -10.8rem;
  padding: 16.8rem 0 13rem;
  background-image: repeating-linear-gradient( 90deg, #E0EFFF , #E0EFFF 1px, transparent 1px, transparent 6rem ), repeating-linear-gradient( 0deg, #E0EFFF , #E0EFFF 1px, var(--color-blue-light) 1px, var(--color-blue-light) 6rem );
  background-color: var(--color-blue-light);
}
#index_list .item {
  position: relative;
  width: 120rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin: 0 auto 6.4rem;
  background: var(--color-white);
  border-radius: 4rem;
  border: 0.2rem solid var(--color-blue);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#index_list .item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98rem;
  margin: 0 auto 6.3rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
#index_list .item h3 strong {
  color: var(--color-blue);
}
#index_list .item h3::before {
  display: block;
  font-size: 10rem;
  color: rgba(0, 101, 201, 0.1);
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: -7rem;
  left: 0;
  right: 0;
  text-align: center;
  font-style: italic;
}
#index_list #list01 h3::before {content: "01";}
#index_list #list02 h3::before {content: "02";}
#index_list #list03 h3::before {content: "03";}
#index_list #list04 h3::before {content: "04";}
#index_list #list05 h3::before {content: "05";}
#index_list #list06 h3::before {content: "06";}
#index_list #list07 h3::before {content: "07";}
#index_list .item ul{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 5%;
}
#index_list .item ul li{
  width:30%;
  text-align: center;
}
#index_list .item ul li a{
  background-color: rgb(0, 85, 170, 0.2);
  color: var(--color-blue);
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem;
}
#index_list .item ul li a span{
  font-size:80%;
}
#index_list .item ul li a::after{
  content:"";
  display: inline-block;
  background: url(images/index/arrow.png) no-repeat center / 8px auto;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#index_list .item ul li a:hover{
  background-color: rgb(0, 85, 170);
  color:#fff;
}
#index_list .item ul li a:hover::after{
  background: url(images/index/arrow_wt.png) no-repeat center / 8px auto;
  width: 8px;
  height: 12px;
}
#index_list .item ul li.non{
  background-color: rgba(230, 235, 240);
  color: #666;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #index_list{
    padding-bottom:5rem;
  }
  #index_list .item {
    width: auto;
    margin: 0 1rem 1rem;
    padding: 3.7rem 1rem 3.7rem;
    border-radius: 1rem;
    border-width: 1px;
  }
  #index_list .item h3{
    width: 100%;
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
    text-align: center;
  }
  #index_list .item h3::before{
    font-size: 7rem;
    top: -4rem;
  }
  #index_list .item ul{
    display: block;
  }
  #index_list .item ul li{
    width:unset;
    margin-bottom:10px;
  }
  #index_list .item ul li a,
  #index_list .item ul li.non{
    font-size: 1.6rem;
}
}



/* ----------------------------------
footer
---------------------------------- */
.footer {
  padding: 6.6rem 0 3.4rem;
  background: var(--color-blue);
}
.footer .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98rem;
  margin: 0 auto;
}
.footer .in .name {
  margin-bottom: 3.1rem;
  width: 100%;
  font-size: 1.8rem;
  color: var(--color-white);
}
.footer .in .name small {
  display: block;
  font-size: 1.2rem;
}
.footer .in .address {
  font-size: 1.4rem;
  color: var(--color-white);
}
.footer .in .copy {
  font-size: 1.2rem;
  color: var(--color-white);
}
.footer .in .policy_link a{
  color:#fff;
  font-size: 1.4rem;
  text-decoration: underline;
}
.footer .in .policy_link a:hover{
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5rem 1rem 7.5rem;
  }
  .footer .in {
    width: auto;
  }
  .footer .in .name {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .footer .in .address {
    font-size: 1.2rem;
  }
  .footer .in .policy_link a{
    font-size: 1.2rem;
  }
  .footer .in .copy {
    margin-top: 3rem;
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }
}
/* ----------------------------------
schedule
---------------------------------- */
#schedule{
  width: 120rem;
  margin: 6rem auto 0;
}
#schedule .in{
  position: relative;
  padding-top: 6.4rem;
  margin: 3rem auto 6.4rem;
  background: var(--color-white);
  border-radius: 4rem;
  border: 0.2rem solid var(--color-blue);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.schedule_box{
  margin-top:4.1rem;
  background-color: #fff;
  box-sizing: border-box;
  padding:0 19rem 10rem;
  border-radius: 4rem;
}
#schedule .ttl_h2 {
  color: var(--color-blue);
}
#schedule img{
  width:100%;
}
@media screen and (max-width: 767px) {
  #schedule {
    position: relative;
    width: auto;
    padding: 0rem 1rem 0rem;
    border-radius: 1rem;
  }
  #schedule .in {
    width: auto;
    padding: 0 1rem;
    border-radius: 1rem;
  }
  .schedule_box{
    margin-top:2.4rem;
    padding:3.4rem 2rem;
    border-radius: 1rem;
  }
}

/* ----------------------------------
price
---------------------------------- */
#price{
  margin-bottom:8rem;
}
#price .in{
  width: 120rem;
  margin: 0 auto;
}
#price .in .lead{
  font-size: 2.2rem;
  margin: 3rem 0;
  font-weight: 600;
  color: var(--color-blue);
}
#price .in .lead span{
  font-weight: normal;
  font-size:70%;
}
#price .ttl_h2{
  color: var(--color-blue);
    line-height: 1.25;
}
ul.price_list{
  display: flex;
  justify-content: space-between;
  margin:3rem 0;
}
ul.price_list li{
  width:32%;
  box-sizing: border-box;
  border:1px sold var(--color-blue);
  border-radius: 4rem;
  border: 0.2rem solid var(--color-blue);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  padding:2rem 1rem;
}
ul.price_list li h3{
  text-align: center;
  color:var(--color-blue);
  font-weight: bold;
  padding: 0 0 1.5rem;
  margin: 0;
  font-size: 2.8rem;
  border-bottom: 0.1rem solid var(--color-blue);
}
ul.price_list li .plan_in{
  padding:2rem;
}
ul.price_list li .fee{
  color: var(--color-blue);
  font-weight: bold;
  font-size:5rem;
  text-align: center;
  margin-bottom:2rem;
}
ul.price_list li .fee span{
  font-size: 50%;
}
ul.price_list li h4{
  text-align: center;
  border-radius: 35px;
  font-weight: bold;
  font-size: 1.8rem;
  color: var(--color-blue);
  padding:1.5rem;
  background-color: var(--color-blue-light);
}
ul.price_list li ul.function{
  margin:3rem 0;
}
ul.price_list li ul.function li{
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: 1.6rem;
  width:unset;
  margin-bottom:0.5rem;
}
ul.price_list li ul.function li::before{
  content:"✔︎";
  color: var(--color-blue);
  display: inline-block;
  width:20px;
  height: 20px;
  font-size:1rem;
}
ul.price_list li ul.function li.plus{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
ul.price_list li ul.function li.plus::before{
  content:"+";
  color: var(--color-blue);
  display: block;
  width:30px;
  height: 30px;
  font-size:4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.6rem;
}
ul.price_list li ul.recommend {
  margin-top:2rem;
}
ul.price_list li ul.recommend li{
  padding: 0;
  margin-bottom:8px;
  border: none;
  box-shadow: none;
  font-size: 1.6rem;
  width:100%;
}
ul.price_list li ul.recommend li::before{
  content:"●";
  color: var(--color-blue);
  display: inline-block;
  font-size:0.3rem;
  width:16px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  #price{
    width: auto;
    margin: 6rem 1rem 6.2rem;
  }
  #price .in{
    width: auto;
  }
  #price .in .lead{
    font-size:2rem;
  }
  #price .in .lead span{
    display: inline-block;
    line-height: 1.4;
    margin-top: 1rem;
  }
  ul.price_list{
    display: block
  }
  ul.price_list li{
    width: unset;
    margin: 0 0 3rem;
    padding: 3.7rem 1rem 0;
    border-radius: 1rem;
    border-width: 1px;
    font-size:1.4rem;
  }
  ul.price_list li h3{
    font-size:2.2rem;
  }
  ul.price_list li h4{
    font-size:1.6rem;
    padding: 0.8rem 0;
  }
  ul.price_list li h4 span{
    display: block;
    font-size:80%;
  }
  ul.price_list li .fee{
    font-size:3.6rem;
  }
  ul.price_list li ul.function{
    display: block;
  }
  ul.price_list li ul.function li{
    margin-bottom:0.8rem;
    width:100%;
    font-size:1.4rem;
  }
  ul.price_list li ul.recommend li{
    font-size:1.4rem;
  }
}




/* アニメーション */
.anime.slideUp,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .5s .05s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn .5s .2s ease-out forwards;
}
.anime.scaleDown.active img {
  animation: img-scale 7s ease-out forwards;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mask-bg2 {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}

@keyframes color-change {
  from {
    color: transparent;
  }
  to {
    color:var(--color-red);
    background: var(--color-white);
  }
}
@keyframes color-change2 {
  from {
    color: transparent;
  }
  to {
    color:var(--color-black);
  }
}