@charset "utf-8";

.head_nav .nav_accumulate,
.head_nav .nav_howto,
.head_nav .nav_omatome,
.head_nav .nav_app,
.head_nav .nav_service {
  display: none;
}

/* fonts-setting */
.meiryo {
  font-family: 'Meiryo', sans-serif;
}

/*-------------------------------------------
body
-------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

img {
  font-size: 0;
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: top;
}

ul {
  list-style-type: none;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

.only_pc {
  display: inline-block;
}

@media screen and (max-width:767px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}

@media screen and (max-width:767px) {
  .only_sp {
    display: inline-block;
  }
}

.bold {
  font-weight: 700;
}

.red {
  color: #E60012;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right;
}

.t_visibility {
  visibility: hidden;
}

.t_decoration {
  text-decoration: underline;
}

.font_feature_settings {
  font-feature-settings: "halt";
  letter-spacing: -.03em;
}

/*-------------------------------------------
header
-------------------------------------------*/
#header {
  border-bottom: 2px solid #EF0000;
}

/*-------------------------------------------
basic
-------------------------------------------*/
.inner {
  margin: 0 auto;
  max-width: 1280px;
}

.block {
  background: #FFFFFF;
  border-radius: 2rem;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1040px;
  padding: calc(60/1280*100%) calc(60/1280*100%);
  width: 96%;
}

@media screen and (max-width:767px) {
  .block {
    border-radius: 1rem;
    padding: 6.4vw 4vw 8.5333vw;
    width: calc(345/375*100%);
  }
}

.mv {
  background: #a0f0f0 url(../img/bg_kv_pc.png) repeat-x center bottom;
  background-size: contain;
}

.mv .w_mv {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

.mv img {
  width: 100%;
}

.content {
  background: #DBF8FF;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

@media screen and (max-width:767px) {
  .content {
    background: #DBF8FF;
    padding-bottom: 8.5333vw;
    padding-top: 6.4vw;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.611;
  text-align: center;
}

@media screen and (max-width:767px) {
  h2 {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}

h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width:767px) {
  h3 {
    font-size: 4.8vw;
    letter-spacing: -.03em;
    line-height: 1.444;
    text-align: center;
  }
}

.text.large {
  font-size: 3.6rem;
  display: inline-block;
  padding-top: .5rem;
}

@media screen and (max-width:767px) {
  .text.large {
    font-size: 6.4vw;
  }  
}

p.text {
  font-size: 1.8rem;
}

@media screen and (max-width:767px) {
  p.text {
    font-size: 3.2vw;
  } 
}

p.text .line_text {
  position: relative;
  padding: 0 1.5rem;
}

@media screen and (max-width:767px) {
  p.text .line_text {
    padding: 0 2.1333vw;
  }
}

p.text .line_text::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 120%;
  background: #333333;
  transform: rotate(148deg);
}

p.text .line_text::before {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 120%;
  background: #333333;
  transform: rotate(-148deg);
}


.underline {
  background: linear-gradient(#ffffff 75%, #ffff00 0, #ffff00 100%);
  display: inline;
}

.head_sub {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.667;
  font-feature-settings: "halt";
  padding-top: 1rem;
}

@media screen and (max-width:767px) {
  .head_sub {
    font-size: 4.2667vw;
    line-height: 1.625;
    padding-top: 1rem;
  }
}

.description {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 1.8rem;
  padding-top: 1.5rem;
  text-align: center;
}

@media screen and (max-width:767px) {
  .description {
    font-size: 3.7333vw;
    line-height: 1.5;
    padding-bottom: 3.2667vw;
    padding-top: 2.4vw;
  }
}

.steps>.step {
  border-top: 1px solid #4096EC;
  padding-bottom: 6.8rem;
}

@media screen and (max-width:767px) {
  .steps>.step {
    margin-top: 4.8vw;
    padding-bottom: 6.4vw;
  }
}

.steps {
  padding-top: 10rem;
}

@media screen and (max-width:767px) {
  .steps {
    padding-top: 10vw;
  }
}

.steps>.step:last-child {
  border-bottom: 1px solid #4096EC;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  margin-bottom: 4rem;
}

@media screen and (max-width:767px) {
  .steps>.step:last-child {
    margin-bottom: 6.6667vw;
    padding-top: 5.4vw;
    padding-bottom: 5.4vw;
  }
}

.steps>.step>.tag {
  margin-top: -2.1rem;
  padding-bottom: 1.6rem;
  text-align: center;
}

@media screen and (max-width:767px) {
  .steps>.step>.tag {
    margin-top: -3.7333vw;
    padding-bottom: 3.3vw;
  }
}

.steps>.step>.tag span {
  background: #4096EC;
  color: #FFFFFF;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  min-width: 16.5rem;
  padding: .8rem 0;
  position: relative;
}

@media screen and (max-width:767px) {
  .steps>.step>.tag span {
    font-size: 4.2667vw;
    line-height: 1;
    min-width: 30vw;
    padding: 1.6vw 0;
  }
}

.steps>.step>.tag span::after {
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0; 
  height: 0; 
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent; 
  border-right: 1.5rem solid #ffffff; 
}

@media screen and (max-width:767px) {
  .steps>.step>.tag span::after {
    border-top: 3.7333vw solid transparent;
    border-bottom: 3.7333vw solid transparent; 
    border-right: 3.7333vw solid #ffffff; 
  }
}

.steps>.step>.tag span::before {
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0; 
  height: 0; 
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent; 
  border-left: 1.5rem solid #ffffff; 
}

@media screen and (max-width:767px) {
  .steps>.step>.tag span::before {
    border-top: 3.7333vw solid transparent;
    border-bottom: 3.7333vw solid transparent; 
    border-left: 3.7333vw solid #ffffff; 
  }
}

.steps>.step>.sub {
  text-align: center;
}

.steps>.step>.sub span.txt {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width:767px) {
  .steps>.step>.sub span.txt {
    font-size: 2.6667vw;
    line-height: 1.6;
    padding-top: 1.0667vw;
  }
}

.steps>.step>.sub a.url {
  color: #1A49B7;
  font-size: 1.6rem;
  line-height: 1.875;
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .steps>.step>.sub a.url {
    display: inline-block;
    font-size: 2.6667vw;
    line-height: 1.5;
    padding-top: 1.0667vw;
    vertical-align: top;
  }
}

.steps>.step01>.row {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

@media screen and (max-width:767px) {
  .steps>.step01>.row {
    display: block;
    margin-top: 6.4vw;
  }
}

.steps>.step01>.row .col {
  width: calc(480 / 960 * 100%);
}

@media screen and (max-width:767px) {
  .steps>.step01>.row .col {
    width: 100%;
  }
}

.steps>.step01>.row .col.left {
  padding-right: 2.55rem;
}

@media screen and (max-width:767px) {
  .steps>.step01>.row .col.left {
    padding-right: 0;
  }
}

.steps>.step01>.row .col.right {
  padding-left: 2.45rem;
}

@media screen and (max-width:767px) {
  .steps>.step01>.row .col.right {
    padding-left: 0;
    padding-top: 5.8667vw;
  }
}


.steps>.step01>.row .col:last-child {
  border-left: 1px solid #cccccc;
}

@media screen and (max-width:767px) {
  .steps>.step01>.row .col:last-child {
    border-left: none;
  }
}

.steps>.step01>.row .col p.txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 1.1rem;
  text-align: center;
}

@media screen and (max-width:767px) {
  .steps>.step01>.row .col p.txt {
    font-size: 4.2667vw;
    padding-bottom: 2.1333vw;
  }
}

.steps>.step01>.row .col p.note {
  font-size: 1.6rem;
  line-height: 1.625;
  padding-top: 1.5rem;
  text-align: left;
}

@media screen and (max-width:767px) {
  .steps>.step01>.row .col p.note {
    font-size: 3.2vw;
    letter-spacing: .02em;
    line-height: 1.583;
    padding-top: 1.6vw;
  }
}

.steps>.step01>.row .col div.qr {
  margin-top: .7rem;
  text-align: center;
}

.steps>.step01>.row .col div.qr img {
  max-width: 10rem;
}

.steps>.step03>.t_center {
  padding-top: 2.3rem;
}

@media screen and (max-width:767px) {
  .steps>.step03>.t_center {
    padding-top: 6.2667vw;
  }
}

.steps>.step>.head.ico .inner_ico {
  display: inline-block;
  padding: 0 13.2rem;
  position: relative;
}

@media screen and (max-width:767px) {
  .steps>.step>.head.ico .inner_ico {
    padding: 0;
  }
}

.steps>.step>.head.ico .inner_ico::after {
  background: url(../img/ico_girl.png) no-repeat;
  background-size: contain;
  content: "";
  height: 12rem;
  position: absolute;
  right: 0;
  top: -1rem;
  width: 13.4rem;
}

@media screen and (max-width:767px) {
  .steps>.step>.head.ico .inner_ico::after {
    content: none;
  }
}

.steps>.step .outer {
  border-top: 1px solid #cccccc;
  margin-top: 4rem;
  padding-top: 4rem;
}

@media screen and (max-width:767px) {
  .steps>.step .outer {
    margin-top: 7.4667vw;
    padding-top: 8.5333vw;
  }
}

.table {
  border: 4px solid #4096EC;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 5.1rem;
  margin-top: 5.7rem;
}

@media screen and (max-width:767px) {
  .table {
    border: 2px solid #4096EC;
    padding-bottom: 8vw;
    margin-top: 3rem;
  }
}

.table .head {
  background: #4096EC;
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: .7rem .8rem 1.5rem;
  text-align: center;
}

@media screen and (max-width:767px) {
  .table .head {
    font-size: 5.6vw;
    line-height: 1.429;
    padding: 1.3333vw 2.6667vw 3.4667vw;
  }
}

.table .row {
  padding: 4rem 3.6rem 0;
}

@media screen and (max-width:767px) {
  .table .row {
    padding: 6.4vw 3.7333vw 0;
  }

  .table .row:last-child {
    padding: 4.2667vw 3.7333vw 0;
  }
}

.table dl {
  display: flex;
  justify-content: space-between;
}

.table dl dt {
  align-items: center;
  border-top: 2px solid #4096EC;
  display: flex;
  justify-content: center;
  padding: 3.25rem 0 3rem;
  width: calc(240/840*100%);
}

@media screen and (max-width:767px) {
  .table dl dt {
    padding: 3.7333vw 0;
    width: calc(100/283*100%);
  }
}

.table dl dd {
  border-top: 2px solid #CCCCCC;
  padding: 3.25rem 0 3rem 3rem;
  width: calc(600/840*100%);
}

@media screen and (max-width:767px) {
  .table dl dd {
    padding: 3.7333vw 0 4.2667vw 4.2667vw;
    width: calc(183/283*100%);
  }

  .table dl dd.flex.center {
    align-items: center;
    display: flex;
    justify-content: left;
    text-align: left;
  }
}

.table dl:last-child dt {
  border-bottom: 2px solid #4096EC;
}

.table dl:last-child dd {
  border-bottom: 2px solid #CCCCCC;
}

.table .txt01 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width:768px) {
  .table .txt01 {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .table .txt01 {
    font-size: 4.2667vw;
    line-height: 1.625;
  }
}

.table .txt02 {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width:767px) {
  .table .txt02 {
    font-size: 3.7333vw;
    line-height: 1.571;
    letter-spacing: -.02em;
  }
}

.table .txt02.bold {
  padding-top: 1.2rem;
}

.table .txt03 {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: .3rem;
  text-align: left;
}

@media screen and (max-width:767px) {
  .table .txt03 {
    font-size: 3.2vw;
    line-height: 1.583;
  }
}

.table .txt03 a {
  color: #1A49B7;
  text-decoration: underline;
}

.table .txt04 {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}

.table .txt04 a {
  color: #1A49B7;
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .table .txt04 {
    font-size: 3.7333vw;
    letter-spacing: -.02em;
    line-height: 1.571;
  }

  .table .txt04 a {
    display: inline-block;
    font-size: 3.4667vw;
    letter-spacing: -.03em;
    line-height: 1.692;
    word-break: break-word;
  }
}

.table .area_btn {
  padding-top: 2rem;
}

@media screen and (max-width:767px) {
  .table .area_btn {
    padding-top: 2.1333vw;
  }
}

.area_note {
  background: #F3F3F3;
  border-radius: 1rem;
  padding: 2.4rem 2rem 2.2rem;
}

@media screen and (max-width:767px) {
  .area_note {
    padding: 4.5333vw 4vw 3.4667vw;
  }
}

.area_note .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width:767px) {
  .area_note .ttl {
    font-size: 4.2667vw;
    line-height: 1.375;
  }
}

.area_note ul.list_note {
  padding-top: 1.4rem;
}

@media screen and (max-width:767px) {
  .area_note ul.list_note {
    padding-top: 2.4vw;
  }
}

.area_note ul.list_note li {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: left;
}

@media screen and (max-width:767px) {
  .area_note ul.list_note li {
    font-size: 3.2vw;
    line-height: 1.583;
  }
}

.area_note ul.list_note li:nth-child(n+2) {
  padding-top: 1rem;
}

@media screen and (max-width:767px) {
  .area_note ul.list_note li:nth-child(n+2) {
    padding-top: 1.6vw;
  }
}

.area_note ul.list_note li>span:first-child {
  color: #4096EC;
  font-size: .6rem;
  padding-right: 1rem;
  padding-top: .8rem;
}

@media screen and (max-width:767px) {
  .area_note ul.list_note li>span:first-child {
    font-size: 1.0667vw;
    padding-right: 1.6vw;
    padding-top: 1.6vw;
  }

  .area_note ul.list_note li>span .txt:last-child {
    display: inline-block;
    padding-top: 1.3333vw;
  }
}

.cv_btn ul li:nth-child(n+2) {
  padding-top: 2.4rem;
}

@media screen and (max-width:767px) {
  .cv_btn ul li:nth-child(n+2) {
    padding-top: 4.2667vw;
  }
}

.cv_btn ul li a {
  border: 1px solid #4096EC;
  border-radius: .8rem;
  color: #4096EC;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.778;
  padding: 1.45rem;
  text-align: center;
}

@media screen and (max-width:767px) {
  .cv_btn ul li a {
    font-size: 3.7333vw;
    line-height: 1.5;
    padding: 2.4vw 2.6667vw 2.1333vw;
  }
}

a.btn {
  border-radius: 55px;
  color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: .3rem;
  max-width: 435px;
  padding: 1.9rem 1rem;
  text-align: center;
  width: 100%;
}

@media screen and (max-width:767px) {
  a.btn {
    border-radius: 55px;
    font-size: 3.7333vw;
    line-height: 1.6;
    margin-bottom: .3rem;
    max-width: inherit;
    padding: 2.4vw 2.6667vw 2.1333vw;
    text-align: center;
    width: 100%;
  }
}

a.btn.ico {
  position: relative;
}

a.btn.ico::after {
  content: "";
  position: absolute;
  right: 2.7rem;
  top: 37%;
  transform: translateX(-50%);
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width:767px) {
  a.btn.ico::after {
    content: "";
    position: absolute;
    right: 5.3333vw;
    top: 34%;
    transform: translateX(-50%);
    border: solid #FFFFFF;
    border-width: 0 .5333vw .5333vw 0;
    display: inline-block;
    padding: 1.0667vw;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}

a.btn:hover {
  box-shadow: none !important;
  transform: translate(0, 3px);
}

a.btn.red {
  background: #e60012;
  box-shadow: 0 3px 0 0 rgba(168, 0, 13, 1);
}

a.btn.blue {
  background: #1a49b7;
  box-shadow: 0 3px 0 0 rgba(31, 54, 106, 1);
}

a.btn.orange {
  background: #eac21d;
  box-shadow: 0 3px 0 0 rgb(195 174 33);
}

a.btn.orange {
  font-size: 1.8rem;
  padding: 1.1rem 1rem 1.2rem;
  margin-top: .7rem;
}

@media screen and (max-width:767px) {
  a.btn.orange {
    font-size: 3.2vw;
    padding: 1.0667vw 2.6667vw 1.3333vw;
    margin-top: 2.9333vw;
  }
}

a.btn.orange span {
  font-size: 2.4rem;
  text-decoration: underline;
  text-underline-offset: .3rem;
}

@media screen and (max-width:767px) {
  a.btn.orange span {
    font-size: 4.2667vw;
    text-decoration: underline;
    text-underline-offset: .8vw;
  }
}

/* slider01 */
.slider01 {
  padding: 0 2rem;
  width: 100%;
}

.slider01 .slider_list {
  display: block;
  margin: 0 3rem;
  margin-top: 2rem;
  padding: 0 1rem;
  position: relative;
}


.slider01 .slider_list .image_block div.step {
  align-items: center;
  background: #4096EC;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 7.4rem;
  justify-content: center;
  padding-top: 0.5em;
  position: absolute;
  left: -30px;
  top: -2rem;
  transform: rotate(-20deg);
  width: 7.4rem;
  z-index: 2;
}

.slider01 .slider_list .image_block .step p {
  color: #fff;
  font-size: .9em;
  font-weight: bold;
  line-height: 1;
}

.slider01 .slider_list .image_block .step p:last-child {
  font-size: 1.8em;
}

.slider01 .slider_list .image_block img {
  position: relative;
  width: 100%;
}

.slider01 .slick-next-bg,
.slider01 .slick-prev-bg {
  background-color: #707070;
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  top: 32%;
}

.slider01 .slick-prev-bg {
  left: 3%;
}

.slider01 .slick-next-bg {
  right: 3%;
}

.slider01 .slider_list>ul li::before {
  content: '・';
}

.slider01 .slider_list>ul {
  margin-top: 1rem;
  text-align: left;
}

.slider01 .slider_list>ul li {
  font-weight: bold;
  padding-left: 1.3em;
  position: relative;
  text-indent: -1.3em;
}

/* slider */
.slider {
  padding: 2.1rem 0 0;
  width: 100%;
}

.slider .step {
  background-color: #DBF8FF;
  border-radius: 3rem;
  color: #4096EC;
  font-size: 2rem;
  font-weight: bold;
  height: 4.4rem;
  margin: 0 auto;
  padding-top: 0.5rem;
  width: 10.4rem;
}

.slider .slider_text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  padding: 2rem 0 2.4rem;
}

.slider .slider_text1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 3.5rem 0;
}

.slick-dots {
  margin-top: 5.5rem;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
}

.slick-dots li button {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  color: #4096EC;
  cursor: pointer;
  font-size: 1.6rem;
  height: 2.8rem;
  width: 2.8rem;
}

.slick-dots .slick-active button {
  background-color: #4096EC;
}

.slick-disabled {
  display: none !important;
}

@media screen and (max-width:767px) {
  .slider {
    padding: 6.1333vw 0 .5333vw 0;
  }

  .slider .slick-slide {
    margin: 0 max(-9.8667vw, -37px);
    min-width: 52.2667vw;
  }

  .slider .slick-slide img {
    height: auto !important;
    max-width: 70% !important;
  }

  .slider .slick-prev-bg {
    left: 3%;
  }

  .slider .slick-next-bg {
    right: 3%;
  }

  .slick-next-bg, .slick-prev-bg {
    height: 40px;
    width: 40px;
  }

  .slider .step {
    font-size: 4vw;
    height: 8.0667vw;
    width: 21.2667vw;
  }

  .slider .slider_text {
    font-size: 4.5333vw;
    padding: 5.8vw 2.6667vw 6.1333vw;
  }

  .slider .slider_text1 {
    align-items: center;
    display: flex;
    font-size: 4.5333vw;
    height: 26.1333vw;
    justify-content: center;
    padding: 4.8vw 2.6667vw 6.1333vw;
  }

  .slick-dots {
    margin-top: 8.8vw;
  }

  .slick-dots li {
    margin-right: 2.4vw;
  }
}

.obi p {
  display: block;
  background: #4096EC;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 55px !important;
  padding: 30px 0;
}

@media screen and (max-width:767px) {
  .obi p {
    font-size: 5vw;
    margin-top: 8vw !important;
    padding: 3% 0 3% 0;
  }
}
