@charset "UTF-8";
/*----------default reset start----------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
/*----------default reset end----------*/
/*----------basic start----------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}
/*a {
	&:link,
	&:visited {
		color: #0277bd;
		text-decoration: none;
	}*/
/*	&:hover,
	&:active {
		color: #0277bd;
		text-decoration: underline;
	}
}*/
img {
  max-width: 100%;
  height: auto;
}
a:hover img {
  opacity: .75;
}



/*----------basic end----------*/
/*----------container start----------*/
.container {
  color: #333;
  line-height: 1.8;
}
/*----------container end----------*/
/*----------header start----------*/
.header {
  border-top: 4px solid #e60012;
}
.header__inner {
  margin: 0 auto;
  width: 1000px;
}
.header__group {
  display: flex;
  /*	justify-content: flex-end;
	align-items: flex-end;*/
  padding: 10px 0;
  /*	border-bottom: 1px solid #000;確認用*/
}
.logo {
  margin: 0 auto 0 0;
	display: flex;
	align-items:center;
}
.logo__txt {
  font-size: 11px;
}
.logo__link {
  display: block;
  margin: 5px 0 0;
}

.logo li span {
	font-size: 48px;
	padding: 0 10px;
}

.sub-nav {
  padding: 40px 0 0 0;
  font-size: 0;
}
.sub-nav__item {
  display: inline-block;
  font-size: 12px;
}
.sub-nav li:nth-child(n+2) {
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
  border-left: 1px solid #ccc;
}
.sub-nav__link {
  color: #0277bd;
  text-decoration: none;
}
.sub-nav__link:hover, .sub-nav__link:active, .sub-nav__link:focus {
  text-decoration: underline;
}
/*----------header end----------*/
/*----------footer start----------*/
.footer {
  margin: 60px 0 0;
}
.footer__inner {
  padding: 30px 0;
  margin: 0 auto;
  width: 1000px;
  border-top: 2px solid #bdbdbd;
}
.footer__group {
  display: flex;
  justify-content: space-between;
}
.footer-nav {
  width: 540px;
  font-size: 0;
}
.footer-nav__item {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 120px;
  font-size: 12px;
}
.footer-nav li:nth-child(4n) {
  margin: 0;
}
.footer-nav__link {
  color: #777;
  text-decoration: none;
}
.footer-nav__link:hover, .footer-nav__link:active, .footer-nav__link:focus {
  text-decoration: underline;
}
.footer-copyright {
  display: block;
  margin: 30px 0 0;
  font-size: 14px;
  text-align: center;
}
/*----------footer end----------*/
/*----------page-nav start----------*/
.page-nav {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
}
/*----------page-nav end----------*/
/*----------contents start----------*/
.contents {
  margin: 0 auto;
  width: 1200px;
}
/*----------contents end----------*/
/*----------contents start----------*/
.contents {
  margin: 0 auto;
  width: 1200px;
}
.em-red {
  color: #ef464a;
}
.em-txt {
  font-weight: bold;
}
/*----------contents end----------*/
/*----------heading start----------*/
.lv1-heading {
  text-align: center;
}
.lv2-heading {
  position: relative;
  padding: 0 0 10px;
  color: #0054a7;
  font-size: 36px;
  line-height: 1.2;
}
.lv2-heading::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #0054a7;
  bottom: 0;
  left: 0;
}
/*----------heading end----------*/
/*----------btn-inq start----------*/
.btn-inq__contents {
  margin: 30px 0 0;
}
.btn-inq {
  text-align: center;
}
.btn-inq__link {
  display: inline-block;
  padding: 14px 80px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(45deg, #006cc6 0, #0054a7 100%);
  box-shadow: 0 4px 0 #999;
  border-radius: 38px;
  line-height: inherit;
}
.btn-inq__link:hover, .btn-inq__link:active, .btn-inq__link:focus {
  opacity: .75;
}
/*----------btn-inq end----------*/
/*----------about start----------*/
.about {
  padding: 60px 100px;
  background-color: #e7e7e7;
}
.about__contents {
  margin: 60px 0 0;
}
.about__lv3-heading {
  padding: 8px 15px;
  color: #fff;
  font-size: 21px;
  text-align: center;
  background: linear-gradient(to right, #006cc6 0, #0054a7 100%);
}
.about__txt, .about__examination {
  /* color: #006cc6; */
}
.about__txt, .about__box, .about__system {
  margin: 30px 0 0;
	font-size: 18px;
}
.cost {
  background-color: #fff;
}
.cost__about {
  padding: 30px 60px;
  margin: 45px 0 0;
	font-size: 18px;
}
.cost__lv3-heading {
  font-size: 21px;
  text-align: center;
}
.cost__list {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  text-align: center;
}
.cost__list-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.cost__list-type {
  padding: 10px 0 0;
}
/*--service--*/
.service__list {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  text-align: center;
	flex-wrap: wrap;
}

.outline_dl {
	margin: 20px 0;
	font-size: 18px;
}

.outline_dl div {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 50px;
  margin-bottom: 10px;
  padding: 20px;
	border-bottom: 1px #e7e7e7 dashed;
	flex-wrap: nowrap;
}
.outline_dl dt {
  position: relative;
  width: 7em;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.outline_dl dt::before {
  position: absolute;
  top: 0;
  left: -20px;
  transform: translateX(0%);
  width: 2px;
  height: 100%;
  background: #0054a7;
  content: '';
}

.outline_dl dt::after {
  position: absolute;
	top: 40%;
	margin-top: -12px;
  right: -30px;
  background: #c6e3f4;
  height: calc(60px / 2 * tan(50deg));
  width: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}

.outline_dl_ul {
    display: flex;
    flex-flow: row wrap;
}

.outline_dl_ul li {
	margin-right: 1em;
}
.outline_dl_ul li::before {
    content: '・';
}

/*----------STEP start----------*/
.flow_ul {
	margin: 3em auto;
	font-size: 18px;
}

.flow_ul li {
	display: flex;
    position: relative;
    padding-left: 40px;
	padding-bottom: 3em;
	width: 100%;
}
.flow_ul h4 {
    position: absolute;
    top: 2px;
    left: 0;
	width: 108px;
	height: 50px;
	z-index: 1;
}
.flow_ul figure {
	display: flex;
	padding: 0 0 0 5em;
	align-items: center;
	margin: 0 auto;
}
.flow_ul p {
	width: 60%;
	padding-right: 2em;
}

.flow_ul_line {
    position: absolute;
    top: 2px;
    left: 50px;
    width: 2px;
    background: #000;
    content: '';
    /* transition: all 2s; */
	height: 0%;
}


/*----------STEP end----------*/


/*----------faq start----------*/
.faq {
  padding: 60px 100px;
}

.session {
  margin: 30px 0 0;
  font-size: 24px;
  border-bottom: 1px #e7e7e7 dashed;
}

.session__inner {
  border-top: 1px #e7e7e7 dashed;
}

.session__question,
.section__answer {
  text-indent: -1.6em;
}

.session__question {
  cursor: pointer;
  padding: 12px 51px 12px 1.6em;
  background: url(../images/plus.png) no-repeat right 10px top 50%;
}

.js-session__question--minus {
  background: url(../images/minus.png) no-repeat right 10px top 50%;
}

.section__answer {
  padding: 12px 51px 12px 3em;
}

.js-section__answer {
  display: none;
	background: #f0f7fd;
}

.section__question-mark,
.section__answer-mark {
  margin: 0 .5em 0 0;
  font-weight: bold;
}

.section__question-mark {
  color: #0054a7;
}

.section__answer-mark {
  color: #9fd7f8;
}

.session__note-mark {
  font-size: 16px;
  vertical-align: super;
}

.session__note {
  font-size: 16px;
  text-indent: 0;
}

.faq_btn-consult {
  margin: 60px 0 0;
}



.faq a:link {
	color: #0277bd;
	text-decoration: none;
}
.faq a:visited {
	color: #0277bd;
	text-decoration: none;
}
.faq a:hover {
	color: #0277bd;
	text-decoration: underline;
}
.faq a:active {
	color: #0277bd;
	text-decoration: underline;
}

/*----------faq end----------*/
/*----------regulations start----------*/

.regulations-info {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

.regulations-info li {
	width: 26%;
}

/*----------pcc start----------*/

.pcc-info {
	text-align: center;
	 padding: 60px 0 0;
	font-size: 24px;
}
.pcc-info h4 {
	padding: 0 0 20px 0;
}
.pcc-info h5 {
	color:#e60012;
	padding: 30px 0;
}

.pcc-info a:link {
	color: #0277bd;
	text-decoration: none;
}
.pcc-info a:visited {
	color: #0277bd;
	text-decoration: none;
}
.pcc-info a:hover {
	color: #0277bd;
	text-decoration: underline;
}
.pcc-info a:active {
	color: #0277bd;
	text-decoration: underline;
}


/*----------pcc start----------*/

/*----------contact start----------*/

.contact {
  padding: 60px 100px;
}


a[href*="tel:"] {
	pointer-events: none;
	/* cursor: default; */
	text-decoration: none;
}

.contact__contact-info {
  margin: 30px 0 0;
  font-style: normal;
  text-align: center;
}

.contact-info__outer {
	border-right: 1px solid #3f3a34;
  border-bottom: 1px solid #3f3a34;
  border-left: 1px solid #3f3a34;
}

.contact-info__reception {
  padding: 8px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #3f3a34;
}

.contact-info__item {
  padding: 30px 10px;
  line-height: 1.4;
}

.contact-info__tel {
  font-size: 42px;
  font-weight: bold;
}

.contact-info__time {
  margin: 10px 0 0;
}

.contact__contact-list {
  margin: 10px 0 0;
}

.contact-list__item {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

/*----------contact end----------*/










