@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;
}
/* a:hover {
  opacity: .4;
} */
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: 40rem;
  margin: 1.4rem auto 0;
  border-radius: 0.2rem;
  background: var(--color-red);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 5rem;
  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%;
    line-height: 6rem;
  }
  .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;
}
.header .right ul .btn a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25rem;
  padding: 0.8rem 2.4rem;
  background: var(--color-red);
  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);
}
.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.entry a{
  background:#E96500;
}
.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;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixedBtn a{
    color:#fff;
    font-size:1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 1rem;
  }
  .fixedBtn li:first-child{
    box-sizing: border-box;
    border-right:1px solid #fff;
    width:53%;
  }
  .fixedBtn li:last-child{
    box-sizing: border-box;
    width:47%;
  }
  ul.fixedBtn.applyBtn::after{
    display: none;
  }
  ul.fixedBtn.applyBtn li a::after{
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../images/icon_arrow_white.png) center/contain no-repeat;
    transform:rotate(-90deg);
  }
  .header .right ul li a::after {
    content: none !important;
  }
}


/* ----------------------------------
mv
---------------------------------- */
#mv {
  position: relative;
  background: var(--color-gray-light);
}
#mv .in {
  max-width: 151.8rem;
  width: 97%;
  margin: 0 auto;
}
#mv .in .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#mv .in .txt h1 {
  line-height: 1.5;
}
#mv .in .txt h1 span {
  position: relative;
  display: inline-block;
  padding: 1rem 2.7rem;
  font-size: 6.2rem;
  font-weight: 600;
  color: transparent;
  overflow: hidden;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#mv .in .txt h1.lpd span{
  font-size:5.7rem;
}
#mv .in .txt h1 span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  display: block;
  background: var(--color-red);
  transform: translate(-101%, 0);
}
#mv .in .txt h1.active span {
  animation: color-change 0s 1.2s linear forwards;
}
#mv .in .txt h1.active span::after {
  animation: mask-bg2 1.2s .5s cubic-bezier(0.8, 0, 0.170, 1);
}
#mv .in .txt h1 small {
  display: block;
  padding-top: 1.5rem;
  padding-left: 2.7rem;
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--color-blue);
}
#mv .in .txt h1 small.active {
  animation-delay: 1.5s;
}
#mv .in .txt div.active {
  animation-delay: 1.7s;
}
#mv .in .txt .btn {
  position: relative;
  display: block;
  width: 56rem;
  margin-top: 4.3rem;
  padding: 1.3rem 2.8rem;
  background: var(--color-red);
  border-radius: 0.2rem;
  color: var(--color-white);
  font-weight: 600;
  font-size: 3.2rem;
  transition: .3s;
}
#mv .in .txt .btn::after {
  position: absolute;
  right: 2.9rem;
  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);
}
#mv .in .txt .btn .en {
  font-size: 4rem;
}
#mv .in .txt .btn small {
  font-size: 2.8rem;
  color: var(--color-white);
  transition: .5s;
}
#mv .img {
  width: calc(1086 / 1920 * 100vw);
  margin-left: auto;
}
#mv .img img{
  max-width: calc(1086 / 1920 * 100vw);
  width:auto;
}
#mv .in .txt .btn:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  #mv .in {
    width: auto;
    padding: 0 1rem;
  }
  #mv .img img{
    max-width: 100%;
  }
  #mv .in .txt {
    position: relative;
    top: auto;
    transform: unset;
    padding-top: 26.8rem;
    padding-bottom: 4.8rem;
  }
  #mv .in .txt h1 span,
  #mv .in .txt h1.lpd span {
    font-size: 3.2rem;
    padding: 0.3rem 1.1rem;
    margin-bottom: 0;
  }
  #mv .in .txt h1 small {
    padding-top: 1.5rem;
    padding-left: 1.1rem;
    font-size: 2.4rem;
  }
  #mv .in .txt .btn {
    width: 100%;
    padding: 1rem 1.8rem;
    margin-top: 2.7rem;
    font-size: 1.9rem;
  }
  #mv .in .txt .btn .en {
    font-size: 2.5rem;
  }
  #mv .in .txt .btn small {
    font-size: 1.7rem;
  }
  #mv .img {
    position: absolute;
    top: 0;
    width: 100%;
  }
}


/* ----------------------------------
intro
---------------------------------- */
#intro {
  padding: 6rem 0 5rem;
  background: var(--color-white);
}
#intro .ttl_h2 {
  margin-bottom: 9.9rem;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
#intro .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 126rem;
  margin: 0 auto -1.89rem;
}
#intro .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25rem;
  margin: 0 4rem 1.89rem;
}
#intro .list li:nth-of-type(4) {
  margin-left: 0;
}
#intro .list li:nth-of-type(7) {
  margin-right: 0;
}
#intro .list li img {
  width: 21.4rem;
  height: 24.8rem;
  margin-bottom: 2.2rem;
}
#intro .list li h3 {
  font-size: 2rem;
  font-weight: 600;
}
#intro .list li h3 span {
  color: var(--color-blue);
}
#intro .list li p {
  width: 24.9rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
#intro .lead {
  margin-top: 10.6rem;
  font-size: 4rem;
  font-weight: 600;
  color: var(--color-blue);
  text-align: center;
}
#intro .lead span {
  position: relative;
}
#intro .lead span::before,
#intro .lead span::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 0.4rem;
  height: 3.5rem;
  border-radius: 0.2rem;
  background: var(--color-blue);
}
#intro .lead span::before {
  left: -4.3rem;
  transform: translateY(-50%) rotate(-30deg);
}
#intro .lead span::after {
  right: -4.3rem;
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  #intro {
    padding: 5rem 0 3rem;
  }
  #intro .ttl_h2 {
    margin-bottom: 3.5rem;
    font-size: 2.8rem;
    line-height: 1.42;
  }
  #intro .list {
    display: block;
    width: 100%;
  }
  #intro .list li {
    width: 100%;
    margin: 0 auto 4.9rem !important;
  }
  #intro .list li img {
    margin-bottom: 1.8rem;
  }
  #intro .list li h3 {
    font-size: 2.4rem;
    text-align: center;
  }
  #intro .list li p {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.55;
  }
  #intro .lead {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  #intro .lead span::before, #intro .lead span::after {
    width: 0.2rem;
    height: 5.5rem;
  }
  #intro .lead span::before {
    left: -7.3rem;
    transform: translateY(-50%) rotate(-20deg);
  }
  #intro .lead span::after {
    right: -2.3rem;
    transform: translateY(-50%) rotate(20deg);
  }
}



/* ----------------------------------
feature
---------------------------------- */
#feature .headWrap {
  position: relative;
  padding: 13.7rem 0 21.9rem;
  background: var(--color-blue);
}
#feature .headWrap::before {
  position: absolute;
  top: -3.8rem;
  left: 50%;
  content: "";
  display: block;
  width: 7.6rem;
  height: 7.6rem;
  background: var(--color-white);
  transform: translateX(-50%) rotate(45deg);
}
#feature .headWrap .in {
  position: relative;
  width: 120rem;
  margin: 0 auto;
}
#feature .headWrap .in::after {
  position: absolute;
  bottom: -22.8rem;
  left: -19rem;
  content: "";
  display: block;
  width: 58.1rem;
  height: 74.4rem;
  background: url(../images/feature_img.png) center/contain no-repeat;
}
#feature .headWrap .in .ttl_h2 {
  width: 79.3rem;
  margin-left: auto;
  color: var(--color-white);
}
#feature .headWrap .in p {
  width: 79.3rem;
  margin-top: 3.74rem;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--color-white);
}
#feature .headWrap .in ul {
  width: 79.3rem;
  margin-left: auto;
  margin-top: 6.3rem;
}

#feature .headWrap .in ul li a {
  position: relative;
  display: block;
  width: 64.1rem;
  margin-bottom: 0.9rem;
  padding: 2.1rem 6.8rem 2.1rem 2.4rem;
  border-radius: 0.4rem;
  background: var(--color-white);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-blue);
}
#feature .headWrap .in ul li a::after {
  position: absolute;
  right: 2.1rem;
  top: 50%;
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/icon_arrow_blue_2.png) center/contain no-repeat;
  transform: translateY(-50%);
  transition: .5s;
}
#feature .headWrap .in ul li a span {
  padding-right: 2.4rem;
  font-weight: 700;
}
#feature .headWrap .in ul li a:hover {
  background: var(--color-red);
  color: var(--color-white);
}
#feature .headWrap .in ul li a:hover::after {
  background-image: url(../images/icon_arrow_red_2.png);
}

#feature .contents {
  display: block;
  padding-bottom: 26.1rem;
  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);
}
#feature .contents .item {
  position: relative;
  width: 120rem;
  padding-top: 6.4rem;
  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;
}
#feature .contents .item:first-of-type {
  margin-top: -11.8rem;
}
#feature .contents .item h3 {
  display: flex;
  align-items: center;
  width: 98rem;
  margin: 0 auto 6.3rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
}
#feature .contents .item h3 span.en {
  min-width: 15.1rem;
  font-size: 10.1rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
}
#feature .contents .item h3 strong {
  color: var(--color-blue);
}
#feature .contents .item .flex {
  display: flex;
  justify-content: space-between;
  width: 98rem;
  margin: 0 auto 6.5rem;
  position: relative;
  min-height: 25rem;
}
#feature .contents .item .flex .img {
  width: 47rem;
}
#feature .contents .item .flex .txt {
  width: 44.6rem;
  margin-left:auto;
}
#feature .contents .item .flex .txt dt {
  display: flex;
  align-items: center;
  margin-bottom: 2.75rem;
  margin-left: -1.7rem;
  margin-right: -8rem;
  color: var(--color-blue);
}
#feature .contents .item .flex .txt dt strong {
  margin-left: 1.5rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.35;
}
#feature .contents .item .flex .txt dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 7.6rem;
  width: 7.6rem;
  height: 7.6rem;
  border: 1px solid var(--color-blue);
  border-radius: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
#feature .contents .item .flex .txt dt span small {
  padding-top: 0.5rem;
  font-size: 1.2rem;
  color: var(--color-blue);
}
#feature .contents .item .flex .txt dd {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
}
#feature .contents .item .flex .txt dd.img{
  position:absolute;
  left:0;
  top:0;
}
#feature .contents .item .bnr {
  position: relative;
  margin-top: -2rem;
  padding: 6.6rem 0 6rem;
  text-align: center;
  background: url(../images/feature_bg.png) center/cover no-repeat;
  color: var(--color-white);
}
#feature .contents .item .bnr .lead {
  font-size: 3.2rem;
  font-weight: 600;
}
#feature .contents .item .bnr .lead span {
  position: relative;
}
#feature .contents .item .bnr .lead span::before, 
#feature .contents .item .bnr .lead span::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 0.2rem;
  height: 3.3rem;
  border-radius: 0.2rem;
  background: var(--color-white);
}
#feature .contents .item .bnr .lead span::before {
  left: -3rem;
  transform: translateY(-50%) rotate(-30deg);
}
#feature .contents .item .bnr .lead span::after {
  right: -3rem;
  transform: translateY(-50%) rotate(30deg);
}
#feature .contents .item .bnr .note {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
}
#feature .contents .item .bnr .balloon {
  position: absolute;
  width: 16.5rem;
  top: 50%;
  left: 15.1rem;
  transform: translateY(-50%);
}
#feature .contents .item .bnr .balloon::after {
  position: absolute;
  content: "";
  right: -1.1rem;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 24px;
  border-color: transparent transparent transparent #ffffff;
  transform: translateY(-50%);
}
#feature .footWrap {
  margin-top: -27.2rem;
}
.footWrap {
  position: relative;
  width: 98rem;
  margin: 0 auto;
  padding: 7.8rem 0 9.6rem;
  border-radius: 1rem;
  border: 1px solid var(--color-blue);
  background: url(../images/bnr_bg.png) center/cover no-repeat;
  text-align: center;
  color: var(--color-white);
  overflow: hidden;
}
.footWrap h3 {
  font-size: 4.3rem;
  font-weight: 600;
}
.footWrap h3 small {
  font-size: 3.8rem;
}
.footWrap h3 .color,
.footWrap h3 strong {
  color: var(--color-yellow);
}
.footWrap h3 .en {
  color: var(--color-yellow);
  font-size: 5.4rem;
}
.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.4rem;
  font-weight: 600;
  line-height: 1.16;
}
.footWrap .lead span {
  color: var(--color-yellow);
}
.footWrap .note {
  margin-top: 1.19rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
}
.footWrap .balloon {
  position: absolute;
  right: 10.1rem;
  bottom: 7.1rem;
  width: 16.5rem;
}
.footWrap .applyBtn {
  margin-top: 2.82rem;
}
@media screen and (max-width: 767px) {
  #feature .headWrap {
    padding: 9.9rem 0 0;;
  }
  #feature .headWrap .in {
    width: auto;
    padding: 0 1rem;
  }
  #feature .headWrap .in .ttl_h2 {
    width: auto;
    padding: 0 1rem;
  }
  #feature .headWrap .in p {
    width: auto;
    padding: 0 1rem;
    margin-top: 3.3rem;
    font-size: 1.6rem;
  }
  #feature .headWrap .in ul {
    width: auto;
    margin-top: 3rem;
  }
  #feature .headWrap .in::after {
    position: relative;
    width: 21.6rem;
    height: 27.7rem;
    bottom: 0;
    left: 50%;
    margin-top: 3.5rem;
    transform: translateX(-50%);
  }
  #feature .headWrap .in ul li a {
    width: auto;
    min-height: 6rem;
    display: flex;
    align-items: center;
    padding: 0.8rem 5rem 0.8rem 1.8rem;
    font-size: 1.6rem;
    line-height: 1.375;
    background: var(--color-red);
    color: var(--color-white);
  }
  #feature .headWrap .in ul li a span {
    width: 3.2rem;
    min-width: 3.2rem;
    font-size: 1.8rem;
    padding-right: 0;
  }
  #feature .headWrap .in ul li a::after {
    right: 1rem;
    background-image: url(../images/icon_arrow_red_2.png);
  }
  #feature .contents .item {
    width: auto;
    margin: 0 1rem 1rem;
    padding: 3.7rem 1rem 0;
    border-radius: 1rem;
    border-width: 1px;
  }
  #feature .contents .item:first-of-type {
    margin-top: -4.8rem;
  }
  #feature .contents .item h3 {
    width: 100%;
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
  }
  #feature .contents .item h3 span.en {
    min-width: 9rem;
    font-size: 6rem;
  }
  #feature .contents .item .flex {
    display: block;
    width: 100%;
    margin-bottom: 2.9rem;
  }
  #feature .contents .item .flex .img {
    width: 100%;
    margin-bottom: 2.6rem;
  }
  #feature .contents .item .flex .txt {
    width: 100%;
  }
  #feature .contents .item .flex .txt dt {
    margin: 0 0 1.9rem;
  }
  #feature .contents .item .flex .txt dt strong {
    font-size: 2.2rem;
  }
  #feature .contents .item .flex .txt dd {
    font-size: 1.6rem;
  }
  #feature .contents .item .flex .txt dd.img{
    position: unset;
  }
  #feature .contents .item .bnr {
    padding: 10.3rem 1rem 2.9rem;
    margin: 10.7rem -1rem 0;
    background-image: url(../images/feature_bg_sp.png);
  }
  #feature .contents .item .bnr .lead {
    font-size: 2rem;
  }
  #feature .contents .item .bnr .balloon {
    top: -8rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #feature .contents .item .bnr .balloon::after {
    bottom: -0.8rem;
    top: auto;
    right: auto;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 12px 0 12px;
    border-color: #ffffff transparent transparent transparent;
    transform: translateX(-50%);
  }
  #feature .contents .item .bnr .lead span::before,
  #feature .contents .item .bnr .lead span::after {
    width: 1px;
    height: 2rem;
  }
  #feature .contents .item .bnr .lead span::before {
    left: -1rem;
  }
  #feature .contents .item .bnr .lead span::after {
    right: -1rem
  }
  #feature .contents .item .bnr .note {
    margin-top: 1.1rem;
    font-size: 1.2rem;
  }
  #feature .headWrap::before {
    top: -1.9rem;
    width: 3.7rem;
    height: 3.7rem;
  }
  .footWrap {
    width: auto;
    margin: 0 1rem;
    border-radius: 1rem;
    padding: 6.4rem 1rem 2.9rem;
    background-image: url(../images/bnr_bg_sp.png);
  }
  #feature .contents {
    padding-bottom: 5rem;
  }
  .footWrap h3 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .footWrap h3 strong::after {
    top: -2.5rem;
    font-size: 3rem;
  }
  .footWrap h3 .en {
    font-size: 3.8rem;
  }
  .footWrap h3 small {
    font-size: 2.6rem;
  }
  .footWrap .lead {
    margin-top: 1.3rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .footWrap .note {
    margin: 1.9rem -1rem 0;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .footWrap .balloon {
    position: static;
    margin: 2.1rem auto -0.2rem;
  }
  #feature .footWrap {
    margin-top: -58rem;
  }
}



/* ----------------------------------
function
---------------------------------- */
#function {
  padding-bottom: 15.3rem;
}
#function .ttlWrap {
  position: relative;
  width: 128rem;
  margin: 0 auto;
}
#function .ttlWrap::before {
  position: absolute;
  bottom: -8.6rem;
  left: 0;
  content: "";
  display: block;
  width: 72.7rem;
  height: 58rem;
  background: url(../images/function_img1.png) center/contain no-repeat;
  z-index: 3;
}
#function .ttl_h2 {
  width: 66rem;
  padding: 14.3rem 0 15rem;
  margin-left: auto;
  color: var(--color-blue);
  line-height: 1.25;
}
#function .in {
  position: relative;
  padding: 14.1rem 0 0;
  max-width: 155rem;
  width: 90%;
  margin: 0 auto;
  background: var(--color-white);
  z-index: 2;
}
#function .in .toggle_ttl {
  display: none;
}
#function .in .linkList {
  display: flex;
  justify-content: space-between;
  width: 98rem;
  margin: 0 auto;
}
#function .in .linkList li {
  width: calc(25% - 0.5rem);
}
#function .in .linkList li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 9.2rem;
  background: var(--color-blue-light);
  font-size: 1.8rem;
  font-weight: 600;
}
#function .in .linkList li a::after {
  position: absolute;
  left: 50%;
  bottom: 1.75rem;
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.8rem;
  background: url(../images/icon-arrow-down.png) center/contain no-repeat;
  transform: translateX(-50%);
  transition: .5s;
}
#function .in .linkList li a:hover::after {
  background-image: url(../images/icon-arrow-down_w.png);
}
#function .in .linkList li a:hover {
  background: var(--color-blue);
  color: var(--color-white);
}
#function .in .item {
  width: 120rem;
  margin: 0 auto;
  padding: 9.2rem 11rem 3.1rem;
  border-bottom: 1px solid #E5E5E5;
}
#function .in .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#function .in .item h3 {
  margin-bottom: 4.5rem;
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--color-blue);
}
#function .in .item ul {
  display: flex;
  justify-content: flex-start;
}
#function .in .item ul li {
  width: 15.5rem;
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-blue);
}
#function .in .item ul li:last-of-type {
  margin-right: 0;
}
#function .in .item ul li .img {
  position: relative;
  margin: 0 auto 2.2rem;
  width: 14rem;
  height: 14rem;
  /* border-radius: 100%; */
  overflow: hidden;
}
#function .in .item ul li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #function {
    padding-top: 22rem;
    padding-bottom: 6rem;
  }
  #function .ttlWrap {
    width: 100%;
  }
  #function .ttlWrap::before {
    bottom: auto;
    top: -23.8rem;
    width: 33.8rem;
    height: 27rem;
    z-index: 3;
  }
  #function .ttl_h2 {
    width: auto;
    padding: 0 0 3.1rem;
    margin: 0 -1rem;
    text-align: center;
    font-size: 2.4rem;
  }
  #function .in {
    width: auto;
    margin: 0 1rem;
    border-radius: 1rem;
    padding: 5.7rem 1rem 6.3rem;
  }
  #function .in .linkList {
    display: block;
    width: 100%;
    margin-bottom: 2.7rem;
  }
  #function .in .linkList li {
    width: 100%;
  }
  #function .in .item {
    width: auto;
    padding: 5rem 1rem 4rem;
  }
  #function .in .item ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -2.9rem;
  }
  #function .in .item ul li {
    width: 15rem;
    margin: 0 0 2.9rem !important;
  }
  #function .in .item ul li:nth-of-type(even) {
    margin-left: 0.7rem !important;
  }
  #function .in .item h3 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    text-align: center;
  }
  #function .in .toggle_ttl {
    position: relative;
    display: block;
    height: 6rem;
    line-height: 6rem;
    padding: 0 2.5rem;
    background: var(--color-blue);
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 600;
  }
  #function .in .toggle_ttl::after {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    content: "";
    display: block;
    width: 1.25rem;
    height: 0.8rem;
    background: url(../images/icon-arrow-down_w.png) center/contain no-repeat;
    transform: translateY(-50%);
    transition: .5s;
  }
  #function .in .toggle_ttl.open::after {
    transform: translateY(-50%) rotate(180deg);
  }
  #function .in .linkList {
    display: none;
    width: 100% !important;
  }
  #function .in .linkList li a {
    flex-direction: row;
    justify-content: flex-start;
    height: 6rem;
    padding: 0 1.5rem;
    border-top: 1px solid #489AEB;
    background: var(--color-blue);
    color: var(--color-white);
  }
  #function .in .linkList li a span {
    margin: 0;
    width: 2.6rem;
    color: var(--color-white);
  }
  #function .in .linkList li a::after {
    right: 2.7rem;
    left: auto;
    background-image: url(../images/icon-arrow-down_w.png);
    transform: translateY(-50%) rotate(-90deg);
  }
  #function::before {
    height: 25rem;
  }
}
/* ----------------------------------
scene
---------------------------------- */
#scene {
  position: relative;
  padding: 15rem 0 12.9rem;
  max-width: 155rem;
  width: 90%;
  margin: -16.3rem auto 8.5rem;
  border-radius: 4rem;
  background: var(--color-blue);
}
#scene .in {
  width: 98rem;
  margin: 0 auto;
}
#scene .ttl_h2 {
  color: var(--color-white);
}
#scene .accordion {
  margin-top: 4.1rem;
  background: var(--color-white);
  border-radius: 1rem;
  overflow: hidden;
}
#scene .accordion.is-open dd {
  display: block;
}
#scene .accordion dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.6rem 8.5rem 2.6rem 2.5rem;
  font-size: 2.2rem;
  font-weight: 600;
}
#scene .accordion dt:hover {
  cursor: pointer;
}
#scene .accordion dt::before,
#scene .accordion dt:after {
  position: absolute;
  right: 2.9rem;
  top: 50%;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  transform: translateY(-50%);
  background: url(../images/icon_btn.png) center/1.5rem auto no-repeat;
  transition: .5s;
}
#scene .accordion dt::before {
  border: 0.2rem solid var(--color-blue);
}
#scene .accordion dt:after {
  transform: translateY(-50%) rotate(90deg);
}
#scene .accordion dt.open:after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
#scene .accordion .en {
  min-width: 11.5rem;
  width: 11.5rem;
  color: var(--color-red);
  font-size: 2rem;
  font-weight: 700;
}
#scene .accordion dt .en strong {
  font-size: 2.6rem;
  padding-left: 0.3rem;
}
#scene .accordion dd {
  display: none;
  width: 100% !important;
}
#scene .accordion dd .accordion_in {
  padding: 4.9rem 4.6rem 0;
  border-top: 1px solid #DEDEDE;
}
#scene .accordion dd .imgWrap {
  margin-bottom: 3.7rem;
}
#scene .accordion dd .box {
  padding-bottom: 5rem;
}
#scene .accordion dd .box .lead {
  font-size: 2rem;
  font-weight: 600;
}
#scene .accordion dd .box .txt {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
#scene .accordion dd .box.bg_box {
  position: relative;
  background: #F7F7F7;
  margin: 0 -4.6rem;
  padding: 5.4rem 4.6rem 2.9rem;
}
#scene .accordion dd .box.bg_box::before {
  position: absolute;
  top: -2.7rem;
  left: 50%;
  content: "";
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  background: var(--color-white);
  transform: translateX(-50%) rotate(45deg);
}
#scene .accordion dd .box .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4.6rem;
}
#scene .accordion dd .box .flex img {
  width: 42.7rem;
  height: auto;
}
#scene .accordion dd .box .flex .txt {
  width: 44.6rem;
}
#scene .accordion dd .close {
  position: relative;
  padding: 3.67rem 0 0;
  width: 6rem;
  margin: 4.8rem auto 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-blue);
  text-align: center;
}
#scene .accordion dd .close:hover {
  cursor: pointer;
}
#scene .accordion dd .close::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  transform: translateX(-50%);
  background: url(../images/icon_btn.png) center/1.5rem auto no-repeat;
  transition: .5s;
  border: 0.2rem solid var(--color-blue);
}
@media screen and (max-width: 767px) {
  #scene {
    width: auto;
    margin: -6.7rem 1rem 6.2rem;
    padding: 6.4rem 1rem 5.8rem;
    border-radius: 1rem;
  }
  #scene .in {
    width: auto;
    padding: 0 1rem;
  }
  #scene .ttl_h2 {
    text-align: center;
  }
  #scene .ttl_h2 span {
    margin-top: 0.3rem;
  }
  #scene .accordion {
    margin-top: 2.4rem;
  }
  #scene .accordion dt {
    display: block;
    padding: 1rem 6rem 1.1rem 1.6rem;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  #scene .accordion .en {
    display: block;
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
  #scene .accordion dt .en strong {
    font-size: 2.2rem;
  }
  #scene .accordion dt::before, #scene .accordion dt:after {
    right: 1.4rem;
  }
  #scene .accordion dd .accordion_in {
    padding: 2.2rem 1.6rem 0 1.6rem;
  }
  #scene .accordion dd .imgWrap {
    position: relative;
    height: 21.3rem;
    overflow: hidden;
    margin-bottom: 2.4rem;
  }
  #scene .accordion dd .imgWrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #scene .accordion dd .box {
    padding-bottom: 3.3rem;
  }
  #scene .accordion dd .box .lead {
    font-size: 1.8rem;
  }
  #scene .accordion dd .box .txt {
    margin-top: 0.7rem;
    font-size: 1.6rem;
  }
  #scene .accordion dd .box.bg_box {
    margin: 0 -1.6rem;
    padding: 7.1rem 1.6rem 3rem;
  }
  #scene .accordion dd .box .flex {
    display: block;
  }
  #scene .accordion dd .box .flex .txt {
    width: auto;
  }
  #scene .accordion dd .box .flex img {
    width: 100%;
    margin: 3rem auto 3.5rem;
  }
  #scene .accordion dd .close {
    margin-top: 2.8rem;
  }
  #scene .accordion dd .box.bg_box::before {
    width: 5.4rem;
    height: 5.4rem;
    top: -2.7rem;
  }
}
/* ----------------------------------
flow
---------------------------------- */
#flow {
  margin-top: -28.8rem;
  padding: 38.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);
}
#flow .ttl_h2 {
  margin: 0 auto 5.4rem;
  text-align: center;
  color: var(--color-blue);
}
#flow ol {
  width: 98rem;
  margin: 0 auto;
}
#flow ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
#flow ol li:last-of-type {
  margin-bottom: 0;
}
#flow ol li .img {
  width: 42.7rem;
  height: 26.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: gray;
}
#flow ol li dl {
  width: 49rem;
}
#flow ol li dl dt {
  position: relative;
  padding-top: 4.7rem;
  margin-top: -2rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--color-blue);
}
#flow ol li dl dt span {
  position: absolute;
  left: -2.4rem;
  top: 0;
  font-size: 10.1rem;
  font-weight: 700;
  font-style: italic;
  opacity: 0.1;
  line-height: 1;
}
#flow ol li dl dd {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #flow {
    padding-top: 17.6rem;
    padding-bottom: 8.2rem;
    margin-top: -18.4rem;
  }
  #flow .ttl_h2 {
    margin: 9.7rem 0 2.5rem;
    font-size: 2.4rem;
  }
  #flow .ttl_h2 span {
    margin-top: 0.4rem;
  }
  #flow ol {
    width: auto;
    margin: 0 1rem;
  }
  #flow ol li {
    display: block;
    margin-bottom: 5.4rem;
  }
  #flow ol li .img {
    position: relative;
    width: 100%;
    height: 21.9rem;
    overflow: hidden;
  }
  #flow ol li .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #flow ol li dl {
    width: 100%;
  }
  #flow ol li dl dt {
    margin-top: 0.8rem;
    text-align: center;
  }
  #flow ol li dl dt span {
    top: 1.2rem;
    left: 50%;
    font-size: 8rem;
    transform: translateX(-50%);
  }
  #flow ol li dl dd {
    padding: 0 1rem;
  }
}
/* ----------------------------------
faq
---------------------------------- */
#faq {
  padding: 15rem 0 15.3rem;
}
#faq .ttl_h2 {
  margin-bottom: 5.3rem;
  text-align: center;
  color: var(--color-blue);
}
#faq .accordion {
  width: 98rem;
  margin: 0 auto 2.9rem;
  border: 1px solid #DEDEDE;
  border-radius: 1rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.16);
  background: var(--color-white);
}
#faq .accordion dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 4.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
#faq .accordion dt:hover {
  cursor: pointer;
}
#faq .accordion dt span {
  padding-right: 3.8rem;
  font-size: 2rem;
  font-weight: 700;
}
#faq .accordion dt::before,
#faq .accordion dt:after {
  position: absolute;
  right: 2rem;
  top: 50%;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  transform: translateY(-50%);
  background: url(../images/icon_btn.png) center/1.5rem auto no-repeat;
  transition: .5s;
}
#faq .accordion dt::before {
  border: 0.2rem solid var(--color-blue);
}
#faq .accordion dt:after {
  transform: translateY(-50%) rotate(90deg);
}
#faq .accordion dt.open:after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
#faq .accordion dd {
  display: none;
  width: 100% !important;
}
#faq .accordion dd .in {
  padding: 2.1rem 4.4rem 2.3rem;
  border-top: 1px solid #DEDEDE;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 8.6rem 1rem 4rem;
  }
  #faq .ttl_h2 {
    margin-bottom: 2.2rem;
    font-size: 2.4rem;
  }
  #faq .ttl_h2 span {
    margin-top: 0.4rem;
  }
  #faq .accordion {
    width: 100%;
    margin-bottom: 1rem;
  }
  #faq .accordion dt {
    padding: 1.7rem 4.9rem 1.7rem 1rem;
    line-height: 1.33;
  }
  #faq .accordion dt span {
    padding: 0;
    min-width: 4.2rem;
    width: 4.2rem;
  }
  #faq .accordion dt::before, #faq .accordion dt:after {
    width: 2rem;
    height: 2rem;
    right: 1.4rem;
    background-image: url(../images/icon_btn_sp.png);
    background-size: 0.8rem;
  }
  #faq .accordion dd .in {
    padding: 2rem 1rem 1.7rem;
  }
}



/* ----------------------------------
contact
---------------------------------- */
#contact {
  position: relative;
  padding: 14.7rem 0 14.1rem;
  background: #F7F7F7;
}
#contact .txtWrap {
  text-align: center;
}
#contact .ttl_h2 {
  color: var(--color-blue);
  line-height: 1.25;
}
#contact .ttl_h2 span {
  margin-top: 2.1rem;
}
#contact .balloon {
  position: absolute;
  top: 20.3rem;
  left: 50%;
  width: 98rem;
  transform: translateX(-50%);
}
#contact .balloon img {
  width: 16.5rem;
  margin-left: auto;
  margin-right: 11.8rem;
}
#contact .note {
  margin-top: 4.1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
  text-align: center;
}
#contact .btn_note {
  margin-top: 0.69rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
}
#contact form {
  width: 98rem;
  margin: 8.8rem auto 0;
}
#contact form .item {
  margin-bottom: 5rem;
}
#contact form .item dt {
  font-size: 1.6rem;
  font-weight: 600;
}
#contact form .item dd input:focus-visible,
#contact form .item dd textarea:focus-visible {
  outline: none;
}
#contact form .item dt span {
  display: inline-block;
  padding: 0 0.7rem;
  margin-left: 1.15rem;
  background: #253577;
  border-radius: 0.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-white);
  line-height: 2rem;
}
#contact form .item dd {
  margin-top: 2.8rem;
}
#contact form .item dd input,
#contact form .item dd textarea {
  width: 100%;
  padding: 1.7rem 2.4rem;
  border: 1px solid #DEDEDE;
  border-radius: 0.2rem;
  background: var(--color-white);
  font-size: 1.6rem;
  font-weight: 600;
  font-family: '游ゴシック' ,YuGothic, 'Yu Gothic Medium', 'Yu Gothic bold', 'Yu Gothic', 'Noto Sans JP', 'Segoe UI', Verdana, Meiryo, sans-serif;
}
#contact form .item dd textarea {
  height: 32rem;
  resize: none;
}
::placeholder {
  color: #BCBCBC;
}
#contact form .item dd.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact form .item.name dd.flex {
  width: 52rem;
  margin-top: 1.6rem;
  margin-bottom: -5rem;
}
#contact form .item.name dd.flex dl {
  width: 24rem;
  margin-bottom: 5rem;
}
#contact form .item.tel dd.flex {
  width: 56.1rem;
}
#contact form .item.tel dd.flex input {
  width: 17.5rem;
  text-align: center;
}

#contact form .item dd div {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
}
#contact form .item dd label {
  padding-left: 1.7rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
}
#contact form .item dd input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
}
#contact form .item dd input[type="checkbox"]::before,
#contact form .item dd input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
#contact form .item dd input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #DEDEDE;
  width: 3rem;
  height: 3rem;
  border-radius: 0.2rem;
  transform: translateY(-50%);
  top: 50%;
  left: -0.5rem;
}
#contact form .item dd input[type="checkbox"]::after {
  border-bottom: 0.3rem solid #000000;
  border-left: 0.3rem solid #000000;
  opacity: 0;
  height: 0.8rem;
  width: 1.5rem;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%)  rotate(-45deg);
}
#contact form .item dd input[type="checkbox"]:checked::after {
  opacity: 1;
}
#contact .privacypolicy {
  margin-top: 9.2rem;
  padding: 4.5rem 2.4rem 2.9rem;
  background: var(--color-white);
  border: 1px solid #DEDEDE;
  border-radius: 0.2rem;
  height: 32rem;
  overflow-y: scroll;
}
#contact .privacypolicy::-webkit-scrollbar {
  display: none;
}
#contact .privacypolicy h3 {
  margin-bottom: 2.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
#contact .privacypolicy p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
#contact .applyBtn {
  margin-top: 3.75rem;
  font-family: '游ゴシック' ,YuGothic, 'Yu Gothic Medium', 'Yu Gothic bold', 'Yu Gothic', 'Noto Sans JP', 'Segoe UI', Verdana, Meiryo, sans-serif;
}
#contact form .item.textarea {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 11rem 2rem 7.2rem;
  }
  #contact .ttl_h2 {
    font-size: 2.4rem;
  }
  #contact .ttl_h2 span {
    margin-top: 1.4rem;
  }
  #contact .note {
    margin-top: 2.2rem;
  }
  #contact .btn_note {
    text-align: left;
  }
  #contact .balloon {
    position: static;
    width: 100%;
    margin-top: 1.7rem;
    transform: unset;
  }
  #contact .balloon img {
    margin: 0 auto;
  }
  #contact form {
    margin-top: 2.6rem;
    width: 100%;
  }
  #contact form .item dd.flex {
    width: 100% !important;
  }
  #contact form .item.name dd.flex {
    display: block;
    margin-bottom: 0;
  }
  #contact form .item.name dd.flex dl {
    width: 100%;
  }
  #contact form .item.tel dd.flex input {
    width: 10.1rem;
  }
  #contact form .item dd input, #contact form .item dd textarea {
    padding: 2rem 2.4rem;
  }
  #contact form .item dd {
    margin-top: 2.2rem;
  }
  #contact form .item {
    margin-bottom: 3.8rem;
  }
  #contact form .item.checkbox {
    margin-right: -2rem;
  }
  #contact .privacypolicy {
    padding: 4.5rem 1rem 2.9rem;
  }
  #contact form .item.textarea {
    margin-bottom: 2rem;
  }
  #contact .applyBtn {
    margin-top: 1.8rem;
  }
}
/* ----------------------------------
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;
  }
}

/* ----------------------------------
thanks
---------------------------------- */
.thanksWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(100vh - 30rem);
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-black);
}
.thanksWrap .applyBtn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .thanksWrap {
    padding: 0 1rem;
    min-height: calc(100vh - 25.5rem);
    font-size: 2rem;
  }
}

/* ----------------------------------
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;
  }
}
/* ----------------------------------
policy
---------------------------------- */
#policy{
  width: 120rem;
  margin: 6rem auto 0;
  padding-bottom:3rem;
  font-size: 1.6rem;
  line-height: 1.55;;
}
#policy .ttl_h2{
  padding:0;
  margin:0 0 2rem;
  font-size: 2.6rem;
}
#policy h3{
  font-size: 2.4rem;
  margin:3rem 0 2rem;
  font-weight: bold;
  color:var(--color-blue);
}
#policy h4{
  font-size: 2rem;
  margin:3rem 0 2rem;
  font-weight: bold;
  border-left:1.6rem solid var(--color-blue);
  padding-left:1rem;
}
#policy ol{
  padding-left:2rem;
  margin:2rem 0;
}
#policy ol li{
  margin-bottom:1rem;
  list-style-type: decimal;
}
#policy ul{
  padding-left:2rem;
  margin:2rem 0;
}
#policy  ul li{
  margin-bottom:1rem;
  list-style-type: disc;
}
#policy table{
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  margin:3rem 0;
}
#policy table th{
  font-weight: normal;
  background-color: #efefef;
}
#policy table th,
#policy table td{
  padding:1rem;
  border-left:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #policy{
    padding:0 2rem 3rem;
    width:unset;
  }
}

/* アニメーション */
.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);
  }
}