@charset "UTF-8";
/* ------------------------------
------------------------------ */
html {
  background: #fdf0ea;
  font-size: 2.6666666667vw;
}
@media (min-width: 901px) {
  html {
    font-size: 24px;
  }
}
body {
  margin: 0 auto;
  padding: 0;
  color: #272727;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt"1;
  max-width: 900px;
  overflow-x: hidden;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  text-align: center;
}
#page-wrap {
  overflow: hidden;
}
/* ------------------------------
 Reset CSS
------------------------------ */
* {
  box-sizing: border-box;
}
main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, picture {
  display: block;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  appearance: none;
  cursor: pointer;
  color: currentColor;
}
button::-moz-focus-inner {
  border: 0;
}
ul {
  list-style-type: none;
}
img {
  vertical-align: bottom;
  border: 0;
  width: 100%;
}
/* ------------------------------
 link
------------------------------ */
a {
  outline: 0;
  color: currentColor;
  text-decoration: none;
}
a.line-link {
  text-decoration: none;
	border-bottom: 1px dashed currentColor;
}
/* ------------------------------
 text & layout
------------------------------ */
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.6;
}
p, ul, dl {
  font-size: 1rem;
  line-height: 1.6;
}
sup {
  font-size: 0.7em;
}
.d-ib {
  display: inline-block;
}
.ind-1em {
  display: block;
  text-indent: -1em !important;
  padding-left: 1em;
}
.ind-1em::first-letter {
  font-feature-settings: normal;
}
.ind-1em > * {
  text-indent: 0;
}
.burasage {
  overflow: hidden;
  text-align: left;
}
.burasage > * {
  display: block;
  overflow: hidden;
}
.burasage > *:first-child {
  float: left;
  font-feature-settings: normal;
}
.justify {
  text-align: justify;
}
/* ------------------------------
 text-size
------------------------------ */
.txt-bold {
  font-weight: bold;
}
.txt-lg {
  font-size: 2rem;
}
.txt-md {
  font-size: 1.8rem;
}
.txt-rg {
  font-size: 1.6rem;
}
.txt-sm {
  font-size: 1.4rem;
}
.txt-xs {
  font-size: 1.2rem;
}
.txt-xxs {
  font-size: 1rem;
}
/* ------------------------------
 font-weight
------------------------------ */
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
/* ------------------------------
 margin
------------------------------ */
.mt-0 {
  margin-top: 0 !important;
}
.mt-05em {
  margin-top: 0.5em !important;
}
.mt-1em {
  margin-top: 1em !important;
}
.mt-2em {
  margin-top: 2em !important;
}
.mt-3em {
  margin-top: 3em !important;
}
.mt-4em {
  margin-top: 4em !important;
}
.mt-5em {
  margin-top: 5em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-05em {
  margin-bottom: 0.5em !important;
}
.mb-1em {
  margin-bottom: 1em !important;
}
.mb-2em {
  margin-bottom: 2em !important;
}
.m-auto {
  margin: auto !important;
}
/* ------------------------------
 text-align
------------------------------ */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.justify {
  text-align: justify;
}
/* ------------------------------
 text-color
------------------------------ */
.color-orange {
  color: #f06f32;
}
/* ------------------------------
 inner-width
------------------------------ */
.inner-wrap {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.inner-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* ------------------------------
 fv
------------------------------ */
.fv-sec {
  background: url("../img/border.png"), linear-gradient(0deg, rgba(254, 239, 241, 1.0), rgba(253, 240, 234, 1.0));
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 10%;
}
.fv-sec .fv-ttl {
  padding-top: 4.444%;
}
.fv-sec .fv-sub {
  position: absolute;
  z-index: 1;
  padding-left: 40%;
}
.fv-sec .fv-bottom {
  position: absolute;
  padding-top: 4%;
  z-index: 10;
}
/* ------------------------------
 news
------------------------------ */
.news-sec {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.news-sec div + div {
  padding-top: 1.5rem;
}
.news-sec ul {
  position: relative;
}
.news-sec li.arrow-l, .news-sec li.arrow-s {
  position: relative;
  display: block;
}
.news-sec li.arrow-l::before { /*右下矢印-大*/
  position: absolute;
  content: '';
  bottom: 0.2em;
  width: 100%;
  left: 87.75%;
  height: 4.0em;
  background-image: url(../img/bnr_bottom_arrow_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.news-sec li.arrow-s::before { /*右下矢印-小*/
  position: absolute;
  content: '';
  bottom: 0.2em;
  width: 100%;
  left: 84.5%;
  height: 2.4em;
  background-image: url(../img/bnr_bottom_arrow_s.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.news-sec .block-2set ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-sec .block-2set li {
  flex-basis: 48%;
  width: 48%;
}
.news-sec .block-2set ul li ul.block-small {
  display: inline-block;
}
.news-sec .block-2set ul li ul.block-small li {
  width: 100%;
}
.news-sec .block-2set ul li ul.block-small li + li {
  padding-top: 1.725rem;
}
/* ------------------------------
 cv
------------------------------ */
.cv-sec {
  padding: 4.444%;
}
.cv-sec.bg-w {
  background-color: #fff;
}
.cv-sec .free30 {
  margin: 0 15.555%;
}
.cv-sec .btn {
  margin: 2% 7.777% 0;
}
.cv-sec p {
  position: relative;
  font-size: 1.5rem;
  margin: 3% 0;
}
.cv-sec p span.link::after {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: 0.1em;
  margin-left: 1%;
  width: 100%;
  height: 1.1em;
  background-image: url(../img/cv_link_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
a.link-line {
  border-bottom: 1px dashed #1f1f1f;
  text-decoration: none;
}
/* ------------------------------
 cont-sec　/コンテンツ部分共通
------------------------------ */
.cont-sec {
  background: #fdf0ea url("../img/border.png") center top no-repeat;
  position: relative;
  background-size: contain;
  padding: 8.888% 4.444%;
}
.cont-sec p.cont-catch {
  color: #153556;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  display: inline;
}
.cont-sec p.cont-catch::before {
  content: '';
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background: url(../img/cont_catch_before.png) no-repeat 50% 50%;
  background-size: contain;
  margin-right: 0.5em;
}
.cont-sec p.cont-catch::after {
  content: '';
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background: url(../img/cont_catch_after.png) no-repeat 50% 50%;
  background-size: contain;
  margin-left: 0.5em;
}
.cont-sec .cont-head h3 {
  color: #f06f32;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.2;
  padding-bottom: 4.444%;
}
.cont-sec .cont-head .mv {
  background: url(../img/cont_mv_bg.png) no-repeat center top;
  background-size: contain;
  padding-bottom: 4.444%;
}
.cont-sec .cont-main p.overview {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 2.222%;
}
.cont-sec .cont-main p.cont-cate {
  color: #153556;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 2.222%;
}
.cont-sec ul.note {
  text-align: left;
  font-size: 1.1rem;
}
.cont-sec ul.note li {
  text-indent: -1.0rem;
  padding-left: 1.0rem;
}
.cont-sec ul.note li + li {
  padding-top: 0.25rem;
}
.cont-sec .cv-cont {
  background-color: #f16672;
  border-radius: 5.0em;
  color: #fff;
  margin: 2.0rem;
  padding: 2%;
  box-shadow: 0 6px #f8b2b8;
}
.cont-sec .cv-cont p.sub-txt {
  font-size: 1.5rem;
}
.cont-sec .cv-cont p.main-txt {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
}
.cont-sec p.more {
  position: relative;
  color: #5298e0;
  font-size: 1.4rem;
  margin-top: 3%;
  text-align: right;
  margin-right: 4.444%;
}
.cont-sec p.more span.link::after {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: 0.1em;
  margin-left: 1%;
  width: 100%;
  height: 1.1em;
  background-image: url(../img/enter_link_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.cont-sec p.more a.link-line {
  border-bottom: 1px dashed #5298e0;
  text-decoration: none;
}

.cont-sec .cont-main .cont-fixbnr ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cont-sec .cont-main .cont-fixbnr ul li{
  flex-basis: 48%;
  width: 48%;
}
	
	
	
	
/*▼▼▼カルーセル▼▼▼*/
.cont-sec .cont-main div.cont-carwrap {
  padding: 6.666% 0;
}
.cont-sec .cont-main ul.cont-carousel {
  position: relative;
  padding-right: 2%;
}
.cont-sec .cont-main ul.cont-carousel .slick-slide {
  padding: 0 0.5rem;
}
.cont-sec .cont-main ul.cont-carousel .slick-arrow {
  position: absolute;
  font-size: 0;
  z-index: 10;
  width: 1rem;
  height: 1.5rem;
  top: 45%;
  background: url(../img/slide_arrow.png) no-repeat 50% 50%;
  background-size: contain;
}
.cont-sec#enter .cont-main ul.cont-carousel {
  margin-bottom: 4%;
}

.cont-sec#enter .cont-main ul.cont-carousel .slick-arrow {
  top: 40% !important;
}
.cont-sec .cont-main ul.cont-carousel .slick-arrow.slick-prev {
  left: -1rem;
  transform: scaleX(-1) translateY(-50%);
}
.cont-sec .cont-main ul.cont-carousel .slick-arrow.slick-next {
  right: -1rem;
  transform: translateY(-50%);
}
.cont-sec .cont-main ul.cont-carousel .slick-arrow.slick-disabled {
  display: none !important;
}
.cont-sec .cont-main ul.cont-carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.cont-sec .cont-main ul.cont-carousel .slick-dots button {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  font-size: 0;
  border-radius: 50%;
  background: #f7b798;
  margin: 0 0.5rem;
}
.cont-sec .cont-main ul.cont-carousel .slick-dots .slick-active button {
  background: #f06f32;
}

/*▼あんしんサポートカルーセル▼*/
.cont-sec .cont-main div.cont-carwrap {
  padding: 6.666% 0;
}
.cont-sec .cont-main ul.cont-carousel-support {
  position: relative;
  padding-right: 2%;
}
.cont-sec .cont-main ul.cont-carousel-support .slick-slide {
  padding: 0 0.5rem;
}
.cont-sec .cont-main ul.cont-carousel-support .slick-arrow {
  position: absolute;
  font-size: 0;
  z-index: 10;
  width: 1rem;
  height: 1.5rem;
  top: 45%;
  background: url(../img/slide_arrow.png) no-repeat 50% 50%;
  background-size: contain;
}
.cont-sec#enter .cont-main ul.cont-carousel-support {
  margin-bottom: 4%;
}

.cont-sec#enter .cont-main ul.cont-carousel-support .slick-arrow {
  top: 40% !important;
}
.cont-sec .cont-main ul.cont-carousel-support .slick-arrow.slick-prev {
  left: -1rem;
  transform: scaleX(-1) translateY(-50%);
}
.cont-sec .cont-main ul.cont-carousel-support .slick-arrow.slick-next {
  right: -1rem;
  transform: translateY(-50%);
}
.cont-sec .cont-main ul.cont-carousel-support .slick-arrow.slick-disabled {
  display: none !important;
}
.cont-sec .cont-main ul.cont-carousel-support .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.cont-sec .cont-main ul.cont-carousel-support .slick-dots button {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  font-size: 0;
  border-radius: 50%;
  background: #f7b798;
  margin: 0 0.5rem;
}
.cont-sec .cont-main ul.cont-carousel-support .slick-dots .slick-active button {
  background: #f06f32;
}
/* ------------------------------
 cont-sec　/コンテンツ個別
------------------------------ */
.cont-sec#entry {}

.cont-sec#aupay {}

.cont-sec#enter {}

.cont-sec#enter p.more {}
.cont-sec#enter div.cover{
	margin-top: 4%;
}
.cont-sec#enter div.cover ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-left: -3%;
}
.cont-sec#enter div.cover li {
  flex-basis: 25%;
  width: 25%;
  padding-left: 3%;
  padding-bottom: 5%;
}
.cont-sec#enter .copy {
  font-size: 0.8rem;
  text-align: left ;
}

.cont-sec#payma .merit{
  background-image: url(../img/border_sub.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50% auto;
	padding: 10% 0 4.444%;
	margin-top: 8.888%;
}
.cont-sec#payma .merit-txt{
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}

/* ------------------------------
 nav
------------------------------ */
#nav {
  background-color: #fdf0ea;
  padding-bottom: 8.888%;
}
#nav > div {
  padding: 8.888% 4.444%;
  background-color: #5298e0;
}
#nav .nav-ttl {
}
#nav .nav-list {}
#nav .nav-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: bold;
  color: #153556;
}
#nav .nav-list ul li {
  flex-basis: 48%;
  width: 48%;
  background-image: url(../img/nav_btn_arrow.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 97.5% 75%;
  background-size: auto 70%;
  padding: 4% 4% 4% 0;
  margin-top: 4%;
}
#nav .nav-list ul li a {
  text-decoration: none;
}
/* ------------------------------
 detail
------------------------------ */
.detail-sec {
  text-align: left;
  margin-bottom: 3rem;
}
.detail-sec .detail-ttl {
  background: #153556;
  color: white;
  text-align: center;
  padding: 0.5em;
}
.detail-sec ol {
  margin-left: 1.5em;
}
/* ------------------------------
 others
------------------------------ */
.others-list {
  max-width: 30rem;
  margin: auto;
}
.others-list li {
  margin-top: 1.5rem;
}
/* ------------------------------
 footer-nav
------------------------------ */
#footer-nav{
	background-color: #fff;
}
#footer-nav ul li{
	margin-bottom:2px;
	text-align: left;
}
#footer-nav ul li a{
	display:block;
	color:#666;
	font-size:1.9em;
	padding:0.8em 1em;
	background:url("../img/footer_nav.png") no-repeat 95% 50% #f4f4f4;
	background-size:auto 1em;
	text-decoration: none;
}
/* ------------------------------
 footer
------------------------------ */
.page-footer {
  background: black;
  color: white;
  text-align: center;
  padding: 1rem 0 9rem;
}
/* ------------------------------
 Floating button
------------------------------ */
#fixed-btn {
  max-width: 900px;
  background: rgba(227, 61, 76, 0.2);	position: fixed;
	padding: 2% 4.444%;
	width: 100%;
  z-index: 100;
	bottom: 0;
  box-shadow : 5px 0 6px 5px rgba(56,56,56, 0.25);
}

/* ------------------------------
 scroll-in
------------------------------ */
.scroll-in.fade-in {
  opacity: 0;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll-in.fade-in.appeared {
  opacity: 1;
}
.scroll-in.left-in {
  opacity: 0;
  transform: translateX(-3rem);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll-in.left-in.appeared {
  opacity: 1;
  transform: translateX(0);
}
.scroll-in.right-in {
  opacity: 0;
  transform: translateX(3rem);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll-in.right-in.appeared {
  opacity: 1;
  transform: translateX(0);
}
.scroll-in.up-in {
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll-in.up-in.appeared {
  opacity: 1;
  transform: translateY(0);
}
.scroll-in.zoom-in {
  opacity: 0;
  transform: scale(0.4);
  transform-origin: 50% 50%;
  transition: 0.8s cubic-bezier(0.22, 1.5, 0.8, 1);
}
.scroll-in.zoom-in.appeared {
  opacity: 1;
  transform: scale(1);
}