@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
html{
  font-size: 62.5%;
  font-family: 'Noto Sans', sans-serif;
}
body{
	margin-top: 0px;
	background-color: #fff;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-size: 1.6rem;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
h1 {
	font-weight: 900 !important;
}
h2,h3,h4,h5,.sub_title {
	font-weight: 700 !important;
}

/*p {
  font-size: 0.857rem;
  line-height: 180%;
  //font-weight: bold;
}*/

img{
max-width: 100%;
height: auto;
//width /***/:auto;
vertical-align:bottom;　
}
a:hover img.over{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
a {
transition: color 0.3s ease 0s;
	text-decoration: none;
	border-bottom: solid 1px #999;
	padding-bottom: 5px;
}
a:link {
	color: #062372;
}
a:hover {
	color: #eee;
}
a:visited {
	color: #999;
}

.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px;
}
.pc {
	display: block;
}
.mob {
	display: none;
}
.indentback1 {
	text-indent: -1em;
	padding-left: 1em;
}
.indentback2 {
	text-indent: -2em;
	padding-left: 2em;
}
.indentback3 {
	text-indent: -3em;
	padding-left: 3em;
}

main {
	width: 100%;
}
strong {
	font-weight: bold;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
	width: 100%;
	max-width: 400px;
}
a.btn--pink {
  color: #fff;
  background-color: #EF5180;
	border: solid 2px #fff;
}

a.btn--pink:hover {
  color: #fff;
  background: #F19FC2;
}
a.btn--pink:visited {
	color: #fff;
}
a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-radius: 100vh;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1.5rem);
  right: 1.5rem;
  margin: 0;
  padding: 0;
  content: '\f138';
}
.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #2D6DAB;
}

.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #408DCB;
}
h2 {
	font-size: 4rem;
	margin: 20px auto 30px;
	line-height: 1.4;
	color: #DA755F;
	text-align: center;
}
h3 {
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 10px;
}
p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 30px;
}

.float {
	width: 100%;
	background-color: #fff;
	padding: 10px 0px;
	box-shadow: 0 5px 3px -3px rgba(0,0,0,0.1) inset;
	position: fixed;
	bottom: 0px;
	z-index: 10;
}
.float .container {
	display: grid;
    grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.float_btn {
	background-color: #FF9D37;
	box-shadow: 0 -5px 3px -2px rgba(0,0,0,0.1);
	padding: 10px 0px 20px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 75px;
	z-index: 9;
	color: #fff;
	font-size: 1.4rem;
}


.line {
	line-height: 1.5;
	position: relative;
	padding: 0 60px;
	display: inline-block;
	margin-bottom: 0px;
}

.line:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
	left:0;
}
.line:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
	right: 0;
}


@media (max-width: 767px) {
	html{
		font-size: calc(100vw / 32);/*iPhoneの最小サイズ320pxに10px*/
	}
	h1 {
		font-size:2.0rem !important;/*320pxの時30pxに*/
	}
	p {
		font-size: 1.4rem !important;/*320pxの時14pxに*/
	}
	h2 {
		font-size: 2rem !important;
	}
	h3 {
		font-size: 1.6rem !important;
	}
	h4 {
	font-size: 1.3rem !important;
}
	.line {
	font-size: 1.6rem !important;
}
	.inner {
	padding: 30px;
	}
	.pc {
	display: none;
	}
	.mob {
	display: block;
	}

	.float {
		padding: 0px 0px !important;
	}
	.float .container .btn,
	.float .container a.btn,
	.float .container button.btn {
		padding: 10px 0px;
		margin: 0px auto !important;
	}
	.float_btn {
	font-size: 1rem;
}
.btn,
a.btn,
button.btn {
  font-size: 1.1rem;
	max-width: 750px;
}
}


/* header
-----------------------------------------------*/

header {
	text-align: center;
}
header img {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}



/* about
---------------------------------------------*/

/* choose
---------------------------------------------*/
#choose .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
#choose .grid div {
	padding: 15px 30px 0px;
	background-color: #FFB52D;
	border-radius: 20px;
}
#choose .point {
	font-weight: bold;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
}
#choose .icon {
	text-align: center;
	margin-bottom: 10px;

}
#choose .icon img {
	height: 100%;
	max-height: 100px;
	width: auto;
}
#choose h3 {
	font-size: 1.6em;
	text-align: center;
	background-color: #fff;
	padding: 5px;
	border-radius: 10px;
}
@media (max-width: 767px) {
#choose .grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
}

/* summary
---------------------------------------------*/
#summary dl.data {
	width: 100%;
	max-width: 700px;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#summary dl.data dt {
	background-color: #8CBADF;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	line-height: 1.5;
}
#summary dl.data dd {
	width: 80%;
	padding: 0px 0px 5px 1em;
	line-height: 1.5;
} 
@media (max-width: 767px) {
#summary dl.data {
	width: 100%;
	max-width: 700px;
	margin: auto;
	display:block;
	align-items: center;
	flex-wrap: wrap;
}
#summary dl.data dt {
	background-color: #8CBADF;
	color: #fff;
	padding: 10px;
	margin : 0 auto 10px;
	width: 90%;
	display:block;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	line-height: 1.5;
	text-align: center;
}
#summary dl.data dd {
	width: 100%;
	padding: 0;
	line-height: 1.5;
	margin-bottom: 40px;
} 
}


/* formsection
-----------------------------------------------*/
#formsection {
	margin: 0px auto;
	background-color: #EDECE5;
}
#formsection .inner {
	padding: 50px 0px;
}
@media (max-width: 767px) {
	#formsection .inner {
	padding: 50px 0px;
	}
}






/* footer
-----------------------------------------------*/

footer {
	clear: both;
	text-align: center;
	padding: 50px 0;
	line-height: 1.5;
}

