@charset "UTF-8";
/* reset -------- */
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img, object, embed {
	border-style: none;
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
    table-layout: fixed;
}
th {
	text-align: left;
}
em {
	font-style: normal;
	font-weight: bold;
}
a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}
video {
	width: 100%;
}
input:focus {
	outline: 0;
	border-color: orange;
}
input[type="submit"] {
	-webkit-appearance: none;
}
sup {
	vertical-align: super;
	font-size: 80%;
}
sub {
	vertical-align: sub;
	font-size: 80%;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
	 ========================================================================== */
button {
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/*** coomon ***/
html {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	color: #000000;
}
@media (max-width: 768px) {
	html {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
@media (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
/* all -------- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix .left {
	float: left;
}
.clearfix .right {
	float: right;
}
/*** row ***/
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}
.row > * {
	padding: 10px;
}
.col2 {
	width: 50%;
	width: calc(100% / 2 - 1px);
	max-width: calc(100% / 2);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col3 {
	width: 32%;
	width: calc(100% / 3 - 1px);
	max-width: calc(100% / 3);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col4 {
	width: 25%;
	width: calc(100% / 4 - 1px);
	max-width: calc(100% / 4);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col5 {
	width: 20%;
	width: calc(100% / 5 - 1px);
	max-width: calc(100% / 5);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col6 {
	width: 16%;
	width: calc(100% / 6 - 1px);
	max-width: calc(100% / 6);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col_inner {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px) {
	.col2_md {
		width: 50%;
		width: calc(100% / 2 - 1px);
		max-width: calc(100% / 2);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col3_md {
		width: 32%;
		width: calc(100% / 3 - 1px);
		max-width: calc(100% / 3);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col4_md {
		width: 25%;
		width: calc(100% / 4 - 1px);
		max-width: calc(100% / 4);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col5_md {
		width: 20%;
		width: calc(100% / 5 - 1px);
		max-width: calc(100% / 5);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col6_md {
		width: 16%;
		width: calc(100% / 6 - 1px);
		max-width: calc(100% / 6);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (max-width: 768px) {
	.col2, .col3, .col4, .col5, .col6,
	.col2_md, .col3_md, .col4_md, .col5_md, .col6_md{
		width: 100%;
		max-width: none;
	}
	.row {
		margin: -5px;
	}
	.row > * {
		padding: 5px;
	}
	.col2_sp {
		width: 50%;
		width: calc(100% / 2 - 1px);
		max-width: calc(100% / 2);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col3_sp {
		width: 32%;
		width: calc(100% / 3 - 1px);
		max-width: calc(100% / 3);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col4_sp {
		width: 25%;
		width: calc(100% / 4 - 1px);
		max-width: calc(100% / 4);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col5_sp {
		width: 20%;
		width: calc(100% / 5 - 1px);
		max-width: calc(100% / 5);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col6_sp {
		width: 16%;
		width: calc(100% / 6 - 1px);
		max-width: calc(100% / 6);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
/*** floatbox ***/
.floatbox {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.floatbox .thumb_wrap {
	width: 120px;
}
.floatbox .text_wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0px 0px 0px 20px !important;
}
@media (max-width: 768px) {
	.floatbox_sp {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.floatbox_sp .thumb_wrap {
		width: 120px;
	}
	.floatbox_sp .text_wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0px 0px 0px 20px !important;
	}
}
/*** table 横スライド用 ***/
@media (max-width: 768px) {
	.tableslide_sp {
		overflow-x: scroll;
		margin-right: -10px;
		padding-bottom: 10px;
	}
	.tableslide_sp td {
		white-space: nowrap;
	}
}
/***　アニメーション ***/
.effect {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_left {
	opacity: 0;
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_left.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_right {
	opacity: 0;
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_right.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_up {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_up.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_show {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_show.active {
	opacity: 1;
}
.effect_wide {
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_wide.active {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
@media (max-width: 768px) {
	/*
  	.effect_left{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_right{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_top{
  		opacity: 1;
  		transform: translate3d(0,0%,0);
  	}
  	.effect_show{
  		opacity: 1;
  	}
  */
}
@-webkit-keyframes effect_wide {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes effect_wide {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
/*** parts ****/
.thumb img {
	/*width: 100%;*/
}
.icon_left {
	display: inline-block;
	margin-right: 10px;
}
.icon_right {
	display: inline-block;
	margin-left: 10px;
}
/*** scale ***/
.thumb.scale a, a.scale .thumb {
	display: block;
	overflow: hidden;
}
.thumb.scale a img, a.scale .thumb img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.thumb.scale a:hover img, a.scale:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*** slick用 スライダー ***/
.slider {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.slider.slick-initialized {
	opacity: 1;
}
/*** font ***/
.alC {
	text-align: center !important;
}
.alR {
	text-align: right !important;
}
.alL {
	text-align: left !important;
}
.f_small {
	font-size: 90% !important;
}
.f_xsmall {
	font-size: 80% !important;
}
.f_xxsmall {
	font-size: 70% !important;
}
.f_xxxsmall {
	font-size: 60% !important;
}
.f_large {
	font-size: 110% !important;
}
.f_xlarge {
	font-size: 120% !important;
}
.f_xxlarge {
	font-size: 130% !important;
}
.f_xxxlarge {
	font-size: 140% !important;
}
.f_bold {
	font-weight: bold !important;
}
.f_underline {
	display: inline-block;
	text-decoration: underline;
}
.f_black {
	color: #000000 !important;
}
.f_white {
	color: #FFFFFF !important;
}
.f_yellow {
	color: #f67e41 !important;
}
.f_orange {
	color: #f67e41 !important;
}
.f_blue {
	color: #00479f;
}
.f_bg_yellow {
	display: inline;
	background-color: #ffea5a;
}
.f_line_yellow {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(54%, rgba(255, 240, 198, 0)), color-stop(55%, #fff0c5), to(#fff0c5));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 240, 198, 0) 54%, #fff0c5 55%, #fff0c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fff0c5", GradientType=0);
}
.f_link {
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.f_link:hover {
	color: #69318e;
	/*text-decoration: none;*/
}
/*** youtube ***/
.youtube, .wp-block-embed__wrapper {
	width: 100%;
	padding-bottom: calc(100% * 340 / 600);
	height: 0px;
	position: relative;
	margin-bottom: 30px;
}
.youtube iframe, .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*** width ***/
.full_width {
	width: 100vw;
	margin-left: calc((100vw - 100%) / -2);
	margin-right: calc((100vw - 100%) / -2);
}
/*** hover ***/
.hover_opacity {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
	transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
	transition: opacity 0.3s ease, filter 0.3s ease;
	transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.hover_opacity:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.hover_reverse {
	display: block;
	position: relative;
}
.hover_reverse .btn_on {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.hover_reverse .btn_off {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.hover_reverse:hover .btn_on {
	opacity: 1;
}
.hover_reverse:hover .btn_off {
	opacity: 0;
}
@media (max-width: 768px) {
    a:hover,
    a:hover img{
        opacity: 1 !important;
    }
}

/*** table_basic ***/
.table_basic {
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.table_basic th {
	padding: 10px 20px;
	vertical-align: top;
	text-align: left;
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.table_basic td {
	padding: 10px 20px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
	.table_basic,
    .table_basic thead,
    .table_basic tbody,
    .table_basic tr,
    .table_basic th,
    .table_basic td{
		display: block;
        width: 100%;
	}
	.table_basic th {
		padding: 10px;
	}
	.table_basic td {
		padding: 10px;
        margin-bottom: 10px;
	}
}
/*** gmap ***/
.gmap iframe {
	width: 100%;
	height: 300px;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);*/
}
@media (max-width: 768px) {
	.gmap iframe {
		height: 280px;
	}
}
/* layout -------- */
#wrapper {
	overflow: hidden;
}
.container {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
}
@media (max-width: 768px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.main_content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.side_content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.content_2col {
		display: block;
	}
	.content_2col .main_content {
		width: 100%;
	}
	.content_2col .side_content {
		width: 100%;
	}
}
/*** text ***/
h1, h2, h3, h4, h5, h6, p, li, th, td, address, small, i {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
ol, ul, dl, dt, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*** header ***/
.header {
    padding-top: 10px;
    padding-bottom: 10px;
	position: absolute;
	z-index: 1;
}
.h_logo img {
	width: 300px;
}
.h_logo p { 
	font-weight: bold;
    font-size: 30px;
    color: #231714;
    border-left: solid 2px #231714;
    padding-left: 10px;
    line-height: 1;
    float: right;
    margin: 13px 0px 0px 10px;
	text-shadow: 0px 0px 2px #fff;
}


/*** footer ***/
.footer {
    background-color: #1B303B;
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.f_company {
	font-size: 1.13rem;
}
.f_company a{
    text-decoration: underline;
}
.f_company a:hover{
    text-decoration: none;
}


@media (max-width: 768px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 20px;/*** 2023/12/15 ***/
        position: relative;
    }
    .f_company{
        font-size: 0.88rem;
        padding-right: 0px;/*** 2022/11/18 ***/
        margin-bottom: 5px;
    }
    .copyright{
        font-size: 0.75rem;
        margin-top: 10px;
        padding-right: 0px;/*** 2022/11/18 ***/
    }
}
/*** totop ***/
.totop {
	display: none;
}
@media (max-width: 768px) {
    .totop {
        display: block;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .totop a {
        display: flex;
        width: 60px;
        height: 60px;
        justify-content: center;
        align-items: center;
        background-color: #6f6f6f;
    }
    .totop a img{
        width: 14px;
    }
}



/*** header ***/
@media (max-width: 768px) {
    .h_logo{
        text-align: left;
    }
    .h_logo img{
        width: 200px;
    }
	.h_logo p {
		font-size: 20px;
		margin: 8px 0px 0px 10px;
	}
}
@media (max-width: 365px) {
	.h_logo img{
        width: 170px;
    }
	.h_logo p {
		font-size: 16px;
		margin: 8px 0px 0px 5px;
	}
}
@media (max-width: 315px) {
    .h_logo p {
        margin: 8px 0px 0px 2px;
        padding-left: 5px;
    }
}

/*** visual ***/
.webp #visual{
    background: url("../images/n_visual_bg.webp") top -150px center no-repeat;
    background-size: cover;
}
.no-webp #visual{
    background: url("../images/n_visual_bg.jpg") top -150px center no-repeat;
    background-size: cover;
}
#visual {
	position: relative;
}
#visual::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
}
#visual .container{
    max-width: 1105px;
}
#visual .block{
    width: 100%;
	height: 600px;
    position: relative;
}
.visual_content{
    position: relative;
	top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.visual_content_sub {
	display: flex;
	justify-content: center;
	height: 150px;
	margin-top: -70px;
}
.visual_content_sub_item {
	position: relative;
}
.visual_content_sub_item:nth-of-type(1) {
	width: 24%;
}
.visual_content_sub_item:nth-of-type(2) {
	width: 35%;
}
.visual_content_sub_item:nth-of-type(3) {
	width: 33%;
}
.visual_content_sub_item img {
	width: 100%; /* divの幅に対する割合 */
	position: absolute;
}
.visual_content_sub_item:nth-of-type(1) img {
	left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
	width: auto;
	height: 65px;
}
.visual_content_sub_item:nth-of-type(2) img {
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.visual_content_sub_item:nth-of-type(3) img {
	left: 50%;
    top: 5%;
    transform: translate(-50%, 0);
}
.visual_content_sub_item p {
	position: absolute;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.visual_content_sub_item:nth-of-type(1) p {
	left: 50%;
    bottom: 23%;
    transform: translate(-50%, 0) rotate(-5deg);
    width: 193px;
}
.visual_content_sub_item:nth-of-type(2) p {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(-5deg);
	width: 290px;
}
.visual_content_sub_item:nth-of-type(3) p {
	left: 50%;
	top: 20%;
	transform: translate(-50%,0) rotate(-6deg);
	width: 260px;
}
.visual_content_sub_item p > span {
	font-size: 16px;
}
.visual_content_btn_area {
	margin-top: 205px;
}
.visual_content_point_area {
    margin-top: -75px;
    padding: 50px 0px 0px;
	background-color: rgba(0,0,0,0.3);
}
.visual_content_point_list {
	display: flex;
    justify-content: center;
	z-index: 100;
    position: relative;
}
.visual_content_point_item {
	color: #fff;
    display: flex;
	align-items: flex-start;
    padding: 20px;
}
.visual_content_point_item::after {
	content: "";
    position: relative;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
	right: -20px;
}
.visual_content_point_item:nth-of-type(3)::after {
	content: none;
}
.visual_content_point_item img {
	height: 70px;
    padding: 0px 10px;
}
.visual_content_point_item_title {
	padding: 0px 0px 0px 18px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.visual_content_point_item_title:before {
    content: "";
    display: inline-block;
    background: url(../images/visual_content_point_icon.svg) left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}
.visual_content_point_item:nth-of-type(1) {
	
}
.visual_content_point_item:nth-of-type(1) .visual_content_point_item_text {
    display: flex;
    flex-direction: column;
}
.visual_content_point_item:nth-of-type(1) .visual_content_point_item_text > div {
	display: flex;
	align-items: flex-end;
}
.visual_content_point_item:nth-of-type(1) .visual_content_point_item_text > div > div {
	margin-left: 0px;
}
.visual_content_point_item:nth-of-type(1) .visual_content_point_item_text > div > div:nth-of-type(1) {
	text-align: left;
}
.point_item_woman,
.point_item_all {
	font-size: 12px;
	font-weight: bold;
}
.point_item_woman {
	position: relative;
}
.point_item_num {
	font-size: 35px;
    font-weight: bold;
    line-height: 1;
	background: linear-gradient(0deg, #917d15 0%, #ffe94b 50%, #917d15 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.point_item_num span {
	font-size: 10px;
}
.visual_content_point_item:nth-of-type(1) .visual_content_point_item_text > div > div:nth-of-type(1) .point_item_num {
	letter-spacing: -1px;
}
.visual_content_point_item:nth-of-type(1) .visual_content_point_item_text > div > div:nth-of-type(2) .point_item_num {
	font-size: 24px;
}
.visual_content_point_item:nth-of-type(2) {
	
}
.point_item_age {
	font-size: 12px;
	font-weight: bold;
}
.point_item_num span {
	font-size: 10px;
}
.visual_content_point_item:nth-of-type(3) {
	
}
.point_item_sup {
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.point_item_sup span {
    font-size: 18px;
}


@media (max-width: 1105px) {
	.webp #visual{
		background: url(../images/n_visual_bg.webp) calc(50% - 0px) calc(50% - 90px) no-repeat;
		background-size: cover;
	}
	.no-webp #visual{
		background: url("../images/n_visual_bg.jpg") calc(50% - 0px) calc(50% - 90px) no-repeat;
		background-size: cover;
	}
    #visual{
        background: none;
    }
    #visual .container{
        padding-left: 0px;
        padding-right: 0px;
    }
	#visual .block{
		height: auto;
        padding-bottom: 0px;
	}
    .visual_content{
		text-align: center;
        top: 157px;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
	.visual_content img {
		width: 740px;
		transform: scale(1);
    }
	.visual_content_sub {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 200px;
        margin-top: 0px;
		align-items: center;
    }
	.visual_content_sub_item {
		position: relative;
		height: 50px;
		display: flex;
		align-items: center;
		text-align: center;
	}
	.visual_content_sub_item:nth-of-type(1) {
		width: 100%;
	}
	.visual_content_sub_item:nth-of-type(2) {
		width: 100%;
		height: 40px;
	}
	.visual_content_sub_item:nth-of-type(3) {
		width: 90%;
		height: 40px;
	}
	.visual_content_sub_item:nth-of-type(1) img {
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 0);
		width: auto;
		height: 65px;
	}
	.visual_content_sub_item:nth-of-type(2) img {
		left: 50%;
		top: -49%;
		transform: translate(-50%, 0);
		width: auto;
		height: 75px;
	}
	.visual_content_sub_item:nth-of-type(3) img {
		left: 50%;
		top: -20%;
		transform: translate(-50%, 0);
		width: auto;
		height: 78px;
	}
	.visual_content_sub_item:nth-of-type(1) p {
		left: auto;
		bottom: 40%;
		transform: rotate(-5deg);
		width: 100%;
	}
	.visual_content_sub_item:nth-of-type(2) p {
		left: auto;
		top: 4%;
		transform: rotate(-5deg);
		width: 100%;
	}
	.visual_content_sub_item:nth-of-type(3) p {
		left: auto;
		top: 40%;
		transform: rotate(-5deg);
		width: 100%;
	}
	.visual_content_btn_area {
		margin-top: 130px;
		padding: 10px;
	}
	.visual_content_point_list {
		flex-wrap: wrap;
		justify-content: center;
        padding: 0px 10px 10px;
        margin-top: 30px;
	}
	.visual_content_point_item {
		justify-content: center;
		position: relative;
	}
	.visual_content_point_item:nth-of-type(1) {
		width: 100%;
		padding: 0px;
		margin-bottom: 10px;
	}
	.visual_content_point_item:nth-of-type(2) {
		width: auto;
		padding: 0px;
	}
	.visual_content_point_item:nth-of-type(3) {
		width: auto;
		padding: 0px;
	}
	.visual_content_point_item:nth-of-type(1) img {
		height: 80px;
	}
	.visual_content_point_item:nth-of-type(2) img,
	.visual_content_point_item:nth-of-type(3) img {
		height: auto;
		max-height: 50px;
	}
	.visual_content_point_area {
        margin-top: -55px;
        padding: 30px 0px 0px;
        background-color: rgba(0, 0, 0, 0.3);
        background: linear-gradient(0deg, rgb(27 48 59) 60.014116646039604%, rgba(0, 0, 0, 0.3));
    }
	.visual_content_point_item_title {
		font-size: 16px;
	}
	.point_item_num {
		font-size: 45px;
	}
	.visual_content_point_item:nth-of-type(2) .point_item_num {
		font-size: 35px;
	}
	.visual_content_point_item:nth-of-type(3) .point_item_num {
		font-size: 35px;
	}
	.visual_content_point_item:nth-of-type(1) .visual_content_point_item_text > div > div:nth-of-type(2) .point_item_num {
		font-size: 34px;
	}
	.point_item_sup span {
		font-size: 16px;
	}
	.point_item_sup {	
		font-size: 14px;
	}
	.visual_content_point_item:nth-of-type(1)::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.6);
        right: 0;
        bottom: 0;
    }
	.visual_content_point_item:nth-of-type(2)::after {
		content: "";
		position: relative;
		width: 1px;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.6);
		right: -5px;
	}
}
@media (max-width: 768px) {
	.webp #visual{
		background: url("../images/n_s_visual_bg.webp") top -100px center no-repeat;
		background-size: cover;
	}
	.no-webp #visual{
		background: url("../images/n_s_visual_bg.jpg") top -100px center no-repeat;
		background-size: cover;
	}
}
@media (max-width: 370px) { 
    .point_item_num {
        font-size: 30px;
    }
	.visual_content_point_item:nth-of-type(1) .visual_content_point_item_text > div > div:nth-of-type(2) .point_item_num {
        font-size: 28px;
    }
	.visual_content_point_item:nth-of-type(2) .point_item_num {
        font-size: 28px;
    }
	.visual_content_point_item:nth-of-type(3) .point_item_num {
        font-size: 28px;
    }
	.visual_content_point_item_title {
        font-size: 12px;
        padding: 0px 0px 0px 14px;
    }
	.visual_content_point_item_title:before {
		width: 10px;
		height: 10px;
		left: 0;
		top: 7px;
	}
	.point_item_age {
    	font-size: 10px;
	}
	.point_item_sup span {
        font-size: 14px;
    }
}
@media (max-width: 315px) { 
    .visual_content_point_list {
        padding: 0px 5px 10px;
    }
	.visual_content_point_item img {
		height: 70px;
		padding: 0px 5px;
	}
	.visual_content_point_item:nth-of-type(2)::after {
        content: none;
	}
}


/*** entry_btn ***/
.entry_btn{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.entry_btn p{
    font-size: 2.25rem;
    font-weight: bold;
}
.btn_wrap {
	position: relative;
	text-align: center;
}
.btn_wrap span{
	font-size: 20px
}
.btn_entry {
	display: inline-block;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px 0px;
    width: 560px;
    height: auto;
    background-color: #FF5314;
	/*background: linear-gradient(90deg, rgba(255, 112, 30, 1) 0%, rgba(255, 191, 48, 1) 50%, rgba(255, 77, 48, 1) 100%);*/
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    transition: .3s;
}
.btn_entry span {
	font-size: 14px;
    font-weight: normal;
}
.btn_entry p {
	position: relative;
	margin-top: 1px;
    background-image: url(../images/btn_mail.svg);
    background-repeat: no-repeat;
    background-position: 110px 4px;
    background-size: 24px;
}
.btn_entry p::before {
   
}
.btn_entry p::after {
	position: relative;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/btn_allow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: -40px;
	transition: .5s;
}
.entry_btn p.caption{
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 10px;
}
.btn_entry:hover p::after {
    right: -20px;
}

@media (max-width: 768px) {
    .entry_btn{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .entry_btn p{
        font-size: 1rem;
        font-weight: bold;
    }
    .btn_entry{
        color: #FFFFFF;
        width: 100%;
        height: auto;
    }
    .entry_btn p.caption{
        font-size: 1rem;
        margin-top: 5px;
    }
	.btn_entry p {
		background-position: 10px 4px;
	}
}
@media (max-width: 370px) {
	.btn_entry p::after {
		right: -10px;
	}
	.btn_entry p {
        background-position: 1px 7px;
        background-size: 20px;
    }
	.btn_entry {
        padding: 15px;
    }
}


/*** btn_footer ***/

.btn_footer{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 400px;
    height: 110px;
    background-color: #ff6600;
    border-radius: 15px;
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
	margin:0 10px 20px;
}
.btncap{
    font-size: 0.9rem;
	font-weight: lighter;
	line-height: 1.2;
}

@media (max-width: 768px) {
.btn_footer{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
	height: 80px;
    background-color: #ff6600;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FFFFFF;
	margin:0 0 20px;
}
.btncap{
    font-size: 0.8rem;
	font-weight: lighter;
	line-height: 1.2;
}
	
}


/*** common ***/
.text_cacth{
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #FFFFFF;
}
.text_message{
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.7;
    color: #FFFFFF;
}
.f_green{
    color: #009944;
}
.f_yel{
    color: #FFE94B;
}

@media (max-width: 768px) {
    .text_cacth{
        font-size: 1.5rem;
    }
    .text_message{
        font-size: 0.88rem;
    }
}

/*** prologue ***/

#global-nav {
	background: #004c37;
	border-bottom: .5px solid #fff;
	border-top: .5px solid #fff;
	box-shadow: 0 0 8px #606060;
	width: 100%;
}

#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 100;
}

#global-nav .inner {
	padding-bottom: 0;
	padding-top: 0;
	margin: 0 auto;
  max-width: 100%;
  padding: 0px 0;
  width: 768px;
}

.global-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.global-item {
	border-left: .5px solid #fff;
	width: 25%;
	position: relative;
}

.global-item:last-child {
	border-right: .5px solid #fff;
	margin-right: 0;
}

.global-item a {
	background: #004c37;
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

/*** prologue ***/

.webp #prologue {
    background: url(../images/prologue_bg_FEATURES.svg) center center / contain no-repeat,
				url(../images/prologue_bg.webp) top center / cover no-repeat;
}
.no-webp #prologue {
    background: url(../images/prologue_bg_FEATURES.svg) center center / contain no-repeat,
				url(../images/prologue_bg.png) top center / cover no-repeat;
}
.prologue_area_list {
	padding-top: 80px;
}
.prologue_area_item {
	max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
	position: relative;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 50% auto;
    vertical-align: middle;
    background-position: right bottom;
    background-repeat: no-repeat;
	flex-wrap: wrap;
	padding-bottom: 100px;
}
.prologue_area_item::before {
	content: "";
    position: absolute;
    bottom: 20%;
    width: 200%;
    height: auto;
    z-index: 1;
    border-bottom: solid 1px rgba(0, 255, 168, 0.6);
    transform: skewY(-4deg);
    transform-origin: top right;
}
.prologue_area_item:nth-of-type(3)::before {
	content: none;
}
.prologue_area_img {
	position: relative;
    width: 45%;
}
.prologue_area_content {
	color: #000000;
    width: 55%;
    padding-left: 40px;
	padding-left: 0px;
    padding-right: 40px;
}
.prologue_area_content:nth-of-type(2) {
    padding-right: 40px;
	padding-left: 40px;
}
.prologue_area_content:nth-of-type(2) .prologue_area_content_title p {
	line-height: 1;
}
.prologue_area_content_title {
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 0px 10px;
}
.prologue_area_content_title p {
    font-size: 80px;
    font-weight: bold;
    line-height: 0.6;
	transform: skewX(-10deg);
}
.prologue_area_content_title p:nth-of-type(2) {
	padding-left: 90px;
}
.prologue_area_item:nth-of-type(2) .prologue_area_content_title p:nth-of-type(2) {
	padding-left: 170px;
    line-height: 1;
    margin-top: -35px;
}
.prologue_area_item:nth-of-type(2) .prologue_area_content_title p:nth-of-type(3) {
	padding-left: 170px;
	margin-top: -30px;
}
.prologue_area_item:nth-of-type(3) .prologue_area_content_title p:nth-of-type(2) {
	line-height: 1.4;
	letter-spacing: -13px;
	padding-left: 10px;
}
.prologue_area_item:nth-of-type(3) .prologue_area_content_title p:nth-of-type(2) span {
	letter-spacing: 0px;
}
.prologue_area_content_title p span {
    font-size: 30px;
}
.prologue_area_content_item0 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.prologue_area_content_item1 ,
.prologue_area_content_item2 {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: justify;
    text-justify: inter-ideograph;
}
.prologue_area_content_ul {
	padding: 20px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}
.prologue_area_content_ul li {
	padding: 7px 0px 7px 30px;
    position: relative;
    border-bottom: solid 1px #00B483;
    line-height: 1;
}
.prologue_area_content_ul li:nth-of-type(5) {
	border-bottom: none;
}
.prologue_area_content_ul li::before {
	position: absolute;
	left: 0;
	color: #00FFBA;
	font-size: 14px;
	font-weight: bold;
}
.prologue_area_content_ul li:nth-of-type(1)::before {
	content: "01"
}
.prologue_area_content_ul li:nth-of-type(2)::before {
	content: "02"
}
.prologue_area_content_ul li:nth-of-type(3)::before {
	content: "03"
}
.prologue_area_content_ul li:nth-of-type(4)::before {
	content: "04"
}
.prologue_area_content_ul li:nth-of-type(5)::before {
	content: "05"
}
.prologue_area_item:nth-of-type(2) .prologue_area_content_ul li {
	padding: 7px 0px 7px 0px;
}
.prologue_area_item:nth-of-type(2) .prologue_area_content_ul li::before {
	display: none;
}
.prologue_area_content2 {
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
.prologue_area_content2 p {
	line-height: 1.5;
	text-shadow: 1px 2px 10px #383838;
}
.prologue_area_content2::before {
	position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/prologue_kakko1.svg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: left;
	top: 0;
    left: 0;
}
.prologue_area_content2::after {
	position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/prologue_kakko2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
	top: 0;
    right: 0;
}
.prologue_area_content_title .pc_none {
	display: none;
}
@media (max-width: 1105px) {
	.prologue_area_img {
		text-align: center;
	}
}
@media (max-width: 768px) {
	.webp #prologue {
		background: url(../images/prologue_bg.webp) top center / cover no-repeat;
	}
	.no-webp #prologue {
		background: url(../images/prologue_bg.png) top center / cover no-repeat;
	}
	.prologue_area_list {
		padding-bottom: 50px;
	}
	.prologue_area_item {
		flex-direction: column;
		padding: 0px 10px;
		margin-bottom: 50px;
	}
	.prologue_area_item:nth-of-type(2) {
        flex-direction: column-reverse;
    }
	.prologue_area_item:nth-of-type(3) {
        margin-bottom: 0px;
    }
	.prologue_area_content {
		width: 100%;
		padding: 0px;
	}
	.prologue_area_img {
		width: 100%;
	}
	.prologue_area_content:nth-of-type(2) {
		padding-right: 0px;
		padding-left: 0px;
	}
	.prologue_area_item:nth-of-type(2) .prologue_area_content_title p:nth-of-type(2) {
        padding-left: 0px;
		text-align: right;
        margin-top: -20px;
    }
	.prologue_area_item:nth-of-type(2) .prologue_area_content_title p:nth-of-type(3) {
		padding-left: 70px;
		margin-top: -10px;
	}
	.prologue_area_item:nth-of-type(3) .prologue_area_content_title p:nth-of-type(2) {
        letter-spacing: -5px;
        padding-left: 0px;
    }
	.prologue_area_content_item1 ,
	.prologue_area_content_item2 {
		font-size: 16px;
	}
	.prologue_area_content2::before,
	.prologue_area_content2::after {
		
	}
	.prologue_area_content2 {
		font-size: 16px;
		text-align: left;
		text-align: justify;
		padding: 10px 20px;
	}
	.prologue_area_item::before {
		bottom: 0;
	}
	.prologue_area_content_title p:nth-of-type(2) {
        padding-left: 70px;
    }
	.prologue_area_content_title p {
		font-size: 55px;
	}
	.prologue_area_content_title p span {
        font-size: 25px;
    }
	.prologue_area_content_title .sp_none {
		display: none;
	}
	.prologue_area_content_ul li {
		line-height: 1.3;
	}
	.prologue_area_content_title .pc_none {
		display: block;
	}
	.prologue_area_item:nth-of-type(3) .prologue_area_content_title p:nth-of-type(2) span:nth-of-type(2) {
		margin-left: 2px;
	}
}
@media (max-width: 320px) {
	.prologue_area_content_title p {
		font-size: 50px;
	}
	.prologue_area_content_title p span {
		font-size: 20px;
	}
}

/*** onayami ***/
#onayami {
  	position: relative;
	margin: 80px 0px;
}
.onayami_area_title_area {
	display: block;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.onayami_area_title_area h2 {
    color: #000000;
    text-align: center;
    font-size: 30px;
}
.onayami_area_title_area span {
    color: #00B483;
	font-size: 14px;
}
.onayami_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #00B483;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
}
.onayami_list_area_over {
	display: block;
	position: relative;
    width: 850px;
    margin: 50px auto 70px;
    text-align: left;
    background: #D9F4EC;
    padding: 30px;
	border-radius: 15px;
}
.onayami_list_area {
	position: relative;
	display: block;
    width: max-content;
    text-align: left;
    margin: 0 auto;
    border-radius: 15px;
}
.onayami_list_area li {
	padding: 0px 0px 5px 25px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.onayami_list_area li:last-child {
	padding: 0px 0px 0px 25px;
}
.onayami_list_area li::before {
	content: "";
    display: inline-block;
    background: url(../images/onayami_content_point_icon.png) left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 6px;
}
.onayami_list_area li span {
	color: #00B483;
}
.onayami_list_area_over:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -105px;
    left: 50%;
    border: 70px solid transparent;
    border-top: 40px solid #D9F4EC;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.onayami_ans_list {
	display: block;
    text-align: center;
}
.onayami_ans_list p {
	font-size: 25px;
    line-height: 1.6;
    font-weight: bold;
}
.onayami_ans_list p span {
	font-size: 30px;
	background: -webkit-linear-gradient(transparent 70%, #FFD750 0%);
	background: -o-linear-gradient(transparent 70%, #FFD750 0%);
	background: linear-gradient(transparent 70%, #FFD750 0%);
    display: inline-block;
}
.onayami_ans_list .pc_none {
	display: none;
}
.onayami_area_title_area .pc-none {
	display: none;
}

@media (max-width: 768px) { 
	#onayami {
		margin: 80px 0px 30px;
	}
	.onayami_area_title_area h2 {
		font-size: 25px;
		line-height: 1.2;
        padding: 10px 0px;
	}
	.onayami_list_area_over {
        width: 100%;
        padding: 15px;
	}
	.onayami_list_area li {
		font-size: 16px;
        line-height: 1.6;
	}
	.onayami_list_area li::before {
	    top: 3px;
	}
	.onayami_ans_list p {
		font-size: 20px;
	}
	.onayami_ans_list p span {
		font-size: 25px;
	}
	.onayami_ans_list .pc_none {
		display: block;
	}
	.onayami_list_area {
	    width: 100%;
	}
	.onayami_list_area_over:before {
		content: "";
        position: absolute;
       	z-index: 1;
    	bottom: -105px;
        left: 50%;
        border: 70px solid transparent;
        border-top: 40px solid #D9F4EC;
        -webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.onayami_area_title_area .pc-none {
		display: block;
	}
	
}


/*** charm ***/
#charm {
  	position: relative;
	margin: 80px 0px;
}
#charm::before {              
    position: absolute;    
    top: 0;
    left: 0;
    z-index: -1;
    content: "";           
    width: 72%;
    height: 100%;
    background-color: #D9F4EC;
}
.charm_area_list {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 30px;
}
.charm_area_item {
	position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 50% auto;
    vertical-align: middle;
    background-position: right bottom;
    background-repeat: no-repeat;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.charm_area_list .charm_area_item:last-of-type {
    padding-bottom: 0px;
}
.charm_area_img {
	position: relative;
    width: 45%;
}
.charm_area_img img {
	border-radius: 20px;
}
.charm_area_content {
	color: #000000;
    width: 55%;
    padding-left: 40px;
	padding-left: 0px;
    padding-right: 40px;
}
.charm_area_content:nth-of-type(2),
.charm_area_content:nth-of-type(4) {
    padding-right: 40px;
	padding-left: 40px;
}
.charm_area_content_title {
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 0px 10px;
}
.charm_area_content_title p {
    font-size: 20px;
    font-weight: bold;
	color: #000;
}
.charm_area_content_title p span {
    font-size: 30px;
	line-height: 1;
	color: #00B483;
}
.charm_area_lin_yel70 {
	background: -webkit-linear-gradient(transparent 70%, #FFD750 0%);
	background: -o-linear-gradient(transparent 70%, #FFD750 0%);
	background: linear-gradient(transparent 70%, #FFD750 0%);
    display: inline-block;
}
.charm_area_item:nth-of-type(2) .charm_area_content_title p:nth-of-type(2),
.charm_area_item:nth-of-type(3) .charm_area_content_title p:nth-of-type(2) {
	line-height: 1.4;
}
.charm_area_content > p {
	text-align: justify;
    text-justify: inter-ideograph;
}
.charm_area_title_area {
	display: inline-block;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.charm_area_title_area h2 {
    color: #000000;
    text-align: center;
    font-size: 30px;
}
.charm_area_title_area span {
    color: #00B483;
	font-size: 14px;
}
.charm_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #00B483;
    position: absolute;
    bottom: -10%;
    left: 0;
}
@media (max-width: 768px) { 
	#charm {
		margin: 0px 0px 80px;
	}
	#charm::before {
		width: 82%;
	}
	.charm_area_list {
		padding: 50px 0px;
	}
	.charm_area_item {
		flex-direction: column;
	}
	.charm_area_item:nth-of-type(3),
	.charm_area_item:nth-of-type(5) {
		flex-direction: column-reverse;
	}
	.charm_area_content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.charm_area_content:nth-of-type(2), .charm_area_content:nth-of-type(4) {
		padding-right: 0px;
		padding-left: 0px;
	}
	.charm_area_item:nth-of-type(2) .charm_area_content_title p:nth-of-type(2), .charm_area_item:nth-of-type(3) .charm_area_content_title p:nth-of-type(2) {
		line-height: 1.4;
		font-size: 16px;
	}
	.charm_area_img {
		position: relative;
		width: 80%;
	}
	.charm_area_content_title {
		margin-bottom: 10px;
	}
	.charm_area_content_title p {
		font-size: 16px;
	}
	.charm_area_content_title p span {
		font-size: 25px;
	}
	.charm_area_content > p {
		line-height: 1.4;
	}
	.charm_area_title_area h2 {
		font-size: 25px;
	}
	
}


/*** works ***/
.webp #works{
    background: url("../images/works_bg.svg") center center / cover no-repeat,
				url("../images/works_bg.webp") center center / cover no-repeat;
    background-size: cover;
}
.no-webp #works{
    background: url("../images/works_bg.svg") center center / cover no-repeat,
				url("../images/works_bg.png") center center / cover no-repeat;
    background-size: cover;
}
#works {
	padding: 50px 0px;
}
.works_area_title_area {
	display: block;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.works_area_title_area h2 {
    color: #fff;
    font-size: 30px;
}
.works_area_title_area span {
    color: #00B483;
	font-size: 14px;
}
.works_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #00B483;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
}
.works_area_subtitle_area {
	margin-bottom: 30px;
	text-align: center;
}
.works_area_subtitle_area p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.works_area_subtitle_area p:nth-of-type(2) {
	font-size: 16px;
	font-weight: normal;
}

/* スライドする要素 */
.content {
	width: 300px;
  	height: auto;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
}
.content div {
	height: 190px;
    overflow: hidden;
}
.content img {
	width: 100%;
    height: auto;
}
.content p {
	font-size: 14px;
	font-weight: bold;
    color: #00B483;
    text-align: center;
    margin-top: 5px;
}
/* スライドレールの枠 */
.wrap {
  	overflow: hidden;
  	display: flex;
  	align-items: center;
  	height: 210px;
  	margin-bottom: 10px;
}
/* content4つをまとめたスライドブロック */
.slideshow {
  	display: flex;
  	-webkit-animation: loop-slide 50s infinite linear 2s both;
  	animation: loop-slide 50s infinite linear 2s both;
}
@-webkit-keyframes loop-slide {
  	from {
		transform: translateX(0);
  	}
  	to {
    	transform: translateX(-100%);
  	}
}
@keyframes loop-slide {
  	from {
    	transform: translateX(0);
  	}
  	to {
    	transform: translateX(-100%);
  	}
}

@media (max-width: 768px) { 
	.works_area_subtitle_area {
		padding: 0px 10px;
	}
	.works_area_title_area h2 {
		font-size: 25px;
	}
	.works_area_subtitle_area p:nth-of-type(2) {
		font-size: 16px;
		line-height: 1.2;
		margin-top: 10px;
	}
}
	
/*** support ***/

.webp #support {
    background: url(../images/support_bg_SUPPORT.svg) center center / contain no-repeat,
				url(../images/prologue_bg.webp) top center / cover no-repeat;
}
.no-webp #support {
    background: url(../images/support_bg_SUPPORT.svg) center center / contain no-repeat,
				url(../images/prologue_bg.png) top center / cover no-repeat;
}
#support {
	padding: 80px 0px;
}
.support_area_title_area {
	display: inline-block;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.support_area_title_area h2 {
    color: #fff;
    text-align: left;
    font-size: 30px;
	line-height: 1.3;
	margin: 7px 0px;
}
.support_area_title_area span {
    color: #fff;
	font-size: 14px;
}
.support_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -10%;
    left: 0;
}
.support_area_item {
	position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 50% auto;
    vertical-align: middle;
    background-position: right bottom;
    background-repeat: no-repeat;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.support_area_img {
	position: relative;
    width: 45%;
}
.support_area_img img {
	border-radius: 20px;
}
.support_area_content {
	color: #000000;
    width: 55%;    
	padding-left: 40px;
}
.support_area_text_area {
	color: #fff;
	text-align: justify;
    text-justify: inter-ideograph;
}
.support_area_text_area p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.support_area_text_area p:nth-of-type(2) {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
}
.support_area_num_list {
	display: flex;
	justify-content: space-between;
	margin: 15px 0px;
	padding: 15px 0px;
	border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.support_area_num_item {
	width: 30%;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
}
.support_area_num_item p {
	line-height: 1.2;
}
.support_area_num_item p:nth-of-type(1) {
	font-size: 14px;
	margin: 0;
}
.support_area_num_item p:nth-of-type(2) {
	font-size: 16px;
	font-weight: bold;
}
.support_area_num_item p:nth-of-type(2) span {
	font-size: 40px;
	color: #ffd750;
}
.support_area_text_area_list {
	padding: 20px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin: 20px 0px;
}
.support_area_text_area_list p {
	color: #00FFBA;
	font-weight: bold;
	margin-bottom: 5px;
}
.support_area_text_area_list span {
	display: block;
	font-size: 14px;
	padding: 2px 0px 2px 20px;
    position: relative;
    line-height: 1.2;
}
.support_area_text_area_list span::before {
	content: "・";
	position: absolute;
    left: 0;
    color: #00FFBA;
    font-size: 14px;
    font-weight: bold;
}
.support_area_img > div  {
	position: relative;
	width: 90%;
}
.support_area_img div > div {
	position: absolute;
    bottom: -60px;
    right: -40px;
    width: 250px;
}
.support_area_item2 {
	color: #fff;
    width: 800px;
    margin: 0 auto;
}
.support_area_item2 > h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}
.support_area_item2 > h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}
.support_area_item2 > p{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.2;
}
.support_area_item2_list {
	display: flex;
	justify-content: space-between;
}
.support_area_item2_item {
	display: flex;
	flex-direction: column;
	width: 30%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.support_area_item2_item p:nth-of-type(1) {
	background-color: #00B483;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
    width: max-content;
    margin-bottom: 10px;
}
.support_area_item2_item p:nth-of-type(2) {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.support_area_item2_item p:nth-of-type(3) {
	color: #000;
	font-size: 12px;
	text-align: justify;
    text-justify: inter-ideograph;
	line-height: 1.5;
	margin-bottom: 10px;
}
.support_area_item2_item > div {
	display: flex;
	align-items: center;
}
.support_area_item2_item > div img {
	border-radius: 50%;
    width: 55px;
	margin-right: 10px;
}
.support_area_item2_item > div > p:nth-of-type(1) {
	color: #00B483;
    font-size: 12px;
    background-color: #fff;
    font-weight: bold;
	line-height: 1.5;
    margin-bottom: 0px;
	padding: 0px;
}
.sp_support_area_title_area {
	display: none;
}
.support_vimeo_area {
    width: 800px;
    margin: 20px auto 20px;
}
.support_area_certification_list {
	color: #fff;
}
.support_area_certification_title {
	font-size: 16px;
	font-weight: bold;
}
.support_area_certification_list div{
	
}
.support_area_certification_list div p{
	font-size: 14px;
	line-height: 1.4;
}
.support_area_item2 .pc_none {
	display: none;
}
@media (max-width: 1105px) {
	.support_area_item2_list {
		align-items: center;
	}
}
@media (max-width: 768px) { 
	.webp #support {
		background: url(../images/prologue_bg.webp) top center / cover no-repeat;
	}
	.no-webp #support {
		background: url(../images/prologue_bg.png) top center / cover no-repeat;
	}
	.support_area_title_area {
		display: none;
	}
	.sp_support_area_title_area {
		display: block;
		font-weight: bold;
		position: relative;
		margin-bottom: 40px;
	}
	.sp_support_area_title_area h2 {
		color: #fff;
		text-align: left;
		font-size: 25px;
		line-height: 1.3;
    	margin: 7px 0px;
	}
	.sp_support_area_title_area span {
		color: #fff;
		font-size: 14px;
	}
	.sp_support_area_title_area::after {
		content: "";
		display: block;
		width: 45px;
		height: 4px;
		background-color: #fff;
		position: absolute;
		bottom: -10%;
		left: 0;
	}
	.support_area_item {
		flex-direction: column;
	}
	.support_area_img {
		width: 100%;
	}
	.support_area_content {
		width: 100%;
		padding-right: 0px;
    	padding-left: 0px;
		margin-top: 80px;
	}
	.support_area_text_area p:nth-of-type(2) {
		line-height: 1.4;
	}
	.support_area_text_area p:nth-of-type(2) {
		font-size: 16px;
	}
	.support_area_text_area p {
		font-size: 18px;
	}
	.support_area_text_area_list p {
		line-height: 1.4;
	}
	.support_area_item2 {
		width: 100%;
	}
	.support_area_item2 > h3 {
    	line-height: 1.2;
	}
	.support_area_item2 > h4 {
		line-height: 1.4;
	}
	.support_area_item2 > p {
		text-align: justify;
	}
	.support_area_item2_list {
		flex-direction: column;
	}
	.support_area_item2_item {
	    width: 100%;
		max-width: 400px;
		margin-bottom: 10px;
	}
	.support_vimeo_area {
		width: 100%;
	}
	.support_area_num_list {
		flex-direction: column;
	}
	.support_area_num_item {
		width: 100%;
		margin-top: 25px;
	}
	.support_area_num_item p:nth-of-type(1) {
		font-size: 18px;
	}
	.support_area_num_item p:nth-of-type(2) {
		font-size: 24px;
	}
	.support_area_num_item p:nth-of-type(2) span {
		font-size: 70px;
	}
	.support_area_certification_list div{
		margin-top: 5px;
	}
	.support_area_item2 .pc_none {
		display: block;
	}
 
}

/*** career ***/
#career {
	padding: 50px 0px;
}
.career_area_title_area {
	display: block;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.career_area_title_area h2 {
    color: #000;
    font-size: 30px;
}
.career_area_title_area span {
    color: #00B483;
	font-size: 14px;
}
.career_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #00B483;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
}
.career_area_sub_title_area {
	margin: 20px 0px;
}
.career_area_sub_title_area p {
	color: #000;
}
.career_area_sub_title_area p:nth-of-type(1) {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.career_area_sub_title_area p:nth-of-type(2) {
	font-size: 16px;
    width: 800px;
    margin: 0 auto;
	margin-bottom: 20px;
	text-align: justify;
}
.career_area_sub_title_area .pc_none {
	display: none;
}
.career_area_point_area {
	background-color: #D9F4EC;
    padding: 20px;
    border-radius: 10px;
    width: 800px;
    margin: 0 auto 50px;
}
.career_area_point_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.career_area_point_item {
	width: 50%;
    display: flex;
    padding: 20px;
    border-bottom: solid 1px #00B483;
	align-items: center;
	position: relative;
}
.career_area_point_item::after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #00B483;
    position: absolute;
    top: 10%;
    right: 0;
    transform: translateX(-50%);
}
.career_area_point_item:nth-of-type(2)::after,
.career_area_point_item:nth-of-type(4)::after {
    display: none;
}
.career_area_point_item:nth-of-type(1),
.career_area_point_item:nth-of-type(3) {
    width: 40%;
}
.career_area_point_item:nth-of-type(3),
.career_area_point_item:nth-of-type(4) {
    border-bottom: none;
}
.career_area_point_img {
	width: 35%;
}
.career_area_point_item:nth-of-type(1) .career_area_point_img,
.career_area_point_item:nth-of-type(3) .career_area_point_img {
    width: 45%;
}
.career_area_point_img img {
	border-radius: 10px;
	width: 200px;
}
.career_area_point_content {
	color: #000;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 65%;
}
.career_area_point_item:nth-of-type(2) .career_area_point_content,
.career_area_point_item:nth-of-type(4) .career_area_point_content{
	padding-left: 10px;
}
.career_area_point_item:nth-of-type(1) .career_area_point_content,
.career_area_point_item:nth-of-type(3) .career_area_point_content {
    width: 55%;
}
.career_area_point_content p:nth-of-type(1) {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.career_area_point_content p:nth-of-type(2) {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.career_area_point_content span {
	font-size: 60px;
    color: #00B483;
    letter-spacing: -2px;
    padding-right: 2px;
}
.career_area_point_list_comment {
	font-size: 10px;
    line-height: 1.5;
    padding: 10px 40px;
}
.career_pass_area {
	width: 800px;
    margin: 0 auto;
}
.career_pass_img_area {
	
}
.career_pass_area_title h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.career_pass_area_title p {
	font-size: 16px;
    width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
	text-align: justify;
}
.career_pass_img_area_list {
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
	height: 100px;
	align-items: flex-end;
}
.career_pass_img_area_item {
	width: 30%;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	position: relative;
}
.career_pass_img_area_item:nth-of-type(1) {
	background-color: #21ACD6;
	height: 60px;
}
.career_pass_img_area_item:nth-of-type(2) {
	background-color: #10B0AB;
	height: 80%;
}
.career_pass_img_area_item:nth-of-type(3) {
	background-color: #00B483;
	height: 100%;
}
.career_pass_img_area_item::before {
	content: '';
	display: block;
	width: 30px; 
	height: 30px;
	background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	top: 0;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%); 
}
.career_pass_img_area_item:nth-of-type(1)::before {
	background-image: url(../images/career_icon-1.svg);
}
.career_pass_img_area_item:nth-of-type(2)::before {
	background-image: url(../images/career_icon-2.svg);
	width: 32px;
    height: 32px;
}
.career_pass_img_area_item:nth-of-type(3)::before {
	background-image: url(../images/career_icon-3.svg);
	width: 35px;
    height: 35px;
}
.career_pass_img_area_allow {
	background: linear-gradient(to right, #21ACD6, #10B0AB, #00B483);
	display: flex;
	margin-bottom: 20px;
	text-align: center;
	justify-content: space-between;
	position: relative;
	line-height: 1;
	height: 24px;
	margin-right: 11px;
}
.career_pass_img_area_allow::after {
	position: absolute;
    content: "";
    top: 0;
    right: -11px;
    width: 11px;
    height: 24px;
    background: linear-gradient(to bottom left, transparent 50%, #00B483 50%) top left / 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #00B483 50%) bottom left / 100% 50% no-repeat;
}
.career_pass_img_area_allow p {
	width: 30%;
	font-size: 14px;
	color: #fff;
}
.career_pass_img_area_allow p:nth-of-type(2) {
	padding-left: 11px;
}
.career_pass_img_area_allow p:nth-of-type(3) {
	padding-left: 11px;
}
.career_pass_ex_area {
	
}
.career_pass_img_area_title {
	font-size: 18px;
    margin: 20px 0px 20px;
    padding: 2px 0px 2px 20px;
    position: relative;
    line-height: 1.2;
}
.career_pass_img_area_title::before {
    content: "●";
    position: absolute;
    left: 0;
	top: 5px;
    color: #00B483;
    font-size: 14px;
    font-weight: bold;
}
.career_pass_ex_area_list {
	display: flex;
	flex-direction: column;
}
.career_pass_ex_area_item {
	margin: 10px 0px;
	padding-bottom: 20px;
    border-bottom: solid 1px #CDCDCD;
}
.career_pass_ex_area_item:last-of-type {
    border-bottom: none;
}
.career_pass_ex_area_item > p:nth-of-type(1) {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00B483;
}
.career_pass_ex_area_item > p:nth-of-type(2) {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.4;
}
.career_pass_ex_area_item > div {
	font-size: 14px;
	line-height: 1.5;
}
.career_pass_ex_area_item > div p {
	background: #D9F4EC;
    border-radius: 50px;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 5px;
}
.career_pass_ex_area_item > div p {
	background: #D9F4EC;
    border-radius: 50px;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 5px;
}
.salary_model_list_title {
	font-weight: normal;
}
.salary_model_list {
	display: flex;
	align-items: center;
	margin: 15px 0px 80px;
}
.salary_model_item {
    width: calc(33.33% - 60px);
}
.salary_model_item_arrow {
	width: 72px;
	margin: 0 9px;
}
@media (max-width: 768px) { 
	.career_area_sub_title_area p:nth-of-type(2) {
		width: 100%;
		line-height: 1.4;
		font-size: 16px;
	}
	.career_area_point_area {
		padding: 10px;
		margin: 0 auto 20px;
		width: 100%;
	}
	.career_area_point_item {
		width: 100%;
		padding: 20px 10px;
	}
	.career_area_point_item:nth-of-type(1), 
	.career_area_point_item:nth-of-type(3) {
		width: 100%;
	}
	.career_area_point_item::after {
		display: none;
	}
	.career_area_point_item:nth-of-type(3) {
		border-bottom: solid 1px #00B483;
	}
	.career_area_point_item:nth-of-type(1) .career_area_point_img, .career_area_point_item:nth-of-type(3) .career_area_point_img {
		width: 30%;
	}
	.career_area_point_list_comment {
		font-size: 10px;
		line-height: 1.5;
		padding: 10px 0px;
	}
	.career_pass_area {
		width: 100%;
	}
	.career_pass_img_area_title {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 16px;
	}
	.career_pass_ex_area_item {
    	margin: 10px 0px 0px;
	}
	.career_pass_ex_area_item > p:nth-of-type(1) {
		font-size: 18px;
	}
	.career_pass_ex_area_item > div p {
		margin-bottom: 5px;
	}
	.career_area_title_area h2 {
		font-size: 25px;
	}
	.career_area_sub_title_area p:nth-of-type(1) {
		font-size: 18px;
	}
	.career_area_sub_title_area .pc_none {
		display: block;
	}
	.career_pass_img_area {
		padding-top: 20px;
	}
	.career_pass_area_title p {
		width: 100%;
		line-height: 1.4;
        font-size: 16px;
	}
	.salary_model_list {
        align-items: center;
        flex-direction: column;
	}
	.salary_model_item {
		width: 90%;
	}
	.salary_model_item_arrow {
        width: 124px;
        margin: 20px auto 10px;
    }
	.career_pass_img_area_list {
		margin-top: 20px;
	}
	.career_area_point_img {
		width: 30%;
	}
	.career_area_point_content {
		width: 70%;
	}
	.career_area_point_item:nth-of-type(1) .career_area_point_content,
	.career_area_point_item:nth-of-type(3) .career_area_point_content {
		width: 70%;
	}
}

/*** business ***/
#business {
	padding: 50px 0px;
	background-color: #D9F4EC;
}
.business_area_title_area {
	display: block;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.business_area_title_area h2 {
    color: #000;
    font-size: 30px;
}
.business_area_title_area span {
    color: #00B483;
	font-size: 14px;
}
.business_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #00B483;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
}
.business_area_sub_title_area {
	margin: 20px 0px 40px;
}
.business_area_sub_title_area p {
	color: #000;
	text-align: justify;
	line-height: 1.5;
}
.business_area_sub_title_area p span {
	background: -webkit-linear-gradient(transparent 70%, #FFD750 0%);
    background: -o-linear-gradient(transparent 70%, #FFD750 0%);
    background: linear-gradient(transparent 70%, #FFD750 0%);
}
.business_img_area {
	margin-bottom: 40px;
}
.business_area_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.business_area_item {
	width: 35%;
    padding: 10px 10px 0px;
    margin-bottom: 50px;
    margin-right: 10px;
	position: relative;
}
.business_area_item:nth-of-type(2),
.business_area_item:nth-of-type(4){
	margin-right: 0px;
}
.business_area_item_img {
	
}
.business_area_item_content {
	background-color: #00B483;
	color: #fff;
	font-size: 14px;
	height: 50px;
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
    align-content: center;
}
.business_area_item_content p { 
	line-height: 1.2;
	font-weight: bold;
}

@media (max-width: 768px) { 
	.business_area_item {
		width: 50%;
        margin-right: 0px;
        padding: 2px;
	}
	.business_area_item_content {
		font-size: 12px; 
		width: 98%;
		text-align: center;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 50px;
		height: auto;
	}
	.business_area_item_content p {
		padding: 0px 2px;
	}
	.business_area_title_area h2 {
		font-size: 25px;
	}
}

/*** interview ***/
.webp #interview {
    background: url(../images/prologue_bg.webp) top center / cover no-repeat;
}
.no-webp #interview {
    background: url(../images/prologue_bg.png) top center / cover no-repeat;
}
#interview {
	padding: 80px 0px;
	position: relative;
}
#interview::before {
	content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 350px;
    background: rgba(0, 0, 0, 0.1);
    top: 170px;
    left: -10px;
    border-radius: 10px;
}
.interview_area_title_area {
	display: inline-block;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.interview_area_title_area h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}
.interview_area_title_area span {
    color: #fff;
	font-size: 14px;
}
.interview_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -10%;
    left: 0;
}
.interview_content_area {
	position: relative;
	margin-bottom: 10px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
}
.slider img {
    width:400px;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
	border-radius: 20px;
}
.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}
.slider .slick-slide.slick-current{
  transform: scale(1);/*左の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}
.slider li span{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
    padding-top: 5px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    bottom: -70px;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    right: 0;
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
}
img.slick-prev {/*戻る矢印の位置と形状*/
    right: 24%;
    width: 70px;
}
img.slick-next {/*次へ矢印の位置と形状*/
    right: 19%;
	width: 70px;
}
/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
  margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
.modal-button {
    color: #4f96f6;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    text-decoration: none;
}
.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}
/*アイコンを表示*/
.modal-button:after {
}
/*ラベルホバー時*/
.modal-button:hover {
  transition: .6s;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 800px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}
.modal_title_area {
	position: relative;
}
.modal_title {
	font-size: 14px;
	position: relative;
	overflow: hidden;
	padding: 15px 0px;
	border-top: solid 1px #00B483;
	border-bottom: solid 1px #00B483;
}
.modal_title_area span {
	position: absolute;
    top: -6px;
    left: 0;
    background-color: #fff;
    color: #00B483;
    font-size: 14px;
    padding-right: 5px;
}
.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
}
/* h2 プライマリカラー*/
.modal_title:before{

}
/* h2 セカンダリカラー*/
.modal_title:after{

}
.modal_subtitle_area {
	font-size: 12px;
	margin: 15px 0px 0px;
}
.modal_subtitle_area p {
	color: #000;
	line-height: 1.2;
	margin-bottom: 3px;
}
.modal_subtitle_area span {
	color: #00B483;
}
.modal-content_list {
	display: flex;
    justify-content: space-between;
    padding: 60px 30px 0px;
    border-top: solid 10px #00B483;
}
.modal-content_item {
	width: 48%;
}
.modal-content_item:nth-of-type(2) {
	text-align: right;
}
.modal-content_item img {
	border-radius: 20px;
    height: 100%;
    max-height: 200px;
}
.modal-content_qa {
	background-color: #F5F7FA;
	padding: 70px 10px 30px;
    margin-top: -20px;
	text-align: justify;
    text-justify: inter-ideograph;
	border-bottom: solid 10px #00B483;
}
.modal-content_qa div {
    width: 60%;
    margin: 0px auto 30px;
}
.modal-content_q {
	font-size: 14px;
	font-weight: bold;
	color: #00B483;
	line-height: 1.2;
	margin-bottom: 5px;
}
.modal-content_a {
	font-size: 12px;
	color: #000;
	line-height: 1.2;
}
.modal-content_qa div.modal-content_qa_img {
	width: 73%;
	text-align: center;
}
.modal-content_qa div.modal-content_qa_img img {
	border-radius: 20px;
	max-width: 300px;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

@media (max-width: 768px) {
	#interview {
		padding: 80px 0px 120px;
		position: relative;
	}
	.slider img {
		width: 300px;
	}
	.slider img.slick-prev {
        width: 70px;
        right: 28%;
    }
	.slider img.slick-next {
		width: 70px;
        right: 12%;
	}
	.modal-content_list {
		padding: 20px 10px 0px;
	}
	.modal-content_item img {
		border-radius: 10px;
		height: auto;
	}
	.modal-content_qa {
		padding: 20px 10px 30px;
		margin-top: 10px;
	}
	.modal-content_qa div {
    	width: 90%;
	}
	.modal-content_qa div.modal-content_qa_img {
    	width: 100%;
	}
	.interview_area_title_area h2 {
		font-size: 25px;
	}
	#interview::before {
        width: 120%;
        height: 330px;
	}
	#interview .container {
		padding-left: 0;
		padding-right: 0;
	}
	.interview_content_area {
		padding-left: 10px;
	}
	.interview_area_title_area {
		margin-left: 10px;
	}

}

/*** ideal ***/
#ideal {
	padding: 80px 0px;
	background-color: #f8f8f8;
}
.ideal_area_title_area {
	display: inline-block;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.ideal_area_title_area h2 {
    color: #000;
    text-align: left;
    font-size: 30px;
}
.ideal_area_title_area span {
    color: #00B483;
	font-size: 14px;
}
.ideal_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #00B483;
    position: absolute;
    bottom: -10%;
    left: 0;
}
.ideal_area_item {
	position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 50% auto;
    vertical-align: middle;
    background-position: right bottom;
    background-repeat: no-repeat;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.ideal_area_img {
	position: relative;
    width: 45%;
	text-align: right;
}
.ideal_area_img img {
	border-radius: 20px;
	max-width: 350px;
}
.ideal_area_content {
	color: #000000;
    width: 55%;    
	padding-right: 40px;
	padding-left: 40px;
}
.ideal_area_text_area {
	padding-bottom: 10px;
}
.ideal_area_text_area p {
	color: #000;
	font-weight: bold;
	font-size: 20px;
}
.ideal_area_text_area span {
	color: #00B483;
}
.ideal_area_text_area_list p {
	line-height: 1.4;
	font-size: 16px;
}
@media (max-width: 1105px) {
	.ideal_area_img {
		text-align: center;
	}
}
@media (max-width: 768px) {
	#ideal {
		padding: 80px 0px 30px;
	}
	.ideal_area_item {
		flex-direction: column-reverse;
		padding-bottom: 0px;
	}
	.ideal_area_img {
		width: 100%;
	}
	.ideal_area_content {
		width: 100%;
		padding-right: 0px;
    	padding-left: 0px;
	}
	.ideal_area_text_area p {
		font-size: 20px;
	}
	.ideal_area_text_area_list p {
		line-height: 1.4;
		font-size: 16px;
	}
	.ideal_area_title_area h2 {
		font-size: 25px;
	}
}

/*** message ***/
.webp #message {
    background: url(../images/message_bg_MESSAGE.svg) 20% 10% / contain no-repeat,
				url(../images/prologue_bg.webp) top center / cover no-repeat;
}
.no-webp #message {
    background: url(../images/message_bg_MESSAGE.svg) 20% 10% / contain no-repeat,
				url(../images/prologue_bg.png) top center / cover no-repeat;
}
#message{
    padding-top: 70px;
    padding-bottom: 70px;
	background-color: #CDCDCD;
}
.message_area_item {
	position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 50% auto;
    vertical-align: middle;
    background-position: right bottom;
    background-repeat: no-repeat;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.message_area_content {
	color: #fff;
    width: 60%;
    padding-left: 40px;
    padding-left: 0px;
    padding-right: 40px;
}
.message_area_title_area {
	margin-bottom: 20px;
}
.message_area_title_area p {
	font-weight: bold;
	font-size: 25px;
	line-height: 1.3;
}
.message_area_text_area {
	margin-bottom: 20px;
}
.message_area_text_area p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	text-align: justify;
    text-justify: inter-ideograph;
}
.message_area_namearea {
	text-align: right;
	font-weight: bold;
}
.message_area_namearea span {
	font-size: 18px;
}
.message_area_name_area p {
	font-size: 12px;
	line-height: 1.3;
}
.message_area_img {
	position: relative;
    width: 40%;
	text-align: right;
	height: 400px;
}
.message_area_img div {
	border-radius: 20px;
	overflow: hidden;
    height: 100%;
}
.message_area_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flow_area {
	margin-bottom: 50px;
}
.flow_area_title_area {
	display: inline-block;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.flow_area_title_area h2 {
    color: #fff;
    text-align: left;
    font-size: 30px;
}
.flow_area_title_area span {
    color: #fff;
	font-size: 14px;
}
.flow_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -10%;
    left: 0;
}
.flow_area_subtitle {
	display: inline-block;
    margin: 0px 15px 10px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
}
.flow_area_subtext {
	display: inline-block;
    margin: 0px 0px 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
}
.flow_area_list {
	padding: 30px 30px 20px;
	display: flex;
	justify-content: space-between;    
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}
.flow_area_item {
	width: 20%;
	position: relative;
}
.flow_area_item::after {
 	content: '';
    display: inline-block;
    width: 20px;
    height: 30px;
    background-image: url(../images/flow_allow.svg);
    background-size: contain;
	background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 35%;
    right: -30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    align-content: center;
}
.flow_area_item:last-of-type::after {
 	content: '';
    display: none;
}
.flow_area_img {
	margin-bottom: 10px;
	position: relative;
}
.flow_area_img img {
	border-radius:  50%;
	border: solid 3px #00B483;
}
.flow_area_img::before {
	position: absolute;
    color: #fff;
    background-color: #00B483;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    top: 0;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    align-content: center;
}
.flow_area_item:nth-of-type(1) .flow_area_img:nth-of-type(1)::before {
	content: "STEP.01"
}
.flow_area_item:nth-of-type(2) .flow_area_img:nth-of-type(1)::before {
	content: "STEP.02"
}
.flow_area_item:nth-of-type(3) .flow_area_img:nth-of-type(1)::before {
	content: "STEP.03"
}
.flow_area_item:nth-of-type(4) .flow_area_img:nth-of-type(1)::before {
	content: "STEP.04"
}
.flow_area_content {
	color: #fff;
}
.flow_area_content p:nth-of-type(1)  {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.3;
}
.flow_area_content p:nth-of-type(2)  {
	font-size: 14px;
	line-height: 1.3;
}
.flow_area_scroll_note {
	display: none;
}
.application_area  {
	margin-bottom: 50px;
}
.application_area_title_area {
	display: inline-block;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.application_area_title_area h2 {
    color: #fff;
    text-align: left;
    font-size: 30px;
}
.application_area_title_area span {
    color: #fff;
	font-size: 14px;
}
.application_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -10%;
    left: 0;
}
.application_area_table_area {
	background-color: #fff;
	border-radius: 20px;
	padding: 50px;
}
.application_area_contents {
    display: flex;
    flex-wrap: wrap;	
}
.application_area_contents input[type="radio"] {
	display: none; /* ラジオボタンのデザインを無効にする */
}
.application_area_contents label {
	display: inline-block; /* ブロックレベル要素をインライン要素化 */
	padding: 13px 10px; /* ボックス内側の余白を指定する */
	width: 50%; /* タブラベルの横幅を指定する */
	font-weight: bold; /* タブフォントの太さを指定する */
	font-size: 14px; /* タブフォントのサイズを指定する */
	color: #ADADAD; /* タブフォントの色を指定する */
	background-color: #F2F2F2; /* タブラベルの背景色を指定する */
	cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
	border-radius: 2px;/* タブラベルを角丸にする */
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
.application_area_contents input[type="radio"]:checked + label {
	color: #FFF; /* タブラベルクリック時のフォントの色を指定する */
	background-color: #00B483; /* タブラベルクリック時の背景色を指定する */
}
.application_area_contents label::before {
	content: "クリック";
	position: absolute;
	display: inline-block;
    background: url(../images/application_icon2.svg) center center no-repeat;
    background-size: contain;
	color: #fff;
	padding: 5px 10px 8px;
    font-size: 12px;
    font-weight: bold;
	top: -5%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    align-content: center;
	width: 120px;
    height: auto;
}
.application_area_contents input[type="radio"]:checked + label::before {
	content: "表示中";
	color: #00B483;
    display: inline-block;
    background: url(../images/application_icon1.svg) center center no-repeat;
    background-size: contain;
}
.application_area_contents .tab_box {
	width: 100%; /* タブコンテンツの横幅を指定する */
	height: auto; /* タブコンテンツの高さを指定する */
	padding: 5px; /* タブコンテンツの余白を指定する */
}
.application_area_contents > .tab_box > div {
	display: none; /* コンテンツを表示するdiv要素にのみに非表示を指定する */
}
.application_area_contents #tab_label1:checked ~ .tab_box > #tabContent1 {
	display: block; /* タブコンテンツ１を表示する */
	/* タブコンテンツ１の背景色を指定する */
}
.application_area_contents #tab_label2:checked ~ .tab_box > #tabContent2 {
	display: block; /* タブコンテンツ２を表示する */
	/* タブコンテンツ２の背景色を指定する */
}
.tab_box table th{
	width: 20%;
    position: relative;
	text-align: justify;
    text-justify: inter-ideograph;
}
.tab_box table td{
	width: 80%;
	text-align: justify;
    text-justify: inter-ideograph;
}
.tab_box table th,
.tab_box table td {
	border-bottom: 2px solid #CDCDCD;
	padding: 20px;
	line-height: 1.5;
	font-size: 16px;
	vertical-align: top;
}
.tab_box table th::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #00B483;
    font-size: 14px;
    font-weight: bold;
}
.tab_box table tr:last-of-type th,
.tab_box table tr:last-of-type td {
	border-bottom: none;
}
	
.iframe-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1105px) {
	.message_area_img {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.webp #message {
		background: url(../images/prologue_bg.webp) top center / cover no-repeat;
	}
	.no-webp #message {
		background: url(../images/prologue_bg.png) top center / cover no-repeat;
	}
	.message_area_item {
		flex-direction: column;
		padding-left: 10px;
		padding-right: 10px;
	}
	.message_area_content {
		width: 100%;
    	padding-right: 0px;
		margin-bottom: 10px;
	}
	.flow_area_item::after {
		width: 10px;
		right: -30%;
	}
	.flow_area_img::before {
	    font-size: 10px;
	}
	#message .container {
		padding-left: 0;
		padding-right: 0;
	}
	.flow_area_scroll {
		overflow-x: scroll;
	}
	.flow_area_list {
    	padding: 20px 20px 10px;
		width: 600px;
		border-radius: 0px;
	}
	.flow_area_content p:nth-of-type(2) {
    	font-size: 14px;
	}
	.application_area_table_area {
		padding: 30px 10px 10px;
	}
	.tab_box table th, .tab_box table td {
		width: 100%;
		display: block;
		font-size: 16px;
	}
	.tab_box table th {
		border-bottom: 0px;
		padding: 10px 20px 0px;
	}
	.tab_box table td {
		border-bottom: 2px solid #CDCDCD;
		padding: 10px 0px 10px;
	}
	.tab_box table tr:last-of-type td {
        border-bottom: 0px;
    }
	.message_area_img {
		height: 100%;
		display: none;
	}
	.message_area_title_area p {
		font-size: 20px;
	}
	.flow_area_title_area h2 {
		font-size: 25px;
	}
	.application_area_title_area h2 {
		font-size: 25px;
	}
	.flow_area_subtitle {
		display: block;
		margin: 0px 0px 10px;
		vertical-align: unset;
		text-align: center;
	}
	.flow_area_title_area {
		margin-bottom: 20px;
		margin-left: 10px;
	}
	.application_area {
		padding-left: 10px;
		padding-right: 10px;
	}
	.flow_area_subtext {
		padding-left: 10px;
        padding-right: 10px;
	}
	.flow_area_scroll_note {
		display: block;
        color: #fff;
        font-size: 14px;
        text-align: right;
        padding-right: 10px;
	}
}




/*****/
.subtitle_en{
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
}
.subtitle_ja{
    font-size: 3.44rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.interview_block:not(:last-child){
    margin-bottom: 90px;
}
.interview_block p:not(:last-child){
    margin-bottom: 1.7em;
}

@media (max-width: 768px) {
    .subtitle_en{
        font-size: 0.75rem;
        margin-bottom: 5px;
        text-align: center;
    }
    .subtitle_ja{
        font-size: 1.72rem;
        margin-bottom: 15px;
    }

    .interview_block:not(:last-child){
        margin-bottom: 45px;
    }
}

/*** entry ***/
#entry{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
    color: #00B483;/*** 20240611 ***/
}

#entry .subtext {
	margin: 0px 0px 30px;
	font-size: 1.2rem;
}
.entry_area_title_area {
	display: block;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.entry_area_title_area h2 {
    color: #000;
    text-align: center;
    font-size: 30px;
}
.entry_area_title_area span {
    color: #00B483;
	font-size: 14px;
}
.entry_area_title_area::after {
	content: "";
    display: block;
    width: 45px;
    height: 4px;
    background-color: #00B483;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
}
.entry_area_subtitle {
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.entry_area_subtitle .pc_none {
	display: none;
}


@media (max-width: 768px) {
    #entry{
        padding-top: 35px;
        padding-bottom: 70px;
    }
	#entry .subtext {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.entry_area_title_area h2 {
		font-size: 25px;
	}
	.entry_area_subtitle .pc_none {
		display: block;
	}
}

.form_wrap{
    background-color: #FFFFFF;
    padding: 40px 60px;
    color: #000000;
}
.form_table{
    width: 100%;
}
.form_table th{
    width: 240px;
    padding: 20px 0px;
    font-size: 1.13rem;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}
.form_table td{
    padding: 20px 0px;
    font-size: 0.88rem;
    vertical-align: top;
}
.must{
    color: #ff0000;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
    width: 100%;
    background-color: #eeeeee;
    border: 1px solid #999999;
    font-size: 1.13rem;
    line-height: 1.5;
    padding: 10px;
}
select{
    height: 50px;
    background-color: #eeeeee;
    border: 1px solid #999999;
    font-size: 1.13rem;
    line-height: 1.5;
    padding: 10px;
}
.form_table .text{
    margin-bottom: 10px;
}
.form_fileWrapper{
    margin-bottom: 10px;
}
.form_fileWrapper label{
    position: relative;
    display: inline-block;
}
.form_fileWrapper label:before{
    content: "ファイルを選択";
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 5px;
    font-size: 1.13rem;
    line-height: 1.5;
    text-align: center;
    padding: 10px;
    max-width: 100%;
    width: 270px;
    transition: 0.3s background ease;
}
.form_fileWrapper label:hover:before{
    cursor: pointer;
    background-color: #eeeeee;
}
.form_fileWrapper input[type="file"]{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;    
    cursor:pointer;
    opacity:0;
}
.mw_wp_form_confirm .form_fileWrapper label:before{
    display: none;
}
.mwform-file-delete {
	cursor: pointer;
	visibility: hidden;
}
.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
    margin-top: 5px;
}

.form-policy {
    box-sizing: border-box;
    height: 300px;
    margin: 0 0 20px 0;
    padding: 10px;
    overflow-y: scroll;
    border: 1px solid #bcc1be;
}
.form_checkboxWrapper{
    font-size: 1.13rem;
}
/*.form_checkboxWrapper label:before{
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #999999;
    margin-right: 5px;
}*/
input[type="checkbox"]{
    margin-right: 5px;
}
.form_wrap .btn_wrap{
    text-align: center;
    margin-top: 50px;
}
.form-btnWrapper {
    display: inline-block;
    position: relative;
    margin: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    max-width: 100%;
}
.form-btn_send{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 460px;
    height: 100px;
    background-color: #ff6600;
    border-radius: 15px;
    font-size: 2.25rem;
    font-weight: bold;
    color: #FFFFFF;
    transition: 0.3s opacity ease;
}
.form-btn_cancel{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 460px;
    height: 100px;
    background-color: #eeeeee;
    border: 1px solid #009944;
    border-radius: 15px;
    font-size: 2.25rem;
    font-weight: bold;
    color: #009944;
    transition: 0.3s opacity ease;
}
.form-btn_send:hover,
.form-btn_cancel:hover{
    opacity: 0.8;
}
.form_table td a {
    color: #00a86f;
    text-decoration: underline;
}
::placeholder{
    font-size: 80%;
}

.form_table .zip_box{
    margin-bottom: 15px;
}
.form_table td.address span{
    display: block;
}
.form_table .zip_box input[type="text"]{
    width: 140px;
    margin-right: 10px;
}
.form_table li{
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .form_wrap{
        padding: 20px 15px 40px 15px;
    }
    .form_table,
    .form_table tbody,
    .form_table tr,
    .form_table th,
    .form_table td{
        display: block;
        width: 100%;
    }
    .form_table th{
        padding: 0px;
        margin-bottom: 10px;
    }
    .form_table td{
        padding: 0px;
        margin-bottom: 20px;
    }
    .form_fileWrapper{
        text-align: center;
    }
    .form_fileWrapper label{
        text-align: left;
    }
    .mw_wp_form_confirm .form_fileWrapper{
        text-align: left;
    }
    .form-policy{
        height: 200px;
    }
    .form_wrap .btn_wrap{
        margin-top: 25px;
    }
    .form-btnWrapper{
        display: block;
    }
    .form-btn_send,
    .form-btn_cancel{
        height: 60px;
        border-radius: 8px;
        font-size: 1.25rem;
    }

}


/*** thanks ***/
.thanks_box .title{
    font-size: 3rem;
    font-weight: bold;
    color: #00a446;
    text-align: center;
    margin-bottom: 40px;
}
.thanks_box > p{
    font-size: 1rem;
    margin-bottom: 20px;
}
.thanks_box .tel_box{
    margin-bottom: 40px;
}
.thanks_box .tel_box p{
    font-size: 1.5rem;
    font-weight: bold;
}

.interview_block_kdemirai {
	text-align: center;
	font-weight: bold;
}
.interview_block_kdemirai a {
    border-radius: 10px;
    box-shadow: 0 6px 15px -5px rgba(0,0,0,0.5);
}
.kdemirai_img_pc {
	display: inline-block;
	border: solid 2px #fff;
}
.kdemirai_img_sp {
	display: none;
	border: none;
}

@media (max-width: 768px) {
    .thanks_box .title{
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .thanks_box > p{
        font-size: 0.88rem;
        margin-bottom: 20px;
    }
    .thanks_box .tel_box{
        margin-bottom: 20px;
    }
    .thanks_box .tel_box p{
        font-size: 1.13rem;
    }
	.interview_block_kdemirai {
		font-size: 0.88rem;
	}
	.interview_block .thumb_wrap {
		padding: 20px 50px 20px;
	}
	.kdemirai_img_pc {
		display: none;
	}
	.kdemirai_img_sp {
		display: inline-block;
	}
}

/*** bookings ***/
.box_bookings {
	width: 100%;
	margin-bottom: 30px;
	color: #ff6600;
    font-weight: bold;
}
.box_bookings a.bookings_btn {
	display: block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 300px;
	margin: 5px 0px 10px;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 10px;
	color: #ff6600;
	border: 3px solid #ff6600;
	box-shadow: 4px 4px #ff6600;
	transition: 0.3s ease-in-out;
}
.box_bookings a.bookings_btn:hover {
	box-shadow: none;
	transform: translate(4px, 4px);
	color: #ff6600;
}

/* ここからボタンのデザイン */
#flowcta {
	display: none;
}
#flowcta a {
	display: none;
}
@media (max-width: 768px) {
	#flowcta {
		width: 100%;
    	height: auto;
		display: flex;
		justify-content: center;
	}
	#flowcta a {
		position: fixed;
		bottom: 10px;
		width: 250px;
		height: auto;
		text-decoration: none;
		background-color: #6002EE;
		display: block;
		text-align: center;
		border-radius: 24px;
		opacity: 0;
		transition: opacity 0.4s ease-in;
		z-index: 1;
	}

	#flowcta a::before {
		content: '転職の不安はこちらまで';
		font-weight: 900;
		color: #fff;
		line-height: 48px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		width: 640px;
		height: 40px;
		border-radius: 5px;
		font-size: 16px;
		padding-right: 20px;
		background-color: #FF5314;
		/*background: linear-gradient(90deg, rgba(255, 112, 30, 1) 0%, rgba(255, 191, 48, 1) 50%, rgba(255, 77, 48, 1) 100%);*/
	}
	#flowcta a::after {
		position: absolute;
		content: '';
		display: inline-block;
		width: 15px;
		height: 15px;
		background-image: url(../images/btn_allow.svg);
		background-size: contain;
		background-repeat: no-repeat;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		transition: .5s;
	}
	/* fadeinクラスがついた時だけ表示する */
	#flowcta a.fadein {
		opacity: 1;
	}
}
/* ここまでボタンのデザイン */