 /*
Theme Name: 
Theme URI: NA
Author: T.Oka
Author URI: NA
Description: NA
Version: 1.0.0
	font-family: 'Akshar', sans-serif;

*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@400;500;700&display=swap');
@charset "UTF-8";
html {
		scroll-behavior: smooth;
}
.body {
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.75;
}
.wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}
.h3_wrapper {
	padding: 0 0 60px 0;
}
.h3_wrapper:last-child {
	padding: 0;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
a:hover {
	opacity: 0.8;
}
.heading {
	width: 80%;
	padding: 100px 0;
	padding-left:15%;
	padding-right:15%;
}
.slider_heading {
	width: 100%;
	padding: 100px 0;
}
.heading h2,
.slider_heading h2,
.page02_heading_area h2 {
	position: relative;
	text-align: center;
	font: normal normal bold 40px/50px Noto Serif JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 0;
	margin-bottom: 66px;
}
.heading h2:before,
.slider_heading h2:before,
.page02_heading_area h2:before {
  content:"";
	position:absolute;
	background: #FF3399 0% 0% no-repeat padding-box;
	width: 40px;
	height: 4px;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%);
}
.heading h3 {
	text-align: center;
	font: normal normal bold 20px/30px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 0 0 50px 0;
}
.heading h3 span {
	color: #FF3399;
}
.heading h4,
.slider_heading h4 {
	text-align: center;
	font: normal normal bold 20px/30px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 0 0 50px 0;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 1090px) {
	.heading {
		width: 89%;
		padding: 60px 0;
		padding-left: 5.33%;
		padding-right: 5.33%;
	}
	.heading h2 {
		font: normal normal bold 30px/38px Noto Serif JP;
	}
	.heading h3 {
		font: normal normal bold 16px/28px Noto Sans JP;
	}
	.heading h4 {
		font: normal normal bold 20px/30px Noto Sans JP;
	}
}
/* header */
.header {
	position: fixed;
	width: 100%;
	background: #fff;
	display: flex;
	height: 60px;
	justify-content: space-between;
	z-index: 999;
}
a.logo {
	width: 124px;
	height: 46px;
	display: inline-block;
	margin-top: 7px;
	margin-left: 20px;
}
a.logo img {
	width: 100%;
	height: auto;
}
.header nav {
	float: right;
	display: flex;
}
.header ul {
	display: flex;
	margin: 0;
	height: 60px;
	line-height: 60px;
}
.header ul li {
	height: 60px;
	line-height: 60px;
	list-style: none;
}
a.header_text {
	text-align: center;
	font: normal normal bold 12px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	text-decoration: none;
	margin-right: 16px;
}
a.header_square {
	padding: 0;
	background: #FF3399 0% 0% no-repeat padding-box;
	text-decoration: none;
	text-align: center;
	font: normal normal bold 18px/29px Noto Sans JP;
	letter-spacing: 0px;
	color: #FFFFFF;
	line-height: 60px;
	width: 120px;
	height: 60px;
}
@media screen and (max-width: 1090px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.header_sp {
		position: fixed;
		width: 100%;
		background: #fff;
		height: 50px;
		display: flex;
		justify-content: space-between;
		z-index: 999;
	}
	a.logo {
		width: 93px;
		height: 35px;
		margin-left: 10px;
		margin-top: 8px;
	}
	.drawer__button {
		position: relative;
		width: 50px;
		height: 50px;
		border: none;
		cursor: pointer;
		background: #FF3399 0% 0% no-repeat padding-box;
	}
	.drawer__button > span {
		display: block;
		position: absolute;
		top: 40%;
		left: 50%;
		width: 25px;
		height: 2px;
		background: #fff;
		transform: translateX(-50%);
	}
	.drawer__button::after {
		display: block;
		content: "MENU";
		text-align: center;
		font: normal normal bold 10px/28px Noto Sans JP;
		letter-spacing: 0px;
		color: #FFFFFF;
		text-transform: uppercase;
		padding-top: 25px;
	}
	.drawer__button > span:first-child {
		transform: translate(-50%, calc(-50% - 0.5rem));
		transition: transform 0.3s ease;
	}
	.drawer__button > span:nth-child(2) {
		transform: translate(-50%, -50%);
		transition: opacity 0.3s ease;
	}
	.drawer__button > span:last-child {
		transform: translate(-50%, calc(-50% + 0.5rem));
		transition: transform 0.3s ease;
	}
	.drawer__button.active > span:first-child {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.drawer__button.active > span:nth-child(2) {
		opacity: 0;
	}
	.drawer__button.active > span:last-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.drawer__nav {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		transition: opacity 0.3s ease;
		opacity: 0;
		visibility: hidden;
	}
	.drawer__nav.active {
		opacity: 1;
		visibility: visible;
	}
	.drawer__nav__inner {
		position: relative;
		width: 100%;
		height: 100%;
		background: #F8F7F6 0% 0% no-repeat padding-box;
		padding: 0;
		margin: 0 0 0 auto;
		overflow: scroll;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		text-align: center;
	}
	.drawer__nav.active .drawer__nav__inner {
		transform: translateX(0);
	}
	.drawer__nav__menu {
		list-style: none;
		padding-left: 0;
		margin-top: 180px;
	}
	.drawer__nav__item {
		margin-bottom: 20px;
	}
	.drawer__nav__link {
		font: normal normal bold 16px/28px Zen Maru Gothic;
		letter-spacing: 0px;
		color: #1F1F1F;
		text-decoration: none;
		line-height: 36px;
	}
	a.header_contact {
		background: #004096 0% 0% no-repeat padding-box;
		border-radius: 25px;
		margin-right: 0;
		padding: 6px 12px;
		line-height: 36px;
	}
	a.header_now {
		margin-right: 0;
		padding: 6px 12px;
		line-height: 36px;
	}
	body.active {
		height: 100%;
		overflow: hidden;
	}
}
/* fv */
.block0 {
	height: 60px;
}
.block1 {
	position: relative;	
	width: 100%;
	height: auto;
}
.page01 .column_area {
	position: absolute;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 10px;
	text-align: center;
	bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 9.833vw;
}
.page01 .column_area h2 {
	text-align: center;
	font: normal normal bold 18px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 2vw 0 0.5vw 0;
}
.page01 .column_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page01 .column_block a.column_category {
	text-align: left;
	font: normal normal bold 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #FF3399;
	margin-right: 1.667vw;
	text-decoration: none;
}
@media screen and (max-width: 1090px) {
	.page01 .column_area {
		width: 89.3%;
		height: 51.733vw;
		bottom: -13%;
	}
	.page01 .column_area h2 {
		margin: 6.4vw 0 2.133vw 0;
	}
	.page01 .column_block {
		padding: 0 5.333vw;
	}
	.page01 .column_block a.column_category {
		margin-right: 8vw;
		margin-bottom: 2.667vw;
	}
}
/* 共通 */
#view,
#structure,
#service,
#contact {
	background: #FFF7FB 0% 0% no-repeat padding-box;
}
#problem,
#greeting {
	background: #FAFAFA 0% 0% no-repeat padding-box;
}
#release,
#member,
#confirmation {
	background: #FFFFFF 0% 0% no-repeat padding-box;
}
#channel {
	background: #E5F3FA 0% 0% no-repeat padding-box;
}
#cta {
	width: 100%;
	display: flex;
	justify-content: center;
	background: #FF3399 0% 0% no-repeat padding-box;
	padding: 40px 0;
}
.common_area {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.common_area figure {
	width: 22.5%;
	height: auto;
	margin: 0 3.33% 32px 0;
}
.common_area figure:nth-child(4n) {
	margin: 0 0 32px 0;
}
.common_area figure a.common_figure {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 15px;
	display: inline-block;
  overflow: hidden;
}
.common_area figure a.common_figure {
  aspect-ratio: 16 / 9;
}
.common_area figure a.common_figure img {
	width: 100%;
	height: auto;
	margin: 0 0 4px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.common_area figure figcaption a,
.common_area figure figcaption p,
a.common_figcaption {
	width: 100%;
	font: normal normal bold 16px/20px Zen Maru Gothic;
	letter-spacing: 0px;
	color: #232220;
	text-decoration: none;
	display: inline-block;
}
.common_area figure figcaption a,
a.common_figcaption {
	text-align: left;
}
.common_area figure figcaption p {
	text-align: center;
}
.more_wrapper {
	text-align: center;
	padding: 0;
}
.more_wrapper a {
	display: inline-block;
	background: #FF3399 0% 0% no-repeat padding-box;
	border: 2px solid #FF3399;
	border-radius: 30px;
	text-decoration: none;
	text-align: center;
font: normal normal bold 14px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #fff;
}
.more_wrapper a {
	width: 23.958%;
	padding: 1vw 0;
}
@media screen and (max-width: 1090px) {
	.common_area figure {
		width: 47.76%;
		margin: 0 4.47% 32px 0;
	}
	.common_area figure:nth-child(2n) {
		margin: 0 0 32px 0;
	}
	.more_wrapper {
		padding: 0;
	}
	.more_wrapper a {
		width: 53.73%;
		padding: 1.867vw 0;
	}
}
/* greeting */
.greeting_text_block {
	float: right;
}
.greeting_text_block p {
	text-align: right;
	font: normal normal bold 18px/27px Noto Serif JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 20px 0 0 0;
}
/* cta */
#cta a {
	width: 360px;
	height: auto;
	display: inline-block;
}
@media screen and (max-width: 1090px) {
#cta a {
	width: 320px;
	}	
}
/* channel */
.channel_area {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #00000029;
	border: 5px solid #0287CC;
	border-radius: 10px;
	padding: 30px 40px;
	margin: 80px 0;
}
.channel_area h2 {
	text-align: center;
	font: normal normal bold 28px/41px Noto Sans JP;
	letter-spacing: 0px;
	color: #0287CC;
	margin: 0;
}
.channel_area h3 {
	text-align: center;
	font: normal normal bold 37px/41px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 0;
}
.channel_area p {
	text-align: center;
	font: normal normal bold 20px/29px Noto Sans JP;
	letter-spacing: 0px;
	color: #0287CC;
	margin: 0;	
}
a.channel_block  {
	display: inline-block;
	text-align: center;
	background: #5CB0DE 0% 0% no-repeat padding-box;
	border-radius: 12px;
	padding: 10px 20px;
	width: 516px;
	height: 70px;
	text-decoration: none;
	margin-top: 9px;
}
.channel_block p {
	font: normal normal bold 18px/24px Noto Sans JP;
	letter-spacing: 0px;
	color: #FFFFFF;	
	margin: 10px 0 0 0;
}
@media screen and (max-width: 1090px) {
	.channel_area {
		padding: 10px 20px;
		margin: 30px 0;
	}
	.channel_area h2 {
		font: normal normal bold 16px/24px Noto Sans JP;
	}	
	.channel_area h3 {
		font: normal normal bold 21px/28px Noto Sans JP;
	}
	.channel_area p {
		font: normal normal bold 12px/20px Noto Sans JP;
	}
	a.channel_block {
		width: 255px;
		height: 70px;
	}
}
/* qa */
#qa {
	background: #FFFFFF 0% 0% no-repeat padding-box;
}
.qa_area img {
	width: 40px;
	height: 40px;
}
.accordion {
  border-bottom: 1px solid #F2F2F2;
}
.accordion summary {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  padding: 29px 0;
  line-height: 40px;
}
.accordion summary span {
	text-align: left;
	font: normal normal bold 18px/27px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin-left: 10px;
	line-height: 40px;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
  content: '';
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #FF3399;
  border-right: 2px solid #FF3399;
  transition: transform .4s;
  top: 45%;
	right: 10px;
	position: absolute;
}
.accordion[open] summary::after {
	transform: rotate(225deg);
}
.accordion h4 {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0 0 0 10px;
	text-align: left;
	font: normal normal normal 15px/24px Noto Sans JP;
	letter-spacing: 0px;
	color: #333333;
	transition: transform .5s, opacity .5s;
	line-height: 40px;
}
.accordion p {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 0 0 0 10px;
}
.accordion[open] p {
  transform: none;
  opacity: 1;
}
.accordion ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.accordion li {
	text-align: left;
	margin-left: 50px;
}
.last_accordion {
  border-bottom: none;
}
.answer_wrapper {
	padding-bottom: 30px;
}
#qa a {
	text-align: left;
	text-decoration: underline;
	font: normal normal bold 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #FF3399;
}
#qa p.qa_contact {
	text-align: center;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 50px 0 0 0;
}
.answer {
	display: flex;
	line-height: 40px;
}
@media screen and (max-width: 1090px) {
	.qa_area img {
		width: 30px;
		height: 30px;
	}
	.accordion summary {
	  line-height: 30px;
	}
	.accordion summary span {
		width: 75%;
	  line-height: 20px;
	}
	.accordion p {
		line-height: 30px;
	}
	.accordion li {
		text-align: left;
		margin-left: 40px;
	}
	.answer_wrapper {
		padding-bottom: 30px;
	}
	.answer {
		line-height: 30px;
	}
}
/* contact */
.contact_text_area {
	background: #FAFAFA 0% 0% no-repeat padding-box;
	border-radius: 10px;
	padding: 20px 0;
	margin: 0 0 70px 0;
}
.contact_text_area h4 {
	text-align: center;
	font: normal normal bold 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #FF3399;
	margin: 0 0 5px 0;
}
.contact_text_area p {
	text-align: center;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
}
.contact-items__wrap {
	margin-bottom: 24px;
}
.contact-items__title {
	text-align: left;
	font: normal normal bold 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #232220;
	margin-bottom: 10px;
}
.contact-items__title span {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #D61625;
	margin-left: 10px;
}
select.form-select {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	width: 33%;
	height: 56px;
}
input.form-control {
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	height: 56px;
}
.btn_area {
	display: flex;
	justify-content: center;
}
.button_wrapper {
	width: 33.33%;
	margin: 0 auto;
}
.button_wrapper button {
	background: none;
	border: none;
	margin-top: 40px;
	padding-left: 0;
	padding-right: 0;
}
.validation-block {
	color: #fff;
}
textarea.form-control {
	height: 240px !important;
}

.has-error .validation-block {
	text-align: left;
	color: #D30001;
}
.consent_area {
	display: flex;
	justify-content: center;
}
.consent_area label {
	margin: 0 0 0 10px;
}
.consent_area label a {
	text-align: left;
	text-decoration: underline;
	font: normal normal bold 16px/32px Noto Sans JP;
	letter-spacing: 0px;
	color: #FF3399;
	line-height: 20px;
}
.consent_area {
	position: relative;
}
#consent-error {
  position: absolute;
  left: 50%;
  margin-top: 32px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
  color: #D30001;
  font-weight: normal;
  font-size: 16px;
}

.btn {
  font-size: 15px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn01 .btn {
  background-color: #009E96;
  width: 120px;
  margin-left: 20px;
  margin-left: 15px;
  color: #fff;
}
.modal-dialog {
    max-width: 600px;
    margin: 150px auto 0;
    width: calc(100% - 40px);
}
.modal-body {
	text-align: center;
}
.modal-footer {
	display: flex;
	justify-content: center;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #3958A7;
  color: #fff;
  border: 2px solid #3958A7;
}
.thanks_heading {
	padding: 25vh 4% 15vh 4%;
	text-align: center;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
@media screen and (max-width: 1090px) {
	.button_wrapper {
		width: 80%;
	}
	input.form-control {
		width: 89%;
	}
	select.form-select {
		width: 89%;
	}
	textarea.form-control {
		width: 89%;
	}
}
/* operation */
.operation_area {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}
.operation_block {
	width: 40%;
}
p.operation_post {
	text-align: left;
	font: normal normal bold 12px/18px Noto Sans JP;
	letter-spacing: 0px;
	color: #7C7C7C;
	margin: 0;
	text-align: center;
}
p.operation_name {
	text-align: left;
	font: normal normal bold 18px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #222222;
	margin: 0 0 20px 0;
	text-align: center;
}
@media screen and (max-width: 1090px) {
	.operation_area {
		width: 80.59%;
	}	
	.operation_block {
		width: 100%;
		text-align: center;
	}
}

#oparation .legal p{
	text-align: center;
}


/* footer */
#footer {
	background: #FF3399 0% 0% no-repeat padding-box;
	padding: 60px 15%;
}
.footer_upper a {
	text-align: left;
	font: normal normal bold 14px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 24px;
}
.footer_under a {
	display: inline-block;
	text-align: left;
	font: normal normal normal 12px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
.arrow_wrapper {
	width: 50px;
	height: 50px;
  position:fixed;
  right:10px;
  bottom:60px;
  cursor:pointer;
}
@media screen and (max-width: 1090px) {
	#footer {
		padding: 60px 5.33% 120px 5.33%;
	}
	.footer_upper,
	.footer_upper a {
		display: block;
	}
	.footer_upper a {
		margin: 0 0 10px 0;
	}
	.cta_fixed {
		background: #FF3399;
		position: fixed;
		width: 100%;
		height: 50px;
		bottom: 0;
	}
	a.cta_fixed_text {
		text-decoration: none;
		text-align: center;
		font: normal normal bold 18px/29px Noto Sans JP;
		letter-spacing: 0px;
		color: #FFFFFF;
		padding: 10px 0;
	}
}
.dummy {
	height: 50vh;
}

/* 期間限定バナー */
#info {
	background-color: #FFD5EA;
	padding: 30px;
}
.info-bnr {
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 1090px) {
	#info {
		padding: 20px;
	}
	.info-bnr {
		width: 100%;
	}
}

/*フッターリンクページ等スタイル*/
.guideline h3 {
	text-align:left;
	color:#FF3399;
	margin-top:30px;
	margin-bottom:10px;
}
.guideline a {
	color:#FF3399;
}

/* イメージマップ用 */
div #map1 {
    max-width: 100%;
    width: auto;
}