@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
select,button,input,textarea,button {
  border: 1px solid #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*table,td,th {
  border: 1px solid #333;
}*/
td,th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}
th {
  font-weight: bold;
  font-size: 1.05em;
}
html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}
body {
  min-height: 100vh;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}
button:disabled {
  cursor: default;
}
a,a:active,a:link,a:visited {
  text-decoration: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,dialog,hr,img {
  display: block;
}
audio,canvas,iframe,img,svg,video {
  display: inline-block;
  vertical-align: middle;
}
[hidden],dialog:not([open]),template {
  display: none;
}
button,input,select,textarea {
  font-family: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
audio,canvas,progress,video {
  display: inline-block;
}
input,select {
  vertical-align: middle;
}
button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}
button,select {
  text-transform: none;
}
code,kbd,pre,samp {
/*  font-family: monospace, sans-serif;
  font-size: 1em;*/
}
mark {
  background-color: #ff0;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
ul {
  list-style: none;
}
picture,img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /*image-rendering: -webkit-optimize-contrast;*/
}
svg:not(:root) {
  overflow: hidden;
}
a{
  color: inherit;
    -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
h1,h2,h3,h4,h5{font-weight: 500;}

input,select,textarea{
  font-family:'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
/*-----------------------------------------------------------
cmn
-------------------------------------------------------------*/
.ef{
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
html {
  width: 100%;
  font-size: calc(100vw / 1400 * 10);
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 375 * 10);
}
a{
  color: inherit;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  background: #fff;
  color: #000;
}

@media only screen and (min-width: 900px) {
/*::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #716046;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #716046;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}*/
a[href^="tel:"] {
    pointer-events: none;
}
}
.is_pc { display: block !important; }
.is_pcOnly { display: block !important; }
.is_sp { display: none !important; }
.is_tb { display: none !important; }
.is_tbsp { display: none !important; }
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.is_tb { display: block !important; }
.is_tbsp { display: block !important; }
.is_pcOnly { display: none !important; }
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.is_pc { display: none !important; }
.is_sp { display: block !important; }
.is_tb { display: none !important; }
.is_tbsp { display: block !important; }
.is_pcOnly { display: none !important; }
body {
  font-size: 1.4rem;
}
}
.f-min {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}
/*-----------------------------------------------------------

component

-------------------------------------------------------------*/

/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
/* header */
.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  transition: 0.4s ease-out;
  background: #ffffff00;
}
.header.transform{
  top: 0;
  background: url(../../src/img/h-bg.png) 0 0 no-repeat;
  background-size: cover;
  box-shadow: 0 2px 4px #00000030;
}
.header__logo{
  width: 16rem;
}
.header__nav{
  width: 25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav-cta{
  width: 18rem;
}
.header__nav-hmb{
  width: 3.6rem;
}
/* humb */
.header__hmb {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 40%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 3rem 5rem;
  display: block;
  background: #fff;
  padding-bottom: 0rem;
  box-shadow: -2px 0px 4px #00000030;
}
.header__hmb.on {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.header__hmb.on::-webkit-scrollbar {
  display:none;
}
.header__hmb-inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-bottom: 4rem;
}
.header__hmb-close{
  width: 3.6rem;
}
.header__hmb-menu{
  width: 80%;
}
.header__hmb-form{
  margin-bottom: 2rem;
}
.header__hmb-form-image{
  margin-bottom: 2rem;
}
.header__hmb-list{
  border-top: 1px solid #150682;
}
.header__hmb-list.header__hmb-list--child{
  border-top: none;
}
.header__hmb-item{
  border-bottom: 1px solid #150682;
  color: #1E257C;
}
.header__hmb-link{
  padding: 1rem 2rem;
  padding-left: 3.4rem;
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
}
.header__hmb-list--child{
  padding-left: 4rem;
  border-bottom: 1px solid #150682;
}
.header__hmb-list--child .header__hmb-item:last-child{
  border-bottom: none;
}
.header__hmb-link:before{
  content: "";
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__hmb-item:nth-child(1) .header__hmb-link:before{
  width: 1.5rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(2) .header__hmb-link:before{
  width: 1.5rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-list--child .header__hmb-item:nth-child(1) .header__hmb-link:before{
  width: 1.6rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico03.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-list--child .header__hmb-item:nth-child(2) .header__hmb-link:before{
  width: 1.6rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-list--child .header__hmb-item:nth-child(3) .header__hmb-link:before{
  width: 1.6rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico05.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(4) .header__hmb-link:before{
  width: 1.7rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico06.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(5) .header__hmb-link:before{
  width: 1.5rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico07.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(6) .header__hmb-link:before{
  width: 1.6rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico08.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(7) .header__hmb-link:before{
  width: 1.5rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico09.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(8) .header__hmb-link:before{
  width: 2rem;
  height: 1.2rem;
  background: url(../../src/img/hmb-ico10.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
/* footer */
.footer{

}
.footer__copyright{
  background: #000;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  padding-bottom: 10rem;
}
.fixbnr {
  background: url(../../src/img/fix-bg.png) 0 bottom no-repeat;
  background-size: 100% 91%;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
.fixbnr__image{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}


@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
  .header__hmb {
    visibility: hidden;
    z-index: 9999;
    position: fixed;
    top: 0rem;
    right: 0rem;
    width: 50%;
    height: 100%;
    opacity: 0;
    transition: 0.3s ease;
    padding: 3rem 5rem;
    display: block;
    background: #fff;
    padding-bottom: 0rem;
    box-shadow: -2px 0px 4px #00000030;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
/* header */
.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  transition: 0.4s ease-out;
  background: #ffffff00;
}
.header.transform{
  top: 0;
  background: url(../../src/img/h-bg.png) 0 0 no-repeat;
  background-size: cover;
  box-shadow: 0 2px 4px #00000030;
}
.header__logo{
  width: 11rem;
}
.header__nav{
  width: 17rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav-cta{
  width: 13rem;
}
.header__nav-hmb{
  width: 2.5rem;
  line-height: 1;
}
/* humb */
.header__hmb {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 90%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 2rem 2rem;
  display: block;
  background: #fff;
  padding-bottom: 0rem;
  box-shadow: -2px 0px 4px #00000030;
}
/*.header__hmb:before{
  content: "";
  background: #00000060;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}*/
.header__hmb.on {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.header__hmb.on::-webkit-scrollbar {
  display:none;
}
.header__hmb-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding-bottom: 4rem;
  flex-wrap: wrap;
}
.header__hmb-close{
  width: 2.6rem;
  line-height: 1;
}
.header__hmb-form-wrap{
  width: 80%;
  line-height: 1;
}
.header__hmb-form-btn{
  display: block;
}
.header__hmb-menu{
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-direction: column-reverse;
}
.header__hmb-form{
  margin-bottom: 0rem;
  margin-top: 3rem;
}
.header__hmb-form-image{
  margin-bottom: 2rem;
}
.header__hmb-list{
  border-top: 1px solid #150682;
}
.header__hmb-list.header__hmb-list--child{
  border-top: none;
}
.header__hmb-item{
  border-bottom: 1px solid #150682;
  color: #1E257C;
}
.header__hmb-link{
  padding: 1rem 2rem;
  padding-left: 3.4rem;
  display: block;
  position: relative;
  font-weight: 600;
}
.header__hmb-list--child{
  padding-left: 2rem;
  border-bottom: 1px solid #150682;
}
.header__hmb-list--child .header__hmb-item:last-child{
  border-bottom: none;
}
.header__hmb-link:before{
  content: "";
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__hmb-item:nth-child(1) .header__hmb-link:before{
  width: 1.5rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(2) .header__hmb-link:before{
  width: 1.5rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-list--child .header__hmb-item:nth-child(1) .header__hmb-link:before{
  width: 1.6rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico03.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-list--child .header__hmb-item:nth-child(2) .header__hmb-link:before{
  width: 1.6rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-list--child .header__hmb-item:nth-child(3) .header__hmb-link:before{
  width: 1.6rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico05.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(4) .header__hmb-link:before{
  width: 1.6rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico06.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(5) .header__hmb-link:before{
  width: 1.5rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico07.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(6) .header__hmb-link:before{
  width: 1.6rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico08.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(7) .header__hmb-link:before{
  width: 1.5rem;
  height: 1.4rem;
  background: url(../../src/img/hmb-ico09.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.header__hmb-item:nth-child(8) .header__hmb-link:before{
  width: 2rem;
  height: 1.2rem;
  background: url(../../src/img/hmb-ico10.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
/* footer */
.footer{

}
.footer__copyright{
  background: #1E257C;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  padding-bottom: 10rem;
}
.fixbnr {
  background: url(../../src/img/sp/fix-bg.png) 0 bottom no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  padding: 0.4rem 0 0.6rem;
  padding: 0.4rem 0 calc(0.6rem + env(safe-area-inset-bottom));
}
.fixbnr__image{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.main{
  position: relative;
  overflow: hidden;
}
.mv{
  background: url(../../src/img/main-bg.png) 0 0 no-repeat;
  background-size: cover;
  padding: 12rem 0 6rem;
}
.mv__text{
  width: 40%;
  max-width: 580px;
  margin: 0 auto 6rem;
}
.mv__image{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 6rem;
}
.intro{
  margin-bottom: 4rem;
}
.intro-content{
  margin-bottom: 6rem;
  position: relative;
}
.intro-content:before{
  content: "";
  position: absolute;
}
.intro-content--01:before{
  background: url(../../src/img/intro-content01-bg.png) 0 0 no-repeat;
  background-size: contain;
  left: calc(0% - 8rem);
  right: 0%;
  bottom: 2rem;
  margin: auto;
  width: 85%;
  max-width: 1200px;
  height: 480px;
}
.intro-content--02:before{
  background: url(../../src/img/intro-content02-bg.png) 0 0 no-repeat;
  background-size: contain;
  left: calc(0% - 2rem);
  right: 0%;
  bottom: 16rem;
  margin: auto;
  width: 85%;
  max-width: 1200px;
  height: 480px;
}
.intro-content--03:before{
  background: url(../../src/img/intro-content03-bg.png) 0 0 no-repeat;
  background-size: contain;
  left: calc(0% - 1rem);
  right: 0%;
  bottom: 2rem;
  margin: auto;
  width: 85%;
  max-width: 1200px;
  height: 680px;
}
.intro-content__inner{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.intro-content__image{
  margin: 0 0 6rem;
}
.intro-content__btn{
  width: 50rem;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.cta{
  background: url(../../src/img/cta-bg.png) 0 0 no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
.cta__inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: unset;
  margin: 0 auto;
}
.cta__image{
  width: 48%;
  padding: 1rem 0;
}
.cta__form{
  width: 48%;
}
.cta__form-title{
  background: #150682;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 2rem;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.cta__form-title-ico{
  width: 8rem;
  margin-left: 1rem;
}
.cta__form-func{
  background: #fff;
  padding: 2rem 2rem 3rem;
  border-radius: 0 0 4px 4px;
}
.cta__form-list{
  margin-bottom: 1.5rem;
}
.cta__form-item{
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.cta__form-topic{
  width: 35%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hissu{
  padding: 0.6rem;
  color: #fff;
  background: #AC272D;
  white-space: nowrap;
  margin-right: 0.6rem;
  font-size: 1.2rem;
  border-radius: 4px;
}
.nini{
  padding: 0.6rem;
  color: #fff;
  background: #2996CD;
  white-space: nowrap;
  margin-right: 0.6rem;
  font-size: 1.2rem;
  border-radius: 4px;
}
.cta__form-input{
  width: 65%;
}
.cta__form-input input {
  background: #fff;
  padding: 1.2rem;
  width: 100%;
  -webkit-appearance: none;
  color: #000;
  border: 1px solid #EEEEEE;
  font-size: 1.4rem;
  border-radius: 6px;
}
.cta__form-input select {
  width: 100%;
  background: #fff url(../../src/img/select-arrow.png) 94% center no-repeat;
  background-size: 1.2rem;
  padding: 1.2rem;
  border: 1px solid #EEEEEE;
  -webkit-appearance: none;
  color: #000;
  font-size: 1.4rem;
  border-radius: 6px;
}
.cta__form-check{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.cta__form-check input {
    margin-right: 0.5rem;
    -webkit-appearance: none;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #333333;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.cta__form-check input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0071A7;
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cta__form-check a{
  color: #0071A7;
  border-bottom: 1px solid #0071A7;
}
.cta__form-check-label{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.cta__form-check-label label.error{
  position: absolute;
  bottom: -2rem;
}
.cta__form-submit{
  width: 70%;
  margin: 0 auto;
}
.cta__form-submit input {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #FFD700 url(../../src/img/button-arrow.png) 95% center no-repeat;
    background-size: 1.6rem;
    border: none;
    text-align: center;
    height: 5.5rem;
    color: #333333;
    position: relative;
    border-radius: 10px;
    font-size: 2rem;
    font-weight: 600;
}
.error{
  color: #AC272D;
  font-size: 1.2rem;
}
.about{
  margin-top: -2rem;
  margin-bottom: 8rem;
}
.cmn__title{
  width: 65%;
  max-width: 730px;
  margin: 0 auto 5rem;
}
.cmn__title--about{

}
.about__image{
  width: 65%;
  max-width: 730px;
  margin: 0 auto 8rem;
}
.movie{
  background: #1E257C;
  padding: 4rem 0;
  margin-bottom: 6rem;
}
.movie__title{
  width: 35rem;
  margin: 0 auto 2rem;
}
.movie__inner{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  background: url(../../src/img/movie-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 6rem 10rem;
}
.movie__image{
  margin-bottom: 4rem;
}
.movie__image iframe{
  width: 100%;
  height: 430px;
}
.movie__ico{
  margin-bottom: 4rem;
}
.movie__btn{
  width: 36rem;
  margin: 0 auto;
  display: block;
}
.trust{
  margin-bottom: 10rem;
}
.trust__graph{
  width: 65%;
  max-width: 710px;
  margin: 0 auto 6rem;
}
.trust__worry{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 6rem;
}
.trust__media{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 6rem;
}
.strength01{
  margin-top: -2rem;
}
.cmn__title--strength01{

}
.strength01__image{
  width: 65%;
  max-width: 730px;
  margin: 0 auto 8rem;
}
.strength01__inner{
  background: url(../../src/img/strength-repeat-bg.png) 0 0 repeat;
  background-size: 17rem 14rem;
  padding: 6rem 0;
}
.strength01__content{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 5rem;
}
.strength01__content:last-of-type{
  margin-bottom: 0;
}
.strength02{
  margin-top: -2rem;
}
.cmn__title--strength02{

}
.strength02__image{
  width: 65%;
  max-width: 730px;
  margin: 0 auto 8rem;
}
.strength02__inner{
  background: url(../../src/img/strength-repeat-bg02.png) 0 0 repeat;
  background-size: 16rem 16rem;
  padding: 6rem 0;
}
.strength02__content{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 5rem;
}
.strength02__content:last-of-type{
  margin-bottom: 0;
}
.strength03{
  margin-top: -2rem;
}
.cmn__title--strength03{

}
.strength03__image{
  width: 75%;
  max-width: 1000px;
  margin: 0 auto 8rem;
}
.strength03__inner{
  background: url(../../src/img/strength-repeat-bg03.png) 0 0 repeat;
  background-size: 12rem 17rem;
  padding: 6rem 0;
}
.strength03__content{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 5rem;
}
.strength03__content:last-of-type{
  margin-bottom: 0;
}
.indutry{
  margin-top: -2rem;
}
.cmn__title--indutry{

}
.indutry__image{
  width: 65%;
  max-width: 730px;
  margin: 0 auto 8rem;
}
.point{
  background: #F0F4FF;
  padding: 4rem 0;
}
.point__title{
  width: 41rem;
  max-width: 410px;
  margin: 0 auto 6rem;
}
.point__content{
  
}
.point__content--01{
  background: url(../../src/img/point-blur-bg.png) 0 bottom no-repeat;
  background-size: 100% 500px;
  padding-bottom: 8rem;
}
.point__content--02{
  background: url(../../src/img/point-blur-bg.png) 0 70% no-repeat;
  background-size: 100% 900px;
  padding-bottom: 8rem;
}
.point__content--03{
  background: url(../../src/img/point-blur-bg.png) 0 bottom no-repeat;
  background-size: 100% 700px;
  padding-bottom: 8rem;
}
.point__content-inner{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.interview{
  margin-top: -2rem;
}
.cmn__title--interview{

}
.interview__image{
  width: 65%;
  max-width: 730px;
  margin: 0 auto 8rem;
}
.interview__movie{
  background: #F5F5F5;
  padding: 6rem 0;
}
.interview__movie-title{
  width: 50rem;
  max-width: 500px;
  margin: 0 auto 4rem;
}
.interview__movie-iframe{
  width: 60%;
  max-width: 730px;
  margin: 0 auto 4rem;
}
.interview__movie-iframe iframe{
   width: 100%;
   height: 430px;
}
.interview__movie-btn {
    width: 36rem;
    margin: 0 auto;
    display: block;
}
.interview__owner{
  background: #EAEAEA;
  padding: 6rem 0;
}
.cmn__title-sub{
  text-align: center;
  font-size: 3.5rem;
  color: #0F0068;
  margin-bottom: 3rem;
  font-weight: 600;
}
.swiper-container{
  width: 75%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.swiper-wrapper{
  position: relative;
}
.swiper-slide{
  position: relative;
}
.swiper-button-prev:after, .swiper-button-next:after{
  content: "";
  background: url(../../src/img/interview-sldie-prev.png) no-repeat center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.swiper-button-next:after{
  transform: rotate(180deg);
}
.swiper-button-prev, .swiper-button-next{
  width: 55px;
  height: 55px;
}
.swiper-button-next{
  left: calc(100% - 28px);
}
.swiper-button-prev{
  left: unset;
  right: calc(100% - 28px);
}
.flow{
  margin-top: -2rem;
}
.cmn__title--flow{

}
.flow__image{
  width: 65%;
  max-width: 730px;
  margin: 0 auto 8rem;
}
.faq{
  background: #F2F2F2;
  padding: 6rem 0;
}
.cmn__title-sub--faq{
  font-weight: 600;
}
.faq__list{
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
}
.faq__item{
  background: #fff;
  padding: 2rem;
  color: #0F0068;
  margin-bottom: 1rem;
}
.faq__item-title{
  font-size: 1.7rem;
  line-height: 1.4;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #0F0068;
  padding-left: 3rem;
  position: relative;
}
.faq__item-title:before{
  content: "Q";
  position: absolute;
  left: 0;
  top: -0.4rem;
  font-size: 2rem;
  font-weight: 600;
}
.faq__item-content{
  padding-left: 3rem;
  position: relative;
}
.faq__item-content:before{
  content: "A";
  position: absolute;
  left: 0;
  top: -0.4rem;
  font-size: 2rem;
  color: #AC272D;
  font-weight: 600;
}
.company{
  padding: 6rem 0 12rem;
}
.company__list{
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.company__list:after{
  content: "";
  width: 1px;
  height: 100%;
  left: 10%;
  top: 0;
  position: absolute;
  background: #1E257C;;
}
.company__item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  color: #1E257C;
}
.company__item:last-child{
  margin-bottom: 0;
}
.company__item-title{
  width: 15%;
  font-size: 1.4rem;
}
.company__item-text{
  width: 85%;
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mv__text {
    width: 55%;
    max-width: 580px;
    margin: 0 auto 6rem;
}
.cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: column;
}
.cta__form {
  width: 78%;
}
.movie__image iframe {
  width: 100%;
  height: 29rem;
}
.point__content--01 {
  background: url(../../src/img/point-blur-bg.png) 0 bottom no-repeat;
  background-size: 100% 350px;
  padding-bottom: 8rem;
}
.point__content--02 {
  background: url(../../src/img/point-blur-bg.png) 0 70% no-repeat;
  background-size: 100% 610px;
  padding-bottom: 8rem;
}
.point__content--03 {
  background: url(../../src/img/point-blur-bg.png) 0 bottom no-repeat;
  background-size: 100% 400px;
  padding-bottom: 8rem;
}
.interview__movie-iframe iframe {
  width: 100%;
  height: 30rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.main{
  position: relative;
  overflow: hidden;
}
.mv{
  background: url(../../src/img/sp/main-bg.png) 0 0 no-repeat;
  background-size: cover;
  padding: 7rem 0 8rem;
}
.mv__text{
  width: 100%;
  max-width: 580px;
  margin: 0 auto -5rem;
}
.mv__image{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 0rem;
}
.intro{
  margin-bottom: 4rem;
  margin-top: -9rem;
}
.intro-content{
  margin-bottom: 6rem;
  position: relative;
}
.intro-content:before{
  content: "";
  position: absolute;
}
.intro-content--01:before {
    background: url(../../src/img/sp/intro-content01-bg.png) 0 0 no-repeat;
    background-size: cover;
    left: 0;
    right: 0%;
    bottom: 0;
    top: 2rem;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    height: 43rem;
}
.intro-content--02:before{
  background: url(../../src/img/sp/intro-content02-bg.png) 0 0 no-repeat;
  background-size: cover;
  left: 0;
  right: 0%;
  bottom: unset;
  top: 0;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  height: 72rem;
}
.intro-content--03:before{
  background: url(../../src/img/sp/intro-content03-bg.png) 0 0 no-repeat;
  background-size: cover;
  left: 0;
  right: 0%;
  bottom: unset;
  top: -2rem;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  height: 63rem;
}
.intro-content__inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.intro-content__image{
  margin: 0 0 3rem;
}
.intro-content__btn{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.cta{
  background: url(../../src/img/sp/cta-bg.png) 0 0 no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
.cta__inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: column;
}
.cta__image{
  width: 100%;
  padding: 1rem 0;
}
.cta-form-open{
  display: block;
  margin-bottom: 2rem;
}
.cta__form{
  width: 100%;
  display: none;
}
.cta__form-title{
  background: #150682;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 2rem;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.cta__form-title-ico{
  width: 8rem;
  margin-left: 1rem;
}
.cta__form-func{
  background: #fff;
  padding: 2rem 2rem 3rem;
  border-radius: 0 0 4px 4px;
}
.cta__form-list{
  margin-bottom: 1.5rem;
}
.cta__form-item{
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  flex-direction: column;
}
.cta__form-topic{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.6rem;
}
.hissu{
  padding: 0.6rem;
  color: #fff;
  background: #AC272D;
  white-space: nowrap;
  margin-right: 0.6rem;
  font-size: 1.2rem;
  border-radius: 4px;
}
.nini{
  padding: 0.6rem;
  color: #fff;
  background: #2996CD;
  white-space: nowrap;
  margin-right: 0.6rem;
  font-size: 1.2rem;
  border-radius: 4px;
}
.cta__form-input{
  width: 100%;
}
.cta__form-input input {
  background: #fff;
  padding: 1.2rem;
  width: 100%;
  -webkit-appearance: none;
  color: #000;
  border: 1px solid #EEEEEE;
  font-size: 1.4rem;
  border-radius: 6px;
}
.cta__form-input select {
  width: 100%;
  background: #fff url(../../src/img/select-arrow.png) 94% center no-repeat;
  background-size: 1.2rem;
  padding: 1.2rem;
  border: 1px solid #EEEEEE;
  -webkit-appearance: none;
  color: #000;
  font-size: 1.4rem;
  border-radius: 6px;
}
.cta__form-check{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.cta__form-check input {
    margin-right: 0.5rem;
    -webkit-appearance: none;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #333333;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.cta__form-check input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0071A7;
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cta__form-check a{
  color: #0071A7;
  border-bottom: 1px solid #0071A7;
}
.cta__form-check-label{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.cta__form-check-label label.error{
  position: absolute;
  bottom: -2rem;
}
.cta__form-submit{
  width: 100%;
  margin: 0 auto;
}
.cta__form-submit input {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #FFD700 url(../../src/img/button-arrow.png) 95% center no-repeat;
    background-size: 1.6rem;
    border: none;
    text-align: center;
    height: 5.5rem;
    color: #333333;
    position: relative;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 600;
}
.error{
  color: #AC272D;
  font-size: 1.2rem;
}
.about{
  margin-top: -1rem;
  margin-bottom: 4rem;
}
.cmn__title{
  width: 100%;
  max-width: 730px;
  margin: 0 auto 5rem;
  padding-left: 5%;
}
.cmn__title--about{

}
.about__image{
  width: 90%;
  max-width: 730px;
  margin: 0 auto 4rem;
}
.movie{
  background: #1E257C;
  padding: 4rem 0;
  margin-bottom: 6rem;
}
.movie__title{
  width: 20rem;
  margin: 0 auto 2rem;
}
.movie__inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: url(../../src/img/sp/movie-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 3rem 3rem;
}
.movie__image{
  margin-bottom: 4rem;
}
.movie__image iframe{
  width: 100%;
  height: 20rem;
}
.movie__ico{
  margin-bottom: 2rem;
}
.movie__btn{
  width: 100%;
  margin: 0 auto;
  display: block;
}
.trust{
  margin-bottom: 4rem;
}
.trust__graph{
  width: 100%;
  max-width: 710px;
  margin: 0 auto 6rem;
}
.trust__worry{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 6rem;
}
.trust__media{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 6rem;
}
.strength01{
  margin-top: -1rem;
}
.cmn__title--strength01{

}
.strength01__image{
  width: 90%;
  max-width: 730px;
  margin: 0 auto 2rem;
}
.strength01__inner{
  background: url(../../src/img/sp/strength-repeat-bg.png) 0 0 repeat;
  background-size: 14rem 11rem;
  padding: 1rem 0;
}
.strength01__content{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 1rem;
}
.strength01__content:last-of-type{
  margin-bottom: 0;
}
.strength02{
  margin-top: -1rem;
}
.cmn__title--strength02{

}
.strength02__image{
  width: 90%;
  max-width: 730px;
  margin: 0 auto 8rem;
}
.strength02__inner{
  background: url(../../src/img/sp/strength-repeat-bg02.png) 0 0 repeat;
  background-size: 14rem 14rem;
  padding: 1rem 0;
}
.strength02__content{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 1rem;
}
.strength02__content:last-of-type{
  margin-bottom: 0;
}
.strength03{
  margin-top: -1rem;
}
.cmn__title--strength03{

}
.strength03__image{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 4rem;
}
.strength03__inner{
  background: url(../../src/img/sp/strength-repeat-bg03.png) 0 0 repeat;
  background-size: 10rem 17rem;
  padding: 1rem 0;
}
.strength03__content{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 1rem;
}
.strength03__content:last-of-type{
  margin-bottom: 0;
}
.indutry{
  margin-top: -1rem;
}
.cmn__title--indutry{

}
.indutry__image{
  width: 100%;
  max-width: 730px;
  margin: 0 auto 3rem;
}
.point{
  background: #F0F4FF;
  padding: 4rem 0 2rem;
}
.point__title{
  width: 23rem;
  max-width: 410px;
  margin: 0 auto 6rem;
}
.point__content{
  
}
.point__content--01{
  background: none;
  background-size: 100% 500px;
  padding-bottom: 2rem;
}
.point__content--02{
  background: none;
  background-size: 100% 900px;
  padding-bottom: 2rem;
}
.point__content--03{
  background: none;
  background-size: 100% 700px;
  padding-bottom: 0rem;
}
.point__content-inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.interview{
  margin-top: -1rem;
}
.cmn__title--interview{

}
.interview__image{
  width: 65%;
  max-width: 730px;
  margin: 0 auto 8rem;
}
.interview__movie{
  background: #fff;
  padding: 0rem 0 6rem;
}
.interview__movie-title{
  width: 90%;
  max-width: 500px;
  margin: 0 auto 4rem;
}
.interview__movie-iframe{
  width: 85%;
  max-width: 730px;
  margin: 0 auto 2rem;
}
.interview__movie-iframe iframe{
   width: 100%;
   height: 21rem;
}
.interview__movie-btn {
    width: 85%;
    margin: 0 auto;
    display: block;
}
.interview__owner{
  background: #fff;
  padding: 3rem 0;
}
.cmn__title-sub{
  text-align: center;
  font-size: 2.5rem;
  color: #0F0068;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.6;
}
.swiper-container{
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.swiper-wrapper{
  position: relative;
  display: block;
}
.swiper-slide{
  position: relative;
  margin-bottom: 2rem;
}
.swiper-button-prev:after, .swiper-button-next:after{
  content: "";
  background: url(../../src/img/interview-sldie-prev.png) no-repeat center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.swiper-button-next:after{
  transform: rotate(180deg);
}
.swiper-button-prev, .swiper-button-next{
  width: 55px;
  height: 55px;
  display: none;
}
.swiper-button-next{
  left: calc(100% - 28px);
}
.swiper-button-prev{
  left: unset;
  right: calc(100% - 28px);
}
.flow{
  margin-top: -2rem;
}
.cmn__title--flow{

}
.flow__image{
  width: 90%;
  max-width: 730px;
  margin: 0 auto 4rem;
}
.faq{
  background: #F2F2F2;
  padding: 3rem 0;
}
.cmn__title-sub--faq{
  font-weight: 600;
  margin-bottom: 3rem;
}
.faq__list{
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.faq__item{
  background: #fff;
  padding: 1.4rem;
  color: #0F0068;
  margin-bottom: 1rem;
}
.faq__item-title{
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  padding-left: 3rem;
  position: relative;
  padding-right: 3rem;
  background: url(../../src/img/sp/ac-on.png) 98% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.faq__item-title.on{
  background: url(../../src/img/sp/ac-off.png) 98% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.faq__item-title:before{
  content: "Q";
  position: absolute;
  left: 0;
  top: 0rem;
  bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.faq__item-content{
  padding-left: 3rem;
  position: relative;
  padding-top: 1rem;
  border-top: 1px dashed #0F0068;
  margin-top: 1rem;
  display: none;
  line-height: 1.6;
}
.faq__item-content:before{
  content: "A";
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-size: 2rem;
  color: #AC272D;
  font-weight: 600;
}
.company{
  padding: 6rem 0 6rem;
}
.company__list{
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.company__list:after{
  content: "";
  width: 1px;
  height: 100%;
  left: 10%;
  top: 0;
  position: absolute;
  background: #1E257C;
  display: none;
}
.company__item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  color: #1E257C;
  flex-direction: column;
}
.company__item:last-child{
  margin-bottom: 0;
}
.company__item-title{
  width: 100%;
  font-size: 1.4rem;
  font-weight: 800;
  padding-left: 0.6rem;
  border-left: 2px solid #1E257C;
  line-height: 1;
  margin-bottom: 1rem;
}
.company__item-text{
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
}
}
/*-----------------------------------------------------------

EFFECT

-------------------------------------------------------------*/
/*------------- section全体　---------------*/
.ivSec{
  opacity: 0;
  transform: translateY(4rem);
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------- fadeIN　---------------*/
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
  opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------- scaleUp　---------------*/
.scaleUp{
  animation-name:scaleUpAnim;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes scaleUpAnim{
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
/*------------- boundUp---------------*/
.boundUp {
  animation-name:boundUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
  transform: translateY(5rem);
}
@keyframes boundUpAnime{
  from {
    transform: translateY(5rem);
  }
  to {
    transform: translateY(0rem);
  }
}
/*------------- boundUp---------------*/
.boundUp {
  animation-name:boundUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
  transform: translateY(5rem);
}
@keyframes boundUpAnime{
  from {
    transform: translateY(5rem);
  }
  to {
    transform: translateY(0rem);
  }
}

/*------------- top　---------------*/
.fadeR{
  opacity: 0;
}
.fadeR.on {
  animation-name:fadeRAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeRAnime{
  from {
    opacity: 0;
    transform: translateX(-4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeL{
  opacity: 0;
}
.fadeL.on {
  animation-name:fadeLAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeLAnime{
  from {
    opacity: 0;
    transform: translateX(4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
