@charset "UTF-8";

/*==========================================

  共通設定

==========================================*/

/* line-height をリセット */
*, *::before, *::after {
  line-height: 1;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";  /* 文字詰め */
}


/* PCの時にスマホ用の改行を無効にする */
@media screen and (min-width:769px){
  .br-sp {
    display: none;
  }
}



/*==========================================

  ヘッダー

==========================================*/
header {
  margin-top: 20px;
}

header h1 {
  width: 1180px;
  margin: 0 auto 50px;
}

header h1 a {
  display: block;
}

header h1 img {
  height: 50px;
}
header .main-visual{
	background-color:#DBF0FF;
	background-image:url('../img/main_bk.png');
	background-repeat: no-repeat;
	background-size:100% 60%;
	background-position:left top;
	text-align:center;
	color:#0B57A6;
	font-weight:900;
}
header .main-visual .txt01 {
  font-size:36px;
  margin-bottom:26px;
}
header .main-visual .txt02 {
  font-size:68px;
  margin-bottom:26px;
}
header .main-visual .txt03 {
  font-size:100px;
  display:block;
	width:7em;
	margin:0 auto 50px;
	padding-bottom:5px;
	position:relative;
	background:linear-gradient(transparent 75%, #FFFF33 25%);
}
header .main-visual .txt03::after {
	position:absolute;
	content:"";
	background-image:url("../img/type_img.png");
	background-repeat: no-repeat;
	background-size:contain;
	width:110px;
	height:78px;
	left:-110px;
	top:-10px;
}
header .main-visual .txt03 span::after {
	position:absolute;
	
}
.fv-btn {
  max-width: 600px;
	font-weight:700;
  display: block;
	padding:20px 0 25px;
	border-radius: 4px;
  margin: 35px auto;
	color:#fff;
	text-align:center;
	font-size:35px;
	background-color:#FF054C;
  filter: drop-shadow(0px 5px #bc123b); /* ドロップシャドウ */
  transition: 0.2s;
}

.fv-btn:hover {
  transform: translateY(5px);
  filter: drop-shadow(0px 0px #bc123b); /* ドロップシャドウ */
}




/*==========================================

  sec-01

==========================================*/
.sec-01 {
  background-color: #f7f8fa;
  margin-bottom: 100px;
	color:#0B57A6;
	text-align: center;
}
.sec-01 .txt04{
	font-size:34px;
	font-weight:900;
}
.sec-01 > div {
  padding-top: 80px;
  text-align: center;
}

.sec-01 > div > p img {
  width: 916px;
}

.sec-01  h2  {
  font-size:61px;
  margin: 30px 0 70px;
	font-weight:900;
}

.sec-01 ul {
  width: 1160px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.sec-01 ul li {
  width: 1132px;
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.2));
	position:relative;
	padding:20px 20px 0 150px;
}
.sec-01 ul li img{
	position:absolute;
	left:0;
	top:0;
}
.sec-01 ul li p{
	padding:1em;
	font-size:28px;
	font-weight:900;
	background-color:#fff;
	border-radius: 100px;
	position:relative;
}
.sec-01 ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

/* 偶数番目 */
.sec-01 ul li:nth-of-type(even) {
  padding:20px 150px 0 20px;
}
.sec-01 ul li:nth-of-type(even) img{
	left:auto;
	right:0;
}
.sec-01 ul li:nth-of-type(even) p:before {
	content: "";
  position: absolute;
  top: 40px;
  right: -20px;
  width: 0;
  height: 0;
  margin-top: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 30px solid #fff;
}
.sec-01 ul li:nth-of-type(odd) p:before {
	content: "";
  position: absolute;
  top: 40px;
  left: -20px;
  width: 0;
  height: 0;
  margin-top: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 30px solid #fff;
}
/*==========================================

  sec-02

==========================================*/
.sec-02 {
  margin-bottom: 100px;
	background-color:#D5F7FF;
	
	padding-top:0;
	position:relative;
}
.sec-02::before {
	content:"";
	height:150px;
	position:absolute;
	background-color:#fff;
	top:0;
	left:0;
	width:100%;
	z-index: 1;
}
.sec-02 .box01{
	background-color:#0B57A6;
	color:#fff;
	text-align:center;
	z-index: 2;
	border-radius:6px;
	max-width:1180px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:40px;
	font-size:36px;
	font-weight:900;
	line-height: 1.5;
}
.sec-02 .box01::after{
	content:"";
	position:absolute;
	
	left:50%;
	top: 100%;
 
  margin-left: -50px;
	width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 50px;
border-color: #0B57A6 transparent transparent transparent;
}
.sec-02 .box01 .txt05{
	color:#FFFF00;
	font-size:48px;
	border-bottom:2px solid #FFFF00;
	display:inline-block;
	line-height: 1.5;
	margin-bottom:10px;
}
.sec-02 .box01 b{
	display:inline-block;
	background-color:#FFFF00;
	color:#0B57A6;
	font-size:60px;
	padding:5px 10px;
	margin-left:10px;
	margin-right:10px;
}
.sec-02 .box01 p{
	line-height: 1.7;
}
.sec-02 .box02{
	max-width:1180px;
	border-radius: 8px;
	border:2px solid #0B57A6;
	background-color:#fff;
	margin:100px auto 50px;
	display:flex;
	align-items: center;
	padding:10px 20px;
	color:#0B57A6;
	font-weight:900;
	font-size:34px;
}
.sec-02 .box02 h2{
	width:300px;
	font-size:40px;
	text-align:center;
	
	border-right:2px solid #0B57A6;
	
}
.sec-02 .box02 h2 span{
	font-size:24px;
}
.sec-02 .box02 p{
	width:880px;
	text-align:center;
}
.sec-02  ul {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.sec-02  ul li {
  width: 240px;
  margin-right: 50px;
	text-align: center;
	position:relative;
}
.sec-02  ul li .step{
	width:240px;
	height:240px;
	background-color:#0B57A6;
	color:#ffffff;
	font-weight:900;
	border-radius:120px;
	padding:30px;
}
.sec-02  ul li .step_num{
	font-size:28px;
	border-bottom:1px solid #fff;
	padding-bottom:15px;
}
.sec-02  ul li .step_bottom{
	color:#0B57A6;
	margin-top:1em;
	line-height:1.5;
	font-weight:bold;
}
.sec-02  ul li .step_num b{
	font-size:37px;
}
.sec-02  ul li:nth-of-type(4) {
  width: 240px;
  margin-right: 0;
}
.sec-02  ul li .step_txt{
	line-height:1.2;
	height:130px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.sec-02  ul li:nth-of-type(1) .step_txt {
	font-size:38px;
}
.sec-02  ul li:nth-of-type(2) .step_txt {
	font-size:28px;
}
.sec-02  ul li:nth-of-type(3) .step_txt {
	font-size:22px;
}
.sec-02  ul li:nth-of-type(4) .step_txt {
	font-size:37px;
}
.sec-02  ul li::after{
	content:"";
	position:absolute;
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #0B57A6;
  border-right: 0;
	top:110px;
	right:-30px;
}
.sec-02  ul li:nth-of-type(4)::after{
	display:none;
}
/*==========================================

  sec-03

==========================================*/
.sec-03 {
  margin-bottom: 85px;
}

.sec-03 h2 {
  max-width: 1180px;
  margin: 0 auto;
	background-color:#0B57A6;
	border-radius: 8px;
	color:#fff;
	font-size:30px;
	display:flex;
	align-items: center;
	padding:10px;
	font-weight:900;
}
.sec-03 h2 .step{
	font-size:40px;
	padding:0 30px 10px;
	border-right:2px solid #fff;
	margin-right:30px;
}
.sec-03 h2 .step b{
	font-size:55px;
}
.sec-03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1040px;
  margin: 60px auto;
}

.sec-03 ul li:nth-of-type(-n+2) {
  margin-bottom: 30px;
}

.sec-03 ul li a img {
  width: 505px;
  border: 3px solid #fff;
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2));
  transition: 0.2s;
}

.sec-03 ul li a:hover img {
  opacity: 0.5;
}
.sec-03 dl{
	max-width:1180px;
	margin:30px auto ;
}
.sec-03 dl#type04{
	margin-bottom:80px;
}
.sec-03 dt{
    display: inline-block;
    background-color: #6D9ACA;
    color: #fff;
    padding: 0.5em;
    font-size: 32px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	margin-left:30px;
}
.sec-03 dd{
	position:relative;
	padding:1em 200px 1em 1em;
	background-color:#fff;
	border-radius: 8px;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
	font-size:20px;
	line-height:1.5;
	color:#0B57A6;
	font-weight:bold;
}
.sec-03 dd a{
	font-size:1.2em;
	text-decoration: underline;
	color:#cc0000;
}
.sec-03 dd img{
	position:absolute;
	right:10px;
	bottom:0;
}

/*==========================================

  sec-04

==========================================*/
.sec-04 {
  background-color: #f7f8fa;
  padding-top: 100px;
  padding-bottom: 80px;
}

.sec-04 h2 {
  width: 1180px;
  margin: 0 auto;
} 

.sec-04 .graph {
  width: 1180px;
  margin: 50px auto 65px;
}

.sec-04 ul {
  width: 882px;
  margin: 0 auto;
}

.sec-04 ul li {
  margin-bottom: 25px;
}

.sec-04 ul li:nth-of-type(1) {
  width: 882px;
}

.sec-04 ul li:nth-of-type(2) {
  width: 843px;
}

.sec-04 ul + p {
  text-align: center;
}

.sec-04 ul + p img {
  width: 312px;
}



/*==========================================

  sec-05

==========================================*/
.sec-05 {
  background-color: #d5f7ff;
  padding: 80px 0;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec-05 h2 {
  width: 1180px;
  margin-bottom: 50px;
	text-align:center;
	background-color:#0B57A6;
	color:#fff;
	font-weight:900;
	font-size:48px;
	padding:0.5em;
	border-radius:8px;
}

.sec-05 ul {
  padding-bottom: calc(40px - (20px*1.5 - 20px)/2);
  border-bottom: 1px dotted #000;
}

.sec-05 ul:not(:first-of-type) {
  margin-top: calc(40px - (20px*1.5 - 20px)/2);
}

.sec-05 ul li {
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.sec-05 ul li:nth-of-type(1) {
  margin-bottom: 10px;
}

.sec-05 ul li:nth-of-type(2) {
  font-weight: bold;
}

.sec-05 ul li::before {
  content:"";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.sec-05 ul li:nth-of-type(1)::before {
  background: center / contain no-repeat url(../img/pc_sec05_02.svg);
}

.sec-05 ul li:nth-of-type(2)::before {
  background: center / contain no-repeat url(../img/pc_sec05_03.svg);
}



/*==========================================

  sec-06

==========================================*/
.sec-06 {
  display: block;
 
	padding:0 0 40px;
}







/*==========================================

  フッター

==========================================*/
footer {
  background-color: #1c222a;
  padding: 50px 0;
  text-align: center;
  color: #FFF;
}

footer p:first-of-type {
  font-size: 12px;
  margin-bottom: 15px;
}














