@charset "UTF-8";

/* ========================================================================== 
 * Responsive 
 * ========================================================================== */ 
/*PCのみ表示(959px以下非表示)*/  
/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}
/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}
/*PCのみ非表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
	.hidden-pc {
		display: none !important;
	}
}
/*SPのみ非表示(641px以下非表示)*/
@media screen and (max-width: 641px) {
	.hidden-sp {
		display: none !important;
	}
}
/*SPのみ非表示(599px以下非表示)*/ @media screen and (max-width: 599px) { 
	.hidden-sp { 
		display: none !important; 
	}  
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif,"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka;
	font-size: 1.8em;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #fff;
	letter-spacing: -.03em;
	color: #7a7a7a;
}
@media screen and (max-width: 640px) {
	body {
		font-size: 1.5rem;
	}
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
	opacity: .7;
	transition: .5s;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}
.txt-pink {
	color: #f1959f;
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
 #page-container {
	max-width: 2000px;
	margin: 0 auto;
	min-width: 1290px;
}
.inner-width {
	width: 920px;
	margin-right: auto;
	margin-left:  auto;
}
.sec-ttl {
	font-size: 4.8rem;
	font-weight: bold;
	color: #f1959f;
	letter-spacing: .03em;
	text-align: center;
}
.sec-ttl small { font-size: 67%; }
.subttl {
	display: block;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	#page-container {
		max-width: 640px;
		overflow: hidden;
		min-width: unset;
	}
	.inner-width {
		width: 90%;
	}
	.sec-ttl {
		font-size: 2.4rem;
	}
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
	z-index: 9;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
@media screen and (max-width: 640px) {
	a.backtotop {
		bottom: 25vw;
	}
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.hd {
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	z-index: 10;
    position: relative;
}
.header__wrap {
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.header__left {
	display: flex;
	gap: 30px;
	align-items: center;
}
.header__logo--squer {
	width: 337px;
}
.header__logo--tokyo {
	width: 146px;
	margin-top: 0;
}
.header__cta {
	margin-top: 0;
	cursor: pointer;
}
@media screen and (max-width: 640px) {
	.hd {
	    width: 100%;
	}
	.header__wrap {
		width: auto;
		height: 60px;
	}
	.header__left {
		width: 80%;
		gap: .6em;
	}
	.header__logo--squer {
		width: 70%;
	}
	.header__logo--tokyo {
		width: 30%;
		margin-top: 0;
	}
	.header__logo {
		width: 50%;
        height: 60%;
        margin-top: -6px;
	}
	#page-container > header > div > div > li.visible-sp {
		list-style: none;
	}
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		display: flex;
		height: 30px;
		justify-content: center;
		position: fixed;
		top: 0px;
		right: 10px;
		padding: 30px;
		z-index: 900;
		width: 30px;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #f1959f;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}
	.menu__btn span:before {
		bottom: 8px;
	}
	.menu__btn span:after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 100;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 0;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #f1959f;
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	.gnavi__hamburger-menu ul li:last-child {
		border-bottom: none;
		margin: 20px 0 0;
	}
	.gnavi__hamburger-menu ul li:last-child a::before {
		border-top: none;
		border-right: none;
		display: none;
	}
	.navi__link {
		background: none;
	}
	.navi__link a {
		color: #000 !important;
	}
	.navi__link a::before {
		border-top: solid 2px #000 !important;
		border-right: solid 2px #000 !important;
	}
	/* /hamburger menu */
}

/* ==========================================================================
 * KV
 * ========================================================================== */
.kv {
	height: 600px;
	padding: 30px 0;
}
.kv__box {
	display: flex;
	align-items: center;
	gap: 40px;
}
.kv__point {
	margin-top: 50px;
}
.kv__img {
	margin-right: -180px;
}
@media screen and (min-width: 641px) {
	.kv {
		background: url("../images/pc/kv_bg.jpg") no-repeat top center /cover;
	}
}
@media screen and (max-width: 640px) {
	.kv {
		padding: 0;
		height: auto;
	}
	.kv .inner-width {
		width: 100%;
	}
	.kv__copy {
		margin: 0;
	}
	.kv__cta {
		width: 90%;
        margin: -40px auto 0;
	}
}
/* ==========================================================================
 * Gnavi(PC)
 * ========================================================================== */
 .gnavi {
	background: #63c6e4;
	position: sticky;
	top: 0;
	z-index: 99;
}
.gnavi__list {
	display: flex;
	width: 930px;
}
.gnavi__list li {
	align-items: center;
	display: flex;
	position: relative;
	text-align: center;
	line-height: 1.2;
	border-left: 2px solid #fff;
	padding: 0 6px;
	margin: 13px 0;
}
.gnavi__list li:first-child {
	border: none;
	padding-left: 0;
}
.gnavi__list li:last-child {
	border: none;
	margin: 4px 0 0 auto;
	padding: 0;
}
.gnavi__list a {
	color: #fff;
	display: block;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 998;
    width: 100%;
}
.round_arrow {
  position: relative;
  padding-right: 35px;
}

/* ==========================================================================
 * main
 * ========================================================================== */
main {
	overflow: hidden;
	width: 100%;
	display: block;
	padding-bottom: 35px;
}
@media screen and (max-width: 640px) {
	main {
		margin-top: -53px;
		padding: 0;
	}
}

/* ==========================================================================
 * top
 * ========================================================================== */
.top {
	padding: 80px 0 170px;
}
.top__list {
	display: flex;
	justify-content: space-between;
	margin-top: -20px;
}
.top__list li {
	position: relative;
}
.top__list li p, .top__list li div { position: relative; z-index: 2; }
.top__list--btn {
	text-align: center; 
}
	.top__txt {
		text-align: center;
	}
@media screen and (min-width: 641px) {
	.top {
		background: url("../images/pc/top_bg.jpg") repeat top center;
	}
	.top .inner-width { width: 940px; }
	.top__ttl { text-align: center; }
	.top__txt { position: relative; z-index: 1; top: -45px; margin: 0 auto 20px; font-size: 16px; }
	.top__list li:after { content: ""; position: absolute; z-index: 1; top: 40%; left: 45%; transform: translate(-50%, -50%); opacity: 0.7; }
	.top__list li:nth-of-type(1):after {
		width: 366px; height: 366px;  background: url("../images/pc/top_career_bg.png?2506") no-repeat center center;
	}
	.top__list li:nth-of-type(2):after {
		width: 414px; height: 414px;  background: url("../images/pc/top_mentor_bg.png?2506") no-repeat center center;
	}
	.top__list li:nth-of-type(3):after {
		width: 295px; height: 295px; background: url("../images/pc/top_health_bg.png") no-repeat center center;
	}
	.top__list li:nth-of-type(4):after {
		top: 20%; width: 321px; height: 321px; background: url("../images/pc/top_labor_bg.png?2506") no-repeat center center;
	}
}
@media screen and (max-width: 640px) {
	.top {
		background: url("../images/sp/top_bg.jpg") repeat top center;
		padding: 100px 0 120px;
	}
	.top__ttl {
		margin: auto;
        text-align: center;
	}
	.top__txt {
		position: relative;
		z-index: 2;
		margin: 20px auto 0;
	}
	.top__list {
		position: relative;
		z-index: 1;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.top__list li {
		margin: auto;
		text-align: center;
	}
	.top__list  li:not(:first-child) {
		margin-top: 30px;
	}
	.top__list li:after { content: ""; position: absolute; z-index: 1; left: 60%; transform: translate(-50%, -50%); opacity: 0.6; }
	.top__list li:nth-of-type(1):after {
		top: 75%; width: 85.3125%; height: 236%;  background: url("../images/sp/top_career_bg.png") no-repeat center top / contain;
	}
	.top__list li:nth-of-type(2):after {
		top: 105%; width: 85.625%; height: 235.8%;  background: url("../images/sp/top_mentor_bg.png?2506") no-repeat center top / contain;
	}
	.top__list li:nth-of-type(3):after {
		top: 85%; width: 78.75%; height: 221%; background: url("../images/sp/top_health_bg.png") no-repeat center top / contain;
	}
	.top__list li:nth-of-type(4):after {
		top: 50%; width: 78.4375%; height: 222.3%; background: url("../images/sp/top_labor_bg.png") no-repeat center top / contain;
	}
}


/* ==========================================================================
 * problem
 * ========================================================================== */
.problem {
	padding: 0 0 50px;
	position: relative;
	z-index: 9;
}
.problem__ttl {
	text-align: center;
}
.problem__txt {
	text-align: center;
	margin-top: 15px;
}
@media screen and (min-width: 641px) {
	.problem {
		background: url("../images/pc/problem_bg.jpg") repeat top center;
	}
	.problem::before {
		content: "";
		display: inline-block;
		background-image: url("../images/pc/problem_bg_top.png");
		background-repeat: no-repeat;
		background-position: top center;
		width: 100%;
		height: 86px;
		position: absolute;
		top: -85px;
	}
}
@media screen and (max-width: 640px) {
	.problem {
		background: url("../images/sp/problem_bg.jpg") repeat top center;
		padding-top: 1px;
	}
	.problem::before {
		content: "";
        display: inline-block;
        background-image: url(../images/sp/problem_bg_top.png);
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        height: 66px;
        position: absolute;
        top: -54px;
	}
	.problem__ttl {
		position: relative;
		z-index: 10;
		margin-top: 0;
	}
	.problem__txt {
	margin-top: 30px;
	}
}

/* ==========================================================================
 * solution
 * ========================================================================== */
.solution {
	position: relative;
	z-index: 9;
	padding: 1px 0 25px;
}
.solution__top{
	text-align: center;
	margin-top: -25px;
}
.solution__ttl {
	text-align: center;
	margin-top: 49px;
	background: url("../images/pc/solution_ttl_imgL.png") no-repeat center left 40px , url("../images/pc/solution_ttl_imgR.png") no-repeat center right 40px;
	padding: 16px 0;
}
.solution__staff {
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
}
.solution__staff li:nth-child(even) {
	margin-top: 30px;
}
.solution__notes {
	text-align: right;
	color: #7a7a7a;
	font-size: 16px;
	line-height: 1;
}

@media screen and (min-width: 641px) {
	.solution {
		background: url("../images/pc/solution_bg.jpg") no-repeat top center;
	}
}
@media screen and (max-width: 640px) {
	.solution {
		background: url("../images/sp/solution_bg.jpg") no-repeat top center / cover;
	}
	.solution__ttl {
		background: none;
		padding: 0;
		margin-top: 25px;
	}
	.solution__staff {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.solution__staff li:nth-child(even) {
		margin-top: 10px;
	}
	.solution__staff li {
		width: 48%;
		margin-top: 10px;
	}
	.solution__notes {
		font-size: 1.5rem;
	}
	
}

/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta {
	padding: 36px 0 38px;
}
.cta__wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}
.cta__ribbon {
	width: 105%;
	width: -webkit-fill-available;
	margin-left: -45px;
}
.cta__txt {
	width: initial;
	margin-right: -56px;
}
.cta__txt--tel {
	margin-top: 20px;
    display: inline-block;
}

@media screen and (min-width: 641px) {
	.cta {
		background: url("../images/pc/cta_bg.jpg") no-repeat top center;
	}
}
@media screen and (max-width: 640px) {
	.cta {
		background: url("../images/sp/cta_bg.png") no-repeat top center/ 100%;
		padding: 50vw 0 3vw;
	}
	.cta__wrap {
	/* display: none; */
	margin-top: -5vw;
	}
	.cta__txt {
	margin: 0;
	}
	.cta__txt--tel {
	width: 90%;
	margin: 4vw auto;
	display: block;
	}
	.ft__cta {
		background: rgba(255,255,255,0.75);
		padding: 10px 6%;
		position: fixed;
		bottom: 0;
		z-index: 9;
	}
}

/* ==========================================================================
 * anshin
 * ========================================================================== */
.anshin {
	padding: 50px 0 0;
}
.anshin--ttl {
	margin: 0 auto -30px;
	text-align: center;
}
.anshin__ttl {
	margin-top: 40px;
}
@media screen and (min-width: 641px) {
	.anshin {
		background: url("../images/pc/anshin_bg.jpg") no-repeat top center;
	}
}
@media screen and (min-width: 1800px) {
	.anshin {
		background: url("../images/pc/anshin_hana01.png") no-repeat top 540px left ,
					url("../images/pc/anshin_hana02.png") no-repeat top 1310px right ,
					url("../images/pc/anshin_hana03.png") no-repeat bottom 1750px left ,
					url("../images/pc/anshin_hana04.png") no-repeat bottom 860px right ,
					url("../images/pc/anshin_bg.jpg") no-repeat top center;
	}
}
@media screen and (max-width: 640px) {
	.anshin {
		padding: 20px 0 0;
		background: url("../images/sp/anshin_bg.jpg") no-repeat top center /cover;
	}
}
/*------------------ free --------------------*/
.anshin__free--txt {
	margin-top: 35px;
	text-align: center;
}
.anshin__free--solution {
	margin-top: 30px;
	text-align: center;
}
.anshin__free--ribbon {
	margin-top: 5px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.anshin__free--txt {
		margin-top: 20px;
	}
}
/*------------------ method --------------------*/
.anshin__method--lead {
	text-align: center;
	margin-top: 40px;
	font-size: 2.0rem;
}
.anshin__method--txt {
	margin-top: 40px;
	text-align: center;
}
.anshin__method--time {
	margin-top: 30px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.anshin__method--lead {
		margin-top: 20px;
		font-size: 1.5rem;
	}
	.anshin__method--txt {
		margin-top: 20px;
	}
	.anshin__method--time {
		margin-top: 50px;
	}
}
/*------------------ space --------------------*/
.anshin__space--list {
	margin-top: 45px;
}
.anshin__space--list li {
	width: fit-content;
}
.anshin__space--list li:nth-of-type(1) {
	margin-right: auto;
}
.anshin__space--list li:nth-of-type(2) {
	margin-left: auto;
	margin-top: -75px;
}
.anshin__space--list li:nth-of-type(3) {
	margin-right: auto;
	margin-top: -10px;
}
@media screen and (max-width: 640px) {
	.anshin__space--list {
	margin-top: 30px;
	}
	.anshin__space--list li:nth-of-type(1) {
	margin-left: -5vw;
	}
	.anshin__space--list li:nth-of-type(2) {
	margin-right: -5vw;
	margin-top: 20px;
	}
	.anshin__space--list li:nth-of-type(3) {
	margin-left: -5vw;
	margin-top: 20px;
	}
}
/*------------------ user --------------------*/
.user {
	background: #fff; /* カーブの下部背景 */
	position: relative;
	text-align: center;
	padding: 1px 0 0; /* 下部余白も含めて調整 */
	z-index: 0;
	margin-top: 260px;
}
.user::before {
	content: '';
	position: absolute;
	top: -300px;
	top: -220px;
	left: 50%;
	transform: translateX(-50%);
	width: 2000px;
	height: 300px; /* カーブ部分の高さを固定 */
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 100" preserveAspectRatio="none"><path fill="%23fff" d="M0,100 C480,0 960,0 1440,100 L1440,100 L0,100 Z"/><rect x="0" y="0" width="1440" height="100" fill="none"/></svg>') no-repeat;
	background: url("../images/pc/circle_top.png") no-repeat top center /cover;
	background-size: cover; /* カーブを幅いっぱいに調整 */
	z-index: 0;
	overflow-x: hidden;
}
.user .inner-width {
	position: relative;
}
.user__ttl {
	line-height: 1.2;
	margin-top: -140px;
}
.user__ttl--sub {
	display: block;
	/*font-weight: normal;*/
	font-size: 3.2rem;
	letter-spacing: .15em;
}
.user__voice {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 230px;
}
.user__voice li:nth-of-type(odd) {
	margin-top: 60px;
}
.user-hana01 {
	position: absolute;
	top: 180px;
    left: -270px;
}
.user-hana02 {
	position: absolute;
	top: 210px;
    right: -270px;
}
@media screen and (min-width: 641px) {
	.user__voice {
		background: url("../images/pc/anshin_user_img.jpg?2506") no-repeat center bottom;
	}
}
@media screen and (max-width: 640px) {
	.user {
	margin-top: 80px;
	}
	.user::before {
	top: -15vw;
	width: 100%;
	height: 15vw;
	}
	.user__ttl {
	margin-top: 0;
	}
	.user__ttl--sub {
		font-size: 1.6rem;
	}
	.user__voice {
		margin-top: 20px;
		background: url("../images/sp/anshin_user_img.jpg?2506") no-repeat center bottom / contain;
		padding-bottom: 43vw;
	}
	.user-hana01 {
		left: 0;
		top: -11vw;
		margin: -5vw;
	}
}

/* ==========================================================================
 * detail
 * ========================================================================== */
.detail {
	padding: 110px 0 50px;
}
.detail__ttl {
	margin-bottom: 50px;
}
.detail__list {
	margin-top: 40px;
	position: relative;
}
.detail__list--ttl {
	text-align: center;
	position: relative;
	z-index: 9;
}
.detail__list--body-t {
	position: relative;
	margin-top: -5px;
	cursor: pointer;
}
.detail__list--arrow {
	position: absolute;
	z-index: 2;
	top: 51px;
	right: 395px;
}
.detail__list--body-t.active .detail__list--arrow {
	transform: rotate(180deg);
}
.detail__list--body-m {
	position: relative;
	z-index: 3;
	display: none;
}
.detail__list--body-b {
	position: relative;
}
.detail__list--body-b img {
	display: block;
}
@media screen and (max-width: 640px) {
	.detail {
		background: url("../images/sp/detail_bg_01.png") no-repeat top -200px left 0,
     url("../images/sp/detail_bg.jpg") repeat top center;
		padding: 50px 0 20px;
	}
	.detail__ttl {
		margin: 0;
	}
	.detail__list--body-t {
		margin-top: -1.5%;
	}
	.detail__list--arrow {
		top: 42%;
		right: 32%;
		width: 10%;
		height: auto;
	}
	.detail__list--arrow img {
		width: 100%;
	}
}
.detail__time {
	margin: 20px auto 0;
}
/*------------------ hana --------------------*/
.career-hanaL,.mentor-hanaL,.health-hanaL,.labor-hanaL {
	position: absolute;
	top: 100px;
    left: -45px;
}
.career-hanaR {
	position: absolute;
    bottom: -90px;
    right: -35px;
}
.mentor-hanaR {
	position: absolute;
    bottom: -75px;
    right: -105px;
}
.health-hanaR {
	position: absolute;
	bottom: -70px;
    right: -65px;
}
.labor-hanaR {
	position: absolute;
	bottom: -70px;
    right: -31px;
}
.detail__end {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 10px;
}
.detail__end li {
	text-align: center;
	color: #f1959f;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
	background: url("../images/pc/detail_ok_bg.png") no-repeat center center;
	padding: 60px 10px;
	width: 260px;
}
@media screen and (min-width: 641px) {
	.detail {
		background: url("../images/pc/detail_bg_01.png") no-repeat top -70px left 220px,
					url("../images/pc/detail_bg_02.png") no-repeat top 230px right 0,
					url("../images/pc/detail_bg_03.png") no-repeat top 1400px left 30px,
					url("../images/pc/detail_bg_04.png") no-repeat top 1960px right -90px,
					url("../images/pc/detail_bg_05.png?2506") no-repeat bottom 500px left 0,
					url("../images/pc/detail_bg_06.png?2506") no-repeat bottom 0 right 0,
					url("../images/pc/detail_bg.jpg") repeat top left;
	}
}
@media screen and (max-width: 640px) {
	.career-hanaL ,.mentor-hanaL {
		top: 19vw;
		left: -4vw;
		z-index: 9;
		width: 24%;
	}
	.health-hanaL {
		top: 20vw;
		left: -4vw;
		z-index: 9;
		width: 26%;
	}
	.labor-hanaL {
		top: 16vw;
		left: -4vw;
		z-index: 9;
		width: 27%;
	}
	.career-hanaR {
		bottom: -12vw;
		right: -3vw;
		width: 30%;
	}
	.mentor-hanaR {
		bottom: -7vw;
		right: -4vw;
		width: 32%;
	}
	.health-hanaR {
		bottom: -13vw;
		right: -4vw;
		width: 35%;
	}
	.labor-hanaR {
		bottom: -13vw;
		right: -4vw;
		width: 35%;
	}
	.detail__end {
		margin-top: 10px;
	}
}

/* ==========================================================================
 * voice
 * ========================================================================== */
.voice {
	padding: 100px 0;
}
.voice__list {
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice__list li:nth-of-type(2) {
	margin-top: 80px;
}
.voice__list li:nth-of-type(3) {
	margin-top: -55px;
}
.voice__list li:nth-of-type(4) {
	margin-top: 25px;
}
@media screen and (min-width: 641px) {
	.voice {
		background: url("../images/pc/voice_bg.jpg") no-repeat top center;
	}
}
@media screen and (max-width: 640px) {
	.voice {
		padding: 30px 0;
		background: url("../images/sp/voice_bg.jpg") no-repeat top center/ cover;
	}
	.voice .subttl img {
		width: 45%;
	} 
	.voice__list {
		margin-top: 30px;
	}
	.voice__list li:nth-of-type(2) {
		margin-top: 15px;
	}
	.voice__list li:nth-of-type(3) {
		margin-top: 15px;
	}
	.voice__list li:nth-of-type(4) {
		margin-top: 15px;
	}
}

/* ==========================================================================
 * flow
 * ========================================================================== */
.flow {
	padding: 70px 0 200px;
}
.flow__txt {
	text-align: center;
	margin-top: 40px;
	font-size: 2.0rem;
}
.flow__txt span {
	font-weight: bold;
}
.flow__step {
	display: flex;
	justify-content: center;
	gap: 55px;
	list-style: none;
	margin: 40px 0 0;
}
.flow__step li {
	width: 325px;
	border-radius: 10px;
	padding: 200px 15px 15px;
	background-color: #fff;
}
.flow__step li:nth-of-type(1) {
	border: 3px solid #f1959f;
	background-image: url("../images/pc/flow_step1_img.jpg?2506");
	background-repeat: no-repeat;
	background-position: top 20px center;
}
.flow__step li:nth-of-type(2) {
	border: 3px solid #b6bfe0;
	background-image: url("../images/pc/flow_step2_img.jpg?2506");
	background-repeat: no-repeat;
	background-position: top 20px center;
}
.flow__step li:nth-of-type(3) {
	border: 3px solid #63c6e4;
	background-image: url("../images/pc/flow_step3_img.jpg?2506");
	background-repeat: no-repeat;
	background-position: top 20px center;
}
.flow__step dt {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.flow__step li:nth-of-type(1) dt {
	color: #f1959f;
}
.flow__step li:nth-of-type(2) dt {
	color: #b6bfe0;
}
.flow__step li:nth-of-type(3) dt {
	color: #63c6e4;
}
.flow__step dd {
	margin-top: 5px;
}
.flow__step .notes {
	font-size: 1.0rem;
}
.flow__step a:link,
.flow__step a:visited {
	color: #63c6e4;
	text-decoration: underline;
}
.flow .notes {
	font-size: 1.6rem;
	margin-top: 30px;
}
.flow__comment {
	text-align: center;
	margin-top: 40px;
}
@media screen and (min-width: 641px) {
	.flow {
		background: url("../images/pc/flow_bg.jpg") no-repeat top center;
	}
}
@media screen and (max-width: 640px) {
	.flow {
		background: url("../images/sp/flow_bg_top.jpg") no-repeat top center/ contain,
					url("../images/sp/flow_bg_btm.jpg") no-repeat bottom center/ contain;
		padding: 30px 0 20px;
	}
	.flow .subttl img {
		width: 20%;
	} 
	.flow__txt {
	font-size: 1.5rem;
	margin-top: 25px;
	}
	.flow__step {
		margin-top: 18vw;
		flex-wrap: wrap;
	}
	.flow__step li {
		position: relative;
		padding: 5vw 5vw 3vw 35vw;
		background-size: 25vw;
		width: 100%;
	}
	.flow__step--num {
		position: absolute;
		top: -13vw;
		left: 50%;
		transform: translateX(-50%);
		width: 15vw;
	}
	.flow__step li:nth-of-type(1) {
		background-image: url("../images/sp/flow_step1_img.jpg");
		background-position: center left 5vw;
	}
	.flow__step li:nth-of-type(2) {
		background-image: url("../images/sp/flow_step2_img.jpg");
		background-position: center left 5vw;
	}
	.flow__step li:nth-of-type(3) {
		background-image: url("../images/sp/flow_step3_img.jpg");
		background-position: center left 5vw;
	}
	.flow__step dt {
		text-align: left;
	}
	.flow .notes {
	font-size: 1.2rem;
	margin-top: 20px;
	}
}
@media screen and (min-width: 480px) {
	.flow__step {
		margin-top: 20px;
	}
	.flow__step li {
		margin-top: 30px;
	}
}

/* ==========================================================================
 * access
 * ========================================================================== */
.access {
	background: #fff; /* カーブの下部背景 */
	position: relative;
	text-align: center;
	padding: 1px 0 65px; /* 下部余白も含めて調整 */
	z-index: 0;
}
.access::before {
	content: '';
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	width: 2000px;
	height: 120px; /* カーブ部分の高さを固定 */
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 100" preserveAspectRatio="none"><path fill="%23fff" d="M0,100 C480,0 960,0 1440,100 L1440,100 L0,100 Z"/><rect x="0" y="0" width="1440" height="100" fill="none"/></svg>') no-repeat;
	background-size: cover; /* カーブを幅いっぱいに調整 */
	z-index: 0;
}
.access__wrap {
	display: flex;
	justify-content: space-between;
	gap: 35px;
	align-items: start;
	margin-top: 50px;
}
.access__map iframe {
	width: 440px;
	height: 350px;
}
.access__txt {
	text-align: left;
	margin-top: 0;
}
.access__txt dt {
	font-weight: bold;
	color: #f1959f;
}
.access__txt dt:first-child {
	margin-top: -8px;
}
.access__txt dt:not(:first-child) {
	margin-top: 10px;
}
.access__txt span {
	margin-bottom: 0.3em;
    display: inline-block;
}

@media screen and (min-width: 641px) {
	.access {
		background: url("../images/pc/access_bgL.jpg") no-repeat center left,
		url("../images/pc/access_bgR.jpg") no-repeat center right;
	}
}
@media screen and (max-width: 640px) {
	.access {
		margin-top: 0;
		padding: 20px 0 40px;
		background: url("../images/sp/access_bgL.jpg") no-repeat top 12vw left,  url("../images/sp/access_bgR.jpg") no-repeat top 7vw right;
		background-size: 20%;
	}
	.access::before {
		top: -9.5vw;
		width: 100%;
		height: 10vw;
	}
	.access .subttl img {
		width: 25%;
	} 
	.access__wrap {
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.access__map {
		width: 100%;
	}
	.access__map iframe {
		width: 100%;
		height: 80vw;
	}
	.access__txt {
		margin-top: -20px;
	}
	.access__txt dt:first-child {
		margin-top: 0;
	}
}

/* ==========================================================================
 * faq
 * ========================================================================== */
.faq {
	padding: 80px 0 110px;
	background-color: #fffdf8;
}
.faq__list {
	margin-top: 40px;
}
.faq__list dl {
	margin-top: 30px;
}
.faq__list dt {
	padding: 15px 0 15px 75px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #f1959f;
	background: url("../images/pc/faq_q.png") no-repeat center left;
}
.faq__list dd {
	padding: 15px 0 15px 75px;
	background: url("../images/pc/faq_a.png") no-repeat center left;
	margin-top: 10px;
}
@media screen and (max-width: 640px) {
	.faq {
	padding: 30px 0 110px;
	}
	.faq .subttl img {
		width: 15%;
	} 
	.faq__list {
	margin-top: 30px;
	}
	.faq__list dl {
	margin-top: 10px;
	}
	.faq__list dt {
	font-size: 1.6rem;
	background-size: 2.5em;
	padding: .5em 0 .5em 3em;
	}
	.faq__list dd {
		background-size: 2.5em;
		padding: .5em 0 .5em 3em;
	}
}

/* ==========================================================================
 * insta
 * ========================================================================== */
.insta {
	background-color: #fad5d9;
	position: relative;
	padding: 30px 0;
}
.insta::before {
	content: "";
    background-image: url(../images/pc/insta_bg_top.png);
    width: 100%;
    height: 37px;
    display: block;
    position: absolute;
    top: -35px;
}
.insta::after {
	content: "";
    background-image: url(../images/pc/insta_bg_top.png);
    width: 100%;
    height: 37px;
    display: block;
    position: absolute;
    bottom: -35px;
	transform: rotate(180deg);
}
.insta__txt {
	position: relative;
}
.insta-hana01 , .insta-hana02 {
	display: none;
}
.insta-hana03 {
	position: absolute;
	top: 0;
	left: -150px;
}
.insta-hana04 {
	position: absolute;
	top: 0;
	right: -120px;
}

@media screen and (min-width: 1800px) {
	.insta-hana01 {
		display: block;
		position: absolute;
        top: -430px;
        left: 0;
		z-index: 10;
	}
	.insta-hana02 {
		display: block;
		position: absolute;
		top: -360px;
		right: 0;
		z-index: 10;
	}
}
@media screen and (max-width: 640px) {
	.insta {
		background: url(../images/sp/insta_bg.png) no-repeat top center/cover;
		padding: 11vw 0;
		margin-top: -20vw;
	}
	.insta::before,.insta::after {
		content: none;
	}
}

/* ==========================================================================
 * footer
 * ========================================================================== */
footer {
	text-align: center;
	padding: 40px 0 0;
}
.footer__name {
	font-size: 1.6rem;
	color: #000;
	margin-top: -20px;
}
.footer__logo--tokyo {
	display: flex;
	justify-content: center;
	margin-top: 45px;
}
.footer__logo--tokyo img {
	margin: 0 34px;
}
.footer__txt {
	font-size: 1.6rem;
	color: #000;
}
.footer__link {
	margin-top: 50px;
	font-size: 1.6rem;
	text-decoration: underline;
	color: #000;
}
.footer__link a:link,
.footer__link a:visited {
	color: #000;
}
.copyright {
	margin-top: 50px;
	background-color: #f1959f;
	color: #fff;
	font-size: 1.4rem;
	padding: 5px 0;
}
@media screen and (max-width: 640px) {
	footer {
	padding: 20px 0 0;
	}
	.footer__name {
	font-size: 1.2rem;
	margin-top: -.5em;
	}
	.footer__logo--tokyo {
	width: 35%;
	margin: 30px auto 0;
	}
	.footer__logo--tokyo img {
		margin: 0 13px;
	}
	.footer__txt {
	font-size: 1.2rem;
	}
	.footer__link {
	font-size: 1.2rem;
	margin-top: 30px;
	}
	.copyright {
	margin-top: 30px;
	}
}