@charset "utf-8";

img {
	width: 100%;
	height: auto;
}
.pc {
	display: block;
}
.tablet {
	display: none;	
}
.tablet_none {
	display: inline;
}
.sp {
	display: none;
}
p.txt {
	font-feature-settings: normal;
	letter-spacing: 0.07em;
	margin-top: 14px;
}
p.txt:first-of-type {
	margin-top: 0;
}
p.txt.center {
	text-align: center;
}
span.orange {
	color: rgba(216,162,105,1.00);	
}
.bold {
	font-weight: 600;
}

/* sectionごとマージン */
section.content {
	padding: 80px 0 95px;
}
section.content .wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/* sectionごと背景 */


/* h2 */
h2.tit {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 20px;
    letter-spacing: 0em;
}


/* cv_btn */
	
.cv_btn a:hover {
	opacity: 0.7
}
.cv_btn a:hover:before {
	left: 22px;
}

/* 共通部分（ヘッダー＆フッター）CSS
================================================================ */

footer, header {
    display: block;
	letter-spacing: 0.07em;
    font-feature-settings: "palt";
}

header ol, header ul, header li,
footer ol, footer ul, footer li {
    list-style: none;
}
header a,
footer a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
header a:link, header a:visited,
footer a:link, footer a:visited {
    text-decoration: none;
}
/* header
================================================================ */

header {
    position: fixed;
    height: 80px;
    background: linear-gradient(90deg, #213353, #404c6d,#404c6d, #404c6d, #213353);
	background-size: cover;
    width: 100%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    z-index: 100;
	border-bottom: 3px solid #e8e5b8;
}
header .wrap {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
header .wrap .hdr_left .logo {
	padding: 18px 0 0 10px;
	width: 124px;
}
header .wrap ul.hdr_right {
	display: flex;
    justify-content: space-between;
}
header .wrap ul.hdr_right li {
	padding: 40px 0 0;
}
header .wrap ul.hdr_right a {
	color: #fff;
    margin: 0 0 0 40px;
    font-size: 22px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    border-right: 1px solid #fff;
    padding-right: 40px;
}
header .wrap ul.hdr_right a:hover {
	color: #ffb806;	
}
header .wrap ul.hdr_right li:nth-of-type(3) a {
	border-right: none;
}
header .wrap ul.hdr_right .hdr_box {
	display: flex;
    justify-content: space-between;
	height: 80px;
	margin: 0 0 0 200px;
}
header .wrap ul.hdr_right .hdr_box a {
	font-size: 14px;
    font-family: initial;
    margin: -10px auto 0;
	border-right: none;
	padding: 0;
}
header .wrap ul.hdr_right .hdr_box .cart {
	background: #ffb806;
    color: #000;
    width: 80px;
    text-align: center;
	padding: 15px 0 0;
    height: 100%;
    box-sizing: border-box;
	line-height: 1.5;
}
header .wrap ul.hdr_right .hdr_box img {
	width: 46px;
}
header .wrap ul.hdr_right .hdr_box .cart:hover {
	opacity: 0.7;
}

header .wrap ul.hdr_right .hdr_box .shiryo {
    background: #ea5075;
	color: #fff;
    width: 80px;
    text-align: center;
	padding: 15px 0 0;
    height: 100%;
    box-sizing: border-box;
	line-height: 1.5;
}
header .wrap ul.hdr_right .hdr_box .shiryo:hover {
	opacity: 0.7;
}
/* #main
================================================================ */
#main {
	height: auto;
	text-align: center;
	background: linear-gradient(90deg, #213353, #404c6d,#404c6d, #404c6d, #213353);
	background-size: cover;
    width: 100%;
	padding: 80px 0 0;
	position: relative;
}
#main .wrap {
    position: relative;
    width: 100%;
    max-width: 950px;
    height: 100%;
    margin: 0 auto;
    padding: 30px 20px 50px;
    text-align: center;
    box-sizing: border-box;
}
#main p.h1sub {
	color: #fff;
    font-size: 38px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    line-height: 1.1;
    margin: 0 auto 18px;
    text-align: center;
}
#main h1 img.main_tit {
    width: 718px;
    margin-top: 20px;
}
#main h1 img.main_tit02 {
	display: none
}
#main img.ribbon {
	position: absolute;
	top: 0;
	left: 0;
	width: 470px;
}

/* #main_btm
================================================================ */
#main_btm {
	background: rgba(230,230,230,1.00) ;
}
section#main_btm.content {
	padding: 44px 0 44px;
}
#main_btm h2 {
	font-size: 41px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    line-height: 1.3;
    margin: 0 auto 30px;
	letter-spacing: -0.05em;
}
#main_btm p {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}


/* #sec01
================================================================ */
section#sec01.content {
    padding: 50px 0 0;
	background: linear-gradient(90deg, #213353, #404c6d,#404c6d, #404c6d, #213353);
}
#sec01 h2, #sec01b h2 {
	font-size: 31px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    line-height: 1.6;
    margin: 0 auto 30px;
	color: #fff;
	letter-spacing: -0.05em;
}
#sec01 h2 span {
	padding: 0 10px 0;
    border-bottom: 5px solid #eaead1;
}

#sec01 ul.box {
	display: flex;
    justify-content: space-between;
    max-width: 780px;
    margin: 0 auto 24px;
}
#sec01 ul.box li {
    text-align: center;
    flex-basis: 33.33333%;
    background: url(../img/bg_circle.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 100%;
    height: 232px;
	letter-spacing: -0.05em;
}
#sec01 ul.box li p {
	font-size: 26px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    text-align: center;
    line-height: 1.7;
    padding: 47px 0 0;
}
#sec01 ul.box li p em {
    font-size: 50px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fbb03b;
    line-height: 0.5;
    padding: 0 4px 0px;
    vertical-align: -6px;
    text-shadow: 1px 2px 2px #808080;
}
#sec01 div.box {
	max-width: 695px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    background: #e6e6e6;
    padding: 20px;
    margin: 0 auto 0;
}
#sec01 div.box h3 {
	font-size: 29px;
    margin: 0 auto 40px;
    line-height: 1.2;
    background: linear-gradient(transparent 50%, #eaead1 0%);
    padding: 0 10px 4px;
    display: inline-block;
}
#sec01 div.box h4 {
    font-size: 19px;
    margin: 0 auto 18px;
    border: 1px solid rgba(0,0,0,0.7);
    display: inline-block;
    padding: 2px 30px 2px;
    border-radius: 3px;
}
#sec01 div.box ul {
    display: flex;
    justify-content: space-between;
    max-width: 434px;
    margin: 0px auto 50px;
}
#sec01 div.box ul li {
	font-size: 24px;
    background: #d6cb88;
    width: 100px;
    text-align: center;
    height: 112px;
    line-height: 1.4;
    padding: 22px 0 22px;
    box-sizing: border-box;
	box-shadow: 1px 2px 2px #808080;
	margin: 0 5px 0 0;
}
#sec01 div.box ul li:last-child{width: 180px;}

#sec01 div.box ul .li_box {
	display: flex;
	justify-content: space-between;
}
#sec01 div.box ul .li_box li {
	margin: 0;
}
#sec01 div.box ul li:last-child {
	margin: 0;
}
#sec01 div.box p {
    font-size: 24px;
    background: #d6cb88;
    max-width: 434px;
    text-align: center;
    height: 40px;
    margin: 0 auto;
    line-height: 1.7;
	box-shadow: 1px 2px 2px #808080;
}
#sec01 .background {
    background: linear-gradient(
	90deg, #fff, #e6e6e6, #e6e6e6, #b3b3b3);
    padding: 70px 0 70px;
    margin: 70px auto 0;
}
#sec01 .background div.box_movie {
	display: flex;
    margin: 0 auto 0;
	flex-direction: row-reverse;
}

#sec01 .background div.box_movie .box_l {
	width: 50%;
}
#sec01 .background div.box_movie .box_r {
	width: 475px;margin-right: 3px;
}
#sec01 .background div.box_movie .box_l h3 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2;
    background: linear-gradient(90deg, #e8e5b8, #e9e6c7, #eaead1, #e8d4a1);
    padding: 10px 21px;
    box-shadow: 1px 2px 2px #808080;
    margin: 0 0 25px -3%;
	position: relative;
}
#sec01 .background div.box_movie .box_l ul {
	background: #fff;
    border: double;
    max-width: 510px;
    padding: 40px 40px 20px 0 ;
    margin-top: -40px;
    z-index: -4;
    box-sizing: border-box;
}
#sec01 .background div.box_movie .box_l ul li {
	font-size: 22px;
    margin: -4px 0 10px 30px;
    border-bottom: 1px dotted;
    font-weight: 600;
}

#sec01b {
	background: linear-gradient(90deg, #213353, #404c6d,#404c6d, #404c6d, #213353);
}

#sec01b h2.kei {
	position: relative;
	color: #fff;
	font-size: 50px;
    margin: 0 auto 50px;
	line-height: 1.2;
    padding: 25px 0;
}
#sec01b h2.kei:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 8px;
	box-sizing: border-box;
	bottom: 0;
	border-top: 4px solid ;
	border-bottom: 2px solid;
}
#sec01b h2.kei:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 8px;
	box-sizing: border-box;
	bottom: 0;
	border-top: 2px solid ;
	border-bottom: 4px solid;
}
#sec01b ul.box02 {
	display: flex;
    justify-content: space-between;
}
#sec01b ul.box02 li {
	background: #e6df9a;
    height: auto;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
	margin: 0 20px 0 0;
}
#sec01b ul.box02 li:last-child {
	margin: 0;
}
#sec01b ul.box02 li h3 {
	font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: #213353;
    margin: 21px 20px 21px;
}
#sec01b .bg_grad {
	background: linear-gradient(270deg, #fff, #e6e6e6, #e6e6e6, #b3b3b3);
    padding: 0 0 60px;
    margin: 70px auto 70px;
}
#sec01b .background02 {
    padding: 70px 0 20px;
}
#sec01b .background02 .box02 {
	box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
#sec01b .background02 .box02 .box_l {
	width: 500px;
}
#sec01b .background02 .box02 .box_l h4 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    font-size: 26px;
    margin: 3px auto 14px;
    line-height: 1.1;
    letter-spacing: -0.05em;
}
#sec01 .background02 .box_l p {
	font-size: 18px;
    line-height: 1.666;
}
#sec01b .background02 .box02 .box_r {
	width: 460px;
    box-sizing: border-box;
	margin: 0 0 0 20px;
}
#sec01b .background02:last-child .box02 .box_r {
	margin: 0 20px 0 0;
}
#sec01b .background02 .box02 .box_r .white {
    background: #fff;
    padding: 25px;
    box-shadow: 1px 2px 2px #808080;
}
#sec01b .background02 .box02 .box_r h4 {
	text-align: center;
    font-size: 23px;
	font-weight: 600;
    line-height: 1.3;
}
#sec01b .background02 .box_r p {
	text-align: center;
    font-size: 16px;
    line-height: 1.3;
}
#sec01b .background02 .box_r table {
	width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 25px auto 0;
    line-height: 1.6;
}
#sec01b .background02 .box_r table tr {
	
}
#sec01b .background02 .box_r table th {
	color: #ea5075;
    text-align: left;
}
#sec01b .background02 .box_r table td {
	text-align: right;
}
#sec01b .background02 .box_r p.caption {
	text-align: right;
    font-size: 14px;
    margin: 10px auto 0;
}
#sec01b .background02.reverse .box02 {
	flex-direction: row-reverse;
}
#sec01b .arrow01 {
    margin: 0 auto 0;
    width: 108px;
}
#sec01b h2.kei.sub {
	line-height: 1.1;
	margin: 60px auto 50px;
	padding: 16px 0 26px;
}
#sec01b h2.kei.sub span.sub {
    background: none;
    padding: 0;
    font-size: 30px;
}
#sec01b .box03 {
	background: #213353;
    color: #fff;
    text-align: left;
    padding: 20px;
	border: #fff 5px solid;
}
#sec01b .box03.flex {
	display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
    border: #fff 5px solid;
}
#sec01b .box03.flex .box03_l {
	
}
#sec01b .box03 .Qbox {
	display: flex;
    justify-content: inherit;
    margin: 0 auto 20px;
	height: auto;
	align-items: center;
}
#sec01b .box03 .Qbox img {
	width: 62px;
	align-self: flex-start;
}
#sec01b .box03 .Qbox h3 {
	font-size: 26px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    line-height: 1.5;
    margin: -5px 0 0 10px;
    letter-spacing: -0.05em;
}
#sec01b .box03 .Qbox h3 span {
	border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0;
}
#sec01b .box03 .Qbox h3.h3_2l {
    line-height: 1.4;
    margin: -3px 0 0 10px;
}
#sec01b .box03 .box03_l p {
	max-width: 382px;
    margin: 0 0 0 72px;
    font-size: 18px;
    line-height: 1.6;
}
#sec01b .box03 .box03_r {
	width: 448px;
}
#sec01b .box03_2col {
	display: flex;
    justify-content: space-between;
}
#sec01b .box03_2col .box03:first-child {
	margin: 0 20px 0 0;
}
#sec01b .box03 img.img_chart {
	width: 448px;
}
#sec01b p.box03_caption {
	text-align: right;
    font-size: 14px;
    margin: 10px auto 60px;
	color: #fff;
}
/* #sec01 なぜ、参入しきれないのか
================================================================ */
#sec01b div.naze h2.h2naze {
    font-size: 50px;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0 30px 12px;
    margin: 60px auto 60px;
    line-height: 1.1;
	color: #fff;
}
#sec01b div.naze ul {
	margin: -30px auto 20px;
    background: url(../img/bg_shadow.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 100%;
    height: 300px;
    padding: 100px 0 0;
}
#sec01b div.naze ul li {
	font-size: 33px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    line-height: 1.3;
    color: #213353;
    margin: 0 auto;
    max-width: 700px;
    padding: 0 0 12px 55px;
	letter-spacing: -0.05em;
}
#sec01b div.naze h3 {
	font-size: 56px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    line-height: 1.5;
	color: #ea5075;
	letter-spacing: -0.05em;
}
#sec01b div.naze h3 span {
    padding: 1px 20px 0;
    color: #fff;
    border-bottom: 10px solid #EA5075;
}
#sec01b div.naze h3 em {
	font-size: 1.2em;
}
/* #sec02
================================================================ */
#sec02 {
	background: linear-gradient(90deg, #213353, #404c6d,#404c6d, #404c6d, #213353);
	background-size: cover;
    width: 100%;
}
section#sec02.content {
	padding: 0 0 5px;
}
#sec02 .h2box {
	position: relative;
    background: linear-gradient(90deg, #e8e5b8, #e9e6c7, #eaead1, #e8d4a1);
}
#sec02 .h2box:before {
	position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 100%;
    height: 8px;
    box-sizing: border-box;
    bottom: 0;
    border-top: 4px solid;
    border-bottom: 2px solid;
}
#sec02 .h2box:after {
	position: absolute;
    left: 0;
	bottom: 10px;
    content: '';
    width: 100%;
    height: 8px;
    box-sizing: border-box;
    border-top: 2px solid;
    border-bottom: 4px solid;
}
#sec02 .h2box .wrapper {
	display: flex;
    justify-content: space-between;
}
#sec02 .h2box .wrapper .imgbox {
	width: 208px;
	padding: 2.5em 0 0;
}
#sec02 .h2box h2 {
	font-size: 48px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    line-height: 1.20;
    margin: 44px auto 44px;
    text-shadow: 1px 1px 2px #808080;
	letter-spacing: -0.05em;
}
#sec02 .package_box {
	position: relative;
}
#sec02 ul.pointbox {
	display: flex;
    justify-content: space-between;
    max-width: 760px;
    margin: 80px 0 0 282px;
}
#sec02 ul.pointbox li {
	text-align: center;
    flex-basis: 33.33333%;
}
#sec02 ul.pointbox li .imgbox {
	width: 164px;
	margin: 0 auto;
}
#sec02 ul.pointbox li .circle_box {
    background: url(../img/bg_circle.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 100%;
    height: 240px;
}
#sec02 ul.pointbox li p {
	text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    padding: 69px 0 0;
}
#sec02 .package_box .package {
	position: absolute;
    top: -115px;
    left: -30px;
	width: 280px;
}
/*#sec02 .package_box .package .package_img {
	box-shadow: 1px 2px 2px #808080;
}*/
#sec02 .package_box .package .package_btn {
	display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
}
#sec02 .h2box.inner {

}
#sec02 .h2box.inner h2 {
	font-size: 46px;
    margin: 90px auto 0;
    padding: 30px 10px 0;
}
#sec02 .h2box.inner p {
	font-size: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    line-height: 1.20;
	text-align: center;
	color: #213353;
	padding: 0 10px 30px;
	letter-spacing: -0.05em;
}
#sec02 table.package {
	font-size: 32px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    line-height: 1.20;
    color: #fff;
    max-width: 600px;
    margin: 40px auto 40px;
}
#sec02 table.package tr {
	line-height: 1.8;
}
#sec02 table.package th {
	padding-right: 1em;
}
#sec02 div.wh_box {
	background: #fff;
    padding: 30px 40px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    margin: 0 70px 40px;
}
#sec02 div.wh_box div.tit_box {
	display: flex;
    justify-content: inherit;
    margin: 0 auto 30px;
}
#sec02 div.wh_box div.tit_box .tit {
	position: relative;
	background: linear-gradient( 90deg, #213353, #213353,#869395, #213353, #213353);
    height: 81px;
    width: 146px;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    padding: 18px 0 0;
    box-sizing: border-box;
    line-height: 1.1;
}
#sec02 div.wh_box div.tit_box .tit.span2l {
    line-height: 0.9;
	padding: 13px 0 0;
}
#sec02 div.wh_box div.tit_box .tit span {
	font-size: 70%;
}
#sec02 div.wh_box div.tit_box .tit::before {
	content: '';
    width: calc(100% + 5px);
    height: calc(100% + 6px);
    border: 1px solid #000;
    position: absolute;
    top: -4px;
    left: -4px;
}
#sec02 div.wh_box div.tit_box .h3box {
	height: auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 618px;
    margin: 7px 0 0 40px;
}
#sec02 div.wh_box div.tit_box .h3box h3 {
	font-size: 23px;
    margin: 23px 0 0 5px;
    text-align: left;
}
#sec02 div.wh_box div.txt_box {
	display: flex;
    justify-content: space-between;
	margin: 0;
}
#sec02 div.wh_box div.txt_box ul.txt01l {
	margin: 0 10px 0 0;
}
#sec02 div.wh_box div.txt_box ul li {
	font-size: 15px;
    margin: 0 0 4px 0;
    display: flex;
    letter-spacing: -0.05em;
}
#sec02 div.wh_box div.txt_box ul li .imgbox {
	width: 32px;
	margin: -0.1em 0.2em 0 0;
}
#sec02 div.wh_box div.txt_box ul.txt01r {
	margin: 0 10px 0 0;	
}
#sec02 div.wh_box div.txt_box .txt02 {
	width: 250px;
    border: 1px solid;
    padding: 14px 16px;
    box-sizing: border-box;
}
#sec02 div.wh_box div.txt_box .txt02 ul li {
    font-size: 14px;
    font-family: initial;
    font-weight: 400;
    margin: 0 0 0px 0;
    line-height: 1.7;
}
#sec02 div.wh_box div.txt_box .txt02 ul li:before {
    content: '\25CF';
    color: #213353;
    font-size: 50%;
    margin: 4px 5px 0px 0px;
}
/* #sec03
================================================================ */

#sec03 {
	background: linear-gradient(
	90deg, #213353, #404c6d,#404c6d, #404c6d, #213353);
}
#sec03 .wrapper {
	position: relative;
	margin: 30px auto 0;
}
#sec03 h2.tit {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    position: absolute;
    top: -45px;
    left: -150px;
    background: linear-gradient( 90deg, #dfefff, #31538f, #31538f, #31538f);
    color: #fff;
    padding: 2px 200px 0px 190px;
    font-size: 43px;
    box-shadow: 3px 2px 4px rgb(0 0 0 / 30%);
	letter-spacing: -0.1em;
}
#sec03 h2.tit em {
	font-size: 1.5em;
    vertical-align: -0.05em;
	letter-spacing: 0.02em;
	margin: 0 -0.3em 0 0;
}
#sec03 h2.tit span {
	font-size: 0.8em;
    vertical-align: -0.05em;
}
#sec03 .box {
	background: #e6e6e6;
    padding: 90px 50px 120px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	border-radius: 5px;
}
#sec03 .box .box_l {
	position: relative;
}
#sec03 .box .box_l img.campaign {
	width: 232px;
    position: absolute;
    top: -38px;
    left: -40px;
    z-index: 0;
}
#sec03 .box .box_l p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    text-align: center;
    font-size: 35px;
    line-height: 1;
    margin-top: 42px;
}
#sec03 .box .box_l h3 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    text-align: center;
    font-size: 54px;
    line-height: 1;
    margin: 10px auto 30px;
}
#sec03 .box .box_l h3 em {
	color: #f7931e;
}
#sec03 .box .box_l ul li {
    padding: 0 0 0.7em 1.5em;
    background: url(../img/icon1.png) no-repeat left 2px;
    background-size: 33px 33px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}
#sec03 .box .box_l ul li:nth-of-type(2) {
    background: url(../img/icon2.png) no-repeat left 2px;
	background-size: 33px 33px;
}
#sec03 .box .box_r {
	background: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
    width: 460px;
}
#sec03 .box .box_r h3 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    font-size: 25px;
    border: 1px solid;
    padding: 2px 10px;
    position: absolute;
    top: 0px;
    background: #fff;
    display: inline-block;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	width: 280px;
}
#sec03 .box .box_r h4 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    font-size: 22px;
    text-align: left;
    margin: 0 auto 20px;
	line-height: 1.4;
}
#sec03 .box .box_r h5 {
	font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #0071bc;
}
#sec03 .box .box_r .gray {
	background: #e6e6e6;
    padding: 10px 15px;
}
#sec03 .box .box_r ul li {
    font-size: 16px;
    font-weight: 600;
}

#sec03 p.kakaku {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    position: absolute;
    bottom: 30px;
    left: -150px;
    background: linear-gradient(90deg , #dfefff, #31538f, #31538f, #31538f);
    color: #fff;
    padding: 12px 26px 6px 190px;
    font-size: 30px;
    box-shadow: 3px 2px 4px rgb(0 0 0 / 30%);
}
#sec03 p.kakaku em {
	font-size: 1.5em;
    vertical-align: -0.05em;
	margin: 0 -0.3em 0 0;
}
#sec03 p.kakaku span {
	font-size: 0.8em;
    vertical-align: -0.05em;
}
#sec03 img.btn_dvd {
	position: absolute;
    bottom: 20px;
	right: 30px;
	max-width: 456px;
}

/* #sec04
================================================================ */
#sec04 {
	background: linear-gradient(90deg, #e8e5b8, #e9e6c7, #eaead1, #e8d4a1);
}
#sec04.content {
	padding: 80px 0 45px
}
#sec04 h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
	text-align: center;
	font-size: 50px;
	color: #213353;
	display: flex;
	align-items: center;
}
#sec04 h2:before,
#sec04 h2:after {
    border-top: 6px solid;
    content: "";
    flex-grow: 1;
    border-bottom: 2px solid;
    height: 1px;
}
#sec04 h2:before {
	margin-right: 1rem;
}
#sec04 h2:after {
	margin-left: 1rem;
}
#sec04 h3 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
	text-align: center;
	font-size: 30px;
	color: #213353;
	margin: 27px auto 46px;
}
#sec04 .box {
	background: #fff;
    border-radius: 6px;
    padding: 40px 180px 40px 80px;
    position: relative;
    margin: 0 80px;
}
#sec04 .box h4 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    text-align: left;
    color: #213353;
    font-size: 35px;
    line-height: 1.3;
    margin: 0 auto 16px;
}
#sec04 .box p {
	font-size: 14px;
    max-width: 600px;
    line-height: 1.9;
}
#sec04 .box img.cv {
	position: absolute;
    bottom: -85px;
    right: -170px;
	max-width: 466px;
}

/* #sec05
================================================================ */
#sec05 {
	background: linear-gradient( 
	90deg, #213353, #404c6d,#404c6d, #404c6d, #213353);
    background-size: cover;
    width: 100%;
	color: #fff;
}
#sec05.content {
	padding: 40px 0 45px
}
#sec05.content .wrapper {
	max-width: 800px;
}
#sec05 h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 900;
    text-align: center;
    font-size: 33px;
    line-height: 1.3;
    margin: 0 auto 16px;
	letter-spacing: -0.05em;
}

#sec05 .box {
	display: flex;
	justify-content: space-between
}
#sec05 .box p {
	font-size: 19px;
	line-height: 1.4;
}
#sec05 .box .imgbox {
	width: 50px;
}
#sec05 .box a img {
	width: 133px;
}


/* #sec06
================================================================ */
#sec06.content {
	padding: 80px 0 0;
}
#sec06 hr.blank {
    border-top: 1px solid #999;
    width: 100px;
    margin: 0 auto 80px;
}
#sec06 .bg_gray {
	background: #e6e6e6;
    padding: 110px 0 80px;
}
#sec06 h2 {
    max-width: 410px;
    font-size: 25px;
    margin: -136px auto 100px;
    background: #9d8858;
    height: 52px;
    color: #fff;
    line-height: 2;
    text-align: center;
}
#sec06 .box {
	display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding: 80px 0 80px;
}
#sec06 .box:first-child {
    padding: 0 0 80px;
}
#sec06 .box:last-child {
    border-bottom: none;
    padding: 80px 0 0;
}
#sec06 .box .box_l img {
	width: 256px;
}
#sec06 .box .box_r {
	width: auto;
    text-align: left;
    margin: 0 0 0 40px;
}
#sec06 .box .box_r p.sub {
	font-size: 24px;
}
#sec06 .box .box_r h3 {
	font-size: 24px;
}
#sec06 .box .box_r p.txt {
	font-size: 16px;
}
#sec06 .box .box_r .btn_dl {
	background: #031d61;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 10px 40px 10px;
    font-size: 20px;
    margin: 20px auto 0;
    border-radius: 6px;
}
#sec06 .box .box_r a:hover .btn_dl {
	background: #ffb806;	
}

/* #form
================================================================ */

#form {
	padding: 70px 0 100px;
}
#form hr.blank {
    border-top: 1px solid #999;
    width: 100px;
    margin: 0 auto 60px;
}
#form h2 {
    max-width: 410px;
    font-size: 25px;
    margin: 0 auto 60px;
    background: #031d61;
    height: 52px;
    color: #fff;
    line-height: 2;
    text-align: center;
}
#form .wrap {
	box-sizing: border-box;
    background-color: #c0c0c0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
}
#form .wrap_inner {
	padding: 50px 50px 0px;
    border: 1px solid #eee;
    background-color: #fff;
}
/* #company
================================================================ */
section#company.content {
    padding: 0 0 95px;
}
#company .p-accs__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#company .l-cont {
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1000px;
}
#company .p-accs__txt {
    text-align: left;
    line-height: 2;
	color: rgba(0,0,0,0.6);
	width: 584px;
}
#company .p-accs__txt .c-headline {
    line-height: 1.5;
    border-bottom: 4px solid #AA1920;
    padding-bottom: 20px;
	font-size: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
#company .p-accs__txt p {
	line-height: 1.5;
    margin: 0 auto 30px;
}
#company .p-accs__list li {
	position: relative;
    padding-left: 23px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
}
#company .p-accs__list li::before {
    content: '\f00c';
    color: #AA1920;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    left: 0;
}
#company .p-accs__img {
    margin-top: 40px;
    max-width: 400px;
}

/* footer
================================================================ */

footer .l-footer__copyright {
    font-size: .75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #213353/*, #404c6d,#404c6d, #404c6d, #213353*/;
    padding: 20px;
}
footer .l-footer__discription {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
footer .l-footer__discription li {
    border-right: 1px solid #666;
    padding: 0 20px;
    line-height: 1;
	font-size: 16px;
}
footer .l-footer__discription li:last-child {
    border-right: none;
}
footer .l-footer__discription li a {
    color: #aaa;
}
footer .l-footer__logo {
    padding: 15px 10px 10px;
}
footer p {
	color: #aaa;
	font-size: 10px
}
footer #pageTop {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 999;
}
footer #pageTop_top {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 999;
}
footer #pageTop a, footer #pageTop_top a {
	display: block;
    padding: 28px 0 0;
    width: 100px;
    height: 100px;
    background-color: #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}
footer #pageTop a img, footer #pageTop_top a img {
	width: 40px;
}
footer #pageTop a:hover, footer #pageTop_top a:hover {
    background-color: #ffb806;
}
#toggle {
    display: none;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 42px;
    height: 42px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    cursor: pointer;
}
header ul.hdr_right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.bar {
    display: block;
    height: 5px;
    width: 42px;
    background: #fff;
    margin: 10px auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

/* 1240px以下
================================================================================================================================ */
@media screen and (max-width: 1240px){
header .wrap ul.hdr_right .hdr_box {
	margin: 0;
}
	
section.content .wrapper {
	padding: 0 20px;
}
#sec01b .box03 img.img_chart {
    width: 100%;
}
section#sec02 .h2box  .wrapper {
	padding: 0;
}
#sec02 .package_box {
	position: static;
}
#sec02 ul.pointbox {
	margin: 80px auto 40px;
}	
#sec02 .package_box .package {
	position: static;
	margin: 0 auto;
}
#sec02 .package_box .package .package_btn {
	
}
#sec04 .box img.cv {
	right: -80px;
	max-width: 400px;
}
#sec04 .box p {

}
}/* 1000px以下
================================================================================================================================ */
@media screen and (max-width: 1000px){
.tablet {
	display: inline;	
}
.tablet_none {
	display: none;
}
.vw1000 {
	display: inline;
}
header .wrap ul.hdr_right .hdr_box {

	margin: 0 0 0 100px;
}	
/* header（1000px以下）
================================================================ */
header {
	height: 60px;
}
header .wrap .hdr_left .logo {
    padding: 7px 0 0;
}
header .wrap {
	padding: 0 10px;
}
#toggle {
    display: block;
}
#toggle {
    top: 19px;
    right: 25px;
    width: 25px;
    height: 25px;
}
nav#global {
    position: fixed;
    top: 63px;
    left: 0;
    width: 100%;
    display: none;
    background: rgba(2,34,77,1.00);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}
nav#global ul.hdr_right {
    display: block;
}
.bar {
    height: 2px;
    width: 30px;
    margin: 5px auto;
}
header .wrap ul.hdr_right li {
    padding: 14px 0 9px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
header .wrap ul.hdr_right a {
	border-right: none;
}
header .wrap ul.hdr_right .hdr_box {
	display: block;
    height: auto;
    margin: auto;
}
header .wrap ul.hdr_right .hdr_box .cart,
header .wrap ul.hdr_right .hdr_box .shiryo {
	width: auto;
    border-bottom: none;
    text-align: left;
    padding: 5px 0 3px 38px;
    font-size: 18px;
    line-height: 2.5;
}
#main {
	padding: 62px 0 60px;
}
#main img.ribbon {
	display: none;
}
#main h1 img.main_tit {
	display: none;
}
#main h1 img.main_tit02 {
	display: block;
	max-width: 800px;
	margin: 0 auto;
}
#main .wrap {
	padding: 0;
}
#main_btm p {
	text-align: left;
}

#sec01b ul.box02 li h3 {
	font-size: 25px;	
}
#sec01 .background div.box_movie {
	display: block;
}
#sec01 .background div.box_movie .box_l {
	width: auto;
}
#sec01 .background div.box_movie .box_l h3 {
	margin: 0 0 25px 0;
    text-align: center;	
}
#sec01 .background div.box_movie .box_l ul {
	margin: -40px auto 0;
}
#sec01 .background div.box_movie .box_r {
	width: auto;
}
#sec01b div.naze ul li {
	font-size: 4vw;	
}
#sec01b div.naze h3 {
	font-size: 6vw;
}
#sec02 .h2box h2 {
	font-size: 4vw;
}
#sec02 .h2box.inner h2 {
	font-size: 4vw;		
}
#sec02 .h2box.inner p {
	font-size: 3vw;			
}
#sec02 div.wh_box {
	margin: 0 auto 40px;
}	
#sec02 div.wh_box div.tit_box .h3box {
	width: auto;	
}
#sec03 .box {
	display: block;
	padding: 90px 50px 40px;
}
#sec03 .box .box_r {
	width: auto;
	margin: 25px auto 0;
}
#sec03 h2.tit {
	top: -70px;
    left: 0;
    padding: 10px 0 10px 30px;
    line-height: 1.1;
    width: 100%;
    text-align: center;
    background: linear-gradient( 90deg, #31538f, #31538f, #31538f, #31538f);
    box-sizing: border-box;
}
#sec03 p.kakaku {
    position: static;
    padding: 16px 0 10px 8px;
    bottom: 0;
    left: 0;
    background: #31538f;
    font-size: 22px;
    text-align: center;
    width: 80%;
    margin: -020px auto 10px;
}
#sec03 img.btn_dvd {
	position: static;
}
	
}/* 640px以下
================================================================================================================================ */

@media screen and (max-width: 640px) {
section.content {
	padding: 10vw 0 10vw;
}
section.content .wrapper {
	padding: 0 15px 0;
}
body {
	font-size: 1.4rem;
}
.sp {
	display: inline;
}
.pc {
	display: none;
}
header .wrap .hdr_left .logo {
    padding: 13px 0 0;
    width: 100px;
}
/* #main（640px以下）
================================================================ */
#main {
	height: auto;
    padding: 60px 0 0;
}	
#main .wrap {
	padding: 0 0 30px;
}
#main p.h1sub {
    font-size: 28px;
    margin: 0 auto 14px;
}

/* #main_btm（640px以下）
================================================================ */
section#main_btm.content {
    padding: 30px 0 30px;
}
#main_btm h2 {
	font-size: 5vw;
	margin: 0 auto 15px;
}
#main_btm p {
	font-size: 3.7vw;	
	text-align: left;
}


	
/* #sec01（640px以下）
================================================================ */
section#sec01.content {
	padding: 30px 0 0;	
}
#sec01 h2, #sec01b h2 {
    font-size: 4.0vw;
    line-height: 2.2;
}
#sec01 h2 span {
    padding: 0 0px 4px;
}
#sec01 .background {
	padding: 10vw 0 5vw;
}
#sec01 .background div.box_movie {
	display: block;
}
#sec01 .background div.box_movie .box_l {
	width: 100%;
}
#sec01 .background div.box_movie .box_l h3 {
	margin: 0 0 25px;
    font-size: 4.5vw;
}
#sec01 .background div.box_movie .box_r {
	text-align: center;
}
#sec01 .background div.box_movie .box_l ul {
	margin: -40px 20px 0;
    padding: 40px 16px 20px;
}
#sec01 .background div.box_movie .box_l ul li {
	margin: -4px 0 10px 0;
    font-size: 4vw;
}
#sec01 ul.box {
	display: block;
}
#sec01 ul.box li {
    height: 47vw;
}
#sec01 div.box h3 {
	font-size: 5vw;
    padding: 0 0 4px;
}
#sec01 div.box ul .li_box {
	width: 50%;
}
#sec01 div.box ul li {
    font-size: 5vw;
	height: auto;
}	
#sec01 ul.box li p {
    font-size: 5vw;
    line-height: 1.9;
	padding: 9vw 0 0;
}
#sec01 ul.box li p em {
	vertical-align: -2.5vw;
}
	
#sec01 div.box h4 {
    font-size: 4.5vw;
    padding: 2px 14px 2px;
    letter-spacing: -0.05em;
}
#sec01 div.box p {
    font-size: 5vw;
    height: auto;
}
	
/* #sec01b（640px以下）
================================================================ */
#sec01b .bg_grad {
	margin: 10vw auto 10vw;
}
#sec01b .background02 .box02 {
	display: block;
}
#sec01b .background02 .box02 .box_l {
	width: auto;
}
#sec01b .background02 .box02 .box_r {
	width: auto;
    margin: 15px 0 0;
}
#sec01b .background02:last-child .box02 .box_r {
    margin: 15px 0 0;		
}
#sec01b .background02 .box_r table {
	font-size: 4vw;	
}
#sec01b .background02 .box02 .box_r h4 {
	font-size: 4vw;		
}
#sec01b .background02 .box_r p {
	font-size: 3vw;		
}
#sec01b .background02 .box_r p.caption {
	font-size: 2vw;			
}
#sec01b .background02 .box02 .box_l h4 {
	margin: 0 auto 14px;
	text-align: center;
	font-size: 4.5vw;
}
#sec01b .background02 .box02 .box_l p {
	font-size: 3.7vw;
    line-height: 1.7;
}
#sec01b .arrow01 {
    width: 20vw;
}
section#sec02 .h2box .wrapper {
	padding: 0 20px 0;	
}
#sec01b h2.kei.sub {
	margin: 30px auto 30px;
	line-height: 1.4;
	padding: 16px 0 16px;
}
#sec01b p.box03_caption {
	margin: 10px auto 10vw;
}
#sec01b .box03 .Qbox h3 {
	font-size: 4vw;
	margin: 0 0 0 14px;
}
#sec01b .box03 .box03_l p {
	margin: 0;
    font-size: 3.9vw;
	max-width: 100%;
}
#sec01b .box03.flex {
	display: block;		
}
#sec01b .box03 .box03_r {
	width: auto;
}
#sec01b .box03_2col {
	display: block;
}
#sec01b .box03_2col .box03:first-child {
	margin: 0 0 30px 0;
}
#sec01b .box03 .Qbox img {
	width: 12vw;
    height: auto;
}
#sec01b ul.box02 {
	display: block;
}
#sec01b ul.box02 li {
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
#sec01b ul.box02 li h3 {
	font-size: 4vw;
    margin: 10px auto 10px;
}
#sec01b h2.kei.sub span.sub {
	font-size: 4vw;
}
#sec01b h2.kei {
	font-size: 4.0vw;
	margin: 0 auto 30px;
}
#sec01b .background02 {
    margin: 0 auto 0;
    padding: 10vw 0 0;
}
#sec01b div.naze h2.h2naze {
    font-size: 6vw;
    padding: 0 0 12px;
    margin: 10vw auto 12vw;
}
#sec01b div.naze ul {
	margin: 0 auto 20px;
    padding: 0;
    height: auto;
	background-size: contain;
    background-position: center;
}
#sec01b div.naze ul li {
	font-size: 4vw;
    padding: 0 0 12px 20px;
}
#sec01b div.naze h3 {
    font-size: 5.5vw;
    line-height: 2.0;
}
#sec01b div.naze h3 span {
    padding: 1px 5px 3px;
}
	
/* #sec02（640px以下）
================================================================ */
#sec02 .h2box .wrapper {

}
#sec02 .h2box .wrapper img {
	width: 14vw;
}
#sec02 .h2box .wrapper .imgbox {
	width: auto;
}
#sec02 .h2box h2 {
    font-size: 4.7vw;
    text-align: left;
    margin: 30px 0 30px 10px;
}
#sec02 ul.pointbox {
	display: block;
}
#sec02 ul.pointbox li {
	margin-bottom: 14px;
}
#sec02 ul.pointbox li .imgbox {
    width: 30vw;
} 
#sec02 ul.pointbox li p {
	font-size: 5vw;
    padding: 16.5vw 0 0;
}
#sec02 ul.pointbox li .circle_box {
    height: 62vw;
}
#sec02 .h2box.inner h2 {
	font-size: 3.6vw;
    text-align: center;
}
#sec02 .h2box.inner p {
    font-size: 3vw;
    text-align: center;
}
#sec02 table.package tr {
    font-size: 4vw;
}
#sec02 div.wh_box {
	margin: 0 auto 40px;
    padding: 30px 20px;
}
#sec02 div.wh_box:last-child {
	margin: 0 auto;
}
#sec02 div.wh_box div.tit_box {
	display: block;
}
#sec02 div.wh_box div.tit_box .tit {
	width: auto;
}
#sec02 div.wh_box div.tit_box .tit.span2l {
	line-height: 1.1;
    padding: 18px 0 0;	
}
#sec02 div.wh_box div.tit_box .h3box {
	margin: 0 auto 0;
    height: auto;
    border-top: none;
	font-size: 4vw;
}
#sec02 div.wh_box div.tit_box .h3box h3 {
	margin: 18px 0 11px 5px;
	font-size: 3.4vw;
}
#sec02 div.wh_box div.txt_box ul li {
    font-size: 4vw;
}
#sec02 div.wh_box div.txt_box .txt02 ul li {
    font-size: 3.5vw;		
}
#sec02 div.wh_box div.txt_box {
	display: block;
	margin: 0;
}
#sec02 div.wh_box div.txt_box .txt02 {
	margin: 20px auto 0;
	width: auto;
}
section#sec02.content {
	padding: 0 0 40px;
}
/* #sec03（640px以下）
================================================================ */
#sec03 .box {
	display: block;
    padding: 16vw 15px 30px;
}
#sec03 .box .box_l h3 {
	margin: 1vw auto 5vw;
    font-size: 10vw;
}
#sec03 .box .box_l h4 {
	text-align: center;
}

#sec03 .box .box_l p {
	font-size: 5vw;
	line-height: 1.5;
}
#sec03 h2.tit {
    font-size: 6vw;
    padding: 1rem 3rem 1rem 5rem;
    top: -30px;
    left: 0;
}
#sec03 .box .box_l {
	margin: 0 auto 30px;
}
#sec03 .box .box_l ul li {
	font-size: 3.2vw;
    padding: 1.5vw 0 2vw 6.5vw;
    background: url(../img/icon1.png) no-repeat left 0.5vw;
    background-size: 6vw 6vw;
}
#sec03 .box .box_l ul li:nth-of-type(2) {
    font-size: 3.2vw;
    padding: 1.5vw 0 2vw 6.5vw;
    background: url(../img/icon2.png) no-repeat left 0.5vw;
    background-size: 6vw 6vw;
}
#sec03 .box .box_r h3 {
    font-size: 5vw;
    width: 260px;
    padding: 7px 10px;
}
#sec03 .box .box_r h4 {
	font-size: 4vw;	
}
#sec03 .box .box_r h5 {
	font-size: 4vw;		
}
#sec03 .box .box_r ul li {
	font-size: 2.8vw;
}
#sec03 .box .box_r {
    width: auto;
    margin: 25px auto 0;
    padding: 30px 12px 12px;
}
#sec03 p.kakaku {
	font-size: 4.0vw;
    padding: 1vw 0 0vw;
    margin: -4.5vw auto 10px;	
}
#sec03 .box .box_l img.campaign {
	width: 150px;
    top: -40px;
    left: -35px;
}
/* #sec04（640px以下）
================================================================ */
#sec04.content {
    padding: 40px 0 40px;
}
#sec04 h2 {
	font-size: 7vw;
}
#sec04 h3 {
	font-size: 4vw;
    margin: 6px auto 20px;
}
#sec04 .box {
	padding: 20px 20px 0;
	margin: 0;
}
#sec04 .box h4 {
	font-size: 5vw;	
}
#sec04 .box p {
    font-size: 3.6vw;
}
#sec04 .box img.cv {
	position: initial;	
    margin: -20px auto -30px;
}
/* #sec04（640px以下）
================================================================ */
#sec05 h2 {
	font-size: 5vw;	
}
#sec05 .box {
	display: block;
}
#sec05 .box p {
	font-size: 4vw;
    line-height: 1.5;
    margin: 0 auto 10px;
}
#sec05 .box .imgbox {
	margin: 0 auto;
}
#sec05 .box .imgbox img {
	transform: rotate(90deg);
}
/* #sec06（640px以下）
================================================================ */	
#sec06.content {
	padding: 50px 0 0;
}
#sec06 hr.blank {
	margin: 0 auto 60px;
}
#sec06 h2 {
	margin: -84px auto 40px;
}
 #sec06 .bg_gray {
	padding: 60px 0 50px;
}
#sec06 .box {
	display: block;
}
#sec06 .box .box_r {
    margin: 0;
}
#sec06 .box .box_l {
    margin: 0 auto 40px;
}
#sec06 .box .box_r .btn_dl {
	display: block;
	margin: 20px 40px 0;
}
#sec06 .box:first-child {
    padding: 0 0 50px;
}
#sec06 .box:last-child {
    padding: 50px 0 0;
}
#sec06 .box .box_r p.sub {
	font-size: 6vw;	
}
#sec06 .box .box_r h3 {
	font-size: 5vw;
}
#sec06 .box .box_r p.txt {
    font-size: 4vw;
    line-height: 1.7;
}
/* #form（640px以下）
================================================================ */	
#form {
    padding: 50px 0 50px;
}
#form .wrap_inner {
	padding: 0;
}
#form hr.blank {
    margin: 0 auto 40px;
}
#form h2 {
	margin: 0 auto 40px;
}

/* #company（640px以下）
================================================================ */
#company .p-accs__cont {
	display: block;
	width: auto;
}
section#company.content {
    padding: 0 0 50px;
}
#company .p-accs__txt{
	width: auto;
}
#company .p-accs__img {
	margin: 40px auto 0;
}
#company .p-accs__txt .c-headline {
	font-size: 3.7vw;
}
footer .l-footer__discription li {
	font-size: 3vw;
    padding: 0 2.5vw;
}
footer p {
	font-size: 2vw;
    letter-spacing: 0;
}
footer #pageTop a, footer #pageTop_top a {
	padding: 12px 0 0;
    width: 60px;
    height: 60px;	
}
footer #pageTop_top {
    bottom: 60px;
}
	
/* 480px以下
================================================================================================================================ */
}@media screen and (max-width: 480px) {
section#sec02 .h2box .wrapper {
    padding: 0 10px 0;
}
footer .l-footer__copyright {
	padding: 10px 5px;
}
footer .l-footer__logo {
    width: 90%;
}
	
	
}/* max-width: 480px　ここまで*/
/* 1200px以上
================================================================================================================================ */
@media screen and (min-width: 1400px) {

header .wrap ul.hdr_right .hdr_box {

	margin: 0 0 0 300px;
}
	}