@charset "utf-8";
body{
	background: #fefff8;
	font-family: zen-maru-gothic, sans-serif;
	z-index: -2;
    position: relative;
}
.inner {
    width: 1000px;
    margin: 0 auto;
    font-feature-settings: "palt";
    letter-spacing: 2px;
}
.shadow {
	box-shadow: 0px -10px 19px 0px rgb(0 0 0 / 10%);
}
.bg-w{
	background: #FFF;
	padding: 80px 0;
}
.bg-y{
	padding: 40px 0;
	 background-color: #feffe7;
	
  background-image: radial-gradient(#fcfcfa 32%, transparent 37%),
                       radial-gradient(#fcfcfa 32%, transparent 37%);
  background-position: 0 0, 25px 25px;
  background-size    : 50px 50px;
width: 90%;
    margin: 0 auto 50px;
}

.bg-g{
	padding: 40px 0;
	 background-color: #ecfff5;
  background-image: radial-gradient(#f7f9f8 32%, transparent 37%),
                       radial-gradient(#f7f9f8 32%, transparent 37%);
  background-position: 0 0, 25px 25px;
  background-size    : 50px 50px;
width: 90%;
    margin: 0 auto;
}
_::-webkit-full-page-media, _:future, :root .bg-y,
_::-webkit-full-page-media, _:future, :root .bg-g{
	background-image:none;
}
.bg-b{
	background: #f7ffff;
	padding: 80px 0;
}

.w9{
	width: 90%;
	margin: 0 auto;
}
.red {
    color: #d9171d!important;
}
.org {
    color: #ff6600!important;
}
.grn {
    color: #01939c!important;
}
.grn-l{
    color: #00a445!important;
}
.pk {
    color: #ea168e!important;
}
.flex {
    display: flex;
    justify-content: center;
}

.pc_only {
    display: block !important;
}

.sp_only {
    display: none !important;
}
header{
	position: relative;
	padding-top: 40px;
}
header h1 img{
	margin: auto;
box-shadow: 0px -28px 30px 6px rgb(0 0 0 / 2%);
	background: #edfffe;
}
header h1{
	position: relative;
}
header h1::before{
	content: "";
    position: absolute;
	top:3%;
	margin: auto;
	left: 0;
	right:0;
    height: 100%;
    background: url("../img/bg-i-mv.png") top / 100%;
    background-repeat: no-repeat;
	width: 1200px;
}
header .form{
	background: #edfffe;
	padding: 40px 0;
}
.form .mail{
	text-align: center;
	border-radius: 100px;
	border: solid 10px #0087c6;
	background: #fff;
	padding: 20px 0;
	color: #b1b1b1;
	font-size: 32px;
	width: 90%;
	margin: 0 auto 20px;
	font-weight: 600;
}

input[type="submit"]{
	background: none;
    border: none;
	color: #fff;
}
_::-webkit-full-page-media, _:future, :root input[type="submit"]{
	background: none;
    border: none;
	color: #fff;
}
::placeholder {
  color: #b1b1b1;
}

.btn01 {
    animation-name: dokidoki;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 2s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite;
    /* アニメーションをループさせる */
    display: flex;
	text-align: center;
}
_::-webkit-full-page-media, _:future, :root .btn01 {
    animation-name: dokidoki;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 2s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite;
    /* アニメーションをループさせる */
    display: flex;
	text-align: center;
}

.btn01 {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
	background-color: #0087c6;
	text-align: center;
	margin: 0 auto;
/* box-shadow */
box-shadow: 4px 4px 0px 0px #004768;
    transition: 0.3s;
    overflow: hidden;
    padding: 30px 20px;
    flex-wrap: wrap;
}
_::-webkit-full-page-media, _:future, :root .btn01 {
        position: relative;
    font-weight: 700;
    font-size: 32px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
	background-color: #0087c6;
	text-align: center;
	margin: 0 auto;
/* box-shadow */
box-shadow: 4px 4px 0px 0px #004768;
    transition: 0.3s;
    overflow: hidden;
    padding: 30px 20px;
    flex-wrap: wrap;
}

.btn01 small {
    display: block;
    font-size: 60px;
}

.btn01 a:hover {
    box-shadow: 0 0 rgba(0, 0, 0, .3);
}

.btn01::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    color: #FFF;
	vertical-align: -7px;
}
_::-webkit-full-page-media, _:future, :root .btn01::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    color: #FFF;
	vertical-align: -7px;
}

.btn01::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -200px;
    left: 0;
    width: 60px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
_::-webkit-full-page-media, _:future, :root .btn01::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -200px;
    left: 0;
    width: 60px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
main {
}
h2{
	font-size: 37px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 30px;
}
main .pt{
	font-size: 32px;
	margin: 60px auto;
}
main .pt li{
	position: relative;
	background: #edfffe;
	margin-bottom: 20px;
	padding: 10px;
	display: table;
	width: 100%;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing:20px 0;  /* 左右 上下で記述 */
	color: #002e67;
}
main .pt li::before{
	content: "";
    display: table-cell;
    height: 100%;
    background: url("../img/point-1.png") center / 100%;
    background-repeat: no-repeat;
	width: 81px;
	height:74px;

}
main .pt li:nth-child(2){
	background: #e6f6ff;
}
main .pt li:nth-child(2)::before{
    background: url("../img/point-2.png") center / 100%;
	background-repeat: no-repeat;
}
main .pt li:nth-child(3){
	background: #e6f0ff;
}
main .pt li:nth-child(3)::before{
    background: url("../img/point-3.png") center / 100%;
	background-repeat: no-repeat;
}
main .pt li span{
	display: block;
	font-weight: 600;
}

main h3{
	font-size: 37px;
	font-weight: 700;
	background:url("../img/line.png") bottom repeat-x; 
  background-size: 40px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
}
main .bg-y .flex{
	position: relative;
}
main .bg-y p{
	font-size: 22px;
	color: #002e67;
	text-align: center;
}
main .bg-y .img{
    margin-top: -90px;
    margin-left: 0px;
    margin-right: -20px;
}
main .bg-y dl{
display: flex;
border-radius: 30px;
border: solid 4px #ff6600;
width: 95%;
margin:30px auto 30px;
}
main .bg-y dl dt{
background-color   : #ff6600;
	min-width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
}
main .bg-y dl dd .org{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 10px;
}
main .bg-y dl dd p{
	font-weight: 600;
	text-align: left;
}
main .bg-y dl dd{
	background: #fff;
	border-radius: 0 30px 30px 0;
	width: 100%;
	padding:20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-content: center;
}
main .bg-g p,
main .bg-b p,
main .fm-la p{
	font-size: 26px;
	color: #002e67;
	font-weight: 600;
	margin: 0 auto;
	width: 95%;	
    letter-spacing: -1px;
	margin-bottom: 40px
}
main .bg-g .ttl{
	padding-left: 20px;
	width: 100%;
}
main .bg-g .img{
	margin-top: -70px;
}
main .bg-g ul{
	display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto 60px;
}
main .bg-g ul.last{
    justify-content: center;
}
main .bg-g li{
    position: relative;
    max-width: 370px;
    min-height: 100px;
    background: #dcfdff;
    padding: 20px;
    text-align: left;
    color: #002e67;
    z-index: 1;
    display: flex;
	flex-wrap: wrap;
    align-content: space-between;
    justify-content: end;
    align-items: center;
	box-shadow: 6px 6px 0px 0px #c3ccc7;  /* 吹き出し本体の影 */
	font-size: 26px;
}
main .bg-g li small{
	font-size: 22px;
}
main .bg-g li::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left:  50%;
  bottom: -48px;
  border-top: 55px solid #c0cdc6;
  border-right: 0 solid transparent;
  border-left: 55px solid transparent;
	    transform: rotate(-20deg);
	z-index: -2;
}
main .bg-g li::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -40px;
border-top: 55px solid #dcfdff;
    border-right: 0 solid transparent;
    border-left: 55px solid transparent;
	    transform: rotate(-20deg);
		z-index: -1;
}
main .bg-g li:nth-child(2){
	background: #e6f6ff;
}
main .bg-g li:nth-child(2)::before{
	transform: rotate(-70deg);
}
main .bg-g li:nth-child(2)::after{
	transform: rotate(-70deg);
	border-top: 55px solid #e6f6ff;
}
main .bg-g ul.sec li:nth-child(1){
	background: #e6f6ff;
}
main .bg-g ul.sec li:nth-child(1)::after{
	border-top: 55px solid #e6f6ff;
}
main .bg-g ul.sec li:nth-child(2){
	background: #dcfdff;
}
main .bg-g ul.sec li:nth-child(2)::after{
	border-top: 55px solid #dcfdff;
}
main .bg-g ul.last li:nth-child(1){
	background: #e6ebff;
}
main .bg-g ul.last li:nth-child(1)::after{
	border-top: 55px solid #e6ebff;
}
main .mail-maga{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
main .mail-maga div{
	border: solid 10px #c0cdc6;
	margin: 0 10px 30px;
	box-shadow: 0px 20px 20px -20px #c0cdc6;
}
main .bg-b p{
	margin-top: 50px;
}
main .fm-la{
	margin-top: 50px;
}
main .fm-la h3{
	width: 80%;
	margin: 0 auto 10px;
}
footer {
    position: relative;
    background: #b9ebf6;
    padding: 40px 0;
}

footer .flex {
    justify-content: flex-start;
}

footer li a{
    color: #0087c6;
    border-bottom: solid 1px #0087c6;
    padding-bottom: 10px;
}

footer li {
    margin-right: 20px;
}

footer li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35d";
    padding-right: 5px;
}


/*リンクの形状*/

#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0087c6;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 4rem;
    transition: all 0.3s;
    z-index: 9999;
}

#page-top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
}


/*リンクを右下に固定*/

#page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    bottom: 20px;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}


/*　上に上がる動き　*/

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}


@media screen and (max-width: 1200px) {
    .inner {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1100px) {
    .pc_only {
        display: none !important;
    }
    .sp_only {
        display: block !important;
    }
    body {
        position: relative;
    }
    img {
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        vertical-align: top;
        width: auto;
    }
	header h1::before{
	width: 100%;	
	background: url(../img/bg-i-mv.png) top / 110%;
	background-repeat: no-repeat;
	}

}


@media screen and (max-width: 678px) {
	body {
     line-height: 1.3;
    }
	
	.shadow {
    box-shadow: none;
}
	.inner {
        width: 100%;
        margin: 0 auto;
    }
	header {
    padding-top: 0;
}
	header .form {
    padding: 30px 0;
}
	.form .mail{
	    border: solid 4px #0087c6;
		font-size: 22px;
		padding: 10px 0;
	}
	.btn01{
		font-size: 22px;
		padding: 30px 10px;
	}
	_::-webkit-full-page-media, _:future, :root .btn01{
		font-size: 22px;
		padding: 30px 10px;
	}
	.btn01::after {
	vertical-align: -4px;
}
_::-webkit-full-page-media, _:future, :root .btn01::after {
	vertical-align: -4px;
}
	.bg-w {
	padding: 40px 0;
}
	.w9 {
    width: 95%;
}
	
	main .pt li{
	width: auto;
	border-spacing: 10px 0;
	}
	main .pt{
	font-size: 22px;
	line-height: 1.3;
	margin:30px auto;
	}
	.mt-40 {
    margin-top: 0!important;
}
	h2 {
    font-size: 30px;
}	
	main .bg-y .flex,
	main .bg-g .flex{
    flex-wrap: wrap;
}
	main .bg-y .img {
    margin-top: -50px;
    margin-left: 0px;
    margin-right: 0;
	margin-bottom: 10px;
}
	main h3{
    font-size: 24px;
}	
	.bg-y,
	.bg-g{
	    width: 95%;	
		padding: 20px 0;
	}
	.bg-b {
    padding: 40px 0;
}
	main .bg-y p {
    font-size: 18px;
}
	main .bg-y dl dt{
	min-width: 100px;	
	padding:10px 0;
	}

	main .bg-y dl dd .org {
    font-size: 24px;
	margin-bottom: 5px;
}
	main .bg-y dl dd{
	padding:10px 20px;
	}
	main .bg-g .ttl{
	order: 2;
	padding-left: 0;
	}
	main .bg-g .img {
    margin-top: -50px;
    margin-bottom: 10px;
}
	main .bg-g p, main .bg-b p, main .fm-la p{
	font-size: 20px;
	margin-bottom: 20px;
    line-height: 1.5;
	letter-spacing: 0;
}
	main .bg-g ul{
	flex-wrap: wrap;
	margin-bottom: 0;
	}
	main .bg-g li{
	font-size: 20px;	
	max-width: 100%;
	padding: 20px 10px;	
	min-height: auto;
	margin-bottom: 40px;
	}
	main .bg-g ul.sec li:nth-child(1) {
    background: #dcfdff;
}
	main .bg-g ul.sec li:nth-child(1)::after {
    border-top: 55px solid #dcfdff;
}
	main .bg-g ul.sec li:nth-child(2) {
    background: #e6f6ff;
}
	main .bg-g ul.sec li:nth-child(2)::after {
    border-top: 55px solid #e6f6ff;
}
	main .bg-g ul.last li:nth-child(1) {
    background: #dcfdff;
}
	main .bg-g ul.last li:nth-child(1)::after {
    border-top: 55px solid #dcfdff;
}
	main .bg-g li small {
    font-size: 18px;
}
	main .mail-maga div{
	margin: 0 auto 20px;
	border: solid 5px #c0cdc6;
	}
	main .mail-maga {
    margin-top: 20px;
}
	main .fm-la h3 {
    width: 100%;
}
	 main .fm-la p{
	font-size: 18px;
	margin-bottom: 30px;	
	}
	footer .flex{
	flex-wrap: wrap;
	}
	footer li a {
    padding-bottom: 5px;
    display: block;
	margin-bottom: 5px;
}
	footer li {
    margin-right: 0;
    margin-left: 10px;
}
	
	}
@media screen and (max-width: 410px) {
.btn01{
		font-size: 18px;
		padding: 20px 10px;
	}
	_::-webkit-full-page-media, _:future, :root .btn01{
		font-size: 18px;
		padding: 20px 10px;
	}
	h2 {
    font-size: 24px;
}
	
	}
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}