@charset "UTF-8";

/* ------------------------------------------
reset
------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
:before,
:after {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
input,
textarea {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th {
	text-align: left;
}
small {
	display: inline-block;
}
sup {
	font-size: 1rem;
	vertical-align: top;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
html > img {
	max-width: 0px;
	position: absolute;
}
object,
embed,
video {
	max-width: 100%;
}
li,
dt,
dd,
th,
td {
	font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
}

/* ------------------------------------------
set class
------------------------------------------ */

/* margin 
------------------------------------------ */
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-toptg: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}

.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr100 {
	margin-right: 100px !important;
}

.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}

.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.ml70 {
	margin-left: 70px !important;
}
.ml80 {
	margin-left: 80px !important;
}
.ml90 {
	margin-left: 90px !important;
}
.ml100 {
	margin-left: 100px !important;
}

/* padding 
------------------------------------------ */
.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt100 {
	padding-top: 100px !important;
}

.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pr60 {
	padding-right: 60px !important;
}
.pr70 {
	padding-right: 70px !important;
}
.pr80 {
	padding-right: 80px !important;
}
.pr90 {
	padding-right: 90px !important;
}
.pr100 {
	padding-right: 100px !important;
}

.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb90 {
	padding-bottom: 90px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}

.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.pl60 {
	padding-left: 60px !important;
}
.pl70 {
	padding-left: 70px !important;
}
.pl80 {
	padding-left: 80px !important;
}
.pl90 {
	padding-left: 90px !important;
}
.pl100 {
	padding-left: 100px !important;
}

/* layout-style 
------------------------------------------ */
.alL {
	text-align: left !important;
}
.alC {
	text-align: center !important;
}
.alR {
	text-align: right !important;
}
.vaT {
	vertical-align: top !important;
}
.vaM {
	vertical-align: middle !important;
}
.vaB {
	vertical-align: bottom !important;
}

/* font 
------------------------------------------ */
.fontShingoR {
	font-family: '新ゴ R', 'Shin Go Regular' !important;
	letter-spacing: 0.125em !important;
}
.fontShingoM {
	font-family: '新ゴ M', 'Shin Go Medium' !important;
	letter-spacing: 0.125em !important;
}
.fontShingoB {
	font-family: '新ゴ B', 'Shin Go Bold' !important;
	letter-spacing: 0.125em !important;
}
.fontShingoDB {
	font-family: '新ゴ DB', 'Shin Go Bold' !important;
	letter-spacing: 0.125em !important;
}

/* text-color 
------------------------------------------ */
.colorDefault {
	color: #333 !important;
}
.colorWhite {
	color: #fff !important;
}
.colorRed {
	color: #e60000 !important;
}
.colorOrange {
	color: #f38548 !important;
}
.colorBlue {
	color: #5da1dc !important;
}
.colorPink {
	color: #e17781 !important;
}
.colorGreen {
	color: #97b95e !important;
}
.colorLightOrange {
	color: #ebb100 !important;
}
.colorOrange {
	color: #f38548 !important;
}

/* background-color 
------------------------------------------ */
.bgWhite {
	background-color: #ffffff !important;
}
.bgOrange {
	background-color: #f38548 !important;
}
.bgBlue {
	background-color: #5da1dc !important;
}
.bgGreen {
	background-color: #82cca1 !important;
}
.bgPink {
	background-color: #e17781 !important;
}
.bgGreen {
	background-color: #97b95e !important;
}
.bgRed {
	background-color: #d61f35 !important;
}
.bgLightOrange {
	color: #ebb100 !important;
}
.bgLightGrey {
	color: #ebebeb !important;
}

/* indent
------------------------------------------ */
.indent01em {
	text-indent: -1em;
	padding: 0 0 0 1em;
}

/* flex 
------------------------------------------ */
.flex {
	display: flex;
}
.flex--between {
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex--center {
	justify-content: center;
}
.flex--start {
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex--heightcenter {
	align-items: center;
}
.flex--wrap {
	flex-wrap: wrap;
}
.flex--column {
	flex-direction: column;
}
.flex---reverse {
	flex-flow: row-reverse;
}

/* hover 
------------------------------------------ */
.ef--hover {
	opacity: 1;
	transition: opacity 0.2s;
}
.ef--hover:hover {
	opacity: 0.7;
	transition: opacity 0.2s;
}

/* sp or pc
------------------------------------------ */
.spOnly {
	display: none !important;
}
br.pc {
	display: inline-block;
}
br.sp {
	display: none;
}

/* ------------------------------------------
base
------------------------------------------ */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	height: 100%;
	opacity: 0;
}
html.is-actv {
	transition: opacity 0.75s;
	opacity: 1;
}
body {
	color: #333;
	font-family: 'UniversLTPro-55Roman', '新ゴ M', 'Shin Go Medium', 'A-OTF 新ゴ Pro M', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	background-color: #fff;
	height: 100%;
	width: 100%;
	min-width: 1000px;
}
.wrap {
	width: 950px;
	margin: auto;
}
.header {
	width: 100%;
	/* height: 95px; */
	padding: 15px 0;
	background: #fff;
	/* position: fixed;
	top: 0;
	left: 0;
	z-index: 99999; */
}
.header--low {
	height: auto;
}
.header .flex {
	align-items: center;
}
.headerbtnCv.btnCv {
	width: 155px;
	margin: initial;
	padding: 10px 20px;
	box-shadow: 0px 3px 0px 0px #b2b2b2;
}
.headerLogo a {
	line-height: 1;
	vertical-align: middle;
	margin: 0 10px 0 0;
	display: inline-block;
}
.headerLogo a img {
	width: 51px;
}
.footer {
	padding-bottom: 143px;
}
.footerSiteNote {
	font-size: 1.4rem;
	text-align: center;
	padding: 30px 0;
	border-top: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
}
.footerNav {
	width: 660px;
	margin: auto;
	padding: 50px 0;
}
.footerNav ul {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footerNav ul li {
	line-height: 1;
	margin: 10px 0;
	padding: 0 15px;
	border-left: solid 1px #b2b2b2;
}
.footerNav ul li:nth-child(1),
.footerNav ul li:nth-child(6) {
	padding: 0 15px 0 0;
	border-left: none;
}
.footerNav ul li:nth-child(5) {
	padding: 0 0 0 15px;
}
.footerNav ul li:nth-child(8) {
	padding: 0 0 0 15px;
}
.footerNav ul li a {
	font-size: 1.4rem;
}
.footerCopyRight {
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	padding: 10px;
	background: #ebebeb;
}
.bannerLine {
	width: 836px;
	margin: auto;
	padding: 30px 0;
}
.main {
	/* padding: 70px 0 0; */
}
.fixedbtnCv {
	width: 100%;
	padding: 30px 0 25px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	bottom: 0;
	left: 0;
}

/* ------------------------------------------
parts
------------------------------------------ */
.btnCv {
	line-height: 1;
	text-align: center;
	width: 560px;
	margin: auto;
	padding: 15px 175px;
	background: #fb9606;
	background: linear-gradient(to bottom, #fb9606 0%, #ff5500 100%);
	border-radius: 50em;
	box-shadow: 0px 6px 0px 0px #b2b2b2;
	position: relative;
	display: block;
}
.btn--colorWhite {
	background: #fff;
}
.btnCv--succession {
	padding: 15px 150px;
}
.btnTextBottom {
	text-align: center;
	font-size: 1.4rem;
	margin: 15px 0 0;
}
.characterBtn01 {
	padding: 65px 0 0;
	background: url('../img/icon_character01.png') no-repeat center top / 124px auto;
}
.characterBtn02 .btnAnchor01 {
	width: 836px;
	margin: 0 auto 30px;
	display: block;
}
.annotationText01 {
	font-size: 1.2rem;
	text-align: right;
	margin: 0 12px 0 0;
}
.btnText {
	text-align: center;
	margin: 15px 0 0;
}
.btnText--sizeUp {
	font-size: 18px;
	font-weight: 500;
}
.btnText--deco01 span:before,
.btnText--deco01 span:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #333;
	display: inline-block;
	position: relative;
	top: -5px;
}
.btnText--deco01 span:before {
	margin-right: 15px;
	transform: rotate(45deg);
}
.btnText--deco01 span:after {
	margin-left: 15px;
	transform: rotate(-45deg);
}

.header .btnText {
	width: 155px;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1rem;
	margin-top: 5px;
}
article {
	padding: 0 0 80px;
	position: relative;
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 1s;
}
article.is-actv {
	opacity: 1;
	transform: translate(0, 0);
	transition: all 1s;
}
.articleTitle {
	color: #fff;
	font-family: '新ゴ DB', 'Shin Go Medium' !important;
	font-size: 1.8rem;
	text-align: center;
	padding: 20px;
	position: relative;
}
.articleTitle2 {
	color: #fff;
	font-family: '新ゴ DB', 'Shin Go Medium' !important;
	font-size: 1.8rem;
	text-align: center;
	padding: 20px;
	position: relative;
}
.articleTitle::after {
	content: '';
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 20px 17.5px 0 17.5px;
	position: absolute;
	top: 99.999%;
	left: 0;
	right: 0;
}
.articleTitle b {
	font-size: 3.5rem;
	letter-spacing: 0.125em;
	margin: 0 0 10px;
	display: block;
}
.support .articleTitle {
	background-color: #f38548;
}
.support .articleTitle2 {
	background-color: #f38548;
}
.support .articleTitle::after {
	border-color: #f38548 transparent transparent transparent;
}
.menu .articleTitle {
	background-color: #5da1dc;
}
.menu .articleTitle::after {
	border-color: #5da1dc transparent transparent transparent;
}
.voice .articleTitle {
	background-color: #82cca1;
}
.voice .articleTitle::after {
	border-color: #82cca1 transparent transparent transparent;
}
.opening .articleTitle {
	background-color: #e17781;
}
.opening .articleTitle::after {
	border-color: #e17781 transparent transparent transparent;
}
.step .articleTitle {
	background-color: #97b95e;
}
.step .articleTitle::after {
	border-color: #97b95e transparent transparent transparent;
}
.benefits .articleTitle {
	background-color: #d61f35;
}
.benefits .articleTitle::after {
	border-color: #d61f35 transparent transparent transparent;
}

.sectionTitleBand {
	width: 574px;
	position: relative;
	z-index: 1;
}
.sectionTitleBand--01 {
	margin: -110px auto 30px;
}
.sectionTitleBand--02 {
	margin: -95px auto 30px;
}

.flexItem {
	border-radius: 10px;
}
.itemBlock {
	height: 100%;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
.itemTitle01 {
	font-size: 2.4rem;
	margin: 0 0 15px;
}
.itemTitle02 {
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	margin: 0 0 15px;
	padding: 10px 10px 10px 50px;
	background: url('../img/icon_movie01.svg') no-repeat 10px center / 30px auto #ebb100;
	position: relative;
}
.itemPic01 {
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
}
.itemText01 {
	overflow: hidden;
}
.itemText02 {
	font-size: 2rem;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #efc4c8;
	display: flex;
	align-items: center;
}
.itemText03 {
	font-size: 1.8rem;
	margin: 0;
}
.itemText04 {
	margin: 10px 0 0 15px;
}
.numType1 {
	width: 50px;
	margin: auto;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}
.numType2 {
	width: 40px;
	float: left;
	margin: 0 15px 0 0;
}
.highlighter {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 60%, #fff600 60%);
	background: -webkit-linear-gradient(top, #ffffff 60%, #fff600 60%);
	background: linear-gradient(to bottom, #ffffff 60%, #fff600 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff600',GradientType=0 );
}

/* ------------------------------------------
articles
------------------------------------------ */
.fv {
	background: url('../img/bg_color01.jpg') repeat 0 0;
	opacity: 1;
	transform: translate(0, 0);
	transition: all 0s;
}
.fv__main {
	height: 500px;
	margin: 0 0 -95px;
	background: url('../img/bg_pic01.jpg') no-repeat center / cover;
}
.fvTitle {
	width: 557px;
	display: block;
	transform: translate(0, 30px);
}
.fvAchieve {
	width: 499px;
	display: block;
	transform: translate(0, 10px);
}
.fvBenefit {
	width: 586px;
	display: block;
	transform: translate(-20px, -80px);
}
.fvBenefit .annotationText01 {
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	margin: -10px 15px 0 0;
}
.support {
	background: url('../img/bg_color02.jpg') repeat 0 0;
}
.support__intro {
	height: 260px;
	background: url('../img/bg_pic02.jpg') no-repeat center top #fafafa;
}
.supportWorry {
	width: 830px;
	margin: auto;
}
.support__conceptText01 {
	width: 360px;
	margin: 0 auto -30px;
	transform: translate(0, -70px);
}
.support .flexItem {
	width: 305px;
	box-shadow: 0px 0px 10px 0px rgba(120, 137, 193, 0.3);
}
.support .itemBlock {
	padding: 50px 10px 30px;
}
.support .characterBtn01 .elementTitle {
	position: relative;
	font-size: 20px;
	padding: 0 1.5em;
	margin-bottom: 20px;
	display: inline-block;
}
.support .characterBtn01 .elementTitle::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 1.2em;
	height: 1px;
	background-color: #333;
	-webkit-transform: rotate(70deg);
	transform: rotate(70deg);
}
.support .characterBtn01 .elementTitle::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 1.2em;
	height: 1px;
	background-color: #333;
	-webkit-transform: rotate(-70deg);
	transform: rotate(-70deg);
}

.support .characterBtn01 .flex {
	width: 600px;
	margin: 0 auto;
	color: #333;
}

.support .characterBtn01 .flexItem {
	width: 280px;
	box-shadow: none;
}
.support .characterBtn01 {
	text-align: center;
}
.support .characterBtn01 .flexItem a {
	display: block;
	padding: 14px 20px 11px;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #fe7b00;
	box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50em;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fe7b00;
}
.support .characterBtn01 .flexItem a span {
	padding-left: 1.5rem;
	position: relative;
}
.support .characterBtn01 .flexItem a span::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fe7b00;
	position: absolute;
	top: -5px;
	left: 0;
	bottom: 0;
	margin: auto;
}
.menu {
	background: url('../img/bg_color03.jpg') repeat 0 0;
}
.menu .flexItem {
	width: 460px;
	margin: 0 0 45px;
	box-shadow: 0px 0px 10px 0px rgba(93, 161, 220, 0.3);
}
.menu .flexItem.end {
	margin: 0 auto 30px;
}
.menu .itemBlock {
	padding: 50px 20px 30px;
}
.menu .itemTitle01 {
	margin: 0 0 10px 135px;
}
.menu .itemPic01 {
	width: 120px;
	margin: -40px 15px 0 0;
}
.voice {
	background: url('../img/bg_color04.jpg') repeat 0 0;
}
.voicePic01 {
	margin: 60px 75px 30px;
}
.voice .flex {
	margin: 0 75px;
}
.voice .flexItem {
	width: 100%;
	margin: 0 0 45px;
	box-shadow: 0px 0px 10px 0px rgba(130, 204, 161, 0.3);
}
.voice .flexItem.end {
	margin: -30px 0 45px;
	box-shadow: none;
}
.voice .flexItem .annotationText01 {
	margin-right: 0;
}
.voice .itemBlock {
	padding: 30px;
}
.voice .itemPic01 {
	width: 100px;
	margin: 0 15px 0 0;
}
.voice .itemProfile01 {
	margin: 15px 0 0;
	padding: 2px 10px 3px;
	background: #e6f5ec;
}
.voice .itemProfile01 dt,
.voice .itemProfile01 dd {
	font-size: 1.3rem;
	display: inline-block;
}
.voice .itemProfile01 dt {
	font-weight: 700;
	margin: 0 1em 0 0;
}
.voice .itemProfile01 dd::after {
	content: '／';
	margin: 0 1em;
}
.voice .itemProfile01 dd.end::after {
	content: none;
}
.opening {
	background: url('../img/bg_color05.jpg') repeat 0 0;
}
.openingPic01 {
	margin: 0 166px -30px;
}
.openingText01 {
	height: 74px;
	line-height: 3;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	margin: 0;
	background: url('../img/icon_character02.png') no-repeat center;
}
.openingText01 span {
	width: 150px;
	margin: 0 3px;
	display: inline-block;
	transform: translate(0, -8px);
}
.opening .flex {
	margin: 0 75px;
}
.opening .flexItem {
	width: 100%;
	margin: 0 0 45px;
	box-shadow: 0px 0px 10px 0px rgba(224, 138, 146, 0.3);
}
.opening .itemBlock {
	padding: 30px;
}
.step {
	background: url('../img/bg_color06.jpg') repeat 0 0;
}
.step .flexItem {
	width: 290px;
	box-shadow: 0px 0px 10px 0px rgba(135, 199, 138, 0.3);
	position: relative;
}
.step .flexItem::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 15px;
	border-color: transparent transparent transparent #b8d18e;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
}
.step .flexItem.end::after {
	content: none;
}
.stepItem {
	background: #fff;
}
.stepItem__num {
	width: 80px;
	padding: 20px;
	background: #9abc63;
	border-radius: 10px 0 0 10px;
}
.stepItem__text {
	width: 210px;
	padding: 20px;
	border-radius: 0 10px 10px 0;
}
.step .itemTitle01 {
	font-size: 1.8rem;
	margin: 0 0 10px;
}
.benefits {
	background: url('../img/bg_color07.jpg') repeat 0 0;
}
.section {
	margin: 0 75px;
	padding: 40px 25px;
	background: #fff;
	border: solid 3px #ab0013;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(251, 150, 6, 0.3);
	position: relative;
}
.section::before {
	content: '';
	width: 100%;
	height: 100%;
	margin: auto;
	border: solid 3px #ebdb7e;
	border-radius: 7px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.section::after {
	content: '';
	height: 0;
	clear: both;
	display: block;
}
.sectionConsul {
	margin: 100px 75px 0;
}
.sectionConsulPic01 {
	width: 300px;
	float: left;
	margin: -15px 15px 0 0;
}
.sectionMovie {
	margin: 100px 75px 0;
	padding: 40px 30px 40px;
}
.sectionMovie .flexItem {
	width: 355px;
	margin: 0 0 15px;
}
.sectionMovie .itemTitle01 {
	font-size: 1.6rem;
}
.sectionMovie .itemPic01 {
	width: 120px;
}

.sectionPresent {
	margin: 0 57px;
}

@media screen and (max-width: 750px) {
	/* ------------------------------------------
	reset
	------------------------------------------ */
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block !important;
	}
	br.pc {
		display: none !important;
	}
	br.sp {
		display: inline-block !important;
	}

	/* ------------------------------------------
	base
	------------------------------------------ */
	body {
		min-width: 0;
	}
	.wrap {
		width: auto;
		padding: 0 15px;
	}
	.header {
		/* height: 80px; */
		padding: 10px 0;
	}
	.headerbtnCv.btnCv {
		width: 130px;
		padding: 10px 15px;
	}
	.headerLogo {
		font-size: 1.2rem;
		line-height: 1.2;
		padding: 0;
	}
	.headerLogo a {
		float: left;
		margin: -2px 10px 0 0;
		display: block;
	}
	.header .btnText {
		width: 130px;
	}
	.headerLogo a img {
		width: 45px;
	}
	.footer {
		padding-bottom: 129px;
	}
	.footerSiteNote {
		text-align: left;
		padding: 30px 0;
	}
	.footerNav {
		width: auto;
		padding: 30px 0;
		max-width: 375px;
	}
	.footerNav ul li:nth-child(1),
	.footerNav ul li:nth-child(4),
	.footerNav ul li:nth-child(6) {
		padding: 0 15px 0 0;
		border-left: none;
	}
	.footerNav ul li:nth-child(3),
	.footerNav ul li:nth-child(5) {
		padding: 0 0 0 15px;
	}
	.footerNav ul li:nth-child(8) {
		padding: 0 0 0 15px;
	}
	.footerNav ul li a {
		font-size: 1.4rem;
	}
	.footerCopyRight {
		font-size: 1.2rem;
		line-height: 1;
		text-align: center;
		padding: 10px;
		background: #ebebeb;
	}
	.bannerLine {
		width: auto;
		padding: 60px 0 30px;
	}
	.main {
		/* padding: 60px 0 0; */
	}
	.fixedbtnCv {
		padding: 25px 30px 15px;
	}

	/* ------------------------------------------
	parts
	------------------------------------------ */
	.btnCv {
		width: auto;
		margin: 0 15px;
		padding: 5% 16%;
	}
	.btnCv--succession {
		padding: 5% 10%;
	}
	.characterBtn01 {
		padding: 65px 0 0;
		background: url('../img/icon_character01.png') no-repeat center top / 124px auto;
	}
	.characterBtn02 .btnAnchor01 {
		width: auto;
		margin: 0 -15px 15px;
		display: block;
	}
	.annotationText01 {
		margin: -10px 15px 0 0;
	}
	.btnText--sizeUp {
		font-size: 16px;
	}
	.btnText--deco01 span {
		position: relative;
	}
	.btnText--deco01 span:before,
	.btnText--deco01 span:after {
		margin: auto;
		position: absolute;
	}
	.btnText--deco01 span:before {
		top: 35px;
		left: -40px;
	}
	.btnText--deco01 span:after {
		top: 35px;
		right: -35px;
	}

	article {
		padding: 0 0 60px;
	}
	.articleTitle {
		font-size: 1.4rem;
	}
	.articleTitle b {
		font-size: 3rem;
	}
	.itemText02 {
		font-size: 1.6rem;
	}
	.itemText03 {
		font-size: 1.6rem;
	}
	.itemBlock::after {
		content: '';
		clear: both;
		display: block;
		height: 0;
	}
	.numType2 {
		margin: 0 8px 0 0;
	}
	.sectionTitleBand {
		width: calc(100% + 70px);
	}
	.sectionTitleBand--01 {
		margin: -32.5% -35px 0;
	}
	.sectionTitleBand--02 {
		margin: -28.5% -35px 0;
	}

	/* ------------------------------------------
	articles
	------------------------------------------ */
	.fv__main {
		height: 75vw;
		margin: 0;
		background: url('../img/bg_pic01_sp.jpg') no-repeat right 0 / 100%;
	}
	.fvTitle {
		width: auto;
	}
	.fvAchieve {
		width: auto;
		margin: 0 -15px;
		transform: translate(0, 20px);
	}
	.fvBenefit {
		width: auto;
		margin: 0 -15px;
		transform: translate(0, 0);
	}
	.fvBenefit .annotationText01 {
		color: #333;
		font-weight: normal;
		text-shadow: initial;
		margin: -10px 15px 15px 0;
	}
	.support__intro {
		height: auto;
		background: url('../img/bg_pic02_sp.png') no-repeat left 0 / 100%;
	}
	.supportWorry {
		width: auto;
	}
	.support__conceptText01 {
		width: 90%;
		margin: 0 auto -40px;
		transform: translate(0, -45px);
	}
	.support .flexItem {
		width: 100%;
		margin: 0 0 35px;
	}
	.support .flexItem.end {
		margin: 0;
	}
	.support .characterBtn01 .elementTitle {
		font-size: 1.8rem;
		padding: 0 1em;
		width: 100%;
	}
	.support .characterBtn01 .elementTitle::before {
		width: 2.8em;
	}
	.support .characterBtn01 .elementTitle::after {
		width: 2.8em;
	}
	.support .characterBtn01 .flex {
		width: 100%;
		flex-direction: column;
		gap: 20px 0;
	}
	.support .characterBtn01 .flexItem {
		width: 240px;
		margin: 0 auto;
	}
	.support .characterBtn01 .flexItem a {
		padding: 12px 20px 9px;
		font-size: 1.6rem;
	}

	.menu .flexItem {
		width: 100%;
		margin: 0 0 35px;
	}
	.menu .flexItem.end {
		margin: 0;
	}
	.menu .itemTitle01 {
		text-align: center;
		margin: 0 0 15px;
	}
	.menu .itemPic01 {
		width: 120px;
		margin: 0 15px 0 0;
	}
	.voicePic01 {
		margin: 60px 0 30px;
	}
	.voice .flex {
		margin: 80px 0 -30px;
	}
	.voice .flexItem {
		margin: 0 0 80px;
	}
	.voice .flexItem.end {
		margin: -60px 0 45px;
	}
	.voice .itemBlock {
		padding: 60px 20px 20px;
	}
	.voice .itemPic01 {
		width: 100px;
		float: none;
		margin: auto;
		position: absolute;
		top: -60px;
		left: 0;
		right: 0;
	}
	.voice .itemProfile01 {
		padding: 5px 10px;
	}
	.voice .itemProfile01 dt,
	.voice .itemProfile01 dd {
		line-height: 1.5;
		display: block;
	}
	.voice .itemProfile01 dt {
		float: left;
		clear: both;
		margin: 0 1em 0 0;
	}
	.voice .itemProfile01 dd::after,
	.voice .itemProfile01 dd.end::after {
		content: none;
	}
	.openingPic01 {
		margin: -30px -15px;
	}
	.openingText01 {
		height: auto;
		line-height: 1.5;
		font-size: 2.2rem;
		margin: 0 0 15px;
		background: none;
	}
	.opening .flex {
		margin: 0 0 30px;
	}
	.opening .flexItem {
		margin: 0;
	}
	.opening .itemBlock {
		padding: 20px;
	}
	.step .flexItem {
		width: 100%;
		margin: 0 0 60px;
	}
	.step .flexItem.end {
		margin: 0;
	}
	.step .flexItem::after {
		border-width: 20px 20px 0 20px;
		border-color: #b8d18e transparent transparent transparent;
		top: initial;
		bottom: -40px;
		right: 0;
		left: 0;
	}
	.stepItem__num {
		width: 30%;
		padding: 15% 7.5%;
	}
	.stepItem__text {
		width: 70%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.step .itemTitle01 {
		font-size: 2rem;
	}
	.section {
		margin: 0;
	}
	.sectionConsul {
		margin: 25% 0 0;
		padding: 5% 20px 20px;
	}
	.sectionConsulPic01 {
		width: auto;
		float: none;
		margin: 0 0 15px;
	}
	.sectionMovie {
		margin: 25% 0 0;
		padding: 5% 20px 20px;
	}
	.sectionMovie .flexItem {
		width: 100%;
		margin: 0 0 30px;
	}
	.sectionPresent {
		margin: 25px -15px !important;
	}
}
