@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@charset "UTF-8";
body, ul, li {
  margin: 0;
  padding: 0;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/

#global-nav ul li{
	min-width:8em;
	height:80px;
	display:flex;
	justify-content: center;
	align-items:center;
	padding:0.25em 1em;
	text-align:center;
}
@media (max-width: 1180px) {
	#global-nav ul {
		width: 100%;
		overflow-x: hidden;
		--tw-bg-opacity: 1;
		opacity: 0;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
	}
	 #global-nav ul li{
		width:100%;
		display:flex;
		justify-content: center;
		align-items:center;
		height:auto;
		padding:0.25em 1em;
		text-align:center;
	}
}

#global-nav ul li a{
	display:block;
	color:#DF005B;
	text-align:left;
	font-weight:500;
}

#global-nav ul li span.en{
	font-size:18px;
}
#global-nav ul li span.jp{
	display:block;
}
#global-nav ul li.contact{
	background:#DF005B;
}
#global-nav ul li.entry{
	background:#276EBF;
}
#global-nav ul li.contact a,
#global-nav ul li.entry a{
	display:block;
	color:#fff;
	text-align:center;
}


#head_wrap {
  top: 5px;
  left:0;
  right:0;
  max-width:1420px;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  z-index: 999;
  height: 80px;
  text-decoration: none;
  box-shadow: 0 0 10px #ccc;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  background:#fff;
}

#head_wrap .inner:after {
/*
  content: "";
  clear: both;
  display: block;
*/
}

#head-logo{
	display:flex;
	margin:0;
	padding:0;
	justify-content: center;
	align-items:center;
	height:80px;
	padding-left:12px;
}

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
}

#global-nav ul {
  list-style: none;
  display: inline-flex;
}

@media (max-width: 1024px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  padding: 20px 10px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 1024px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 80px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed #global-nav ul li a {
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 24px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 1024px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
	background:#fff;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
	
#global-nav ul li a{
	display:block;
	color:#DF005B;
	text-align:left;
	font-weight:500;
}

  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

#menu1, #menu2, #menu3, #menu4, #menu5 {
  margin-top: 500px;
  padding-top: 130px;
}

#menu5 {
  padding-bottom: 100vh;
}

@media (max-width: 1024px) {
	#global-nav ul {
		opacity: 1;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
	}
	#head_wrap #global-nav ul li a,
	#head_wrap.fixed #global-nav ul li a {
		text-align:center;
	}
}


@media screen and (max-width: 1024px) {
	img.dummy-navi {
		display:none;
	}
}

.anchor {
    padding-top: 80px;
    margin-top: -80px;
}

.strong {
	display:inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	border:#844020 1px solid;
	margin:0.25em 0;
	padding:0.25em;
}

#page-title {
	position: relative;
	width:100%;
	max-width:1440px;
	margin:0 auto;
    background-image: url("../img/common/bg-title.png"); /* 画像のURLを指定してください */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	aspect-ratio: 1440 / 443;
}

#page-title .title-en {
	font-family: "Oswald", sans-serif;
	font-stretch: ultra-expanded;
	margin:0;
	padding:176px 0 0 180px;
	font-size:100px;
	font-weight:500;
	color:#DF005B;
	line-height:1;
}
#page-title .title-jp {
	display: flex;
 	align-items: center;
	margin:0 0 0 200px;
	padding:24px 0 0;
	font-size:24px;
	color:#000;
	line-height:1;
}
#page-title .title-jp:before {
  content: '';
  width:40px;
  height: 1px;
  background: #000;
  margin-right: 12px;
}

.breadcrumb {
	max-width:1024px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding:0.5em;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

.page-link {
	margin:24px 0;
	list-style: none;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:24px;
}
.page-link img{
	height:auto;
}

.page-intro {
	margin:0 auto 24px;
	width:100%;
	max-width:900px;
	line-height:1.5;
	font-size:22px;
	font-family: "Noto Sans JP", sans-serif;
}

.bg-blue {
	margin:15px 0 0;
}

.bg-green {
	margin:15px 0 0;
}

.sec-title {
	color:#DF005B;
	font-size:36px;
	font-family: "Noto Sans JP", sans-serif;
}


@media (max-width: 960px) {
	.page-inner {
		padding:40px 0 0;
	}
}

.page-inner {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	padding:75px 0 0;
}

@media (max-width: 960px) {
	.page-inner {
		padding:40px 0 0;
	}
}

.facility-link {
	margin:10px 0 0;
	display:flex;
	flex-wrap: wrap;
	gap:20px;
}

@media (max-width: 960px) {
	#page-title {
		margin:0;
		padding:12px;
	}
	#page-title .title-en {
		margin:0;
		padding:0;
		font-size:48px;
		font-weight:500;
		line-height:1;
	}
	#page-title .title-jp {
		display: flex;
		align-items: center;
		margin:0 0 0 0;
		padding:0.25em 0 0;
		font-size:20px;
		color:#000;
	}
	.page-link {
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
		gap:12px;
	}
	
	.sec-title {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		color:#DF005B;
		font-size:22px;
	}
	.page-intro {
		width:100%;
		line-height:1.4;
		font-size:16px;
		padding:0.5em;
	}
	
	.facility-link {
		justify-content: center;
		gap:15px;
	}
	
}
@media (min-width: 960px) {
	.page-link img{
		max-width:492px;
	}
	.bg-blue {
		margin:70px 0 0;
		width:100%;
		background-image: url("../img/common/bg-blue.png");
		background-repeat: no-repeat;
		background-position: center;
		min-height:960px;
	}

	.bg-green {
		margin:70px 0 0;
		width:100%;
		background-image: url("../img/common/bg-green.png");
		background-repeat: no-repeat;
		background-position: center;
		min-height:1080px;
	}
}


.facility .sec-title {
	text-align: center;
}
.facility .main-photo {
	display:block;
	text-align: center;
	margin:15px auto;
	margin-bottom:50px;
}
.facility .main-intro {
	text-align: center;
	font-size:20px;
	line-height:1.6;
	margin-top:-30px;
}
@media (min-width: 960px) {
	.facility .main-intro {
		font-size:18px;
	}
}
.flex-intro {
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap:36px;
	font-size:18px;
	line-height:1.6;
	margin-bottom:40px;
}
.flex-intro p{
	text-align:left;
	max-width:24em;
}
.flex-intro img{
}
@media (max-width: 960px) {
	.flex-intro p{
		order:2;
	}
	.flex-intro img{
		order:1;
	}
}

.flex-intro-photo {
	display:flex;
	justify-content: center;
	align-items:flex-start;
	flex-wrap: wrap;
	gap:32px;
	font-size:18px;
	line-height:1.6;
	margin:30px 0;
}
.flex-intro-photo img{
	max-width:400px;
	height:auto;
}

.sub-title {
	text-align:left;
	color:#DF005B;
	font-size:28px;
	font-family: "Noto Sans JP", sans-serif;
	margin:0;
	padding:0.5em;
}
@media (max-width: 960px) {
	.sub-title {
		font-size:22px;
		padding:0.5em 0;
	}
}
.img-center {
	display: block;
	margin:0 auto;
}

.tbl-price {
	width:100%;
	max-width:900px;
    margin: 10px auto 24px;
    border: 1px solid #aaa;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 16px;
}
.tbl-price th {
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    background: #fef6e9;
    padding: 5px 10px;
}
.tbl-price th.nobr,
.tbl-price td.nobr {
	white-space: nowrap;
}
.tbl-price td {
    border: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
	background: #fff;
	text-align: right;
    padding: 5px 10px;
}
.tbl-price td.text {
	text-align: left;
	word-break: auto-phrase;
}
.tbl-price td.left {
	text-align: left !important;
}
.tbl-price td.center {
	text-align: center !important;
}
.tbl-price td:first-child {
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    background: #fef6e9;
	text-align:center;
}
.tbl-price td.none {
	background:#fff !important;
}
.cell-center td:nth-child(2) {
	text-align:center !important;
}

.tbl-price .head {
	text-align:left !important;
}

.tbl-price caption {
	padding-top:0.5em;
    caption-side: bottom;
	text-align:left;
	line-height:1.6;
	color:#3399cc;
}

.tbl-price caption .strong {
	margin-top:0.5em;
	border:#3399cc 1px solid;
}


.head9 .head {
	min-width:9em;
}
.head12 .head {
	min-width:12em;
}
.foot9 .foot {
	min-width:9em;
}


.tbl-price th,
.tbl-price td{
}
.tbl-price th{
	text-align:center;
}
@media screen and (max-width: 1024px) {
  .tbl-price {
  }
  .tbl-price .thead {
    display: none;
  }
  .tbl-price tr {
    width: 100%;
  }
  .tbl-price td {
    display: flex;
	  justify-content: space-between;
	  align-items: center;
    width: 100%;
  }
  .tbl-price td:first-child {
	display:block;
    background: #fef6e9;
    font-weight: bold;
    text-align: center;
  }
	.tbl-price td.none {
		display:block;
		background:#fff !important;
	    font-weight: normal;
	    text-align: left;
	}
	.tbl-price td.left {
		display:block;
	    text-align: left;
	}
	.tbl-price td.center {
		display:block;
	    text-align: center;
	}
  .tbl-price td.block {
	display:block;
  }
  .tbl-price td:before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
	font-size:14px;
	max-width:14em;
	min-width:3em;
	  text-align: center !important;
  }
}
.tbl-price td.fee-type {
    background: #F7F7F7;
    color: #1c7694;
}
td.fee-type-sub {
    background: #DEF9FF!important;
    color: #1c7694;
}

.facility-navi {
	margin:50px auto 25px;
	list-style: none;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}
.facility-navi li{
	list-style: none;
	margin:0;
	padding:0;
}

.facility-navi li a {
	display: flex;
	align-items: center;
	position: relative;
	width:100%;
	min-width: 10em;
	min-height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
	background-color: #DF005B;
	border: 1px solid transparent;
	padding:0 2.5em 0 1em;
	border-radius:3px;
}
@media screen and (max-width: 1024px) {
	.facility-navi li a {
		width:320px;
	}
}

.facility-navi li a:hover {
	background-color: #276EBF;
}

.facility-navi li a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}

.facility-navi li a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}

.photo-area {
	width:100%;
	max-width:900px;
	margin:0 auto;
}

p.main-intro {
	padding:0.5em 2em;
	line-height:1.6;
}
@media screen and (max-width: 1024px) {
	p.main-intro {
		padding:0.5em;
		line-height:1.4;
	}
}

.work-intro {
	margin:12px 24px;
	padding:0;
	font-family: "Noto Sans JP", sans-serif;
}
.work-intro dt{
	font-size:20px;
	line-height:1.6;
}
.work-intro dd{
	font-size:16px;
	line-height:1.4;
	padding:0.5em 1em;
}

@media screen and (max-width: 1024px) {
	.work-intro dt{
		font-size:18px;
	}
	.work-intro dd{
		padding:0.5em;
	}
}


.flow_design05 {
	margin:0 0 0 50px;
	display: flex;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
	.flow_design05 {
		margin:0 0 0 20px;
	}
}

.flow05 {
  padding-left: 0;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow05 > li .icon05 {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #4D9BC1;
  color: #fff;
  position: absolute;
	top:6px;
  left: 0;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 3px;
  height: 100%;
  position: absolute;
  top: calc(50% - -17px);
  left: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size: 18px;
  font-weight: 500;
  color: #4D9BC1;
}

.flow05 > li dl dd {
	font-size:16px;
 	margin-left: 0;
}
.flow05 > li dl dd:before {
	content:"・";
}

.privacypolicy {
	font-family: "Noto Sans JP", sans-serif;
	width:100%;
	max-width:860px;
	margin:20px auto 20px auto;
	padding:0;
}

.privacypolicy p.theme{
	margin:2rem 0 1rem 1em;
	padding:0;
	line-height:1.5;
}

.privacypolicy ol {
    font-size: 16px;
    line-height: 1.6;
    list-style-position: inside;
	margin-left:1em;
}
.privacypolicy ol li {
    margin-top: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
}
.privacypolicy ol li strong{
	font-weight:500;
    font-size:18px;
}

.privacypolicy a{
	color:#00f;
}
.privacypolicy a:hover{
	color:#DF005B;
}

div.contact {
    padding-bottom: 60px;
	font-family: "Noto Sans JP", sans-serif;
}

.contact .content{
    background-color: #fff;
    margin: 0px auto;
    max-width: 1024px;
    width: 100%;
    padding: 40px;
    margin-top: 40px;
}

.contact h3{
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}

.inqury-top-msg {
    font-size: 16px;
    margin: 2em auto 0;
    max-width: 700px;
    width: 90%;
}

.tbl_inq {
    width: 100%;
}
.tbl_inq td {
    width: auto;
}

.dt {
    background-color: #eee;
    font-weight: bold;
    padding: 10px 0 10px 15px;
}

.dd {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px;
}

.bold {
    font-weight: bold;
}

.contact-type {
    background-color: #222;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    padding: 5px 10px 5px 5px;
}

#contact_form {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.dt2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 20px;
}

.dd2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 5px;
}

.reservation {
	width:100%;
    font-size: 18px;
}

.important {
	color:#f00;
    font-size: 14px;
}

.dd2 input[type=text],
.dd2 input[type=email] {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
    width: 100%;
}

.dd2 .input[type=text] {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
}

.dd2 option {
    font-size: 16px;
}

textarea{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 0;
    width: 100%;
}

.zip {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 0;
    width: 40% !important;
}

.buttons input{
    background-color: #0283e0;
    border: 1px solid #ccc;
    color: #fff;
    line-height: 2;
	font-size:18px;
	width:60%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
    padding: 10px 0;
}

.required {
    color: red;
    margin-left: 5px;
}

input#submit-btn {
    padding: 10px 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    border: 0;
	cursor: pointer;
}
input#submit-btn#submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}

.company-navi {
	margin:50px auto 25px;
	list-style: none;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}
.company-navi li{
	list-style: none;
	margin:0;
	padding:0;
}

.company-navi li a {
	display: flex;
	align-items: center;
	position: relative;
	width:100%;
	min-width: 10em;
	min-height: 50px;
	color: #DF005B;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
	background-color: #fff;
	border: 1px solid #DF005B;
	padding:0 2.5em 0 1em;
	border-radius:3px;
}
@media screen and (max-width: 1024px) {
	.company-navi li a {
		width:320px;
	}
}

.company-navi li a:hover {
	background-color: #F8F5CE;
}

/*
.company-navi li a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid #DF005B;
	border-radius: 50%;
}
*/

.company-navi li a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #DF005B #DF005B transparent transparent;
}

.list-index {
	margin:0 auto 30px;
    padding: 1em 1em 1em 2em;
    border: 1px solid #999;
    background-color: #ffffff;
    color: #333;
}

.list-index div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
}

.list-index div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23333'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.list-index label::after {
    margin-left: 5px;
    font-size: .8em;
    color: #166c9d;
    content: "[開く]";
    cursor: pointer;
}

.list-index:has(:checked) label::after {
    content: "[閉じる]";
}

.list-index input {
    display: none;
}

.list-index ol {
    list-style-type: disc;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}

.list-index > ol {
    height: 0;
}

.list-index:has(:checked) > ol {
    height: auto;
}

.list-index ol ol {
    margin-top: 5px;
}

.list-index li {
    padding: 5px 0;
}

.list-index a {
    color: #166c9d;
}

#about-p {
	background: #FFF9F6;
	padding-bottom:75px;
}

#sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07,#sec08{
	display:block;
    padding-top: 100px;
    margin-top: -100px;
}

.about-sec {
	background:#fff;
	padding:24px;
	border-radius:20px;
	margin-bottom:75px;
}

.about-sec .sec-title{
	font-size:26px;
	font-weight:500;
	line-height:1.4;
	margin-bottom:0.75em;
	
}
@media screen and (max-width: 1024px) {
	.about-sec .sec-title{
		font-size:21px;
	}
}

.column {
	margin-left:18px;
}

.column p{
	margin-bottom:1em;
	line-height:1.5;
}

dl.jirei{
	margin:1.5em 1em;
	color:#023A8D;
}
dl.jirei dt{
	font-size:18px;
	font-weight:500;
	color:#276EBF;
}
dl.jirei dd{
	padding:0.5em 1em;
}
@media screen and (max-width: 1024px) {
	dl.jirei dd{
		padding:0.5em 0;
	}
}

.company-sec {
	margin-bottom:50px;
}

@media screen and (max-width: 1024px) {
	.column {
		margin-left:0;
	}
	.company-sec {
		margin-bottom:30px;
	}
}


.requirements {
	font-family: "Noto Sans JP", sans-serif;
	width:100%;
	max-width:1024px;
	margin:20px auto 20px auto;
	padding:0;
}

.requirements p.theme{
	margin:2rem 0 1rem 1em;
	padding:0;
	line-height:1.5;
}
.requirements p.theme a{
	color:#00f;
}
.requirements p.theme a:hover{
	color:#f60;
}

.hellowork {
	border:#999 1px solid;
}

.requirements p.theme .no{
	font-size:20px;
	font-weight:500;
}

#requirements-area {
	magin:0 auto;
	padding:50px 0 75px;
}

section.sec-recruit {
    width: 100%;
	max-width:1024px;
    margin: 0 auto;
	padding:0;
}

.recruit-accordion__section{
    margin-bottom:32px !important;
    padding:0;
}

.recruit-accordion{
	margin:0 auto;
	max-width:960px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    padding: 1em 4em 1em 0.75em;
    font-size: 20px;
    color: #E11B6C;
    font-weight: bold;
	border:#E11B6C 2px solid;
}

.recruit-accordion img{
    position: absolute;
    right: 30px;
    top:50%;
    transform: translateY(-50%);
}

.recruit-accordion-content{
    display: none;
}

dl.rectuit-data {
	background:#FEFAFE;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 170%;
    width: 100%;
	max-width:960px;
	margin:0px auto 24px;
    padding: 20px 0;
    align-items: stretch;
	border:#E11B6C 1px solid;
	border-radius:3px;
}

dl.rectuit-data dt, dl.rectuit-data dd {
    border-bottom: 1px solid #cccccc;
    padding: 1em 1em;
    margin: 0em 0;
}

dl.rectuit-data dt {
    width: 20%;
    margin-left: 5%;
    font-weight: bold;
    color: #707070;
}

dl.rectuit-data dd {
    width: 70%;
    margin-right: 5%;
    color: #333333;
}

dl.rectuit-data dd ul {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}
@media screen and (max-width: 1024px) {
	.recruit-accordion{
		font-size: 18px;
	}
	dl.rectuit-data dt {
		width: 100%;
		margin-left: 3%;
		font-weight: bold;
		color: #707070;
		padding:0.5em;
	}
	
	dl.rectuit-data dd {
		width: 100%;
		margin-right: 3%;
		color: #333333;
		padding:0.5em 0.5em 0.5em 2em;
	}
}


section.sec-number {
	background-image:url("../img/number/bg.png");
	background-repeat:no-repeat;
	background-position:top center;
    width: 100%;
	max-width:1440px;
    margin: 0 auto;
	padding:0;
}
.flex-number {
	margin:0 auto;
	padding:50px 0 75px;
	width:100%;
	max-width:1024px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:24px;
}
.flex-number .dummy{
	display:none;
}
@media screen and (min-width: 769px) {
	.flex-number .dummy{
		display:block;
		width:325px;
	}
}

section.sec-day {
	box-sizing: border-box;
	background-repeat:no-repeat;
	background-position:top center;
    width: 100%;
	max-width:1440px;
    margin: 30px auto 0;
	padding:10px 0 0 0;
}
section.sec-day01 {
	background-image:url("../img/day/bg01.png");
}
section.sec-day02 {
	background-image:url("../img/day/bg02.png");
}
.day-title {
	display: flex;
 	align-items: center;
	margin:0;
	padding:0;
	font-size:20px;
	color:#DF005B;
	line-height:1;
	gap:10px;
}
.day-title:before {
  content: '';
  width:40px;
  height: 1px;
  background: #DF005B;
}

.flow-area {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:20px 0 30px;
}

.flow-area dl dt {
	display:flex;
	align-items: center;
	gap:12px;
	margin:0;
	padding:0;
}
.flow-area dl dt img {
	width:90px;
	height:auto;
}
.flow-area dl dt.bg-none {
	background: auto;
}

.flow-area dl dt .title {
	font-size: 20px;
	font-weight:500;
	padding-left:0.5em;
}
.flow-area dl dd {
	margin:-10px 0.25em -5px 45px;
	padding:0 1.5em 10px 80px;
	border-left:#E7288C 1px solid;
	font-size: 16px;
	line-height:1.5;
}
.flow-area dl dd img {
	margin-top:15px;
	margin-bottom:-20px;
}
.flow-area dl dd.line-none {
	border-left:none;
}

.sec-recruit {
	margin:0 auto;
	padding:30px 0;
	width:100%;
	max-width:1440px;
}

.sec-recruit .sec-title{
	font-size:64px;
}
@media (max-width: 960px) {
	.sec-recruit .sec-title{
		font-size:24px;
	}
}

.mission h1 {
	text-align:center;
	color:#DF005B;
	font-size:32px;
}

.mission .inner{
	margin:0 auto;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
 	align-items: center;
	gap:16px 30px;
}

.mission .message {
	max-width:420px;
	font-size:18px;
	line-height:32px;
	margin:0;
}

.mission h2 {
	display: flex;
 	align-items: center;
	margin:1em 0;
	padding:0;
	font-size:20px;
	color:#DF005B;
	line-height:1;
	gap:10px;
}
.mission h2:before {
  content: '';
  width:40px;
  height: 1px;
  background: #DF005B;
}
.mission-contents {
	margin:0.5em 0 3em 1.5em;
	font-size:18px;
	line-height:1.5;
}
.mission-contents img{
	margin-top:1em;
}
.mission-list {
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap:12px;
	margin:20px 0 0 0;
}
.mission-list li{
	list-style:none;
	margin:0;
	padding:0.5em 1em;
	background:#E7F1FF;
	min-width:48%;
	font-size:16px;
}
@media (max-width: 960px) {
	.mission-list li{
		width:100%;
	}
}

.mission-list-column {
	list-style:none;
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	gap:12px;
	width:100%;
	margin:12px 0 0 0;
}
.mission-list-column li{
	list-style:none;
	width:100%;
	margin:0;
	padding:0.5em 1em;
	background:#E7F1FF;
	font-size:16px;
}
@media (max-width: 960px) {
	.mission-list-column li{
		width:100%;
	}
}

.flex-point {
	margin-top:10px;
	display:flex;
	gap:12px;
	justify-content: center;
}
.flex-point .side{
	margin:0;
	width:100%;
	max-width:500px;
}
@media (max-width: 960px) {
	.flex-point {
	flex-direction: column;
	}
	.flex-point .side{
		margin:0 auto;
	}
}

.btn-day {
	margin-top:30px;
	width:100%;
	max-width:1024px;
	height:320px;
	background:url("../img/recruit/btn-bg.png") no-repeat;
	display:flex;
	flex-direction: column;
	justify-content: center;
	gap:24px;
	border-radius:24px;
}
.btn-day p{
	color:#fff;
	font-weight:500;
	font-size:20px;
	line-height:1.8;
	text-align:center;
}
.btn-day a.btn{
	display:flex;
	width:240px;
	height:48px;
	justify-content: center;
	align-items: center;
	background: #fff;
	color:#DF005B;
	border-radius: 24px;
	margin:0 auto;
}
.btn-day a.btn:hover{
	background: #DF005B;
	color:#fff;
}
@media (max-width: 960px) {
	.btn-day p{
		font-size:18px;
		padding:0 2.5em;
	}
}

.link-number {
	display:block;
	width:100%;
	max-width:1024px;
	height:324px;
	margin:100px auto 25px;
}

section.sec-interview {
	box-sizing: border-box;
	background-repeat:no-repeat;
	background-position:top center;
    width: 100%;
	max-width:1440px;
    margin: 30px auto 0;
	padding:100px 0 150px;
}
section.sec-interview {
	background-image:url("../img/recruit/bg-interview.png");
}

.interview-flex{
	margin:30px auto 0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
 	align-items: center;
	gap:16px 30px;
}

.interview-flex .message {
	max-width:420px;
	font-size:18px;
	line-height:32px;
	margin:0;
}

.interview-flex a.btn{
	display:flex;
	width:240px;
	height:48px;
	justify-content: center;
	align-items: center;
	background: #DF005B;
	color:#fff;
	border-radius: 24px;
	margin:12px 0 0;
	font-size:16px;
}
.interview-flex a.btn:hover{
	background: #fff;
	color:#DF005B;
	border:#DF005B 1px solid;
}

section.sec-yoko {
	box-sizing: border-box;
	background-repeat:no-repeat;
	background-position:top center;
    width: 100%;
	max-width:1440px;
    margin: 30px auto 0;
	padding:75px 0 90px;
}
section.sec-yoko {
	background-image:url("../img/recruit/bg-yoko.png");
}

.yoko-flex{
	margin:30px 0 0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
 	align-items:flex-start;
	gap:16px 30px;
}

.yoko-flex .message {
	font-size:18px;
	line-height:32px;
	margin:0;
}
.yoko-flex a.btn{
	display:flex;
	width:240px;
	height:48px;
	justify-content: center;
	align-items: center;
	background: #DF005B;
	color:#fff;
	border-radius: 24px;
	margin:12px 0 0;
	font-size:16px;
}
.yoko-flex a.btn:hover{
	background: #fff;
	color:#DF005B;
	border:#DF005B 1px solid;
}


.button03 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 75px auto;
	padding: 1em 2em;
	width: 550px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	border: 2px solid #2285b1;
	background:#276EBF;
}

.button03 a::after {
  content: '';
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

.button03 a:hover {
  color: #2285b1;
  text-decoration: none;
  background-color: #fff;
}

.button03 a:hover::after {
  border-top: 4px solid #2285b1;
  border-right: 4px solid #2285b1;
}

.qa-1 {
    max-width: 1024px;
    margin:12px auto 18px;
    border: 1px solid #E7288C;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
	font-size:20px;
    font-weight: 500;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 20px;
}

.qa-1 summary::before {
    color: #276EBF;
    content: "Q";
	font-size:20px;
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
	font-size:18px;
	line-height:1.6;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.sec-faq{
	margin-bottom:75px !important;
}

.sec-faq a.btn{
	display:flex;
	width:240px;
	height:48px;
	justify-content: center;
	align-items: center;
	background: #DF005B;
	color:#fff;
	border-radius: 24px;
	margin:24px auto 0;
	font-size:16px;
}
.sec-faq a.btn:hover{
	background: #fff;
	color:#DF005B;
	border:#DF005B 1px solid;
}

.rinen-flex {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	gap:0 24px;
}
