@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	display:block;
	font-family: Arial,"Noto Sans CJK JP","Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Sans Emoji";
-webkit-text-size-adjust: 100%;
	color:#000;
	text-align: center;
	vertical-align:middle;
	background-position: center top;
	box-sizing: border-box;
}
article {
margin: 0 auto;
}
img {
	border-style:none;
}
li {
	list-style-type:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	color:#000;
}

.op a:hover {
 opacity: 0.6;
 }
.ul a:hover {
 text-decoration: underline;
 }
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.pc {
	display:block;
	margin: 0 ;
}
.sp {
	display:none;
}
@media screen and (max-width: 600px) {
.pc {
	display:none;
}
.sp {
	display:block;
	margin: 0 ;
}
}
/*iPhone*/
.wrapper {
	overflow: hidden;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
.wrapper {
	max-width:480px;
	min-width:480px;
}
}
.anim-box {
	transform: scale(0.5);
	opacity: 0;
}
.zoomin.is-animated {
	animation-name: zoomIn;
	animation-duration: 1.0s;
	animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	animation-fill-mode: forwards;
}
.delay1 {
	animation-delay: 0s;
}
.delay2 {
	animation-delay: 0.3s;
}
@keyframes zoomIn {
0% {
	transform: scale(0.8);
	opacity: 0;
}
100% {
	transform: scale(1);
	opacity: 1;
}
}
.pulse {
	animation: pulse 3s infinite ease-in-out;
}
@keyframes pulse {
	0%, 100% {
	transform: scale(1);
}
	50% {
	transform: scale(1.03);
}
}
/*------------------------------------------------------------------*/
.content_1 {
  background-image: linear-gradient(90deg, rgba(115, 202, 243, 1), rgba(255, 255, 255, 1) 16% 84%, rgba(115, 202, 243, 1));
}
@media screen and (max-width: 1720px) {
.content_1 {
  background-image: linear-gradient(90deg, rgba(115, 202, 243, 0.6), rgba(255, 255, 255, 0.6) 12% 88%, rgba(115, 202, 243, 0.6));
}
}
@media screen and (max-width: 1520px) {
.content_1 {
  background-image: linear-gradient(90deg, rgba(115, 202, 243, 0.4), rgba(255, 255, 255, 0.4) 8% 92%, rgba(115, 202, 243, 0.4));
}
}
@media screen and (max-width: 1320px) {
.content_1 {
  background-image: linear-gradient(90deg, rgba(115, 202, 243, 0.2), rgba(255, 255, 255, 0.2) 4% 96%, rgba(115, 202, 243, 0.2));
}
}
@media screen and (max-width: 1120px) {
.content_1 {
  background-image: none;
	}
}
.content_1_inside {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 16px 80px;
	background-color: fff;
}
.content_1_inside_img_title img {
	max-width: 100%;
	height: auto;
}
h1 {
	max-width: 762px;
	margin: 0 auto;
	padding-top: 80px;
}
h1 img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 794px) {
h1 {
	padding-top: 10%;
}
}
.content_1_inside_img_pc {
	margin-top: 40px
}
@media screen and (max-width: 1120px) {
.content_1_inside_img_pc {
	margin-top: 3%;
}
}
.content_1_inside_img_pc img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 480px) {
.content_1_inside_img_pc img {
	display: none;
}
}
.content_1_inside_img_sp {
	margin-top: 20px
}
.content_1_inside_img_sp img {
	display: none;
}
@media screen and (max-width: 480px) {
.content_1_inside_img_sp img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
}
.content_1_inside_kireikirei {
	display: flex;
	justify-content: space-around;
	padding-top: 40px;
	margin: 0 auto;
}
.content_1_inside_kireikirei_left {
}
.content_1_inside_kireikirei_left_flex {
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 400;
	align-items: center;
}
.content_1_inside_kireikirei_left_flex p {
	margin-top: 0;
}
.content_1_inside_kireikirei_left_flex p:first-child {
	padding: 2px;
	margin-right: 8px;
	border: solid 1px #000;
}
.content_1_inside_kireikirei_right {
	max-width: 528px;
	text-align: left;
	font-size: 18px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 400;
	line-height: 1.65;
}
@media screen and (max-width: 1160px) {
.content_1_inside_kireikirei {
	display: block;
	padding-top: 3%;
}
.content_1_inside_kireikirei_left, .content_1_inside_kireikirei_right {
	margin: 0 auto;
}
.content_1_inside_kireikirei_right {
		padding-top: 40px;
}
.content_1_inside_kireikirei_left p a {
	display: block;
	margin: 0 auto;
	max-width: 471px;
	height: auto;
	padding: 0 16px;
	box-sizing: border-box;
}
	.content_1_inside_kireikirei_left p a img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 560px) {
.content_1_inside_kireikirei_right {
	font-size: 3.2vw;
}
}
@media screen and (max-width: 480px) {
.content_1_inside_kireikirei_right {
	font-size: 15px;
}
}
/*------------------------------------------------------------------------------------------*/
.content_2 {
	background: url("../img/bg.png") repeat center top;
	padding-bottom: 80px;
}
.content_2_inside_wrap {
	margin: 80px auto 0;
	padding: 0 16px;
}
.content_2_inside {
	margin: 0 auto;
	max-width: 1120px;
	padding: 40px;
	box-sizing: border-box;
	border:solid 3px #00499d;
	border-radius:56px;
	background-color: #fff;
}
h2 {
	margin:0 auto;
	padding: 80px 16px 0;
	max-width: 730px;
}
h2 img {
	width: 100%;
	height: auto;
}
.content_2_inside_title_pc {
	margin: 0 auto;
	max-width: 968px;
	padding: 16px 0 32px;
}
.content_2_inside_title_pc img {
	width: 100%;
	height: auto;
}
.content_2_inside_title_sp {
	display: none;
}
@media screen and (max-width: 920px) {
	.content_2_inside_wrap {
	margin: 8.6% auto 0;
}
.content_2_inside_title_pc {
	display: none;
}
	.content_2_inside_title_sp {
	display: block;
	margin: 0 auto;
	padding: 16px 0 32px;
}
	.content_2_inside_title_sp img {
	width: 100%;
	height: auto;
}
}
.content_2_inside_flex {
	display: flex;
	justify-content: space-around;
}
.content_2_inside_flex_partner {
	max-width: 440px;
	padding-bottom: 40px;
}
.content_2_inside_flex_partner_name {
	text-align: left;
	font-size: 28px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.content_2_inside_flex_partner_area {
	text-align: left;
	font-size: 18px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.content_2_inside_flex_partner_img {
	max-width: 440px;
	margin: 8px 0 0 0 ;
}
.content_2_inside_flex_partner_img img {
	width: 100%;
	height: auto;
}
.content_2_inside_flex_partner_text {
	text-align: left;
	font-size: 18px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 7400;
	margin: 0;
	padding-top: 4px;
}
@media screen and (max-width: 1040px) {
.content_2_inside_flex {
	display: block;
	margin: 0 auto;
	max-width: 640px;
}
	.content_2_inside_flex_partner {
	max-width: 640px;
}	
	.content_2_inside_flex_partner_img {
	max-width: 640px;
}
}
.dummy {
	padding-top: 69px;
}
@media screen and (max-width: 1040px) {
.dummy {
	padding-top: 0;
}
}
/*------------------------------------------------------------------------------------------*/
.content_3 {
	background-color: #eef7fd;
	padding-top: 80px;
}
.content_3_title_pc {
	margin: 0 auto;
	padding-top: 80px;
	max-width: 892px;
	padding: 0 16px 16px;
	box-sizing: border-box;
}
.content_3_title_pc img {
	width: 100%;
	height: auto;
}
.content_3_title_sp {
	display: none;
}
@media screen and (max-width: 600px) {
.content_3_title_pc {
	display: none;
}
.content_3_title_sp {
	display: block;
	width: 100%;
	padding: 0 16px 16px;
	box-sizing: border-box;
}
.content_3_title_pc img {
	width: 100%;
	height: auto;
}
}
.content_3_inside_flex {
	display: flex;
	justify-content: space-between;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}
.content_3_inside_flex_left {
	width: 25%;
	margin: 0 auto;
}
.content_3_inside_flex_right {
	width: 72.4%;
	margin: 0 auto;
}
.content_3_inside_flex_left_title {
	text-align: center;
	font-size: 24px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 700;
	color: #fff;
	width: 100%;
	border-radius:32px;
	background-color: #00a0e9;
	margin: 0 auto;
}
.content_3_inside_flex_right_title {
	text-align: center;
	font-size: 24px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 700;
	color: #fff;
	width: 100%;
	border-radius:32px;
	background-color: #ed6d1f;
	margin: 0 auto;
}
.content_3_inside_flex_right_title span {
	font-size: 20px;
}
.content_3_inside_flex_left_products {
	display: flex;
	justify-content: center;
}
.content_3_inside_flex_right_products {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.content_3_inside_flex_left_img, .content_3_inside_flex_right_img {
	padding-top: 16px;
}
.content_3_inside_flex_left_img img {
	width: 246px;
	height: auto;
}
.content_3_inside_flex_right_img:nth-of-type(1) img {
	width: 248px;
	height: auto;
}
.content_3_inside_flex_right_img:nth-of-type(2) img {
	width: 239px;
	height: auto;
}
.content_3_inside_flex_right_img:nth-of-type(3) img {
	width: 230px;
	height: auto;
}
.content_3_text {
	font-size: 37px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 700;
	color:#00499d;
	padding: 0 16px;
	margin: 21px auto 37px;
}
.touten {
	margin-right: -0.3em;
}
.linebr {
	display: none;
}
@media screen and (max-width: 1152px) {
.content_3_inside_flex {
	display: block;
}
.content_3_inside_flex_left, .content_3_inside_flex_right {
	width: 100%;
}
.content_3_inside_flex_right {
	margin-top: 16px;
}
.content_3_inside_flex_right_products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
}
.content_3_inside_flex_img_cap p {
	margin: 0 auto 32px;
}
.content_3_inside_flex_img_cap {
	font-size: 14px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 400;
	margin-top: 0;
}
.content_3_inside_flex_img_cap p:first-child {
	padding: 2px;
	border: solid 1px #000;
	width: 80px;
	margin: 16px auto 0;
}
.content_3_inside_flex_img_cap p:last-child {
	margin-top: 4px;
}
.content_3_btn_pc {
	max-width: 1012px;
	padding: 0 16px 80px;
	margin: 0 auto;
}
.content_3_btn_pc img {
	width: 100%;
	height: auto;
}
.content_3_btn_sp {
	display: none;
}
@media screen and (max-width: 624px) {
.content_3_inside_flex_left_img img,
.content_3_inside_flex_right_img:nth-of-type(1) img,
.content_3_inside_flex_right_img:nth-of-type(2) img,
.content_3_inside_flex_right_img:nth-of-type(3) img {
	width: 80%;
	height: auto;
}
.content_3_inside_flex_img_cap p:first-child {
	margin: 8px auto 0;
}
.linebr {
	display: block;
}
}
@media screen and (max-width: 600px) {
.content_3_btn_pc {
	display: none;
}
.content_3_btn_sp {
		display: block;
	padding: 0 16px 80px;
	margin: 0 auto;
}
.content_3_btn_sp img {
	width: 100%;
	height: auto;
}
}
footer p {
	max-width: 632px;
	margin: 0 auto;
	padding: 80px 16px;
	box-sizing: border-box;
}
footer p img {
	width: 100%;
	height: auto;	
}
@media screen and (max-width: 624px) {
footer p {
	padding: 12% 16px;
}
}
/*------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom:20px;
	right: 20px;
}
#page-top a {
	color: #fff;
	font-weight:bold;
	font-size:26px;
	background-color:rgba(0, 74, 157);
	text-decoration:none;
	width: 60px;
	height:60px;
	text-align: center;
	display: block;
	border-radius: 30px;
	line-height:220%;
	opacity: 0.9;
}
#page-top span {
	color:rgba(0, 74, 157);
}