/* ========================================
    ■ 必須設定
======================================== */

/* reset
----------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

td {
	text-align: left;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea,
img {
	vertical-align: middle;
}

ul,
dl,
ol {
	list-style: none;
}

em {
	font-style: normal;
}

* {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 共通設定
----------------------------- */

html {
	font-size: 16px;
	overflow-y: scroll;
	min-width: 1040px;
}

body {
	font-family: 'Noto Sans JP','Noto Serif JP','Avenir' , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	color: #000;
	line-height: 1.6;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt"1;
	overflow: hidden;
}

a {
	color: #0033cc;
	text-decoration: underline;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a:hover {
	text-decoration: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a::before,
a:hover::before,
a::after,
a:hover::after {
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

img,
video,
object {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}

/*校舎名*/
#school_name {
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    margin-left: 0.5rem;
}
@media screen and (max-width: 750px){
    #school_name {
        font-size: 1.5rem;
    }
}



/* ========================================
    ■ ページトップボタン
======================================== */

#page-top {
  position: fixed;
  right: 5vw;
  position: fixed;
  bottom: 60px;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
}
#page-top.fade-in {
    opacity: 0.6;
    transition: opacity 1s;
}
#page-top a {
	display: block;
	width: 44px;
	height: 44px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
}

#page-top a:hover {
	background: rgba(0, 0, 0, 0.5);
}

/* sp */


#page-top a {
	display: block;
	width: 14vw;
	height: 14vw;
	color: #fff;
	font-size: 9vw;
	text-align: center;
	line-height: 14vw;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
}

/* ========================================
    ■ General
======================================== */

.wrap {
	position: relative;
	width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

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

.hover:hover {
	opacity: 0.9;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.scrollbar::-webkit-scrollbar {
	background: #ccc;
	width: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: #aaa;
}

table.tbl-block,
table.tbl-block tbody,
table.tbl-block tr,
table.tbl-block th,
table.tbl-block td {
	display: block;
	text-align: left;
}

/* 文字装飾 */

.font-blue {
	color: #199cd0;
}

.marker-blue {
	background: -webkit-linear-gradient(bottom, #bfeceb 50%, transparent 50%);
	background: linear-gradient(0deg, #bfeceb 50%, transparent 50%);
}

.marker-yellow {
	background: -webkit-linear-gradient(bottom, #ffff66 50%, transparent 50%);
	background: linear-gradient(0deg, #ffff66 50%, transparent 50%);
}


/* 圏点 */

.kenten {
	padding: 0.35em 0;
	background-repeat: repeat-x;
	background-size: 1.03em 0.5em;
	background-position: top left;
	background-image: -webkit-radial-gradient(0.4rem 0.4rem at center center, #000 50%, transparent 50%);
	background-image: radial-gradient(0.4rem 0.4rem at center center, #000 50%, transparent 50%);
	font-feature-settings: normal;
}

.kenten_half.black {
	padding: 0.35em 0;
	background-repeat: repeat-x;
	background-size: 0.65em 0.5em;
	background-position: top left;
	background-image: -webkit-radial-gradient(0.4rem 0.4rem at center center, #000 50%, transparent 50%);
	background-image: radial-gradient(0.4rem 0.4rem at center center, #000 50%, transparent 50%);
	font-feature-settings: normal;
}

a img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a img:hover {
	opacity: 0.7;
}

/* form reset
----------------------------- */

/* placeholder */

#form :placeholder-shown {
	color: #ccc;
}

#form ::-webkit-input-placeholder {
	color: #ccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

#form :-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

/* Firefox 18- */

#form ::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

/* Firefox 19+ */

#form :-ms-input-placeholder {
	color: #ccc;
}

/* セレクトボックス */

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "YuGothic M", "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
}

select::-ms-expand {
	display: none;
}

/* テキスト入力 */

#form input[type='text'],
#form input[type='tel'],
#form input[type='email'],
#form textarea {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 5px 10px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "YuGothic M", "メイリオ", Meiryo, sans-serif;
	font-size: 1em;
	border: solid 1px #b2b2b2;
	box-shadow: none;
}

#form textarea {
	width: 100% !important;
	max-width: none;
	min-height: 100px;
}

/* 数字入力 */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/* mailform pro reset */

#form .must {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-shadow: none;
	float: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

div.mfp_err {
	background: none;
	margin: 0;
	padding: 0;
}

#form *[type='submit'] {
	background: none;
	margin: 0;
	padding: 0;
	text-shadow: none;
	border: none;
	cursor: pointer;
}

.tx_red {
	color: #930000;
}

.tx_yellow {
	color: #fff541;
}

/* ========================================
    ■ header
======================================== */

header {
	background: #000000;
	padding: 20px 0;
}

header .h_logo {
	width: 139px;
}

/* ========================================
    ■ keyv
======================================== */

#keyv {
	padding: 80px 0 124px;
	background: url(../images/sand_bg.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	position: relative;
	height: 660px;
}

#keyv .keyv_nonsta {
	position: absolute;
	top: -50px;
    left: -160px;
}

#keyv .keyv_hukidasi {
	width: 600px;
	/* padding-right: 92px; */
	/* float: right;
	padding-bottom: 10px; */
	margin-bottom: 10px;
}

#keyv .keyv_hd {
	width: 500px;
	/* float: right; */
	margin:15px 0;
}

#keyv .keyv_circle {
	width: 100%;
	/* float: right; */
	padding-right: 0;
}

/* ========================================
    ■ cta
======================================== */

.cta--bg {
	background: #6d0003;
	background-size: cover;
	position: relative;
	padding: 54px 0 48px;
}

.cta--bg:before,
.cta--bg:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
}

.cta--bg:before {
	top: 4px;
}

.cta--bg:after {
	bottom: 4px;
}


.cta--bg p {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.cta--bg .m_icon {
	position: absolute;
  top: -110px;
  right: calc(50% - 500px);
  width: 180px;
}

.cta .balloon {
	position: absolute;
	display: block;
	top: -84px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 104px;
	height: 118px;
}
.cta.top{
  padding:50px 0;
  background: url(../images/cmn_bg02.png);
}

.cta .wrap {
	width: 1018px;
	margin: 0 auto;
	background: url(../images/cta_bg.png);
	padding: 25px 40px 15px 30px;
	overflow: hidden;
	position: relative;
	z-index: 5;
	border-radius: 10px;
}

.cta .cta_soudan {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	width: 470px;
	float: left;
	text-align: center;
	letter-spacing: 0.05em;
}

.cta .cta_btn {
	width: 460px;
	float: right;
}

@media only screen and (min-width:751px) {
	.cta a {
		width: 460px;
		display: block;
		height: 84px;
		overflow: hidden;
		margin-top: 6px;
	}

	.cta a:hover .cta_btn {
		opacity: 1;
		margin-top: 4px;
	}

	.cta02 .contact_box .cta_btn {
		height: 84px;
		overflow: hidden;
	}

	.cta02 .contact_box a:hover .cta_btn {
		opacity: 1;
		margin-top: 4px;
	}
}


.cta .cta_tx01 {
	font-size: 25px;
	line-height: 1;
}

.cta .cta_tx02 {
	font-size: 55px;
	line-height: 1.2;
	padding: 10px 0 15px;
}

.cta .cta_tx02 .tx_line {
	background: -webkit-linear-gradient(transparent 80%, #a20000 80%);
	background: linear-gradient(transparent 80%, #a20000 80%);
}

.cta .cta_tx03 {
	font-size: 30px;
}

.cta02 {
	background: url(../images/cta_bg.png);
	padding: 35px 0 40px;
}

.cta02 h2 {
	margin: 0 auto 34px;
	text-align: center;
}

.cta02 h2 img {
	margin: -60px 0 0;
}

.cta02 .contact_box {
	background: #2e2020;
	border-radius: 5px;
	padding: 38px 30px 30px 60px;
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
}

.cta02 .contact_box .tel_box {
	float: left;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	color: #fff;
	width: 340px;
	padding: 20px 0 11px;
}

.cta02 .contact_box .tel_box .ttl {
	background: #2e2020;
	text-align: center;
	width: 140px;
	margin: -30px auto 8px;
}

.cta02 .contact_box .tel_box a {
	display: block;
	width: 335px;
	margin: 0 auto;
}

.cta02 .contact_box .tel_box .tx01 {
	font-size: 12px;
    padding: 5px 0 1px 0;
    text-align: center;
}

.cta02 .contact_box .cta_btn {
	float: right;
	display: block;
	width: 460px;
}


/* ========================================
    ■ section-01
======================================== */

#section-01 {
	padding: 40px;
	position: relative;
	z-index: 4;
  margin-bottom: 0px;
	box-shadow: 0px 9px 20px -10px rgba(0, 0, 0, 0.4);
}

#section-01 .sec01_tx01 {
	width: 1105px;
	margin: auto;
}

#section-01_bottom {
	background: url(../images/cmn_bg02.png);
	width: 100%;
	position: relative;
	padding: 50px 0 50px;
}

#section-01_bottom h2 {
	width: 793px;
	margin: -20px 0 32px 50px;
	position: relative;
	z-index: 5;
}

#section-01_bottom .performance {
	display: block;
	margin: 0 auto;
}

/* ========================================
    ■ section-youtube
======================================== */
#section-youtube {
    position: relative;
    width: 1040px;
    margin: 50px auto;
}
#section-youtube iframe {
    width: 850px;
    height: 450px;
    margin: auto;
    text-align: center;
    display: block;
}


@media only screen and (max-width: 1040px){
	#section-youtube {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    padding-top: 56.25%;
    position: relative;
		margin: 50px auto 30px;
  }
}

@media only screen and (max-width: 1040px){
	#section-youtube iframe {
    width: 90%;
    height: 90%;
    margin: auto;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* ========================================
    ■ section-movie
======================================== */

#section-movie {
	background: url("../images/sec-movie_bg.png");
	padding: 100px 0;
}
#section-movie2{
	margin-top: 50px;
}

#section-movie iframe,#section-movie2 iframe {
	width: 850px!important;
	height: 478px!important;
	margin: auto;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 1040px){
	#section-movie2{
		margin-top: 0;
	}
	#section-movie,#section-movie2{
		position: relative;
		width: 100%;
		max-width: 100%;
		min-width: 320px;
		padding: inherit;
		padding-top: 56.25%;
		margin: 0 auto;
	}
	#section-movie iframe,#section-movie2 iframe{
    width: 90%;
    height: 90%;
    margin: auto;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	  margin-top: 50px;
  }
}



/* ========================================
    ■ section-02
======================================== */

#section-02 {
	background: url("../images/sec02_bg.png");
	padding: 78px 0 110px;
	box-shadow: 0px 9px 20px -10px rgba(0, 0, 0, 0.4);
	position: relative;
}

#section-02 .m_icon {
	position: absolute;
  top: 645px;
  left: 185px;
  width: 150px;
}

#section-02 h2 {
	margin-bottom: 16px;
}

#section-02 .sec01_graph {
	overflow: hidden;
    padding: 0px 58px 0 58px;
    text-align: center;
}

#section-02 .sec01_graph .graph {
	width: auto;
}

#section-02 .sec01_graph .graph_tx {
	float: right;
	padding-top: 16px;
	width: 480px;
}

#section-02 .sec01_graph .graph_tx h4 {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 16px;
}

#section-02 .sec01_graph .graph_tx h4 span {
	color: #930000;
}

#section-02 .sec01_graph .graph_tx p {
	font-size: 18px;
	line-height: 2.2;
	font-weight: bold;
}

#section-02 .sec01_graph .graph_tx p span {
	color: #930000;
}

#section-02 .total {
	display: block;
	margin: 40px auto 18px;
}

#section-02 .sec02_tx {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#section-02 .sec02_tx .tx_bold {
	font-size: 38px;
	line-height: 1.5;
}

/* ========================================
    ■ section-03
======================================== */

#section-03 {
	background: url(../images/sec03_bg03.jpg);
	padding: 84px 0 73px;
	position: relative;
}

#section-03 .m_icon {
	position: absolute;
  top: -30px;
  right: 30px;
  width: 180px;
}

#section-03 h2 {
	width: 779px;
	margin: -125px 0 30px 55px;
	position: relative;
	z-index: 10;
}

#section-03 .reason_img {
	width: 997px;
}

#section-03 .check_list {
	margin-top: 44px;
}

#section-03 .check_list li {
	background: url(../images/sec03_bg02.jpg);
	padding: 20px 30px 20px 90px;
	font-size: 23px;
	font-weight: bold;
	min-height: 103px;
	position: relative;
	letter-spacing: 0.04em;
}

#section-03 .check_list li span {
	font-size: 16px;
	display: block;
}

#section-03 .check_list li:nth-child(2) {
	margin: 16px 0;
	padding: 35px 30px 35px 90px;
}

#section-03 .check_list li:before {
	content: "";
	display: block;
	background: url(../images/sec03_icon.png);
	width: 32px;
	height: 32px;
	background-size: 32px;
	position: absolute;
	left: 35px;
	top: 36px;
}

/* ========================================
    ■ section-04
======================================== */

#section-04 {
	background: url(../images/cmn_bg02.png);
	padding: 66px 0 70px;
	box-shadow: 0px 9px 20px -10px rgba(0, 0, 0, 0.4);
	position: relative;
}

#section-04 h2 {
	width: 1000px;
	margin: 0 auto;
}


#section-04 .list01 {
	margin-top: 70px;
}

#section-04 li {
	padding-bottom: 35px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #a0a0a0;
}

#section-04 li:last-child {
	border: none;
}

#section-04 .img {
	display: inline-block;
}

#section-04 .img--01 {
	width: 346px;
}

#section-04 .img--02 {
	width: 381px;
	margin-left: -38px;
}

#section-04 .img--03 {
	width: 345px;
}

#section-04 .img--04 {
	width: 427px;
	margin-top: 20px;
	margin-left: -38px;
	position: absolute;
}

#section-04 .img--05 {
	max-width: 380px;
	margin-left: -20px;
}

#section-04 .text01 {
	display: inline-block;
	width: 630px;
	min-height: 294px;
	padding-top: 20px;
	padding-left: 20px;
}

#section-04 .text01--pd_tp {
	padding-top: 10px;
}

#section-04 .text01--pd_le {
	margin-left: 347px;
}

#section-04 .text01 h2 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 14px;
}

#section-04 .text01 h2 span {
	background: #930000;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	width: 120px;
	line-height: 43px;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
}

#section-04 .text01 h2 img {
	position: absolute;
	display: block;
	width: 108px;
	top: -78px;
	left: 260px;
}

#section-04 .text01 h2 .balloon01 {
	left: 350px;
}

#section-04 .text01 p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9;
}

#section-04 .text01 p .tx_red {
	color: #e60012;
}

#section-04 .tx_line {
	background: -webkit-linear-gradient(transparent 50%, #fff541 50%);
	background: linear-gradient(transparent 50%, #fff541 50%);
}

/* ========================================
    ■ section-05
======================================== */

#section-05 {
	padding-top: 84px;
	position: relative;
}

#section-05 h2 {
	margin-bottom: 16px;
}

#section-05 .tx_area {
	overflow: hidden;
	width: 920px;
	margin: 60px 0 20px 60px;
}

#section-05 .tx_area .img_box {
	width: 390px;
	float: left;
}

#section-05 .tx_area .img_box p {
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

#section-05 .tx_area .tx_box {
	font-size: 18px;
	line-height: 1.9;
	font-weight: bold;
	margin-bottom: 30px;
}

#section-05 .tx_area .tx_box p {
	padding-bottom: 15px;
}

#section-05 .tx_area .tx_box .tx_red {
	color: #e60012;
}

#section-05 .service{
	text-align: center;
  font-size: 30px;
  font-weight: bold;
	margin-bottom: 30px;
}
#section-05 .list01,#section-05_5 .list01 {
	background: url(../images/sec05_bg01.jpg) no-repeat center;
	border: solid 3px #930000;
	background-size: cover;
	width: 880px;
	margin: 0 auto 22px;
	padding: 40px 80px 38px;
}

#section-05_5 .list01--bg02 {
	background: url(../images/sec05_bg03.jpg) no-repeat;
	background-size: cover;
}

#section-05 .list01 li,#section-05_5 .list01 li {
	position: relative;
	padding-left: 25px;
	font-size: 23px;
	font-weight: bold;
}

#section-05 .list01 li:nth-child(2),#section-05_5 .list01 li:nth-child(2) {
	margin: 20px 0;
}

#section-05 .list01 li:before,#section-05_5 .list01 li:before {
	content: "";
	display: block;
	background: url(../images/sec05_icon.png);
	width: 17px;
	height: 13px;
	background-size: 17px;
	position: absolute;
	top: 10px;
	left: 0;
}

#section-05 .tx_box02,#section-05_5 .tx_box02 {
	width: 880px;
	margin: 0 auto 40px;
}

#section-05 .tx_box02 p,#section-05_5 .tx_box02 p {
	font-size: 18px;
	line-height: 1.9;
	font-weight: bold;
}

#section-05 .tx_box02 .pd_btm,#section-05_5 .tx_box02 .pd_btm {
	padding-bottom: 12px;
}

#section-05 .tx_box02 .tx_red,#section-05_5 .tx_box02 .tx_red {
	color: #e60012;
}

#section-05_5 h3 {
	width: 820px;
	margin: 0 auto 40px;
}

#section-05_5 .img_tx {
	margin: 0 auto 60px;
	text-align: center;
}

#section-05_5 .tx_box03 {
	overflow: hidden;
	width: 830px;
	margin: 0 auto 36px;
}

#section-05_5 .tx_box03 p {
	text-align: center;
	font-weight: bold;
}

#section-05 .tx_box03 .ttl,#section-05_5 .tx_box03 .ttl {
	padding: 15px 0 8px;
	font-size: 20px;
}

#section-05_5 .tx_box03 .text {
	font-size: 15px;
}

#section-05_5 .tx_box03 .item {
	float: left;
}

#section-05_5 .tx_box03 .item:first-child {
	margin-right: 40px;
}
#section-05_5{
	background: url(../images/cmn_bg01.jpg);
  padding:50px 0;
  position: relative;
}

/* ========================================
    ■ section-06
======================================== */

#section-06 {
	background: url(../images/sec06_bg01.jpg) center;
	background-size: cover;
  padding: 84px 0 60px;
}

#section-06 .wrap {
	position: relative;
}

#section-06 .balloon {
	position: absolute;
	width: 120px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -140px;
}

#section-06 h2 {
	text-align: center;
	margin-bottom: 25px;
	font-size: 55px;
	font-weight: bold;
}

#section-06 .tx_box {
	text-align: center;
	font-weight: bold;
	line-height: 2;
	font-size: 23px;
	margin-top: 40px;
}

#section-06 .tx_box .text02 {
	font-size: 38px;
}

#section-06 .tx_box .text02 .tx_line {
	background: -webkit-linear-gradient(transparent 80%, #fff541 80%);
	background: linear-gradient(transparent 80%, #fff541 80%);
}

#section-06 .tx_box .text02 .tx_red {
	color: #e60012;
}

/* ========================================
    ■ section-07
======================================== */

#section-07 {
	background: url(../images/sec07_bg01.jpg) center;
	background-size: cover;
	padding: 60px 0 50px;
}

#section-07 .wrap {
	width: 1100px;
}

#section-07 .tx_box {
	padding-left: 380px;
}

#section-07 .tx_box h3 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 30px;
}

#section-07 .tx_box p {
	font-size: 18px;
	line-height: 1.95;
}

/* ========================================
    ■ section-banner
======================================== */
#section-banner{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
#section-banner img{
  width: 1040px;
	max-width: 90%;
}

/* ========================================
    ■ section-08
======================================== */

#section-08 {
	background: url(../images/cmn_bg01.jpg);
	padding: 60px 0 90px;
	box-shadow: 0px 9px 20px -10px rgba(0, 0, 0, 0.4);
	position: relative;
}

#section-08 h2 {
	width: 910px;
	margin: 0 auto 52px;
}

#section-08 .item {
	width: 900px;
	margin: 0 auto;
}

#section-08 .item--02 {
	margin: 75px auto;
}

#section-08 .item .voice {
	display: block;
	background: #930000;
	width: 125px;
	line-height: 36px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

#section-08 .item h3 {
	font-size: 30px;
  font-weight: bold;
  padding: 25px 0px 15px;
  background: #A20000;
  color: #fff;
  margin: 0 0 30px;
  text-align: center;
	}

#section-08 span.kenten {
	    background-image: -webkit-radial-gradient(0.4rem 0.4rem at center center, #fff541 50%, transparent 50%);
    background-image: radial-gradient(0.4rem 0.4rem at center center, #fff541 50%, transparent 50%);
}

#section-08 .item .prof_box {
	overflow: hidden;
}

#section-08 .item .prof_box .img01 {
	float: left;
	width: 203px;
}
#section-08 .item .voice{
	display: none;
}
#section-08 .item .prof_box .tx_box {
	float: right;
	width: 660px;
}

#section-08 .item .prof_box .name {
	background: #e5e3e4;
	line-height: 54px;
	width: 363px;
	display: block;
	padding: 0 10px 0 20px;
	font-size: 15px;
	margin-bottom: 18px;
}

#section-08 .item .prof_box .name .size01 {
	font-size: 25px;
	font-weight: bold;
}

#section-08 .item .prof_box .name .size02 {
	font-size: 20px;
	padding-left: 5px;
}

#section-08 .item .prof_box .tx01 {
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 7px;
}

#section-08 .item .prof_box .tx01 .boder {
	float: left;
	display: block;
	width: 132px;
	text-align: center;
	border: solid 1px #000000;
	line-height: 34px;
}

#section-08 .item .prof_box .tx01 .tx_right {
	float: left;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 1.9;
}

#section-08 .item .bg_white {
	background: #ffffff;
	border-radius: 5px;
	padding: 38px 48px 25px;
	border: solid 1px #eeeeee;
	margin-top: 20px;
}

#section-08 .item .bg_white .ttl {
	background: url(../images/sec03_bg02.jpg);
	font-size: 22px;
	font-weight: bold;
	padding: 0 26px;
	line-height: 54px;
	margin-bottom: 15px;
}

#section-08 .item .bg_white .text {
	font-size: 18px;
	line-height: 1.95;
	padding-bottom: 48px;
}
.kenten {
  padding: 0.35em 0;
  background-repeat: repeat-x;
  background-size: 1.03em 0.5em;
  background-position: top left;
  background-image: -webkit-radial-gradient(0.4rem 0.4rem at center center, #fff541 50%, transparent 50%);
  background-image: radial-gradient(0.4rem 0.4rem at center center, #fff541 50%, transparent 50%);
  font-feature-settings: normal;
}

/* ========================================
    ■ section-09
======================================== */

#section-09 {
	background: url(../images/cmn_bg02.png);
	padding: 0 0 20px;
	box-shadow: 0px 9px 20px -10px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width:751px) {
	.sec09_bg {
		background: url(../images/sec10_bg01.jpg) no-repeat;
		background-position: center bottom;
		background-size: 100%;
	}
}


#section-09 .wrap {
	width: 1060px;
	padding: 0;
}

#section-09 h2 {
	display: block;
	width: 800px;
	margin: -50px auto 46px;
}

#section-09 .ttl02 {
	display: block;
	width: 800px;
	margin: 0 auto 30px;
}

#section-09 h2:nth-child(2) {
	margin: 0 auto 20px;
}


#section-09 .item {
	min-height: 395px;
	margin-bottom: 60px;
	position: relative;
}

#section-09 .item h3 {
	padding: 10px 0 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

#section-09 .item .img01 {
	position: absolute;
	top: 10px;
	left: 0;
}

#section-09 .item .img02 {
	position: absolute;
	top: 10px;
	right: -10px;
}

#section-09 .item .pd_none {
	padding-left: 0;
}

#section-09 .item p {
	padding-top: 20px;
	font-size: 18px;
	padding-left: 440px;
	line-height: 2.2;
	padding-right: 30px;
}

#section-09 .item--01 h3 {
	margin-top: 30px;
	background: url(../images/sec09_point01.png) left bottom no-repeat;
	background-size: 1030px;
	z-index: 5;
}

#section-09 .item--02 {
	margin-left: 30px;
}

#section-09 .item--02 h3 {
	margin-top: 30px;
	background: url(../images/sec09_point02.png) left bottom no-repeat;
	background-size: 1030px;
	z-index: 5;
}

#section-09 .item--02 p {
	padding-left: 0;
	padding-right: 438px;
}

#section-09 .item--03 h3 {
	margin-top: 30px;
	background: url(../images/sec09_point01.png) left bottom no-repeat;
	background-size: 1030px;
	z-index: 5;
}

#section-09 .item--03 {
	margin-bottom: 150px;
}

#section-09 .text {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	padding-bottom: 30px;
}

#section-09 .circle_img {
	width: 999px;
	margin: 0 auto;
	display: block;
}

/* ========================================
    ■ section-10
======================================== */

#section-10 {
	/* background: url(../images/cmn_bg01.jpg); */
	background: url(../images/sec03_bg03.jpg);
	padding: 0 0 100px;
	z-index: -1;
	position: relative;
}

#section-10 .img_box {
	position: absolute;
	text-align: center;
	bottom: -10px;
	left: -50px;
}

#section-10 p {
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

#section-10 .tx_box {
	padding-top: 70px;
	text-align: left;
}

#section-10 .tx_box .tx_red {
	color: #e60012;
}

#section-10 .tx_box h2 {
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}

#section-10 .tx_box p {
	font-size: 18px;
	line-height: 1.9;
	padding-bottom: 16px;
	padding-top: 0;
	font-weight: 500;
}

/* ========================================
    ■ faq
======================================== */

#faq {
	background: url(../images/cmn_bg02.png);
	padding: 66px 0 36px;
	box-shadow: 0px 9px 20px -10px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 5;
}

#faq h2 {
	width: 569px;
	margin: 0 auto 48px;
}

#faq .faq_box {
	width: 820px;
	margin: 0 auto;
	border-bottom: dotted 1px #c8b398;
	padding-bottom: 28px;
	margin-bottom: 50px;
}

#faq .faq_box .q_tx {
	padding: 14px 0 14px 80px;
	font-size: 22px;
	font-weight: bold;
	background: url(../images/faq_icon01.png) no-repeat;
	background-size: 60px;
	margin-bottom: 18px;
}

#faq .faq_box .a_tx {
	/* padding: 14px 0 14px 80px; */
	padding: 0 0 14px 80px;
	font-size: 18px;
	background: url(../images/faq_icon02.png) no-repeat;
	background-size: 60px;
	line-height: 1.8;
}


.form_fixedhead {
	z-index: 99;
}


/* ========================================
    ■ section-11
======================================== */

#section-11 {
	background: url(../images/cmn_bg01.jpg);
	padding: 74px 0 84px;
}

#section-11 h2 {
	width: 830px;
	margin: 0 auto 48px;
}

#section-11 .gmap {
	margin-bottom: 20px;
}

#section-11 .gmap iframe {
	width: 100%;
	border: solid 8px #ffffff;
	height: 466px;
}

#section-11 dl {
	overflow: hidden;
	margin-bottom: 10px;
}

#section-11 dl dt {
	width: 100px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 3px #000000;
	line-height: 40px;
	padding-left: 20px;
}

#section-11 dl dd {
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	font-size: 18px;
}

#section-11 dl dd a {
	color: #000000;
	text-decoration: none;
}

@media only screen and (min-width:751px) {
	#section-11 dl dd a {
		pointer-events: none;
	}
}

/* ========================================
    ■ form
======================================== */

#form {
	background: url(../images/cmn_bg02.png);
	padding: 86px 0 60px;
}

#form .pd_form {
	width: 876px;
	margin: 0 auto;
	background-color: #DCDCDC;
	border: solid 1rem #DCDCDC;
}

#form .commonForm {
	width: 100%;
}

#form h2 {
	width: 800px;
	margin: 0 auto 48px;
}

#form .section_13 {
	background-image: url(../images/section2_background.jpg);
	padding: 5.3vmin 0 5.3vmin 0;
}

#form .section_13 h2 {
	text-align: center;
	margin-bottom: 3vmin;
}

#form .section_13 h2 * {
	font-family: 'M PLUS 1p', sans-serif;
}

#form .form_area_wrap {
	margin: auto;
	width: 100%;
	background: none;
	border: none;
}

#form th.itemBox {
	padding: 2vmin;
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
	border-bottom: solid 1px #E3E3E3;
	background-color: #EFEFEF;
	text-align: left;
}

#form span.form_required_mark {
	color: #E82228;
	background-color: #fff;
	font-size: 80%;
	padding: 1%;
	padding-left: 4%;
	padding-right: 4%;
	margin-left: 0.5em;
	font-weight: 500;
}

#form input[type="text"],
#form input.maxText {
	height: 50px;
	border-radius: 5px;
	padding: 0 10px;
}

#form textarea,
#form select,
#form .maxText {
	width: 100%;
	min-width: 20%;
}

#form input,
#form textarea,
#form select {
	font-size: 100%;
}

#form select {
	max-width: 100%;
	height: 50px;
	border-radius: 5px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}

#form td.itemAns {
	width: 100%;
	padding: 10px 10px 10px 0;
	border-bottom: solid 1px #E3E3E3;
	padding-left: 1.3em;
	background-color: #fff;
	vertical-align: middle;
}

#form input.subBtn {
	background-color: #e60b11;
	border-radius: 10px;
	color: #fff;
	overflow:hidden;
	border: none;
	cursor: pointer;
	width: 37vmin;
	height: 10vmin;
	margin: 20px auto;
	font-size: 200%;
	display: block;
	box-shadow: 0px 7px 2px 0px rgba(0,0,0,0.4);
	    -webkit-appearance: none;
}

#form input.subBtn:active{
    transform: translate(0,7px);
    box-shadow: 0 0 0 0;
}

.subBtnbk{
	border: none;
	cursor: pointer;
	width: 460px;
	height: 84px;
	margin: 20px auto;
	font-size: 200%;
  color: #fff;
	display: block;
	background: url(../images/form_btn02.png) left top no-repeat;
	background-size: 460px;
	transition: 0.3s;
	box-shadow: none;
}
.subBtnbk:hover{
	background-position: left top 4px;
}

#form .mw_wp_form .error {
	font-size: 93%;
	color: #B70000;
	display: block;
}

#form .mw_wp_form .error {
	font-size: 93%;
	color: #B70000;
	display: block;
}

#form .mw_wp_form .akismet_error {
	display: block;
}

#form .mw_wp_form .vertical-item {
	display: block;
}

#form .mw_wp_form .vertical-item + .vertical-item {
	margin-top: 5px;
}

#form .mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 10px;
}

#form .mwform-checkbox-field label,
#form .mwform-radio-field label {
	font-weight: normal;
	margin-bottom: 0;
}

#form .mwform-checkbox-field input,
#form .mwform-radio-field input {
	margin-right: 5px;
}

#form .mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
#form .mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	width: 40%;
	margin: 0 5px;
}

#form .mw-wp-form-deprecated-message {
	background: #F5A9A9;
	border: #B40404 solid 2px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 1.6;
	margin: 0 0 5px;
	padding: 5px;
}

#form .mw_wp_form input[type="file"] {
	display: inline-block;
}

#form .mwform-file-delete {
	cursor: pointer;
	visibility: hidden;
}

#form .mwform-tel-field input[type="text"],
#form .mwform-zip-field input[type="text"] {
	display: inline-block;
	width: auto;
}

#form .submitBtn {
	width: 920px;
	margin: 30px auto 10px;
}

#form.lp2020_form .subBtnbk{
	background-color: #008eff;
	border-radius: 10px;
	color: #fff;
	overflow: hidden;
	border: none;
	cursor: pointer;
	width: 37vmin;
	height: 10vmin;
	margin: 20px auto;
	font-size: 200%;
	display: block;
	box-shadow: 0px 7px 2px 0px rgba(0,0,0,0.4);
	-webkit-appearance: none;
}

/* ========================================
    ■ footer
======================================== */

footer {
	background: #282120;
	text-align: center;
	padding: 10px 0;
}

footer p {
	color: #ffffff;
	font-size: 11px;
}

.modSpOnly {
	display: none !important;
}

@media all and (-ms-high-contrast: none) {

	body {
		font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
		font-weight: 500;
	}

	select {
		font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	}

	#form input[type='text'],
	#form input[type='tel'],
	#form input[type='email'],
	#form textarea {
		font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	}

}

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

	#key {
		height: 660px;
	}

	#keyv .wrap {
	}

	.cta02 .contact_box .tel_box a {
		pointer-events: none;
	}

}

@media only screen and (max-width: 750px) {

	html {
		width: 100%;
		min-width: 320px;
	}

	body {
		font-size: 22px;
	}

	.wrap {
		width: 100%;
		min-width: 320px;
		padding: 0 18px;
	}

	.in_block {
		display: inline-block;
	}

	header {
		padding: 10px;
	}

	header .h_logo {
		width: 100px;
	}

	#keyv {
		padding: 0;
		background: none;
		height: auto;
	}

	#keyv .keyv_hukidasi {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-bottom: 10px;
		margin-bottom: 0;
	}

	#keyv .keyv_hd {
		width: 70%;
		margin-bottom: 0;
	}

	#keyv .keyv_circle {
		float: none;
		margin: 0 auto -20px;
		width: 100%;
		padding-right: 0;
	}
	.keyv_hukidasi,.keyv_hd,.keyv_circle{
		display: none;
	}

	.cta--bg {
		padding: 50px 20px 40px;
	}

	.cta--bg .m_icon {
		position: absolute;
		top: 45px;
		right: calc(50% - 210px);
		width: 130px;
		display: none;
	}

	.cta.top {
		margin-top: 0;
	}

	.cta .wrap {
		padding: 20px;
		width: 90%;
		max-width: 460px;
		min-height: 0;
	}

	.cta .cta_soudan {
		float: none;
		font-size: 20px;
		width: 100%;
		margin-bottom: 20px;
	}

	.cta .cta_btn {
		float: none;
		width: 100%;
	}

	.cta .cta_tx01 {
		font-size: 18px;
		line-height: 1.5;
	}

	.cta .cta_tx02 {
		font-size: 25px;
		line-height: 1.5;
		padding: 0;
	}

	.cta .cta_tx03 {
		font-size: 18px;
		line-height: 1.5;
	}

	.cta02 h2 {
		width: 100%;
		max-width: 500px;
		margin: 10px auto 25px;
	}

	.cta02 .contact_box {
		padding: 40px 20px 30px;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.cta02 .contact_box .tel_box {
		float: none;
		width: 100%;
		max-width: 335px;
		margin: 0 auto 20px;
	}

	.cta02 .contact_box .tel_box .ttl {
		font-size: 20px;
		width: 200px;
		margin: -36px auto 8px;
	}

	.cta02 .contact_box .tel_box a {
		max-width: 335px;
		width: 100%;
		margin: 0 auto 10px;
	}

	.cta02 .contact_box .cta_btn {
		max-width: 335px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	#section-01 {
	    padding: 20px;
			margin: 0;
		}
	#section-01 .sec01_tx01 {
		width: 100%;
		max-width: 525px;
	}

	#section-01_bottom {
		padding: 0;
	}

	#section-01_bottom h2 {
		margin: 0 auto 20px;
		padding-top: 40px;
		width: 100%;
		max-width: 500px;
	}

	#section-01_bottom .performance {
		margin: -40px auto 20px;
		padding-top: 60px;
		width: 100%;
	}


	#section-02 {
		padding: 50px 0 100px;
	}
	#section-02 .m_icon {
		display: none;
	}
	#section-02 h2 {
		max-width: 500px;
		margin: 0 auto 40px;
	}

	#section-02 h3 {
		max-width: 500px;
		margin: 0 auto 40px;
	}

	#section-02 .sec01_graph {
		padding: 0 0 20px 0;
	}

	#section-02 .sec01_graph .graph {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
		display: block;
	}

	#section-02 .sec01_graph .graph_tx {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
		float: none;
	}

	#section-02 .sec01_graph .graph_tx p {
		font-size: 22px;
		line-height: 1.9;
	}

	#section-02 .sec01_graph .graph_tx p span {
		font-size: 22px;
	}

	#section-02 .total {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 18px;
	}

	#section-02 .sec02_tx {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	#section-03 {
		padding: 60px 0 73px;
	}

	#section-03 h2 {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 40px;
	}

	#section-03 .m_icon {
		width: 100px;
		top: -30px;
		right: 0px;
	}

	#section-03 .reason_img {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	#section-03 .check_list {
		max-width: 500px;
		width: 100%;
		margin: 44px auto 0;
	}

	#section-03 .check_list li {
		padding: 35px 30px 35px 80px;
	}

	#section-04 {
		padding: 60px 0 40px;
	}

	#section-04 h2 {
		width: 100%;
		max-width: 631px;
	}

	#section-04 .list01 {
		width: 100%;
		max-width: 500px;
		margin: 30px auto;
	}

	#section-04 li {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	#section-04 .img {
		width: 100%;
		margin: 0 auto 20px;
		display: block;
	}

	#section-04 .img--01 {
		max-width: 438px;
	}

	#section-04 .img--02 {
		max-width: 438px;
	}

	#section-04 .img--03 {
		max-width: 438px;
	}

	#section-04 .img--04 {
		margin-top: 0;
		max-width: 438px;
		position: relative;
	}

	#section-04 .img--05 {
		max-width: 438px;
	}

	#section-04 .text01 {
		width: 100%;
		padding-left: 0;
		min-height: 0;
	}

	#section-04 .text01--pd_tp {
		padding-top: 20px;
	}

	#section-04 .text01--pd_le {
		padding-top: 20px;
		max-width: 427px;
		margin-left: 0;
	}

	#section-04 .text01 h2 {
		padding-bottom: 5px;
	}

	#section-04 .text01 h2 span {
		display: block;
		margin-bottom: 5px;
		margin-right: 0;
	}

	#section-04 .text01 h2 img {
		width: 80px;
		top: -40px;
		left: 130px;
	}

	#section-04 .text01 h2 .balloon01 {
		top: -40px;
		left: 130px;
	}

	#section-04 .text01 p {
		font-size: 22px;
		line-height: 1.5;
	}

	#section-05 {
		padding: 60px 0 0;
	}

	#section-05 h2 {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}

	#section-05 .tx_area {
		width: 100%;
		margin: 0;
	}

	#section-05 .tx_area .img_box {
		max-width: 390px;
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}

	#section-05 .tx_area .img_box p {
		font-size: 16px;
	}

	#section-05 .tx_area .tx_box {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
		font-size: 22px;
	}

	#section-05 .service {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

	#section-05 .list01,#section-05_5 .list01 {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 40px;
		padding: 20px;
	}

	#section-05 .tx_box02,#section-05_5 .tx_box02 {
		max-width: 500px;
		width: 100%;
		margin-bottom: 0;
	}

	#section-05 .tx_box02 p,#section-05_5 .tx_box02 p {
		font-size: 22px;
		line-height: 1.5;
	}
	#section-05_5	{
		padding-top: 20px;
    padding-bottom: 80px;
	}
	#section-05_5 h3 {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 50px;
	}

	#section-05_5 .img_tx {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 50px;
	}

	#section-05_5 .tx_box03 {
		width: 100%;
	}

	#section-05_5 .tx_box03 .item {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
		text-align: center;
	}

	#section-05_5 .tx_box03 .item:first-child {
		margin-bottom: 30px;
		margin-right: auto;
	}

	#section-05_5 .tx_box03 .ttl {
		font-size: 22px;
	}

	#section-05_5 .tx_box03 .text {
		font-size: 18px;
	}

	#section-06 h2 {
		font-size: 38px;
	}

	#section-06 img {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}

	#section-06 .tx_box {
		max-width: 500px;
		width: 100%;
		margin: 40px auto 0;
	}

	#section-06 .tx_box .text02 {
		padding-top: 10px;
		font-size: 34px;
		line-height: 1.5;
	}

	#section-07 {
		padding: 380px 0 60px;
		background: #f2ede6 url(../images/spsec07_bg01.jpg) no-repeat center top 40px;
		background-size: 500px;
	}

	#section-07 .wrap {
		max-width: 500px;
		width: 100%;
	}

	#section-07 .tx_box {
		padding-left: 0;
	}

	#section-07 .tx_box h3 {
		font-size: 24px;
		padding-bottom: 15px;
	}

	#section-07 .tx_box p {
		font-size: 22px;
		line-height: 1.5;
	}

	/* ========================================
	    ■ section-banner
	======================================== */
	#section-banner{
	  margin-bottom: 40px;
	}
  #section-movie iframe, #section-movie2 iframe {
    width: 90%!important;
    height: 90%!important;
    margin: auto;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 10px;
  }
  #section-movie2  {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    padding: inherit;
    padding-top: 56.25%;
    margin: 50px auto 30px
  }
	#section-08 h2 {
		max-width: 584px;
		width: 100%;
	}

	#section-08 .item {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}

	#section-08 .item--02 {
		margin: 50px auto 50px;
	}

	#section-08 .item h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	#section-08 .item .prof_box .img01 {
		float: none;
		max-width: 203px;
		width: 100%;
		margin: 0 auto 20px;
		display: block;
	}

	#section-08 .item .prof_box .tx_box {
		float: none;
		max-width: 720px;
		width: 100%;
	}

	#section-08 .item .prof_box .name {
		max-width: 500px;
		width: 100%;
		font-size: 14px;
		text-align: center;
	}

	#section-08 .item .prof_box .name .size01 {
		font-size: 22px;
	}

	#section-08 .item .prof_box .name .size02 {
		font-size: 16px;
	}

	#section-08 .item .prof_box .tx01 {
		font-size: 18px;
	}

	#section-08 .item .prof_box .tx01 .boder {
		float: none;
		width: 100%;
		max-width: 500px;
	}

	#section-08 .item .prof_box .tx01 .tx_right {
		float: none;
		display: block;
		padding-left: 0;
		text-align: center;
	}

	#section-08 .item .bg_white {
		margin-top: 10px;
		padding: 20px;
	}

	#section-08 .item .bg_white .ttl {
		padding: 20px;
		line-height: 1.5;
	}

	#section-08 .item .bg_white .text {
		font-size: 22px;
		line-height: 1.5;
		letter-spacing: 0;
		padding-bottom: 30px;
	}

	#section-09 .wrap {
		width: 100%;
		max-width: 500px;
		padding: 0 18px;
		margin: 0 auto;
	}

	#section-09 {
		padding: 10px 0 20px;
	}

	#section-09 h2 {
		max-width: 500px;
		width: 100%;
		margin: 40px auto 20px;
	}

	#section-09 .ttl02 {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 20px;
	}

	#section-09 .item {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 40px;
	}

	#section-09 .item h3 {
		padding: 0 0 10px;
		text-align: left;
		font-size: 24px;
		border-bottom: solid 2px #000000;
	}

	#section-09 .item .img01 {
		display: block;
		position: relative;
		margin: 0 auto;
		top: 0;
	}

	#section-09 .item .img02 {
		display: block;
		position: relative;
		margin: 0 auto;
		top: 0;
	}

	#section-09 .item p {
		font-size: 22px;
		padding: 20px 0 0;
		line-height: 1.5;
	}

	#section-09 .item--01 h3 {
		margin-top: 10px;
		background: none;
	}

	#section-09 .item--02 h3 {
		background: none;
	}

	#section-09 .item--02 p {
		padding-right: 0;
	}

	#section-09 .item--03 h3 {
		background: none;
	}

	#section-09 .text {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}

	#section-09 .circle_img {
    max-width: 334px;
    width: 100%;
  	}

	#section-10 {
		padding: 60px 0;
	}

	#section-10 .img_box {
		position: relative;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		width: 360px;
		display: block;
	}

	#section-10 p {
		font-size: 22px;
	}

	#section-10 .tx_box {
		padding-top: 40px;
		padding-left: 0;
	}

	#section-10 .tx_box h2 {
		font-size: 28px;
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}

	#section-10 .tx_box p {
		padding-top: 0;
		font-size: 22px;
		line-height: 1.5;
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}

	#faq h2 {
		max-width: 500px;
		width: 100%;
	}

	#faq .faq_box {
		max-width: 500px;
		width: 100%;
		padding-bottom: 18px;
		margin-bottom: 40px;
	}

	#faq .faq_box .q_tx {
		padding: 0 0 14px 50px;
		background-size: 40px;
	}

	#faq .faq_box .a_tx {
		padding: 0 0 14px 50px;
		background-size: 40px;
	}

	#section-11 {
		padding: 70px 0 40px;
	}

	#section-11 h2 {
		max-width: 651px;
		width: 100%;
	}

	#section-11 .gmap {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
	}

	#section-11 .gmap iframe {
		max-width: 500px;
		height: 300px;
	}

	#section-11 dl {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}

	#section-11 dl dt {
		float: none;
		width: 100%;
	}

	#section-11 dl dd {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding-left: 20px;
	}

	#form {
		padding: 60px 0;
	}

	#form h2 {
		max-width: 500px;
		width: 100%;
		padding: 0 20px;
	}

	#form .form_area_wrap {
		max-width: 500px;
	}

	#form .pd_form {
		width: 100%;
		max-width: 500px;
		border: solid 0.5rem #DCDCDC;
	}

	#form .submitBtn {
		max-width: 460px;
		width: 100%;
	}

	#form th,
	#form td {
		display: block;
		border-top: none;
	}

	#form td.itemAns {
		width: auto;
		padding: 10px;
	}

	#form .mwform-tel-field input[type="text"],
	#form .mwform-zip-field input[type="text"] {
		width: 25%;
	}

	#form input[type="text"],
	#form input.maxText {
		height: 50px;
	}

	#form input.subBtn {
		width: 60vmin;
		height: 13vmin;
		font-size: 7vmin;
	}

	#form input.subBtn:hover {
		background-position: left top;
	}

	#form .mwform-checkbox-field label .mwform-checkbox-field-text,
	#form .mwform-radio-field label .mwform-radio-field-text {
		font-size: 18px;
		line-height: 18px;
	}

	#form th.itemBox {
		font-size: 20px;
	}
	#form.lp2020_form .subBtnbk{
		width: 60vmin;
    height: 13vmin;
    font-size: 7vmin;	}


	.modPcOnly {
		display: none !important;
	}

	.modSpOnly {
		display: block !important;
	}
#page-top {
  width: 50px;
  bottom: 11%;
}
}
