@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div.mfp_thanks {
  padding: 30px;
}

div.mfp_thanks p {
  line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #C00;
  margin: 0px;
  padding: 5px 0px;
}

div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #C00;
  font-size: 24px;
}

/*
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
*/
.must {
  display: block;
  background-color: #C00;
  border: solid 2px #C00;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

.optionally {
  display: block;
  background-color: #06C;
  border: solid 2px #06C;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

/*
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
*/
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #E8EEF9;
  box-shadow: 0px 1px 3px #CCC inset;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: solid 1px #EEE;
}

/*
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
*/
div#mfp_phase_confirm {
  clear: both;
}

/*
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
*/
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

/*
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
*/
.mfp_colored {
  background-color: #F6F7F9;
}

.mfp_achroma {
  background-color: #FFF;
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  background-position: 0px 1px;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_price {
  color: #C00;
  font-size: 36px;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

button.mfp_next, button.mfp_prev {
  font-size: 18px;
  margin: 10px;
  padding: 5px 10px;
}

button.mfp_next {
  float: right;
}

button.mfp_prev {
  float: left;
}

ul#mfp_phase_stat {
  padding: 10px;
  text-align: center;
}

ul#mfp_phase_stat li {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0px 5px;
  list-style: none;
  font-size: 14px;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
  box-shadow: none;
  color: #999;
  padding: 8px 0px;
}

ul#mfp_phase_stat li.mfp_active_phase {
  box-shadow: 0px 1px 6px #000;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #0068B7;
  border: solid 2px #0068B7;
  font-weight: bolder;
  color: #FFF;
  text-shadow: 0px 1px 3px #000;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #EEE;
  border: solid 2px #EEE;
  color: #999;
  box-shadow: 0px 1px 6px #CCC;
}

div#mfp_shopping_cart {
  border: solid 1px #CCC;
  margin: 0px;
  padding: 0px;
}

div#mfp_shopping_cart p {
  margin: 0px;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
  background-color: #FEE;
}

table.mfp_shoppingcart {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table.mfp_shoppingcart thead tr td {
  background-color: #EEE;
  border-bottom: solid 1px #CCC;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
  font-size: 12px;
  padding: 5px;
  border-bottom: solid 1px #CCC;
}

table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}

table.mfp_shoppingcart tbody tr th span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #666;
  padding: 3px 0px;
}

table.mfp_shoppingcart tfoot tr td {
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
  color: #900;
}

td.msc_price {
  font-size: 12px;
  text-align: right;
}

div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

.mfp_element_all {
  max-width: 90%;
}

.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: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}

.mfp_element_checkbox,
.mfp_element_radio {
  vertical-align: middle;
  margin: 0px 2px;
}

.mfp_element_file {
  font-size: 12px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  border-radius: 5px;
  padding: 5px 10px;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}

.mfp_element_reset {
  color: #333;
}

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -moz-linear-gradient(top, #FFF, #CCC);
  background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
  box-shadow: 0px 2px 15px #CCC;
}

button.mfp_next, button.mfp_prev {
  font-size: 14px;
}

input#mfp_reserve_item, input#mfp_reserve_date {
  display: none;
}

div#mfp_reserve_wrapper {
  position: relative;
  overflow: hidden;
  border: solid 1px #CCC;
}

div#mfp_reserve_inner {
  position: relative;
  padding: 0px 0px 0px 100px;
  overflow: auto;
}

div#mfp_reserve_wrapper table {
  border-spacing: 0px;
  border-collapse: collapse;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  background-color: #FEE;
  z-index: 100;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value {
  padding: 0px 0px 0px 0px;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
  cursor: pointer;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
  background-color: #E8EEF9;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
  background-color: #0068B7;
  color: #FFF;
}

td.mfp_reserve_disabled {
  background-color: #CCC;
}

td.mfp_reserve_warning {
  background-color: #FFC;
}

div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
  border: solid 1px #CCC;
  padding: 0px 5px;
  font-size: 12px;
  text-align: center;
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-weight: normal;
  height: 20px;
  text-align: left;
}

td.mfp_reserve_week_0 {
  color: #F00;
  background-color: #FEE;
}

td.mfp_reserve_week_6 {
  color: #00F;
  background-color: #EEF;
}

div.mfp_ok {
  border-radius: 5px;
  background-color: #090;
  border: solid 1px #090;
  display: inline-block;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0px 2px;
  color: #FFF;
  font-size: 10px;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  display: none;
}

div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

div.mfpSuggestWrapper {
  position: relative;
}

div.mfpSuggestResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.mfpSuggestResult div {
  cursor: pointer;
}

div.mfpSuggestResult div:hover {
  background-color: #C9EBFB;
}

div.mfpSuggestResult div.mfpSuggestNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div.mfp_attached_thumbnails {
  display: none;
  padding: 5px;
  margin: 5px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

div.mfp_attached_thumbnails ul {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  border: solid 4px #FFF;
  margin: 5px;
  box-shadow: 0px 2px 5px #999;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
  display: block;
  max-height: 100px;
  overflow: hidden;
}

div.mfp_attached_thumbnails ul li a img {
  display: block;
  max-width: 80px;
}

button.mfp_attached_reset {
  font-size: 14px;
}

div.mfp_draganddrop {
  margin: 5px auto;
  width: 100%;
  height: 200px;
  border: solid 2px #CCC;
  border-radius: 3px;
  background: url(_images/draganddrop.png) no-repeat center center #EEE;
  background-size: auto 80%;
}

div.mfp_dragover {
  border: solid 2px #0068B7;
  background-color: #FFF;
}

div.mfp_attached_filelist {
  margin: 5px auto;
  padding: 5px;
  width: 100%;
  border: solid 1px #CCC;
  border-radius: 3px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul,
div.mfp_attached_filelist ul {
  padding: 5px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li,
div.mfp_attached_filelist ul li {
  padding: 5px 5px 5px 2em;
  background: url(_images/file.png) no-repeat 5px center;
  background-size: 1.3em 1.3em;
  display: inline-block;
  margin-right: 1em;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li:last-child,
div.mfp_attached_filelist ul li:last-child {
  border: none;
}

div.mfp_guide {
  position: relative;
  width: 1px;
  height: 1px;
}

div.mfp_guide div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: -2em;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1em;
  font-size: 12px;
  color: #FFF;
  font-weight: bolder;
  background: #F00;
  display: none;
}

div#mfp_numticket_wrapper,
div#mfp_numticket_wrapper * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

div#mfp_numticket_wrapper {
  clear: both;
  padding: 15px;
}

div#mfp_numticket_wrapper section#numticket_message_wrapper {
  border: solid 3px #F00;
  border-radius: 5px;
  background: #FEE;
  padding: 15px;
  font-size: 16px;
  line-height: 1.7em;
  margin: 5px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime {
  border: solid 3px #CCC;
  border-radius: 5px;
  background: #FFF;
  padding: 15px;
  font-size: 16px;
  margin: 10px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime strong {
  font-size: 32px;
  display: block;
  text-align: center;
}

div#mfp_numticket_wrapper section#numticket_waitTime p.numticket_center {
  text-align: center;
}

div.mfp_traffic_status {
  max-width: 460px;
  margin: 10px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  padding: 15px;
}

div.mfp_traffic_status h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

div.mfp_traffic_status table {
  text-align: center;
  width: 100%;
}

div#wrapper div.mfp_traffic_status table tr th,
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td,
div.mfp_traffic_status table th {
  border: none;
  padding: 0;
}

div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td {
  padding: 0 2px;
}

div#wrapper div.mfp_traffic_status table tr th,
div.mfp_traffic_status table th {
  border-top: solid 1px #CCC;
  font-size: 10px;
  font-weight: normal;
  padding-top: 5px;
  color: #999;
}

div.mfp_traffic_status table td {
  height: 100px;
}

div.mfp_traffic_status table td span {
  display: block;
  background: #7BAAF7;
  border-radius: 3px 3px 0 0;
  border-top: solid 1px #66A1F7;
  border-right: solid 1px #66A1F7;
  border-left: solid 1px #66A1F7;
  min-width: 10px;
  max-width: 30px;
  margin: 0 auto;
  padding-bottom: 10px;
}

div.mfp_traffic_status table td span.mfp_traffic_status_current {
  background: #5D7AF2;
  border-top: solid 1px #546CD1;
  border-right: solid 1px #546CD1;
  border-left: solid 1px #546CD1;
}

.mfp_ok {
  background-color: rgba(0, 255, 0, 0.2);
}

.mfp_ng {
  background-color: rgba(255, 0, 0, 0.2);
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #090;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}

div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
  border-radius: 5px;
  padding: 5px 10px 5px 2em;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 5px auto;
}

button#mfp_recorder_record {
  background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_clear {
  background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_restore {
  background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
  background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

div#mfp_recorder_wrap {
  border: solid 1px #CCC;
  padding: 10px;
  text-align: center;
  margin: 5px auto;
}

td.request_image {
  width: 100px;
}

td.request_image img {
  max-width: 100px;
}

button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #FD8282;
}

span.mfp_tips {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}

span.mfp_tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}

div.mfp_estimate_wrapper {
  border: solid 1px #CCC;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap {
  position: relative;
  padding: 10px;
  border: solid 1px #CCC;
  border-radius: 5px;
  margin: 10px 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap div.mfp_estimate_label {
  position: absolute;
  top: -0.7em;
  left: 1em;
  display: inline-block;
  background: #FFF;
  font-size: 12px;
  padding: 0 0.5em;
  color: #666;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap select {
  font-size: 18px;
  margin: 5px 0;
  padding: 5px 10px;
  line-height: 1em;
  min-height: 2.5em;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap img {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 0 auto;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong {
  display: block;
  text-align: right;
  color: #900;
  font-size: 24px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong em {
  display: inline-block;
  font-size: 30px;
}

div.mfp_estimate_wrapper button.mfp_estimate_button {
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
}

div.mfp_estimate_list table.mfp_estimate_list_table {
  width: 100%;
  margin: 10px 0;
}

div.mfp_estimate_list table.mfp_estimate_list_table thead tr th {
  text-align: center;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tr td {
  border: none;
  border-bottom: solid 1px #333;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td {
  border: none;
  text-align: right;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td {
  padding: 0;
  margin: 0;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th {
  padding: 0 10px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span {
  font-size: 10px;
  display: block;
  color: #666;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1) {
  width: 80px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2) {
  text-align: right;
  padding: 0 10px;
  width: 120px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3) {
  width: 60px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td img {
  max-width: 80px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td button {
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

div.mfp_ticket_wrapper {
  border: solid 1px #CCC;
  margin: 5px;
  overflow: auto;
}

div.mfp_ticket_map {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
}

div.mfp_ticket_map div {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}

div.mfp_ticket_map div label {
  position: relative;
}

div.mfp_ticket_map div label span {
  position: absolute;
  top: 0px;
  left: 20px;
  display: inline-block;
  font-size: 10px;
  white-space: nowrap;
  display: none;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 3px 3px;
  line-height: 1em;
}

div.mfp_ticket_map div label:hover span {
  display: block;
  z-index: 10;
}

div.mfp_ticket_map div label input {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #CCC;
}

@media screen and (max-width: 800px) {
  /*
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	*/
  ul#mfp_phase_stat {
    padding: 0px;
    text-align: left;
  }
  ul#mfp_phase_stat li {
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }
  ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }
  table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 100px;
  }
  div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }
  div#mfp_thanks strong {
    color: #C00;
    font-size: 24px;
    display: block;
  }
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

/*.preload *:not(#seminar_btn) {transition: none !important;}*/
.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_btn:hover {
  cursor: pointer;
}

/* chrome opera */
/*@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
	}
}*/
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 400;
  color: #082634;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  min-width: 1120px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

body a.url {
  word-break: break-all;
}

body.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

.bold, strong {
  font-weight: 700;
}

a {
  color: #24A7B3;
  text-decoration: underline;
  transition: all 0.25s linear;
}

a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    text-decoration: underline;
  }
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  #container {
    padding-top: 0;
  }
}

.contents {
  position: relative;
}

.innerWrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.w880 {
  max-width: 880px;
  margin: 0 auto;
}

#main_cont {
  padding: 120px 0 440px;
}

@media only screen and (max-width: 767px) {
  #main_cont {
    padding: 40px 0 160px;
  }
}

.top_block {
  padding-bottom: 440px;
}

@media only screen and (max-width: 767px) {
  .top_block {
    padding-bottom: 160px;
  }
}

.sec_block {
  background: #082634;
  position: relative;
  padding-bottom: 360px;
}

@media only screen and (max-width: 767px) {
  .sec_block {
    padding-top: 35px;
    padding-bottom: 160px;
  }
}

.sec_block:before {
  content: "";
  display: block;
  position: absolute;
  top: -279px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 840px 280px 840px;
  border-color: transparent transparent #082634 transparent;
}

@media only screen and (min-width: 1681px) {
  .sec_block:before {
    border-width: 0 50vw 280px 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .sec_block:before {
    top: -84px;
    border-width: 0 50vw 85px 50vw;
  }
}

.sec_block .sec_inner {
  position: relative;
  top: -80px;
}

@media only screen and (max-width: 767px) {
  .sec_block .sec_inner {
    position: static;
  }
}

.sec_block.bg_g {
  background: #F2F2F2;
}

.sec_block.bg_g:before {
  border-color: transparent transparent #F2F2F2 transparent;
}

.sec_block.bg_w {
  background: #fff;
}

.sec_block.bg_w:before {
  border-color: transparent transparent #fff transparent;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■fadeIn
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
/*-------------------------
page_ttl
-------------------------*/
#page_ttl {
  background: url(../img/page_ttl.jpg) no-repeat center bottom;
  background-size: auto 460px;
}

@media only screen and (min-width: 1681px) {
  #page_ttl {
    background-size: cover;
  }
}

@media only screen and (max-width: 600px) {
  #page_ttl {
    background-image: url(../img/page_ttl_sp.jpg);
    background-size: cover;
  }
}

@media only screen and (max-width: 390px) {
  #page_ttl {
    background-size: auto 280px;
  }
}

#page_ttl .innerWrap {
  height: 460px;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  #page_ttl .innerWrap {
    justify-content: flex-start;
    padding-top: 63px;
    height: 280px;
  }
}

#page_ttl h1 {
  font-size: 3.6rem;
}

@media only screen and (max-width: 767px) {
  #page_ttl h1 {
    font-size: 2.8rem;
  }
}

#page_ttl .sub {
  margin-top: 25px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  #page_ttl .sub {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

/*-------------------------
  hd
-------------------------*/
.hd01 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  padding: 0 36px;
  /*幅auto*/
  /*緑*/
}

@media only screen and (max-width: 767px) {
  .hd01 {
    margin-bottom: 28px;
  }
}

.hd01 .inner {
  background: #082634;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  min-height: 48px;
}

@media only screen and (max-width: 370px) {
  .hd01 .inner {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 350px) {
  .hd01 .inner {
    font-size: 1.5rem;
  }
}

.hd01 .inner:before, .hd01 .inner:after {
  content: "";
  display: block;
  width: 36px;
  height: 100%;
  background: url(../img/hd01_l.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
}

.hd01 .inner:after {
  background-image: url(../img/hd01_r.png);
  left: auto;
  right: -36px;
}

.hd01.small .inner {
  display: inline-flex;
  width: auto;
}

.hd01.color02 .inner {
  background: #24A7B3;
}

.hd01.color02 .inner:before {
  background-image: url(../img/hd01_l02.png);
}

.hd01.color02 .inner:after {
  background-image: url(../img/hd01_r02.png);
}

.hd02_area {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
  margin-bottom: 80px;
  /*2行用*/
  /*SPのみ改行の5つ並び*/
  /*SPのみ改行の6つ並び*/
  /*SPのみ改行の7つ並び*/
}

@media only screen and (max-width: 767px) {
  .hd02_area {
    margin-bottom: 50px;
  }
}

.hd02_area .inner {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

.hd02_area .ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hd02_area .ttl span:not(.break) {
  background: #082634;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  min-width: 48px;
  min-height: 48px;
  margin: 0 0.5px 1px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .hd02_area .ttl span:not(.break) {
    font-size: 2.4rem;
    padding: 2px;
    min-width: 36px;
    min-height: 36px;
  }
}

@media only screen and (max-width: 370px) {
  .hd02_area .ttl span:not(.break) {
    padding: 1px;
    min-width: 34px;
    min-height: 34px;
  }
}

@media only screen and (max-width: 350px) {
  .hd02_area .ttl span:not(.break) {
    font-size: 2rem;
    min-width: 30px;
    min-height: 30px;
  }
}

.hd02_area .ttl .break {
  width: 100%;
  flex-basis: 100%;
  height: 0;
}

.hd02_area .en {
  background: #24A7B3;
  font-size: 1.9rem;
  padding: 3px 10px;
  margin: 0 0.5px;
}

@media only screen and (max-width: 767px) {
  .hd02_area .en {
    font-size: 1.5rem;
    padding: 2px 5px;
  }
}

@media only screen and (max-width: 350px) {
  .hd02_area .en {
    font-size: 1.3rem;
  }
}

.hd02_area.color02 .ttl {
  color: #082634;
}

.hd02_area.color02 .ttl span {
  background: #fff;
}

.hd02_area.hd02_9 .en {
  width: calc((48px * 9) + 8px);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .hd02_area.hd02_9 .en {
    width: calc((36px * 9) + 8px);
  }
}

@media only screen and (max-width: 370px) {
  .hd02_area.hd02_9 .en {
    width: calc((34px * 9) + 8px);
  }
}

@media only screen and (max-width: 350px) {
  .hd02_area.hd02_9 .en {
    width: calc((30px * 9) + 8px);
  }
}

@media only screen and (min-width: 768px) {
  .hd02_area.hd02_sp5 .spCont {
    opacity: 0;
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .hd02_area.hd02_sp5 .break {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hd02_area.hd02_sp5 .en {
    margin-left: auto;
    margin-right: auto;
    width: calc((36px * 5) + 4px);
  }
}

@media only screen and (max-width: 370px) {
  .hd02_area.hd02_sp5 .en {
    width: calc((34px * 5) + 4px);
  }
}

@media only screen and (max-width: 350px) {
  .hd02_area.hd02_sp5 .en {
    width: calc((30px * 5) + 4px);
  }
}

@media only screen and (min-width: 768px) {
  .hd02_area.hd02_sp6 .spCont {
    opacity: 0;
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .hd02_area.hd02_sp6 .break {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hd02_area.hd02_sp6 .en {
    margin-left: auto;
    margin-right: auto;
    width: calc((36px * 6) + 5px);
  }
}

@media only screen and (max-width: 370px) {
  .hd02_area.hd02_sp6 .en {
    width: calc((34px * 6) + 5px);
  }
}

@media only screen and (max-width: 350px) {
  .hd02_area.hd02_sp6 .en {
    width: calc((30px * 6) + 5px);
  }
}

@media only screen and (min-width: 768px) {
  .hd02_area.hd02_sp7 .spCont {
    opacity: 0;
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .hd02_area.hd02_sp7 .break {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hd02_area.hd02_sp7 .en {
    margin-left: auto;
    margin-right: auto;
    width: calc((36px * 7) + 6px);
  }
}

@media only screen and (max-width: 370px) {
  .hd02_area.hd02_sp7 .en {
    width: calc((34px * 7) + 6px);
  }
}

@media only screen and (max-width: 350px) {
  .hd02_area.hd02_sp7 .en {
    width: calc((30px * 7) + 6px);
  }
}

.hd03 {
  font-size: 1.8rem;
  line-height: 1.14286;
  padding-left: 15px;
  margin-bottom: 25px;
  position: relative;
}

.hd03:before {
  content: "";
  display: block;
  width: 4px;
  height: 26px;
  background: #082634;
  position: absolute;
  top: -1px;
  left: 0;
}

.hd04 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: 7px 20px;
  background: #082634;
}

.hd05 {
  font-size: 1.8rem;
  line-height: 1.44444;
  margin-bottom: 5px;
}

.hd06 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .hd06 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

/*-------------------------
  btn
-------------------------*/
/* 通常ボタン */
.btn01 {
  position: relative;
  display: flex;
  justify-content: center;
  /*ネイビー*/
  /*ライン*/
}

.btn01 .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 350px;
  min-height: 60px;
  box-sizing: border-box;
  color: #082634;
  border: 1px solid #082634;
  padding: 10px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner {
    min-width: inherit;
    width: 100%;
  }
}

.btn01 .btn_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
}

.btn01 .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background: #082634;
  transition: all 0.25s linear;
  opacity: 0.05;
}

.btn01 span {
  position: relative;
  display: inline-block;
}

.btn01 .btn_inner:hover {
  opacity: 1;
}

.btn01 .btn_inner:hover:after {
  right: 0;
}

.btn01.left {
  justify-content: flex-start;
}

.btn01.btn_blue {
  position: relative;
  display: flex;
  justify-content: center;
}

.btn01.btn_blue .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 350px;
  min-height: 60px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #082634;
  padding: 10px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .btn01.btn_blue .btn_inner {
    min-width: inherit;
    width: 100%;
  }
}

.btn01.btn_blue .btn_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #082634;
}

.btn01.btn_blue .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background: #fff;
  transition: all 0.25s linear;
  opacity: 0.05;
}

.btn01.btn_blue span {
  position: relative;
  display: inline-block;
}

.btn01.btn_blue .btn_inner:hover {
  opacity: 1;
}

.btn01.btn_blue .btn_inner:hover:after {
  right: 0;
}

.btn01.btn_blue .btn_inner:after {
  background: #fff;
  opacity: 0.2;
}

.btn01.btn_line {
  position: relative;
  display: flex;
  justify-content: center;
}

.btn01.btn_line .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 350px;
  min-height: 60px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #03C755;
  padding: 10px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .btn01.btn_line .btn_inner {
    min-width: inherit;
    width: 100%;
  }
}

.btn01.btn_line .btn_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #03C755;
}

.btn01.btn_line .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background: #fff;
  transition: all 0.25s linear;
  opacity: 0.05;
}

.btn01.btn_line span {
  position: relative;
  display: inline-block;
}

.btn01.btn_line .btn_inner:hover {
  opacity: 1;
}

.btn01.btn_line .btn_inner:hover:after {
  right: 0;
}

.btn01.btn_line .btn_inner:after {
  background: #fff;
  opacity: 0.2;
}

/*-------------------------
breadcrumbs
-------------------------*/
#breadcrumbs {
  line-height: 1.3;
  margin-top: 16px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    margin-top: 10px;
    line-height: 1.1;
    font-size: 1.1rem;
  }
}

#breadcrumbs .innerWrap {
  max-width: inherit;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs .innerWrap {
    overflow-y: hidden;
    overflow-x: auto;
  }
}

#breadcrumbs .breadcrumbs_list {
  display: flex;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs .breadcrumbs_list {
    white-space: nowrap;
  }
}

#breadcrumbs .breadcrumbs_list a {
  color: #082634;
  transition: all 0.25s linear;
  text-decoration: none;
}

#breadcrumbs .breadcrumbs_list a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list li:not(:last-of-type):after {
  content: "＞";
  display: inline;
  margin: 0 8px;
}

/*-------------------------
column_normal
-------------------------*/
.column_normal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*縦*/
}

@media only screen and (max-width: 767px) {
  .column_normal {
    flex-direction: column-reverse;
  }
}

.column_normal .img_area {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .column_normal .img_area {
    width: 100%;
    margin-top: 35px;
  }
}

.column_normal .img_area img {
  width: 100%;
  height: auto;
}

.column_normal .img_area + .txt_area {
  width: 45%;
}

@media only screen and (max-width: 767px) {
  .column_normal .img_area + .txt_area {
    width: 100%;
  }
}

.column_normal .txt_area .catch {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 55px;
}

.column_normal.vertical {
  display: block;
}

.column_normal.vertical .img_area {
  width: auto;
  max-width: 540px;
  margin: 0 auto 55px;
}

@media only screen and (max-width: 767px) {
  .column_normal.vertical .img_area {
    margin-bottom: 30px;
  }
}

.column_normal.vertical .txt_area {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .column_normal.vertical .txt_area {
    text-align: left;
  }
}

/*-------------------------
youtube
-------------------------*/
.youtube {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-------------------------
list
-------------------------*/
ul.kome li,
ol.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.indent_15 li,
ol.indent_15 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ul.list01 li {
  position: relative;
  padding-left: 1em;
}

ul.list01 li:before {
  content: "●";
  display: block;
  color: #24A7B3;
  position: absolute;
  left: 0;
  top: 0;
}

dl.dl01 dt {
  font-weight: 700;
  font-size: 1.8erm;
  line-height: 1.44444;
}

dl.dl01 dd + dt {
  margin-top: 1em;
}

/*-------------------------
box
-------------------------*/
.bg_box01 {
  background: #F2F2F2;
  border: 1px solid #082634;
  padding: 20px;
}

.bg_box01 .ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27778;
  border-bottom: 1px solid #082634;
  padding-bottom: 15px;
  margin-bottom: 12px;
}

.bg_box01 .box_inner small {
  font-size: 1.4rem;
}

.box_list li {
  background: #F2F2F2;
  border: 1px solid #082634;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .box_list li {
    margin-bottom: 40px;
  }
}

.box_list li:last-of-type {
  margin-bottom: 0;
}

.box_list.box_flow li:not(:last-of-type) {
  margin-bottom: 60px;
  position: relative;
}

.box_list.box_flow li:not(:last-of-type):after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../img/ico_flow01.svg) no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  bottom: -40px;
}

.box_list .hd_area {
  font-weight: 700;
  display: flex;
}

.box_list .hd_area > *:not(.btn) {
  min-height: 60px;
  display: flex;
  align-items: center;
}

.box_list .hd_area .num_box {
  background: #24A7B3;
  text-align: center;
  min-width: 60px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  color: #fff;
  padding-top: 2px;
}

.box_list .hd_area .num_box .hd {
  font-size: 1rem;
  margin-bottom: 1px;
}

.box_list .hd_area .num_box .num {
  font-size: 3.6rem;
}

.box_list .hd_area .txt_area {
  font-size: 2rem;
  line-height: 1.27778;
  padding: 5px 0 5px 20px;
}

.box_list .txt_box {
  border-top: 1px solid #082634;
  padding: 20px;
  line-height: 1.625;
}

@media only screen and (max-width: 767px) {
  .box_list .txt_box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.box_list .btn01 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .box_list .column_normal {
    display: block;
  }
}

.box_list .column_normal + .column_normal {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .box_list .column_normal + .column_normal {
    margin-top: 40px;
  }
}

.box_list .column_normal .img_area {
  width: 210px;
}

@media only screen and (max-width: 767px) {
  .box_list .column_normal .img_area {
    width: 100%;
    margin: 0 0 20px;
  }
}

.box_list .column_normal .txt_area {
  width: calc(100% - 210px);
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .box_list .column_normal .txt_area {
    width: 100%;
    padding-left: 0;
  }
}

.box_list .column_normal .txt_area .catch {
  margin-bottom: 4px;
}

.box_list .column_normal .txt_area .txt + .catch {
  margin-top: 15px;
}

/*-------------------------
テーブル
-------------------------*/
.table01 {
  width: 100%;
}

.table01 tr {
  border-bottom: 1px solid #CED4D6;
}

.table01 tr:last-of-type {
  border-bottom: none;
}

.table01 th, .table01 td {
  line-height: 1.625;
  padding: 16px 0;
  vertical-align: top;
}

.table01 th {
  font-weight: 700;
  min-width: 100px;
  padding-right: 20px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .table01 th {
    min-width: 95px;
    padding-right: 15px;
  }
}

.table01 td {
  width: 100%;
}

/*-------------------------
アコーディオン
-------------------------*/
.ac_btn {
  position: relative;
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  .ac_btn {
    padding-right: 55px;
  }
}

.ac_btn .btn {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: #082634;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.ac_btn .btn span {
  width: 13px;
  height: 13px;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.ac_btn .btn span:before, .ac_btn .btn span:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  transition: all 0.25s linear;
}

.ac_btn .btn span:after {
  transform: rotate(90deg);
}

.ac_btn.active .btn span:after {
  transform: rotate(0deg);
  margin-top: -1px;
}

/*-------------------------
sp_scroll
-------------------------*/
@media only screen and (max-width: 767px) {
  .sp_scroll:before {
    content: "▼スクロールをしてご確認ください。";
    display: block;
    margin-bottom: 5px;
  }
  .sp_scroll .scroll_area {
    overflow-x: auto;
  }
  .sp_scroll table {
    width: 700px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  min-width: 1120px;
  z-index: 500;
}

@media only screen and (max-width: 767px) {
  #header {
    position: static;
    min-width: inherit;
  }
}

#header .header_inner {
  position: relative;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .logo {
  position: absolute;
  top: 15px;
  left: 60px;
  transition: all 0.25s linear;
}

#header .logo img {
  width: auto;
  height: 30px;
}

#header .nav_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #header .nav_menu {
    display: none;
  }
}

#header .nav_menu li {
  margin: 0 20px;
  transition: all 0.25s linear;
}

#header .nav_menu li a {
  color: #082634;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding: 10px 0;
}

#header .nav_menu li a:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #082634;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  opacity: 0;
  transition: all 0.25s linear;
}

#header .nav_menu li a:hover {
  opacity: 1;
}

#header .nav_menu li a:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 1460px) {
  #header .logo {
    left: 20px;
  }
  #header .nav_menu {
    padding-left: 120px;
  }
  #header .nav_menu li {
    margin: 0 10px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: relative;
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .menuBtn {
    display: none;
  }
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  width: 60px;
  height: 60px;
  padding: 20px 16px;
  background: #082634;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 28px;
  height: 22px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 1px;
  background-color: #fff;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  height: 1px;
  background-color: #fff;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  transform: translate3d(-100%, 0, 0);
  /* 右からイン */
  transition: all 0.25s ease-in-out;
  display: none;
}

#spMenuOverlay.open {
  transform: translate3d(0%, 0, 0);
}

#spMenu {
  opacity: 0;
  position: fixed;
  display: block;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  background: #082634;
  color: #fff;
  text-align: center;
  padding: 0;
  transform: translate3d(100%, 0, 0);
  /* 右からイン */
  transform: translate3d(0, -100%, 0);
  /* 上からイン */
  transition: all 0.25s ease-in-out;
}

#spMenu.open {
  opacity: 1;
}

#spMenu.open {
  transform: translate3d(0%, 0, 0);
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px;
}

#spMenu .spMenu_inner {
  width: 100%;
}

#spMenu .logo {
  text-align: left;
  margin-bottom: 35px;
}

#spMenu .logo img {
  width: auto;
  height: 30px;
}

#spMenu a {
  color: #fff;
}

#spMenu .nav_menu li {
  border-bottom: 1px solid #39515D;
  line-height: 1.2;
  font-size: 1.2rem;
}

#spMenu .nav_menu li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

#spMenu .nav_menu li .en {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4px;
}

#spMenu .privacy {
  margin-top: 30px;
  font-size: 1.2rem;
}

#closeBtn {
  z-index: 9999999;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  outline: none;
}

#closeBtn .closeBtn_bar {
  position: relative;
  width: 22px;
  height: 22px;
}

#closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  content: '';
}

#closeBtn .closeBtn_bar span, #closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#closeBtn .closeBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#closeBtn .closeBtn_bar:before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

#closeBtn .closeBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#closeBtn .closeBtn_bar span, #closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  background-color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
footer_seminar
-------------------------*/
#footer_seminar {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #footer_seminar {
    padding-bottom: 160px;
  }
}

#footer_seminar .block + .block {
  margin-top: 80px;
}

#footer_seminar .block_box {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #footer_seminar .block_box {
    display: block;
  }
}

#footer_seminar .block_box .left {
  width: 420px;
}

@media only screen and (max-width: 767px) {
  #footer_seminar .block_box .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

#footer_seminar .block_box .left img {
  width: 100%;
  height: auto;
}

#footer_seminar .block_box .left .txt {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  #footer_seminar .block_box .left .txt {
    margin-top: 20px;
  }
}

#footer_seminar .block_box .txt_area {
  padding-left: 40px;
  width: calc(100% - 420px);
}

@media only screen and (max-width: 767px) {
  #footer_seminar .block_box .txt_area {
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #footer_seminar .block_box .txt_area .line_area {
    margin-top: 35px;
  }
}

#footer_seminar .document_block .btn01 {
  margin-top: 35px;
}

/*-------------------------
line_area
-------------------------*/
.line_area {
  background: #fff;
  border: 2px solid #03C755;
  border-radius: 10px;
  padding: 22px 20px;
}

.line_area .ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #03C755;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .line_area .ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.line_area ol {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .line_area ol {
    margin-top: 15px;
  }
}

.line_area ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.line_area ol li + li {
  margin-top: 5px;
}

.line_area ol strong {
  background: #FFEE1F;
  font-weight: 400;
}

.line_area .btn01 {
  margin-top: 22px;
}

.line_area .btn01 .btn_inner {
  min-width: inherit;
  width: 100%;
}

/*-------------------------
footer
-------------------------*/
#footer {
  background: #082634;
  padding: 100px 0 20px;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 80px 0;
  }
}

#footer .innerWrap {
  position: relative;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer .hd02_area {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #footer .sns_wrap {
    display: flex;
    justify-content: center;
  }
}

#footer .sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #footer .sns_link {
    display: block;
  }
}

#footer .sns_link li {
  margin: 0 60px;
}

@media only screen and (max-width: 767px) {
  #footer .sns_link li {
    margin: 0 0 30px;
    text-align: left;
  }
  #footer .sns_link li:last-of-type {
    margin-bottom: 0;
  }
}

#footer .sns_link li a {
  font-weight: 500;
  display: flex;
  align-items: center;
}

#footer .sns_link li .ico {
  width: 48px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  #footer .sns_link li .ico {
    width: 60px;
  }
}

#footer .sns_link li .ico img {
  width: 100%;
  height: auto;
}

#footer .footer_bottom {
  border-top: 1px solid #fff;
  margin-top: 100px;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  #footer .footer_bottom {
    margin-top: 80px;
    padding-top: 60px;
    flex-direction: column-reverse;
  }
}

#footer .footer_bottom .info_area {
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #footer .footer_bottom .info_area {
    margin-top: 60px;
  }
}

#footer .footer_bottom .info_area .logo {
  width: 100%;
  margin-bottom: 25px;
}

#footer .footer_bottom .info_area .logo img {
  width: 175px;
  height: auto;
}

#footer .footer_bottom .info_area .info {
  margin-right: 80px;
}

@media only screen and (min-width: 768px) {
  #footer .footer_bottom #footer_nav > .pcCont {
    display: flex;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footer_bottom #footer_nav > .spCont {
    display: flex;
  }
}

#footer .footer_bottom #footer_nav .nav_menu {
  margin-left: 80px;
}

@media only screen and (max-width: 767px) {
  #footer .footer_bottom #footer_nav .nav_menu {
    margin-left: 0;
    margin-right: 20px;
  }
  #footer .footer_bottom #footer_nav .nav_menu:last-of-type {
    margin-right: 0;
  }
}

#footer .footer_bottom #footer_nav .nav_menu li {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

#footer .footer_bottom #footer_nav .nav_menu li:after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #24A7B3;
  position: absolute;
  left: 0;
  bottom: 0;
}

#footer .footer_bottom #footer_nav .nav_menu li a {
  display: block;
  transition: all 0.25s linear;
}

#footer .footer_bottom #footer_nav .nav_menu li a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (min-width: 768px) {
  #footer .footer_bottom #footer_nav .nav_menu li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #footer .footer_bottom #footer_nav .nav_menu li:last-of-type:after {
    content: none;
  }
}

#footer .footer_bottom #footer_nav .nav_menu .en {
  font-size: 2rem;
  font-weight: 700;
}

#footer .bottom {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  #footer .bottom {
    margin-top: 40px;
  }
}

#footer .bottom .privacy {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  #footer .bottom .privacy {
    position: static;
    text-align: center;
    margin-bottom: 10px;
  }
}

#footer .bottom .privacy a {
  text-decoration: underline;
}

#footer .bottom .copyright {
  text-align: center;
  font-size: 1rem;
}

/*-------------------------
pagetop
-------------------------*/
#pagetop {
  background: url(../img/pagetop.png) no-repeat center center #24A7B3;
  background-size: 25px auto;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: -60px;
}

#pagetop:hover {
  cursor: pointer;
}

/*-------------------------
seminar_btn
-------------------------*/
#seminar_btn {
  position: fixed;
  right: 0;
  bottom: 45px;
  z-index: -1;
  opacity: 0;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #seminar_btn {
    bottom: 10px;
    left: 20px;
    right: 20px;
    text-align: center;
  }
}

#seminar_btn a {
  font-weight: 600;
  color: #fff;
  background: #24A7B3;
  display: inline-block;
  border-radius: 50px 0 0 50px;
  padding: 15px 30px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #seminar_btn a {
    border-radius: 50px;
    display: block;
  }
}

@media only screen and (max-width: 350px) {
  #seminar_btn a {
    padding: 15px 20px;
  }
}

#seminar_btn.scrolltop {
  opacity: 1;
  z-index: 40;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■list_archive
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.list_archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -7px;
}

.list_archive:after {
  content: "";
  display: block;
  width: calc(33.33% - 7px);
}

.list_archive li {
  width: calc(33.33% - ((14px * 3) / 3));
  margin: 0 7px 40px;
  overflow: hidden;
}

.list_archive:not(.list_slide) {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .list_archive:not(.list_slide) {
    display: block;
  }
  .list_archive:not(.list_slide) li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.list_archive a {
  color: #082634;
  display: block;
  background: #F2F2F2;
  text-decoration: none;
  height: 100%;
  transition: all 0.25s linear;
  position: relative;
}

.list_archive a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.list_archive a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #082634 transparent;
  border-width: 0px 0px 16px 16px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.list_archive a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #082634;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.list_archive .inner {
  padding: 15px 20px 20px;
}

@media only screen and (max-width: 767px) {
  .list_archive .inner {
    padding-top: 12px;
  }
}

.list_archive .post_title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}

.list_archive .post_name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}

.list_archive .post_date {
  margin-top: 8px;
}

.post_img {
  position: relative;
  padding-top: 67%;
  z-index: 1;
}

.post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.post_category {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 5px;
}

.post_category span {
  display: inline-block;
  background: #24A7B3;
  padding: 2px 12px 3px;
  border-radius: 50px;
  margin-bottom: 5px;
}

.post_category span + span {
  margin-left: 5px;
}

/*-------------------------
コラム
-------------------------*/
/*-------------------------
声
-------------------------*/
.list_voice a {
  background: #fff;
}

.list_voice .post_title {
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
}

@media only screen and (max-width: 370px) {
  .list_voice .post_title {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 350px) {
  .list_voice .post_title {
    font-size: 1.6rem;
  }
}

.list_voice .post_title span {
  display: inline-block;
  background: #082634;
  padding: 3px 20px 5px;
}

@media only screen and (max-width: 767px) {
  .list_voice .post_title span {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.list_voice .post_title span + span {
  margin-top: 5px;
}

.list_voice .post_term {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-top: 5px;
}

.list_voice .post_term span {
  display: inline-block;
  padding: 1px 12px;
  background: #24A7B3;
  border-radius: 50px;
}

/*-------------------------
セミナー
-------------------------*/
.list_seminar li {
  border-bottom: 1px solid #CED4D6;
}

@media only screen and (max-width: 767px) {
  .list_seminar li {
    margin-bottom: 30px;
  }
}

.list_seminar a {
  background: #fff;
}

.list_seminar a:before, .list_seminar a:after {
  content: none;
}

.list_seminar .inner {
  padding-left: 0;
  padding-right: 0;
}

.list_seminar .post_title {
  background: url(../img/ico_arrow01.svg) no-repeat right 15px center;
  background-size: 8px auto;
  padding-right: 30px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.list_seminar .post_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #082634;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

/*-------------------------
slick
-------------------------*/
.slick-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.slick-slider:after {
  content: none;
}

.slick-slider .slick-list {
  width: 100%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  line-height: 1;
  margin: 15px 22px;
}

.slick-dots li {
  all: unset;
  margin: 0 8px;
  text-indent: -9999px;
  width: 8px;
  background: #082634;
  height: 8px;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.25s linear;
}

.slick-dots li:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.slick-dots li:hover {
  cursor: pointer;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-arrow {
  line-height: 1;
  all: unset;
  width: 40px;
  height: 40px;
  background: no-repeat center center;
  background-size: 100% auto;
  text-indent: -9999px;
  transition: all 0.25s linear;
}

.slick-arrow:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.slick-arrow:hover {
  cursor: pointer;
}

.slick-prev {
  background-image: url(../img/ico_back.png);
}

.slick-next {
  background-image: url(../img/ico_next.png);
}

/*-------------------------
画像スライド
-------------------------*/
.slide_wrap_img {
  position: relative;
}

.slide_wrap_img .slick-track > li {
  height: auto !important;
}

.slide_wrap_img li {
  margin-bottom: 0;
}

.slide_wrap_img img {
  width: 100%;
  height: auto;
}

.slide_wrap_img .slick-dots {
  margin: 20px 0 0;
}

.slide_wrap_img .slick-arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
}

.slide_wrap_img .slick-prev {
  left: 0;
}

.slide_wrap_img .slick-next {
  right: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■安心保障
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.refund_block {
  background: #082634;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
}

@media only screen and (max-width: 767px) {
  .refund_block {
    padding: 24px;
  }
}

@media only screen and (max-width: 380px) {
  .refund_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.refund_block .ttl {
  line-height: 1;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .refund_block .ttl {
    margin-bottom: 20px;
  }
}

.refund_block .ttl img {
  width: auto;
  height: 61px;
}

@media only screen and (max-width: 767px) {
  .refund_block .ttl img {
    height: 48px;
  }
}

.refund_block .txt {
  font-size: 1.8rem;
  line-height: 1.55556;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .refund_block .txt {
    margin-bottom: 24px;
  }
}

.refund_block .txt .line {
  display: inline-block;
  line-height: 1.4;
  background: #24A7B3;
  font-weight: 700;
}

.refund_block .inner_box {
  max-width: 640px;
  margin: 0 auto;
}

.refund_block .inner_box .pickup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.refund_block .inner_box .pickup li {
  width: 24%;
  max-width: 145px;
  border: 1px solid #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .refund_block .inner_box .pickup li {
    width: calc(50% - 6px);
    max-width: inherit;
    margin-bottom: 12px;
  }
}

.refund_block .inner_box .pickup .ico {
  width: 32px;
  margin: -1px 0 -1px -1px;
}

.refund_block .inner_box .pickup .ico img {
  width: 100%;
  height: auto;
}

.refund_block .inner_box .pickup .txt {
  font-size: 1.6rem;
  padding: 5px 8px;
  line-height: 1.3;
  margin: 0;
}

@media only screen and (max-width: 389px) {
  .refund_block .inner_box .pickup .txt {
    font-size: 1.4rem;
  }
}

.refund_block .inner_box .etc {
  line-height: 1.5;
  text-align: right;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .refund_block .inner_box .etc {
    margin-top: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  編集ボタン
-------------------------*/
a.post-edit-link {
  background-color: #F00 !important;
  background-image: none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding: 3px 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1.1 !important;
}

a.post-edit-link:hover {
  background-color: #06C !important;
}

/*-------------------------
ログイン時
-------------------------*/
.logged-in #header {
  top: 0;
}

.admin-bar #header {
  top: 32px;
}

@media only screen and (max-width: 767px) {
  .admin-bar #header {
    top: 46px;
  }
}

/*-------------------------
  404用
-------------------------*/
#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 50px;
}

/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 6px;
  width: 24px;
  height: 24px;
  color: #082634;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid #CED4D6;
  transition: all 0.25s linear;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 5px;
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../img/ico_next.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  transition: all 0.25s linear;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.wp-pagenavi .previouspostslink {
  background-image: url(../img/ico_back.png);
  margin-right: 18px;
}

.wp-pagenavi .nextpostslink {
  margin-left: 18px;
}

.wp-pagenavi span.extend, .wp-pagenavi span.pages, .wp-pagenavi a.first, .wp-pagenavi a.last {
  display: none;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  border-color: #082634;
}

.wp-pagenavi span.current:after,
.wp-pagenavi a:hover:after {
  border-color: #082634;
}

.navigation {
  max-width: 390px;
  overflow: hidden;
  margin: 60px auto 0;
  position: relative;
}

.navigation a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  transition: all 0.25s linear;
}

.navigation a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.navigation .prev, .navigation .next {
  display: block;
  z-index: 1;
}

.navigation .prev a, .navigation .next a {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #082634;
  border-right: 1px solid #082634;
  transform: rotate(-45deg);
  margin: auto 0;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}

.navigation .prev a:after, .navigation .next a:after {
  width: 12px !important;
  height: 12px !important;
  margin-top: -6px !important;
}

.navigation .prev {
  float: left;
}

.navigation .prev a {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #082634;
  border-right: 1px solid #082634;
  transform: rotate(-45deg);
  margin: auto 0;
  transform: rotate(135deg);
}

.navigation .next {
  float: right;
}

.navigation .list {
  width: calc(100% - 100px);
  position: absolute;
  top: 0;
  left: 50px;
  text-align: center;
}

.navigation .list a {
  border: 1px solid #082634;
}

@media only screen and (max-width: 767px) {
  .navigation .list a {
    min-width: 185px;
  }
}

/*-------------------------
記事用
-------------------------*/
article #hd_area {
  border-bottom: 1px solid #082634;
  margin-bottom: 40px;
  padding-bottom: 13px;
}

article #hd_area .post_date {
  line-height: 1.5;
  margin-bottom: 10px;
}

article #hd_area h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

article .post_img {
  margin-bottom: 60px;
}

article + .btn01 {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  article + .btn01 {
    margin-top: 60px;
  }
}

.wp_editer,
article .entry,
.block-editor-block-list__layout {
  word-break: break-all;
}

.wp_editer *:last-child,
article .entry *:last-child,
.block-editor-block-list__layout *:last-child {
  margin-bottom: 0 !important;
}

.wp_editer p, .wp_editer ul, .wp_editer ol, .wp_editer table, .wp_editer div,
.wp_editer .wp-block-gallery,
article .entry p,
article .entry ul,
article .entry ol,
article .entry table,
article .entry div,
article .entry .wp-block-gallery,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol,
.block-editor-block-list__layout table,
.block-editor-block-list__layout div,
.block-editor-block-list__layout .wp-block-gallery {
  margin-bottom: 40px;
}

.wp_editer .alignleft,
article .entry .alignleft,
.block-editor-block-list__layout .alignleft {
  float: left;
  display: block;
  max-width: 50%;
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .alignleft,
  article .entry .alignleft,
  .block-editor-block-list__layout .alignleft {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.wp_editer .alignright,
article .entry .alignright,
.block-editor-block-list__layout .alignright {
  float: right;
  display: block;
  max-width: 50%;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .alignright,
  article .entry .alignright,
  .block-editor-block-list__layout .alignright {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.wp_editer .aligncenter,
article .entry .aligncenter,
.block-editor-block-list__layout .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp_editer img,
article .entry img,
.block-editor-block-list__layout img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .wp_editer img.alignleft, .wp_editer img.alignright,
  article .entry img.alignleft,
  article .entry img.alignright,
  .block-editor-block-list__layout img.alignleft,
  .block-editor-block-list__layout img.alignright {
    margin-top: 7px;
  }
}

.wp_editer table,
article .entry table,
.block-editor-block-list__layout table {
  border: none;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}

.wp_editer table th, .wp_editer table td,
article .entry table th,
article .entry table td,
.block-editor-block-list__layout table th,
.block-editor-block-list__layout table td {
  border: none;
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  padding: 5px 20px;
  text-align: left;
}

.wp_editer table th,
article .entry table th,
.block-editor-block-list__layout table th {
  background: #F3F3F3;
  font-weight: 700;
  min-width: 150px;
}

@media only screen and (max-width: 767px) {
  .wp_editer table th,
  article .entry table th,
  .block-editor-block-list__layout table th {
    min-width: 80px;
  }
}

.wp_editer bold,
article .entry bold,
.block-editor-block-list__layout bold {
  font-weight: 700;
}

.wp_editer pre,
article .entry pre,
.block-editor-block-list__layout pre {
  white-space: normal;
}

.wp_editer .wp-block-group,
article .entry .wp-block-group,
.block-editor-block-list__layout .wp-block-group {
  padding: 30px;
  border: 1px solid #c5c5c5;
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-group,
  article .entry .wp-block-group,
  .block-editor-block-list__layout .wp-block-group {
    padding: 15px;
  }
}

.wp_editer .wp-block-group p,
article .entry .wp-block-group p,
.block-editor-block-list__layout .wp-block-group p {
  margin-bottom: 15px;
}

.wp_editer .wp-block-gallery,
article .entry .wp-block-gallery,
.block-editor-block-list__layout .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}

.wp_editer .wp-block-gallery img,
article .entry .wp-block-gallery img,
.block-editor-block-list__layout .wp-block-gallery img {
  margin: 0;
}

.wp_editer .wp-caption,
article .entry .wp-caption,
.block-editor-block-list__layout .wp-caption {
  max-width: inherit !important;
  width: 100% !important;
  margin: 0 0 32px;
}

.wp_editer figcaption,
article .entry figcaption,
.block-editor-block-list__layout figcaption {
  font-size: 1.3rem;
}

.wp_editer .wp-caption-text,
article .entry .wp-caption-text,
.block-editor-block-list__layout .wp-caption-text {
  font-size: 80%;
  margin: -20px 0 0;
}

.wp_editer em,
article .entry em,
.block-editor-block-list__layout em {
  font-style: italic;
}

.wp_editer strong,
article .entry strong,
.block-editor-block-list__layout strong {
  font-weight: 700;
}

.wp_editer hr,
article .entry hr,
.block-editor-block-list__layout hr {
  height: 1px;
  background: #c5c5c5;
  border: none;
  margin: 60px 0;
}

.wp_editer ul, .wp_editer ol,
article .entry ul,
article .entry ol,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  list-style-position: inside;
}

.wp_editer ul li, .wp_editer ol li,
article .entry ul li,
article .entry ol li,
.block-editor-block-list__layout ul li,
.block-editor-block-list__layout ol li {
  list-style: inherit;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 5px;
}

.wp_editer ul li:first-child, .wp_editer ol li:first-child,
article .entry ul li:first-child,
article .entry ol li:first-child,
.block-editor-block-list__layout ul li:first-child,
.block-editor-block-list__layout ol li:first-child {
  margin-top: 0;
}

.wp_editer ul li > ul, .wp_editer ul li > ol, .wp_editer ol li > ul, .wp_editer ol li > ol,
article .entry ul li > ul,
article .entry ul li > ol,
article .entry ol li > ul,
article .entry ol li > ol,
.block-editor-block-list__layout ul li > ul,
.block-editor-block-list__layout ul li > ol,
.block-editor-block-list__layout ol li > ul,
.block-editor-block-list__layout ol li > ol {
  margin-top: 15px;
}

.wp_editer ul,
article .entry ul,
.block-editor-block-list__layout ul {
  list-style-type: disc;
}

.wp_editer ol,
article .entry ol,
.block-editor-block-list__layout ol {
  list-style-type: decimal;
}

.wp_editer blockquote,
article .entry blockquote,
.block-editor-block-list__layout blockquote {
  overflow: hidden;
  position: relative;
  display: flex;
  background: #F3F3F3;
  min-height: 110px;
  text-align: left;
  padding: 25px 50px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote,
  article .entry blockquote,
  .block-editor-block-list__layout blockquote {
    padding: 25px 30px;
  }
}

.wp_editer blockquote:before, .wp_editer blockquote:after,
article .entry blockquote:before,
article .entry blockquote:after,
.block-editor-block-list__layout blockquote:before,
.block-editor-block-list__layout blockquote:after {
  position: absolute;
  color: #c5c5c5;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 6.0rem;
  line-height: 1.0;
}

.wp_editer blockquote:before,
article .entry blockquote:before,
.block-editor-block-list__layout blockquote:before {
  content: '“';
  top: 18px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote:before,
  article .entry blockquote:before,
  .block-editor-block-list__layout blockquote:before {
    top: 12px;
    left: 10px;
  }
}

.wp_editer blockquote:after,
article .entry blockquote:after,
.block-editor-block-list__layout blockquote:after {
  content: '”';
  bottom: -12px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote:after,
  article .entry blockquote:after,
  .block-editor-block-list__layout blockquote:after {
    bottom: -15px;
    right: 11px;
  }
}

.wp_editer blockquote > *:last-child,
article .entry blockquote > *:last-child,
.block-editor-block-list__layout blockquote > *:last-child {
  margin-bottom: 0;
}

.wp_editer .wp-block-embed-youtube,
article .entry .wp-block-embed-youtube,
.block-editor-block-list__layout .wp-block-embed-youtube {
  margin-bottom: 35px;
}

.wp_editer .wp-block-embed-youtube .wp-block-embed__wrapper,
article .entry .wp-block-embed-youtube .wp-block-embed__wrapper,
.block-editor-block-list__layout .wp-block-embed-youtube .wp-block-embed__wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.wp_editer .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
article .entry .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.block-editor-block-list__layout .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp_editer .wp-block-button a,
article .entry .wp-block-button a,
.block-editor-block-list__layout .wp-block-button a {
  color: #082634;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-width: 350px;
  min-height: 60px;
  box-sizing: border-box;
  border: 1px solid #082634;
  padding: 10px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .wp_editer .wp-block-button a,
  article .entry .wp-block-button a,
  .block-editor-block-list__layout .wp-block-button a {
    min-width: inherit;
    width: 100%;
  }
}

.wp_editer .wp-block-button a:after,
article .entry .wp-block-button a:after,
.block-editor-block-list__layout .wp-block-button a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background: #082634;
  transition: all 0.25s linear;
  opacity: 0.05;
}

.wp_editer .wp-block-button a:hover,
article .entry .wp-block-button a:hover,
.block-editor-block-list__layout .wp-block-button a:hover {
  opacity: 1;
}

.wp_editer .wp-block-button a:hover:after,
article .entry .wp-block-button a:hover:after,
.block-editor-block-list__layout .wp-block-button a:hover:after {
  right: 0;
}

.wp_editer p + h1, .wp_editer p + h2, .wp_editer p + h3, .wp_editer p + h4, .wp_editer p + h5, .wp_editer p + h6,
article .entry p + h1,
article .entry p + h2,
article .entry p + h3,
article .entry p + h4,
article .entry p + h5,
article .entry p + h6,
.block-editor-block-list__layout p + h1,
.block-editor-block-list__layout p + h2,
.block-editor-block-list__layout p + h3,
.block-editor-block-list__layout p + h4,
.block-editor-block-list__layout p + h5,
.block-editor-block-list__layout p + h6 {
  margin-bottom: 30px;
}

.wp_editer h1, .wp_editer h2, .wp_editer h3, .wp_editer h4, .wp_editer h5, .wp_editer h6,
article .entry h1,
article .entry h2,
article .entry h3,
article .entry h4,
article .entry h5,
article .entry h6,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6 {
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h1, .wp_editer h2, .wp_editer h3, .wp_editer h4, .wp_editer h5, .wp_editer h6,
  article .entry h1,
  article .entry h2,
  article .entry h3,
  article .entry h4,
  article .entry h5,
  article .entry h6,
  .block-editor-block-list__layout h1,
  .block-editor-block-list__layout h2,
  .block-editor-block-list__layout h3,
  .block-editor-block-list__layout h4,
  .block-editor-block-list__layout h5,
  .block-editor-block-list__layout h6 {
    margin-bottom: 20px;
  }
}

.wp_editer h1,
article .entry h1,
.block-editor-block-list__layout h1 {
  font-size: 150%;
}

.wp_editer h2,
article .entry h2,
.block-editor-block-list__layout h2 {
  color: #082634;
  font-size: 1.8rem;
  line-height: 1.14286;
  padding-left: 15px;
  position: relative;
}

.wp_editer h2:before,
article .entry h2:before,
.block-editor-block-list__layout h2:before {
  content: "";
  display: block;
  width: 4px;
  height: 26px;
  background: #082634;
  position: absolute;
  top: -1px;
  left: 0;
}

.wp_editer h3,
article .entry h3,
.block-editor-block-list__layout h3 {
  color: #082634;
  font-size: 1.8rem;
  border-bottom: 1px solid #082634;
  padding: 13px 0;
}

.wp_editer h4,
article .entry h4,
.block-editor-block-list__layout h4 {
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 1.7rem;
  padding: 10px 20px;
}

.wp_editer h4:before,
article .entry h4:before,
.block-editor-block-list__layout h4:before {
  content: '';
  opacity: .65;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #082634;
}

.wp_editer h5,
article .entry h5,
.block-editor-block-list__layout h5 {
  color: #082634;
  font-size: 1.7rem;
  border-left: 2px solid #082634;
  padding-left: 15px;
}

.wp_editer h6,
article .entry h6,
.block-editor-block-list__layout h6 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .js-scrollable table,
  article .entry .js-scrollable table,
  .block-editor-block-list__layout .js-scrollable table {
    min-width: 400px;
  }
}

/*-------------------------
目次
-------------------------*/
div#toc_container {
  border: none;
  display: block;
  font-size: 100%;
  background: #082634;
  color: #fff;
  padding: 20px;
  margin-bottom: 50px;
}

div#toc_container .toc_title {
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
}

div#toc_container .toc_list {
  margin: 0 !important;
}

div#toc_container .toc_list li {
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}

div#toc_container .toc_list > li {
  border-bottom: 1px solid #6C7E85;
  padding-top: 16px;
  padding-bottom: 16px;
  text-indent: -1em;
  padding-left: 1em;
}

div#toc_container .toc_list > li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

div#toc_container .toc_list > li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.25s linear;
}

div#toc_container .toc_list > li a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

div#toc_container .toc_list ul {
  margin: 3px 0 0;
}

div#toc_container .toc_list ul li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Page
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index #main_vs {
  color: #fff;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs {
    text-align: left;
  }
}

#page_index #main_vs img {
  width: 100%;
  height: auto;
}

#page_index #main_vs h1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.77778;
  text-shadow: 2px 2px 4px rgba(8, 38, 52, 0.3);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 27%;
}

@media only screen and (min-width: 1680px) {
  #page_index #main_vs h1 {
    font-size: 2.1vw;
  }
}

@media only screen and (max-width: 1360px) {
  #page_index #main_vs h1 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs h1 {
    font-size: 6.15vw;
    line-height: 2;
    left: 20px;
    bottom: 33%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■about_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index #about_sec {
  background: #082634;
  padding: 160px 0 440px;
  color: #fff;
  /*-------------------------
	refund_block
	-------------------------*/
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec {
    padding: 80px 0 160px;
  }
}

#page_index #about_sec .btn01 {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec .btn01 {
    margin-top: 40px;
  }
}

#page_index #about_sec .refund_block {
  border: 1px solid #fff;
  max-width: 880px;
  margin: 120px auto 0;
}

@media only screen and (max-width: 767px) {
  #page_index #about_sec .refund_block {
    margin-top: 80px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■feature_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index #feature_sec {
  /*-------------------------
	feature_list
	-------------------------*/
  /*-------------------------
	numbers_list
	-------------------------*/
}

#page_index #feature_sec .feature_block + .feature_block {
  margin-top: 160px;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .feature_block + .feature_block {
    margin-top: 120px;
  }
}

#page_index #feature_sec .feature_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .feature_list {
    display: block;
    margin-bottom: 0;
  }
}

#page_index #feature_sec .feature_list li {
  width: calc(50% - 20px);
  border: 1px solid #082634;
  background: #F2F2F2;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .feature_list li {
    width: 100%;
  }
  #page_index #feature_sec .feature_list li:last-of-type {
    margin-bottom: 0;
  }
}

#page_index #feature_sec .feature_list .hd_area {
  border-bottom: 1px solid #082634;
  font-weight: 700;
  display: flex;
}

#page_index #feature_sec .feature_list .hd_area > * {
  min-height: 72px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .feature_list .hd_area > * {
    min-height: 60px;
  }
}

#page_index #feature_sec .feature_list .hd_area .num_box {
  background: #082634;
  text-align: center;
  min-width: 72px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  color: #fff;
  padding-top: 1px;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .feature_list .hd_area .num_box {
    min-width: 60px;
  }
}

#page_index #feature_sec .feature_list .hd_area .num_box .hd {
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .feature_list .hd_area .num_box .hd {
    font-size: 1rem;
  }
}

#page_index #feature_sec .feature_list .hd_area .num_box .num {
  font-size: 4.3rem;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .feature_list .hd_area .num_box .num {
    font-size: 3.6rem;
  }
}

#page_index #feature_sec .feature_list .hd_area .ttl {
  font-size: 2.1rem;
  line-height: 1.28571;
  padding: 7px 15px 7px 24px;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .feature_list .hd_area .ttl {
    font-size: 1.8rem;
    line-height: 1.27778;
  }
}

#page_index #feature_sec .feature_list .inner {
  padding: 24px 24px 30px;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .feature_list .inner {
    padding: 20px 20px 25px;
  }
}

#page_index #feature_sec .feature_list .img {
  margin-bottom: 20px;
}

#page_index #feature_sec .feature_list .img img {
  width: 100%;
  height: auto;
}

#page_index #feature_sec .numbers_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -80px;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .numbers_list {
    display: block;
    margin-bottom: 0;
  }
}

#page_index #feature_sec .numbers_list li {
  width: calc(50% - 20px);
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #page_index #feature_sec .numbers_list li {
    width: 100%;
    margin-bottom: 40px;
  }
  #page_index #feature_sec .numbers_list li:last-of-type {
    margin-bottom: 0;
  }
}

#page_index #feature_sec .numbers_list .img img {
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■voice_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index #voice_sec .btn01 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #page_index #voice_sec .btn01 {
    margin-top: 40px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■message_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index #message_sec {
  color: #fff;
}

#page_index #message_sec .hd05 {
  margin-bottom: 20px;
}

#page_index #message_sec .youtube {
  border-radius: 15px;
  overflow: hidden;
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  #page_index #message_sec .youtube {
    margin: 30px 0;
  }
}

#page_index #message_sec .bnr {
  margin: 75px auto 0;
  max-width: 350px;
}

@media only screen and (max-width: 767px) {
  #page_index #message_sec .bnr {
    margin-top: 40px;
  }
}

#page_index #message_sec .bnr img {
  border-radius: 10px;
  border: 1px solid #fff;
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■column_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index #column_sec .btn01 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  #page_index #column_sec .btn01 {
    margin-top: 40px;
  }
}

/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
#page_about #main_cont {
  padding-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■support_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_about #support_sec .intro_block {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #page_about #support_sec .intro_block {
    text-align: left;
    margin-bottom: 60px;
  }
}

#page_about #support_sec .intro_block .catch {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44444;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  #page_about #support_sec .intro_block .catch {
    margin-bottom: 25px;
  }
}

/*-------------------------
flow_list
-------------------------*/
#page_about #support_sec .flow_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -45px;
}

@media only screen and (max-width: 767px) {
  #page_about #support_sec .flow_list {
    display: block;
    margin-bottom: 0;
  }
}

#page_about #support_sec .flow_list:after {
  content: "";
  display: block;
  width: calc(33.33% - 12px);
}

@media only screen and (max-width: 767px) {
  #page_about #support_sec .flow_list:after {
    content: none;
  }
}

#page_about #support_sec .flow_list li {
  width: calc(33.33% - 12px);
  background: #fff;
  border: 1px solid #24A7B3;
  margin-bottom: 45px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_about #support_sec .flow_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#page_about #support_sec .flow_list li:after {
  content: "";
  display: block;
  height: 100%;
  width: 15px;
  background: url(../img/ico_flow02.svg) no-repeat center center;
  background-size: 100% auto;
  right: -16px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 767px) {
  #page_about #support_sec .flow_list li:after {
    background-image: url(../img/ico_flow01.svg);
    width: 100%;
    height: 20px;
    background-size: auto 20px;
    top: auto;
    right: 0;
    bottom: -20px;
  }
}

#page_about #support_sec .flow_list li:last-of-type:after {
  content: none;
}

#page_about #support_sec .flow_list li .inner {
  display: flex;
  height: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #page_about #support_sec .flow_list li:nth-of-type(3n):after {
    width: 300%;
    height: 15px;
    background: url(../img/ico_flow01.svg) no-repeat left bottom;
    background-size: auto 100%;
    top: auto;
    right: auto;
    left: calc(-200% + 120px);
    bottom: -44px;
  }
  #page_about #support_sec .flow_list li:nth-of-type(3n):before {
    content: "";
    display: block;
    width: calc(300% - (175px * 2) + 40px);
    height: 1px;
    background: #24A7B3;
    position: absolute;
    bottom: -15px;
    left: calc(-200% + 135px);
  }
  #page_about #support_sec .flow_list li:nth-of-type(3n) .inner:before, #page_about #support_sec .flow_list li:nth-of-type(3n) .inner:after {
    content: "";
    display: block;
    background: #24A7B3;
    width: 1px;
    height: 15px;
    position: absolute;
  }
  #page_about #support_sec .flow_list li:nth-of-type(3n) .inner:before {
    right: calc(50% + 2px);
    bottom: -15px;
  }
  #page_about #support_sec .flow_list li:nth-of-type(3n) .inner:after {
    left: calc(-200% + 135px);
    bottom: -30px;
  }
}

#page_about #support_sec .flow_list .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 0 auto;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  padding: 5px;
  width: 2em;
  min-width: 40px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  background: #24A7B3;
}

#page_about #support_sec .flow_list .txt_area {
  width: calc(100% - 2em);
  padding: 20px;
}

#page_about #support_sec .flow_list .txt_area .comment {
  background: #F2F2F2;
  border-radius: 10px 10px 10px 0;
  padding: 5px 10px;
  line-height: 1.625;
  position: relative;
}

#page_about #support_sec .flow_list .txt_area .comment:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #F2F2F2 transparent;
  border-width: 0px 0px 10px 10px;
  position: absolute;
  left: -10px;
  bottom: 0;
}

#page_about #support_sec .flow_list .txt_area .comment + .comment {
  margin-top: 20px;
}

#page_about #support_sec .flow_list .txt_area .comment:nth-of-type(2n) {
  border-radius: 10px 10px 0 10px;
}

#page_about #support_sec .flow_list .txt_area .comment:nth-of-type(2n):before {
  border-color: transparent transparent transparent #F2F2F2;
  border-width: 10px 0px 0px 10px;
  left: auto;
  right: -10px;
}

#page_about #support_sec .btn01 {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  #page_about #support_sec .btn01 {
    margin-top: 60px;
  }
}

/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
#page_curriculum #main_cont {
  padding-bottom: 0;
}

#page_curriculum #intro_sec {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #page_curriculum #intro_sec {
    margin-bottom: 60px;
  }
}

#page_curriculum .top_block .btn_line {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  #page_curriculum .top_block .btn_line {
    margin-top: 40px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■lesson_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_curriculum #lesson_sec .read_txt {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #page_curriculum #lesson_sec .read_txt {
    margin-bottom: 30px;
  }
}

/*-------------------------
flow_list
-------------------------*/
#page_curriculum .flow_list + .flow_list {
  margin-top: 10px;
}

#page_curriculum .flow_list li {
  background: #F2F2F2;
  border: 1px solid #082634;
  margin-bottom: 8px;
}

#page_curriculum .flow_list li:last-of-type {
  margin-bottom: 0;
}

#page_curriculum .flow_list .hd_area {
  font-weight: 700;
  display: flex;
}

#page_curriculum .flow_list .hd_area > *:not(.btn) {
  min-height: 60px;
  display: flex;
  align-items: center;
}

#page_curriculum .flow_list .hd_area .num_box {
  background: #082634;
  text-align: center;
  min-width: 60px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  color: #fff;
  padding-top: 2px;
}

#page_curriculum .flow_list .hd_area .num_box .hd {
  font-size: 1rem;
  margin-bottom: 1px;
}

#page_curriculum .flow_list .hd_area .num_box .num {
  font-size: 3.6rem;
}

#page_curriculum .flow_list .hd_area .txt_area {
  font-size: 1.8rem;
  line-height: 1.27778;
  padding: 5px 0 5px 20px;
}

#page_curriculum .flow_list .txt_box {
  border-top: 1px solid #082634;
  padding: 16px 30px 16px 80px;
}

@media only screen and (max-width: 767px) {
  #page_curriculum .flow_list .txt_box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#page_curriculum .other_list .hd_area .num_box {
  background: #24A7B3;
}

#page_curriculum .other_list .hd_area .num_box .hd {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-weight: 700;
}

/*-------------------------
price_box
-------------------------*/
#page_curriculum .price_box {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  #page_curriculum .price_box {
    margin-top: 40px;
  }
}

#page_curriculum .price_box .box_inner {
  text-align: center;
}

#page_curriculum .price_box .box_inner .txt small {
  display: block;
  margin-top: -3px;
}

#page_curriculum .price_box .box_inner .price {
  line-height: 1.3;
  margin-top: 15px;
}

#page_curriculum .price_box .box_inner .price strong {
  display: inline-block;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 5px;
}

/*-------------------------
teacher_sec
-------------------------*/
#page_curriculum #teacher_sec {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  #page_curriculum #teacher_sec {
    margin-top: 60px;
  }
}

#page_curriculum #teacher_sec .teacher_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -25px;
}

@media only screen and (max-width: 767px) {
  #page_curriculum #teacher_sec .teacher_list {
    display: block;
    margin-bottom: 0;
  }
}

#page_curriculum #teacher_sec .teacher_list li {
  width: calc(50% - 10px);
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #page_curriculum #teacher_sec .teacher_list li {
    width: 100%;
    margin-bottom: 35px;
  }
  #page_curriculum #teacher_sec .teacher_list li:last-of-type {
    margin-bottom: 0;
  }
}

#page_curriculum #teacher_sec .teacher_list .img {
  line-height: 1;
  margin-bottom: 10px;
}

#page_curriculum #teacher_sec .teacher_list .img img {
  width: 100%;
  height: auto;
}

#page_curriculum #teacher_sec .teacher_list .name {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #page_curriculum #teacher_sec .teacher_list .name {
    font-size: 2rem;
  }
  #page_curriculum #teacher_sec .teacher_list .name small {
    font-size: 70%;
  }
}

/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
#page_research #main_cont {
  padding-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■voice_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_research #voice_sec .slick-dots li {
  background: #fff;
}

#page_research #voice_sec .slick-prev {
  background-image: url(../img/ico_back_w.png);
}

#page_research #voice_sec .slick-next {
  background-image: url(../img/ico_next_w.png);
}

#page_research #voice_sec .btn01 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #page_research #voice_sec .btn01 {
    margin-top: 40px;
  }
}

/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
#page_faq .faq_list {
  border-top: 1px solid #CED4D6;
}

#page_faq .faq_list > li {
  border-bottom: 1px solid #CED4D6;
  padding: 20px 0;
}

#page_faq .faq_list .faq_q, #page_faq .faq_list .faq_a {
  display: flex;
}

#page_faq .faq_list .faq_q:before, #page_faq .faq_list .faq_a:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  width: 48px;
  height: 48px;
  padding-bottom: 5px;
  line-height: 1;
  background: #082634;
}

#page_faq .faq_list .faq_q > *, #page_faq .faq_list .faq_a > * {
  width: calc(100% - 60px);
  padding-left: 20px;
}

#page_faq .faq_list .faq_q {
  align-items: center;
  font-weight: 700;
  line-height: 1.3125;
  min-height: 48px;
  transition: all 0.25s linear;
}

#page_faq .faq_list .faq_q:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#page_faq .faq_list .faq_a {
  align-items: flex-start;
  line-height: 1.625;
  padding-top: 20px;
}

#page_faq .faq_list .faq_a:before {
  content: "A";
  top: 20px;
  background: #24A7B3;
  padding-bottom: 2px;
}

#page_faq .faq_list .faq_a .inner > * + * {
  margin-top: 10px;
}

#page_faq .faq_list .faq_a ul {
  margin-left: 1em;
}

#page_faq .faq_list .faq_a ul li {
  list-style-type: disc;
}

#page_faq .faq_list .faq_a ol {
  margin-left: 1em;
}

#page_faq .faq_list .faq_a ol li {
  list-style-type: decimal;
}

/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
#page_privacy-policy {
  line-height: 1.625;
}

#page_privacy-policy ol.privacy {
  margin-top: 30px;
  counter-reset: list-count;
  position: relative;
}

#page_privacy-policy ol.privacy > li {
  margin-bottom: 30px;
}

#page_privacy-policy ol.privacy > li:last-of-type {
  margin-bottom: 0;
}

#page_privacy-policy ol.privacy > li .hd05:before {
  content: counter(list-count) ".";
  counter-increment: list-count;
}

#page_privacy-policy ol.privacy > li > * + * {
  margin-top: 1em;
}

#page_privacy-policy ol.privacy > li .hd05 + *,
#page_privacy-policy ol.privacy > li .mt0 {
  margin-top: 0 !important;
}

#page_privacy-policy .block + .block {
  margin-top: 160px;
}

@media only screen and (max-width: 767px) {
  #page_privacy-policy .block + .block {
    margin-top: 80px;
  }
}

#page_privacy-policy .table01 th {
  min-width: 210px;
}

@media only screen and (max-width: 767px) {
  #page_privacy-policy .table01 th {
    min-width: 115px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■CMS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
@media only screen and (max-width: 767px) {
  #page_seminar .post_img {
    margin-bottom: 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■seminar_details
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#seminar_details .block + .block {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  #seminar_details .block + .block {
    margin-top: 55px;
  }
}

#seminar_details .block p + p,
#seminar_details .block div + p,
#seminar_details .block p + .curriculum {
  margin-top: 1.5em;
}

#seminar_details img {
  max-width: 100%;
  height: auto;
}

#seminar_details .info_table dl {
  background: #082634;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

#seminar_details .info_table dl dt:not(:last-of-type),
#seminar_details .info_table dl dd:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #6C7E85;
}

@media only screen and (max-width: 767px) {
  #seminar_details .info_table dl dt:not(:last-of-type),
  #seminar_details .info_table dl dd:not(:last-of-type) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

#seminar_details .info_table dl dt {
  width: 80px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  #seminar_details .info_table dl dt {
    width: 75px;
    padding-right: 15px;
  }
}

#seminar_details .info_table dl dd {
  width: calc(100% - 80px);
}

@media only screen and (max-width: 767px) {
  #seminar_details .info_table dl dd {
    width: calc(100% - 75px);
  }
}

#seminar_details .curriculum {
  background: #F2F2F2;
  border: 1px solid #082634;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  #seminar_details .curriculum {
    margin-top: 30px;
  }
}

#seminar_details .curriculum .curriculum_inner {
  padding: 30px 20px;
  margin-top: 0;
}

#seminar_details .curriculum .curriculum_list li:not(:last-of-type) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #6C7E85;
}

@media only screen and (max-width: 767px) {
  #seminar_details .curriculum .curriculum_list li:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

#seminar_details .curriculum .ttl {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.14286;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #seminar_details .teacher_block .column_normal {
    display: block;
  }
}

#seminar_details .teacher_block .column_normal + .column_normal {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  #seminar_details .teacher_block .column_normal .img_area {
    width: 43.1%;
  }
}

@media only screen and (max-width: 767px) {
  #seminar_details .teacher_block .column_normal .img_area {
    margin: 0 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  #seminar_details .teacher_block .img_area + .txt_area {
    width: 55%;
    max-width: 440px;
  }
}

#seminar_details .teacher_block .txt_area .name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}

#seminar_details .teacher_block .txt_area .name + .txt {
  margin-top: 0;
}

#seminar_details .line_area {
  max-width: 350px;
  margin: 0 auto;
}

/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_voice article .post_img {
  margin-bottom: 20px;
}

#page_voice article .post_sub {
  margin-bottom: 60px;
  font-weight: 700;
}

#page_voice article .post_sub .post_term {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
}

#page_voice article .post_sub .post_term span {
  background: #24A7B3;
  padding: 1px 12px 3px;
  border-radius: 50px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■フォーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  form reset
--------------------------------------------------*/
.form {
  line-height: 1.6;
  /*
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	select::-ms-expand {
		display: none;
	}
	*/
}

.form input,
.form select,
.form textarea,
.form button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 400;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form input[type="url"],
.form input[type="date"],
.form input[type="month"],
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 1px solid #CED4D6;
  border-radius: 0;
  background: #fff;
  background: none;
  padding: 8px 15px;
  box-shadow: none;
  max-width: 100%;
  color: #082634;
}

.form input[type="date"] {
  outline: none;
  width: 100%;
  border: 1px solid #CED4D6;
  border-radius: 0;
  background: #fff;
  background: none;
  padding: 0;
}

.form input[type=date]::-webkit-date-and-time-value,
.form input[type=month]::-webkit-date-and-time-value {
  text-align: left;
}

.form select {
  outline: none;
  width: 100%;
  border: 1px solid #CED4D6;
  border-radius: 0;
  background: #fff;
  background: transparent;
  padding: 10px;
  box-shadow: none;
  color: #082634;
}

.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 1px solid #CED4D6;
  border-radius: 0;
  background: #fff;
  resize: none;
  resize: both;
  outline: none;
  width: 100% !important;
  height: 200px !important;
  background: transparent;
}

.form button,
.form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.form button:hover,
.form input[type="submit"]:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form label {
  cursor: pointer;
  padding: 0 !important;
  border: none !important;
}

.form label span {
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
}

.form label span:before, .form label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.form label span:before {
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #CED4D6;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: auto 0;
}

.form label span:after {
  opacity: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  display: none;
}

.form input[type="radio"]:checked + span:after,
.form input[type="radio"]:checked + input + span:after,
.form input[type="checkbox"]:checked + span:after,
.form input[type="checkbox"]:checked + input + span:after {
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.form label input[type="radio"] + span:before,
.form label input[type="radio"] + input + span:before,
.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  border-radius: 50%;
}

.form label input[type="radio"] + span:before,
.form label input[type="radio"] + input + span:before {
  background-color: #fff;
}

.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  left: 4px;
  width: 8px;
  height: 8px;
  background: #082634;
}

.form label input[type="checkbox"] + span:after,
.form label input[type="checkbox"] + input + span:after {
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  background: none;
  border-bottom: 2px solid #082634;
  border-right: 2px solid #082634;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media only screen and (max-width: 767px) {
  .custombtn label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0;
  }
  .custombtn label span:before, .custombtn label span:after {
    z-index: -1;
  }
  .custombtn label span:after {
    display: none;
  }
  .custombtn label input[type="radio"] + span:before,
  .custombtn label input[type="radio"] + input + span:before,
  .custombtn label input[type="radio"] + span:after,
  .custombtn label input[type="radio"] + input + span:after,
  .custombtn label input[type="checkbox"] + span:before,
  .custombtn label input[type="checkbox"] + input + span:before,
  .custombtn label input[type="checkbox"] + span:after,
  .custombtn label input[type="checkbox"] + input + span:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
  .custombtn label input[type="checkbox"] + span:after,
  .custombtn label input[type="checkbox"] + input + span:after {
    border: none;
    background: #ccc;
    -webkit-transform: none;
    transform: none;
  }
  .custombtn label input[type="radio"]:checked + span,
  .custombtn label input[type="radio"]:checked + input + span,
  .custombtn label input[type="checkbox"]:checked + input + span,
  .custombtn label input[type="checkbox"]:checked + span {
    color: #fff;
  }
  .custombtn label input[type="checkbox"]:checked + input + span:before,
  .custombtn label input[type="checkbox"]:checked + span:before {
    background-color: #6e6e6e;
  }
  .custombtn label input[type="radio"]:checked + span:before,
  .custombtn label input[type="radio"]:checked + input + span:before,
  .custombtn label input[type="checkbox"]:checked + span:before,
  .custombtn label input[type="checkbox"]:checked + input + span:before {
    background-color: #f00;
  }
}

form#mailformpro label.mfp_checked {
  background: none !important;
  box-shadow: none !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■↓↓↓お問い合わせフォーム　各サイトごとに自由編集↓↓↓
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  メールフォームプロ
--------------------------------------------------*/
/* エラー */
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  padding: 10px 0px 0px 0px;
  color: #F00;
  font-size: 1.2rem;
  line-height: normal;
  background-position: 0px 1px;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

/* ボタン */
.mfp_buttons {
  font-size: 0;
  line-height: 0;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .mfp_buttons {
    margin-top: 40px;
  }
}

.mfp_buttons button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  text-shadow: none;
  box-shadow: none !important;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0;
  margin: 0 10px;
  max-width: 280px;
  height: 50px;
  padding: 9px;
  border-radius: 50px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 400;
  transition: all 0.25s linear;
}

.mfp_buttons button:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .mfp_buttons button {
    margin: 0 5px;
    font-size: 1.8rem;
  }
}

.mfp_buttons button#mfp_button_send {
  background: #082634 !important;
  font-weight: 700;
}

.mfp_buttons button#mfp_button_cancel {
  color: #000;
  background: #ccc !important;
}

/* テーブル */
#mfp_confirm_table {
  width: 100%;
}

#mfp_confirm_table tr {
  background: none;
  border-bottom: 1px solid #CED4D6;
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table tr:last-child td {
    padding-bottom: 0;
  }
}

#mfp_confirm_table th, #mfp_confirm_table td {
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table th, #mfp_confirm_table td {
    display: block;
    width: 100%;
  }
}

#mfp_confirm_table th {
  width: 230px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table th {
    padding: 0 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table td {
    padding: 0 0 30px;
  }
}

/*--------------------------------------------------
	サンクスページ
--------------------------------------------------*/
#sec_contact_thanks .innerWrap {
  min-height: 340px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks .innerWrap {
    display: block;
    min-height: inherit;
  }
}

#sec_contact_thanks .title {
  font-size: 1.8rem;
  line-height: 1.77778;
  margin-bottom: 33px;
}

#sec_contact_thanks p + p {
  margin-top: 35px;
}

#sec_contact_thanks p.kome {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 2;
}

/*背景灰色*/
/*ボーダーなど灰色*/
/*黄色*/
@media only screen and (max-width: 767px) {
  .form_item {
    display: block;
  }
}

.form_item .item_title {
  position: relative;
  flex: 1 0 auto;
  padding: 0;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .form_item .item_title {
    width: auto;
  }
}

.form_item .item_title .required {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #24A7B3;
  padding: 1px 8px 2px;
  margin-left: 12px;
}

.form_item .item_main {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .form_item .item_main {
    margin-bottom: 30px;
  }
}

.form_item .item_main .list_input {
  font-weight: 700;
  font-size: 1.4rem;
}

.form_item .item_main .list_input .default {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.form_item .item_main .list_input li {
  padding-right: 15px;
  width: 205px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .form_item .item_main .list_input li {
    width: 50%;
    max-width: 175px;
  }
}

.form_item .item_main .list_input li:nth-of-type(2n) {
  width: calc(100% - 205px);
}

@media only screen and (max-width: 767px) {
  .form_item .item_main .list_input li:nth-of-type(2n) {
    width: 50%;
    max-width: inherit;
  }
}

.form .privacy {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}

.form .privacy a {
  color: #082634;
}

.form .btn01 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .form .btn01 {
    margin-top: 40px;
  }
}

.form .btn01 #button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
