@charset "UTF-8";

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, a, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  text-decoration: none;
}

:root {
	--primary: #005EAB;
	--secondary: #F1F9FF;
	--text: #333333;
}

.sp {
	display: none;
}

body {
	font-family: "M PLUS Rounded 1c", Helvetica, Arial, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;;
	color: var(--text);
	overflow-x: hidden;
	width: 100%;
}

h1 {
	line-height: 0;
}

h2 {
	line-height: 0;
	height: 84px;
}

.blue-bold {
	color: var(--primary);
	font-weight: bold;
}

@media screen and (max-width:767px) {
	

	h2 img {
		height: 72px;
	}

	h3 {
		font-size:20px;
	}
	
}



/* -----------------------------------
	#header
-------------------------------------*/

.l-header {
	width: 100%;
	padding-top: 6px;
}

.header-logo {
	text-align: center;
}

.header-logo img {
	width: 200px;
}



/* -----------------------------------
	#main
-------------------------------------*/

.fv-wrapper {
	max-width: 1213px;
	margin: 0 auto;
}

.fv-wrapper .fv-contents h1 img {
	width: 100%;
}


@media screen and (max-width:480px) {

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

}


/* -----------------------------------
	#cv
-------------------------------------*/

.cv-wrapper {
	background-color: var(--secondary);
}

.cv-wrapper a {
	display: block;
	text-decoration: none;
}

.cv-wrapper a span {
	display: block;
}

.cv-caption-a {
	color: #005EAB;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}

.cv-inner {
	max-width: 952px;
	margin: 0 auto;
	padding-bottom: 24px;
}

.cv-button-common {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.cv-button-customer {
	margin-right: 24px;
}

.cv-button-user {
	margin-right: 0;
}

.cv-button{
	width: 464px;
	min-height: 152px;
	border-radius: 15px;
	transition: 0.3s;
}

.cv-button:hover {
	opacity: 0.5;
}

.cv-button-common .is-first {
	background: linear-gradient(to top, #005EAB 0%, #69B9FB 100%);
}

.cv-button-common .is-second {
	background: linear-gradient(to top, #E97E00 0%, #FFB762 100%);
}

.button-group-customer {
	text-align: center;
	align-items: center;
	height: 152px;
	background-image: url(images/beginner.svg);
	background-repeat: no-repeat;
	background-position: 8px 18px;
}

.button-group-user {
	text-align: center;
	align-items: center;
	height: 152px;
	background-image: url(images/account.svg);
	background-repeat: no-repeat;
	background-position: 320px 18px;
}

.group-contents {
	padding-top: 24px;
}

.button-heading-first{
	width: fit-content;
	color: var(--primary);
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 36px;
	border-radius: 80px;
	margin: 8px auto 16px auto;
}

.button-heading-second{
	width: fit-content;
	color: #E97E00;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 36px;
	border-radius: 80px;
	margin: 8px auto 16px auto;
}

.button-text {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.button-text::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	background-image: url(images/arrow_right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

@media (hover: none) and (pointer: coarse){
	.cv-button:hover {
		opacity: 0.5;
	}
  }


@media screen and (max-width:767px) {
	
	.cv-inner {
		margin: 0 auto;
        max-width: 464px;
        padding: 32px 32px;
	}

	.cv-button {
		width: auto;
		min-height: 104px;
	}

	.cv-button-common {
		display: block;
	}

	.cv-button-customer {
		margin-right: 0;
		margin-bottom: 24px;
	}

	.button-group-customer {
		height: 104px;
		background-position: 10px 18px;
		background-size: 68px;
	}
	
	.button-group-user {
		height: 104px;
		background-position: 10px 18px;
		background-size: 68px;
	}

	.group-contents {
		padding-top: 10px;
	}

	.button-heading-first{
		font-size: 14px;
		padding: 6px 24px;
		margin: 8px auto 10px auto;
	}

	.button-heading-second{
		font-size: 14px;
		padding: 6px 24px;
		margin: 8px auto 10px auto;
	}
	
	.button-text {
		font-size: 16px;
	}
	
	.cv-caption-a {
		color: #005EAB;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding-top: 4px;
	}
	
	
}

@media screen and (max-width:370px) {

	.button-heading-first{
		font-size: 14px;
		padding: 6px 24px;
		margin: 8px auto 10px auto;
	}

	.button-heading-second{
		font-size: 14px;
		padding: 6px 24px;
		margin: 8px auto 10px auto;
	}
	
	.button-text {
		font-size: 12px;
	}

	.button-text::after {
		width: 12px;
		height: 12px;
	}
	

}



/* -----------------------------------
	#anchor-link
-------------------------------------*/

.anchor-wrapper {
	background-color: var(--secondary);
}

.anchor-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.anchor-contents {
	display: block;
	margin: 0 auto;
	padding: 32px 0;
}

.anchor-list {
	display: flex;
	justify-content: space-around;
}

.anchor-item {
	transition: 0.3s;
}

.anchor-item:hover {
	opacity: 0.5;
}

.anchor-text {
	color: var(--text);
	font-weight: bold;
	margin-bottom: 4px;
}

.anchor-text::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-image: url(images/arrow_down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 3px;
}

@media screen and (max-width:767px) {

	.anchor-wrapper {
		display: none;
	}

}


/* -----------------------------------
	#anchor-link
-------------------------------------*/

.service-inner {
	width: 100%;
	margin: 48px auto 0 auto;
}

.service-contents {
	text-align: center;
}

.service-text {
	margin-top: 32px;
}

.service-body {
	margin-top: 40px;
	background-color: var(--primary);
}

.service-body-title {
	display: inline-block;
	margin-top: 32px;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
}

.service-body-list {
	margin: 32px auto 0 auto;
	padding-bottom: 40px;
	max-width: 900px;
	display: flex;
	justify-content: space-between;
}

.service-body-item {
	text-align: center;
}

.service-body-logo {
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 15px;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	padding: 6px 12px 6px;
	text-align: center;
}

.service-img {
	width: 100%;
	height: auto;
}

.service-body-text  {
	font-size: 16px;
	color: #ffffff;
}


@media screen and (max-width:768px) {

	.sp-space {
		display: block;
	}

	.service-text {
		margin: 0 16px;
	} 

	.service-body-contents {
		margin: 0 16px;
	}

	.service-body-logo {
		width: 120px;
		height: 120px;
		padding: 6px 10px 0 10px;
	}

	.service-body-text  {
		font-size: 14px;
	}

	.service-dental-img {
		width: 90%;
		height: auto;
	}

	.service-body-list {
		margin: 32px auto 0 auto;
		max-width: 480px;
		display: flex;
		column-gap: 24px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.service-body-list::after {
		content: "";
		width: 100%;
	}

	.service-body-item:nth-child(n+4) {
		order: 1;
	}
	
	
	

}


@media screen and (max-width:480px) {

	.service-text {
		margin: 0 16px;
	} 

	.service-body-contents {
		margin: 0 16px;
	}

	.service-body-logo {
		width: 80px;
		height: 80px;
		padding: 6px 10px 0 10px;
	}

	.service-body-text  {
		font-size: 12px;
	}

	.service-dental-img {
		width: 100%;
		height: auto;
	}

	.service-body-list {
		margin: 32px auto 0 auto;
		max-width: 300px;
		display: flex;
		column-gap: 16px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.service-body-list::after {
		content: "";
		width: 100%;
	}

	.service-body-item:nth-child(n+4) {
		order: 1;
	}
	
	
	

}


/* -----------------------------------
	#merit
-------------------------------------*/

.merit-wrapper {
	width: 100%;
}

.merit-inner {
	width: 100%;
	max-width: 1000px;
	margin: 80px auto 0 auto;
}

.merit-contents {
	text-align: center;
}

.merit-body {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.merit-box {
	width: 312px;
	height: 436px;
}

.merit-number {
	text-align: left;
}

.merit-item {
	margin-top: 16px;
}

.merit-text {
	display: inline-block;
	margin-top: 32px;
}


@media screen and (max-width:768px) {
	
	.merit-inner {
		max-width: 738px;
		margin: 80px auto 0 auto;
	}
			
	.merit-box {
		width: 300px;
		height: 400px;
	}
	
	.merit-number img {
		width: 68px;
		height: auto;
	}
	
	.merit-item {
		margin-top: 16px;
	}

	.merit-img {
		width: 186px;
		height: auto;
	}
	
	.merit-text {
		display: inline-block;
		margin: 32px 8px 0 8px;
	}
	

}

@media screen and (max-width:680px) {
	
	.merit-inner {
		max-width: 738px;
		margin: 56px auto 0 auto;
	}

	.merit-body {
		max-width: 400px;
		display: block;
		margin: 32px auto 0 auto; 
	}
			
	.merit-box {
		width: 312px;
		height: 436px;
		margin: 0 auto;
	}
	
	.merit-number img {
		width: 89px;
		height: auto;
	}
	
	.merit-item {
		margin-top: 16px;
	}

	.merit-img {
		width: 212px;
		height: auto;
	}
	
	.merit-text {
		display: inline-block;
		margin: 32px 8px 0 8px;
	}
	

}


/* -----------------------------------
	#flow
-------------------------------------*/

.flow-wrapper {
	width: 100%;
}

.flow-inner {
	max-width: 1000px;
	margin: 80PX auto 80px auto;
	padding: 0 32px;
}

.flow-contents {
	text-align: center;
}

.flow-item {
	display: flex;
	align-items: center;
	margin: 56px auto 0 auto;
	background-color: var(--primary);
	height: 100px;
	border-radius: 10px;
}

.flow-head {
	display: flex;
	align-items: center;
}

.flow-step {
	padding-top: 8px;
	padding-left: 48px;
}

.flow-img {
	padding-left: 48px;
}

.flow-text {
	color: #ffffff;
	font-size: 24px;
}

.flow-01 {
	padding-left: 152px;
}

.flow-02 {
	padding-left: 120px;
}

.flow-03 {
	padding-left: 164px;
}

.flow-03 p {
	margin: 0;
}

.p-caption {
	font-size: 14px;
}

.flow-04 {
	padding-left: 8px;
}

.flow-arrow {
	margin-top: 40px;
}

.sp-space {

	display: none;
}

@media screen and (max-width:768px) {

	
	.flow-inner {
		max-width: 700px;
		margin: 56PX auto 80px auto;
	}
		
	.flow-item {
		margin: 56px auto 0 auto;
		height: 100px;
		border-radius: 10px;
	}
		
	.flow-img {
		padding-left: 48px;
	}

	.flow-img img {
		width: 120px;
	}
	
	.flow-text {
		font-size: 20px;
	}
	
	.flow-01 {
		padding-left: 32px;
	}
	
	.flow-02 {
		padding-left: 8px;
	}
	
	.flow-03 {
		padding-left: 48px;
	}

	.p-caption {
		font-size: 12px;
	}
	
	.flow-04 {
		padding-left: 8px;
	}
	
	.flow-arrow {
		margin-top: 40px;
	}

	.sp-space {
		display: block;
	}

}

@media screen and (max-width:680px) {

	
	.flow-inner {
		margin: 56px auto 56px auto;
		padding: 0 32px;
	}

	.flow-title {
		margin-bottom: 40px;
	}
		
	.flow-item {
		display: block;
		margin: 8px auto 0 auto;
		height: 158px;
		border-radius: 10px;
		padding: 16px 0;
	}

	.flow-head {
		justify-content: center;
	}

	.flow-step {
		padding-top: 8px;
		padding-left: 0px;
	}
	
	.flow-step img {
		width: 98px;
		height: auto;
	}
	
		
	.flow-img {
		padding-left: 16px;
	}

	.flow-img img {
		width: 90px;
	}
	
	.flow-text {
		font-size: 16px;
	}
	
	.flow-01 {
		padding-left: 0;
	}
	
	.flow-02 {
		padding-left: 0px;
	}
	
	.flow-03 {
		padding-left: 0px;
	}

	.p-caption {
		font-size: 12px;
	}
	
	.flow-04 {
		padding-left: 0px;	
	}
	
	.flow-item:last-child {
		height: 180px;
	}

	.flow-arrow {
		margin-top: 16px;
	}

}



/* -----------------------------------
	#Q&A
-------------------------------------*/

.qa-wrapper {
	width: 100%;
}

.qa-inner {
	max-width: 1000px;
	margin: 80PX auto 80px auto;
	padding: 0 32px;
}

.qa-title {
	text-align: center;
}

.qa-item {
	margin-top: 56px;
}

.qa-list li:not(:last-child) {
	margin-bottom: 16px;
}

.qa-question {
	font-size: 18px;
	color: var(--text);
	background-color: var(--secondary);
	padding: 18px 64px 18px 96px;
	border-radius: 5px;
	position: relative;
	cursor : pointer;
}

.qa-question::before {
	content: url(images/Q.svg);
	position: absolute;
	top: 34%;
	left: 34px;
}

.qa-question::after {
	content: url(images/arrow_down.svg);
	position: absolute;
	top: 34%;
	right: 32px;
}

.qa-question.open::after {
	content: url(images/arrow_down.svg);
	position: absolute;
	top: 24%;
	right: 32px;
	transform: rotate(180deg);
}

.qa-answer {
	display: none;
	font-size: 16px;
	line-height: 1.8;
	padding: 16px 32px 16px 96px;
	position: relative;
}

.qa-answer::before {
	content: url(images/A.svg);
	position: absolute;
	top: 20px;
	left: 34px;
}

.qa-answer a {
	font-weight: bold;
}



@media screen and (max-width:768px) {
		
	.qa-inner {
		margin: 56PX auto 56px auto;
	}
	


	.qa-question {
		font-size: 14px;
		padding: 18px 64px 18px 64px;
	}
	
	.qa-question::before {
		left: 24px;
	}
	
	.qa-question::after {
		right: 24px;
	}
	
	.qa-question.open::after {
		right: 24px;
	}
	
	.qa-answer {
		display: none;
		font-size: 14px;
		line-height: 1.8;
		padding: 16px 32px 16px 64px;
		position: relative;
	}
	
	.qa-answer::before {
		top: 20px;
		left: 24px;
	}

	.qa-item {

		margin-top: 40px;

	}
		

}


/* -----------------------------------
	#footer
-------------------------------------*/

.l-footer {
	width: 100%;
}

.footer-contents {
	background-color: #17b2ec;
	text-align: center;
	padding: 10px;
}

.footer-copyright {
	color: #ffffff;
	font-size: 13px;
}


@media screen and (max-width:768px) {

	.footer-copyright {
		color: #ffffff;
		font-size: 14px;
	}
	

}



.mt30 {
	margin-top: 32px;
	margin-bottom: 32px;
}

/* モーダルトリガーリンク */
.modal-trigger {
  font-weight: bold;
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
}
/* モーダルオーバーレイ */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
/* モーダル本体 */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 800px;
  max-height: 650px;
  z-index: 1001;
  border-radius: 4px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;;
}
/* モーダルヘッダー */
.modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.title_modal {
    width: 95%;
    border-bottom: #666666 1px solid;
    font-size: 12px;
    font-weight: bold;
    clear: both;
}

.modal-header h2 {
   line-height: 1.7;
   height: auto;
}
/* 閉じるボタン */
.modal-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  color: #666;
}
/* モーダル本文 */
.modal-body {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(600px - 60px);
}

.modal-body p {
	margin: 0;
	font-size: 13px;
}

.modal-body h3 {
	margin-top: 8px;
	font-size: 13px;
}
/* テーブルスタイル */
.table-wrapper {
  overflow-x: auto;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
}
.info-table th,
.info-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  font-size: 12px;
}
.info-table th {
  background: #ccc;
}
/* レスポンシブ対応 */
@media screen and (max-width: 639px) {
  .modal {
    width: 95%;
    max-height: 450px;
    margin: 10px auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-body {
    max-height: calc(450px - 60px);
    padding: 15px;
  }
  .info-table {
    font-size: 14px;
  }
  .info-table th,
  .info-table td {
    padding: 6px;
  }
  .modal-header {
    padding: 10px 15px;
  }
  .modal-close {
    right: 15px;
  }
}
 
 
 