@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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
	line-height: 1.0;
}
 
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;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

p { line-height: 1.7;}

.mt10   { margin-top: 10px !important;}
.mt20   { margin-top: 20px !important;}
.mt30   { margin-top: 30px !important;}
.mt40   { margin-top: 40px !important;}
.mt1em { margin-top: 1em !important;}
.text-L { text-align: left !important;}
.text-R { text-align: right !important;}
.text-C { text-align: right !important;}


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

　##　base layout

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

/*body*/
body {
  color: #333;
	font-size: 14px;
	font-family: "游ゴシック" , "Yu Gothic" ,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  font-weight: 400;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	background-color: #f9f3ed;
}

a {
	color: #50b8df;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.main-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #f9f3ed;
	position: relative;
	overflow-wrap: break-word;
}

.container {
	position: relative;
}

/*------------------------------------------------------------------------------
　　loading
--------------------------------------------------------------------------------*/
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 20000;
}
#loading__txt {
    width: 100%;
  height: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}
#loading__txt .lead {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  z-index: 100;
  text-align: center;
}
#loading__txt .lead .logo {
  width: 15%;
  max-width: 70px;
  margin: 0 auto;
}

@media only screen and (min-width:768px) {
#loading__txt .lead {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 100;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform : translateY(-50%);
  /*-webkit-transition: 0.3s cubic-bezier(1, 0 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);*/
}
#loading__txt .lead .logo {
	width: 5%;
  max-width: inherit;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
}

/*------------------------------------------------------------------------------
　　header
--------------------------------------------------------------------------------*/

.globalheader {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.globalheader .h-logo {
	width: 200px;
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 1;
}
.thanks .globalheader .h-logo {
	width: 200px;
	margin: 15px 0 0 20px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
@media only screen and (min-width:768px) {
.globalheader .h-logo {
	width: 240px;
	position: absolute;
	top: 20px;
	left: 25px;
}
.thanks .globalheader .h-logo {
	width: 240px;
	margin: 20px 0 0 25px;
	position: relative;
	top: 0;
	left: 0;
}
}
@media only screen and (min-width:1024px) {
.globalheader .h-logo {
	width: 270px;
	position: absolute;
	top: 25px;
	left: 30px;
}
.thanks .globalheader .h-logo {
	width: 270px;
	margin: 25px 0 0 30px;
	position: relative;
	top: 0;
	left: 0;
}
}

/*h-sns navarea*/
.headerwrap .h-sns {
  width: 56px;
	position: absolute;
	top: 29px;
	right: 30px;
  display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-box-align: start;
	-webkit-align-items: start;
	align-items: flex-start;
}
.headerwrap .h-sns li {
    width: 20px;
}
.headerwrap .h-sns li a {
    transition: all 0.2s ease;
    opacity: 1.0;
}
.headerwrap .h-sns li a:hover {
    transition: all 0.2s ease;
    opacity: 0.8;
}
@media only screen and (max-width:1024px) {
.headerwrap .h-sns {
  display: none;
}
}

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

/*footerArea
--------------------------------------*/
.footerArea {
	width: 100%;
	padding: 50px 20px 105px;
	background-color: #fff;
	box-sizing: border-box;
}
.footerArea .f-logo {
  max-width: 300px;
	margin: 0 auto;
}
.footerArea .col {
  margin: 30px 0 0;
	text-align: center;
}
.footerArea .col p {
  display: inline-block;
}
.footerArea .col p a {
	padding: 5px 25px 0 0;
  color: #000;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-decoration: none;
	position: relative;
}
.footerArea .col p a::after {
	width: 17px;
	height: 17px;
	content: "";
	display: inline-block;
	background: url("../images/icon_site.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
}

/*copyright*/
.footerArea .copyright {
  width: 100%;
  margin: 0;
  padding: 10px 20px 0;
  box-sizing: border-box;
}
.footerArea .copyright p {
	font-size: 10px;
  font-weight: 500;
	font-family: 'Oswald', sans-serif;
	color: #000;
	letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width:768px) {
.footerArea {
	width: 100%;
	padding: 80px 40px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}
.footerArea .f-logo {
  max-width: 320px;
	margin: 0;
}
.footerArea .col {
  margin: 0;
	padding: 0 40px 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
}
.footerArea .col p {
  display: inline-block;
}
.footerArea .col p a {
	padding: 5px 25px 0 0;
  color: #000;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-decoration: none;
	position: relative;
}
.footerArea .col p a::after {
	width: 17px;
	height: 17px;
	content: "";
	display: inline-block;
	background: url("../images/icon_site.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
}

/*copyright*/
.footerArea .copyright {
  padding: 15px 0 0;
}
.footerArea .copyright p {
	font-size: 10px;
}
}
@media only screen and (min-width:1024px) {
.footerArea {
	width: 100%;
	padding: 100px 60px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}
.footerArea .f-logo {
  max-width: 350px;
	margin: 0;
}
.footerArea .col {
  margin: 0;
	padding: 0 40px 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
}
.footerArea .col p {
  display: inline-block;
}
.footerArea .col p a {
	padding: 5px 25px 0 0;
  color: #000;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-decoration: none;
	position: relative;
}
.footerArea .col p a:hover {
  color: #777;
}

/*copyright*/
.footerArea .copyright {
  padding: 15px 0 0;
}
.footerArea .copyright p {
	font-size: 12px;
}
}


/*footer fix
--------------------------------------*/
.footerfix {
  width: 100%;
  position: relative;
}
.footerfix .innerwrap {
  width: 100%;
  height: 95px;
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(255,253,239,0.9);
  z-index: 9999;
	text-align: center;
}
.footerfix .innerwrap p {
  font-size: 18px;
	font-weight: 700;
	color: #f16c88;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	display: inline-block;
	position: relative;
}
.footerfix .innerwrap p::before {
  width: 15px;
	height: 25px;
	content: "";
	display: inline-block;
	background: url("../images/fix_tit_bg.svg") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 14px);
	left: -25px;
}
.footerfix .innerwrap p::after {
  width:15px;
	height: 25px;
	content: "";
	display: inline-block;
	background: url("../images/fix_tit_bg.svg") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 14px);
	right: -25px;
	transform: scale(-1, 1);
}
.footerfix ul {
	margin: 5px 0 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: flex-start;
	text-align: center;
}
.footerfix .tel-wrap {
	width: 45%;
	padding: 0;
}
.footerfix .tel-wrap span {
	padding: 0 0 0 18%;
	font-size: 10px;
	font-size: min(6.9333vw,32px);
	font-family: 'Bebas Neue', cursive;
	color: #0c0c0c;
	position: relative;
}
.footerfix .tel-wrap span::before {
	width: 15.5%;
	padding-top: 15.5%;
	content: "";
	display: inline-block;
	background: url("../images/icon_tel.png") no-repeat left top / 100% auto;
	position: absolute;
	top: 12%;
	left: 0;
}
.footerfix .tel-wrap span::after {
	width: 100%;
	margin: 3px 0 0;
	content: "ここをタップでお電話できます";
	display: block;
	font-size: 10px;
	font-size: min(2.6666vw,12px);
	font-family: "游ゴシック" , "Yu Gothic" ,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	text-align: center;
}
.footerfix .mail-wrap {
	width: 52%;
	text-align: left;
}
.footerfix .mail-wrap img {
	width: 100%;
	max-width: 214px;
}
@media only screen and (min-width:530px) {
.footerfix .tel-wrap span {
	padding: 0 0 0 39px;
}
.footerfix .tel-wrap span::after {
	margin: 2px 0 0;
}
}
@media only screen and (min-width:768px) {
.footerfix .innerwrap {
  width: 160px;
	height: 160px;
  padding: 45px 0 0;
	text-align: center;
  box-sizing: border-box;
  position: fixed;
  bottom: inherit;
	top: -40px;
	right: 5px;
  left: inherit;
  background: url("../images/fix_bg_pc.png") no-repeat left top / cover;
}
.footerfix .innerwrap p {
  font-size: 14px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	color: #f16c88;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	display: inline-block;
	position: relative;
}
.footerfix .innerwrap p::before {
  width: 15px;
	height: 25px;
	content: "";
	display: inline-block;
	background: url("../images/fix_tit_bg.svg") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 10px);
	left: -25px;
}
.footerfix .innerwrap p::after {
  width:15px;
	height: 25px;
	content: "";
	display: inline-block;
	background: url("../images/fix_tit_bg.svg") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 10px);
	right: -25px;
	transform: scale(-1, 1);
}
.footerfix ul {
	margin: 5px 0 0;
  display: block;
}
.footerfix .tel-wrap {
	width: 150px;
	margin: 0 auto 0;
	text-align: center;
}
.footerfix .tel-wrap img {
	width: 100%;
	max-width: 200px;
}
.footerfix .mail-wrap {
	width: 130px;
	margin: 5px auto 0;
	text-align: center;
}
.footerfix .mail-wrap img {
	width: 100%;
	max-width: 214px;
}
.footerfix .tel-wrap span {
	padding: 0 0 0 18%;
	font-size: 10px;
	font-size: min(6.9333vw,26px);
	font-family: 'Bebas Neue', cursive;
	color: #0c0c0c;
	position: relative;
}
.footerfix .tel-wrap span::before {
	width: 15.5%;
	padding-top: 15.5%;
	content: "";
	display: inline-block;
	background: url("../images/icon_tel.png") no-repeat left top / 100% auto;
	position: absolute;
	top: 12%;
	left: 0;
}
.footerfix .tel-wrap span::after {
  display: none;
}
}
@media only screen and (min-width:1024px) {
.footerfix .innerwrap {
  width: 200px;
	height: 200px;
  padding: 45px 0 0;
	text-align: center;
  box-sizing: border-box;
  position: fixed;
  bottom: inherit;
	top: -40px;
	right: 5px;
  left: inherit;
  background: url("../images/fix_bg_pc.png") no-repeat left top / cover;
}
.footerfix .innerwrap p {
  font-size: 18px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	color: #f16c88;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	display: inline-block;
	position: relative;
}
.footerfix .innerwrap p::before {
  width: 20px;
	height: 33px;
	content: "";
	display: inline-block;
	background: url("../images/fix_tit_bg.svg") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 15px);
	left: -30px;
}
.footerfix .innerwrap p::after {
  width: 20px;
	height: 33px;
	content: "";
	display: inline-block;
	background: url("../images/fix_tit_bg.svg") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 15px);
	right: -30px;
	transform: scale(-1, 1);
}
.footerfix ul {
	margin: 10px 0 0;
  display: block;
}
.footerfix .tel-wrap {
	width: 180px;
	margin: 0 auto 0;
	text-align: center;
}
.footerfix .tel-wrap img {
	width: 100%;
	max-width: 200px;
}
.footerfix .mail-wrap {
	width: 160px;
	margin: 10px auto 0;
	text-align: center;
}
.footerfix .mail-wrap img {
	width: 100%;
	max-width: 214px;
}
.footerfix .tel-wrap span {
	padding: 0 0 0 18%;
	font-size: 10px;
	font-size: min(6.9333vw,28px);
}
}
/*------------------------------------------------------------------------------

　##　共通

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

/*-----------youtube movie----------*/
.mv-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.mv-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*sp br削除*/
.br-pc {
	display: none;
}
.br-tb {
	display: none;
}
.br-sp {
	display: inline;
}
@media only screen and (min-width:768px) {
.br-pc {
	display: inline;
}
.br-sp {
	display: none;
}
}
@media only screen and (min-width:1024px) {
.br-pc {
	display: inline;
}
.br-tb {
	display: inline;
}
.br-sp {
	display: none;
}
}


/*------------------------------
object-fit
-------------------------------*/
.ofi {
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}

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

　##　LP page

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

/* main visual
----------------------*/
.mv {
  width: 100%;
	padding: 80px 0 0;
	background-color: #edf4ff;
	position: relative;
}
.mv .mv-txt {
  width: 95%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
.mv .mv-txt img {
  width: 100%;
}
.mv .mv-item {
  width: 42%;
	position: absolute;
	bottom: 21.2264%;
	left: 4%;
}
.mv .mv-pic {
  width: 100%;
	margin-top: -3.663%;
}
@media only screen and (min-width:768px) {
.mv {
  width: 100%;
	padding: 0;
}
.mv .mv-txt {
  width: 54.6666%;
	max-width: inherit;
	position: absolute;
	top: inherit;
	bottom: 0;
	left: 2.6666%;
}
.mv .mv-item {
  width: 23.8666%;
	position: absolute;
	bottom: -2%;
	left: inherit;
	right: 4.8%;
}
.mv .mv-pic {
  width: 100%;
	margin-top: 0;
}
.mv .mv-pic img {
  width: 100%;
}
}

@media only screen and (min-width:1024px) {

}

/*-----------CONTACT 共通----------*/
.contact-area {
	width: 100%;
	max-width: 1500px;
	margin: 25px auto 0;
	position: relative;
}
.contact-area .contact-main,
.contact-area .contact-main img {
	width: 100%;
}
.contact-area ul {
	width: 55.2%;
	position: absolute;
	top: 45%;
	left: 37.6%;
	letter-spacing: -0.4em;
}
.contact-area ul li {
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.contact-area ul li .tit img {
	width: 89.3719%;
}
.contact-area ul li.tel-wrap .num {
	margin: 4.5% 0 0;
	text-align: center;
	letter-spacing: normal;
}
.contact-area ul li.tel-wrap .num img {
	width: 81.6425%;
}
.contact-area ul li.tel-wrap span {
	padding: 0 0 0 30px;
	font-size: 10px;
	font-size: min(6.9333vw,32px);
	font-family: 'Bebas Neue', cursive;
	color: #0c0c0c;
	position: relative;
}
.contact-area ul li.tel-wrap a span,
.contact-area ul li.tel-wrap a:hover span{
	text-decoration: none;
}
.contact-area ul li.tel-wrap span::before {
	width: 25px;
	height: 25px;
	content: "";
	display: inline-block;
	background: url("../images/icon_tel.png") no-repeat left top / 100% auto;
	position: absolute;
	top: calc(50% - 14px);
	left: 0;
}
.contact-area ul li.tel-wrap span::after {
	width: 100%;
	margin: 3px 0 0;
	content: "ここをタップでお電話できます";
	display: block;
	font-size: 10px;
	font-size: min(2.6666vw,12px);
	font-family: "游ゴシック" , "Yu Gothic" ,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	text-align: center;
}
.contact-area ul li.mail-wrap {
	margin: 4% 0 0 0 ;
}
.contact-area ul li.mail-wrap .btn {
	margin: 2% 0 0;
}
.contact-area ul li.mail-wrap .btn img {
	width: 100%;
}
@media only screen and (min-width:768px) {
.contact-area {
	width: 100%;
	margin: 50px auto 0;
}
.contact-area ul {
	width: 61%;
	position: absolute;
	top: 65.247%;
	left: 34.5333%;
	letter-spacing: -0.4em;
}
.contact-area ul li {
	width: 45.9016%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.contact-area ul li .tit img {
	width: 372px;
}
.contact-area ul li.tel-wrap .num {
	margin: 5.9523% 0 0;
	text-align: center;
}
.contact-area ul li.tel-wrap .num img {
	width: 332px;
}
.contact-area ul li.tel-wrap span {
	padding: 0 0 0 35px;
	font-size: 10px;
	font-size: min(6.9333vw,40px);
	font-family: 'Bebas Neue', cursive;
	color: #0c0c0c;
	position: relative;
}
.contact-area ul li.tel-wrap span::before {
	width: 28px;
	height: 28px;
	content: "";
	display: inline-block;
	background: url("../images/icon_tel.png") no-repeat left top / 100% auto;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
}
.contact-area ul li.tel-wrap span::after {
	display: none;
}
.contact-area ul li.mail-wrap {
	margin: 0 0 0 8.1967%;
}
.contact-area ul li.mail-wrap .btn {
	margin: 3.5714% 0 0;
}
.contact-area ul li.mail-wrap .btn img {
	width: 408px;
}
.contact-area ul li.mail-wrap .btn a {
  transition: all 0.2s ease;
}
.contact-area ul li.mail-wrap .btn a:hover {
	opacity: 0.8;
}
}
@media only screen and (min-width:1024px) {
.contact-area ul li.tel-wrap span {
	padding: 0 0 0 40px;
	font-size: 10px;
	font-size: min(3.9065vw,50px);
	font-family: 'Bebas Neue', cursive;
	color: #0c0c0c;
	position: relative;
}
.contact-area ul li.tel-wrap span::before {
	width: 30px;
	height: 30px;
	content: "";
	display: inline-block;
	background: url("../images/icon_tel.png") no-repeat left top / 100% auto;
	position: absolute;
	top: calc(50% - 18px);
	left: 0;
}
}


/* sec__about
-----------------------------------------------*/
.sec__about {
	padding: 60px 20px 50px;
	background:  url("../images/bg_001.jpg") repeat center top;
}
.sec__about .secwrap {
	max-width: 1280px;
	margin: 0 auto;
}
.sec__about .secwrap h2 {
	text-align: center;
}
.sec__about .secwrap h2 img {
	height: 55px;
}
.sec__about .secwrap .innerwrap {
	margin-top: 20px;
	padding: 0 0 30px;
	background: url("../images/bg_ptn_01.png") repeat center top;
	border-radius: 6px;
	position: relative;
}
.sec__about .secwrap .innerwrap .inner {
	padding: 25px 15px;
}
.sec__about .secwrap .innerwrap .inner figure {
	max-width: 550px;
	margin: 0 auto;
}
.sec__about .secwrap .innerwrap .inner .col h3 {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Noto Sans JP',sans-serif;
	color: #50b8df;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
}
.sec__about .secwrap .innerwrap .inner .col p {
	margin: 15px 0 0;
	letter-spacing: 0.05em;
	line-height: 2.4;
}
.sec__about .secwrap .innerwrap .moviearea {
	width: 90%;
	margin: 10px 0 0;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
.sec__about .secwrap .innerwrap .moviearea::before {
	width: 105%;
	height: 100%;
	display: inline-block;
	content: "";
	background-color: #a4e1ce;
	position: absolute;
	top: 0;
	left: -1.5%;
	transform: rotate(-6deg);
}
.sec__about .secwrap .innerwrap .chara {
	width: 25%;
	position: absolute;
	bottom: 0;
	right: -11%;
	z-index: 1;
}

@media only screen and (min-width:768px) {
.sec__about {
	padding: 50px 20px 50px;
	background:  url("../images/bg_001.jpg") repeat center top;
}
.sec__about .secwrap h2 img {
	height: 100px;
}
.sec__about .secwrap .innerwrap {
	margin-top: 20px;
	padding: 0 0 30px;
}
.sec__about .secwrap .innerwrap .inner {
	padding: 25px 20px;
}
.sec__about .secwrap .innerwrap .inner .col h3 {
	font-size: 22px;
	text-align: center;
}
.sec__about .secwrap .innerwrap .inner .col p {
	margin: 15px 0 0;
	letter-spacing: 0.05em;
	line-height: 2.4;
}
.sec__about .secwrap .innerwrap .moviearea {
	width: 90%;
	margin: 30px 0 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.sec__about .secwrap .innerwrap .chara {
	width: 25%;
	position: absolute;
	bottom: 0;
	right: -11%;
	z-index: 1;
}
}
@media only screen and (min-width:1024px) {
.sec__about {
	padding: 100px 20px 80px;
}
.sec__about .secwrap h2 img {
	height: 113px;
}
.sec__about .secwrap .innerwrap {
	margin-top: 20px;
	padding: 0 0 60px;
}
.sec__about .secwrap .innerwrap .inner {
	padding: 90px 40px 25px;
	letter-spacing: -0.4em;
}
.sec__about .secwrap .innerwrap .inner figure {
	max-width: 45.8333%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.sec__about .secwrap .innerwrap .inner .col {
	width: 50%;
	margin-left: 4.16666%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.sec__about .secwrap .innerwrap .inner .col h3 {
	font-size: 28px;
	text-align: left;
}
.sec__about .secwrap .innerwrap .inner .col p {
	margin: 35px 0 0;
	font-size: 16px;
}
.sec__about .secwrap .innerwrap .moviearea {
	width: 750px;
	margin: 50px auto 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	transform: translateX(-40px);
}
.sec__about .secwrap .innerwrap .moviearea::before {
    width: 110%;
    height: 100%;
    display: inline-block;
    content: "";
    background-color: #a4e1ce;
    position: absolute;
    top: 0;
    left: -5%;
    transform: rotate(-6deg);
}
.sec__about .secwrap .innerwrap .chara {
	width: 230px ;
	position: absolute;
	bottom: 0; 
	right: 50%;
	z-index: 1;
	transform: translateX(550px);
}
}

/* sec__who
-----------------------------------------------*/
.sec__who {
	padding: 160px 20px 50px;
	background-color: #f9f3ed;
}
.sec__who .secwrap {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.sec__who .secwrap h2 {
	padding: 0 0 50px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__who .secwrap h2 img {
	height: 50px;
}
.sec__who .secwrap h2::before {
	width: 300px;
	height: 37px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
}
.sec__who .secwrap h2::after {
	width: 60px;
	height: 139px;
	content: "";
	display: inline-block;
	background: url("../images/chara_01.png") no-repeat left top / cover;
	position: absolute;
	top: -150px;
	right: calc(50% - 40px);
}
.sec__who .secwrap ul {
	margin: 20px 0 0;
  padding: 0 20px;
}
.sec__who .secwrap ul li {
	width: 100%;
	margin: 3% 0 0 0;
}
.sec__who .secwrap ul li img {
	width: 100%;
}
@media only screen and (min-width:768px) {
.sec__who {
	padding: 100px 20px 80px;
}
.sec__who .secwrap h2 {
	padding: 0 0 61px;
	text-align: center;
	position: relative;
	display: inline-block;
}
.sec__who .secwrap h2 img {
	height: 24px;
}
.sec__who .secwrap h2::before {
	width: 400px;
	height: 49px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 200px);
}
.sec__who .secwrap h2::after {
	width: 90px;
	height: 209px;
	content: "";
	display: inline-block;
	background: url("../images/chara_01.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 120px);
	right: -120px;
}
.sec__who .secwrap ul {
	margin: 20px 0 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: flex-start;
}
.sec__who .secwrap ul li {
	width: 30%;
	margin: 5% 0 0 0;
}
}
@media only screen and (min-width:1024px) {
.sec__who {
	padding: 100px 20px;
}
.sec__who .secwrap h2 {
	padding: 0 0 75px;
	text-align: center;
	position: relative;
	display: inline-block;
}
.sec__who .secwrap h2 img {
	height: 33px;
}
.sec__who .secwrap h2::before {
	width: 520px;
	height: 63px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 260px);
}
.sec__who .secwrap h2::after {
	width: 92px;
	height: 213px;
	content: "";
	display: inline-block;
	background: url("../images/chara_01.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 125px);
	right: -120px;
}
.sec__who .secwrap ul {
	margin: 20px 0 0;
  padding: 0 40px;
}
.sec__who .secwrap ul li {
	width: 30%;
	margin: 5% 0 0 0;
}
}

/* sec__features
-----------------------------------------------*/
.sec__features {
	padding: 180px 20px 50px;
	background:  url("../images/bg_001.jpg") repeat center top;
}
.sec__features .secwrap {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.sec__features .secwrap h2 {
	padding: 0 0 50px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__features .secwrap h2 img {
	height: 22px;
}
.sec__features .secwrap h2::before {
	width: 300px;
	height: 37px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
}
.sec__features .secwrap h2::after {
	width: 60px;
	height: 148px;
	content: "";
	display: inline-block;
	background: url("../images/chara_02.png") no-repeat left top / cover;
	position: absolute;
	top: -155px;
	right: calc(50% - 40px);
}
.sec__features .secwrap ul {
	margin: 20px 0 0;
  padding: 0 20px;
}
.sec__features .secwrap ul li {
	width: 100%;
	margin: 15% 0 0 0;
}
.sec__features .secwrap ul li figure {
	max-width: 517px;
	margin: 0 auto;
}
.sec__features .secwrap ul li figure img {
	width: 100%;
}
.sec__features .secwrap ul li h3 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #f16c88;
}
.sec__features .secwrap ul li p {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: left;
}
@media only screen and (min-width:768px) {
.sec__features {
	padding: 100px 20px 80px;
}
.sec__features .secwrap h2 {
	padding: 0 0 61px;
	text-align: center;
	position: relative;
	display: inline-block;
}
.sec__features .secwrap h2 img {
	height: 24px
}
.sec__features .secwrap h2::before {
	width: 400px;
	height: 49px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 200px);
}
.sec__features .secwrap h2::after {
	width: 82px;
	height: 203px;
	content: "";
	display: inline-block;
	background: url("../images/chara_02.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 120px);
	left: -110px;
}
.sec__features .secwrap ul {
	margin: 20px 0 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: flex-start;
}
.sec__features .secwrap ul li {
	width: 44.5833%;
	margin: 10% 0 0 0;
}
.sec__features .secwrap ul li h3 {
	padding: 12px 0;
	font-size: 18px;
}
}
@media only screen and (min-width:1024px) {
.sec__features {
	padding: 100px 20px;
}
.sec__features .secwrap h2 {
	padding: 0 0 75px;
	text-align: center;
	position: relative;
	display: inline-block;
}
.sec__features .secwrap h2 img {
	height: 33px;
}
.sec__features .secwrap h2::before {
	width: 520px;
	height: 63px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 260px);
}
.sec__features .secwrap h2::after {
	width: 80px;
	height: 203px;
	content: "";
	display: inline-block;
	background: url("../images/chara_02.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 120px);
	right: -120px;
}
.sec__featureso .secwrap ul {
	margin: 20px 0 0;
  padding: 0 40px;
}
.sec__features .secwrap ul li h3 {
	padding: 20px 0;
	font-size: 24px;
}
.sec__features .secwrap ul li p {
	font-size: 16px;
}
}

/* sec__choose
-----------------------------------------------*/
.sec__choose {
	padding: 180px 20px 50px;
	background: url("../images/choose_bg_01.jpg") repeat-x center top,
              url("../images/choose_bg_02.jpg") repeat-x center bottom #f8e3cb;
}
.sec__choose .secwrap {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.sec__choose .secwrap h2 {
	text-align: center;
	position: relative;
	display: block;
}
.sec__choose .secwrap h2 img {
	height: 28px;
}
.sec__choose .secwrap h2::before {
	width: 150px;
	height: 163px;
	content: "";
	display: inline-block;
	background: url("../images/choose_chara02.png") no-repeat left top / cover;
	position: absolute;
	top: -170px;
	right: calc(50% - 180px);
}
.sec__choose .secwrap h2::after {
	width: 140px;
	height: 163px;
	content: "";
	display: inline-block;
	background: url("../images/choose_chara01.png") no-repeat left top / cover;
	position: absolute;
	top: -170px;
	right: calc(50% - 30px);
}
.sec__choose .secwrap ul {
	margin: 20px 0 0;
  padding: 0 20px;
}
.sec__choose .secwrap ul li {
	width: 100%;
	margin: 15% 0 0 0;
}
.sec__choose .secwrap ul li figure {
	max-width: 646px;
	margin: 0 auto;
}
.sec__choose .secwrap ul li figure img {
	width: 100%;
}
.sec__choose .secwrap ul li .col {
	padding: 15px 0 0;
	position: relative;
	background: url("../images/choose_item_bg.png") no-repeat center top / 100% 100%;
}
.sec__choose .secwrap ul li .col .num {
	width: 100px;
	position: absolute;
	left: -20px;
	top: -80px;
}
.sec__choose .secwrap ul li .col h3 {
	padding: 15px 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #89c9e5;
}
.sec__choose .secwrap ul li .col p {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: left;
}
@media only screen and (min-width:768px) {
.sec__choose {
	padding: 150px 20px 80px;
}
.sec__choose .secwrap h2 {
	padding: 0 0 75px;
	text-align: center;
	position: relative;
	display: inline-block;
}
.sec__choose .secwrap h2 img {
	height: 30px;
}
.sec__choose .secwrap h2::before {
	width: 200px;
	height: 218px;
	content: "";
	display: inline-block;
	background: url("../images/choose_chara02.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 150px);
	right: -240px;
}
.sec__choose .secwrap h2::after {
	width: 200px;
	height: 205px;
	content: "";
	display: inline-block;
	background: url("../images/choose_chara01.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 150px);
	left: -150px;
}
.sec__choose .secwrap ul {
	margin: 20px 0 0;
  padding: 0 20px;
}
.sec__choose .secwrap ul li {
	width: 100%;
	margin: 100px 0 0 0;
	position: relative;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sec__choose .secwrap ul li:nth-child(2n) {
	flex-direction: row-reverse;
}
.sec__choose .secwrap ul li::before {
	width: 700px;
	height: 414px;
	content: "";
	display: inline-block;
	background: url("../images/choose_item_bg.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 207px);
	right: 0;
}
.sec__choose .secwrap ul li:nth-child(2n)::before {
	width: 700px;
	height: 414px;
	content: "";
	display: inline-block;
	background: url("../images/choose_item_bg_r.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 207px);
	left: 0;
	right: inherit;
}
/*.sec__choose .secwrap ul li:nth-child(2n) {
	background: url("../images/choose_item_bg_r.png") no-repeat left top / auto auto;
}*/
/*.sec__choose .secwrap ul li::before,
.sec__choose .secwrap ul li::after {
  content: "";
	display: table;
}
.sec__choose .secwrap ul li::after {
  clear: both;
}*/
.sec__choose .secwrap ul li .col {
	width: 45.8333%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
	position: relative;
	background: none;
}
.sec__choose .secwrap ul li:nth-child(2n) .col {
	padding: 0 0 0 30px;
}
.sec__choose .secwrap ul li .col .num {
	width: 100px;
	position: absolute;
	left: -70px;
	top: -90px;
}
.sec__choose .secwrap ul li:nth-child(2n) .col .num {
	width: 100px;
	position: absolute;
	left: -40px;
	top: -90px;
}
.sec__choose .secwrap ul li .col h3 {
	padding: 12px 0;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: left;
}
.sec__choose .secwrap ul li figure {
	width: 53.3333%;
	margin-left: -5%;
	position: relative;
}
.sec__choose .secwrap ul li:nth-child(2n) figure {
	margin-left: inherit;
	margin-right: -5%;
}
}
@media only screen and (min-width:1024px) {
.sec__choose {
	padding: 170px 20px;
}
.sec__choose .secwrap h2 {
	padding: 0 0 75px;
	text-align: center;
	position: relative;
	display: inline-block;
}
.sec__choose .secwrap h2 img {
	height: 50px;
}
.sec__choose .secwrap h2::before {
	width: 247px;
	height: 269px;
	content: "";
	display: inline-block;
	background: url("../images/choose_chara02.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 200px);
	right: -280px;
}
.sec__choose .secwrap h2::after {
	width: 304px;
	height: 355px;
	content: "";
	display: inline-block;
	background: url("../images/choose_chara01.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 210px);
	left: -250px;
}
.sec__choose .secwrap ul {
	margin: 110px 0 0;
  padding: 0 20px;
}
.sec__choose .secwrap ul li {
	width: 100%;
	margin: 50px 0 0 0;
	position: relative;
}
.sec__choose .secwrap ul li::before {
	width: 800px;
	height: 473px;
	content: "";
	display: inline-block;
	background: url("../images/choose_item_bg.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 207px);
	right: 0;
}
.sec__choose .secwrap ul li:nth-child(2n)::before {
	width: 800px;
	height: 473px;
	content: "";
	display: inline-block;
	background: url("../images/choose_item_bg_r.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 236px);
	left: 0;
	right: inherit;
}
/*.sec__choose .secwrap ul li:nth-child(2n) {
	background: url("../images/choose_item_bg_r.png") no-repeat left top / auto auto;
}*/
.sec__choose .secwrap ul li::before,
.sec__choose .secwrap ul li::after {
  content: "";
	display: table;
}
.sec__choose .secwrap ul li::after {
  clear: both;
}
.sec__choose .secwrap ul li .col {
	width: 45.8333%;
	padding: 20px 30px 0 0;
	box-sizing: border-box;
	position: relative;
	background: none;
}
.sec__choose .secwrap ul li:nth-child(2n) .col {
	padding: 20px 0 0 30px;
}
.sec__choose .secwrap ul li .col .num {
	width: 150px;
	position: absolute;
	left: -90px;
	top: -130px;
}
.sec__choose .secwrap ul li:nth-child(2n) .col .num {
	width: 150px;
	position: absolute;
	left: -60px;
	top: -130px;
}
.sec__choose .secwrap ul li .col h3 {
	padding: 12px 0;
	font-size: 24px;
	text-align: left;
}
.sec__choose .secwrap ul li figure {
	width: 53.3333%;
	margin-left: -5%;
	position: relative;
}
.sec__choose .secwrap ul li:nth-child(2n) figure {
	margin-left: inherit;
	margin-right: -5%;
}
.sec__choose .secwrap ul li p {
	font-size: 16px;
}
}

/* sec__itero
-----------------------------------------------*/
.sec__itero {
	padding: 0;
	background-color: #fff;
}
.sec__itero .tit-wrap {
	padding: 0 20px;
	text-align: center;
	background: url("../images/itero_tit_bg_01.jpg") no-repeat center center / cover;
}
.sec__itero .tit-wrap .inner {
	padding: 60px 0 220px;
	box-sizing: border-box;
	text-align: center;
	background: url("../images/itero_tit_bg_02@2x.png") no-repeat right bottom / 210px auto,
              url("../images/itero_tit_bg_03@2x.png") no-repeat right 100px bottom / 210px auto;
}
.sec__itero .tit-wrap h2 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.sec__itero .tit-wrap h2 span.frame {
	padding: 5px 10px;
	font-size: 18px;
	font-family: 'Noto Sans JP',sans-serif;
	color: #fff;
	letter-spacing: 0.05em;
	display: inline-block;
	background: linear-gradient(to right, #50b8df, #7adace);
	border-radius: 30px;
}
.sec__itero .tit-wrap h2 span.pk {
	padding: 10px 0 0;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Noto Sans JP',sans-serif;
	color: #f16c88;
	letter-spacing: 0.05em;
	line-height: 1.7;
	display: block;
}
.sec__itero .secwrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.sec__itero .secwrap .innerwrap {
	
}
.sec__itero .secwrap .innerwrap figure {
	width: 80%;
	margin: -50px auto 0;
}
.sec__itero .secwrap .innerwrap .col {
	margin: 15px 0 0;
}
.sec__itero .secwrap .innerwrap .col h3 {
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
	color: #50b8df;
}
.sec__itero .secwrap .innerwrap .col p {
	margin: 15px 0 0;
	letter-spacing: 0.05em;
	line-height: 2.2;
}
.sec__itero .secwrap .itero-fe {
	margin: 30px 0 0;
}
.sec__itero .secwrap .itero-fe h3 {
	padding: 10px 12px;
	background-color: #50b8df;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
}
.sec__itero .secwrap .itero-fe h3::before {
	content: "";
	border-top: 10px solid #50b8df;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
	position: absolute;
	bottom: -10px;
	right: calc(50% - 2px);
}
.sec__itero .secwrap .itero-fe ul {
	margin: 10px 0 0;
}
.sec__itero .secwrap .itero-fe ul li {
	width: 90%;
	margin: 30px auto 0;
}
.sec__itero .secwrap .itero-fe ul li figure,
.sec__itero .secwrap .itero-fe ul li figure img{
	width: 100%;
}
.sec__itero .secwrap .itero-fe ul li h4 {
	padding: 12px 0;
	font-size: 16px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #967438;
	text-align: center;
}
.sec__itero .secwrap .itero-fe ul li p {
	letter-spacing: 0.05em;
	line-height: 2.2;
}
.sec__itero .simulation {
	margin: 50px 0 0;
	padding: 90px 0 50px;
	position: relative;
	background: url("../images/simulation_bg_sp.jpg") no-repeat left center / cover #79c2de;
}
.sec__itero .simulation::before {
	content: "";
	border-top: 30px solid #fff;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
	position: absolute;
	top: 0;
	left: calc(50% - 90px);
}
.sec__itero .simulation .innerwrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}
.sec__itero .simulation .innerwrap h3 {
	font-size: 18px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	display: inline-block;
	position: relative;
}
.sec__itero .simulation .innerwrap h3::after {
	width: 50px;
	height: 50px;
	content: "";
	display: inline-block;
	background: url("../images/icon_simulation.png") no-repeat left top / cover;
	position: absolute;
	/*top: calc(50% - 35px);
	right: -70px;*/
	top: -50px;
	right: calc(50% - 25px);
}
.sec__itero .simulation .innerwrap p {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	line-height: 1.7;
	text-align: left;
}
.sec__itero .simulation .innerwrap ul {
	margin: 15px 0 0;
}
.sec__itero .simulation .innerwrap ul li {
	width: 100%;
	margin: 15px 0 0;
}
@media only screen and (min-width:768px) {
.sec__itero {
	padding: 0;
	background-color: #fff;
}
.sec__itero .tit-wrap {
	padding: 0 20px;
	text-align: left;
	background: url("../images/itero_tit_bg_01.jpg") no-repeat center center / cover;
}
.sec__itero .tit-wrap .inner {
	max-width: 1500px;
	margin: 0 auto;
	padding: 70px 0 240px;
	text-align: left;
	background: url("../images/itero_tit_bg_02@2x.png") no-repeat right bottom / 350px auto,
              url("../images/itero_tit_bg_03@2x.png") no-repeat right 100px bottom 50px / 300px auto;
}
.sec__itero .tit-wrap h2 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.sec__itero .tit-wrap h2 span.frame {
	padding: 5px 10px;
	font-size: 28px;
	font-family: 'Noto Sans JP',sans-serif;
	color: #fff;
	letter-spacing: 0.05em;
	display: inline-block;
	background: linear-gradient(to right, #50b8df, #7adace);
	border-radius: 30px;
}
.sec__itero .tit-wrap h2 span.pk {
	padding: 15px 0 0;
	font-size: 30px;
	font-size: min(3.9062vw, 34px);
	font-weight: 500;
	font-family: 'Noto Sans JP',sans-serif;
	font-feature-settings: "palt";
	color: #f16c88;
	letter-spacing: 0.05em;
	display: block;
}
.sec__itero .secwrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.sec__itero .secwrap .innerwrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__itero .secwrap .innerwrap figure {
	width: 50%;
	margin: -150px auto 0;
}
.sec__itero .secwrap .innerwrap .col {
	width: 48.75%;
	margin: 0;
	padding: 50px 0 0;
}
.sec__itero .secwrap .innerwrap .col h3 {
	font-size: 22px;
	text-align: left;
}
.sec__itero .secwrap .innerwrap .col p {
	margin: 15px 0 0;
}
.sec__itero .secwrap .itero-fe {
	margin: 50px 0 0;
}
.sec__itero .secwrap .itero-fe h3 {
	padding: 12px 12px;
	font-size: 22px;
}
.sec__itero .secwrap .itero-fe h3::before {
	content: "";
	border-top: 10px solid #50b8df;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
	position: absolute;
	bottom: -10px;
	right: calc(50% - 2px);
}
.sec__itero .secwrap .itero-fe ul {
	margin: 25px 0 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__itero .secwrap .itero-fe ul li {
	width: 29.3577%;
	margin: 0;
}
.sec__itero .secwrap .itero-fe ul li h4 {
	padding: 12px 0;
	font-size: 16px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #967438;
	text-align: center;
}
.sec__itero .secwrap .itero-fe ul li p {
	letter-spacing: 0.05em;
	line-height: 2.2;
}
.sec__itero .simulation {
	margin: 50px 0 0;
	padding: 90px 0 50px;
	background: url("../images/simulation_bg_left.jpg") no-repeat left center / auto 100%,
              url("../images/simulation_bg_right.jpg") no-repeat right center / auto 100% #79c2de;
}
.sec__itero .simulation .innerwrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	text-align: center;
}
.sec__itero .simulation .innerwrap h3 {
	font-size: 22px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	display: inline-block;
	position: relative;
}
.sec__itero .simulation .innerwrap h3::after {
	width: 70px;
	height: 70px;
	content: "";
	display: inline-block;
	background: url("../images/icon_simulation.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 40px);
	right: -70px;
}
.sec__itero .simulation .innerwrap p {
	margin: 15px 0 0;
	font-size: 14px;
	text-align: center;
}
.sec__itero .simulation .innerwrap ul {
	margin: 15px 0 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__itero .simulation .innerwrap ul li {
	width: 48.3333%;
	margin: 15px 0 0;
}
}
@media only screen and (min-width:1024px) {
.sec__itero .tit-wrap {
	padding: 0 20px;
	text-align: left;
	background: url("../images/itero_tit_bg_01.jpg") no-repeat center center / cover;
}
.sec__itero .tit-wrap .inner {
	max-width: 1500px;
	margin: 0 auto;
	padding: 120px 0 320px;
	text-align: left;
	background: url("../images/itero_tit_bg_02@2x.png") no-repeat right bottom / 520px auto,
              url("../images/itero_tit_bg_03@2x.png") no-repeat right 250px bottom 100px / 400px auto;
}
.sec__itero .tit-wrap h2 span.frame {
	padding: 10px 20px;
	font-size: 34px;
}
.sec__itero .tit-wrap h2 span.pk {
	padding: 15px 0 0;
	font-size: 40px;
	font-size: min(3.9062vw, 52px);
}
.sec__itero .secwrap .innerwrap figure {
	width: 50%;
	margin: -250px auto 0;
}
.sec__itero .secwrap .innerwrap .col {
	width: 48.75%;
	margin: 0;
	padding: 70px 0 0;
}
.sec__itero .secwrap .innerwrap .col h3 {
	font-size: 30px;
}
.sec__itero .secwrap .innerwrap .col p {
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 500;
}
.sec__itero .secwrap .itero-fe {
	margin: 50px 0 0;
}
.sec__itero .secwrap .itero-fe h3 {
	padding: 12px 12px;
	font-size: 30px;
}
.sec__itero .secwrap .itero-fe ul li h4 {
	padding: 15px 0;
	font-size: 20px;
}
.sec__itero .secwrap .itero-fe ul li p {
	font-size: 16px;
}
.sec__itero .simulation {
	margin: 50px 0 0;
	padding: 90px 0 50px;
}
.sec__itero .simulation .innerwrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	text-align: center;
}
.sec__itero .simulation .innerwrap h3 {
	font-size: 26px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	display: inline-block;
	position: relative;
}
.sec__itero .simulation .innerwrap p {
	margin: 20px 0 0;
	font-size: 16px;
}
.sec__itero .simulation .innerwrap ul {
	margin: 25px 0 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__itero .simulation .innerwrap ul li {
	width: 48.3333%;
	margin: 15px 0 0;
}
}


/* sec__comparison
-----------------------------------------------*/
.sec__comparison {
	padding: 0;
}
.sec__comparison .secwrap {
  max-width: 1280px;
	margin: 0 auto;
	padding: 50px 20px 0;
	box-sizing: border-box;
}
.sec__comparison .secwrap h2 {
  padding: 0 0 10px;
  text-align: center;
  position: relative;
  display: block;
	border-bottom: 1px solid #967438;
}
.sec__comparison .secwrap h2 img {
  height: 22px;
}
.sec__comparison .secwrap .tablelist {
  width: 100%;
	margin: 25px 0 0;
	padding: 30px 10px;
	/*padding: 50px 8.3333% 100px;*/
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 6px;
}
.sec__comparison .secwrap .tablelist table {
  width: 100%;
	margin: 0 auto;
}
.sec__comparison .secwrap .tablelist table tr:nth-child(2n) {
	background-color: #fff7f1;
}
.sec__comparison .secwrap .tablelist table th {
	padding: 7px;
	border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.sec__comparison .secwrap .tablelist table th.last,
.sec__comparison .secwrap .tablelist table td.last{
	border-right: none;
}
.sec__comparison .secwrap .tablelist table th.item {
	width: 20%;
	color: #f16c88;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.7;
	text-align: left;
	vertical-align: middle;
}
.sec__comparison .secwrap .tablelist table th.tit {
	width: 40%;
	color: #86b026;
	text-align: center;
}
.sec__comparison .secwrap .tablelist table th.tit figure {
	max-width: 188px;
	margin: 0 auto;
	text-align: center;
}
.sec__comparison .secwrap .tablelist table th.tit span {
	margin: 5px 0 0;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.7;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
}
.sec__comparison .secwrap .tablelist table th.tit.invisa span {
	background-color: #50b8df;
}
.sec__comparison .secwrap .tablelist table th.tit.wire span {
	background-color: #b7b293;
}
.sec__comparison .secwrap .tablelist table td {
	padding: 7px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.7;
	text-align: left;
	border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
	vertical-align: middle;
}
.sec__comparison .secwrap .tablelist p.anno {
	margin: 10px 0 0;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
/*「インビザライン」の注意点 / 未承認医療機器の使用について*/
/*.sec__comparison .secwrap .importantpoint {
	margin: 50px 0 0;
	padding: 40px 20px;
	text-align: center;
	background: url("../images/bg_002.png") repeat center top;
}
.sec__comparison .secwrap .importantpoint h3 {
	padding: 5px 15px 5px 52px;
	font-size: 14px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #000;
	display: inline-block;
	background-color: #fff;
	border-radius: 40px;
	position: relative;
}
.sec__comparison .secwrap .importantpoint h3::before {
	width: 30px;
	height: 23px;
	content: "";
	display: inline-block;
	background: url("../images/icon_point.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 12px);
	left: 12px;
}
.sec__comparison .secwrap .importantpoint .innerwrap {
	margin: 25px 0 0;
	text-align: left;
}
.sec__comparison .secwrap .importantpoint .innerwrap h4 {
	padding: 7px 5px 7px 12px;
	border-left: 1px solid #f38298;
	border-bottom: 1px solid #f38298;
	font-size: 14px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #f16c88;
}
.sec__comparison .secwrap .importantpoint .innerwrap p {
	margin: 10px 0 0;
	letter-spacing: 0.05em;
	line-height: 2.2;
}*/
@media only screen and (min-width:768px) {
.sec__comparison {
  padding: 40px 20px;
}
.sec__comparison .secwrap h2 {
  padding: 0 0 12px;
}
.sec__comparison .secwrap h2 img {
  height: 24px;
}
.sec__comparison .secwrap .tablelist {
  width: 100%;
	margin: 30px 0 0;
	padding: 50px 8.3333% 100px;
}
.sec__comparison .secwrap .tablelist table th {
	padding: 15px;
	border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.sec__comparison .secwrap .tablelist table th.item {
	width: 16%;
	font-size: 14px;
}
.sec__comparison .secwrap .tablelist table th.tit {
	width: 28%;
}
.sec__comparison .secwrap .tablelist table th.tit span {
	margin: 5px 0 0;
	padding: 7px 15px;
	font-size: 14px;
}
.sec__comparison .secwrap .tablelist table td {
	padding: 15px;
	font-size: 14px;
	font-weight: 500;
}
/*「インビザライン」の注意点 / 未承認医療機器の使用について*/
/*.sec__comparison .secwrap .importantpoint {
	margin: 50px 0 0;
	padding: 50px 40px;
}
.sec__comparison .secwrap .importantpoint h3 {
	padding: 5px 20px 5px 52px;
	font-size: 18px;
}
.sec__comparison .secwrap .importantpoint h3::before {
	width: 30px;
	height: 23px;
	content: "";
	display: inline-block;
	background: url("../images/icon_point.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 12px);
	left: 12px;
}
.sec__comparison .secwrap .importantpoint .innerwrap {
	margin: 35px 0 0;
}
.sec__comparison .secwrap .importantpoint .innerwrap h4 {
	padding: 7px 5px 7px 12px;
	font-size: 16px;
}
.sec__comparison .secwrap .importantpoint .innerwrap p {
	margin: 10px 0 0;
}*/
}
@media only screen and (min-width:1024px) {
.sec__comparison {
  padding: 50px 20px;
}
.sec__comparison .secwrap h2 {
  font-size: 22px;
}
.sec__comparison .secwrap .tablelist {
  width: 100%;
	margin: 30px 0 0;
}
.sec__comparison .secwrap .tablelist table th {
	padding: 25px;
	border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.sec__comparison .secwrap .tablelist table th.item {
	width: 16%;
	font-size: 14px;
}
.sec__comparison .secwrap .tablelist table th.tit {
	width: 28%;
}
.sec__comparison .secwrap .tablelist table th.tit span {
	margin: 10px 0 0;
	padding: 8px 35px;
	font-size: 16px;
}
.sec__comparison .secwrap .tablelist table td {
	padding: 25px;
	font-size: 14px;
	font-weight: 500;
}
.sec__comparison .secwrap .tablelist table td span {
	font-size: 12px;
}
/*「インビザライン」の注意点 / 未承認医療機器の使用について*/
/*.sec__comparison .secwrap .importantpoint {
	margin: 50px 0 0;
	padding: 50px 40px;
}
.sec__comparison .secwrap .importantpoint h3 {
	padding: 10px 30px 10px 72px;
	font-size: 20px;
}
.sec__comparison .secwrap .importantpoint h3::before {
	width: 42px;
	height: 32px;
	content: "";
	display: inline-block;
	background: url("../images/icon_point.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 16px);
	left: 15px;
}
.sec__comparison .secwrap .importantpoint .innerwrap {
	margin: 35px 0 0;
}
.sec__comparison .secwrap .importantpoint .innerwrap h4 {
	padding: 7px 5px 7px 12px;
	font-size: 16px;
}
.sec__comparison .secwrap .importantpoint .innerwrap p {
	margin: 15px 0 0;
}*/
}

/* sec__staff
-----------------------------------------------*/
.sec__staff {
	padding: 50px 20px 50px;
	background:  url("../images/bg_001.jpg") repeat center top;
}
.sec__staff .secwrap {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.sec__staff .secwrap h2 {
	padding: 0 0 50px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__staff .secwrap h2 img {
	height: 80px;
}
.sec__staff .secwrap h2::before {
	width: 300px;
	height: 37px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
}
.sec__staff .secwrap ul {
	margin: 20px 0 0;
}
.sec__staff .secwrap ul li {
	margin: 0;
	padding: 35px 20px;
	background: url("../images/bg_dotline_01.png") repeat-x left top,
              url("../images/staff_bg_01.png") no-repeat center top 20vw / 100% auto;
}
.sec__staff .secwrap ul li:first-child {
	margin: 0;
	padding: 35px 20px;
	background: url("../images/bg_dotline_01.png") repeat-x left top,
              url("../images/staff_bg_01.png") no-repeat center top 42vw / 100% auto;
}
.sec__staff .secwrap ul li figure,
.sec__staff .secwrap ul li figure img {
	width: 100%;
	position: relative;
}
.sec__staff .secwrap ul li:first-child figure::before {
	width: 100%;
	height: 100%;
	display: inline-block;
	content: "";
	background-color: #a4e1ce;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(4deg);
}
.sec__staff .secwrap ul li .col {
	margin: 15px 0 0;
}
.sec__staff .secwrap ul li .col .status {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.sec__staff .secwrap ul li .col h3 {
	font-size: 20px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.7;
}
.sec__staff .secwrap ul li .col .en {
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #a0d0de;
}
.sec__staff .secwrap ul li .col .license {
	margin: 20px 0 0;
	text-align: left;
}
.sec__staff .secwrap ul li .col .license h4  {
	padding: 3px 20px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background-color: #a0d0de;
}
.sec__staff .secwrap ul li .col .license ul {
	margin: 10px 0 0;
	text-align: left;
}
.sec__staff .secwrap ul li .col .license ul li {
	margin: 5px 0 0;
	padding: 0 0 0 1.2em;
	text-indent: -1.2em;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #555;
	background: none;
	position: relative;
}
.sec__staff .secwrap ul li .col .license ul li::before {
	content: "● ";
	color: #a0d0de;
	font-size: 10px;
}
.sec__staff .secwrap ul li .col .comment {
	margin: 25px 0 0;
}
.sec__staff .secwrap ul li .col .comment p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: left;
}
@media only screen and (min-width:768px) {
.sec__staff {
	padding: 70px 20px 50px;
}
.sec__staff .secwrap h2 {
	padding: 0 0 60px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__staff .secwrap h2 img {
	height: 90px;
}
.sec__staff .secwrap h2::before {
	width: 400px;
	height: 49px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 200px);
}
.sec__staff .secwrap ul {
	width: 100%;
	margin: 20px 0 0;
	padding: 40px;
	box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__staff .secwrap ul::after {
  display: block;
  content: "";
  width: 50%;
}
.sec__staff .secwrap ul li {
	width: 50%;
	padding: 30px 30px;
	box-sizing: border-box;
	background: url("../images/bg_dotline_01.png") repeat-x left bottom,
              url("../images/staff_bg_01.png") no-repeat center top 13vw / 80% auto;
}
.sec__staff .secwrap ul li:nth-child(2n) {
	box-sizing: border-box;
	background: url("../images/bg_dotline_01.png") repeat-x left bottom,
              url("../images/bg_dotline_02.png") repeat-y right top,
              url("../images/staff_bg_01.png") no-repeat center top 13vw / 80% auto;
}
.sec__staff .secwrap ul li:first-child {
	width: 100%;
	margin: 0;
	padding: 30px 30px;
	letter-spacing: -0.4em;
	background: url("../images/bg_dotline_01.png") repeat-x left top,
              url("../images/bg_dotline_01.png") repeat-x left bottom,
              url("../images/staff_bg_01.png") no-repeat right center / auto 75%;
}
.sec__staff .secwrap ul li:last-child {
	background: url("../images/bg_dotline_02.png") repeat-y right top;
}
.sec__staff .secwrap ul li figure,
.sec__staff .secwrap ul li figure img {
	width: 100%;
	position: relative;
}
.sec__staff .secwrap ul li:first-child figure {
	width: 46%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.sec__staff .secwrap ul li:first-child figure::before {
	width: 100%;
	height: 100%;
	display: inline-block;
	content: "";
	background-color: #a4e1ce;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(4deg);
}
.sec__staff .secwrap ul li .col {
	margin: 15px 0 0;
	text-align: left;
}
.sec__staff .secwrap ul li:first-child .col {
	width: 45%;
	margin: 0 0 0 9%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.sec__staff .secwrap ul li .col .status {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.sec__staff .secwrap ul li .col h3 {
	font-size: 20px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.7;
}
.sec__staff .secwrap ul li .col .en {
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #a0d0de;
}
.sec__staff .secwrap ul li .col .license {
	margin: 20px 0 0;
	text-align: left;
}
.sec__staff .secwrap ul li .col .license h4  {
	padding: 3px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background-color: #a0d0de;
}
.sec__staff .secwrap ul li .col .license ul {
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	display: block;
}
.sec__staff .secwrap ul li .col .license ul li {
	width: 100%;
	margin: 5px 0 0;
	padding: 0 0 0 1.2em;
	text-indent: -1.2em;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #555;
	background: none;
	position: relative;
}
.sec__staff .secwrap ul li .col .license ul li::before {
	content: "● ";
	color: #a0d0de;
	font-size: 10px;
}
.sec__staff .secwrap ul li .col .comment {
	margin: 25px 0 0;
}
.sec__staff .secwrap ul li .col .comment p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: left;
}
}
@media only screen and (min-width:1024px) {
.sec__staff {
	padding: 80px 20px 50px;
}
.sec__staff .secwrap {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.sec__staff .secwrap h2 {
	padding: 0 0 75px;
}
.sec__staff .secwrap h2 img {
	height: 110px;
}
.sec__staff .secwrap h2::before {
	width: 520px;
	height: 63px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 260px);
}
.sec__staff .secwrap ul {
	width: 100%;
	margin: 20px 0 0;
}
.sec__staff .secwrap ul li {
	width: 50%;
	padding: 50px;
	box-sizing: border-box;
	background: url("../images/bg_dotline_01.png") repeat-x left bottom,
              url("../images/staff_bg_01.png") no-repeat center top 13vw / 80% auto;
}
.sec__staff .secwrap ul li:nth-child(2n) {
	box-sizing: border-box;
	background: url("../images/bg_dotline_01.png") repeat-x left bottom,
              url("../images/bg_dotline_02.png") repeat-y right top,
              url("../images/staff_bg_01.png") no-repeat center top 13vw / 80% auto;
}
.sec__staff .secwrap ul li:first-child {
	width: 100%;
	margin: 0;
	padding: 50px;
	letter-spacing: -0.4em;
	background: url("../images/bg_dotline_01.png") repeat-x left top,
              url("../images/bg_dotline_01.png") repeat-x left bottom,
              url("../images/staff_bg_01.png") no-repeat right center / auto 85%;
}
.sec__staff .secwrap ul li:first-child figure {
	width: 46%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.sec__staff .secwrap ul li:first-child figure::before {
	width: 100%;
	height: 100%;
	display: inline-block;
	content: "";
	background-color: #a4e1ce;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(4deg);
}
.sec__staff .secwrap ul li:last-child {
	background: url("../images/bg_dotline_02.png") repeat-y right top;
}
.sec__staff .secwrap ul li .col {
	margin: 15px 0 0;
	text-align: left;
}
.sec__staff .secwrap ul li:first-child .col {
	width: 45%;
	margin: 0 0 0 9%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.sec__staff .secwrap ul li .col .status {
	font-size: 16px;
}
.sec__staff .secwrap ul li .col h3 {
	font-size: 24px;
}
.sec__staff .secwrap ul li .col .en {
	font-size: 16px;
}
.sec__staff .secwrap ul li .col .license {
	margin: 20px 0 0;
}
.sec__staff .secwrap ul li .col .license h4  {
	padding: 3px 20px;
	display: inline-block;
	font-size: 14px;
}
.sec__staff .secwrap ul li .col .license ul {
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	display: block;
}
.sec__staff .secwrap ul li .col .comment {
	margin: 25px 0 0;
}
}

/* sec__fee
-----------------------------------------------*/
.sec__fee {
	padding: 50px 20px 50px;
}
.sec__fee .secwrap {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.sec__fee .secwrap h2 {
	padding: 0 0 50px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__fee .secwrap h2 img {
	height: 80px;
}
.sec__fee .secwrap h2::before {
	width: 300px;
	height: 37px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
}
.sec__fee .secwrap .pricelist {
	margin: 25px 0 0;
}
.sec__fee .secwrap .pricelist table {
	width: 100%;
	margin: 25px 0 0;
	background-color: #fff;
	border-top: 1px solid #ddd3b9;
	border-left: 1px solid #ddd3b9;
}
.sec__fee .secwrap .pricelist table th {
	width: 40%;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	background: url("../images/bg_ptn_02.png") repeat left top;
	border-bottom: 1px solid #ddd3b9;
	border-right: 1px solid #ddd3b9;
}
.sec__fee .secwrap .pricelist table td {
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #c6a34f;
	text-align: right;
	letter-spacing: 0.05em;
	line-height: 1.7;
	border-bottom: 1px solid #ddd3b9;
	border-right: 1px solid #ddd3b9;
}
.sec__fee .secwrap .pricelist .anno {
	margin: 10px 0 0;
	text-align: left;
}
.sec__fee .secwrap .pricelist .anno li {
	margin: 2px 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	position: relative;
}
.sec__fee .secwrap .pricelist .anno li::before {
	content: "● ";
	font-size: 10px;
	color: #a5d1de;
}
.sec__fee .secwrap .installments {
	width: 100%;
	margin: 50px 0 0;
	text-align: center;
}
.sec__fee .secwrap .payment {
	width: 100%;
	margin: 50px 0 0;
	padding: 30px 20px;
	border-radius: 6px;
	border: 2px solid #efe9ea;
	background-color: #fff;
	box-sizing: border-box;
}
.sec__fee .secwrap .payment h3 {
	padding: 0 0 5px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
	color: #f16c88;
	position: relative;
}
.sec__fee .secwrap .payment h3::before {
	width: 30px;
	height: 3px;
	content: "";
	display: inline-block;
	background-color: #f16c88;
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
}
.sec__fee .secwrap .payment p.lead {
	padding: 15px 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: left;
}
.sec__fee .secwrap .payment ul {
	margin: 5px 0 0;
	text-align: center;
}
.sec__fee .secwrap .payment ul li h4 {
	padding: 6px 25px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 30px;
	background: url("../images/bg_ptn_03.jpg") repeat left top;
}
.sec__fee .secwrap .payment ul li.loan .inner {
	width: 100%;
	margin: 15px 0 0;
	box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__fee .secwrap .payment ul li.loan .inner figure {
	width: 92px;
}
.sec__fee .secwrap .payment ul li.loan .inner figure img {
	width: 100%
}
.sec__fee .secwrap .payment ul li.loan .inner p {
	width: calc(100% - 92px - 5%);
	text-align: left;
	line-height: 2.0;
}
.sec__fee .secwrap .payment ul li.credit {
	margin: 25px 0 0;
}
.sec__fee .secwrap .payment ul li.credit figure {
	width: 80%;
	margin: 15px auto 0;
	text-align: center;
}
.sec__fee .secwrap .payment ul li.credit figure img {
	width: 100%;
	max-width: 296px;
}
@media only screen and (min-width:768px) {
.sec__fee {
	padding: 70px 40px 50px;
}
.sec__fee .secwrap h2 {
	padding: 0 0 60px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__fee .secwrap h2 img {
	height: 90px;
}
.sec__fee .secwrap h2::before {
	width: 400px;
	height: 49px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 200px);
}
.sec__fee .secwrap .pricelist {
	margin: 25px 0 0;
}
.sec__fee .secwrap .pricelist table {
	width: 100%;
	margin: 25px 0 0;
	background-color: #fff;
	border-top: 1px solid #ddd3b9;
	border-left: 1px solid #ddd3b9;
}
.sec__fee .secwrap .pricelist table th {
	width: 40%;
	padding: 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	background: url("../images/bg_ptn_02.png") repeat left top;
	border-bottom: 1px solid #ddd3b9;
	border-right: 1px solid #ddd3b9;
}
.sec__fee .secwrap .pricelist table td {
	padding: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #c6a34f;
	text-align: right;
	letter-spacing: 0.05em;
	line-height: 1.7;
	border-bottom: 1px solid #ddd3b9;
	border-right: 1px solid #ddd3b9;
}
.sec__fee .secwrap .pricelist .anno {
	margin: 10px 0 0;
	text-align: left;
}
.sec__fee .secwrap .pricelist .anno li {
	margin: 2px 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	position: relative;
}
.sec__fee .secwrap .pricelist .anno li::before {
	content: "● ";
	font-size: 10px;
	color: #a5d1de;
}
.sec__fee .secwrap .installments {
	margin: 50px 0 0;
}
.sec__fee .secwrap .payment {
	width: 100%;
	margin: 50px 0 0;
	padding: 45px 40px;
	border-radius: 6px;
	border: 2px solid #efe9ea;
	background-color: #fff;
	box-sizing: border-box;
}
.sec__fee .secwrap .payment h3 {
	padding: 0 0 5px;
	font-size: 22px;
}
.sec__fee .secwrap .payment h3::before {
	width: 30px;
	height: 3px;
	content: "";
	display: inline-block;
	background-color: #f16c88;
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
}
.sec__fee .secwrap .payment p.lead {
	padding: 20px 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: left;
}
.sec__fee .secwrap .payment ul {
	margin: 5px 0 0;
	text-align: center;
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__fee .secwrap .payment ul li h4 {
	padding: 6px 25px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 30px;
	background: url("../images/bg_ptn_03.jpg") repeat left top;
}
.sec__fee .secwrap .payment ul li.loan .inner {
	width: 100%;
	margin: 15px 0 0;
	box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__fee .secwrap .payment ul li.loan .inner figure {
	width: 92px;
}
.sec__fee .secwrap .payment ul li.loan .inner figure img {
	width: 100%
}
.sec__fee .secwrap .payment ul li.loan .inner p {
	width: calc(100% - 92px - 5%);
	text-align: left;
	line-height: 2.0;
}
.sec__fee .secwrap .payment ul li.loan {
  width: 53%;
	padding: 0 30px 0 0;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.sec__fee .secwrap .payment ul li.credit {
	width: 47%;
	margin: 0;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
}
@media only screen and (min-width:1024px) {
.sec__fee {
	padding: 80px 20px 50px;
}
.sec__fee .secwrap h2 {
	padding: 0 0 75px;
}
.sec__fee .secwrap h2 img {
	height: 110px;
}
.sec__fee .secwrap h2::before {
	width: 520px;
	height: 63px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 260px);
}
.sec__fee .secwrap .pricelist {
	margin: 25px 0 0;
}
.sec__fee .secwrap .pricelist table {
	width: 100%;
	margin: 30px 0 0;
}
.sec__fee .secwrap .pricelist table th {
	width: 40%;
	padding: 20px;
	font-size: 18px;
}
.sec__fee .secwrap .pricelist table td {
	padding: 20px;
	font-size: 18px;
}
.sec__fee .secwrap .payment {
	width: 100%;
	margin: 50px 0 0;
	padding: 45px 40px;
	border: 3px solid #efe9ea;
}
.sec__fee .secwrap .payment h3 {
	padding: 0 0 8px;
	font-size: 24px;
}
.sec__fee .secwrap .payment h3::before {
	width: 36px;
	height: 4px;
	content: "";
	display: inline-block;
	background-color: #f16c88;
	position: absolute;
	bottom: 0;
	left: calc(50% - 18px);
}
.sec__fee .secwrap .payment p.lead {
	padding: 25px 0;
	font-size: 16px;
	text-align: center;
}
.sec__fee .secwrap .payment ul {
	margin: 5px 0 0;
	text-align: center;
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__fee .secwrap .payment ul li h4 {
	padding: 10px 25px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 30px;
	background: url("../images/bg_ptn_03.jpg") repeat left top;
}
.sec__fee .secwrap .payment ul li.loan .inner {
	margin: 20px 0 0;
}
.sec__fee .secwrap .payment ul li.loan .inner p {
	width: calc(100% - 92px - 5%);
	text-align: left;
	line-height: 2.0;
}
.sec__fee .secwrap .payment ul li.loan {
  width: 53%;
	padding: 0 30px 0 0;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.sec__fee .secwrap .payment ul li.credit {
	width: 47%;
	margin: 0;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.sec__fee .secwrap .payment ul li.credit figure {
	margin: 20px auto 0;
}
}

/* sec__flow
-----------------------------------------------*/
.sec__flow {
	padding: 50px 20px 50px;
	background-color: #fff;
}
.sec__flow .secwrap {
	max-width: 1280px;
	margin: 0 auto;
}
.sec__flow .secwrap h2 {
	padding: 0 0 50px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__flow .secwrap h2 img {
	height: 80px;
}
.sec__flow .secwrap h2::before {
	width: 300px;
	height: 37px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
}
.sec__flow .secwrap ul {
	margin: 10px 0 0;
	padding: 0 20px;
}
.sec__flow .secwrap ul li {
	margin: 50px 0 0;
	position: relative;
}
.sec__flow .secwrap ul li::after {
	content: "";
	border-top: 20px solid #d5e2ee;
  border-right: 36px solid transparent;
  border-left: 36px solid transparent;
	position: absolute;
	bottom: -35px;
	left: calc(50% - 36px);
}
.sec__flow .secwrap ul li:last-child::after {
	display: none;
}
.sec__flow .secwrap ul li h3 {
	padding: 8px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
	background-color: #a4e1ce;
	border-radius: 6px;
	position: relative;
}
.sec__flow .secwrap ul li h3::before {
	width: 35px;
	height: 19px;
	content: "";
	display: inline-block;
	background: url("../images/balloon.png") no-repeat left top / cover;
	position: absolute;
	bottom: -19px;
	left: calc(50% - 17px);
}
.sec__flow .secwrap ul li figure {
	width: 100%;
	margin: 7px 0 0;
}
.sec__flow .secwrap ul li p {
	margin: 10px 0 0;
	letter-spacing: 0.05em;
	line-height: 2.2;
}
.sec__flow .secwrap ul li figure img {
	width: 100%;
}
@media only screen and (min-width:768px) {
.sec__flow {
	padding: 70px 40px 50px;
}
.sec__flow .secwrap h2 {
	padding: 0 0 60px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__flow .secwrap h2 img {
	height: 90px;
}
.sec__flow .secwrap h2::before {
	width: 400px;
	height: 49px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 200px);
}
.sec__flow .secwrap ul {
	margin: 10px 0 0;
	padding: 0 20px;
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__flow .secwrap ul li {
	width: 42%;
	margin: 50px 0 0;
	position: relative;
}
.sec__flow .secwrap ul li::after {
	content: "";
	border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 20px solid #d5e2ee;
	position: absolute;
	bottom: inherit;
	left: inherit;
	top: 150px;
	right: -100px;
}
.sec__flow .secwrap ul li:nth-child(2n)::after {
	display: none;
}
.sec__flow .secwrap ul li:last-child::after {
	display: none;
}
.sec__flow .secwrap ul li h3 {
	padding: 8px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
	background-color: #a4e1ce;
	border-radius: 6px;
	position: relative;
}
}
@media only screen and (min-width:1024px) {
.sec__flow {
	padding: 90px 20px 100px;
}
.sec__flow .secwrap h2 {
	padding: 0 0 75px;
}
.sec__flow .secwrap h2 img {
	height: 110px;
}
.sec__flow .secwrap h2::before {
	width: 520px;
	height: 63px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 260px);
}
.sec__flow .secwrap ul {
	margin: 10px 0 0;
	padding: 0 20px;
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__flow .secwrap ul li {
	width: 29.1666%;
	margin: 50px 0 0;
	position: relative;
}
.sec__flow .secwrap ul li::after {
	content: "";
	border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 20px solid #d5e2ee;
	position: absolute;
	bottom: inherit;
	left: inherit;
	top: 150px;
	right: -80px;
}
.sec__flow .secwrap ul li:nth-child(2n)::after {
	display: inline-block;
}
.sec__flow .secwrap ul li:nth-child(3n)::after,
.sec__flow .secwrap ul li:last-child::after {
	display: none;
}
.sec__flow .secwrap ul li h3 {
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
	background-color: #a4e1ce;
	border-radius: 6px;
	position: relative;
}
}

/* sec__info
-----------------------------------------------*/
.sec__info {
	padding: 50px 20px 50px;
}
.sec__info .secwrap {
	max-width: 1280px;
	margin: 0 auto;
}
.sec__info .secwrap h2 {
	padding: 0 0 50px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__info .secwrap h2 img {
	height: 80px;
}
.sec__info .secwrap h2::before {
	width: 300px;
	height: 37px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
}
.sec__info .secwrap .map {
	margin: 25px 0 0;
	height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
.sec__info .secwrap .map iframe {
	position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.sec__info .secwrap .innerwrap {
	margin: 25px 0 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}
.sec__info .secwrap .innerwrap .col01 h3 {
	margin: 25px 0 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.sec__info .secwrap .innerwrap .col01 .add {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.sec__info .secwrap .innerwrap .col01 .acc {
	margin: 5px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.sec__info .secwrap .innerwrap .col02 {
  padding: 20px 0;
}
.sec__info .secwrap .innerwrap .timetable table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sec__info .secwrap .innerwrap .timetable table th {
  width: 10%;
  padding: 5px 2px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.sec__info .secwrap .innerwrap .timetable table th.tit {
  width: 30%;
  padding: 10px 2px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}
.sec__info .secwrap .innerwrap .timetable table td {
  padding: 10px 2px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.sec__info .secwrap .innerwrap .timetable .anno {
  margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.sec__info .secwrap .info-contact ul {
	width: 70%;
	max-width: 400px;
	margin: 15px auto 0;
	letter-spacing: -0.4em;
}
.sec__info .secwrap .info-contact ul li {
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.sec__info .secwrap .info-contact ul li .tit img {
	width: 89.3719%;
}
.sec__info .secwrap .info-contact ul li.tel-wrap .num {
	margin: 5.9523% 0 0;
	text-align: center;
	letter-spacing: normal;
}
.sec__info .secwrap .info-contact ul li.tel-wrap .num img {
	width: 81.6425%;
}
.sec__info .secwrap .info-contact ul li.tel-wrap span {
	padding: 0 0 0 30px;
	font-size: 10px;
	font-size: min(6.9333vw,32px);
	font-family: 'Bebas Neue', cursive;
	color: #0c0c0c;
	position: relative;
}
.sec__info .secwrap .info-contact ul li.tel-wrap a span,
.sec__info .secwrap .info-contact ul li.tel-wrap a:hover span{
	text-decoration: none;
}
.sec__info .secwrap .info-contact ul li.tel-wrap span::before {
	width: 25px;
	height: 25px;
	content: "";
	display: inline-block;
	background: url("../images/icon_tel.png") no-repeat left top / 100% auto;
	position: absolute;
	top: calc(50% - 14px);
	left: 0;
}
.sec__info .secwrap .info-contact ul li.tel-wrap span::after {
	width: 100%;
	margin: 3px 0 0;
	content: "ここをタップでお電話できます";
	display: block;
	font-size: 10px;
	font-size: min(2.6666vw,12px);
	font-family: "游ゴシック" , "Yu Gothic" ,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	text-align: center;
}
.sec__info .secwrap .info-contact ul li.mail-wrap {
	margin: 8.1967% 0 0 0 ;
}
.sec__info .secwrap .info-contact ul li.mail-wrap .btn {
	margin: 2% 0 0;
}
.sec__info .secwrap .info-contact ul li.mail-wrap .btn img {
	width: 100%;
}
.sec__info .secwrap .official-bnr {
	margin: 30px 0 0;
}
@media only screen and (min-width:768px) {
.sec__info {
	padding: 70px 40px 50px;
}
.sec__info .secwrap h2 {
	padding: 0 0 60px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__info .secwrap h2 img {
	height: 90px;
}
.sec__info .secwrap h2::before {
	width: 400px;
	height: 49px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 200px);
}
.sec__info .secwrap .map {
	margin: 25px 0 0;
  padding-bottom: 56.25%;
}
.sec__info .secwrap .innerwrap {
	margin: 25px 0 0;
	padding: 0 0 25px;
	border-bottom: 1px solid #ddd;
}
.sec__info .secwrap .innerwrap .col01 h3 {
	margin: 25px 0 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.sec__info .secwrap .innerwrap .col01 .add {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.sec__info .secwrap .innerwrap .col01 .acc {
	margin: 5px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.sec__info .secwrap .innerwrap .col02 {
  padding: 20px 0;
}
.sec__info .secwrap .innerwrap .timetable table th {
  width: 10%;
  padding: 10px 2px;
  font-size: 14px;
}
.sec__info .secwrap .innerwrap .timetable table th.tit {
  width: 30%;
  padding: 10px 2px;
  font-size: 14px;
}
.sec__info .secwrap .innerwrap .timetable table td {
  padding: 10px 2px;
  font-size: 24px;
}
.sec__info .secwrap .innerwrap .timetable .anno {
	font-size: 14px;
}
.sec__info .secwrap .info-contact ul {
	width: inherit;
 	max-width: 1000px;
	margin: 35px auto 0;
	padding: 0 20px;
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__info .secwrap .info-contact ul li {
	width: 45%;
	text-align: center;
}
.sec__info .secwrap .info-contact ul li .tit img {
	width: 89.3719%;
}
.sec__info .secwrap .info-contact ul li.tel-wrap {
	max-width: 372px;
}
.sec__info .secwrap .info-contact ul li.tel-wrap .num {
	margin: 5.9523% 0 0;
	text-align: center;
}
.sec__info .secwrap .info-contact ul li.tel-wrap .num img {
	width: 81.6425%;
}
.sec__info .secwrap .info-contact ul li.tel-wrap span {
	padding: 0 0 0 35px;
	font-size: 10px;
	font-size: min(6.9333vw,40px);
	font-family: 'Bebas Neue', cursive;
	color: #0c0c0c;
	position: relative;
}
.sec__info .secwrap .info-contact ul li.tel-wrap span::before {
	width: 28px;
	height: 28px;
	content: "";
	display: inline-block;
	background: url("../images/icon_tel.png") no-repeat left top / 100% auto;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
}
.sec__info .secwrap .info-contact ul li.tel-wrap span::after {
	display: none;
}
.sec__info .secwrap .info-contact ul li.mail-wrap {
	max-width: 405px;
	margin: 0;
}
.sec__info .secwrap .info-contact ul li.mail-wrap .btn {
	margin: 2% 0 0;
}
.sec__info .secwrap .info-contact ul li.mail-wrap .btn img {
	width: 100%;
}
.sec__info .secwrap .official-bnr {
	margin: 30px 0 0;
}
}
@media only screen and (min-width:1024px) {
.sec__info {
	padding: 90px 20px 100px;
}
.sec__info .secwrap h2 {
	padding: 0 0 75px;
}
.sec__info .secwrap h2 img {
	height: 110px;
}
.sec__info .secwrap h2::before {
	width: 520px;
	height: 63px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 260px);
}
.sec__info .secwrap .map {
	margin: 30px 0 0;
  padding-bottom: 56%;
}
.sec__info .secwrap .innerwrap {
	margin: 30px 0 0;
	padding: 0 20px 30px;
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sec__info .secwrap .innerwrap .col01 {
  width: 47%;
}
.sec__info .secwrap .innerwrap .col01 h3 {
	margin: 30px 0 0;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.sec__info .secwrap .innerwrap .col01 .add {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.sec__info .secwrap .innerwrap .col01 .acc {
	margin: 5px 0 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.sec__info .secwrap .innerwrap .col02 {
	width: 50.8928%;
  padding: 20px 0;
}
.sec__info .secwrap .innerwrap .timetable table th {
  width: 10%;
  padding: 10px 2px;
  font-size: 14px;
}
.sec__info .secwrap .innerwrap .timetable table th.tit {
  width: 30%;
  padding: 10px 2px;
  font-size: 14px;
}
.sec__info .secwrap .innerwrap .timetable table td {
  padding: 10px 2px;
  font-size: 24px;
}
.sec__info .secwrap .innerwrap .timetable .anno {
	font-size: 14px;
}
.sec__info .secwrap .info-contact ul {
	width: inherit;
 	max-width: 1000px;
	margin: 35px auto 0;
	padding: 0 80px;
}
.sec__info .secwrap .info-contact ul li {
	width: 45%;
	text-align: center;
}
.sec__info .secwrap .info-contact ul li .tit img {
	width: 89.3719%;
}
.sec__info .secwrap .info-contact ul li.tel-wrap {
	max-width: 372px;
}
.sec__info .secwrap .info-contact ul li.tel-wrap .num {
	margin: 5.9523% 0 0;
	text-align: center;
}
.sec__info .secwrap .info-contact ul li.tel-wrap .num img {
	width: 81.6425%;
}
.sec__info .secwrap .info-contact ul li.tel-wrap span {
	padding: 0 0 0 40px;
	font-size: 10px;
	font-size: min(3.9065vw,50px);
	font-family: 'Bebas Neue', cursive;
	color: #0c0c0c;
	position: relative;
}
.sec__info .secwrap .info-contact ul li.tel-wrap span::before {
	width: 30px;
	height: 30px;
	content: "";
	display: inline-block;
	background: url("../images/icon_tel.png") no-repeat left top / 100% auto;
	position: absolute;
	top: calc(50% - 18px);
	left: 0;
}
.sec__info .secwrap .info-contact ul li.mail-wrap {
	max-width: 405px;
	margin: 0;
}
.sec__info .secwrap .info-contact ul li.mail-wrap .btn {
	margin: 2% 0 0;
}
.sec__info .secwrap .info-contact ul li.mail-wrap .btn img {
	width: 100%;
}
.sec__info .secwrap .info-contact ul li.mail-wrap .btn a {
  transition: all 0.2s ease;
}
.sec__info .secwrap .info-contact ul li.mail-wrap .btn a:hover {
	opacity: 0.8;
}
.sec__info .secwrap .official-bnr {
	margin: 30px 0 0;
}
.sec__info .secwrap .official-bnr a {
	transition: all 0.2s ease;
}
.sec__info .secwrap .official-bnr a:hover {
	opacity: 0.8;
}
}

/* gallery-area
-----------------------------------------------*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 50px 0;
	*zoom: 1;
	max-width: 100% !important;
	background: url("../images/bg_001.jpg") repeat center top;
	box-shadow: none;
	border: none;
}

.bx-wrapper img {
	max-width: 100%;
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 2px #ccc;
	border:  10px solid #fff;
	left: -5px;
	background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	/*background: #666\9;*/
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@media only screen and (min-width:1024px) {
.bx-wrapper {
	padding: 80px 0;
}
}

/* sec__faq
-----------------------------------------------*/
.sec__faq {
	padding: 50px 20px 50px;
}
.sec__faq .secwrap {
	max-width: 1280px;
	margin: 0 auto;
}
.sec__faq .secwrap h2 {
	padding: 0 0 50px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__faq .secwrap h2 img {
	height: 80px;
}
.sec__faq .secwrap h2::before {
	width: 300px;
	height: 37px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
}
.sec__faq .secwrap dl {
	margin: 25px 0 0;
	padding: 0;
}
.sec__faq .secwrap dl dt {
	margin: 30px 0 0;
	padding: 8px 30px 8px 40px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	background-color: #f5efc0;
	border-radius: 6px;
	position: relative;
	transition: all 0.2s ease;
	cursor: pointer;
}
.sec__faq .secwrap dl dt.open {
	background-color: #f3e681;
}
.sec__faq .secwrap dl dd {
	padding: 15px 10px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	display: none;
}
.sec__faq .secwrap dl dt::before {
	width: 20px;
	height: 20px;
	content: "";
	display: inline-block;
	background: url("../images/icon_q.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 10px);
	left: 10px;
}
.sec__faq .secwrap dl dt::after {
	width: 16px;
	height: 9px;
	content: "";
	display: inline-block;
	background: url("../images/faq_arr.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
	transition: all 0.2s ease;
}
.sec__faq .secwrap dl dt.open::after {
	transition: all 0.2s ease;
}
.sec__faq .secwrap dl dt.open::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.2s ease 0s;
}
@media only screen and (min-width:768px) {
.sec__faq {
	padding: 70px 40px 50px;
}
.sec__faq .secwrap h2 {
	padding: 0 0 60px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__faq .secwrap h2 img {
	height: 90px;
}
.sec__faq .secwrap h2::before {
	width: 400px;
	height: 49px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 200px);
}
.sec__faq .secwrap dl {
	margin: 25px 0 0;
	padding: 0;
}
.sec__faq .secwrap dl dt {
	margin: 30px 0 0;
	padding: 12px 35px 12px 55px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	background-color: #f5efc0;
	border-radius: 6px;
	position: relative;
	transition: all 0.2s ease;
}
.sec__faq .secwrap dl dd {
	padding: 15px 10px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
}
.sec__faq .secwrap dl dt::before {
	width: 26px;
	height: 26px;
	content: "";
	display: inline-block;
	background: url("../images/icon_q.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 13px);
	left: 15px;
}
}
@media only screen and (min-width:1024px) {
.sec__faq {
	padding: 90px 20px 100px;
}
.sec__faq .secwrap h2 {
	padding: 0 0 75px;
}
.sec__faq .secwrap h2 img {
	height: 110px;
}
.sec__faq .secwrap h2::before {
	width: 520px;
	height: 63px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 260px);
}
.sec__faq .secwrap dl {
	margin: 25px 0 0;
	padding: 0;
}
.sec__faq .secwrap dl dt {
	margin: 30px 0 0;
	padding: 16px 35px 16px 60px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.0;
	background-color: #f5efc0;
	border-radius: 6px;
	position: relative;
	transition: all 0.2s ease;
}
.sec__faq .secwrap dl dt:hover {
	background-color: #f3e681;
	transition: all 0.2s ease;
}
.sec__faq .secwrap dl dd {
	padding: 15px 10px;
	font-size: 16px;
}
.sec__faq .secwrap dl dt::before {
	width: 30px;
	height: 30px;
	content: "";
	display: inline-block;
	background: url("../images/icon_q.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 15px);
	left: 17px;
}
}

/* sec__pointarea
-----------------------------------------------*/
.sec__pointarea {
	padding: 0;
}
.sec__pointarea .secwrap {
  max-width: 1280px;
	margin: 0 auto;
	padding: 50px 20px;
	box-sizing: border-box;
}
.sec__pointarea .secwrap .importantpoint {
	margin: 0;
	padding: 40px 20px;
	text-align: center;
	background: url("../images/bg_002.png") repeat center top;
}
.sec__pointarea .secwrap .importantpoint:nth-of-type(n+2) {
	margin: 50px 0 0;
}
.sec__pointarea .secwrap .importantpoint h2 {
	padding: 5px 15px 5px 52px;
	font-size: 14px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #000;
	display: inline-block;
	background-color: #fff;
	border-radius: 40px;
	position: relative;
}
.sec__pointarea .secwrap .importantpoint h2::before {
	width: 30px;
	height: 23px;
	content: "";
	display: inline-block;
	background: url("../images/icon_point.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 12px);
	left: 12px;
}
.sec__pointarea .secwrap .importantpoint .innerwrap {
	margin: 25px 0 0;
	text-align: left;
}
.sec__pointarea .secwrap .importantpoint .innerwrap h4 {
	padding: 7px 5px 7px 12px;
	border-left: 1px solid #f38298;
	border-bottom: 1px solid #f38298;
	font-size: 14px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #f16c88;
}
.sec__pointarea .secwrap .importantpoint .innerwrap p {
	margin: 10px 0 0;
	letter-spacing: 0.05em;
	line-height: 2.2;
}
@media only screen and (min-width:768px) {
.sec__pointarea {
  padding: 40px 20px;
}
.sec__pointarea .secwrap .importantpoint {
	margin: 0;
	padding: 50px 40px;
}
.sec__pointarea .secwrap .importantpoint:nth-of-type(n+2) {
	margin: 50px 0 0;
}
.sec__pointarea .secwrap .importantpoint h2 {
	padding: 5px 20px 5px 52px;
	font-size: 18px;
}
.sec__pointarea .secwrap .importantpoint h2::before {
	width: 30px;
	height: 23px;
	content: "";
	display: inline-block;
	background: url("../images/icon_point.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 12px);
	left: 12px;
}
.sec__pointarea .secwrap .importantpoint .innerwrap {
	margin: 35px 0 0;
}
.sec__pointarea .secwrap .importantpoint .innerwrap h4 {
	padding: 7px 5px 7px 12px;
	font-size: 16px;
}
.sec__pointarea .secwrap .importantpoint .innerwrap p {
	margin: 10px 0 0;
}
}
@media only screen and (min-width:1024px) {
.sec__pointarea {
  padding: 50px 20px;
}
.sec__pointarea .secwrap .importantpoint {
	margin: 0;
	padding: 50px 40px;
}
.sec__pointarea .secwrap .importantpoint:nth-of-type(n+2) {
	margin: 50px 0 0;
}
.sec__pointarea .secwrap .importantpoint h2 {
	padding: 10px 30px 10px 72px;
	font-size: 20px;
}
.sec__pointarea .secwrap .importantpoint h2::before {
	width: 42px;
	height: 32px;
	content: "";
	display: inline-block;
	background: url("../images/icon_point.png") no-repeat left top / cover;
	position: absolute;
	top: calc(50% - 16px);
	left: 15px;
}
.sec__pointarea .secwrap .importantpoint .innerwrap {
	margin: 35px 0 0;
}
.sec__pointarea .secwrap .importantpoint .innerwrap h4 {
	padding: 7px 5px 7px 12px;
	font-size: 16px;
}
.sec__pointarea .secwrap .importantpoint .innerwrap p {
	margin: 15px 0 0;
}
}

/* sec__mailform
-----------------------------------------------*/
.sec__mailform {
	padding: 0;
}
.sec__mailform .secwrap {
  max-width: 1280px;
	margin: 0 auto;
	padding: 50px 20px;
	box-sizing: border-box;
}
.sec__mailform .secwrap h2 {
  padding: 0 0 50px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__mailform .secwrap h2 img {
  height: 80px;
}
.sec__mailform .secwrap h2::before {
	width: 300px;
	height: 37px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 150px);
}
.sec__mailform .secwrap p {
	margin: 20px 0 0;
  font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 2.0;
	text-align: left;
}
.visit-bnr {
	margin: 30px 0 0;
}
.visit-bnr img {
	width: 100%;
}
@media only screen and (min-width:768px) {
.sec__mailform {
	padding: 30px 40px 50px;
}
.sec__mailform .secwrap h2 {
	padding: 0 0 60px;
	text-align: center;
	position: relative;
	display: block;
}
.sec__mailform .secwrap h2 img {
	height: 90px;
}
.sec__mailform .secwrap h2::before {
	width: 400px;
	height: 49px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 200px);
}
.sec__mailform .secwrap p {
	text-align: center;
}
.visit-bnr {
	max-width: 1000px;
	margin: 30px auto 0;
}
}
@media only screen and (min-width:1024px) {
.sec__mailform .secwrap h2 {
	padding: 0 0 75px;
}
.sec__mailform .secwrap h2 img {
	height: 110px;
}
.sec__mailform .secwrap h2::before {
	width: 520px;
	height: 63px;
	content: "";
	display: inline-block;
	background: url("../images/md_deco@2x.png") no-repeat left top / cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 260px);
}
	
.visit-bnr a {
	transition: all 0.2s ease;
}
.visit-bnr a:hover {
	opacity: 0.8;
}
}

/*form
----------------------------*/
.sec__mailform #mailformpro {
	margin: 30px 0 0;
	padding: 10px 0 50px;
}
.forminner {
	width: 100%;
  padding: 25px 0;
}
.forminner .f-inner {
	width: 100%;
  padding: 25px 0;
  letter-spacing: -0.4em;
  border-bottom: 1px solid #ececec;
}
.forminner .col01 {
  width: 100%;
  padding: 0;
  line-height: 1.7;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: -0.4em;
}
.forminner .col01 .tit {
  letter-spacing: 0.05em;
	font-weight: 700;
	display: inline-block;
}
.forminner .col01 .indi {
	margin: 0 0 0 15px;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  background-color: #f16c88;
  display: inline-block;
	border-radius: 6px;
  vertical-align: top;
}
.forminner .col02 {
  width: 100%;
  margin: 10px 0 0 0;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
form#mailformpro .forminner .radioarea span:nth-of-type(n+2) label {
  margin-left: 2em;
}
.sec__mailform .secwrap .mfp_buttons p {
    text-align: center;
}

/*mailformpro css リセット*/
form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: none;
}
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: none;
  background-color: #fff;
  box-shadow: none;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  padding: inherit;
  margin: 0;
  vertical-align: middle;
}
.mfp_element_all {
  max-width: 92%;
}
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 0;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
/*基本 css リセット*/
.f-inner input[type="text"],
.f-inner input[type="email"],
.f-inner input[type="tel"],
.f-inner textarea {
	width: 100% !important;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	letter-spacing: 0.1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  background-color: #fff;
}

.f-cont input[type="tel"] {
	width: 100%;
	padding: 20px;
  font-size: 16px !important;
	border: 1px solid #f5f5f5 !important;
	border-radius: 4px;
	letter-spacing: 0.1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.f-cont textarea {
	width: 100% !important;
  height: 250px !important;
  line-height:2.0;
}
.f-cont select {
	width: 280px;
	padding: 20px 50px 20px 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	letter-spacing: 0.1em;
	background: #fff url(../images/arr_select.png) no-repeat top 50% right 15px / 9px 9px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* button design */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
    border-radius: none;
    padding: inherit;
    border: none;
    background: none;
    background-color: none;
    text-shadow: none;
    font-size: inherit;
    cursor: pointer;
    outline: none;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background: none;
	box-shadow: none;
}
div.mfp_buttons button#mfp_button_cancel {
    margin-left: 10px;
}
.mfp_buttons {
  text-align: center;
}
div.mfp_buttons button {
  margin: 50px 0 0;
  padding: 22px 100px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  background-color: #f16c88;
  display: inline-block;
  border: none;
  border-radius: 40px;
  -moz-box-shadow: 0 0 40px -18px #773946;
  -webkit-box-shadow: 0 0 40px -18px #773946;
  box-shadow: 0 0 40px -18px #773946;
  cursor: pointer;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
div.mfp_buttons button:hover {
  opacity: 0.85;
  background-color: #f16c88;
  display: inline-block;
  border: none;
  border-radius: 40px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width:768px) {
.forminner .col01 {
  width: 30%;
  padding: 0;
  line-height: 1.7;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: 0.05em;
}
.forminner .col01 .tit {
  width: 75%;
  display: inline-block;
  letter-spacing: 0.05em;
	font-weight: 700;
}
.forminner .col01 .indi {
	margin: 0;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  background-color: #f16c88;
  display: inline-block;
	border-radius: 6px;
  vertical-align: top;
}
.forminner .col02 {
  width: 62%;
  margin: 0 0 0 8%;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
div.mfp_buttons button {
  font-size: 20px;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
}
@media only screen and (min-width:1024px) {
	
}


/* thanks page
-----------------------------------------------*/
#mfp_thanks {
  display: none;
}
.thanks .thanks-contents {
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 20px 100px;
	text-align: center;
	box-sizing: border-box;
}
.thanks .thanks-contents h1 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-align: center;
}
.thanks .thanks-contents p {
	margin: 50px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.0;
	text-align: left;
}
.thanks .thanks-contents .btn {
	margin: 50px 0 0;
	display: inline-block;
}
.thanks .thanks-contents .btn a {
	padding: 20px 50px;
	display: block;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
	background-color: #f16c88;
	border-radius: 30px;
	text-decoration: none;
}
.thanks .thanks-contents .btn a:hover {
	text-decoration: none;
	opacity: 0.8;
}
@media only screen and (min-width:768px) {
.thanks .thanks-contents {
	padding: 100px 20px 120px;
	text-align: center;
}
.thanks .thanks-contents h1 {
	font-size: 22px;
}
.thanks .thanks-contents p {
	margin: 70px 0 0;
	text-align: center;
}
.thanks .thanks-contents .btn {
	margin: 70px 0 0;
}
}
@media only screen and (min-width:1024px) {
.thanks .thanks-contents {
	padding: 120px 20px 140px;
	text-align: center;
}
.thanks .thanks-contents h1 {
	font-size: 26px;
}
.thanks .thanks-contents p {
	margin: 70px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.2;
}
.thanks .thanks-contents .btn {
	margin: 90px 0 0;
}
}

