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

	large/index

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

mark {
    background: #fdff54;
}


:root {
	--main-width: 1200px;
}

@media screen and ( max-width: 810px ){
    :root {
        --main-width: 100%;
    }
}

@media screen and ( max-width: 480px ){

}

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

スクロールエフェクト

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

/*----scroll_up----*/
.anime {
  opacity: 0;
  transition: all .8s ease;
}

.anime.show {
  opacity: 1;
  transform: none;
}

.anime-up {
  transform: translate(0, 20px);
}

.anime-down {
  transform: translate(0, -20px);
}



/*------------------------------------
	main-img
------------------------------------*/
.main-img {
    background-image: -moz-linear-gradient( -16deg, rgb(50,172,243) 0%, rgb(47,160,246) 11%, rgb(44,148,249) 27%, rgb(31,126,246) 71%, rgb(18,103,242) 100%);
    background-image: -webkit-linear-gradient( -16deg, rgb(50,172,243) 0%, rgb(47,160,246) 11%, rgb(44,148,249) 27%, rgb(31,126,246) 71%, rgb(18,103,242) 100%);
    background-image: -ms-linear-gradient( -16deg, rgb(50,172,243) 0%, rgb(47,160,246) 11%, rgb(44,148,249) 27%, rgb(31,126,246) 71%, rgb(18,103,242) 100%);
    margin-bottom: 9rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    isolation: isolate;
}
.main-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.main-img .inner {
    width: 1380px;
    margin: 0 calc((100% - 1380px) / 2 - 180px) 0 auto;
    position: relative;
    z-index: 1;
    display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.main-img .inner:before {
    content: "";
    display: block;
    background: url("../../../_images/large/main-line.webp") no-repeat;
    width: 990px;
    height: 450px;
    position: absolute;
    top: 0;
    left: -20rem;
    z-index: -1;
    opacity: .6;
}


/**/
.main-img .inner .img {
    width: 750px;
    position: relative;
}

.main-img .inner .img img:last-child {
    position: absolute;
    top: 10px;
    left: -25px;
}

@media screen and ( max-width: 810px ){
    .main-img .inner {
        width: 100%;
        margin: 0 auto;
    }
    .main-img .inner .img {
        width: 40%;
    }
    
    
    .main-img .inner .img img:first-child {
        width: auto;
        height: 100%;
    }
    
    .main-img .inner .img img:last-child {
        width: 130%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

@media screen and ( max-width: 480px ){
    .main-img {
        margin-bottom: 6rem;
    }
    
    .main-img .inner .img {
        width: 100%;
    }
    
    
    .main-img .inner .img img:first-child {
        width: 120%;
        height: auto;
    }
    
    .main-img .inner .img img:last-child {
        width: 75%;
        top: -3rem;
        transform: none;
        -webkit-transform: none;
    }
}

/**/
.main-img .inner .text {
    width: 630px;
    padding: 6rem 0 6rem 4rem;
    box-sizing: border-box;
    display: flex;
	justify-content:center;
	flex-direction: column;
}

.main-img .inner .text .h-main {
    font-weight: bold;
    color: #FFF;
    font-size: 4.3rem;
    line-height: 1.3;
    letter-spacing: .07em;
    font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック", sans-serif;
    margin-bottom: 3rem;
    text-shadow: 2.1px 2.1px 5.6px rgba(32, 32, 32, 0.18);
}

.main-img .inner .text .h-main span {
    display: inline-block;
}

.main-img .inner .text .h-main span:first-child {
    margin-bottom: 1.5rem;
}

.main-img .inner .text .h-main span:after {
    content: "";
    display: block;
    height: 4px;
    background-image: -webkit-linear-gradient(
      to right,
      rgb(206,206,223) 0%,
      rgb(126,253,255) 0%,
      rgb(242,240,250) 50%,
      rgba(255,255,255,1) 80%,
      rgba(255,255,255,0) 100%
    ); /* 古いSafariなど */
    background-image: linear-gradient(
      to right,
      rgb(206,206,223) 0%,
      rgb(126,253,255) 0%,
      rgb(242,240,250) 50%,
      rgba(255,255,255,1) 80%,
      rgba(255,255,255,0) 100%
    ); /* 標準仕様 */
}
.main-img .inner .text .h-main span:first-child:after {
    max-width: 320px;
}
.main-img .inner .text .h-main span:last-child:after {
    max-width: 290px;
}



.main-img .btn-item {
    margin: 0;
}

.main-img .btn-cont .btn-item:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media screen and ( max-width: 810px ){
    .main-img .inner .text {
        width: 55%;
    }
}

@media screen and ( max-width: 480px ){
    
    .main-img .inner .text .h-main {
        font-size: 3rem;
    }
    
    .main-img .inner .text {
        width: 100%;
        padding: 5rem;
    }
}



/*----btn-item----*/
.btn-item {
    max-width: 500px;
    margin: 0 auto;
}

.btn-item a {
    display: block;
    position: relative;
}

.btn-item a::after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font: var(--fa-font-solid);
    position: absolute;
    transform-origin: center;
    z-index: 3;
    font-weight: 900;
    font-size: 2.3rem;
    color: #FFF;
    right: 4.5rem;
    top: 50%;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

.btn-item a span {
    display: block;
    font-size: 2.1rem;
    font-weight: bold;
    background-image: -moz-linear-gradient( -16deg, rgb(255,106,60) 9%, rgb(255,96,74) 24%, rgb(255,86,88) 44%, rgb(255,82,98) 100%);
    background-image: -webkit-linear-gradient( -16deg, rgb(255,106,60) 9%, rgb(255,96,74) 24%, rgb(255,86,88) 44%, rgb(255,82,98) 100%);
    background-image: -ms-linear-gradient( -16deg, rgb(255,106,60) 9%, rgb(255,96,74) 24%, rgb(255,86,88) 44%, rgb(255,82,98) 100%);
    color: #FFF;
    position: relative;
    border: .3rem solid #FFF;
    border-radius: 100px;
    text-align: center;
    padding: 2rem 10rem 2rem 2.5rem;
    overflow: hidden;
    line-height: 1.3;
}
.btn-item a span::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: -webkit-linear-gradient(left, rgb(61, 232, 192), rgb(0, 190, 125));
    background-image: -o-linear-gradient(left, rgb(61, 232, 192), rgb(0, 190, 125));
    background-image: linear-gradient(to right, rgb(61, 232, 192), rgb(0, 190, 125));
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 0;
    mix-blend-mode: hue;
}


/* hover */
.btn-item a:hover {
    opacity: 1;
}
.btn-item a:hover span::before {
    opacity: 1;
}

@media screen and ( max-width: 810px ){

}

@media screen and ( max-width: 480px ){
    .btn-item {
        width: 90%;
        margin: 0 auto;
    }
    
    .btn-item a span {
        padding-right: 7rem;
        font-size: 1.9rem;
    }


}


/*-----white-----*/
.btn-item.white a span {
    color: #126cde;
    background: #FFF;
}
.btn-item.white a::after {
    color: #126cde;
}

.btn-item.white a span:before {
    content: none;
}

.btn-item.white a span:hover {
    color: #FFF;
    background: #126cde;
}
.btn-item.white a:hover:after {
    color: #FFF;
}

@media screen and ( max-width: 810px ){

}

@media screen and ( max-width: 480px ){

}


/*------------------------------------
	h-large
------------------------------------*/
.h-large {
    position: relative;
    text-align: center;
    padding-bottom: 3.5rem;
    margin-bottom: 7rem;
}

.h-large:after {
    content: "";
    width: 96px;
    height: 11px;
    background-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95.5 10.6' xmlns:xlink='http://www.w3.org/1999/xlink'>\
    <defs>\
    <linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='0%'>\
      <stop offset='0%' stop-color='%2332acf3'/>\
      <stop offset='25%' stop-color='%232c94f9'/>\
      <stop offset='100%' stop-color='%231267f2'/>\
    </linearGradient>\
    </defs>\
    <path d='M.5,1.4s20.2,7.7,47.2,7.7S95,1.4,95,1.4' fill='none' stroke='url(%23grad)' stroke-width='4' stroke-miterlimit='10'/>\
    </svg>");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.h-large * {
    font-weight: bold;
    display: block;
    letter-spacing: .075em;
    line-height: 1.3;
}

.h-large span {
    font-size: 2rem;
    margin-bottom: .5rem;
}

.h-large em {
    font-size: 2.9rem;
    color: #035bf0;
}

@media screen and ( max-width: 810px ){
    .h-large {
        padding: 0 3rem 3.5rem;
        margin-bottom: 5rem;
    }
}

@media screen and ( max-width: 480px ){
    .h-large span {
        font-size: 1.7rem;
    }

    .h-large em {
        font-size: 2.2rem;
    }
}


/*------------------------------------
	select-cont
------------------------------------*/
.select-cont {
    width: var(--main-width);
    margin: 0 auto 7rem;
    text-align: center;
}

.select-cont .select-data {
    display:flex;
	justify-content: center;
    flex-flow: row wrap;
    gap: 4rem 2rem;
    margin-bottom: 4rem;
}

.select-cont .select-data dl {
    background: url("../../../_images/large/select-back.gif") no-repeat;
    min-height: 200px;
    min-width: 300px;
    display:flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
}

.select-cont .select-data dt {
    color: #636b78;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: .1em;
    margin-bottom: 1rem;
}

.select-cont .select-data dd {
    margin-bottom: 1rem;
}

.select-cont .select-list {
    display:flex;
	justify-content: center;
    gap: 1rem;
    position: relative;
    flex-flow: row wrap;
    
}

.select-cont .select-list li {
    font-size: 1.5rem;
    font-weight: bold;
    width: 112px;
    color: #FFF;
    padding: 10px 0;
    background: linear-gradient(to right, #32acf3, #2c94f9, #1267f2);
}

@media screen and ( max-width: 810px ){
    .select-cont {
        padding: 0 3rem;
    }
    
    .select-cont .select-data {
        gap: 4rem 1rem;
    }
    
    .select-cont .select-data dl {
        background-size: contain;
        min-height: auto;
        min-width: auto;
        width: 31%;
    }
}

@media screen and ( max-width: 480px ){
    .select-cont .select-data {
        gap: 1rem 2%;
        margin-bottom: 2rem;
    }
    
    .select-cont .select-data dl {
        width: 49%;
    }
    
    .select-cont .select-data dl img {
        width: 80%;
        margin: 0 10% 10%;
    }
}


/*------------------------------------
	onayami-cont
------------------------------------*/
.onayami-cont {
    background: #f4f5fc;
    padding: 6rem 3rem 10rem;
}

.onayami-cont .h-onayami {
    text-align: center;
    margin-bottom: 6rem;
}
.onayami-cont .h-onayami * {
    font-weight: bold;
    letter-spacing: .075em;
    display: block;
    line-height: 1.3;
}

.onayami-cont .h-onayami span {
    font-size: 2rem;
    color: #767a97;
    margin-bottom: .5rem;
}

.onayami-cont .h-onayami em {
    font-size: 2.9rem;
}

@media screen and ( max-width: 810px ){

}

@media screen and ( max-width: 480px ){
    .onayami-cont {
        padding-bottom: 4rem;
    }
    
    .onayami-cont .h-onayami {
        margin-bottom: 3rem;
    }
    
    .onayami-cont .h-onayami span {
        font-size: 1.7rem;
    }

    .onayami-cont .h-onayami em {
        font-size: 2.2rem;
    }
}


/**/
.onayami-cont .onayami-list {
    width: 930px;
    margin: 0 auto;
    padding-right: 260px;
    position: relative;
    display:flex;
	flex-flow: column;
    row-gap: 2rem;
}
.onayami-cont .onayami-list:after {
    content: "";
    display: block;
    background: url("../../../_images/large/onayami-img.webp") no-repeat;
    width: 280px;
    height: 295px;
    position: absolute;
    right: 0;
    bottom: -3rem;
}

.onayami-cont .onayami-list li p {
    padding: 1rem 3rem 1rem 7rem;
    color: #00225c;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .06em;
    position: relative;
    background: #FFF;
    line-height: 1.5;
}
.onayami-cont .onayami-list p:before {
	font-family: "Font Awesome 5 Free";
	content: '\f00c';
	font-weight: 900;
	font-size: 3rem;
	color: #e8106c;
	position: absolute;
    left: 2rem;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}



@media screen and ( max-width: 810px ){
    .onayami-cont .onayami-list {
        width: 100%;
    }
}

@media screen and ( max-width: 480px ){
    .onayami-cont .onayami-list {
        padding: 166px 0 0;
        row-gap: 1rem;
    }
    .onayami-cont .onayami-list:after {
        background-size: contain;
        width: 160px;
        height: 170px;
        top: 0;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    
    
    .onayami-cont .onayami-list li p {
        font-size: 1.7rem;
    }
}




/*------------------------------------
	kaiketsu-cont
------------------------------------*/
.kaiketsu-cont {
    background: #FFF;
    position: relative;
    border-radius: 20rem 20rem 0 0;
    padding: 6rem 0;
}
.kaiketsu-cont:before {
    content: "";
    height: 20rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f5fc;
    z-index: -1;
}

@media screen and ( max-width: 810px ){

}

@media screen and ( max-width: 480px ){
    .kaiketsu-cont {
        border-radius: 10rem 10rem 0 0;
    }
    .kaiketsu-cont:before {
        height: 10rem;
    }
}




/*------------------------------------
	kaiketsu-cont
------------------------------------*/
.kaiketsu-cont section:not(:last-child) {
    margin-bottom: 5rem;
}

.kaiketsu-cont section {
    display: flex;
    flex-flow: row wrap;
    width: 1100px;
    margin: 0 auto;
}


@media screen and ( max-width: 810px ){
    .kaiketsu-cont section {
        width: 100%;
    }
}

@media screen and ( max-width: 480px ){
    .kaiketsu-cont section:not(:last-child) {
        margin-bottom: 3rem;
    }
}


/**/
.kaiketsu-cont section:nth-of-type(even) {
    flex-direction: row-reverse;
}

.kaiketsu-cont section .text {
    width: 560px;
    display: flex;
	justify-content:center;
	flex-direction: column;
    z-index: 1;
    position: relative;
    padding-left: 5rem;
}
.kaiketsu-cont section .text:before {
    content: "";
    display: block;
    width: 75px;
    height: 55px;
    margin-bottom: 1rem;
}
.kaiketsu-cont section:nth-of-type(1) .text:before { background: url("../../../_images/large/icon-01.gif") no-repeat; }
.kaiketsu-cont section:nth-of-type(2) .text:before { background: url("../../../_images/large/icon-02.gif") no-repeat; }
.kaiketsu-cont section:nth-of-type(3) .text:before { background: url("../../../_images/large/icon-03.gif") no-repeat; }
.kaiketsu-cont section:nth-of-type(4) .text:before { background: url("../../../_images/large/icon-04.gif") no-repeat; }

.kaiketsu-cont section .text .h-kaiketsu {
    font-size: 3rem;
    color: #f21975;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.kaiketsu-cont section .text ul {
    margin-bottom: 2rem;
}
.kaiketsu-cont section .text ul li:not(:last-child) {
    margin-bottom: .5rem;
}
.kaiketsu-cont section .text ul li p {
    padding-left: 3.5rem;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #212121;
    line-height: 1.5;
}
.kaiketsu-cont section .text ul li p:before {
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	font-weight: 900;
	font-size: 2rem;
	position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and ( max-width: 810px ){
    .kaiketsu-cont section .text {
        width: 55%;
    }
}

@media screen and ( max-width: 480px ){
    .kaiketsu-cont section .text {
        width: 100%;
        padding: 0 10%;
    }
    
    .kaiketsu-cont section .text .h-kaiketsu {
        font-size: 2.2rem;
    }
    
    .kaiketsu-cont section .text ul li p {
        font-size: 13px;
    }
}


/**/
.kaiketsu-cont section .img {
    width: 540px;
    display: flex;
	align-items: center;
    position: relative;
    z-index: 0;
}
.kaiketsu-cont section .img:before {
    content: "";
    position: absolute;
    width: calc(125% + (100vw - 1100px) / 2);
    height: 75%;
    background: #f5fbff;
    left: -25%;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    z-index: -1;
}

.kaiketsu-cont section:nth-of-type(even) .img:before {
    right: -25%;
    left: auto;
}


@media screen and ( max-width: 810px ){
    .kaiketsu-cont section .img {
        width: 45%;
    }
    .kaiketsu-cont section .img:before {
        content: "";
        position: absolute;
        width: 125%;
    }
}

@media screen and ( max-width: 480px ){
    .kaiketsu-cont section .img {
        width: 100%;
    }
    .kaiketsu-cont section .img:before {
        width: 90%;
    }
    
    .kaiketsu-cont section .img::before {
        left: 0;
    }
    .kaiketsu-cont section:nth-of-type(2n) .img::before {
        right: 0;
    }
    
    .kaiketsu-cont section .img img {
        width: 65%;
        margin: 0 auto;
    }
}


/*------------------------------------
	use-cont
------------------------------------*/
.use-cont {
    background: #ecf4f9;
    position: relative;
    border-radius: 20rem 20rem 0 0;
    padding: 6rem 0;
    margin: 10rem auto;
}
.use-cont:before {
    content: "";
    height: 20rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: -1;
}

@media screen and ( max-width: 810px ){

}

@media screen and ( max-width: 480px ){
    .use-cont {
        border-radius: 10rem 10rem 0 0;
    }
    .use-cont:before {
        height: 10rem;
    }
}


.use-cont > section {
    width: calc( var(--main-width) - 45px );
    background: #FFF;
    margin: 0 auto;
    display:flex;
	flex-flow: row wrap;
    flex-direction: row-reverse;
	justify-content: space-between;
    border-radius: 0 3rem 3rem 0;
}

.use-cont > section:first-of-type {
    margin-top: 10rem;
}

.use-cont > section:not(:last-of-type) {
    margin-bottom: 10rem;
}

/*左右入れ替え対応*/
.use-cont > section:nth-of-type(even) {
    border-radius: 3rem 0 0 3rem;
    flex-direction: row;
}

@media screen and ( max-width: 480px ){
    .use-cont > section:first-of-type {
        margin-top: 5rem;
    }
    
    .use-cont > section:not(:last-of-type) {
        margin-bottom: 6rem;
    }
}


/**/
.use-cont > section .text {
    width: 560px;
    padding: 6rem;
    display: flex;
	justify-content:center;
	flex-direction: column;
    box-sizing: border-box;
}

.use-cont > section .text .h-use {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .075em;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.use-cont > section .text ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 2.5rem;
}
.use-cont > section .text ul li {
    font-size: 1.6rem;
    color: #FFF;
    padding: 1rem 2rem;
    background: linear-gradient(to right, #32acf3, #2c94f9, #1267f2);
}



@media screen and ( max-width: 810px ){
    .use-cont > section .text {
        width: 100%;
    }
}

@media screen and ( max-width: 480px ){
    .use-cont > section .text {
        padding: 4rem;
    }
    
    .use-cont > section .text .h-use {
        font-size: 2.5rem;
    }
    
    .use-cont > section .text ul {
        margin-bottom: 1.5rem;
    }
    
    .use-cont > section .text ul li {
        font-size: 12px;
    }
}


/**/
.use-cont > section .img {
    width: 640px;
    margin-top: -5rem;
    margin-left: -4.5rem;
    position: relative;
}

.use-cont > section .img .back {
    border-radius: 0 3rem 3rem 0;
    overflow: hidden;
}
.use-cont > section .img .item {
    position: absolute;
    right: -4rem;
    bottom: -1rem;
}

/*左右入れ替え対応*/
.use-cont > section:nth-of-type(even) .img .back {
    border-radius: 3rem 0 0 3rem;
}
.use-cont > section:nth-of-type(even) .img .item {
    left: -4rem;
}


@media screen and ( max-width: 810px ){
    .use-cont > section .img {
        width: 90%;
        margin: 0 auto -5%;
    }
    
    
    .use-cont > section .img .item {
        right: -5%;
        bottom: 0;
        top: -4rem;
        max-width: 460px;
    }

    .use-cont > section:nth-of-type(even) .img .item {
        left: -5%;
    }
}

@media screen and ( max-width: 480px ){
    .use-cont > section .img .item {
        max-width: 85%;
    }
}




/*------------------------------------
	.sample-cont スライダー部分
------------------------------------*/

.sample-cont .swiper-parent{
	display: block;
	margin: 0 auto 30px;
	padding-bottom: 15px;
	position: relative;
}
.sample-cont .swiper-container{
	width: 100%;
    padding: 25px;
	position: relative;
    overflow: hidden;
}
/**/
.sample-cont .swiper-slide{
	width: 100%;
	margin: auto;
	padding: 5rem 7rem;
	box-shadow: 0px 4px 9.4px 0.6px rgba(141, 178, 207, 0.7);
	border-radius: 1rem;
}
/*左右*/
.sample-cont .swiper-button-prev,
.sample-cont .swiper-button-next{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #c4dbe8;
	border-radius: 50%;
	background-image: none;
	transition: all 0.3s ease-out;
	top: 48%;
	bottom: 30px;
	opacity: 1;
    position: absolute;
    z-index: 1;
}
.sample-cont .swiper-button-prev{
	left: 0;
}
.sample-cont .swiper-button-next{
	right: 0;
}

.sample-cont .swiper-button-prev:before,
.sample-cont .swiper-button-next:before{
	content: "";
	width: fit-content;
	height: fit-content;
	color: #FFF;
	font: var(--fa-font-solid);
	font-size: 2.3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.sample-cont .swiper-button-prev:before{
	content: "\f053";
}
.sample-cont .swiper-button-next:before{
	content: "\f105";
}
.sample-cont .swiper-button-prev:hover,
.sample-cont .swiper-button-next:hover{
	background-color: #2668f1;
}
.sample-cont .swiper-button-prev:hover:before,
.sample-cont .swiper-button-next:hover:before{
	color: #fff;
}
/*ページネーション*/
.sample-cont .swiper-pagination{
	display: block;
	width: fit-content;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    position: absolute;
}
.sample-cont .swiper-pagination span{
	width: 30px;
	height: 7px;
	margin: 0 5px;
    border-radius: 3px;
	bottom: 0;
	opacity: 1;
    display: inline-block;
}
.sample-cont .swiper-pagination-bullet {
	background-color: #c4dbe8;
}
.sample-cont .swiper-pagination-bullet-active{
	background-color: #32acf3;
}


@media screen and (max-width: 810px) {
	/**/
	.sample-cont .swiper-slide{
		padding: 5% 40px;
	}
	/*左右*/
	.sample-cont .swiper-button-prev,
	.sample-cont .swiper-button-next{
		width: 50px;
		height: 50px;
		top: 48%;
	}
	
	.sample-cont .swiper-button-prev:before,
	.sample-cont .swiper-button-next:before{
		font-size: 2.3rem;
	}
	/*ページネーション*/
	.sample-cont .swiper-pagination{
		display: block;
		width: fit-content;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

}
@media screen and (max-width: 590px) {
	/**/
	.sample-cont .swiper-slide{
		padding: 4rem;
	}
	/*左右*/
	.sample-cont .swiper-button-prev,
	.sample-cont .swiper-button-next{
		width: 40px;
		height: 40px;
	}

}


/*------------------------------------
	.sample-cont スライダー内
------------------------------------*/
#container .main-contents > section.sample-cont {
    margin-bottom: 6rem;
}

.sample-cont .inner {
    display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
    flex-direction: row-reverse;
}

.sample-cont .inner .text {
    width: 350px;
    display: flex;
	justify-content:center;
	flex-direction: column;
}

.sample-cont .inner .text .h-sample {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .075em;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.sample-cont .inner .text dl {
    display: grid;
    grid-template-columns: 115px 1fr;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.sample-cont .inner .text dl dt {
    padding: 1rem;
    border-bottom: 1px solid #32acf3;
    margin: 0;
    color: #32acf3;
}

.sample-cont .inner .text dl dd {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    margin: 0;
}


@media screen and ( max-width: 810px ){
    .sample-cont .inner .text {
        width: 60%;
    }
    .sample-cont .inner .img {
        width: 40%;
        display: flex;
        align-items: center;
    }
}

@media screen and ( max-width: 480px ){
    
    .sample-cont .inner {
        flex-direction: column-reverse;
        row-gap: 1.5rem;
    }
    
    .sample-cont .inner .text {
        width: 100%;
    }
    
    .sample-cont .inner .text .h-sample br {
        display: none;
    }
    
    .sample-cont .inner .img {
        width: 80%;
        margin: 0 auto;
    }
}

/*------------------------------------
	qa-cont
------------------------------------*/
.qa-cont dl {
    border-top: 1px solid #e4e4e4;
}

.qa-cont dl dt {
    padding:  3rem 4rem 1rem 5.5rem;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    line-height: 1.3;
}
.qa-cont dl dt:before {
    content: "";
    background: url("../../../_images/large/qa-icon.gif") no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 3rem;
    left: 1.7rem;
}

.qa-cont dl dd {
    border-bottom: 1px solid #e4e4e4;
    padding: 0 4rem 3rem 5.5rem;
    color: #4a4a4a;
}

@media screen and ( max-width: 810px ){

}

@media screen and ( max-width: 480px ){

}

/*------------------------------------
	customer-box
------------------------------------*/
.customer-box {
    background: #f1f4f9;
    border-radius: 0;
    padding: 0 8rem 6rem;
}

#estform .h-form {
    background: #035bf0;
    color: #FFF;
    font-size: 2.4rem;
    padding: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.customer-box .h-form {
    width: calc(100% + 16rem);
    margin: 0 -8rem 5rem;
}


.customer-box .scroll {
    margin-bottom: 4rem;
}

.customer-box table th.required::after {
    background-color: #ff5262;
    border-radius: 3px;
}

@media screen and ( max-width: 810px ){
    .customer-box {
        padding: 0 3rem 6rem;
    }
    
    .customer-box .h-form {
        width: calc(100% + 6rem);
        margin: 0 -3rem 5rem;
    }
}

@media screen and ( max-width: 480px ){
    .customer-box .scroll {
        margin-bottom: 2rem;
    }
}


/**/

.customer-box .btn-send {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.customer-box .btn-send::before {
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font: var(--fa-font-solid);
    font-weight: 900;
    font-size: 2.3rem;
    color: #FFF;
    position: absolute;
    right: 4.5rem;
    top: 50%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
    z-index: 1;
    pointer-events: none;
}

.customer-box .btn-send input[type=submit] {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    background-image: -moz-linear-gradient( -16deg, rgb(255,106,60) 9%, rgb(255,96,74) 24%, rgb(255,86,88) 44%, rgb(255,82,98) 100%);
    background-image: -webkit-linear-gradient( -16deg, rgb(255,106,60) 9%, rgb(255,96,74) 24%, rgb(255,86,88) 44%, rgb(255,82,98) 100%);
    background-image: -ms-linear-gradient( -16deg, rgb(255,106,60) 9%, rgb(255,96,74) 24%, rgb(255,86,88) 44%, rgb(255,82,98) 100%);
    color: #FFF;
    position: relative;
    border: .3rem solid #FFF;
    border-radius: 100px;
    text-align: center;
    padding: 2rem 10rem 2rem 2.5rem;
    overflow: hidden;
    line-height: 1.3;
    width: 100%;
    z-index: 0;
    transition: all 0.3s ease-out;
}
.customer-box .btn-send input[type=submit]:hover {
    opacity: .7;
}

/* hover */
.btn-item a:hover {
    opacity: 1;
}
.btn-item a:hover span::before {
    opacity: 1;
}

@media screen and ( max-width: 810px ){

}

@media screen and ( max-width: 480px ){
    .btn-item {
        width: 90%;
        margin: 0 auto;
    }
    
    .btn-item a span {
        padding-right: 7rem;
        font-size: 1.9rem;
    }

}


/**/
.customer-box .back a {
    width: 80%;
    max-width: 500px;
    border-radius: 100px;
    border: .3rem solid #A6A6A6;
    color: #424242;
    background: #FFF;
    font-size: 2rem;
    font-weight: bold;
    padding: 2rem 3rem;
    display: block;
    text-align: center;
    margin: 2.5rem auto 0;
}


/*------------------------------------
	tel-box
------------------------------------*/
.tel-box dl {
    background: #f1f4f9;
    padding: 2.5rem 3rem;
    text-align: center;
}
.tel-box dl dt {
    font-size: 2.2rem;
    color: #374f7f;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.tel-box dl dd div {
    font-size: 1.5rem;
    font-weight: bold;
    color: #8a8d94;
    margin-top: 1rem;
    line-height: 1.6;
}

@media screen and ( max-width: 810px ){
    .tel-box dl dd img {
        max-width: 100%;
        width: auto;
    }
}

@media screen and ( max-width: 480px ){
    .tel-box dl dt {
        font-size: 1.8rem;
        color: #374f7f;
        font-weight: bold;
        margin-bottom: 1rem;
        line-height: 1.4;
    }
}



/*------------------------------------
	commit
------------------------------------*/
.commit .customer-box {
    margin-top: 0 !important;
}

.commit .customer-box td {
        font-size: 1.6rem;
}
