@charset "UTF-8";

.pc {
	display: block;
}
.sp {
	display: none;
}

.mkrYlw {
	background: linear-gradient(transparent 70%, #FFFA33 0%);
}

@media(max-width: 810px){
	.wd770.fs25{
		font-size: 1.4em;
		width: calc(100% - 40px);
		margin: 0 20px;
	}
} 

#sec1 {
	padding-top: 80px;
    margin-top: -80px;
}

#sec2 {
	padding-top: 72px;
    margin-top: -72px;
}

#sec3 {
	padding-top: 72px;
    margin-top: -72px;
}

#sec5 {
	padding-top: 100px;
    margin-top: -100px;
}

/* Header ---------------------- */
header{
	padding-top: 36px;
}

.clm1 {
	background: url(../images/mail.png) no-repeat top right / 14%;
}

.clm1 h1 {
	line-height: 1.4;
}

.clm2 {
    padding: 2.5rem 0 1.8rem;
    margin-top: 8px;
	margin-bottom: 48px;
}

.clm2 p {
	text-align: center;
}



header nav {
	background: #2999DD;
}

header nav.nav_fixed {
	position: fixed;
	top: 0;
	z-index: 100;
}

nav ul{
	display: flex;
}

.headerNav{
    align-items: center;
}

nav ul li{
	text-align: center;
	font-size: 1.25em;
	color: #fff;
}

nav ul li a {
	padding: 24px 20px;
}

nav.nav_fixed ul li a {
	padding: 20px 20px;
}

nav ul li.btnPink{
/*    background: #dc7477;*/
}

nav ul li.btnPink a,
nav.nav_fixed ul li.btnPink a {
	padding: 20px 10px;
}


header li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 2em;
    z-index: 100;
    background-color: #fff;
    margin: auto;
}

header li:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 2em;
    z-index: 100;
    background-color: #fff;
    margin: auto;
}

header li:nth-child(5)::after{
    content: none;
}


/* sec1 ---------------------- */

#sec1 .wrap {
	margin: 95px 0 140px;
    padding: 24px 0 100px;
	background: url(../images/bg5.png) no-repeat right 6% top 4%, url(../images/bg6.png) no-repeat top 38% left 2%, #fff;
}
@media(max-width: 950px){
	#sec1 .wrap {
		background: url(../images/bg5.png) no-repeat right 2% top 2% / 15%, url(../images/bg6.png) no-repeat top 46% left 2% / 9%, #fff;
	}
}

#sec1 h2 {
/*    background: url(../images/bg2.png) no-repeat center center / contain;*/
    background: #2999DD;
    padding: 0.6em;
    top: -18px;
    right: 0;
    left: 0;
    max-width: 360px;
    margin: auto;
    border-radius: 10px;
}

.summ {
    margin: 36px auto;
    max-width: 493px;
}

.summ p:first-of-type {
    font-size: 1.313em;
    padding: 1.2rem 0 1rem 1.6rem;
    background: url(../images/bg3.png) no-repeat left top / auto, url(../images/bg4.png) no-repeat right bottom / auto;
}

.mainTxt {
	max-width: 660px;
	text-align: center;
	line-height: 2.2;
	margin: auto;
}

.image2 {
    max-width: 192px;
    bottom: -63px;
}

/* sec2 ---------------------- */

#sec2 h2 {
	font-size: 1.125em;
    padding: 0.8em;
    width: 150px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.flowImg {
	padding: 36px 0;
}

.flowImg .flxBox {
	flex-direction: column;
}
.flowImg .box2 .items p {
    font-size: .9em;
}

.flowImg .box1 .title {
	background: url(../images/bg11.png) no-repeat center right / auto;
    width: 23%;
	font-size: 1em;
}

.flowImg .box1 p {
    padding: 0.8em;
    padding-right: 24px;
}

.flowImg .box1 p:last-of-type {
	background: url(../images/bg12.png) no-repeat center right / auto;
	margin-left: 2%;
    width: 75%;
}

.flowImg .box2{
	justify-content: space-between;
	margin: 1rem 0 .6rem;
}

.flowImg .box2 .items {
    border-radius: 10px;
    padding: 0.5rem;
	max-width: 203px;
    height: 183px;
	margin-right: 0.8rem;
	width: 21%;
}

.flowImg .box2 .items.item1 {
    padding: 1rem;
	background: url(../images/bg7.png) no-repeat center bottom 25% / auto, #fff;
}

.flowImg .box2 .items:nth-of-type(-n+3)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 16px solid #fff;
    border-right: 0;
    margin: auto;
    right: -20%;
}

.flowImg .box2 .items:nth-of-type(-n+3)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 16px solid #289ade;
    border-right: 0;
    margin: auto;
    right: -18%;
}

@media(max-width: 1040px){
	.flowImg .box2 .items:nth-of-type(-n+3)::before{
		right: -16%;
	}
	.flowImg .box2 .items:nth-of-type(-n+3)::after{
		right: -14%;
	}
}

@media(max-width: 990px){
	.flowImg .box2 .items.item4 {
		margin-right: 0;
	}
}

.flowImg .box2 .item2 .title,
.flowImg .box2 .item3 .title,
.flowImg .box2 .item4 .title {
	border-radius: 5px;
	padding: 8px;
	margin-bottom: 8px;
}

.flowImg .box2 .items.item2 {
	background: url(../images/bg8.png) no-repeat center bottom 8% / auto, #FFECD9;
}

.flowImg .box2 .items.item3 {
	background: url(../images/bg9.png) no-repeat center bottom -56px / auto, #FFECD9;
}

.flowImg .box2 .items.item4 {
	background: url(../images/bg10.png) no-repeat center bottom -37px / auto, #fff;
}

.flowImg .box3 p {
	padding: .4rem;
	border-radius: 4px;
}

.flowImg .box3 p:first-of-type {
	width: 26%;
	margin-left: .4%;
}

.flowImg .box3 p:nth-of-type(2n) {
	width: 46.6%;
}

.flowImg .box3 p:last-of-type {
	width: 23%;
    margin-left: 4%;
}

@media(max-width: 990px){
	.flowImg .box3 p {
		font-size: .8em;
	}
}

@media(max-width: 940px){
	.flowImg .box2 .items p {
		font-size: .7em;
	}
}

@media(max-width: 900px){

	.flowImg .box1 .title,
	.flowImg .box1 p {
		padding: 0.8em 0.4em 0.8em 0.2em;
		font-size: .9em;
	}
	.flowImg .box3 p {
		font-size: .7em;
	}
}
/* sec3 ---------------------- */

#sec3 {
	margin-top: 60px;
}

#sec3 h2 {
	font-size: 1.125em;
	letter-spacing: .1em;
}

.uLine {
	border-bottom: 1px dotted #1482BE;
	max-width: 720px;
	padding-bottom: .5em;
	margin: auto;
}

#sec3 .flxBox {
	margin-top: 60px;
}

#sec3 .link {
    max-width: 360px;
}

#sec3 .boxC {
	height: 470px;
}

.boxF {
    margin-right: 20px;
}

.boxS {
    margin-left: 20px;
}

@media(max-width: 1000px){
	#sec3 .images {
		margin: 2.4rem 0;
	}
}

@media(max-width: 880px){
	#sec3 .images {
		margin: 1.2rem 0;
	}
}

/* sec4 ---------------------- */

#sec4 {
	margin: 70px auto 50px;
}

#sec4 .wrap {
	padding: 30px;
}


#sec4 .flxBox div {
	margin-right: 1em;
}

#sec4 .flxBox .dwl {
    max-width: 360px;
    border-radius: 10px;
    
    margin-left: auto;
    margin-right: auto;
}

#sec4 .flxBox .dwl a{
    display: block;
    width: 100%;
    padding: 1.4rem 3rem 1.4rem 1.4rem;
}



#sec4 .flxBox .images {
	max-width: 280px;
}

/* sec5 ---------------------- */

#sec5 {
	padding-bottom: 100px;
}

#sec5 h2 {
	padding: .4rem 1.5em;
	letter-spacing: .2em;
}

/* sec6 ---------------------- */

#sec6 {
	margin: 0px auto 0px;
    position: relative;
    padding-top: 100px;
    top: -100px;
}

#sec6 .wrap {
	padding: 30px;
}


#sec6 .flxBox div {
	margin-right: 1em;
}

#sec6 .flxBox .dwl {
    max-width: 360px;
    border-radius: 10px;
    
    margin-left: auto;
    margin-right: auto;
}

#sec6 .flxBox .dwl a{
    display: block;
    width: 100%;
    padding: 1.4rem 3rem 1.4rem 1.4rem;
    box-sizing: border-box;
}


#sec6 .flxBox .images {
	max-width: 280px;
}

#sec6 .flxBox .images img {
    width: 80%;
    margin: auto;
    display: block;
}

@media(max-width: 810px){
	br.sp810{
		display: block;
	}
}



footer li:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1.5em;
    z-index: 100;
    background-color: #000;
    margin: auto;
}

footer li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 1.5em;
    z-index: 100;
    background-color: #000;
    margin: auto;
}

/* GotoTop ---------------------- */

#backtotop{
    left: 85%;
}

#backtotop a {

	width: 70px;
	height: 70px;
}

#backtotop a .tri::before{
	width: 30px;
    height: 20px;
}


/* ------------------------------------------
	POPUP
--------------------------------------------- */

.popPre {
	max-width: 980px;
	min-width: 769px;
}

.popupimage {
    padding-bottom: calc(((34 / 84) * 100%));
    margin: calc((100vh - calc(((34 / 84) * 100%))) / 2) auto;
  }

  p.btnCmn,
button.btnCmn {
    width: 58%;
    height: 1px;
    padding-bottom: 7%;
}

button.btnTop {
    top: 37%;
}

p.btnNext,
button.btnBtn {
    top: 62%;
}

#link.btnLink {
    top: 44%;
}

button.btnBack {
    top: 68%;
}

button.btnClose {
	top: 8%;
    width: 4%;
    padding-bottom: 40px;
    left: 62%;
}

.popupimage.popup1 {
	background-image: url(../images/popup/pop1.png);
  }

  .popupimage.popup2 {
	background-image: url(../images/popup/pop2.png);
  }

  .popupimage.popup3 {
	background-image: url(../images/popup/pop3.png);
  }

  @media(max-width: 710px){
    .clm2 p {
        font-size: 3em;
    }
  }