@charset "UTF-8";

/* ========================================================================== 
 * Responsive 
 * ========================================================================== */ 
/*PCのみ表示(959px以下非表示)*/
@media screen and (max-width: 959px) {
	.visible-pc {
	  display: none !important;
	}
  }
  /*Tabのみ表示(960px以上、599px以下非表示)*/
  @media screen and (min-width: 960px), screen and (max-width: 599px) {
	.visible-tab {
	  display: none !important;
	}
  }
  /*SPのみ表示(600px以上非表示)*/
  @media screen and (min-width: 600px) {
	.visible-sp {
	  display: none !important;
	}
  }
  /*PCのみ非表示(960px以上非表示)*/
  @media screen and (min-width: 960px) {
	.hidden-pc {
	  display: none !important;
	}
  }
  /*Tabのみ非表示(600px以上、959px以下非表示)*/
  @media screen and (min-width: 600px) and (max-width: 959px) {
	.hidden-tab {
	  display: none !important;
	}
  }
  /*SPのみ非表示(599px以下非表示)*/
  @media screen and (max-width: 599px) {
	.hidden-sp {
	  display: none !important;
	}
  }

/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

/* ==========================================================================
 * 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: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.6em;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #fff;
	letter-spacing: -.02em;
}

@media screen and (max-width: 599px) {
	body {
		font-size: 1.4rem;
	}
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	display:none;
}
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;
}

/* ==========================================================================
 * 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;
	font-size: 1.2rem;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}

@media screen and (max-width: 599px) {
	ol.list-annotation {
		font-size: 1.0rem;
	}
}

/* ==========================================================================
 * 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;
	line-break: strict;
}
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-blue {
	color: #1d6fc0;
}

/* ==========================================================================
 * 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;
	height: 9em;
}
@media screen and (max-width: 599px) {
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		height: 45px;
}
}

/* ==========================================================================
 * 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: 1000px;
}
.inner-width {
	width: 920px;
	margin-right: auto;
	margin-left:  auto;
}
/* .inner-width img{
	margin-bottom: 2.5rem;
} */

.bg-shape {
	/* background-color: #d8eafb; */
	position: relative;
}
.bg-shape::after {
	content: "";
    position: absolute;
    right: 0;
    top: -30px;
    width: 32%;
    z-index: -1;
    height: 440px;
    background-color: #d8eafb;
}

@media screen and (max-width: 599px) {
	#page-container {
		min-width: unset;
	}
	.inner-width {
		width: 90%;
	}
}
/*-------------------- 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: 70;
}
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: 599px) {
	a.backtotop {
        bottom: 22vw;
    }
}


/* ==========================================================================
 * section
 * ========================================================================== */
.sec-ttl {
	text-align: center;
	padding-top: 80px;
}

@media screen and (max-width: 599px) {
	.sec-ttl {
		padding-top: 15%;
	}
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.header__wrap {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 10px 0;
	justify-content: space-between;
}
.header__wrap--left {
	display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-between;
}
.header__txt {
	font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
	.header__wrap {
		padding: 14px 0;
        height: 48px;
	}
	.header__wrap--left {
		flex-wrap: nowrap;
        width: unset;
        justify-content: start;
	}
	.header__logo {
		width: 38%;
	}
	.header__txt {
		font-size: 1.0rem;
	}
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		display: flex;
		height: 30px;
		justify-content: center;
		position: fixed;
		top: 4px;
		right: 10px;
		padding: 20px;
		z-index: 90;
		width: 30px;
		background: #fff;
		cursor: pointer;
	}
	.menu__btn span,
	.menu__btn span::before,
	.menu__btn span::after {
		content: '';
		background: #1d6fc0;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 30px;
		transition: all 0.3s;
	}
	.menu__btn span::before {
		bottom: 12px;
	}
	.menu__btn span::after {
		top: 12px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: transparent;
	}
	#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: 80;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		background: #d8eafb;
		padding: 20% 10px 120%;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: 1px dotted #1d1e1e;
		list-style: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #1d1e1e;
		display: block;
		padding: 14px 15px 13px 3%;
		position: relative;
		text-decoration: none;
		width: 100%;
		transition: color 0.3s;
	}
	.gnavi__hamburger-menu ul li a:hover {
		color: #1d1e1e;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: 2px solid #1d1e1e;
		border-right: 2px solid #1d1e1e;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	.gnavi__hamburger-menu ul li a.active::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}



/* ==========================================================================
 * Gnavi(PC)
 * ========================================================================== */
 #gnavi__btn--check {
	display: none;
  }
  a.gnavi__link {
	min-width: 80px;
	padding: 0 10px;
	height: var(--gnavi-height);
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
  }
a.gnavi__link:hover,
a.gnavi__link.active {
	text-decoration: none;
	color: #0078dc;
	font-weight: bold;
}
  a.sitest__goal--navi:hover {
	background: none;
  }
  .gnavi {
	  background: #fff;
	  font-size: 1.8rem;
	  position: fixed;
	  top: 0;
	  left: 0;
	  justify-content: center;
	  width: 100%;
	  min-width: 920px;
	  z-index: 999;
	  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	  font-weight: 500;
	 }
  .gnavi__list {
	  display: flex;
	  padding: 5px 0;
	  justify-content: space-around;
	 }
  .gnavi__list li {
	  align-items: center;
	  display: flex;
	  position: relative;
	  text-align: center;
	 }
  .gnavi__list li:nth-child(6)::after {
	  content: "";
	  padding: 0 10px 0 0;
  }
  .gnavi__list li:last-child img {
	width: 359px;
  }
  .gnavi__list li:last-child::after,
  .gnavi__list li:last-child::after {
	  content: "";
  }
  .gnavi__list a {
	  color: #333;
	  display: block;
	  padding: 10px 0;
	  font-size: 1.6rem;
	  line-height: 1.3;
	  position: relative;
	 }
  @media screen and (max-width: 1200px) {
	  .gnavi__list li:last-child img {
		  width: 120px;
	  }
	  .gnavi__list li:last-child img {
		  width: 250px;
	  }
  }
  @media screen and (max-width: 1100px) {
	  .gnavi__list li:last-child img {
		  width: 100px;
	  }
	  .gnavi__list li:last-child img {
		  width: 200px;
	  }
  }
  @media screen and (max-width: 640px) {
	a.gnavi__link {
		font-size: 2.0rem;
	}
	a.gnavi__link:hover,
	a.gnavi__link.active {
		text-decoration: none;
		background-color: #1d6fc0;
		color: #fff;
	}
  }
  .fixed {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 998;
	  width: 100%;
  }

/* ==========================================================================
* kv
* ========================================================================== */
.kv {
	padding: 40px 0 30px;
}
.kv__bnr {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 150px;
}

@media screen and (min-width: 600px) {
	.kv {
		background: url("../images/pc/kv_bg.jpg") no-repeat top center /cover;
	}
}
@media screen and (max-width: 599px) {
	.kv {
		background: url("../images/sp/kv_bg.jpg") no-repeat top center /contain;
		padding: 3% 0 6%;
        height: 110vw;
	}
	.kv__copy img {
		width: 100%;
	}
	.kv__bnr {
		display: block;
		text-align: center;
		margin-top: 29%;
	}
	.kv__bnr--cost img {
		width: 70%;
	}
}

/* ==========================================================================
* achive
* ========================================================================== */
.achive {
	padding: 30px 0;
}
.achive .inner-width {
	max-width: 600px;
}
.achive__list {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 2.5rem;	
}

@media screen and (max-width: 599px) {
	.achive {
		padding: 5% 0;
	}
	.achive .inner-width {
	}
	.achive__list {
		gap: 3%;
		margin-top: 2.5rem;
	}
}

/* ==========================================================================
* BA
* ========================================================================== */
.cta-sec {
	background-color: #1d6fc0;
	padding: 45px 0 40px;
}
.cta__top {
	text-align: center;
    margin-top: -23px;
}
.cta {
	background-color: #fff;
    border: 3px solid #333;
    padding: 5px 0 0;
}
.cta__box {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: -27px;
}
.cta__box--img {
	margin-left: -40px;
}
.cta__box--btn {
	margin-right: 10px;
}

@media screen and (max-width: 599px) {
	.cta-sec {
	}
	.cta__top {
	}
	.cta {
	}
	.cta__box {
		flex-wrap: wrap;
		margin-top: 5%;
	}
	.cta__box--img {
		width: 100%;
		margin-left: -6%;
        text-align: center;
	}
	.cta__box--img img {

	}
	.cta__box--btn {
		width: 100%;
        text-align: center;
		margin-right: 0;
        margin-top: -2%;
	}
}

/* ==========================================================================
* BA
* ========================================================================== */
.BA {
	padding-bottom: 80px;
}
.BA__ttl {
	padding-top: 80px;
}
.BA__user {
	margin-top: 40px;
}
.BA__user:nth-of-type(1) {
	margin-top: 60px;
}

@media screen and (min-width: 600px) {
	.BA {
		background: url("../images/pc/top_bg.jpg") no-repeat top center;
	}
}

@media screen and (max-width: 599px) {
	.BA {
		background: url("../images/sp/top_bg.jpg") no-repeat top center / contain;
		padding-bottom: 15%;
	}
	.BA__ttl {
		padding-top: 11%;
	}
	.BA__user {
		margin-top: 15%;
	}
	.BA__user:nth-of-type(1) {
		margin-top: 10%;
		margin-right: -4%;
	}
	.BA__user:nth-of-type(3) {
		margin-right: -5%;
	}
}

/* ==========================================================================
* problem
* ========================================================================== */
.problem {
	padding-bottom: 30px;
}
.problem .inner-width {
	position: relative;
}
.problem__img {
	margin: 50px 0 70px;
}
.problem .arrow {
	position: absolute;
    left: 50%;
    bottom: -150px;
}

@media screen and (min-width: 600px) {
	.problem {
		background: url("../images/pc/problem_bg.jpg") no-repeat center center /cover;
	}
}

@media screen and (max-width: 599px) {
	.problem {
		background-color: #1e1e1e;
	}
	.problem__img {
		margin: 10% calc(50% - 50vw) 5%;
        width: 100vw;
	}
	.problem .arrow {
		bottom: -15%;
        width: 4%;
	}
}

/* ==========================================================================
* solution
* ========================================================================== */
.solution {
	background-color: #1d6fc0;
	padding-bottom: 80px;
}
.solution__cont:nth-of-type(1) {
	margin-top: 50px;
}
.solution__cont {
	margin-top: 30px;
}
.solution__txt {
	transform: skewX(-5deg);
	text-align: center;
	margin-top: 60px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
}
.solution__beyond {
	margin-top: 60px;
	display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 600px) {
	.solution {
		background-image: url("../images/pc/solution_bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 599px) {
	.solution {
		padding-bottom: 15%;
	}
	.solution__cont:nth-of-type(1) {
		margin-top: 10%;
	}
	.solution__cont {
		margin-top: 10%;
	}
	.solution__txt {
		margin-top: 10%;
	}
	.solution__beyond {
		margin-top: 5%;
		display: block;
        margin: 5% calc(50% - 50vw) 0;
        width: 100vw;
	}
	.solution__beyond--img {
		display: block;
	}
	.solution__beyond--img:nth-of-type(1) {
        margin-right: 5%;
	}
	.solution__beyond--img:nth-of-type(2) {
        margin-left: 5%;
		margin-top: 5%;
	}
}

/* ==========================================================================
* whats
* ========================================================================== */
.whats {
	padding-bottom: 75px;
}
.whats__ttl {
	text-align: center;
}
.whats__txt {
	text-align: center;
	margin-top: 50px;
}
.whats__map {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 40px;
}
.whats__medhia {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.whats .slider li {
	margin-right: 10px;
    margin-left: 10px;
}
.whats .swiper-container {
	margin-top: 50px;
}
.whats .swiper-container.bg-shape::after {
	left: 0;
    right: unset;
    height: 390px;
    top: -60px;
}

@media screen and (max-width: 599px) {
	.whats {
		padding-bottom: 15%;
	}
	.whats__txt {
		margin-top: 10%;
	}
	.whats__map {
		display: block;
		text-align: center;
	}
	.whats__map picture {
		margin-top: 10%;
        display: block;
	}
	.whats__medhia {
		display: block;
		margin-top: 10%;
	}
	.whats__medhia picture {
		margin-top: 10%;
        display: block;
	}
	.whats__medhia picture:nth-child(2) {
		margin-top: 20%;
	}
	.whats .bg-shape::after {
		top: unset;
        bottom: -8%;
        height: 51%;
		width: 60%;
	}
	.whats .slider li {
		margin-right: 10px;
		margin-left: 10px;
	}
	.whats .swiper-container {
		margin-top: 10%;
	}
	.whats .swiper-container.bg-shape::after {
		top: -49%;
        height: 260%;
        width: 60%;
	}
}

/* ==========================================================================
* reason
* ========================================================================== */
#reason {
	padding-top: 50px;
    margin-top: -50px;
}
.reason__list {
	display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

@media screen and (min-width: 600px) {
	.reason {
		background: url("../images/pc/reason_bg.jpg") no-repeat center center /cover;
		padding-bottom: 80px;
	}
	
}

@media screen and (max-width: 599px) {
	#reason {
		padding-top: 0;
		margin-top: 0;
	}
	.reason {
		background: url("../images/sp/reason_bg.jpg") no-repeat center center /cover;
		padding-bottom: 15%;
	}
	.reason__list {
		flex-wrap: wrap;
        margin-top: 5%;
	}
	.reason__list--btn {
		margin-top: 5%;
	}
}

/* ==========================================================================
* reason01
* ========================================================================== */
.reason01 {
	margin-top: -50px;
    padding-top: 50px;
}
.reason01 .inner-width {
	position: relative;
}
.reason01 .sec-ttl {
	text-align: left;
}
.reason01__vertical {
	position: absolute;
    top: 0;
    right: 0;
}
.reason01__img {
	text-align: right;
	margin-top: 40px;
}
.experienced__ttl {
	text-align: center;
    margin-top: 80px;
}
.experienced__list {
	display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.experienced__img {
	text-align: right;
	margin-top: 40px;
}
.reason01 .bg-shape::after {
	height: 390px;
    top: -60px;
}

@media screen and (max-width: 599px) {
	.reason01 {
		margin-top: 0;
		padding-top: 0;
	}
	.reason01__vertical {
		width: 17%;
		z-index: -1;
	}
	.reason01__img {
		margin: 8% calc(50% - 50vw) 0;
        width: 91vw;
        margin-left: 0%;
        text-align: unset;
	}
	.experienced__ttl {
		margin-top: 20%;
	}
	.experienced__list {
		flex-wrap: wrap;
        margin-top: 5%;
	}
	.experienced__list li {
		width: 49%;
        margin-top: 2%;
	}
	.experienced__img {
		margin: 10% calc(50% - 50vw) 0;
        width: 100vw;
	}
	.reason01 .bg-shape::after {
		top: unset;
        bottom: -8%;
        height: 128%;
        width: 60%;
	}
}

/* ==========================================================================
* reason02
* ========================================================================== */
.reason02 {
	margin-top: -50px;
    padding-top: 50px;
}
.reason02 .inner-width {
	position: relative;
}
.reason02 .sec-ttl {
	text-align: left;
}
.reason02__vertical {
	position: absolute;
    top: 0;
    right: 0;
}
.reason02__img {
	text-align: right;
	margin-top: 40px;
}
.reason02 .bg-shape::after {
	height: 390px;
    top: -60px;
}
.reason02__box {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	align-items: start;
}
.reason02__box p {
	margin: 0;
}
.reason02__box p:last-child {
	margin-right: -27px;
}
.coaching {
	margin-top: 40px;
	text-align: center;
}
.coaching__img {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.reason02 {
		margin-top: 0;
		padding-top: 0;
	}
	.reason02 .bg-shape::after {
		top: unset;
        bottom: -8%;
        height: 128%;
        width: 60%;
	}
	.reason02__box {
		flex-wrap: wrap;
		margin-top: 20%;
	}
	.reason02__box p:last-child {
		margin: 8% 0 0;
	}
	.coaching {
		margin-top: 10%;
	}
}

/* ==========================================================================
* reason03
* ========================================================================== */
.reason03 {
	margin-top: -50px;
    padding-top: 50px;
}
.reason03 .inner-width {
	position: relative;
}
.reason03 .sec-ttl {
	text-align: left;
}
.reason03__vertical {
	position: absolute;
    top: 0;
    right: 0;
}
.reason03__img {
	text-align: right;
	margin-top: 40px;
}
.reason03 .bg-shape::after {
	height: 298px;
    top: -60px;
}
.reason03__problem--ttl {
	text-align: center;
	margin-top: 40px;
}
.reason03__problem--list {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.benefit {
	background-color: #d8eafb;
	margin-top: 60px;
	padding: 70px 0 80px;
}
.benefit .inner-width {
	position: relative;
}
.benefit .arrow {
	position: absolute;
	left: 50%;
    top: -110px;
}
.benefit__ttl {
	text-align: center;
	font-size: 4.4rem;
	font-weight: bold;
	color: #1d6fc0;
}
.benefit__txt {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-color: #1d6fc0;
}
.benefit__list {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.training {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
}

@media screen and (max-width: 599px) {
	.reason03 {
		margin-top: 0;
		padding-top: 0;
	}
	.benefit .arrow {
		top: -16%;
        width: 4%;
	}
	.reason03 .bg-shape::after {
		top: unset;
        bottom: 10%;
        height: 114%;
        width: 60%;
	}
	.reason03__problem--ttl {
		margin-top: 8%;
	}
	.reason03__problem--list {
		flex-wrap: wrap;
		margin-top: 0;
	}
	.reason03__problem--list li {
		margin-top: 3%;
	}
	.benefit {
		margin-top: 15%;
		padding: 10% 0;
	}
	.benefit__ttl {
		font-size: 2.2rem;
	}
	.benefit__txt {
		font-size: 1.6rem;
	}
	.benefit__list {
		flex-wrap: wrap;
		margin-top: 5%;
	}
	.benefit__list li {
		width: 48%;
		margin-top: 3%;
	}
	.training {
		flex-wrap: wrap;
		padding: 10% 0;
	}
	.training__img {
		margin-top: 5%;
	}
}

/* ==========================================================================
* trainer-com
* ========================================================================== */
.trainer-com {
	padding: 25px 0;
	margin-top: 50px;
}
.trainer-com02 {
	padding: 25px 0;
	margin-top: 50px;
}
.trainer-com03 {
	padding: 25px 0;
}
.trainer-com .inner-width,
.trainer-com02 .inner-width,
.trainer-com03 .inner-width {
	position: relative;
}
.trainer-com__txt {
	width: fit-content;
    margin-left: 350px;
    color: #fff;
}
.trainer-com02__txt {
	width: fit-content;
    margin-left: 270px;
    color: #fff;
}
.trainer-com03__txt {
	width: fit-content;
    margin-left: 290px;
    color: #fff;
}
.trainer-com01__img {
	position: absolute;
	bottom: -26px;
    left: 190px;
}
.trainer-com02__img {
	position: absolute;
    bottom: -25px;
    right: 260px;
}
.trainer-com03__img {
	position: absolute;
    bottom: -25px;
    right: 260px;
}

@media screen and (min-width: 600px) {
	.trainer-com,.trainer-com02,.trainer-com03 {
		background: url("../images/pc/trainer_com_bg.jpg") no-repeat center center /cover;
	}
}

@media screen and (max-width: 599px) {
	.trainer-com,.trainer-com02,.trainer-com03 {
		background: url("../images/sp/trainer_com_bg.jpg") no-repeat center center /cover;
	}
	.trainer-com .inner-width {
		display: flex;
        justify-content: end;
	}
	.trainer-com02 .inner-width,
	.trainer-com03 .inner-width {
		display: flex;
        justify-content: start;
	}
	.trainer-com__txt {
		margin: unset;
        width: 63%;
	}
	.trainer-com02__txt {
		margin: unset;
        width: 73%;
	}
	.trainer-com03__txt {
		margin: unset;
        width: 73%;
	}
	.trainer-com01__img {
		left: 0;
        width: 33%;
        bottom: -25px;
	}
	.trainer-com02__img {
		right: -5%;
        width: 33%;
        bottom: -25px;
	}
	.trainer-com03__img {
		right: 0;
        width: 33%;
        bottom: -25px;
	}
}
/* ==========================================================================
* beginner
* ========================================================================== */
.beginner {
	padding: 50px 0;
	background-color: #232323;
}
.beginner .inner-width {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.beginner__list li:not(:first-child) {
	margin-top: 15px;
}
.beginner__training--ttl {
	text-align: center;
	margin-top: -22px;
}
.beginner__training--list  {
	margin-top: 60px;
}
.beginner__training--list li {
	margin-right: 10px;
    margin-left: 10px;
}
.beginner__ideal {
	background-color: #d8eafb;
	margin-top: 70px;
	padding: 60px 0 80px;
}
.beginner__ideal--ttl {
	text-align: center;
	margin-top: -81px;
}
.beginner__ideal--list {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.beginner__ideal .bg-shape::after {
	display: none;
}

@media screen and (min-width: 600px) {
	.beginner {
		background-image: url("../images/pc/beginner_bg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

@media screen and (max-width: 599px) {
	.beginner {
		background: url("../images/sp/beginner_bg.jpg") no-repeat center center /cover;
		padding: 10% 0 15%
	}
	.beginner .inner-width {
		flex-wrap: wrap;
	}
	.beginner__list {
		margin-top: 5%;
	}
	.beginner__list li:not(:first-child) {
		margin-top: 4%;
	}
	.beginner__training--ttl {
		margin-top: -5%;
	}
	.beginner__training--list {
		margin-top: 8%;
	}
	.beginner__training--list li {
		margin: 5% 0 0;
	}
	.beginner__ideal {
		position: relative;
		background-color: unset;
		margin-top: 25%;
	}
	.beginner__ideal--list {
		flex-wrap: wrap;
		margin: 5% calc(50% - 50vw) 0;
        width: 100vw;
		justify-content: space-between;
	}
	.beginner__ideal--img:nth-of-type(odd) {
		margin-right: 20%;
	}
	.beginner__ideal--img:nth-of-type(even) {
		margin-left: 20%;
	}
	.beginner__ideal--img:nth-of-type(3) {
		margin-top: -2%;
	}
	.beginner__ideal .bg-shape::after {
		display: block;
        top: unset;
        bottom: -8%;
        height: 115%;
        width: 60%;
	}
}

/* ==========================================================================
* price
* ========================================================================== */
.price {
	padding-bottom: 80px;
	background-color: #333;
}
.price__list {
	margin-top: 60px;
}
.price__list li:not(:first-child) {
	margin-top: 40px;
}
.price__list--traial {
	position: relative;
}
.price__list--btn {
	position: absolute;
    bottom: 34px;
    right: 20px;
}

@media screen and (min-width: 600px) {
	.price {
		background-image: url("../images/pc/price_bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
		padding-top: 50px;
	}
}

@media screen and (max-width: 599px) {
	.price {
		padding-bottom: 15%;
	}
	.price__list {
		margin-top: 10%;
	}
	.price__list li:not(:first-child) {
		margin-top: 10%;
	}
	.price__list--btn {
		right: 0;
        bottom: 20px;
	}
}

/* ==========================================================================
* cospa
* ========================================================================== */
.cospa {
	padding: 170px 0 0;
}
.cospa__ttl {
	text-align: center;
}
.cospa__img {
	margin-top: 60px;
}

@media screen and (min-width: 600px) {
	.cospa {
		background: url(../images/pc/top_bg.jpg) no-repeat top center;
	}
}

@media screen and (max-width: 599px) {
	.cospa {
		background: url(../images/sp/top_bg.jpg) no-repeat top center / contain;
		padding-top: 10%;
	}
	.cospa__ttl {
		margin-top: 15%;
	}
	.cospa__img {
		margin-top: 10%;
	}
}

/* ==========================================================================
* come-ture
* ========================================================================== */
.come-ture {
	margin-top: 60px;
	padding-bottom: 80px;
}
.come-ture__ttl {
	text-align: center;
}
.come-ture .swiper-container {
	margin-top: 60px;
}
.come-ture .swiper-container.bg-shape::after {
	left: 0;
    right: unset;
    height: 390px;
    top: -60px;
}
.come-ture__list li {
	margin-right: 10px;
    margin-left: 10px;
}

@media screen and (max-width: 599px) {
	.come-ture {
		margin-top: 10%;
	}
	.come-ture .swiper-container {
		margin-top: 6%;
	}
	.come-ture .swiper-container.bg-shape::after {
		display: block;
        top: unset;
        bottom: -25%;
        height: 155%;
        width: 60%;
        left: unset;
        right: 0;
	}
}

/* ==========================================================================
* continue
* ========================================================================== */
.continue .sec-ttl {
	padding-top: 0;
}
.continue__list {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 60px;
}
.continue__detail {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	align-items: start;
}
.continue__detail:nth-child(even) .continue__detail--desc {
	order: 2;
}
.continue__detail:nth-child(even) .continue__detail--img {
	order: 1;
}
.continue__detail--desc {
	width: 400px;
}
.continue__detail--ttl {
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1.2;
	transform: skewX(-5deg);
	letter-spacing: -.05em;
	margin-top: 20px;
}
.continue__detail--txt {
	margin-top: 30px;
}
.continue__detail--img {
	width: 468px;
}

@media screen and (max-width: 599px) {
	.continue__list {
		margin-top: 10%;
		gap: 2%;
	}
	.continue__detail {
		flex-wrap: wrap;
		margin-top: 10%;
	}
	.continue__detail:nth-child(even) .continue__detail--desc,
	.continue__detail:nth-child(even) .continue__detail--img {
		order: unset;
	}
	.continue__detail--desc {
		width: 100%;
	}
	.continue__detail--tag {
		text-align: center;
		display: block;
	}
	.continue__detail--ttl {
		font-size: 2.2rem;
		text-align: center;
		margin-top: 3%;
	}
	.continue__detail--txt {
		margin-top: 5%;
	}
	.continue__detail--img {
		width: 100%;
        margin-top: 5%;
	}
}

/* ==========================================================================
* reviews
* ========================================================================== */
.reviews {
	margin-top: 80px;
	padding-bottom: 60px;
}
.reviews__ttl {
	text-align: center;
	margin-top: -28px;
}
.reviews__list {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reviews__list picture {
	width: 440px;
	margin-top: 10px;
}

@media screen and (min-width: 600px) {
	.reviews__bg {
		background: url("../images/pc/reviews_bg.jpg") ;
		background-position: center center;
		background-repeat: no-repeat;
		height: 255px;
		background-color: #333;
	}
}
@media screen and (max-width: 599px) {
	.reviews {
		background: url(../images/sp/reviews_bg.jpg) no-repeat top center / contain;
		margin-top: 10%;
		padding-top: 5%;
		padding-bottom: 10%;
	}
	.reviews__ttl {
		margin-top: 38%;
	}
	.reviews__list {
		margin-top: 5%;
	}
	.reviews__list picture {
		width: 100%;
		margin-top: 5%;
	}
}

/* ==========================================================================
* voice
* ========================================================================== */
.voice .sec-ttl {
	padding-top: 170px;
}
.voice__box {
	display: flex;
	flex-wrap: wrap;
}
.voice__box--con {
	margin-top: 50px;

}
.voice__box--con:nth-of-type(odd) {
	margin-left: -56px;
	z-index: 1;
}
.voice__box--con:nth-of-type(even) {
	margin-left: -17px;
	z-index: 0;
}
.voice__box--con:nth-of-type(3),
.voice__box--con:nth-of-type(4) {
	margin-top: 25px;
}
@media screen and (min-width: 600px) {
	.voice {
		background: url(../images/pc/top_bg.jpg) no-repeat top center;
	}
}

@media screen and (max-width: 599px) {
	.voice {
		background: url(../images/sp/top_bg.jpg) no-repeat top center / contain;
        padding-top: 10%;
	}
	.voice .inner-width {
		width: 100%;
	}
	.voice .sec-ttl {
		padding-top: 10%;
	}
	.voice__box {
		margin-top: 5%;
	}
	.voice__box--con {
		width: 100%;
		margin-top: 3%;	
	}
	.voice__box--con:nth-of-type(odd) {
		margin-left: 0;
	}
	.voice__box--con:nth-of-type(even) {
		margin-left: 0;
	}
	.voice__box--con:nth-of-type(3),
	.voice__box--con:nth-of-type(4) {
		margin-top: 3%;
	}
}


/*-------------------- user-data --------------------*/
.user-data__top {
	text-align: center;
	margin-bottom: -3px;
	margin-top: 70px;
}
.user-data__area {
	background-color: #d8eafb;
	padding: 40px 0 80px;
}
.user-data__area--ttl {
	text-align: center;
}
.user-data__area--graph {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

@media screen and (max-width: 599px) {
	.user-data__top {
		margin-top: 10%;
	}
	.user-data__area .inner-width {
		width: 90%;
	}
	.user-data__area {
		padding: 10% 0;
	}
	.user-data__area--graph {
		flex-wrap: wrap;
		margin-top: 0;
	}
	.user-data__area--graph picture {
		margin-top: 10%;
	}
}



/* ==========================================================================
* trainer
* ========================================================================== */
.trainer .sec-ttl {
	padding-top: 0;
}
.trainer__wrap .bg-shape::after {
	right: unset;
    left: 0;
    width: 76%;
    height: 334px;
    top: -35px;
}
.trainer__wrap02 .bg-shape::after {
    right: 0;
    width: 76%;
    height: 334px;
    top: -35px;
}
.trainer__wrap {
	margin-top: 93px;
}
.trainer__wrap02 {
	margin-top: 55px;
}
.trainer__box {
	display: flex;
	justify-content: space-between;
}
.trainer__box--01,
.trainer__box--02,
.trainer__box--03,
.trainer__box--04 {
	position: relative;
}
.trainer__box--01img {
	position: absolute;
	bottom: -20px;
    right: -30px;
}
.trainer__box--02img {
	position: absolute;
	bottom: -20px;
    right: -30px;
}

@media screen and (max-width: 599px) {
	.trainer .sec-ttl {
		text-align: left;
        margin-top: 15%;
	}
	.trainer .bg-shape .inner-width {
		width: 100%;
	}
	.trainer__wrap .bg-shape::after,
	.trainer__wrap02 .bg-shape::after  {
		display: none;
	}
	.trainer__wrap {
		margin-top: -25%;
        z-index: -1;
        position: relative;
	}
	.trainer__wrap02 {
		margin-top: 0;
	}
	.trainer__box {
		flex-wrap: wrap;
	}
	.trainer__box--01,
	.trainer__box--02,
	.trainer__box--03,
	.trainer__box--04 {
		margin-top: 10%;
	}
}

/* ==========================================================================
* flow
* ========================================================================== */
.flow {
	margin-top: 80px;
	padding-bottom: 40px;
}
.flow__top {
	padding-bottom: 80px;
}
.flow__txt {
	text-align: center;
	margin-top: 45px;
}
.flow__list {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin-left: 0;
}
.flow__list li {
	width: 288px;
	margin-top: -10px;
}
.flow__list dd {
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	.flow__top {
		background: url("../images/pc/flow_bg.jpg") ;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 255px;
		background-color: #333;
	}
}
@media screen and (max-width: 599px) {
	.flow__top {
		background: url("../images/sp/flow_bg.jpg") no-repeat center center /cover;
		padding-bottom: 15%;
	}
	.flow .inner-width {
		width: 100%;
	}
	.flow__txt {
		width: 90%;
        margin: 8% auto 0;
        font-size: 1.6rem;
	}
	.flow__list {
		margin-left: 0;
        margin-top: 5%;
	}
	.flow__list li {
		width: 100%;
        margin-top: 5%;
	}
	.flow__list dd {
		width: 90%;
        margin: 5% auto 0;
	}
}

/* ==========================================================================
* faq
* ========================================================================== */
.faq {
	padding-bottom: 130px;
    padding-top: 70px;
    margin-top: -70px;
}
.faq .sec-ttl {
	padding-top: 0;
}
.faq__list {
	margin: 20px 0 0;
}
.faq__list:nth-of-type(1) {
	margin-top: 60px;
}
.faq__list dt::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 54px;
    height: 101%;
    background-image: url(../images/pc/q.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35%;
    background-color: #333;
    transform: translateY(-50%);
}
.faq__list dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 20px;
    height: 20px;
    background: url(../images/pc/plus.png) center center / cover no-repeat;
    transform: translateY(-50%);
}
.faq__list dt.open::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 20px;
    height: 2px;
    background: url(../images/pc/minus.png) center center / cover no-repeat;
    transform: translateY(-50%);
}
.faq__list dt {
	border: 1px solid #333;
    padding: 13px 60px 13px 73px;
    position: relative;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: -.05em;
	cursor: pointer;
}
.faq__list dd {
	margin-top: 20px;
	padding: 0 60px 0 74px;
	display: none;
}
@media screen and (max-width: 599px) {
	.faq {
		padding-bottom: 15%;
		padding-top: 0;
        margin-top: 0;
	}
	.faq__list:nth-of-type(1) {
		margin-top: 10%;
	}
	.faq__list dt::before {
		background-size: 30%;
        width: 2.5em;
	}
	.faq__list dt::after {
		right: .8em;
        width: .8em;
        height: .8em;
	}
	.faq__list dt.open::after {
		right: .8em;
        width: .8em;
        height: 2px;
	}
	.faq__list dt {
		font-size: 1.6rem;
		padding: 11px 40px 11px 53px;
	}
	.faq__list dd {
		font-size: 1.4rem;
        padding: 0;
        margin-top: 5%;
	}
}


/* ==========================================================================
* gymlist
* ========================================================================== */
.gymlist {
	background-color: #d8eafb;
	padding-bottom: 80px;
	padding-top: 50px;
    margin-top: -50px;
}
.gymlist .sec-ttl {
	padding-top: 40px;
}
.prefecturList {
	background-color: #1d6fc0;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
	padding: 13px 60px 13px 1em;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
}
.prefecturList + dd {
	display: none;
}
.city_name {
	background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 2.0rem;
    padding: 10px 60px 10px 1em;
    margin: auto;
    margin-top: 20px;
    width: 880px;
	position: relative;
	cursor: pointer;
}
.city_name_mini {
	background-color: #999;
    width: 880px;
    margin: 15px auto 5px;
    padding: 5px 60px 5px 1em;
    color: #fff;
    font-weight: bold;
}
.textList {
	margin: 10px auto 33px;
    display: flex;
    flex-wrap: wrap;
	width: 880px;
    justify-content: space-between;
	justify-content: left;
    gap: 12px;
	&::after {
		content: '';
		display: block;
		width: 285px;
	  }
}
.textList ::after {
	content: '';
	display: block;
	width: 285px;
}
.textList li {
	margin-top: 10px;
    padding: 7px 10px 14px;
    width: 285px;
    box-sizing: border-box;
    background-color: #fff;
}
.textList li .ttl span {
	margin-right: 8px;
    display: inline-block;
    width: 82px;
    vertical-align: 4px;
}
.textList li .ttl {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: .5em;
    border-bottom: 1px dotted #333;
}
.textList li dl {
	display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    margin: .8em 0 0;
}
.textList li dt {
    width: 25%;
	margin-top: .5em;
}
.textList li dd {
	width: 75%;
	margin-top: .5em;
}
.prefecturList::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 20px;
    height: 20px;
    background: url(../images/pc/plus_h.png) center center / cover no-repeat;
    transform: translateY(-50%);
}
.prefecturList.open::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 20px;
    height: 2px;
    background: url(../images/pc/minus_h.png) center center / cover no-repeat;
    transform: translateY(-50%);
}
.city_name::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 20px;
    height: 20px;
    background: url(../images/pc/plus_h.png) center center / cover no-repeat;
    transform: translateY(-50%);
}
.city_name.open::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 20px;
    height: 20px;
    background: url(../images/pc/plus_h.png) center center / cover no-repeat;
    transform: translateY(-50%);
}
details[open] .city_name::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 20px;
    height: 2px;
    background: url(../images/pc/minus_h.png) center center / cover no-repeat;
    transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	.gymlist {
		padding-bottom: 10%;
		padding-top: 0;
        margin-top: 0;
	}
	.prefecturList {
		font-size: 1.6rem;
	}
	.city_name {
		font-size: 1.4rem;
        width: 95%;
        margin-left: 5%;
		margin-top: 3%;
		list-style: none;
	}
	.city_name_mini {
		width: 95%;
        margin-left: 5%;
        margin-top: 3%;
        list-style: none;
        margin-bottom: 0%;
	}
	.textList {
		width: 100%;
		gap: unset;
		margin-top: 0;
	}
	.textList li {
		width: 95%;
        margin-left: 5%;
        padding: 0;
		margin-top: 3%;
	}
	.textList li .ttl {
		border: none;
        margin: 0;
        padding: 8px 60px 8px 1em;
		position: relative;
	}
	.textList li .ttl::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 1em;
		width: 20px;
		height: 20px;
		background: url(../images/pc/plus.png) center center / cover no-repeat;
		transform: translateY(-50%);
	}
	.textList li .ttl.open::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 1em;
		width: 20px;
		height: 2px;
		background: url(../images/pc/minus.png) center center / cover no-repeat;
		transform: translateY(-50%);
	}
	.textList li dl {
		border-top: 1px dotted #333;
        padding: 8px 1em 1em;
        margin-top: 0;
		display: none;
	}
	.textList li dt {
		width: 100%;
		font-weight: bold;
	}
	.textList li dd {
		width: 100%;
	}
}

/* ==========================================================================
* contact
* ========================================================================== */
.contact {
	padding-bottom: 80px;
}
.contact .sec-ttl {
	padding-top: 0;
}
.contact__txt {
	text-align: center;
	margin-top: 60px;
}
.contact__step {
	margin-top: 50px;
}
.contact table th, .contact table td {
    padding: 25px 80px 14px 0;
    width: 22%;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #eee;
    vertical-align: top;
}
.contact table th {
	background-color: #1d6fc0;
	padding: 23px 80px 23px 20px;
	width: 12%;
	color: #fff;
	font-weight: normal;
	background-clip: padding-box;
}
.contact table td {
	padding: 23px 80px 23px 20px;
}
.contact .must {
	color: #fff;
    background-color: #e91e77;
    padding: 3px 2px;
    width: 45px;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
}
.contact table th span {
	position: absolute;
    right: 9px;
    top: 25px;
}
.contact table th small {
	display: block;
}
.contact table td .wpcf7-list-item input {
	margin-right: .3em;
}
.label-1line {
	display: block;
}
.contact table td .wpcf7-list-item {
	padding-right: 1em;
	display: block;
}
.contact .list-annotation {
	margin: 1em 0 0;
    padding: 0;
    counter-reset: number;
    list-style: none;
    font-size: 1.2rem;
	display: block;
}
.contact .list-annotation li {
	width: 100%;
    padding: 0;
    margin-top: 0;
}
.contact .list-annotation li::before {
	content: none;
}
.contact .text a {
	display: inline-block;
    color: #0078dc;
    text-decoration: underline;
    vertical-align: top;
}
.contact .text {
	text-align: center;
	margin-top: 30px;
}
.contact .submitList {
    display: flex;
    justify-content: center;
	margin-top: 30px;
}
	
.contact table select {
	width: 100%;
	padding: 5px;
}
/* [data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
	display: none;
} */
.contact .submitList {
	display: flex;
	justify-content: center;
}
.contact .submitList li {
	margin: 0 20px;
	position: relative;
	width: 400px;
}
.contact .submitList li::after {
	width: 20px;
	height: 17px;
	position: absolute;
	right: 23px;
	top: 30px;
	transform: translateY(-50%);
	background: url(../images/pc/arrow01.png) no-repeat center center / cover;
	content: '';
	z-index: 10;
}
.contact .submitList li:has(.disabled)::after {
	content: none;
}
.contact .submitList .disabled {
    background: #ccc;
    cursor: not-allowed;
    color: #fff;
}
.contact .submitList input {
	padding: 13px 50px;
	width: 100%;
	position: relative;
	display: block;
	border: none;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
	border-radius: 30px;
	box-sizing: border-box;
	letter-spacing: 0.16em;
	background: #e91e77;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
input:invalid,
select:invalid,
textarea:invalid,
input:invalid + span {
	color: #e74c3c !important;
    border: 1px solid #e74c3c !important;
    background-color: #ffe2df;
}
/* .wpcf7cf-hidden {
    display: none;
} */

@media screen and (max-width: 599px) {
	.contact {
		padding-bottom: 15%;
	}
	.contact__txt {
		margin-top: 10%;
	}
	.contact__step {
		margin-top: 10%;
	}
	.contact table th, .contact table td {
		width: 100%;
		display: block;
		border: none;
	}
	.contact table th {
		width: 100%;
		font-size: 1.8rem;
        font-weight: bold;
		padding: .5em;
	}
	.contact table td {
		padding: 5% 0;
	}
	.contact table th .must {
		right: .5em;
        top: 50%;
        transform: translateY(-50%);
	}
	.contact table td .wpcf7-list-item {
		padding: .5em;
	}
	.contact .list-annotation {
		margin: -5% 0 0;
	}
	.contact .list-annotation li {
		margin-top: .5em;
        margin-left: 0;
	}
	.contact table select {
		width: 100%;
		height: 45px;
	}
	.contact table select, .contact table textarea,input[type="date"] {
		width: 100%;
		height: 45px;
	}
	.contact table textarea {
		height: 10em;
	}
	table {
		width: 100%;
		font-size: 1.6rem;
	}
	.contact .submitList li {
		width: 100%;
	}
	.contact .submitList input {
		letter-spacing: unset;
	}
}

/* ==========================================================================
* company
* ========================================================================== */
.company {
    padding-top: 170px;
}
.company ul {
	margin-top: 30px;
}
.company dl {
    display: flex;
    line-height: 1.8;
    margin: 0.2em 0;
}
.company dt {
    width: 20%;
}
.company dd {
    width: 80%;
	line-height: 1.5;
}
.copyright {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
	.company {
		background: url(../images/pc/top_bg.jpg) no-repeat top center;
	}
}

@media screen and (max-width: 599px) {
	.company {
		background: url(../images/sp/top_bg.jpg) no-repeat top center / contain;
        padding-top: 20%;
	}
	.company ul {
		margin-top: 5%;
	}
	.company dl {
		flex-wrap: wrap;
		margin-top: 5%;
	}
	.company dt {
		width: 100%;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.company dd {
		width: 100%;
		font-size: 1.4rem;
	}
	.copyright {
		margin-top: 10%;
        margin-bottom: 10%;
	}
	.company__logo {
		margin: 0 auto;
		display: block;
		width: 35%;
	}
}

/* ==========================================================================
 * float-cta
 * ========================================================================== */
 @media screen and (max-width: 599px) {
	.float-cta {
		min-width: unset;
        z-index: 70;
        /* background-color: #2f2725; */
		background-color: #1d6fc0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 2px 0 0;
	}

}

/* ==========================================================================
* swiper
* ========================================================================== */
.swiper-wrapper {
	transition-timing-function: linear !important;
}


/*------------------------------------------------------------
	thanks(20240627)
------------------------------------------------------------*/
.thanks {
	margin-bottom: 100px;
}
.thanks .gold{color:#be9c0d}
.thanks .small{font-size:1.2rem}
.thanks .thxTit {
	font-family: 'Noto Sans JP',sans-serif;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.5;
	color: #000;
	margin: 0;
	text-align: center;
}
.thanks .attentionBox {
	background-color: #FFEC00;
	text-align: center;
	width: 80%;
	margin: 5rem auto 1rem ;
	padding: 20px 0;
}
.thanks .attentionBox p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 19px;
	margin: 0;
}
.thanks .attentionTxt {
	text-align: center;
	width: 80%;
	margin: 2rem auto 0;
}
.thanks .flow_h3 {
	background-color: #000;
	text-align: center;
	width: 80%;
	margin: 5rem auto 3rem;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 500;
}
.thanks .flowUl {
	width: 80%;
	margin: 0 auto 3rem;
	display: flex;
}
.thanks .flowUl li {
	width: 33%;
	padding: 0 2%;
	height: 150px;
	margin-bottom: 3rem;
}
.thanks .flowUl .pic {
	float: left;
	margin-right: 1rem;
	height: 150px;
}
.thanks .flowUl .text {
	padding: 50px 0 0;
	line-height: 2.0rem;
	height: 150px;
	text-align: left;
}
.thanks .lastTxt {
	text-align: center;
	width: 80%;
	margin: 3rem auto;
}
@media all and (max-width: 896px) {
	.thanks {
		margin-bottom: 100px;
	}
	.thanks .thxTit {
		font-size:2rem;
		line-height:1.5;
	}
	.thanks .attentionBox p {
		font-size: 1.5rem;
	}.thanks .attentionTxt {
		text-align: left;
		width: 100%;
		margin-top: 0;
	}
	.thanks .flow_h3 {
		margin-bottom: 1rem;
		width: 100%;
	}
	.thanks .flowUl{
		display:block;
		width: 100%;
	}
	.thanks .attentionBox {
		width: 100%;
	}
	.thanks .flowUl li {
		width: 100%;padding: 0;
	}
	.thanks .lastTxt {
		text-align: left;
		width: 100%;
	}
}


