@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; 
}

html {
  font-size: 62.5%; 
}
  html:focus {
    outline: none; 
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background: #fff;
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
main {
  display: block;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 15px; 
}

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition: ease-in .1s;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1211px) {
    .container {
      max-width: 1070px; 
	} 
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
    .container {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; 
	} 
}
@media screen and (max-width: 767px) {
    .container {
      max-width: 750px; 
	} 
}
/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: all ease .3s; 
}
a:hover, a:focus {
    text-decoration: none;
    transition: all ease .3s; 
}
a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; 
}
a img:hover {
    opacity: 0.8; 
}

/* ------------------------------------------ /
/ 表示非表示 /
/ ------------------------------------------ */
.pc {
  display: none !important; 
}

@media (min-width: 768px) {
  .pc {
    display: block !important; 
	} 
}
.sp {
  display: block !important; 
}

@media (min-width: 768px) {
  .sp {
    display: none !important; 
} 
}

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after {
  clear: both;
}

/* ---------------------------------------------------------------- */
/* #header */
/* ---------------------------------------------------------------- */
#header {
	width: 100%;
	height: 79px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 10;
	transition: ease-in .1s;
    transition: all ease .3s;
}
#header.confirm{
	background-color: #192B48;
}
#header #headerCnt{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 28px;
}
#header #headerCnt #logoArea{
	width: 251px;
	height: 100%;
}
#header #headerCnt #logoArea h1{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
#header #headerCnt #logoArea h1 a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header #headerCnt #logoArea h1 a img{
	max-width: 251px;
}
#header #headerCnt #headerContact{
	display: inline-flex;
	margin-left: auto;
	height: 100%;
    align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 890px) {
}
@media screen and (max-width: 768px) {
	#header{
		height: 65px;
	}
	#header #headerCnt #logoArea{
		width: 165px;
		height: 100%;
	}
	#header #headerCnt #logoArea h1 a img{
		max-width: 165px;
	}
}
/* ----------------------------------- */
/* ハンバーガーメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
	padding-top: 46px !important; 
}
#drawerNaviWrap {
	position: absolute;
	top: 0;
    right: 0;
	font-weight: 400; 
}
#drawerNaviWrap .drawerNaviBtnWrap {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
	position: fixed;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 50%; 
}
#drawerNaviWrap .drawerNaviBtn {
	display: block;
	position: absolute;
	top: 12px;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	height: 15px;
	transition: all .5s;
	z-index: 3; 
}
#drawerNaviWrap .drawerNaviBtn span {
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #000;
	border-radius: 2px;
	transition: all .5s; 
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
	top: 0; 
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
	top: 7px; 
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
	bottom: 0; 
}
#drawerNaviWrap .drawer-nav {
	display: block;
	position: fixed;
	top: 0;
	right: -320px;
	bottom: 0;
	width: 320px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 98;
	opacity: 0; 
}
#drawerNaviWrap .drawer-nav .drawerInner {
	padding: 60px 0 0 40px;
}
#drawerNaviWrap .drawer-nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	margin-bottom: 38px; 
}
#drawerNaviWrap .drawer-nav ul li {
	margin: 0;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	padding-bottom: 10px;
}
#drawerNaviWrap .drawer-nav ul li a {
	width: 100%;
	text-decoration: none;
	display: block;
	font-size: 18px;
	transition-duration: 0.2s;
	font-weight: 500; 
}
#drawerNaviWrap .drawer-nav ul li .fa-external-link {
	padding-left: 5px; 
}
#drawerNaviWrap.open #drawerNaviWrap {
	position: relative;
	right: 0; 
}
#drawerNaviWrap.open .drawerNaviBtnWrap {
	border: none;
	z-index: 99;
	width: 40px;
	height: 40px;
}
#drawerNaviWrap.open .drawerNaviBtn {
	top: 10px;
	left: 10px;
	margin-left: 0;
	position: relative;
}
#drawerNaviWrap.open .drawerNaviBtn span{
	display: none;
}
#drawerNaviWrap.open .drawerNaviBtn::before{
	position: absolute;
	content: "×";
	right: 0; 
	color: #000;
	font-size: 24px;
	display: block;
	top: -10px;
}
#drawerNaviWrap.open .drawer-nav {
	right: 0;
	opacity: 1;
	background: #fff;
	padding: 0 15px; 
}
  
#drawerNaviWrap {
	display: none; 
}
  
@media screen and (max-width: 768px) {
	#drawerNaviWrap {
	  display: block !important; 
	} 
}
/* ---------------------------------------------------------------- */
/* #footer */
/* ---------------------------------------------------------------- */
#footer{
	background: #192B48;
	padding: 12px 0;
}
#footer #copyright a img{
	margin: 0 auto;
	display: block;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
}
@media screen and (max-width: 768px) {
}
/*--------------------*/
/*    page    */
/*--------------------*/
#page01, #page02, #page03, #page04, #page05, #page06,#page07,#page08,#page09,#page10{
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px; 
}
/* ---------------------------------------------------------------- */
/* #fvArea */
/* ---------------------------------------------------------------- */
#fvArea{
	height: auto;
}
#fvArea .fv_top_inr{
	background: url(../images/fv_img.jpg)no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#fvArea .fv_top_inr::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
	display: block;
	z-index: -1;
}
#fvArea .fv_top_inr::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 105px;
	top: 0;
	left: 0;
	background: url(../images/fv_line.png)no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	z-index: -1;
}
#fvArea .fv_top_inr .fv_top_box{
	position: relative;
	padding: 118px 0 18px;
}
#fvArea .fv_top_inr .fv_top_box::before{
	position: absolute;
	content: "";
	width: 100%;
	background-color: #1E3453;
	height: 88px;
	display: block;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#fvArea .fv_top_inr .fv_top_box::after{
	position: absolute;
	content: "";
	width: 366px;
	height: 404px;
	bottom: 0;
	right: 28px;
	background: url(../images/fv_people.svg)no-repeat;
	background-size: 100% auto;
	background-position: center;
	display: block;
	z-index: -1;
}
#fvArea .fv_top_inr .fv_top_box .fvtitle{
	font-size: 64px;
	font-weight: 700;
	color: #fff;
	line-height: 128%;
	letter-spacing: 0;
	margin: 0 0 8px;
}
#fvArea .fv_top_inr .fv_top_box .fvtitle._02{
	margin: 0 0 47px;
	position: relative;
}
#fvArea .fv_top_inr .fv_top_box .fvtitle._02::after{
	position: absolute;
	content: "";
	width: 60px;
	height: 92px;
	background: url(../images/hatena.svg)no-repeat;
	background-position: center;
	background-size: 60px;
	display: block;
	left: 50%;
	margin-left: 290px;
	top: 0;
}
#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt2{
	font-size: 80px;
}
#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt3{
	color: #CEA860;
	font-size: 80px;
}
#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt4{
	background-color: #192B48;
	display: inline-block;
	border-radius: 4px;
	font-size: 64px;
	padding: 8px 14px;
	line-height: 100%;
	width: 251px;
	height: 96px;
}
#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt4 .fvtxt5{
	font-size: 80px;
}
#fvArea .fv_top_inr .fv_top_box .fv_bubble{
	background-color: #CEA860;
	width: 584px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 18px;
}
#fvArea .fv_top_inr .fv_top_box .fv_bubble p{
	font-size: 24px;
	margin: 0;
	font-weight: 700;
	color: #1E3453;
	line-height: 120%;
	letter-spacing: 0;
}
#fvArea .fv_top_inr .fv_top_box .fv_bubble::after{
	position: absolute;
	content: "";
	width: 15px;
	height: 16px;
	background: url(../images/fv_bubble_arrow.svg)no-repeat;
	background-position: center;
	background-size: 13px;
	display: block;
	bottom: -13px;
	left: 105px;
}
#fvArea .fv_top_inr .fv_top_box .fvtxt6{
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	color: #fff;
	line-height: 148%;
	letter-spacing: 0;
}
#fvArea .fv_bottom_inr{
	background-color: #E5E7EB;
	padding: 24px 0 39px;
	position: relative;
	z-index: 0;
}
#fvArea .fv_bottom_inr::after{
	position: absolute;
	content: "";
	width: 100%;
	background-color: #fff;
	height: 87px;
	display: block;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#fvArea .fv_bottom_inr .swiper-wrapper-fv{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  	gap: 0 25px;
	margin-bottom: 24px;
}
#fvArea .fv_bottom_inr .swiper-wrapper-fv .swiper-slide .col{
	background-color: #fff;
	padding: 16px;
	display: grid;
	grid-template-columns: 48px 1fr;
  	gap: 0 8px;
	height: 100%;
	position: relative;
}
#fvArea .fv_bottom_inr .swiper-wrapper-fv .swiper-slide .col::after{
	position: absolute;
	content: "01";
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 400;
	color: rgba(30, 52, 83,.08);
	line-height: 100%;
	letter-spacing: 0;
	bottom: 16px;
	right: 16px;
	display: block;
}
#fvArea .fv_bottom_inr .swiper-wrapper-fv .swiper-slide .col._02::after{
	content: "02";
}
#fvArea .fv_bottom_inr .swiper-wrapper-fv .swiper-slide .col._03::after{
	content: "03";
}
#fvArea .fv_bottom_inr .swiper-wrapper-fv .swiper-slide{
	height: auto;
}
#fvArea .fv_bottom_inr .swiper-wrapper-fv .swiper-slide .col .fvtxt7{
	font-size: 24px;
	font-weight: 700;
	color: #1E3453;
	margin: 0 0 8px;
}
#fvArea .fv_bottom_inr .swiper-wrapper-fv .col .fvtxt8{
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
#fvArea .fv_bottom_inr .fvtxt9{
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	font-weight: 500;
	margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
	#fvArea .fv_top_inr .fv_top_box .fvtitle{
		margin-right: 40%;
		font-size: 56px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt2{
		font-size: 60px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt3{
		font-size: 60px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle._02{
		margin-right: 40%;
		margin-bottom: 20px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt4 .fvtxt5{
		font-size: 60px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt4{
		font-size: 58px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle._02::after{
		display: none;
	}
	#fvArea .fv_top_inr .fv_top_box .fv_bubble{
		width: 410px;
		height: 45px;
	}
	#fvArea .fv_top_inr .fv_top_box .fv_bubble p{
		font-size: 16px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtxt6{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	#fvArea{
		overflow: hidden;
	}
	#fvArea .fv_top_inr::after{
		background: url(../images/fv_line_sp.png) no-repeat;
		background-size: cover;
		background-position: center;
		height: 88px;
	}
	#fvArea .fv_top_inr .fv_top_box{
		padding: 88px 0 16px;
	}
	#fvArea .fv_top_inr .fv_top_box::before{
		height: 121px;
	}
	#fvArea .fv_top_inr .fv_top_box::after{
		width: 134px;
        height: 148px;
		right: 8px;
		bottom: 121px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle._02::after{
		background-size: 24px;
		top: auto;
		bottom: -30px;
		margin-left: 25px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle{
		font-size: 26px;
		line-height: 140%;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt2{
		font-size: 34px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt3{
		font-size: 31px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle._02{
		margin-bottom: 24px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt4{
		font-size: 26px;
		padding: 7px;
		width: 108px;
		height: 48px;
		margin-right: 5px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtitle .fvtxt4 .fvtxt5{
		font-size: 34px;
	}
	#fvArea .fv_top_inr .fv_top_box .fv_bubble{
		width: 206px;
	}
	#fvArea .fv_top_inr .fv_top_box .fv_bubble p{
		font-size: 16px;
	}
	#fvArea .fv_top_inr .fv_top_box .fvtxt6{
		font-size: 22px;
		text-align: center;
		line-height: 148%;
	}
	#fvArea .fv_bottom_inr .swiper-wrapper-fv{
		display: flex;
		gap: 0;
	}
	#fvArea  .fv_bottom_inr .swiper-fv{
		padding-bottom: 30px;
	}
	#fvArea .fv_bottom_inr{
		padding: 24px 0 40px;
	}
	#fvArea  .fv_bottom_inr .swiper-fv .fv-pagination{
		bottom: 25px;
	}
	#fvArea  .fv_bottom_inr .swiper-fv .fv-pagination .swiper-pagination-bullet{
		background-color: #B7B7B7;
		margin: 0 12px;
		opacity: 1;
	}
	#fvArea  .fv_bottom_inr .swiper-fv .fv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background-color: #192B48;
	}
}
/* ---------------------------------------------------------------- */
/* .btn */
/* ---------------------------------------------------------------- */
.btn{
	background-image: linear-gradient(90deg, #23C52C, #2CA632);
	color: #fff;
	width: 345px;
	height: 73px;
	border-radius: 44px;
	border: #008F08 solid 1px;
	margin: 0 auto 10px;
	font-size: 18px;
	font-weight: 700;
    display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	cursor:pointer;
	position: relative;
}
.btn:hover,.btn:focus{
	background: #fff;
	color: #008F08;
}
.btn.type2{
	background: #fff;
	border: #008F08 solid 1px;
	color: #008F08;
}
.btn.type2:hover,.btn.type2:focus{
	background-image: linear-gradient(90deg, rgba(35, 197, 44, 1), rgba(44, 166, 50, 1));
	color: #fff;
}
.arrow{
	position: relative;
}
.arrow::after{
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url(../images/arrow_icon.svg)no-repeat;
	background-position: center;
	background-size: 24ox;
	display: block;
}
.btn.type2.arrow::after{
	background: url(../images/btn_arrow_green.svg)no-repeat;
	background-position: center;
	background-size: 20px;
}
.btn.type2.arrow:hover::after,
.btn.type2.arrow:focus::after{
	background: url(../images/btn_arrow_white.svg)no-repeat;
	background-position: center;
	background-size: 20px;
}
.btn.arrow:hover::after,
.btn.arrow:focus::after{
	background: url(../images/btn_arrow_green.svg)no-repeat;
	background-position: center;
	background-size: 20px;
}
@media screen and (max-width: 768px) {
	.btn{
		width: 310px;
		font-size: 16px;
	}
}
/* ---------------------------------------------------------------- */
/* .content */
/* ---------------------------------------------------------------- */
.content {
	padding: 120px 0;
}
@media screen and (max-width: 768px) {
	.content {
		padding: 60px 0;
	}
}
/* ---------------------------------------------------------------- */
/* #content01 */
/* ---------------------------------------------------------------- */
#content01{
	background-color: #7A7F90;
	padding: 100px 0 173px;
	position: relative;
}
#content01::before{
	position: absolute;
	width: 255px;
	height: 184px;
	background: url(../images/onayami.svg)no-repeat;
	background-position: center;
	background-size: 100% auto;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	content: "";
}
#content01::after{
	content: "";
    position: absolute;
    left: 0;
    border-style: solid;
	display: block;
	bottom: 0;
    margin-top: -5vw;
    border-color: transparent #F4F4F4 transparent;
    border-width: 5vw 50vw 0;
}
#content01 .cont1_bubble{
	width: 100%;
	max-width: 479px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	margin: 0 auto 26px;
	position: relative;
}
#content01 .cont1_bubble::after{
	position: absolute;
	content: "";
	width: 25px;
	height: 20px;
	background: url(../images/onayami_bubble_arrow.svg)no-repeat;
	background-position: center;
	background-size: 24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -15px;
	display: block;
}
#content01 .cont1_bubble p{
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	color: #1E3453;
	line-height: 100%;
	letter-spacing: 0;
}
#content01 h2{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 0 0 32px;
}
#content01 h2 .dots{
	position: relative;
}
#content01 h2 .dots::after {
    content: "";
    position: absolute;
  	left: 18px;
    top: -3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #CEA860;
}
#content01 .cont1txtbox{
	max-width: 736px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
#content01 .cont1txtbox p{
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 15px;
	text-align: center;
	display: flex;
	gap: 0 12px;
	color: #fff;
	align-items: center;
}
@media screen and (max-width: 768px) {
	#content01{
		padding: 60px 0 130px;
	}
	#content01::before{
		width: 210px;
    	height: 153px;
	}
	#content01 .cont1_bubble{
		max-width: 100%;
		height: 60px;
	}
	#content01 .cont1_bubble p{
		font-size: 22px;
	}
	#content01 h2{
		font-size: 32px;
		margin-bottom: 16px;
	}
	#content01 h2 .dots::after{
		width: 6px;
    	height: 6px;
		left: 13px;
	}
	#content01 .cont1txtbox{
		max-width: 100%;
	}
	#content01 .cont1txtbox p{
		font-size: 16px;
		font-weight: 500;
		margin: 0 0 10px;
		display: flex;
		gap: 0 12px;
		text-align: left;
		color: #fff;
		align-items: flex-start;
	}
}
/* ---------------------------------------------------------------- */
/* #content02 */
/* ---------------------------------------------------------------- */
#content02{
	padding: 60px 0 52px;
	background-color: #F4F4F4;
}
#content02 .cont2txt1{
	font-size: 28px;
	line-height: 128%;
	letter-spacing: 0;
	font-weight: 700;
	text-align: center;
	color: #BE4545;
	margin: 0 0 24px;
}
#content02 .cont2txt2{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	text-align: center;
}
#content02 .cont2txt2 span{
	font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
	
}
@media screen and (max-width: 768px) {
	#content02 .cont2txt1{
		font-size: 24px;
		margin-bottom: 16px;
	}
	#content02 .cont2txt2{
		font-size: 14px;
	}
}
/* ---------------------------------------------------------------- */
/* .ctaArea */
/* ---------------------------------------------------------------- */
.ctaArea{
	background-image: linear-gradient(90deg, rgba(132, 107, 61, 1), rgba(206, 168, 96, 1));
	position: relative;
	padding: 64px 0;
}
.ctaArea::after{
	position: absolute;
	width: 183px;
	height: 238px;
	background: url(../images/ctaimg.svg)no-repeat;
	background-position: center;
	background-size: 100% auto;
	bottom: 0;
	display: block;
	right: 10%;
	content: "";
}
.ctaArea h2{
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	margin: 0 0 24px;
	color: #fff;
	line-height: 100%;
	letter-spacing: 0;
	position: relative;
}
.ctaArea h2 span{
	font-size: 48px;
}
.ctaArea .txt{
	font-size: 12px;
	color: #fff;
	margin: 0;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.ctaArea::after{
		display: none;
	}
	.ctaArea h2{
		font-size: 28px;
		line-height: 128%;
	}
	.ctaArea h2 img{
		display: none;
	}
	.ctaArea h2 span{
		font-size: 36px;
	}
}
/* ---------------------------------------------------------------- */
/* #content03 */
/* ---------------------------------------------------------------- */
#content03{
  padding: 60px 0 112px;
}
#content03 h2{
	font-size: 40px;
	font-weight: 700;
	line-height: 128%;
	letter-spacing: 0;
	margin: 0 0 32px;
	color: #192B48;
	text-align: center;
}
#content03 h2 span{
	background: linear-gradient(transparent 80%, #EBD8B1 20%);
}
#content03 .cont3txt{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 28px;
	line-height: 148%;
	letter-spacing: 0;
}
#content03 .inr{
	margin-bottom: 32px;
}
#content03 .cont3wrap{
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(30, 52, 83,.16);
	padding: 24px;
	display: grid;
	grid-template-columns: 200px 1fr 1fr;
	gap: 0 16px;
	margin-top: 5px;
	width: 99%;
}
#content03 .cont3box._02{
	background-color: #F8F8F8;
	border-radius: 4px;
	padding: 16px;
}
#content03 .cont3box._03{
	background-color: #EBD8B1;
	border-radius: 4px;
	padding: 16px 16px 24px;
}
#content03 .cont3box .col{
	padding: 26px 0 18px;
	border-bottom: #D5D5D5 solid 1px;
}
#content03 .cont3box .col._02{
	min-height: 90px;
}
#content03 .cont3box .col .cont3txt2{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0;
	margin: 0;
}
#content03 .cont3box .col .cont3txt2._02{
	font-size: 24px;
	line-height: 100%;
}
#content03 .cont3box .col .cont3txt2._03{
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", sans-serif; 
}
#content03 .cont3box._03 .col{
	border-bottom: #8EA5C6 solid 1px;
}
.cont3txt3{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 148%;
	letter-spacing: 0;
	margin: 0;
}
.cont3txt3 .cont3txt4{
	font-size: 20px;
	font-weight: 700;
	color: #1E3453;
}
.cont3txt3 .cont3txt5{
	font-size: 20px;
	font-weight: 700;
	color: #BE4545;
}
@media screen and (max-width: 768px) {
  #content03{
	padding: 60px 0;
  }
  #content03 h2{
	font-size: 32px;
  }
  #content03 .inr{
	overflow: auto;
    white-space: nowrap;
  }
  #content03 .cont3wrap{
	width: 940px;
  }
  .sp_scroll{
	position: relative;
  }
  .sp_scroll::after{
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	top: 50%;
	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
	display: block;
	background: url(../images/slide_icon.svg)no-repeat;
	background-position: center;
	background-size: 60px;
	right: 0;
  }
  #content03 .cont3box .col._02{
	min-height: 80px;
  }
   #content03 .cont3wrap::-webkit-scrollbar{
	display: none;
   }
   #content03 .cont3box .col .cont3txt2._02{
	font-size: 18px;
   }
   #content03 .cont3box .col .cont3txt2._03{
	font-size: 16px;
   }
   #content03 .cont3box .col .cont3txt2{
	font-size: 16px;
   }
}
/* ---------------------------------------------------------------- */
/* #content04 */
/* ---------------------------------------------------------------- */
#content04{
	background-color: #192B48;
}
#content04 .cont4_bubble{
	width: 100%;
	max-width: 478px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	margin: 0 auto 22px;
	position: relative;
}
#content04 .cont4_bubble::after{
	position: absolute;
	content: "";
	width: 25px;
	height: 20px;
	background: url(../images/onayami_bubble_arrow.svg)no-repeat;
	background-position: center;
	background-size: 24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -15px;
	display: block;
}
#content04 .cont4_bubble p{
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	color: #1E3453;
	line-height: 100%;
	letter-spacing: 0;
}
#content04 h2{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 140%;
	letter-spacing: 0;
	margin: 0 0 32px;
}
#content04 h2 .cont4txt3{
	background: linear-gradient(transparent 80%, #BE4545 20%);
}
#content04 h2 .cont4txt4{
	 text-decoration: underline wavy #BE4545;
}
#content04 h2 .cont4txt5{
	color: #CEA860;
}
#content04 .cont4txt{
	font-size: 14px;
	font-weight: 500;
	margin: 0 auto 8px;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	padding: 6px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 100%;
	letter-spacing: 0;
	width: 160px;
	height: 26px;
	color: #192B48;
}
#content04 .cont4txt2{
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 24px;
	line-height: 100%;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
}
#content04 .cont4box{
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 0 48px;
	margin-bottom: 24px;
}
#content04 .cont4box._02{
	grid-template-columns: 1fr 72px;	
}
#content04 .cont4box.last{
	margin-bottom: 53px;
}
#content04 .cont4box .txtbox{
	background-color: #fff;
	border-radius: 4px;
	padding: 16px 24px;
	position: relative;
}
#content04 .cont4box .txtbox::after{
	position: absolute;
	content: "";
	width: 26px;
	height: 20px;
	background: url(../images/voice_arrow.svg)no-repeat;
	background-position: center;
	background-size: 26px;
	display: block;
	left: -25px;
	top: 42px;
}
#content04 .cont4box._02 .txtbox::after{
	background: url(../images/voice_arrow02.svg)no-repeat;
	background-position: center;
	background-size: 26px;
	right: -25px;
	left: auto;
}
#content04 .cont4box .txtbox .cont4txt6{
	width: 60px;
	height: 22px;
	background-color: #CEA860;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 4px;
	color: #fff;
	border-radius: 30px;
	line-height: 100%;
	letter-spacing: 0;
}
#content04 .cont4box .txtbox .cont4txt7{
	font-size: 16px;
	font-weight: 500;
	line-height: 148%;
	letter-spacing: 0;
	margin: 0;
}
#content04 .cont4box .txtbox .cont4txt8{
	width: 114px;
	height: 22px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 4px;
	line-height: 100%;
	letter-spacing: 0;
	border: #192B48 solid 1px;
}
#content04 .cont4middle{
	background-color: #CEA860;
	padding: 24px 50px;
	border-radius: 4px;
	margin-bottom: 48px;
	position: relative;
}
#content04 .cont4middle::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/comma_left.svg)no-repeat;
	background-size: 10px;
	background-position: center;
	display: block;
	top: 24px;
	left: 41px;
}
#content04 .cont4middle::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/comma_right.svg)no-repeat;
	background-size: 10px;
	background-position: center;
	display: block;
	bottom: 24px;
	right: 41px;
}
.cont4middlebox{
	position: absolute;
	width: 138px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	color: #192B48;
	background-color: #fff;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-radius: 30px;
}
.cont4middle .cont4middletxt{
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	color: #fff;
	line-height: 128%;
	letter-spacing: 0;
}
.cont4wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
 	gap: 24px;
}
.cont4wrap .col{
	background-color: #fff;
	border-radius: 4px;
	padding: 40px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont4wrap .col .cont4txt9{
	font-size: 24px;
	font-weight: 500;
	line-height: 128%;
	letter-spacing: 0;
	text-align: center;
	margin: 0;
}
.cont4wrap .col .cont4txt10{
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-size: 700;
	line-height: 100%;
	color: #CEA860;
}
.cont4wrap .col .cont4txt11{
	font-size: 32px;
	font-weight: 700;
	color: #192B48;
}
.cont4wrap .col .cont4txt12{
	font-size: 32px;
	font-weight: 700;
	color: #CEA860;
}
.cont4wrap .col .cont4txt13{
	font-family: "Roboto", sans-serif;
	font-size: 34px;
	font-weight: 500;
	color: #CEA860;
}
.cont4wrap .col .cont4txt14{
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#content04 .cont4_bubble{
		max-width: 100%;
	}
	#content04 .cont4_bubble p{
		font-size: 18px;
	}
	#content04 h2{
		font-size: 32px;
		margin: 0 0 16px;
	}
	#content04 .cont4txt2{
		font-size: 22px;
	}
	#content04 .cont4box{
		display: grid;
		grid-template-columns: 50px 1fr;
		gap: 0 30px;
		margin-bottom: 24px;
	}
	#content04 .cont4box .imgbox img{
		max-width: 50px;
	}
	#content04 .cont4box._02{
		grid-template-columns: 1fr 50px;	
	}
	#content04 .cont4box.last{
		margin-bottom: 40px;
	}
	#content04 .cont4box .txtbox{
		padding: 16px;
	}
	#content04 .cont4box .txtbox::after{
		width: 20px;
		height: 15px;
		background: url(../images/voice_arrow.svg)no-repeat;
		background-position: center;
		background-size: 20px;
		left: -19px;
	}
	#content04 .cont4box._02 .txtbox::after{
		background: url(../images/voice_arrow02.svg)no-repeat;
		background-position: center;
		background-size: 20px;
		right: -19px;
		left: auto;
	}
	#content04 .cont4middle{
		padding: 24px 25px;
		margin-bottom: 40px;
	}
	#content04 .cont4middle::before{
		left: 15px;
	}
	#content04 .cont4middle::after{
		right: 20px;
	}
	.cont4middle .cont4middletxt{
		font-size: 20px;
	}
	.cont4wrap{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
	.cont4wrap .col{
		padding: 20px;
	}
	.cont4wrap .col .cont4txt9{
		font-size: 20px;
	}
	.cont4wrap .col .cont4txt10{
		font-size: 32px;
	}
	.cont4wrap .col .cont4txt11{
		font-size: 26px;
	}
	.cont4wrap .col .cont4txt12{
		font-size: 26px;
	}
	.cont4wrap .col .cont4txt13{
		font-size: 22px;
	}
	.cont4wrap .col .cont4txt14{
		font-size: 16px;
	}
	
}
/* ---------------------------------------------------------------- */
/* #content05 */
/* ---------------------------------------------------------------- */
#content05{
	background-color: #F8F8F8;
}
#content05 h2{
	font-size: 40px;
	letter-spacing: 0;
	line-height: 128%;
	text-align: center;
	font-weight: 700;
	color: #192B48;
	margin: 0 0 32px;
}
.accordion-container {
  width: 100%;
}
.accordion-container .accordion-list{
	margin-bottom: 32px;
}
.accordion-container .accordion-list.last{
	margin-bottom: 0;
}
.accordion-container .accordion-list .accordion-title {
  cursor: pointer;
  padding: 23px 60px 22px;
  position: relative;
  margin-bottom: 16px;
  border-bottom: #909090 solid 1px;
  background-color: #fff;
}
.accordion-container .accordion-list .accordion-title h3{
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 120%;
}
.accordion-container .accordion-list .accordion-title::before{
  position: absolute;
  content: "Q";
  font-family: "Roboto", sans-serif;
  width: 15px;
  display: block;
  height: 30px;
  color: #CEA860;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 18px;
  font-weight: 600;
}
.accordion-container .accordion-list .accordion-title::after {
  position: absolute;
  content: "";
  top: 22px;
  right: 20px;
  height: 20px;
  width: 20px;
  background: url("../images/plus.svg") no-repeat;
  background-position: center;
  background-size: 17px;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-list .accordion-title.open::after {
  background: url("../images/minus.svg") no-repeat;
  background-position: center;
  background-size: 17px;
}
.accordion-container .accordion-list .accordion-text {
  display: none;
  padding: 0 60px 0;
  position: relative;
}
.accordion-container .accordion-list .accordion-text::before {
  position: absolute;
  content: "A";
  font-family: "Roboto", sans-serif;
  width: 15px;
  display: block;
  height: 30px;
  color: #CEA860;
  left: 22px;
  top: 0;
  font-size: 18px;
  font-weight: 600;
}
.accordion-container .accordion-list .accordion-text .a_text {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  #content05{
    padding: 56px 0;
  }
  .accordion-container .accordion-list .accordion-title {
    padding: 14px 38px 14px 29px;
    margin-bottom: 8px;
  }
  .accordion-container .accordion-list .accordion-title::before{
    font-size: 18px;
	left: 12px;
  }
  .accordion-container .accordion-list .accordion-text::before{
    font-size: 18px;
	left: 12px;
  }
  .accordion-container .accordion-list .accordion-title::after {
    background-size: 16px;
	right: 10px;
	top: 12px;
  }
  .accordion-container .accordion-list .accordion-text::after{
    left: 29px;
  }
  .accordion-container .accordion-list .accordion-text {
    padding: 0 12px 0 29px;
  }
}
/* ---------------------------------------------------------------- */
/* #content06 */
/* ---------------------------------------------------------------- */
#content06 .cont6txt{
	font-size: 24px;
	font-weight: 700;
	width: 360px;
	height: 42px;
	background-color: #192B48;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 100%;
	letter-spacing: 0;
	position: relative;
	margin: 0 auto 22px;
}
#content06 .cont6txt::after{
	position: absolute;
	content: "";
	width: 24px;
	height: 16px;
	background: url(../images/navy_bubble.svg)no-repeat;
	background-position: center;
	background-size: 24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -15px;
	display: block;
}
#content06 h2{
	font-size: 40px;
	font-weight: 700;
	line-height: 128%;
	letter-spacing: 0;
	text-align: center;
	color: #192B48;
	margin: 0 0 32px;
}
.cont6wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 25px;
}
.cont6wrap .box{
	border: #D6D6D6 solid 1px;
	padding: 24px 16px;
}
.cont6wrap .box img{
	margin: 0 auto 16px;
	text-align: center;
	display: block;
}
.cont6wrap .box h3{
	font-size: 22px;
	font-weight: 700;
	color: #192B48;
	margin: 0 0 16px;
	text-align: center;
	line-height: 128%;
	letter-spacing: 0;
}
.cont6wrap .box p{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	letter-spacing: 0;
	line-height: 148%;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#content06 .cont6txt{
		font-size: 18px;
		width: 80%;
	}
	#content06 h2{
		font-size: 32px;
		font-weight: 700;
		line-height: 128%;
		letter-spacing: 0;
		text-align: center;
		color: #192B48;
		margin: 0 0 32px;
	}
	.cont6wrap{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 25px 0;
	}
}
/* ---------------------------------------------------------------- */
/* #content07 */
/* ---------------------------------------------------------------- */
#content07{
	background-color: #E5E7EB;
}
#content07 h2{
	font-size: 40px;
	line-height: 128%;
	letter-spacing: 0;
	font-weight: 700;
	text-align: center;
	color: #192B48;
	margin: 0 0 32px;
}
#content07 .cont7txt{
	font-size: 16px;
	font-weight: 500;
	line-height: 148%;
	letter-spacing: 0;
	text-align: center;
	margin: 0 0 40px;
}
#content07 .inr{
	background-color: #fff;
	border-radius: 4px;
	padding: 56px;
}
#content07 .cont7box{
	background-color: #F4F4F4;
	padding: 14px 60px;
	border-radius: 50px;
	position: relative;
	margin-bottom: 24px;
}
#content07 .cont7box._02{
	margin-bottom: 32px;
}
#content07 .cont7box._02::before{
	display: none;
}
#content07 .cont7box::before{
	content: "";
	width: 3px;
	height: 24px;
	background-color: #CEA860;
	position: absolute;
	left: 24px;
	bottom: -24px;
	display: block;
}
#content07 .cont7box .imgbox{
	position: absolute;
	top: 0;
	left: 0;
}
#content07 .cont7box .txtbox p{
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0;
}
#content07 .cont7box .txtbox p span{
	background: linear-gradient(transparent 80%, #EBD8B1 20%);
}
.cont7col{
	border: #192B48 solid 1px;
	border-radius: 4px;
	padding: 12px;
}
.cont7col p{
	font-size: 24px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
	color: #192B48;
}
@media screen and (max-width: 768px) {
	#content07 h2{
		font-size: 32px;
	}
	#content07 .cont7txt{
		font-size: 14px;
	}
	#content07 .inr{
		padding: 30px 20px;
	}
	#content07 .cont7box{
		background-color: #F4F4F4;
		padding: 14px 20px 14px 40px;
		border-radius: 16px;
		position: relative;
		margin-bottom: 24px;
	}
	#content07 .cont7box._02{
		margin-bottom: 32px;
	}
	#content07 .cont7box._02::before{
		display: none;
	}
	#content07 .cont7box::before{
		left: 15px;
	}
	#content07 .cont7box .imgbox{
		position: absolute;
		top: -10px;
		left: 0;
		width: 30px;
		height: 30px;
	}
	#content07 .cont7box .imgbox img{
		max-width: 30px;
	}
	#content07 .cont7box .txtbox p{
		font-size: 16px;
		line-height: 128%;
	}
	.cont7col p{
		font-size: 20px;
	}
}
/* ---------------------------------------------------------------- */
/* #content08 */
/* ---------------------------------------------------------------- */
#content08 h2{
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 32px;
	text-align: center;
	line-height: 128%;
	letter-spacing: 0;
	color: #192B48;
}
#content08 .cont8inr{
	display: grid;
	grid-template-columns: 145px 1fr;
	gap: 0 24px;
}
#content08 .cont8inr .txtbox h3{
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 16px;
	color: #192B48;
	line-height: 140%;
	letter-spacing: 0;
}
#content08 .cont8inr .txtbox p{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: 140%;
	letter-spacing: 0;
}
@media screen and (max-width: 768px) {
	#content08 h2{
		font-size: 32px;
	}
	#content08 .cont8inr{
		display: grid;
		grid-template-columns: 1fr;
        gap: 20px 0;
	}
	#content08 .cont8inr .imgbox img {
       margin: 0 auto;
	   text-align: center;
	   display: block;
    }
	#content08 .cont8inr .txtbox h3{
		font-size: 22px;
		text-align: center;
	}
	#content08 .cont8inr .txtbox p{
		font-size: 14px;
	}
}
/* ---------------------------------------------------------------- */
/* #content10 */
/* ---------------------------------------------------------------- */
#content10{
	background-color: #192B48;
}
#content10 h2{
	font-size: 32px;
	color: #fff;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	margin: 0 0 32px;
	font-weight: 700;
}
#content10 h2 .cont10txt{
	font-size: 32px;
	color: #CEA860;
}
#content10 h2 .cont10txt2{
	font-size: 48px;
	color: #CEA860;
}
#content10 h2 .cont10txt3{
	font-size: 40px;
	color: #CEA860;
}
.cont10txt4{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 148%;
	letter-spacing: 0;
	margin: 0 0 40px;
}
.cont10inr{
	background: #fff;
	padding: 38px 90px;
	margin-bottom: 64px;
}
.cont10inr h3{
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 32px;
	color: #192B48;
	text-align: center;
	line-height: 100%;
	letter-spacing: 0;
}
.cont10wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.cont10wrap .box{
	border-right: #D0D0D0 solid 1px;
}
.cont10wrap .box .number{
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 38px;
	text-align: center;
	line-height: 100%;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
	color: #CEA860;
}
.cont10wrap .box .cont10txt4{
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	line-height: 128%;
	letter-spacing: 0;
	color: #192B48;
}
.cont10wrap .box._02 .number{
	margin: 0 0 25px;
}
.cont10wrap .box._03{
	border-right: none;
}
.cont10wrap .box._03 .number{
	margin: 0 0 12px;
}
.cont10txt5{
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	line-height: 100%;
	letter-spacing: 0;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#content10 h2{
		font-size: 24px;
	}
	#content10 h2 .cont10txt{
		font-size: 24px;
		color: #CEA860;
	}
	#content10 h2 .cont10txt2{
		font-size: 32px;
		color: #CEA860;
	}
	#content10 h2 .cont10txt3{
		font-size: 34px;
		color: #CEA860;
	}
	.cont10txt4{
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		color: #fff;
		line-height: 148%;
		letter-spacing: 0;
		margin: 0 0 40px;
	}
	.cont10inr{
		background: #fff;
		padding: 30px 20px;
		margin-bottom: 30px;
	}
	.cont10inr h3{
		font-size: 28px;
	}
	.cont10wrap{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
	.cont10wrap .box{
		border-right: none;
		border-bottom: #D0D0D0 solid 1px;
		padding: 20px 0;
	}
	.cont10txt5{
		font-size: 32px;
		line-height: 128%;
	}
}
/* ---------------------------------------------------------------- */
/* #content11 */
/* ---------------------------------------------------------------- */
#content11{
	background-color: #192B48;
}
#content11 h2{
	color: #fff;
	text-align: center;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 128%;
	text-align: center;
	font-weight: 700;
	margin: 0 0 32px;
}
#content11 .inr #calendar ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
  	gap: 15px;
	padding: 0;
	margin: 0 0 30px;
}
#content11 .inr #calendar ul li{
	background: #FFF;
    color: #00205C;
    display: block;
    float: left;
    margin: 7px;
    text-align: center;
}
#content11 .inr #calendar ul li div{
	padding: 16px 0;
}
#content11 .inr #calendar ul li div .calDate {
    font-size: 54px;
    line-height: 120%;
	margin: 0;
	font-family: "Roboto", sans-serif;
}
#content11 .inr #calendar ul li div .calWeek {
    font-size: 29px;
    line-height: 120%;
	margin: 0;
}
#content11 .inr #calendar ul li .calTime {
    background: #CEA860;
    color: #FFF;
    line-height: 20px;
	margin: 0;
	font-size: 16px;
}
#content11 .inr .cont11txt{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
@media screen and (max-width: 768px) {
	#content11 .inr .cont11txt{
		font-size: 16px;
		font-weight: 500;
		margin: 0;
	}
	#content11 .inr #calendar ul{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
	#content11 .inr #calendar ul li div .calDate{
		font-size: 32px;
	}
	#content11 .inr #calendar ul li div .calWeek{
		font-size: 18px;
	}
	#content11 .inr #calendar ul li .calTime {
		font-size: 14px;
	}
}
/* ---------------------------------------------------------------- */
/* .f_cta */
/* ---------------------------------------------------------------- */
.f_cta{
	background:#E20000;
	position: relative;
	z-index: 0;
}
.f_cta .inr{
	padding: 50px 0 30px;
	position: relative;
}
.f_cta .inr::before{
	content: "";
	position: absolute;
	background: url(../images/footer_cta_illust01.png)no-repeat;
	background-position: bottom left;
	background-size: 131px;
	bottom: 0;
	left: -10px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.f_cta .inr::after{
	content: "";
	position: absolute;
	background: url(../images/footer_cta_illust02.png)no-repeat;
	background-position: bottom right;
	background-size: 159px;
	bottom: 0;
	right: -10px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.f_cta .inr h2{
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1;
	line-height: 128%;
}
.f_cta .inr .wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 14px;
	margin-bottom: 7px;
}
.f_cta .inr .wrap .col a{
	margin-bottom: 7px;
}
.f_cta .inr .f_txt{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin: 0;
	line-height: 1.24;
}
.f_cta::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 58%;
	display: block;
	width: 100%;
	background: url(../images/cta_background.svg)no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -2;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.f_cta .inr::before{
		display: none;
	}
	.f_cta .inr::after{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.f_cta .inr{
		padding: 30px 0;
	}
	.f_cta::after{
		height: 201px;
	}
 	.f_cta .inr h2{
		font-size: 20px;
	}
	.f_cta .inr .f_txt{
		font-size: 12px;
		width: 310px;
		text-align: left;
		margin: 0 auto;
	}
	.f_cta .inr::before,.f_cta .inr::after{
		display: none;
	}
}
/* ---------------------------------------------------------------- */
/* #content09 */
/* ---------------------------------------------------------------- */
#content09{
	padding: 100px 0;
}
#content09 h2{
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 32px;
	text-align: center;
	line-height: 128%;
	letter-spacing: 0;
	color: #192B48;
}
#content09 table{
	margin-bottom: 40px;
}
#content09 table,tbody{
	width: 100%;
	display: block;
	border-collapse:  collapse;
}
#content09 table tr{
	display: grid;
	grid-template-columns: 30% 1fr;
	gap: 0 40px;
	align-items: flex-start;
	margin-bottom: 30px;
}
#content09 table tr th{
	text-align: left;
	display: flex;
	font-size: 16px;
	font-weight: 500;
}
.att{
	width: 58px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E20000;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	margin-left: 10px;
}
.att2{
	width: 58px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #C8C8C8;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	margin-left: 10px;
}
#radio-list{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
}
.cont9txt{
	display: flex;
}
@media screen and (max-width: 768px) {
	#content09{
		padding: 60px 0 100px;
		background-color: #F8F8F8;
	}
	#content09 h2{
		margin: 0 0 32px;
	}
	#content09 table tr{
		display: block;
		gap: 10px 0;
		margin-bottom: 16px;
	}
	#content09 table tr th{
		justify-content: flex-start;
	}
}

.confirm table,tbody{
	width: 80%;
	display: block;
	border-collapse:  collapse;
	margin: 0 auto 30px;
}
.confirm table tr{
	grid-template-columns: 40% 1fr;
	gap: 0 40px;
	display: grid;
	border-bottom: #909090 solid 1px;
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
	.confirm table,tbody{
		width: 100%;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.confirm table tr{
		display: block;
	}
	.confirm table tr th{
		display: block;
	}
}
/* ---------------------------------------------------------------- */
/* フォーム */
/* ---------------------------------------------------------------- */
[type="text"],
input[type="email"],
input[type="number"],
textarea {
	padding: 8px 20px 13px;
	margin: 0 ;
	background: #fff;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	border: 1px solid #C8C8C8;
	resize: none;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 4px;
}
@media screen and (max-width: 768px) {
	[type="text"],
	input[type="email"],
	input[type="number"],
	textarea {
		width: 345px;
}
}
textarea {
	height: 260px;
}
[type="text"],
input[type="email"],
input[type="number"],
textarea:focus {
	background:  #fff;
	outline: 1px solid #C8C8C8;
}
[type="text"],
input[type="email"],
input[type="number"],
textarea:hover {
	background:  #fff;
}
[type="text"],
input[type="email"],
input[type="number"],
textarea+input {
	background:  #fff;
}

input[type="checkbox"] {
	border: 1px solid #013168;
	vertical-align: -6px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	width: 18px;
	height: 18px;
	background: #FFFFFF;
}
.checkbox{
	text-align: center;
}
.policybox{
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	max-width: 800px;
	height: 300px;
	margin: 0 auto 40px;
	padding: 60px 15px;
	border: #D6D6D6 solid 1px;
}
.policybox .policytitle{
	font-size: 20px !important;
	margin: 0 0 10px !important;
	text-align: left !important;
}
.policybox p{
	font-size: 14px;
	text-align: left;
}
input[type="checkbox"]:checked {
	/*Other Browser*/
	background: #013168;
	/*For Old WebKit*/
	border: 1px solid #013168;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	left: -1px;
    top: 13px;
	display: block;
	content: "";
	width: 10px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 9px;
    top: 12px;
	content: "";
	width: 16px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
select {
	padding: .4em 0 .3em .5em;
	margin-bottom: 5px;
	display: block;
	border: 1px solid #C8C8C8;
    border-radius: 4px;
	height: 37px;
	width: 290px;
}
select option{
	word-wrap: normal;
}
.privacypolicy_link{
	font-size: 16px;
	text-decoration: underline;
	color: #988263;
}
input[type="submit"]{
	background: #192B48;
	color: #fff;
	width: 300px;
	height: 63px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 32px;
	border: #192B48 solid 1px !important;
	margin: 0 auto;
    display: block;
	cursor:pointer;
	border: none;
	border-radius: 32px;
}
input[type="submit"]:hover,input[type="submit"]:focus{
	background-color: #fff;
	color: #192B48;
	border: #192B48 solid 1px;
}
input[type="button"]{
	background: #192B48;
	color: #fff;
	width: 300px;
	height: 63px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 32px;
	border: #192B48 solid 1px !important;
	margin: 0 auto;
    display: block;
	cursor:pointer;
	border: none;
}
.returnBtn{
	background: #fff !important;
	color: #192B48 !important;
	border: #192B48 solid 1px;
}
.returnBtn:hover,.returnBtn:focus{
	background: #192B48;
	color: #fff;	
}
input[type="button"]:hover,input[type="button"]:focus{
	background-color: #fff;
	color: #192B48;
	border: #192B48 solid 1px;	
}
.policytxt1 a{
	font-size: 16px;
	font-weight: 500;
	color: #013168;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 0 14px;
}
.policytxt2{
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 26px;
	line-height: 1.2;
	letter-spacing: 0;
}
.open{
	font-size: 16px;
	font-weight: 500;
}
.policy{
	margin-bottom: 44px;
}
#thanksPage{
	padding: 200px 0;
}
#thanksPage h2{
	text-align: center;
}
#thanksPage p{
	text-align: center;
	margin:  0 0 60px;
}
#formWrap{
	padding: 200px 0;
}
#formWrap h2{
	text-align: center;
}
#formWrap table{
	width: 100%;
}
#formWrap table tr th{
	text-align: left;
}
#formWrap input[type="submit"]{
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	#formWrap{
		padding: 100px 0;
	}
	.policybox{
		width: 100%;
		height: 300px;
		margin: 0 auto 40px;
		padding: 30px 15px;
	}
	.policybox .policytitle{
		font-size: 18px;
	}
	.policybox p{
		font-size: 12px;
	}
	select {
		width: 240px;
	}
	[type="text"], input[type="email"], input[type="number"], textarea{
		width: 320px;
	}
	.att,.att2{
		font-size: 12px;
	}
	#content09 table tr th{
		padding-bottom: 10px;
	}
}