@charset "UTF-8";
html,
body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  html,
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

body {
  line-height: 1;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 16px;
}

a {
  color: #000;
}
a:visited, a:focus, a:active {
  color: #000;
}

@media only screen and (min-width: 1080px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 1080px) {
  .flL {
    float: left;
  }
  .flR {
    float: right;
  }
  .hoverOpacity {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
  }
  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1079px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .tabAlignL {
    text-align: left;
  }
  .tabAlignC {
    text-align: center;
  }
  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left;
  }
  .spAlignC {
    text-align: center;
  }
  .spAlignR {
    text-align: right;
  }
}
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

:root {
  --green: #238f76;
  --linkBlue: #0b77c5;
}


.text-small{
	font-size: 80%;
}
a.textLink{
	text-decoration: underline;
	outline: 0;
	color: var(--linkBlue);
}
a.textLink:hover {
	text-decoration: none;
}
a.textLink:visited, a.textLink:focus, a.textLink:active {
	text-decoration: underline;
	outline: 0;
}

.outInner {
  display: block;
  margin: 0 20px;
}
@media only screen and (min-width: 1080px) {
  .outInner {
    margin: 0 30px;
  }
}

.inner {
  display: block;
  margin: 0 20px;
}
@media only screen and (min-width: 1080px) {
  .inner {
    margin: 0 30px;
  }
}

.imgWrap {
  display: block;
}
.imgWrap img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.titleWrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.titleWrap.center {
  place-content: center;
}
.titleWrap .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.titleWrap .text {
  font-size: 20px;
}
.titleWrap .text.small {
  font-size: 14px;
  line-height: 1.4;
}

.sectionTitleWrap .title {
	line-height: 1.4;
  font-size: 24px;
  font-weight: 600;
}

.btnWrap .btn.submitBtn{
	outline: none;
	border: none;
	cursor: pointer;
	justify-content: center;
}
.btnWrap .btn.submitBtn.green{
	color: #fff;
}

.btnWrap .btn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: clamp(15px, 2vw, 20px) 20px;
  gap: 20px;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1080px) {
  .btnWrap .btn:hover {
    opacity: 0.8;
  }
}
.btnWrap .btn.green {
  background-color: var(--green);
}
.btnWrap .btn.black {
  background-color: #363f45;
}
.btnWrap .btn.white {
  background-color: #fff;
  border: 1px solid #ddd;
}
.btnWrap .btn.white .text {
  color: #000;
}
.btnWrap .btn.arrowBtn .text {
  margin-left: 30px;
}
.btnWrap .btn.arrowBtn .arrow {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btnWrap .btn .text {
  display: block;
  flex: 1;
  font-size: clamp(16px, 2vw, 20px);
  color: #fff;
}
@media only screen and (min-width: 1080px) {
  .btnWrap .btn .text {
    font-size: 18px;
  }
}

.returnWrap .link {
  display: block;
  margin: 40px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--linkBlue);
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 1080px) {
  .returnWrap .link:hover {
    border-bottom-color: var(--linkBlue);
  }
}

.diagnosisList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.diagnosisList .diagnosisItem .link {
  display: block;
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}
.diagnosisList .diagnosisItem .link .imgTitleWrap {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.diagnosisList .diagnosisItem .link .imgTitleWrap .imgWrap {
  width: 100px;
}
.diagnosisList .diagnosisItem .link .imgTitleWrap .titleWrap {
  flex: 1;
}
.diagnosisList .diagnosisItem .link .imgTitleWrap .titleWrap .title {
  font-size: 18px;
  font-weight: 600;
}
.diagnosisList .diagnosisItem .link .textWrap {
  margin-top: 15px;
}
.diagnosisList .diagnosisItem .link .textWrap .text {
  font-size: 13px;
  line-height: 1.5;
}

.moreBtnWrap {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}
.moreBtnWrap .moreText {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.moreBtnWrap .arrow {
  display: block;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.headerWrap {
  position: fixed;
  top: 0;
  display: block;
  padding: 14px 0;
  width: 100%;
	height: 50px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
	box-sizing: border-box;
  z-index: 3;
}
@media only screen and (min-width: 1080px) {
  .headerWrap {
    top: 20px;
    right: 20px;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
		height: auto;
    border-bottom: none;
    border-radius: 150px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }
}
.headerWrap .header {
	height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1080px) {
  .headerWrap .header {
    height: auto;
		margin: 0;
  }
}
.headerWrap .header .logoWrap {
  display: block;
  height: 88%;
}
.headerWrap .header .logoWrap img {
  display: block;
  width: auto;
  height: 100%;
}
.headerWrap .header .loginLinkWrap {
  display: none;
}
.headerWrap .header .loginLinkWrap.active {
  display: block;
}
.headerWrap .header .loginLinkWrap .link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.2;
}
@media only screen and (min-width: 1080px) {
  .headerWrap .header .loginLinkWrap .link {
    padding: 14px 25px;
    transition: all 0.3s ease;
    border-radius: 150px;
  }
  .headerWrap .header .loginLinkWrap .link:hover {
    background-color: #fafafa;
  }
}
.headerWrap .header .loginInfoWrap {
  position: relative;
  display: none;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.headerWrap .header .loginInfoWrap.active {
  display: flex;
}
@media only screen and (min-width: 1080px) {
  .headerWrap .header .loginInfoWrap {
    padding: 14px 25px;
  }
}
.headerWrap .header .loginInfoWrap .text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
}
.headerWrap .header .loginInfoWrap .hamWrap {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  width: 20px;
}
.headerWrap .header .loginInfoWrap .hamWrap .hamBor {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.5s ease;
}
.headerWrap .header .loginInfoWrap .hamWrap.active .hamBor:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.headerWrap .header .loginInfoWrap .hamWrap.active .hamBor:nth-child(2) {
  opacity: 0;
}
.headerWrap .header .loginInfoWrap .hamWrap.active .hamBor:nth-child(3) {
  top: -6px;
  transform: rotate(-45deg);
}
.headerWrap .header .loginInfoWrap .hamMenuWrap {
  position: absolute;
  top: 60px;
  right: 20px;
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 5;
}
.headerWrap .header .loginInfoWrap .hamMenuWrap.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1080px) {
  .headerWrap .header .loginInfoWrap .hamMenuWrap {
    right: 0px;
  }
}
.headerWrap .header .loginInfoWrap .hamMenuWrap .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.headerWrap .header .loginInfoWrap .hamMenuWrap .list .item:last-child .link {
  color: #cf2626;
}
.headerWrap .header .loginInfoWrap .hamMenuWrap .list .item .link {
	appearance: none;
  display: block;
  padding: 10px 0;
  white-space: nowrap;
  font-weight: 600;
	width: 100%;
	text-align: left;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.underMenuWrap {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  z-index: 2;
}
.underMenuWrap .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.underMenuWrap .list .item:not(:first-child) {
  border-left: 1px solid #ddd;
}
.underMenuWrap .list .item .link {
  display: block;
  padding: 18px 4px;
  width: 100%;
  box-sizing: border-box;
}
.underMenuWrap .list .item .link .text {
	line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
}
.underMenuWrap .list .item .link .text .green {
  color: var(--green);
}

.mainContentWrap {
  margin-top: 50px;
  min-height: calc(100vh - 280px);
}
@media only screen and (min-width: 1080px) {
  .mainContentWrap {
    margin-top: 0;
  }
}
.mainContentWrap.pT {
  padding-top: 40px;
}
@media only screen and (min-width: 1080px) {
  .mainContentWrap.pT {
    padding-top: 90px;
  }
}

.mainWrap {
  margin: 0 0 52px 0;
  max-width: initial;
}
@media only screen and (min-width: 1080px) {
  .mainWrap {
    position: relative;
    margin: 0 0 0 auto;
    width: 50%;
    max-width: 640px;
    z-index: 2;
    background-color: #fff;
  }
}

.pcBgWrap {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 640px);
  height: 100vh;
  min-width: 50%;
  background-color: #9cffcd;
}
.pcBgWrap .titleWrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  /* width: 60%; */
	width: 90%;
	min-width: 425px;
	max-width: 700px;
  margin: 15vh auto 0 auto;
  place-content: center;
  place-items: center;
  z-index: 2;
}
.pcBgWrap .titleWrap .logoWrap {
  display: block;
  width: 90%;
	margin: 0 auto;
}
.pcBgWrap .titleWrap .logoWrap img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pcBgWrap .titleWrap .catchWrap{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.pcBgWrap .titleWrap .catchWrap .catch{
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 0px 0 #fff, -2px 0px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff;
	text-align: center;
}
.pcBgWrap .titleWrap .btnListWrap {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
	display: flex;
	align-items: center;
	justify-content: center;
  gap: 20px;
  width: 100%;
}
.pcBgWrap .titleWrap .btnListWrap .btnWrap {
  /* width: 100%; */
	width: 45%;
}
.pcBgWrap .titleWrap .btnListWrap .btnWrap .btn {
  max-width: 500px;
}
.pcBgWrap .titleWrap .btnListWrap .btnWrap .btn.white {
  border: none;
}
.pcBgWrap .imgWrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  /* width: 100%; */
	width: auto;
	height: 100%;
	transform: translateX(-50%);
  /* max-width: 1000px; */
  z-index: 1;
}
.pcBgWrap .imgWrap img{
	width: auto;
	max-width: none;
	height: 100%;
	display: block;
}

.footerWrap {
  position: relative;
  bottom: 0;
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 130px;
}
.footerWrap .footer .text {
  font-size: 13px;
}
.footerWrap .footer .produceBy{
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
}
.footerWrap .footer .produceBy .produceLogo{
	height: 2.4em;
	display: inline-block;
}
.footerWrap .footer .produceBy .produceLogo img{
	width: auto;
	max-width: none;
	height: 100%;
	display: inline-block;
}


.footerWrap .footer .footerLinks {
	margin-top: 20px;
	display: inline-flex;
	gap: 1.2em;
	font-size: 12px;
}
.footerWrap .footer .footerLinks a{
	text-decoration: underline;
}
.footerWrap .footer .footerLinks a:hover{
	text-decoration: none;
}