@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
body {
	position: relative;
	font-size: 14px;
	font-size: 1.4em;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
	
.sp {
	display: block;
}
.pc {
	display: none !important;
}
.sp_block {
	display: block;
	margin-bottom: -6%;
	line-height: 1.4;
}

.effect,
.effect02 {
		opacity: 1 !important;
	}
	
/*Layout*/
.flex-wrap{
    flex-wrap: wrap;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
}	
.table-wrap {
	overflow: auto;
  overflow-x: scroll;
}
/*.table-wrap::-webkit-scrollbar {
    width: 5px;
	 scrollbar-width: thin;
}
.table-wrap::-webkit-scrollbar-track {
	border-radius: 10px;
    background-color: #eee;
}
.table-wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
	background-color:#84badf;
}*/

.simplebar-track.simplebar-horizontal {
  height: 5px;
  background: #eee;
  border-radius: 5px;
  max-width: 372px;
  margin: 0 auto;
}
.simplebar-scrollbar {
  height: 5px;
  background: lightskyblue;
  border-radius: 5px;
  top: 0;
}	


.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
	
.respon_img {
	width: 100%;
}
/*   -----------   header   ------------  */
header {
	position: relative;
	display: table;
	width: 100%;
	height: 580px;
	/*color: #FFF;*/
	text-align: center;
	background: url(../images/header_bg.webp) no-repeat;
	background-size: cover;
}
header .wrapper {
	position: relative;
	width: 92%;
	top: 30px;
	left: 0;
	text-align: left;
	font-size: 18px;
	display: flex;
	flex-direction: column;
}
.header{
	display: flex;
	position: relative;
	}
h1 {
	position: absolute;
	width: 88%;
	left: 0;
	top: 0;
	padding: 20px;
	background: #fff;
    height: 85px;
    clip-path: polygon(0 0%, 80% 0%, 70% 100%, 0% 100%);
    background-color: #fff;
    display: flex;
    gap: 20px;
    z-index: 9998;
}
h1 img{
	height: 50px;
	}
	
.header_form{ /*フッター位置に表示*/
        position: relative;
        top: 0;
        left: 50%;
	transform: translateX(-50%);
        width: 100%;
        height: 950px;
        z-index: 8888;
        background: #fff;
	padding: 30px 10px;
}
	
header .wrapper .min {
	font-size: 20px;
	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 p.f_midashi {
	font-size: 76px;
    font-weight: bold;
    line-height: 1.0;
    padding: 0 0 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: 46px;
    font-weight: 500;
    line-height: 1.0;
    padding: 0 0 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.s_midashi {
	font-size: 12.5px;
	line-height: 1.65;
	margin-bottom: 15px;
	font-weight: 500;
	color:#fff ;
}
header .wrapper p.s_midashi span{
	color:#CB003E;
	font-weight: bold;
	border-bottom: 1px dotted #CB003E;
}
	
.flex_gbox {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.flex_gbox .g-box {
	width: 32%;
  background: url(../images/header_no_bg.webp) no-repeat;
  background-size: cover;
	text-align: center;
  line-height: 1.25;
  padding: 15px 3px;
  height: auto;
}
.flex_gbox .g-box div{
	    display: block;
        flex-wrap: nowrap;
        align-items: baseline;
        margin: 0 auto;
        width: 94%;
	}
.g-box-txt{
	font-size: 12px;
	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: 58px;
	margin: 0;
}
	.ml-m10{
		margin-left: -10px;
		
	}
.size-46{
	font-size: 38px;
	letter-spacing: -1.5px;
	margin: 10px 0 0;
}
.gray-txt-s{
	display:inline;
	font-size: 10px;
	color:#333;
}
.gray-txt-s2{
	display: block;
	font-size: 10px;
	color:#333;
}
.tate {
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	margin-top: -50px;
}	

.contact_r {
	position: relative;
	width: 300px;
	margin: 0 auto;
}	
.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;
}	
	
	
/*section01*/
#section01 .wrapper .logos {
    max-width: 90%;
    height: auto;
    margin: 0 auto 105px;
}
#section01 .wrapper_b .present_box h3.present_ttl {
    position: absolute;
    top: -4px;
    left: 50%;
	transform: translateX(-50%) translateY(-50%) ;
    width: 88%;
    height: 40px;
    line-height: 25px;
    background-image: linear-gradient(90deg, #004ea2, #cb003e);
	border-radius: 0 0 20px 20px;
    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: 20px;
	font-weight: 500;
    line-height: 1.8;
}
#section01 .wrapper_b .present_box{
	width: 90%;
height: auto;
	padding: 20px;
	}
#section01 .wrapper_b .present_box h4.heading {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    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: 20px;
}
#section01 .wrapper_b .present_box .contact_r {
    position: relative;
    width: 100%;
    height: 94px;
}
#section01 .wrapper_b .present_box .contact_r:before{
		left:40px;
	}
#section01 .wrapper_b .present_box .contact_r:before,
#section01 .wrapper_b .present_box .contact_r:after{
    top: 57%;
}
	
	#section01 .wrapper_b .present_box .contact_r a{
		font-size: 26px;
	}
	
#section01 .wrapper_b .present_box .contact_tel {
    position: relative;
    width: 100%;
    height: 94px;
}
	#section01 .wrapper_b .present_box .contact_tel a{
		font-size: 30px;
	}
#section01 .wrapper_b .present_box .contact_tel:before {
    content: "";
    position: absolute;
    background: url(../images/tel_blue.webp) no-repeat;
    background-size: contain;
    top: 49%;
    left: 58px;
    width: 22px;
    height: 30px;
	transform: translateX(-50%) translateY(-50%);
	}
	
	
	#section02 .wrapper,
	#section03 .wrapper,
	#section04 .wrapper,
	#section05 .wrapper,
	#section06 .wrapper,
	#section07 .wrapper,
	#section08 .wrapper,
	#section09 .wrapper{
		width: 90%;
	}	
	#section02 .wrapper h3,
	#section03 .wrapper h3,
	#section04 .wrapper h3,
	#section05 .wrapper h3,
	#section06 .wrapper h3,
	#section07 .wrapper h3,
	#section08 .wrapper h3,
	#section09 .wrapper h3{
		font-size: 60px;
	}
	#section02 .wrapper h4,
	#section03 .wrapper h4,
	#section04 .wrapper h4,
	#section05 .wrapper h4,
	#section06 .wrapper h4,
	#section07 .wrapper h4,
	#section08 .wrapper h4,
	#section09 .wrapper h4{
    line-height: 1.4;
}
	#section02 .wrapper img{
		width: 100%;
		
	}	

#section02 .wrapper {
    text-align: center;
    position: relative;
    background: url(../images/fuki_bg.webp) no-repeat;
	background-size: contain;
    background-position: center 30px;
}
	
#section02 .wrapper h4{
	color:#004ea2;
	font-size: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
#section02 .wrapper h4 span{
	font-size: 38px;
	background: linear-gradient(transparent 70%, #fbd317 0%);
}	
#section02 .wrapper h5{
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}	
.fuki-blueL,
.fuki-blueR{
	width: 100%;
	padding: 20px 25px;
	height: 145px;
	margin-bottom: 20px;
	}
.fuki-blueL .fuki-ttl, .fuki-blueR .fuki-ttl {
    display: inline;
    font-size: 24px;
    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 6rem;
  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: 26px;
	font-weight: 300;
	line-height: 1.3;
}
#section02 .wrapper .heading-line span{
	color:#000;
}
#section02 .wrapper .heading-line:before,
#section02 .wrapper .heading-line:after {
  background-color: #004ea2; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 3px; /* 線の高さ */
  width: 70px; /* 線の長さ */
}
#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: inline-block;
	position: absolute;
	background-image: linear-gradient(90deg, #004ea2, #cb003e);
	padding: 10px;
	color:#fff;
	font-size: 24px;
	line-height: 1.3;
	width: 100%;
    max-width: 100%;
	margin: 0 auto 40px;
	left:50%;
	transform: translateX(-50%) translateY(-50%) ;
	bottom: -182px;
	z-index: 10;
}
#section02 .wrapper .bg-grad02{
	display: inline-block;
	position: absolute;
	background-image: linear-gradient(90deg, #004ea2, #cb003e);
	padding: 10px;
	color:#fff;
	font-size: 24px;
	line-height: 1.3;
	width: 90%;
    max-width: 100%;
	margin: 0 auto 10px;
	left:50%;
	transform: translateX(-50%) translateY(-50%) ;
	bottom: -240px;
	z-index: 11;
}	
	


#section03 {
    background: #004ea2 url(../images/bg07.webp) no-repeat;
    background-size: cover;
    height: 370px;
    position: relative;
    padding: 160px 0 60px;
}
#section03 .wrapper {
    width: 100%;
    height: 175px;
    text-align: center;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    background: url(../images/bg_bluepink.webp) no-repeat;
    background-size: 100%;
}
	
#section03 .wrapper .left {
    width: calc(45% - 35px);
    text-align: left;
    margin: 0px 0px 30px 20px;
}
#section03 .wrapper .right {
    width: calc(45% - 35px);
    text-align: left;
    margin: 0px 15px 30px 0px;
}
#section03 .wrapper .left p:first-child, #section03 .wrapper .right p:first-child {
    width: 100%;
    height: 30px;
    font-size: 26px;
    line-height: 0.9;
    margin-bottom: 5px;
    font-weight: 500;
    background: url(../images/kazari.webp) no-repeat;
    background-size: contain;
    background-position: center 0px;
    padding: 1.5px 10px;
    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: 11px;
    line-height: 1.3;
}	
	
	
	
	
	
#section04 .wrapper h4 {
    font-size: 26px;
	line-height: 1.3;
}	
	
#section04 .wrapper .heading-line {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 24px;
	line-height: 1.3;
    font-weight: 300;
    margin:20px auto 80px;
}	
#section04 .wrapper .heading-line:before, #section04 .wrapper .heading-line:after {
    background-color: #004ea2;
    border-radius: 5px;
    content: "";
    height: 3px;
    width: 40px;
}	

#section04 .wrapper table.about{
		width: 870px;
	}
#section04 .wrapper table.about th.left-top, 
#section04 .wrapper table.about th.left {
	width: 10%;
	padding: 20px 10px;
	}	
	
#section04 .wrapper #fdw-pricing-table {
    text-align: center;
    width: 560px;
    margin: 80px auto 0;
    zoom: 1;
}

#section04 .wrapper #fdw-pricing-table .plan1{
    width: 120px;
}	
#section04 .wrapper #fdw-pricing-table .plan2 {
    width: 260px;
}
#section04 .wrapper #fdw-pricing-table .plan3{
    width: 180px;
}	
	
	
	
	
#section05 .wrapper .t-box {
		width: 100%;
	}	

#section05 .wrapper .t-box .ttl {
    width: 100%;
    display: inline-block;
    line-height: 1.3;
    padding: 1.5rem 2rem;
    border-radius: 30px 30px 0 0;
    background-color: #004ea2;
    color: #fff;
    font-size: 20px;
}
#section05 .wrapper .t-box .txt {
	    padding: 2rem 2rem;
		flex-direction: column !important;
	}
#section05 .wrapper .t-box .txt .left{
		height: 210px;
	}
#section05 .wrapper .t-box .txt .left,
#section05 .wrapper .t-box .txt .right {
    position: relative;
    width: 100%;
}	
#section05 .wrapper .t-box .txt .Lb-txt {
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
#section05 .wrapper .heading-line {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 19px;
    font-weight: 300;
}	
#section05 .wrapper .heading-line:before, #section05 .wrapper .heading-line:after {
    background-color: #004ea2;
    border-radius: 5px;
    content: "";
    height: 3px;
    width: 70px;
}	
#section05 .wrapper .heading-line:before {
    margin: 20px 0 0 0px;
    transform: rotate(60deg);
    }
#section05 .wrapper .heading-line:after {
    margin: 20px 0 0 0px;
    transform: rotate(-60deg);
}
	
	
	
#section06 .wrapper {
    position: relative;
    margin-bottom: 90px;
}	
#section06 .wrapper .bf-table{
	width: 100%;
    height: 420px;
	background: url("../images/illust_02.webp")no-repeat;
	background-size: 260px;
	background-position: center  bottom;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#section06 .wrapper .balloon {
  position: relative;
  display: inline-block;
  background: #eb5d56;
  border-radius: 30px;
  padding: 0 20px;
	font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#section06 .wrapper .Lb-txt {
    text-align: center;
    font-size: 34px;
	line-height: 1.4;
    letter-spacing: 0.5px;
    margin: 20px auto 10px;
}	

#section06 .wrapper_b .present_box h3.present_ttl {
    position: absolute;
    top: -4px;
    left: 50%;
	transform: translateX(-50%) translateY(-50%) ;
    width: 88%;
    height: 40px;
    line-height: 25px;
    background-image: linear-gradient(90deg, #004ea2, #cb003e);
	border-radius: 0 0 20px 20px;
    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: 20px;
	font-weight: 500;
    line-height: 1.8;
}
#section06 .wrapper_b .present_box{
	width: 90%;
height: auto;
	padding: 20px;
	}
#section06 .wrapper_b .present_box h4.heading {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    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: 25px;
}
#section06 .wrapper_b .present_box .contact_r {
    position: relative;
    width: 100%;
    height: 94px;
}
#section06 .wrapper_b .present_box .contact_r:before {
		left:40px;
	}
#section06 .wrapper_b .present_box .contact_r:before,
#section06 .wrapper_b .present_box .contact_r:after{
    top: 57%;
}
	
#section06 .wrapper_b .present_box .contact_r a{
		font-size: 26px;
	}
	
#section06 .wrapper_b .present_box .contact_tel {
    position: relative;
    width: 100%;
    height: 94px;
}
#section06 .wrapper_b .present_box .contact_tel a{
		font-size: 30px;
	}
#section06 .wrapper_b .present_box .contact_tel:before {
    content: "";
    position: absolute;
    background: url(../images/tel_blue.webp) no-repeat;
    background-size: contain;
    top: 49%;
    left: 60px;
    width: 22px;
    height: 30px;
	transform: translateX(-50%) translateY(-50%);
	}
		
	
	
/*section07*/
/*タブ切り替え*/
.tabs {
  max-width: 100%;
}

.tabs input[type="radio"] {
  display: none;
}

.tab-labels {
  display: flex;
}
#section07 .wrapper .ttl-R {
	height: 50px;
	position: relative;
 width: 49%;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 0.5rem;
  border-radius: 30px 30px 0 0;
  background-color: #cb003e;
	color:#fff;
	font-size: 16px;
}
#section07 .wrapper .ttl-B {
	height: 50px;
 width: 49%;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 0.5rem;
  border-radius: 30px 30px 0 0;
  background-color: #004ea2;
	color:#fff;
	font-size: 16px;
}

.tab-label {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  /*border-bottom: 3px solid #E5E5E5;*/
  transition: all 0.3s;
}

.tab-label:hover {
  opacity: 0.7;
}

.tab-contents > div {
  display: none;
  padding: 0;
}
#section07 .wrapper .t-box {
	width: 100%;
	margin: 0 auto 30px;
}
#section07 .wrapper .t-box .txt {
	width: 100%;
  padding: 2rem 2rem 4rem;
  margin: 0 auto;
  background-color: #fff; 
  box-shadow: 0px 0px 10px lightgrey;
	text-align: center;
}

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

#section07 .wrapper .t-box .txt ul.red,
#section07 .wrapper .t-box .txt ul.blue{
  list-style: none;
  padding: 0;
	text-align: left;
	font-size: 18px;
	height: 150px;
}
#section07 .wrapper .t-box .txt ul.red li,
#section07 .wrapper .t-box .txt ul.blue li{
text-indent: -1em;
  padding-left: 2em;
	line-height: 1.5;
	margin-bottom: 0;
	position: relative;  /* 疑似要素配置の基準にする */
}
#section07 .wrapper .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 .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%; /* 点を丸くする */
}	
		
#section07 .wrapper .step-box {
    position: relative;
    display: flex;
    width: 200px;
    background: linear-gradient(135deg, transparent 20px, #000 20px);
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 20;
    margin-right: 23px;
}	
.swiper{
	width: 210px;
	margin: 0 auto 20px;
	}
.swiper-wrapper {
        position: relative;
        width: 230px;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
.swiper-pagination {
		line-height: 4.5;
	}	
	
	

/* チェックされたタブのラベルのスタイル */
#tab1:checked ~ .tabs-inner label[for="tab1"],
#tab2:checked ~ .tabs-inner label[for="tab2"] {
  border-bottom-color: #A59AC9;
}

/* チェックされたタブの内容を表示 */
#tab1:checked ~ .tabs-inner .content-tab1,
#tab2:checked ~ .tabs-inner .content-tab2{
  display: block;
}
	
	
	
	.ac1 dt {
		padding: 9px 50px 10px 90px;
		line-height: 1.3;
		height: auto;
	}	
	.ac1 dd {
		font-size: 16px;
		padding:25px 16px 25px 100px;
	}

#section08 .wrapper h3 {
	line-height: 1.35;
}



#section09 .wrapper .w-box h3 {
    font-size: 46px;
    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: 30px;
    color: #fff;
    line-height: 1.5;
}
#section09 .wrapper p {
    font-size: 16px;
    color: #fff;
    margin: 30px auto;
}	
	
/*追従ボタン*/	
.sp_contact {
  /*display: flex;
  justify-content: center;
  padding: 40px 0;
  position: fixed;
  transition: padding .5s, background-color .5s;
  width: 100%;*/
position: fixed !important;
    bottom: -100px;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 0 0 20px;
	z-index: 9999;
	transition: padding .5s, background-color .5s;
}
/* ファーストビューを過ぎたあとのヘッダー */
.sp_contact.transform {
  position: fixed !important;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 0 0 20px;
	z-index: 9999;
}

.sp_contact .contact_r {
	/*position: relative;*/
    width: 300px;
    margin: 0 auto;
   /*left: 50%;
	transform: translateX(-68%);*/
}	
.sp_contact .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%) ;
} 
.sp_contact .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%) ;
} 
.sp_contact .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;
}
.sp_contact .contact_r a span{
	font-size: 70%;
}
.sp_contact .contact_r a:hover {
	/*opacity: 0.7;*/
	background: #e5004c;
}	

footer{
	margin-bottom: 65px;
}
footer .wrapper img {
    width: 180px;
    margin: 0 auto 20px;
}
address {
    float: none;
    font-style: normal;
	text-align: center;
}
}

@media screen and (max-width: 390px){
header {
	height: 560px;
	}
header .wrapper p.f_midashi {
	font-size: 72px;
}
header .wrapper p.sub_j{
	font-size: 45px;
}
.flex_gbox .g-box {
        width: 32%;
        padding: 9px 3px;
    }
.size-65{
	font-size: 58px;
	margin: 0;
}
.ml-m10{
		margin-left: -10px;
		
	}
.size-46{
	font-size: 36px;
	letter-spacing: -1.5px;
	margin: 10px 0 0;
}
#section02 .wrapper h4 {
        font-size: 22px;
    }
#section02 .wrapper h4 span{
        font-size: 34px;
    }
	#section01 .wrapper_b .present_box .contact_r:before,
    #section06 .wrapper_b .present_box .contact_r:before{
		left:35px;
	}
	#section01 .wrapper_b .present_box .contact_r:after,
	#section06 .wrapper_b .present_box .contact_r:after {
        right:14px;
    }
	#section01 .wrapper_b .present_box .contact_tel:before,
	#section06 .wrapper_b .present_box .contact_tel:before {
        left: 50px;
}
.fuki-blueL, .fuki-blueR {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 375px){
header {
	height: 570px;
	}
.flex_gbox .g-box {
        width: 32%;
        padding: 5px 3px;
    }
	#section01 .wrapper_b .present_box .contact_r:before,
    #section06 .wrapper_b .present_box .contact_r:before{
		left:25px;
	}
	#section01 .wrapper_b .present_box .contact_r:after,
	#section06 .wrapper_b .present_box .contact_r:after {
        right:10px;
    }
	#section01 .wrapper_b .present_box .contact_tel:before,
	#section06 .wrapper_b .present_box .contact_tel:before {
        left: 45px;
        width: 22px;
}
#section03 .wrapper .left p:nth-child(2), #section03 .wrapper .right p:nth-child(2) {
    font-size: 10.5px;
}
}
/*@media screen and (max-width: 320px) {
	header .wrapper .min {
		font-size: 12px;
	}
	header .wrapper p.f_midashi {
		font-size: 28px;
	}
	header .wrapper p.f_midashi02 {
		left: 195px;
	}
}*/