@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
Robotoフォント設定
500：Medium（デフォルト）
*/
/*
Interstateフォント設定
400：regular（デフォルト）
700：Bold
*/
/*
Noto Sans CJK JPフォント設定
500：Medium（デフォルト）
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
@media screen and (max-width: 640px) {
  .about {
    margin-top: 0.25rem;
  }
}

.policy {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .policy {
    margin-top: 0.5rem;
  }
}

.isms {
  margin-top: 0.9rem;
}
@media screen and (max-width: 640px) {
  .isms {
    margin-top: 0.4rem;
  }
}

.about__titleBox,
.policy__titleBox,
.isms__titleBox {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .about__titleBox,
  .policy__titleBox,
  .isms__titleBox {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about__title,
.policy__title,
.isms__title {
  line-height: 1;
}

.about__subTitle,
.policy__subTitle,
.isms__subTitle {
  margin-left: 0.15rem;
}
@media screen and (max-width: 640px) {
  .about__subTitle,
  .policy__subTitle,
  .isms__subTitle {
    margin-left: 0;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 640px) {
  .isms__subTitle {
    margin-top: 0.25rem;
  }
}

.about__text,
.policy__text,
.isms__text {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .about__text,
  .policy__text,
  .isms__text {
    font-size: 0.14rem;
    line-height: 2.142;
    margin-top: 0.2rem;
  }
}

.about__image {
  display: block;
  border-radius: 0.1rem;
  width: 100%;
  height: 3.2rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 640px) {
  .about__image {
    border-radius: 0.05rem;
    margin-top: 0.1rem;
    height: 1.6rem;
  }
}

.policy__text {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .policy__text {
    letter-spacing: 0;
    margin-top: 0.22rem;
  }
}

.policy__list {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .policy__list {
    margin-top: 0.15rem;
  }
}

.policy__itemText {
  display: flex;
  align-items: flex-start;
  text-align: justify;
}

.policy__itemNum,
.policy__itemText {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .policy__itemNum,
  .policy__itemText {
    font-size: 0.14rem;
    line-height: 2.142;
    letter-spacing: 0;
  }
}

.policy__itemNum {
  padding-right: 0.05rem;
}

.policy__date {
  display: flex;
  justify-content: flex-end;
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .policy__date {
    font-size: 0.14rem;
    line-height: 2.142;
    letter-spacing: 0.04em;
  }
}

.isms_textbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .isms_textbox {
    display: block;
  }
}

.isms__text {
  margin-bottom: 0.35rem;
  width: calc(100% - 1.4rem);
}
@media screen and (max-width: 640px) {
  .isms__text {
    width: auto;
    margin-bottom: 0.23rem;
  }
}

.imgbox {
  display: flex;
  align-items: flex-start;
  gap: 0.16rem;
  transform: translateY(-0.62rem);
}
@media screen and (max-width: 640px) {
  .imgbox {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    transform: translateY(0);
  }
}

.isms__image {
  display: block;
  width: 0.9rem;
}
@media screen and (max-width: 640px) {
  .isms__image {
    width: 1rem;
    margin-top: auto;
    margin-right: auto;
  }
}

.iso27001__image {
  display: block;
  width: 0.82rem;
}
@media screen and (max-width: 640px) {
  .iso27001__image {
    width: 0.918rem;
  }
}

.isms__list {
  display: flex;
  align-items: flex-start;
  padding: 0.22rem 0;
}
@media screen and (max-width: 640px) {
  .isms__list {
    flex-direction: column;
    padding: 0.25rem 0 0.24rem;
  }
}
.isms__list:first-of-type {
  padding-top: 0;
  margin-top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .isms__list:first-of-type {
    margin-top: 0.25rem;
  }
}
.isms__list:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .isms__list:last-of-type {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #ccc;
  }
}
.isms__list:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.isms__listTitle,
.isms__listContents {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .isms__listTitle,
  .isms__listContents {
    font-size: 0.14rem;
    line-height: 1.714;
    letter-spacing: 0.02em;
  }
}

.isms__listTitle {
  width: 18%;
}
@media screen and (max-width: 640px) {
  .isms__listTitle {
    width: 100%;
  }
}

.isms__listContents {
  width: 82%;
}
@media screen and (max-width: 640px) {
  .isms__listContents {
    font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 700;
    margin-top: 0.1rem;
    width: 100%;
  }
}

.isms__listItem {
  display: flex;
  align-items: flex-start;
}