@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap);
@import url(./normalize.css);
@import url(./helper.css);
@import url(./pe-icon-7-stroke.css);
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	position: relative;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family:Helvetica,Arial,YuGothic,"メイリオ","游ゴシック体","Yu Gothic","游ゴシック","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
	font-size: 16px;
	font-size: 1.6em;
	line-height: 1.8;
	font-weight: 400;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.gradation {
  background-image: linear-gradient(90deg, #004ea2, #cb003e);
}

body.column {
	font-size: 16px;
	font-size: 1.6em;
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dd, ol {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
}
a {
	color: #004da1;
	text-decoration: underline;
	font-weight: 500;
}
a.blue {
	color: #8DCFFD;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	list-style-type: none;
}
table {
	width: 100%;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-8 {
	margin-bottom: 8px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mt-5{
	margin-top: 5px !important;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mr-10{
	margin-right: 10px;
}
.mr-20{
	margin-right: 20px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/*Layout*/
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.w_1000{
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.w_1200{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.content {
	text-align: left;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.txt-B {
	font-weight: 500;
}
.txt-m {
	font-size: 80%;
}
.alpha0 {
	opacity: 0;
}
/*Images*/
.image-r {
	float: right;
	margin: 4px 0 10px 20px;
	width: 330px;
}
.image-l {
	float: left;
	margin: 4px 20px 10px 0;
	width: 330px;
}
.image-c {
	text-align: center;
	margin: 4px auto 10px auto;
	width: 330px;
}
.comm {
	font-size: 13px;
}
.small{
font-size: 80%;	
}
.flex-btw {
	display: flex;
	justify-content: space-between;
}

/*Section*/

.clearfix:after {
	clear: both;
	content: "";
	display: table;
}
.clearfix {
	display: table;
}

/*Navi*/
.clear {
	clear: both;
}
.sub {
	font-size: 13px;
	color: #999999;
}
.f_midashi {
	font-weight: bold;
}
.button01 a {
	display: block;
	width: 340px;
	height: 50px;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	color: #4d4d4d;
	margin: 0 auto;
	transition: all .3s;
}
.button01 a:hover {
	background-color: #00a0e9;
	border: 1px solid #00a0e9;
	color: #FFF;
}
.button02 a {
	display: block;
	width: 340px;
	height: 50px;
	border: 1px solid #00a0e9;
	background-color: #00a0e9;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	color: #FFF;
	margin: 0 auto;
	transition: all .3s;
}
.button02 a:hover {
	opacity: 0.7;
}
.two_box {
	display: flex;
}
.two_box div {
	width : -webkit-calc(50% - 15px);
	width : calc(50% - 15px);
}
/*.two_box div:first-child {
	margin-right: 30px;
}*/
.three_box {
	display: flex;
}
.three_box div {
	width : -webkit-calc(33% - 15px);
	width : calc(33% - 15px);
	margin-left: 30px;
}
.three_box div:first-child {
	margin-left: 0px;
}
.four_box {
	display: flex;
}
.four_box div {
	width : -webkit-calc(25% - 15px);
	width : calc(25% - 15px);
	margin-left: 30px;
}
.four_box div:first-child {
	margin-left: 0px;
}
.swiper-container div {
	margin-left: 0px;
}
/*
.bg01 {
	border: 1px solid #e5e5e5;
	padding: 40px;
	box-sizing: 100%;
}
.bg02 {
	border: 1px solid #e5e5e5;
	padding: 30px;
}
.bg03 {
	border-top: 1px dotted #e5e5e5;
	padding-top: 15px;
}
.bg04 {
	background: #f2f2f2;
	padding: 40px;
	box-sizing: 100%;
}
.img_r {
	float: right;
	padding: 0 0 0 30px;
	background: #FFF;
}
.img_l {
	float: left;
	margin: 0 30px 0 0;
}
*/
/*   -----------   header   ------------  */
header {
	position: relative;
	display: table;
	width: 100%;
	height: 900px;
	/*color: #FFF;*/
	text-align: center;
	background: url(../images/header_bg.webp) no-repeat;
	background-size: cover;
}
/*#bg_mv {
	position: absolute;
    left: 0;
    top: 47%;
    transform: translateY(-40%);
    min-width: 100%;
    width: auto;
    height: 830px;
    background: url(../images/mv.svg) no-repeat;
    background-size: 830px;
    background-position: top left 97%;
}*/
.header_form{
	position: absolute;
    left: 52%;
    top: 430px;
    transform: translateY(-40%);
    max-width: 100%;
    width: 550px;
    height: 640px;
	padding:40px 5%;
    /* z-index: -100; */
    background: #fff;
}
.header {
	position: fixed;
	z-index: 9998;
}
h1 {
	width: 580px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px 10px 20px 80px;
  background: #fff;
  height: 110px;
  clip-path: polygon(0 0%, 80% 0%, 70% 100%, 0% 100%);
  background-color: #fff;
	display: flex;
	gap: 20px;
	z-index: 9998;
}

h1 img{
  height: 72px;
	width: auto;
}

.head_toi {
	position: fixed;
	top: 0;
	right: 80px;
	line-height: 1.5;
		z-index: 9998;
}
.contact_r {
	position: relative;
	width: 300px;
}
.contact_r:after{
    content: "";
    position: absolute;
	background: url(../images/arrow.webp) no-repeat;
	background-size: contain;
	top: 50%;
    right: 20px;
	width: 18px;
	height: 18px;
    transform: translateX(-50%) translateY(-50%) ;
} 
.contact_r:before{
    content: "";
    position: absolute;
	background: url(../images/mail.webp) no-repeat;
	background-size: contain;
	top: 50%;
    left: 50px;
	width: 24px;
	height: 16px;
    transform: translateX(-50%) translateY(-50%) ;
} 
.contact_r a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #CB003E;
	border-radius: 9999px;
	padding: 13px 0;
	width: 100%;
	font-size: 20px;
	margin: 15px 0 0;
	font-weight: 500;
	transition: all .3s;
	opacity: 1;
	box-shadow: 0 5px 0 0 rgba(162, 0, 15, 1);
	font-weight: bold;
}
.contact_r a span{
	font-size: 70%;
}
.contact_r a:hover {
	/*opacity: 0.7;*/
	background: #e5004c;
}

header .wrapper {
	position: relative;
	top: 190px;
	left: 0;
	text-align: left;
	font-size: 18px;
	display: flex;
	flex-direction: column;
}
header .wrapper .min {
	font-size: 26px;
	line-height: 1.0;
	color: #fff;
	font-weight: 400;
	background: #004ea1;
	padding: 8px 10px 10px 10px;
    border-radius: 0;
    margin-bottom: 10px;
    width: fit-content;
}
header .wrapper .min span {
	letter-spacing: -0.5em;
}
header .wrapper p.f_midashi {
	font-size: 120px;
    font-weight: bold;
    line-height: 1.0;
    padding: 0px 25px 5px 0;
    position: relative;
    width: fit-content;
    text-align: left;
	float: left;
	letter-spacing: -2.5px;
	color:#fff;
	font-feature-settings: "palt" 1;
}
header .wrapper p.sub_j{
	font-size: 78px;
    font-weight: 500;
    line-height: 1.0;
    padding: 0 25px 14px 0;
    position: relative;
    width: fit-content;
    text-align: left;
	float: left;
	letter-spacing: 0.25px;
	color:#fff;
	font-feature-settings: "palt" 1;
  transform-origin: top left;
}
header .wrapper p.f_midashi02 {
	font-size: 30px;
    font-weight: bold;
    line-height: 1.0;
    padding: 11px 15px 13px 12px;
    position: relative;
    width: fit-content;
    text-align: left;
    background: #fff;
	float: left;
	letter-spacing: -2px;
	left: 390px;
    top: -40px;
    border: 10px solid #edf3f9;
}

header .wrapper p.s_midashi {
	font-size: 20px;
	line-height: 1.65;
	margin-bottom: 25px;
	font-weight: 500;
	color:#fff ;
}
header .wrapper p.s_midashi span{
	color:#CB003E;
	font-weight: bold;
	border-bottom: 1px dotted #CB003E;
}

.flex_gbox {
	width: 570px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.flex_gbox .g-box {
  background: url(../images/header_no_bg.webp) no-repeat;
  background-size: contain;
	text-align: center;
  line-height: 1.25;
  padding: 30px 10px;
  height: 180px;
  width: 180px;
}
.g-box-txt{
	font-size: 18px;
	margin-bottom: -5px;
}
.no_grad{
display: inline-block;
font-weight: bold;
  margin:0 auto;
  background:linear-gradient(90deg, #004ea2, #cb003e);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.size-65{
	font-size: 65px;
}
.size-46{
	font-size: 46px;
	margin: 5px 0 8px;
}
.gray-txt-s{
	display:inline;
	font-size: 18px;
	color:#333;
}
.gray-txt-s2{
	display: block;
	font-size: 18px;
	color:#333;
}
.tate {
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	margin-top: -50px;
}

header .img_txt {
	width: 1170px;
    margin: 0 auto;
    position: relative;
    bottom: -235px;
    left: 0;
    text-align: left;
    z-index: 2;
}

/*   -----------   section01   支援実績   ------------  */

#section01 {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #E9E7E7;
	margin: 0;
    padding: 80px 0 0;
	background: url(../images/bg_04.webp) no-repeat;
  background-size: cover;
	background-position: bottom 150px center;
}
#section01 .wrapper {
	position: relative;
	height: 500px;
}
.ribbon_box{
	display: block;
	margin:0 auto 60px;
	text-align: center;
}
.ribbon1 {
  display: inline-block;
  position: relative;
  height: 52px;
  text-align: center;
  box-sizing: border-box;
}
.ribbon1:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -15px;
  left: -30px;
  z-index: -2;
  border: 25px solid #1e3d8a;
  border-width: 25px 30px 25px 15px;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon1:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -15px;
  right: -30px;
  z-index: -2;
  border: 25px solid #1e3d8a;
  border-width: 25px 15px 25px 30px;
  border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon1 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 4px 60px 6px;
  line-height: 45px;
  font-size: 30px;
  font-weight: 400;
  color: #FFF;
  background: #274d9c;/*真ん中の背景色*/
}
.ribbon1 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #162d78;/*左の折り返し部分*/
}
.ribbon1 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #162d78;/*右の折り返し部分*/
}

#section01 .wrapper .logos {
	width: 1200px;
	max-width: 100%;
	height: auto;
	margin: 0 auto 105px;
}

#section01 .wrapper_b{ 
	position: relative;
background: #004ea1;
	height: 250px;
}

#section01 .wrapper_b .present_box{
	position: absolute;
	top:60px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) ;
	width: 1000px;
	max-width: 100%;
	height: 280px;
	background: #fff;
	padding: 60px;
	margin: 0 auto;
	border:4px solid #004ea1;
	z-index: 100;
}
#section01 .wrapper_b .present_box h3.present_ttl {
    position: absolute;
    top: 6px;
    left: 50%;
	transform: translateX(-50%) translateY(-50%) ;
    width: 750px;
    height: 60px;
    line-height: 25px;
    background-image: linear-gradient(90deg, #004ea2, #cb003e);
	border-radius: 0 0 30px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
	z-index: 101;
}
#section01 .wrapper_b .present_box h3.present_ttl p{
	font-size: 36px;
	font-weight: 500;
    line-height: 1.5;
}
#section01 .wrapper_b .present_box h3.present_ttl:before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0px;
    height: 0px;
    border: none;
    border-bottom: 20px solid #ccc;
    border-right: 15px solid transparent;
    content: '';
}

#section01 .wrapper_b .present_box h3.present_ttl:after {
    position: absolute;
    top: 0;
    right: 100%;
    width: 0px;
    height: 0px;
    border: none;
    border-bottom: 20px solid #ccc;
    border-left: 15px solid transparent;
    content: '';
}
/* 左右に斜め線(両端を丸く) */
#section01 .wrapper_b .present_box h4.heading {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	font-size: 30px;
	font-weight: 300;
}
#section01 .wrapper_b .present_box h4.heading:before,
#section01 .wrapper_b .present_box h4.heading:after {
  background-color: #000; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 3px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
#section01 .wrapper_b .present_box h4.heading:before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
#section01 .wrapper_b .present_box h4.heading:after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}


#section01 .wrapper_b .present_box .contact_r {
	position: relative;
	width: 400px;
	height: 94px;
}
#section01 .wrapper_b .present_box .contact_r:after{
    content: "";
    position: absolute;
	background: url(../images/arrow.webp) no-repeat;
	background-size: contain;
	top: 61%;
    right: 20px;
	width: 18px;
	height: 18px;
    transform: translateX(-50%) translateY(-50%) ;
} 
#section01 .wrapper_b .present_box .contact_r:before{
    content: "";
    position: absolute;
	background: url(../images/mail.webp) no-repeat;
	background-size: contain;
	top:61%;
    left: 50px;
	width: 24px;
	height: 16px;
    transform: translateX(-50%) translateY(-50%) ;
} 
#section01 .wrapper_b .present_box .contact_r a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #CB003E;
	border-radius: 9999px;
	padding: 13px 0;
	width: 100%;
	font-size: 30px;
	margin: 15px 0 0;
	font-weight: 500;
	transition: all .3s;
	opacity: 1;
	box-shadow: 0 5px 0 0 rgba(162, 0, 15, 1);
	font-weight: bold;
}
#section01 .wrapper_b .present_box .contact_r a span{
	font-size: 70%;
}
#section01 .wrapper_b .present_box .contact_r a:hover {
	/*opacity: 0.7;*/
	background: #e5004c;
}

#section01 .wrapper_b .present_box .contact_tel {
	position: relative;
	width: 400px;
	height: 94px;
}
#section01 .wrapper_b .present_box .contact_tel:before{
    content: "";
    position: absolute;
	background: url(../images/tel_blue.webp) no-repeat;
	background-size: contain;
	top:52%;
    left: 70px;
	width: 24px;
	height: 30px;
    transform: translateX(-50%) translateY(-50%) ;
} 
#section01 .wrapper_b .present_box .contact_tel a {
	display: block;
	text-align: center;
	text-decoration: none;
	color:#004ea1;
	border-radius: 9999px;
	padding: 0 0 0 30px;
	width: 100%;
	margin: 15px 0 0;
	font-weight: 500;
	line-height: 1.6;
	transition: all .3s;
	opacity: 1;
	font-size: 36px;
	background: #f2f6fa;
	border:2px solid #004ea1;
}
#section01 .wrapper_b .present_box .contact_tel a span{
	color:#000;
	font-size: 16px;
	display: block;
	margin: -10px 0 10px;
	padding: 0 ;
}
#section01 .wrapper_b .present_box .contact_tel a:hover {
	/*opacity: 0.7;*/
	background: #fff;
}

/*   -----------   section02 こんなお悩みありませんか？  ------------  */
#section02 {
	background-color: #f2f6fa;
	padding: 80px 0 60px;
}
#section02 .wrapper {
	text-align: center;
	position: relative;
	background: url(../images/fuki_bg.webp) no-repeat;
	background-size: 1200px auto;
	background-position: center 30px;
}

#section02 .wrapper h3 {
	font-size: 90px;
display: inline-block;
font-weight: bold;
  margin:0 auto 10px;
  background:linear-gradient(90deg, #004ea2, #cb003e);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	line-height: 1;
}

#section02 .wrapper h4{
	color:#004ea2;
	font-size: 34px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
#section02 .wrapper h4 span{
	font-size: 52px;
	background: linear-gradient(transparent 70%, #fbd317 0%);
}
#section02 .wrapper h5{
	font-size: 20px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
#section02 .wrapper img.nayami {
	max-width: 813px;
	height: auto;
	margin: 30px auto;
}

.fuki-blueL {
	width: 480px;
	height: 160px;
	border:3px solid #004ea2;
	border-radius:80px 80px 0 80px; 
	background: #fff;
	padding: 20px 50px;
}
.fuki-blueR {
	width: 480px;
	height: 160px;
	border:3px solid #004ea2;
	border-radius:80px 80px 80px 0; 
	background: #fff;
	padding: 20px 50px;
}

.fuki-blueL .fuki-ttl,
.fuki-blueR .fuki-ttl{
	display:inline; 
	font-size: 26px;
	color:#004ea2;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #fbd317 0%);
}
.triangle-pink{
  position: relative;
  width:250px;
  background: #eb5d56;
  padding: 1.25em 0 0;
  margin:50px auto 2em;
  text-align:center;
  color: #fff;
	font-size: 36px;
}
.triangle-pink .nayami_txt {
	line-height: 1.25;
}
.triangle-pink .nayami_txt .dots-text {
	background-image: radial-gradient(circle at center, #fff 3px, transparent 3px);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 1em 0.5em;
    padding-top: 0.25em;
}
.triangle-pink:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -60px;
  left: 0;
  border-style: solid;
  border-color: #eb5d56 transparent transparent transparent;
  border-width: 60px 125px 0 125px;
  z-index: 1;
}

/* 左右に斜め線(両端を丸く) */
#section02 .wrapper .heading-line {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	color:#004ea2;
	font-size: 30px;
	font-weight: 300;
}
#section02 .wrapper .heading-line span{
	color:#000;
	display: contents;
}
#section02 .wrapper .heading-line:before,
#section02 .wrapper .heading-line:after {
  background-color: #004ea2; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 3px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
#section02 .wrapper .heading-line:before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
#section02 .wrapper .heading-line:after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

#section02 .wrapper .bg-grad01{
	display: block;
	position: absolute;
	background-image: linear-gradient(90deg, #004ea2, #cb003e);
	padding: 0 10px;
	color:#fff;
	font-size: 40px;
	width: 870px;
    max-width: 100%;
	margin: 0 auto 10px;
	left:50%;
	transform: translateX(-50%) translateY(-50%) ;
	bottom: -140px;
	z-index: 10;
}
#section02 .wrapper .bg-grad02{
	display: block;
	position: absolute;
	background-image: linear-gradient(90deg, #004ea2, #cb003e);
	padding: 0 10px;
	color:#fff;
	font-size: 40px;
	width: 670px;
    max-width: 100%;
	margin: 0 auto 10px;
	left:50%;
	transform: translateX(-50%) translateY(-50%) ;
	bottom: -220px;
	z-index: 11;
}

/*   -----------   section03    実績　総合力   ------------  */
#section03 {
	background: #004ea2 url(../images/bg07.webp) no-repeat;
	background-size: cover;
	height: 814px;
	position: relative;
	padding: 210px 0 60px;
}
#section03 .wrapper {
	width: 1200px;
	height: 500px;
	text-align: center;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
	background: url(../images/bg_bluepink.webp) no-repeat;
	background-size: cover;
}
#section03 .wrapper .left{
	width: calc(37% - 100px);
    text-align: left;
    margin: 70px 0px 80px 90px;
}
#section03 .wrapper .right{
	width: calc(36% - 100px);
    text-align: left;
    margin: 70px 80px 80px 0px;
}
#section03 .wrapper .left p:first-child,
#section03 .wrapper .right p:first-child {
    width: 100%;
	height: 100px;
	font-size: 76px;
	line-height: 0.9;
	margin-bottom: 30px;
	font-weight: 500;
	background:url(../images/kazari.webp) no-repeat;
	background-size: contain;
	background-position: center 0px;
	padding: 10px 30px;
	display: inline-block;
	text-align: center;
	color:#fff;
}
#section03 .wrapper .left p:nth-child(2),
#section03 .wrapper .right p:nth-child(2){
    color:#fff;
	font-size: 19px;
	text-align: center;
}

/*   -----------   section04    About Feature   ------------  */
#section04 {
	background: #fff url(../images/bg02.webp) no-repeat;
	background-size: contain;
	height: auto;
	position: relative;
	padding: 100px 0 60px;
}
#section04 .wrapper {
	text-align: center;
}

#section04 .wrapper h3 {
	font-size: 90px;
display: inline-block;
font-weight: bold;
  margin:0 auto 10px;
  background:linear-gradient(90deg, #004ea2, #cb003e);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	line-height: 1;
}
#section04 .wrapper h4{
	font-size: 26px;
}
#section04 .wrapper h4:after {
  content: "";
  margin: 20px auto 30px;
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 1.5px;
  background:linear-gradient(90deg, #004ea2, #cb003e);
}
#section04 .wrapper p.t20 {
	font-size: 20px;
	margin-bottom: 30px;
}

#section04 .wrapper table.about{
	width: 1000px;
	margin: 0 auto 30px;
	line-height: 1.25;
}
#section04 .wrapper table.about th{
	background: #004ea2;
	color:#fff;
	padding: 20px;
	text-align: center;
}
#section04 .wrapper table.about th.left-top{
	background: none;
}
#section04 .wrapper table.about th.top{
	width: 28%;
}
#section04 .wrapper table.about th.left{
	width: 160px;
}
#section04 .wrapper table.about td{
	text-align: left;
	background: #fff;
	border-right:1px #f2f6fa solid;
	border-bottom: 1px #f2f6fa solid;
	padding: 20px 30px;
}
#section04 .wrapper table.about td.center{
	text-align: center;
}

#section04 .wrapper #fdw-pricing-table {
		text-align: center;
		/*width: 928px;*/ /* total computed width */
	width: 1000px;
	margin: 80px auto 0;
		zoom: 1;
	}

	#section04 .wrapper #fdw-pricing-table:before, #fdw-pricing-table:after {
	  content: "";
	  display: table
	}

	#section04 .wrapper #fdw-pricing-table:after {
	  clear: both
	}

	/* --------------- */	

	#section04 .wrapper #fdw-pricing-table .plan{
		/*padding: 20px;*/
		width: auto;
		float: left;
		_display: inline; /* IE6 double margin fix */
		position: relative;
		margin: 0;
		/*-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);*/
	}

	#section04 .wrapper #fdw-pricing-table .plan:after {
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  /*bottom: 10px;*/
	  right: 4px;
	  width: 80%; 
	  top: 80%; 
	  -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);   
	  -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  -webkit-transform: rotate(3deg);    
	  -moz-transform: rotate(3deg);   
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);	
	}	
	
	#section04 .wrapper #fdw-pricing-table .popular-plan {
		position: relative;
		top: -50px;
		padding: 35px 0 0;
		border: 4px solid;
  display: inline-block;
  background: none;
  border: none;
	}
#section04 .wrapper #fdw-pricing-table .popular-plan::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 4px solid transparent;
  transition: transform 0.3s linear, border-width 0.3s linear, border-radius 0.3s linear, filter 0.6s linear;
  /* ショートハンド(一括指定) */
  background-image: linear-gradient(90deg, rgb(203, 0, 62) 0%, rgb(0, 78, 162) 100%);
  background-origin: border-box; /* 背景の基準位置はボーダーも含める */
  background-clip: border-box; /* 背景の適用範囲はボーダーも含める */
  /* ショートハンド(一括指定) */
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
}

	/* --------------- */	
	
	#section04 .wrapper #fdw-pricing-table .popular-plan .f-header {
		margin-top: -35px;
		padding: 40px 0 14px;		
	}

	#section04 .wrapper #fdw-pricing-table .plan1 .f-header{
		background: rgba(255,255,255, 0);
		height: 60px;
	}

	#section04 .wrapper #fdw-pricing-table .plan2 .f-header{
		background: #fff;
    border-radius: 30px 30px 0 0;
	}

	#section04 .wrapper #fdw-pricing-table .plan3 .f-header{
		padding: 15px;
		background: #e6e6e6;
		height: 60px;
	}		
	
	/* --------------- */

	#section04 .wrapper #fdw-pricing-table .price{
		font-size: 45px;
	}

	#section04 .wrapper #fdw-pricing-table .monthly{
		font-size: 13px;
		margin-bottom: 20px;
		text-transform: uppercase;
		color: #999;
	}

	/* --------------- */
	
    #section04 .wrapper #fdw-pricing-table .plan1,
    #section04 .wrapper #fdw-pricing-table .plan3{
	width: 300px;
}
	#section04 .wrapper #fdw-pricing-table .plan2{
		width: 400px;
	}

	#section04 .wrapper #fdw-pricing-table .plan2 img{
		width: 180px;
	}
    #section04 .wrapper #fdw-pricing-table .plan3{
	border: 1px solid #ddd;}


/* --------------- */

	#section04 .wrapper #fdw-pricing-table ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#section04 .wrapper #fdw-pricing-table li {
		padding: 15px 0;
		height: 60px;
	}

#section04 .wrapper #fdw-pricing-table li.blue {
background: #004ea2;
	color:#fff;	
	border-bottom: 1px solid #fff;
	}
#section04 .wrapper #fdw-pricing-table li.white {
background: #fff;
	border-top: 1px solid #ccc;
	}
#section04 .wrapper #fdw-pricing-table li.white-btm {
background: #fff;
	border-radius: 0 0 30px 30px;
	height: 25px;
    padding: 0 !important;
	}

/*見出し　線付き*/
#section04 .wrapper .heading-line {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	color:#000;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 80px;
}
#section04 .wrapper .heading-line span{
	color:#004ea2;
	display: contents;
}
#section04 .wrapper .heading-line:before,
#section04 .wrapper .heading-line:after {
  background-color: #004ea2; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 3px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
#section04 .wrapper .heading-line:before {
  margin: 10px 10px 0 0; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
#section04 .wrapper .heading-line:after {
  margin: 10px 0 0 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}


/*   -----------   section05  レポート   ------------  */
#section05 {
	background:url(../images/bg03.webp) no-repeat;
	background-size: cover;
	padding: 100px 0;
}
#section05 .wrapper {
	padding: 0;
	position: relative;
	text-align: center;
}

#section05 .wrapper h3 {
	font-size: 90px;
display: inline-block;
font-weight: bold;
  margin:0 auto 10px;
  background:linear-gradient(90deg, #004ea2, #cb003e);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	line-height: 1;
}
#section05 .wrapper h4{
	font-size: 26px;
}
#section05 .wrapper h4:after {
  content: "";
  margin: 20px auto 30px;
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 1.5px;
  background:linear-gradient(90deg, #004ea2, #cb003e);
}
#section05 .wrapper p.t20 {
	font-size: 20px;
	margin-bottom: 30px;
}
#section05 .wrapper .t-box {
	width: 1000px;
	margin: 0 auto 30px;
}
#section05 .wrapper .t-box .ttl {
 width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 2rem;
  border-radius: 40px 40px 0 0;
  background-color: #004ea2;
	color:#fff;
	font-size: 30px;
}
#section05 .wrapper .t-box .txt {
	width: 100%;
  padding: 2rem 6rem;
  margin: 0 auto;
  background-color: #fff; 
  box-shadow: 0px 0px 10px lightgrey;
}

#section05 .wrapper .t-box .txt .left,
#section05 .wrapper .t-box .txt .right{
	position: relative;
	width: 45%;
}
	
#section05 .wrapper .t-box .txt .left img{
	position: absolute;
	width: 243px;
	top:10px;
	left:50%;
	transform: translateX(-50%);
}
	
#section05 .wrapper .t-box .txt .left .fuki-pink{
	position: absolute;
	top:20px;
	left:0;
	width: 182px;
	height: 182px;
  background:  #eb5d56;
  font-size: 30px;
  color:#fff;
  text-align: center;
  padding: 10px;
  border-radius: 9999px;
	z-index: 200;
}

#section05 .wrapper .t-box .txt .left .fuki-pink::before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border: 1px solid #fff;
  border-radius: 9999px;
	z-index: 201;
}
#section05 .wrapper .t-box .txt .left .fuki-pink p.month{
	font-size: 30px;
	line-height: 1;
    margin: 30px 0 0;
}
#section05 .wrapper .t-box .txt .left .fuki-pink p.company{
	font-size: 54px;
	line-height: 1;
    margin: 0;
}
#section05 .wrapper .t-box .txt .left .fuki-pink p.company span{
	font-size: 33px;
}

#section05 .wrapper .t-box .txt .right .b_ttl{
	font-size: 20px;
	color:#004ea2;
	text-align: center;
	list-style: 1.5;
	border-bottom:2px solid #004ea2;
	padding-bottom: 5px;
	margin: 10px 0;
}
#section05 .wrapper .t-box .txt .right ul {
  list-style: none;
  padding: 0;
	text-align: left;
	font-size: 20px;
}
#section05 .wrapper .t-box .txt .right ul li{
text-indent: -1em;
  padding-left: 1em;
	line-height: 1.5;
	margin-bottom: 20px;
}
#section05 .wrapper .t-box .txt .right ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #004ea2;
  margin-right: 10px;
}
#section05 .wrapper .t-box .txt .arrow{
  height: calc(tan(60deg) * 30px / 2);
  width: 48px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #cb003e;
	margin: 0 auto;
}

#section05 .wrapper .t-box .txt .Lb-txt{
	font-size: 40px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
#section05 .wrapper .t-box .txt .Lb-txt span{
	color:#004ea2;
	background: linear-gradient(transparent 70%, #fbd317 0%);
}

#section05 .wrapper .heading-line {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	color:#000;
	font-size: 30px;
	font-weight: 300;
}
#section05 .wrapper .heading-line span{
	color:#004ea2;
	display: contents;
}
#section05 .wrapper .heading-line:before,
#section05 .wrapper .heading-line:after {
  background-color: #004ea2; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 3px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
#section05 .wrapper .heading-line:before {
  margin: 60px 10px 0 0; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
#section05 .wrapper .heading-line:after {
  margin: 60px 0 0 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

/*   -----------   section06   プロの診断  ------------  */

#section06 {
	width: 100%;
	position: relative;
	background:url(../images/bg08.webp);
	background-size: contain;
	padding: 100px 0 0;
	border-top: 1px solid #EDEDED;
}
#section06 .wrapper {
	position: relative;
	margin-bottom: 100px;
}
#section06 .wrapper .bf-table{
	width: 670px;
	height: 240px;
	background: url("../images/illust_02.webp")no-repeat;
	background-size: 260px;
	background-position: right top;
	padding: 20px 260px 0 0;
	margin: 0 auto;
}
#section06 .wrapper .balloon {
  position: relative;
  display: inline-block;
  background: #eb5d56;
  border-radius: 30px;
  padding: 0 30px;
	font-size: 26px;
  font-weight: bold;
  color: #fff;
}
#section06 .wrapper .balloon::before {
	content: "";
  /* borderで三角形を作る */
  border-width: 10px;
  border-style: solid;
  border-color: #eb5d56 transparent transparent transparent;
  /* 配置する */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
  
#section06 .wrapper .Lb-txt{
	text-align: center;
	font-size: 40px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
#section06 .wrapper .Lb-txt span.yellow{
	color:#004ea2;
	background: linear-gradient(transparent 70%, #fbd317 0%);
}

#section06 .wrapper_b{ 
	position: relative;
background: #004ea1;
	height: 250px;
}

#section06 .wrapper_b .present_box{
	position: absolute;
	top:60px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) ;
	width: 1000px;
	max-width: 100%;
	height: 280px;
	background: #fff;
	padding: 60px;
	margin: 0 auto;
	border:4px solid #004ea1;
	z-index: 100;
}
#section06 .wrapper_b .present_box h3.present_ttl {
    position: absolute;
    top: 6px;
    left: 50%;
	transform: translateX(-50%) translateY(-50%) ;
    width: 750px;
    height: 60px;
    line-height: 25px;
    background-image: linear-gradient(90deg, #004ea2, #cb003e);
	border-radius: 0 0 30px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
	z-index: 101;
}
#section06 .wrapper_b .present_box h3.present_ttl p{
	font-size: 36px;
	font-weight: 500;
    line-height: 1.5;
}
#section06 .wrapper_b .present_box h3.present_ttl:before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0px;
    height: 0px;
    border: none;
    border-bottom: 20px solid #ccc;
    border-right: 15px solid transparent;
    content: '';
}

#section06 .wrapper_b .present_box h3.present_ttl:after {
    position: absolute;
    top: 0;
    right: 100%;
    width: 0px;
    height: 0px;
    border: none;
    border-bottom: 20px solid #ccc;
    border-left: 15px solid transparent;
    content: '';
}
/* 左右に斜め線(両端を丸く) */
#section06 .wrapper_b .present_box h4.heading {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	font-size: 30px;
	font-weight: 300;
}
#section06 .wrapper_b .present_box h4.heading:before,
#section06 .wrapper_b .present_box h4.heading:after {
  background-color: #000; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 3px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
#section06 .wrapper_b .present_box h4.heading:before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
#section06 .wrapper_b .present_box h4.heading:after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}


#section06 .wrapper_b .present_box .contact_r {
	position: relative;
	width: 400px;
	height: 94px;
}
#section06 .wrapper_b .present_box .contact_r:after{
    content: "";
    position: absolute;
	background: url(../images/arrow.webp) no-repeat;
	background-size: contain;
	top: 61%;
    right: 20px;
	width: 18px;
	height: 18px;
    transform: translateX(-50%) translateY(-50%) ;
} 
#section06 .wrapper_b .present_box .contact_r:before{
    content: "";
    position: absolute;
	background: url(../images/mail.webp) no-repeat;
	background-size: contain;
	top:61%;
    left: 50px;
	width: 24px;
	height: 16px;
    transform: translateX(-50%) translateY(-50%) ;
} 
#section06 .wrapper_b .present_box .contact_r a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #CB003E;
	border-radius: 9999px;
	padding: 13px 0;
	width: 100%;
	font-size: 30px;
	margin: 15px 0 0;
	font-weight: 500;
	transition: all .3s;
	opacity: 1;
	box-shadow: 0 5px 0 0 rgba(162, 0, 15, 1);
	font-weight: bold;
}
#section06 .wrapper_b .present_box .contact_r a span{
	font-size: 70%;
}
#section06 .wrapper_b .present_box .contact_r a:hover {
	/*opacity: 0.7;*/
	background: #e5004c;
}

#section06 .wrapper_b .present_box .contact_tel {
	position: relative;
	width: 400px;
	height: 94px;
}
#section06 .wrapper_b .present_box .contact_tel:before{
    content: "";
    position: absolute;
	background: url(../images/tel_blue.webp) no-repeat;
	background-size: contain;
	top:52%;
    left: 70px;
	width: 24px;
	height: 30px;
    transform: translateX(-50%) translateY(-50%) ;
} 
#section06 .wrapper_b .present_box .contact_tel a {
	display: block;
	text-align: center;
	text-decoration: none;
	color:#004ea1;
	border-radius: 9999px;
	padding: 0 0 0 30px;
	width: 100%;
	margin: 15px 0 0;
	font-weight: 500;
	line-height: 1.6;
	transition: all .3s;
	opacity: 1;
	font-size: 36px;
	background: #f2f6fa;
	border:2px solid #004ea1;
}
#section06 .wrapper_b .present_box .contact_tel a span{
	color:#000;
	font-size: 16px;
	display: block;
	margin: -10px 0 10px;
	padding: 0 ;
}
#section06 .wrapper_b .present_box .contact_tel a:hover {
	/*opacity: 0.7;*/
	background: #fff;
}

/*FLOW プライス*/
#section07 {
	background: #fff url(../images/bg02.webp) no-repeat;
	background-size: contain;
	height: auto;
	position: relative;
	padding: 100px 0 0;
}
#section07 .wrapper {
	text-align: center;
}
#section07 .wrapper h3 {
	font-size: 90px;
display: inline-block;
font-weight: bold;
  margin:0 auto 10px;
  background:linear-gradient(90deg, #004ea2, #cb003e);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	line-height: 1;
}
#section07 .wrapper h4{
	font-size: 26px;
}
#section07 .wrapper h4:after {
  content: "";
  margin: 20px auto 30px;
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 1.5px;
  background:linear-gradient(90deg, #004ea2, #cb003e);
}
#section07 .wrapper p.t20 {
	font-size: 20px;
	margin-bottom: 30px;
}

#section07 .wrapper .step-box{
	position: relative !important;
  display: flex !important;
	width: 190px !important;
	height: 300px;
  background: linear-gradient(135deg, transparent 20px, #000 20px);
  background-position: top right;
  background-repeat: no-repeat;
	z-index: 20;
}
#section07 .wrapper .step-box .in-box{
 position: relative;
  display:inline-block;
  background: linear-gradient(135deg, transparent 19px, #fff 19px);
	padding: 20px 10px 30px 20px;
  margin: 3px;
	z-index: 21;
}

#section07 .wrapper .step-box .in-box::after {
	position: absolute;
	content: "";
display: block;
width: 0;
height: 0;
	top:130px;
	right:-14px;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 13px solid #004ea2;
	z-index: 50;
}
#section07 .wrapper .step-box:last-of-type .in-box::after {
	content: "";
display: none;
}
#section07 .wrapper .step-box .in-box .no{
	position: absolute;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	top:-24px;
	left: 50%;
	transform: translateX(-50%) ;
	width: 48px;
	height: 48px;
	border-radius: 9999px;
	background:linear-gradient(90deg, #004ea2, #cb003e);
	padding: 5px;
	text-align: center;
}
#section07 .wrapper .step-box .in-box .icon01{
	width: 66px;
	margin:25px auto 15px;
}
#section07 .wrapper .step-box .in-box .icon02{
	width: 69px;
	height: auto;
	margin:25px auto 5px;
}
#section07 .wrapper .step-box .in-box .icon03{
	width: 69px;
	height: auto;
	margin:25px auto 8px;
}
#section07 .wrapper .step-box .in-box .icon04{
	width: 48px;
	height: auto;
	margin:25px auto 10px;
}
#section07 .wrapper .step-box .in-box .icon05{
	width: 58px;
	height: auto;
	margin:25px auto 10px;
}
#section07 .wrapper .step-box .in-box .ttl{
	font-size: 24px;
	color:#004ea2;
}
#section07 .wrapper .step-box .in-box .txt{
	text-align: left;
	font-size: 15px;
}

/*2ボックス*/
#section07 .wrapper .flex-btw .t-box {
	width: 580px;
	margin: 0 auto 30px;
}
#section07 .wrapper .flex-btw .t-box .ttl-R {
	height: 60px;
	position: relative;
 width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 2rem;
  border-radius: 40px 40px 0 0;
  background-color: #cb003e;
	color:#fff;
	font-size: 30px;
}
#section07 .wrapper .flex-btw .t-box .ttl-R .fuki{
	position: absolute;
	top:-80px;
	left:20px;
	width: 130px;
	height: 130px;
}
#section07 .wrapper .flex-btw .t-box .ttl-B {
	height: 60px;
 width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 2rem;
  border-radius: 40px 40px 0 0;
  background-color: #004ea2;
	color:#fff;
	font-size: 30px;
}
#section07 .wrapper .flex-btw .t-box .txt {
	width: 100%;
  padding: 2rem 6rem 4rem;
  margin: 0 auto;
  background-color: #fff; 
  box-shadow: 0px 0px 10px lightgrey;
	text-align: center;
}

#section07 .wrapper .flex-btw .t-box .txt .R-ttl{
	text-align: center;
	font-size: 100px;
	color:#cb003e;
	margin: 0 0 10px;
    line-height: 1;
}
#section07 .wrapper .flex-btw .t-box .txt .R-ttl span{
	font-size: 57px;
}
#section07 .wrapper .flex-btw .t-box .txt .B-ttl{
	text-align: center;
	font-size: 50px;
	color:#004ea2;
	margin: 0 0 10px;
    line-height: 2;
}

#section07 .wrapper .flex-btw .t-box .txt ul.red,
#section07 .wrapper .flex-btw .t-box .txt ul.blue{
  list-style: none;
  padding: 0;
	text-align: left;
	font-size: 20px;
	height: 150px;
}
#section07 .wrapper .flex-btw .t-box .txt ul.red li,
#section07 .wrapper .flex-btw .t-box .txt ul.blue li{
text-indent: -1em;
  padding-left: 2em;
	line-height: 1.5;
	margin-bottom: 0;
	position: relative;  /* 疑似要素配置の基準にする */
}
#section07 .wrapper .flex-btw .t-box .txt ul.red li::before {
  content: "";
  position: absolute;
  top: 0.6em;  /* 一行目の高さに合わせる（調整可） */
  left: 0.3em; /* li 左端から少し右に */
  width: 8px;  /* 点の幅 */
  height: 8px; /* 点の高さ */
  background-color: #cb003e;/* 点の色 */
  border-radius: 50%; /* 点を丸くする */
}
#section07 .wrapper .flex-btw .t-box .txt ul.blue li::before {
  content: "";
  position: absolute;
  top: 0.6em;  /* 一行目の高さに合わせる（調整可） */
  left: 0.3em; /* li 左端から少し右に */
  width: 8px;  /* 点の幅 */
  height: 8px; /* 点の高さ */
  background-color: #004ea2;/* 点の色 */
  border-radius: 50%; /* 点を丸くする */
}
.contact_Br {
	position: relative;
	width: 300px;
}
.contact_Br:after{
    content: "";
    position: absolute;
	background: url(../images/arrow-b.webp) no-repeat;
	background-size: contain;
	top: 50%;
    right: 20px;
	width: 18px;
	height: 18px;
    transform: translateX(-50%) translateY(-50%) ;
} 
/*.contact_Br:before{
    content: "";
    position: absolute;
	background: url(../images/mail.webp) no-repeat;
	background-size: contain;
	top: 50%;
    left: 50px;
	width: 24px;
	height: 16px;
    transform: translateX(-50%) translateY(-50%) ;
} */
.contact_Br a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #004ea2;
	border-radius: 9999px;
	padding: 13px 0;
	width: 100%;
	font-size: 20px;
	margin: 15px 0 0;
	font-weight: 500;
	transition: all .3s;
	opacity: 1;
	box-shadow: 0 5px 0 0 #22385e;
	font-weight: bold;
}
.contact_Br a span{
	font-size: 70%;
}
.contact_Br a:hover {
	/*opacity: 0.7;*/
	background: #0264bc;
}

/*スワイパー　非表示*/
/* PC時のスタイル */
@media screen and (min-width: 501px) {
.swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.swiper-slide {
  height: auto;
  width: 100%;
}
.swiper-wrapper{
		padding-top:25px ;
	}	

/*QandA*/
#section08 {
	background: #fff url(../images/bg_05.webp) no-repeat;
	background-position: center bottom; 
	background-size: cover;
	height: auto;
	position: relative;
	padding: 100px 0 60px;
}
#section08 .wrapper {
	text-align: center;
}
#section08 .wrapper h3 {
	font-size: 90px;
display: inline-block;
font-weight: bold;
  margin:0 auto 10px;
  background:linear-gradient(90deg, #004ea2, #cb003e);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	line-height: 1.25;
}
#section08 .wrapper h3 span{
	font-size: 54px;
}
#section08 .wrapper h4{
	font-size: 26px;
}
#section08 .wrapper h4:after {
  content: "";
  margin: 20px auto 30px;
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 1.5px;
  background:linear-gradient(90deg, #004ea2, #cb003e);
}

/* ac1 */
.ac1 dl,
.ac1 dt,
.ac1 dd {
    margin: 0;
    padding: 0;
	text-align: left;
}

.ac1 dl+dl {
    margin-top: 2rem;
}

.ac1 dt,
.ac1 dd {
    padding: 10px;
}

.ac1 dl {
    position: relative;
    overflow: hidden;
}

.ac1 dl>input {
    display: none;
}

.ac1 dt {
    position: relative;
    z-index: 1;
    padding:17px 40px 10px 100px;
    cursor: pointer;
    background: #004ea1 url("../images/q.webp") no-repeat;
	background-size:50px;
	background-position: left 20px top 50%;
	height: 70px;
	color:#fff;
	font-size: 20px;
    transition: .4;
}

.ac1 dd {
    position: absolute;
    visibility: hidden;
    transform: translateY(-100%);
    transition: .4s;
	padding:25px 40px 25px 100px;
    background: #fff url("../images/a.webp") no-repeat;
	background-size:40px;
	background-position: left 40px top 18px;
}

.ac1 dl>input:checked+label+dd {
    position: relative;
    visibility: visible;
    transform: translateY(0);
}

.ac1 dt::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    right: 20px;
    background: #fff;
    transform: translateY(-50%);
}

.ac1 dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 3px;
    background: #fff;
    transition: .4s;
    transform: translateY(-50%) rotate(90deg);
}

.ac1 dl>input:checked+label>dt::after {
    transform: translateY(-50%) rotate(180deg);
}

/*AI検索*/
#section09 {
	background: #fff url(../images/bg06.webp) no-repeat;
	background-position: center bottom; 
	background-size: cover;
	height: auto;
	position: relative;
	padding: 100px 0 60px;
}
#section09 .wrapper {
	text-align: center;
}
#section09 .wrapper .w-box{
	background: #fff;
	display: inline-block;
	padding: 6px 10px 0;
	margin-right: 10px;
}
#section09 .wrapper .w-box h3{
	font-size: 56px;
display: inline-block;
font-weight: 600;
  margin:0 auto 10px;
  background:linear-gradient(90deg, #004ea2, #cb003e);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	line-height: 1;
}
#section09 .wrapper span{
	font-size: 38px;
	color: #fff;
	line-height:1.5;
}
#section09 .wrapper p{
	font-size: 20px;
	color:#fff;
	margin: 30px auto;
}

#section09 .wrapper .contact_r {
	position: relative;
	width: 400px;
	height: 94px;
	margin: 0 auto;
}
#section09 .wrapper .contact_r:after{
    content: "";
    position: absolute;
	background: url(../images/arrow.webp) no-repeat;
	background-size: contain;
	top: 45%;
    right: 20px;
	width: 18px;
	height: 18px;
    transform: translateX(-50%) translateY(-50%) ;
} 
#section09 .wrapper .contact_r:before{
    content: "";
    position: absolute;
	background: url(../images/mail.webp) no-repeat;
	background-size: contain;
	top:45%;
    left: 50px;
	width: 24px;
	height: 16px;
    transform: translateX(-50%) translateY(-50%) ;
} 
#section09 .wrapper .contact_r a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #CB003E;
	border-radius: 9999px;
	padding: 13px 0;
	width: 100%;
	font-size: 30px;
	margin: 15px 0 0;
	font-weight: 500;
	transition: all .3s;
	opacity: 1;
	box-shadow: 0 5px 0 0 rgba(162, 0, 15, 1);
	font-weight: bold;
}
#section09 .wrapper .contact_r a span{
	font-size: 70%;
}
#section09 .wrapper .contact_r a:hover {
	/*opacity: 0.7;*/
	background: #e5004c;
}


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

footer {
	padding: 30px 0;
	color: #B2B2B2;
	font-size: 90%;
}
footer .wrapper img{
	width: 180px;
	margin-right: 20px;
}
footer #form2{
	display: none;
}
#f_info {
	float: left;
}
#f_info p{
	display: inline-block;
}
address {
	float: right;
	font-style: normal;
}
/*.title {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 0.5em;
}
.title02 {
	display: inline-block;
	font-size: 18px;
	border-bottom: 1px dotted #004EA2;
	margin-top: 70px;
}
.title03 {
	border: 1px solid #E5E5E5;
	padding: 40px 0;
	text-align: center;
	width: 1170px;
	margin: 0 auto;
}
.title04 {
	color: #FFF;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 30px;
}
.marker {
	background: linear-gradient(transparent 60%, #ffe8ae 45%);
}
.mini {
	font-size: 80%;
}
.mini02 {
	font-size: 60%;
	color: #86C3E8;
	animation: Flash1 2s infinite;
}
.mini04 {
	font-size: 90%;
}

.mini04 span {
	letter-spacing: -18px;
}*/

@keyframes Flash1 {
 50% {
 opacity: 0;
}
}
/*.flag {
	display: block;
	width: 170px;
	margin: -55px auto 30px auto;
	background: #FFF;
	animation: Flash2 2s infinite;
}*/
@keyframes Flash2 {
 50% {
 color: #FFF;
}
}

/*.mini03 {
	font-size: 70%;
	opacity: 50%;
}

.ebook {
	background: #004EA2;
	width: calc(1170px - 400px);
	padding: 70px 200px 100px;
	margin: 0 auto;
	color: #FFF;
}

.txt01 {
	padding-top: 30px;
	border-top: 1px solid #2668b0;
}

.simpleSlider {
	width: 770px;
	height: 577px;
}

.comm {
	text-align: left;
	background: #F2F6FA;
	padding: 10px 15px;
}
/*.menu {
	display: block;
}*/

/*@media screen and (max-width: 1500px) {
	#bg_mv {
	   background-position: top left 113%;
	}	
}*/

.header {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  position: fixed;
  transition: padding .5s, background-color .5s;
  width: 100%;
}
/* ファーストビューを過ぎたあとのヘッダー */
.header.transform {
  background-color: rgba(255,255,255,.9);
  padding: 10px 0;
  height: 80px;
	z-index: 9999;
}
.header.transform h1{
  background: none;
	padding-top: 10px;
}
.header.transform h1 img{
  height: 50px;
	width: auto;
}
.header.transform .head_toi{
	margin-top: -6px;
	
}

.mv img {
  display: block;
  height: auto;
  width: 100%;
}