@charset "UTF-8";

/* All ---------------------- */

body{
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	width: 100%;
	background: #e5e5e5;
}

h1{
	text-align: center;
	padding: 10px 0;
}

h2{
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

p{
	color: #764800;
	font-size: 16px;
}

rt {
	font-weight: normal;
	position: relative;
	top: -.5em;
	transform: translateY(-.5em);
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.mb8 {
	margin-bottom: 8px;
}

.fs10 {
	font-size: .625em;
}
.fs12 {
	font-size: .75em;
}
.fs14 {
	font-size: .875em;
}
.fs18 {
	font-size: 1.125em;
}
.fs20 {
	font-size: 1.25em;
}
.fs24 {
	font-size: 1.5em;
}
.fs25 {
	font-size: 1.58em;
}
.fs26 {
	font-size: 1.625em;
}
.fs26s2 {
	font-size: 0.765em;
}
.fs34 {
	font-size: 2.125em;
}
.fs34s2 {
	font-size: 0.8em;
}
.fs58 {
	font-size: 3.65em;
}

.clrBwn {
	color: #764800;
}
.clrBlr {
	color: #1482BE;
}

.clrChc {
	color: #4C4C4C;
}

.wd1000 {
	max-width: 1000px;
	margin: auto;
}

@media(max-width: 1040px){
	.wd1000{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
} 

.wd930 {
	max-width: 930px;
	margin: auto;
}

@media(max-width: 970px){
	.wd930{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
} 

.wd830 {
	max-width: 830px;
	margin: auto;
}

@media(max-width: 870px){
	main .wd830{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
} 

.wd770 {
	max-width: 770px;
	margin: auto;
}

.wd650 {
	max-width: 650px;
	margin: auto;

}

@media(min-width: 711px){
	.wd710{
		display: none;
	}

}

@media(max-width: 710px){
	.wd710{
		display: block;
	}
} 

.flxBox {
	display: flex;
}

.notes {
	background: #FAFAF0;
	line-height: 1.6;
}

.exter {
    cursor: pointer;
}

/* Layout ---------------------- */
.wrap{
	width: 100%;
}



/* Header ---------------------- */
header{
	background: #DFF0FD;
}

.clm1 {
	display: flex;
    align-items: center;
}

.clm1 > p {
    background: url(../images/bg1.png) no-repeat center center / cover;
	max-width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
}

.clm1 > p > span {
	color: #fff;
}

.clm1 h1 {
	text-align: left;
	margin: 0 16px;
}

.clm2 {
    background: #fff;
}

.clm2 p {
    letter-spacing: .1rem;
}

.dot-text{
    position: relative;
    letter-spacing: .3rem;
  }
  .dot-text::before{
    position: absolute;
    top: -20px;
    left: 0;
    right: 3px;
    margin: auto;
    content: "";
    padding-top: 10px;
    background: -webkit-radial-gradient(circle 10px,#1383be 50%,transparent 50%);
    background: radial-gradient(circle 10px,#1383be 50%,transparent 50%);
    background: -moz-radial-gradient(circle 10px,#1383be 50%,transparent 50%);
  }

#flx1.flxBox {
	margin-top: 48px;
	align-items: center;
}

.boxL {
    width: 45%;
}

.boxL > p {
    margin-bottom: .6em;
	line-height: 1.6em;
}


nav ul li{
	width: 100%;
}

header nav ul li {
	position: relative;
}



nav ul li a{
	display: block;
}


/* Mainvisual ---------------------- */

#mainv{
	background: #9efffe;
	
}

#mainv .wrap{
	padding: 100px 0;
	text-align: center;
}


/* Main ---------------------- */

main {
	background: #FAFAF0;
	padding: 16px 0 0;
}


main img{
	width: 100%;
}

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

#sec1 .wrap {
    border-radius: 54px;
    position: relative;
}

#sec1 h2 {
	color: #fff;
	font-weight: normal;
	position: absolute;
}

.summ {
	text-align: center;
}

.summ p:first-of-type {
    line-height: 1.6;
    text-align: left;
}

.summ p:last-of-type {
	margin-top: 8px;
}

.image2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}



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

#sec2 .wrap {
	background: #DFF0FD;
}

#sec2 h2 {
    background: #fff;
}

.flowImg {
	background: #2999DD;
	margin-top: 16px;
}

.flowImg .box1,
.flowImg .box2,
.flowImg .box3 {
    display: flex;
}

.flowImg .box1 p {
    text-align: center;
	font-weight: bold;
}

.flowImg .box1 p:last-of-type {
	color: #4C4C4C;
}

.flowImg .box2 .items {
	background: #fff;
	text-align: center;
}

.flowImg .box2 .items:nth-of-type(-n+3) {
	position: relative;
}

.flowImg .box2 .item4 {
	border: 4px dashed #ff8200;
}

.flowImg .box2 .item2 .title,
.flowImg .box2 .item3 .title,
.flowImg .box2 .item4 .title {
	background: #FF8200;
	color: #fff;
}

.flowImg .box3 p {
	font-weight: bold;
	text-align: center;
}

.flowImg .box3 p:first-of-type {
	opacity: 0;
}

.flowImg .box3 p:nth-of-type(2n) {
	color: #fff;
	background: #FF8200;
}

.flowImg .box3 p:last-of-type {
	background: #fff;
	color: #FF8200;
	border: 2px solid #FF8200;
}

#sec2 .notes p {
	color: #000;
	font-size: .75em;
	margin-top: 0.8em;
}

/* sec3 ---------------------- */



#sec3 .wrap {
	background: url(../images/bg13.png) no-repeat top center / cover;
	padding: 80px 0 70px;
}

#sec3 h2 {
	font-weight: normal;
	color: #764800;
}

span.acc {
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    padding: 0.4em;
    margin: 0 0.1em;
}

span.bgBle {
    background: #2999DD;
}

span.bgRed {
    background: #EC6D74;
}

#sec3 .boxC {
 	background: url(../images/bg16.png) no-repeat center center / contain;
	border-radius: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#sec3 .images{
	width: 100%;
    text-align: center;
	margin: 2.4rem 0 2.8rem;
}

#sec3 .images img {
	height: 170px;
    width: auto;
}

#sec3 .link {
	position: relative;
}

#sec3 .link {
    background: url(../images/link.png) no-repeat center right 5% / 6%,#2999DD;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 16px 40px 16px 16px;
    font-weight: bold;
    margin: 0 auto;
}

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


#sec4 .wrap {
	background: #fff;
	border: 1px solid #2999DD;
	border-radius: 10px;
}

#sec4 .flxBox {
	align-items: center;
}

#sec4 .flxBox div {
	text-align: center;
}

#sec4 .flxBox div > p {
	color: #000;
	line-height: 1.4;
}

#sec4 .flxBox .dwl {
	color: #fff;
    background: url(../images/bg14.png) no-repeat center right 24% / 6%, #2999DD;
    font-weight: bold;
    margin-top: 1.6rem;
}

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


#sec5 h2 {
	background: #2999DD;
	color: #fff;
	text-align: left;
}

#sec5 .boxD {
	margin-top: 36px;
}

#sec5 .boxD p {
	color: #000;
}

#sec5 .boxD rt {
	font-size: .75em;
	text-align: justify;
}

#sec5 .profile {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #1482BE;
}

#sec5 .profile > p {
	line-height: 1.5em;
	font-weight: 100;
}

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

#sec6 .wrap {
	background: #fff;
	border: 1px solid #2999DD;
	border-radius: 10px;
}

#sec6 .flxBox {
	align-items: center;
}

#sec6 .flxBox div {
	text-align: center;
}

#sec6 .flxBox div p:nth-child(1){
	background: #2999DD;
	color: #FFF;
	border-radius: 5px;
	padding: 5px 0;
	margin-bottom: 20px;
}

#sec6 .flxBox div p:nth-child(2){
	color: #764800;
	margin-bottom: 20px;
}

#sec6 .flxBox div p:nth-child(2) span{
	color: #1482BE;
}

#sec6 .flxBox div p:nth-child(3){
	line-height: 1.6;
}

#sec6 .flxBox div > p {
	color: #000;
	line-height: 1.4;
}

#sec6 .flxBox .dwl {
	color: #fff;
    background: url(../images/bg14.png) no-repeat center right 24% / 6%, #2999DD;
    font-weight: bold;
    margin-top: 1.6rem;
}

.sp370,
.sp460,
.sp570,
.sp810{
	display: none;
}

.profile dl {
    display: flex;
	font-size: 0.875em;
	margin-bottom: 0.3rem;
	align-items: baseline;
}

.profile dt {
    width: 6%;
    font-weight: normal;
}

.profile dd {
    width: 94%;
	line-height: 1.6;
}



/* Footer ---------------------- */

footer{
	background: #fff;
	padding: 36px 0 0;
	text-align: center;
}

footer p {
	color: #000;
	font-size: .875em;
	line-height: 2em;
}

footer nav {
	max-width: 820px;
	margin: auto;
	margin: 30px 0 16px;
}

footer nav ul li {
	color: #000;
	font-size: 1em;
	position: relative;
	padding: .2em 1em;
	padding-top:1.25em;
}

footer nav ul li span {
	font-size: 0.65em;
}

@media(max-width: 850px){
	footer nav ul li {
		font-size: .8em;
	}
	.profile dt {
		width: 7%;
	}
	.profile dd {
		width: 93%;
	}
}

.footBtm {
	background: #764800;
}

.footBtm p {
	color: #fff;
	padding: .2em 0;
}

/* GotoTop ---------------------- */
#backtotop{
	position: fixed;
    background-color: transparent;
    bottom: 10%;
    z-index: 2;
	display: none;
}

#backtotop a{
	display: flex;
	text-align:center;
	text-decoration:none;
	margin: 0;
	border-radius: 50%;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#backtotop a .tri {
	position: relative;
	width: 100%;
	height: auto;
}

#backtotop a .tri::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	background: url(../images/bg15.png) no-repeat center center / cover;
}


#backtotop a:link,
#backtotop a:visited{
	color:#fff;
	background: #2999DD;
/*	background: linear-gradient(90deg,#4ca9e7,#367bbe);*/
	/* background-color:rgba(15,55,114,0.64); */
	/* border:1px solid rgba(0,0,0,0.64); */
}

#backtotop a:hover,
#backtotop a:active{
	color:rgba(255,255,255,1);
	background: #2a5284;
/*	background: linear-gradient(90deg,#4ca9e7,#367bbe);*/
	/* background-color:rgba(15,55,114,1.0); */
	/* border:1px solid rgba(68,68,68,1); */
}






/* 汎用機能 ---------------------------------------------------------------- */


.indent{
	padding-left: 1em;
	text-indent: -1em;
}


/* ------------------------------------------
	マーカー
--------------------------------------------- */
.marker{
	background:linear-gradient(transparent 0%, rgba(180, 246, 255) 00%);
	display: inline;

	/* 背景の繰り返しを停止 */
	background-repeat: no-repeat;

	/* マーカーの横方向を0にして縮める */
	background-size: 0% 100%;
	color: #444;

	/* マーカーが引かれる速度を指定 */
/*	transition:background-size 1.5s,color  1.5s;*/
	transition:background-size 1.5s;
}


.marker.on{
  /* 横方向を100%にして、マーカーを引く */
	 background-size: 100% 100%;
}



/* ------------------------------------------
	SCROLLEVENT
--------------------------------------------- */
.fadeIn {
	opacity: 0.0;
	position: relative;
	top: 48px;
}

.footer_fade{
	opacity: 0.0;
	position: relative;
	top: 48px;
}

/*
.footerNav ul{
    display: flex;
    align-items: flex-start;
}

.footerNav ul li:nth-child(2)::after,
.footerNav ul li:nth-child(3)::after{
    top: 1.25em;
}
*/

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

.popupArea {
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
}

#popup001 {
    width: 100%;
    height: 100%;

}

.popPre { 
    margin: auto;
}

.popup_behind_layer {
    /* display: none; */
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index:300;
    background: #606060;
	overflow: hidden;
}
.popup_behind_layer.bgLink {
	background: rgba(96,96,96,.8);
}

.popup_wrap {
	position: fixed;
	width: 90%;
	max-width: 960px;
	height: 70%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 4;
	background: #FFF;
	overflow: hidden;
}

.popup_wrap img{
	width: 100%;
}

.popupimage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 500;
  }


.btn_close {
	position: fixed;
    right: 0%;
    top: 0px;
    color: #fff;
    cursor: pointer;
	z-index: 16;
    opacity: 1;
    width: 35px;
    height: 35px;
/*    background: rgba(0, 0, 0, 0);*/
    border-radius: 100%;
/*
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
*/
}


.btn_close:before,
.btn_close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 6px;
    left: 17px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.btn_close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn_close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

p.btnCmn,
button.btnCmn {
	z-index: 500;
    /* background: #000; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

p.btnNext a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#link.btnLink a {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (min-width: 401px){

	.brBlk {
		display: none;
	}

}

@media (max-width: 400px){

	.brBlk {
		display: block;
	}
}


