@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
img[src*=".svg"], img[src*=".svgz"] {
  width: 100%;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 896px) {
  body {
    min-width: inherit;
  }
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pc {
    display: none !important;
  }
}
/*
//margin(px)
$i : 0;
$j : 0;
@while ($i < 4) {
	//marginのクラス名
	$marginClass : "T";
	$direction   : "top";
	@if ($i == 1) {
		$marginClass : "B";
		$direction   : "bottom";
	} @else if ($i == 2) {
		$marginClass : "L";
		$direction   : "left";
	} @else if ($i == 3) {
		$marginClass : "R";
		$direction   : "right";
	}

	//各向きのmarginを作成
	@while ($j <= 100) {
		@if ($j == 0) {
			.ma#{$marginClass}#{$j} {
				margin-#{$direction}: 0 !important;
			}
		} @else {
			.ma#{$marginClass}#{$j} {
				margin-#{$direction}: $j + px;
			}
		}
		$j : $j + 5;
	}

	$i : $i + 1;
	$j : 0;
}


//margin(em)
$i : 0;
$j : 0;
@while ($i < 4) {
	//marginのクラス名
	$marginClass : "T";
	$direction   : "top";
	@if ($i == 1) {
		$marginClass : "B";
		$direction   : "bottom";
	} @else if ($i == 2) {
		$marginClass : "L";
		$direction   : "left";
	} @else if ($i == 3) {
		$marginClass : "R";
		$direction   : "right";
	}

	//各向きのmarginを作成
	@while ($j <= 10) {
		.ma#{$marginClass}#{$j}em {
			margin-#{$direction}: $j + em;
		}
		$j : $j + 1;
	}

	$i : $i + 1;
	$j : 0;
}


//padding(px)
$i : 0;
$j : 0;
@while ($i < 4) {
	//padding
	$paddingClass : "T";
	$direction    : "top";
	@if ($i == 1) {
		$paddingClass : "B";
		$direction    : "bottom";
	} @else if ($i == 2) {
		$paddingClass : "L";
		$direction    : "left";
	} @else if ($i == 3) {
		$paddingClass : "R";
		$direction    : "right";
	}

	//各向きのpaddingを作成
	@while ($j <= 100) {
		@if ($j == 0) {
			.pa#{$paddingClass}#{$j} {
				padding-#{$direction}: 0 !important;
			}
		} @else {
			.pa#{$paddingClass}#{$j} {
				padding-#{$direction}: $j + px;
			}
		}
		$j : $j + 5;
	}

	$i : $i + 1;
	$j : 0;
}


//padding(em)
$i : 0;
$j : 0;
@while ($i < 4) {
	//padding
	$paddingClass : "T";
	$direction    : "top";
	@if ($i == 1) {
		$paddingClass : "B";
		$direction    : "bottom";
	} @else if ($i == 2) {
		$paddingClass : "L";
		$direction    : "left";
	} @else if ($i == 3) {
		$paddingClass : "R";
		$direction    : "right";
	}

	//各向きのpaddingを作成
	@while ($j <= 10) {
		.pa#{$paddingClass}#{$j}em {
			padding-#{$direction}: $j + em;
		}
		$j : $j + 1;
	}

	$i : $i + 1;
	$j : 0;
}
*/
.bold {
  font-weight: bold;
}
.all {
  text-align: left;
}
.alr {
  text-align: right;
}
.alc {
  text-align: center;
}
.clearFix {
  display: block;
}
.clearFix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.innerL {
  width: 1230px;
}
.innerM {
  width: 1030px;
}
.innerS {
  width: 830px;
}
.innerSS {
  width: 630px;
}
[class^="inner"] {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
[class^="inner"] [class^="inner"] {
  padding-left: 0;
  padding-right: 0;
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.clearFix {
  display: block;
}
.clearFix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.dots > li {
  padding-left: 1em;
  text-indent: -1em;
}
.dots > li:before {
  content: "・";
}
.dots > li:nth-child(n + 2) {
  margin-top: 5px;
}
#wrapper {
  position: relative;
}
header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s;
}
@media screen and (max-width: 896px) {
  header {
    padding: 15px;
  }
}
header #logo {
  width: 280px;
}
@media screen and (max-width: 896px) {
  header #logo {
    width: 150px;
  }
}
footer {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
  color: #707070;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
}
main .ttl01 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 896px) {
  main .ttl01 {
    margin-bottom: 35px;
    line-height: 1.4;
    font-size: 22px;
  }
}
main .ttl01.c {
  text-align: center;
}
main .ttl02 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 896px) {
  main .ttl02 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
main .ttl02.c {
  text-align: center;
}
main .sbttl01 {
  margin-top: -40px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 896px) {
  main .sbttl01 {
    font-size: 14px;
    margin-top: -15px;
  }
}
main .btns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
main .btns > * {
  width: calc(calc(100% - 30px) / 2);
}
@media screen and (max-width: 896px) {
  main .btns > * {
    width: 48%;
  }
}
main .btns .neither {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 896px) {
  main .btns .neither {
    margin-top: 15px;
  }
}
main .ul {
  color: #0645ad;
  text-decoration: underline;
}
main .ul:hover {
  text-decoration: none;
}
main section {
  display: none;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
main section .l, main section .r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 896px) {
  main section .l, main section .r {
    display: none;
  }
}
main section .l {
  left: -50px;
}
@media screen and (max-width: 1300px) {
  main section .l {
    left: -150px;
  }
}
@media screen and (max-width: 1100px) {
  main section .l {
    left: -200px;
  }
}
main section .r {
  right: 0;
}
@media screen and (max-width: 1300px) {
  main section .r {
    right: -100px;
  }
}
@media screen and (max-width: 1100px) {
  main section .r {
    right: -150px;
  }
}
main section .step {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 896px) {
  main section .step {
    padding: 30px 0;
  }
}
main section .step img {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 896px) {
  main section .step img {
    width: 120px;
  }
}
main #top {
  background-color: #fffdfd;
}
@media (min-width: 897px) {
  main #top:before, main #top:after {
    content: "";
    position: absolute;
    display: block;
    width: 1000px;
    height: 1000px;
    top: 50%;
    border-radius: 9999px;
    background-color: #fbefef;
    transform: translateY(-50%);
  }
}
main #top:before {
  left: -30%;
}
@media screen and (max-width: 1700px) {
  main #top:before {
    left: -40%;
  }
}
@media screen and (max-width: 1500px) {
  main #top:before {
    left: -50%;
  }
}
@media screen and (max-width: 1300px) {
  main #top:before {
    left: -60%;
  }
}
@media screen and (max-width: 1200px) {
  main #top:before {
    left: -70%;
  }
}
@media screen and (max-width: 1100px) {
  main #top:before {
    left: -80%;
  }
}
@media screen and (max-width: 1000px) {
  main #top:before {
    left: -90%;
  }
}
main #top:after {
  right: -30%;
}
@media screen and (max-width: 1700px) {
  main #top:after {
    right: -40%;
  }
}
@media screen and (max-width: 1500px) {
  main #top:after {
    right: -50%;
  }
}
@media screen and (max-width: 1300px) {
  main #top:after {
    right: -60%;
  }
}
@media screen and (max-width: 1200px) {
  main #top:after {
    right: -70%;
  }
}
@media screen and (max-width: 1100px) {
  main #top:after {
    right: -80%;
  }
}
@media screen and (max-width: 1000px) {
  main #top:after {
    right: -90%;
  }
}
main #top figure {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 896px) {
  main #top figure {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
main #top .topBtn {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 896px) {
  main #top .topBtn {
    width: 90%;
  }
}
@media screen and (max-width: 896px) {
  main #top .l, main #top .r {
    display: block;
    top: 60%;
    transform: translateY(-50%);
  }
  main #top .l img, main #top .r img {
    width: auto;
    height: 200px;
  }
}
@media screen and (max-width: 896px) {
  main #top .l {
    left: -20px;
  }
}
@media screen and (max-width: 896px) {
  main #top .r {
    right: -10px;
  }
}
main .w {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  main .w {
    flex-direction: column;
  }
}
main .w .text {
  width: 58%;
}
@media screen and (max-width: 896px) {
  main .w .text {
    width: 100%;
    display: contents;
  }
}
@media screen and (max-width: 896px) {
  main .w .text figure {
    order: 1;
  }
}
@media screen and (max-width: 896px) {
  main .w .text p {
    order: 3;
    margin-top: 30px;
  }
}
main .w .pht {
  width: 40%;
}
@media screen and (max-width: 896px) {
  main .w .pht {
    width: 100%;
    text-align: center !important;
    order: 2;
  }
}
main .attention {
  margin-top: 100px;
}
@media screen and (max-width: 896px) {
  main .attention {
    margin-top: 50px;
  }
}
main .attention h2 {
  margin-bottom: 5px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  main .attention h2 {
    font-size: 16px;
  }
}
main .attention > strong {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #c3000b;
}
@media screen and (max-width: 896px) {
  main .attention > strong {
    font-size: 20px;
    line-height: 1.6;
  }
}
main .attention > div {
  padding: 50px;
  background: #f0f0f0;
}
@media screen and (max-width: 896px) {
  main .attention > div {
    padding: 20px 20px 30px 20px;
  }
}
main .attention > div em {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 896px) {
  main .attention > div em {
    font-size: 18px;
  }
}
main .attention > div em > span {
  text-decoration: underline;
  font-weight: 700;
}
main .attention > div > div {
  margin-top: 30px;
}
main .attention > div > div > p {
  margin-top: 20px;
}
main .attention > div ul {
  margin-top: 40px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .attention > div ul > * {
  width: calc((100% - 120px) / 5);
  margin-right: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  main .attention > div ul > *:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .attention > div ul > *:nth-child(n + 6) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 896px) {
  main .attention > div ul > * {
    width: 48%;
    margin-right: 4%;
  }
  main .attention > div ul > *:nth-child(2n) {
    margin-right: 0;
  }
  main .attention > div ul > *:nth-child(n + 3) {
    margin-top: 20px;
  }
}
main .attention > div ul > li > a {
  position: relative;
  align-items: center;
  color: #0645ad;
  text-decoration: underline;
}
main .attention > div ul > li > a:hover {
  text-decoration: none;
}
main .jfeii {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  main .jfeii {
    font-size: 16px;
  }
}
main .btn01 {
  margin-top: 30px;
}
main .btn01 a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 100px;
  border: 2px #c3000b solid;
  color: #c3000b;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  background: url(../img/blank.svg) no-repeat right 30px center / 40px 40px #fff;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .btn01 a:hover {
    opacity: 1;
  }
}
main .btn01 a:hover img {
  opacity: 1;
}
@media screen and (max-width: 896px) {
  main .btn01 a {
    height: 60px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 1.4;
    background-size: 25px 25px;
    background-position: right 15px center;
  }
}
main .btn01 a.s {
  justify-content: start;
  padding: 0 20px;
  border-radius: 5px;
  background-size: 20px 20px;
  background-position: right 20px center;
  text-align: left;
}
main .btn01 a.s:before {
  display: none;
}
main .b {
  margin-top: 100px;
}
@media screen and (max-width: 896px) {
  main .b {
    margin-top: 50px;
  }
}
main .b a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .b a img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 896px) {
  main .b a img {
    width: 80%;
  }
}
main #s1 {
  background-color: #fdfaf9;
}
main #s1 .c2_2 figure {
  text-align: center;
}
main #s1 .c2_2 figure img {
  width: auto;
  height: 290px;
}
@media screen and (max-width: 896px) {
  main #s1 .c2_2 figure img {
    height: 200px;
  }
}
main #s2 {
  background-color: #fdfaf9;
}
main #s2 .ttl01 {
  letter-spacing: -0.05em;
}
main #s2 .ttl01 + p {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  main #s2 .ttl01 + p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
main #s2 .ttl01 + p em {
  color: #c3000b;
  font-weight: bold;
}
main #s1, main #s2 {
  padding-bottom: 60px;
}
@media screen and (max-width: 896px) {
  main #s1, main #s2 {
    padding-top: 80px;
  }
}
main #s1:before, main #s2:before {
  content: "";
  position: absolute;
  width: 1180px;
  height: 1180px;
  border-radius: 9999px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 896px) {
  main #s1:before, main #s2:before {
    width: 100%;
    height: 100%;
  }
}
main #s1 .innerS, main #s2 .innerS {
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  main #s1 .innerS, main #s2 .innerS {
    width: 700px;
  }
}
main #s3 {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #fafdfd;
}
@media screen and (max-width: 896px) {
  main #s3 {
    padding-top: 60px;
  }
}
main #s3 .w .text {
  width: 54%;
}
@media screen and (max-width: 896px) {
  main #s3 .w .text {
    width: 100%;
  }
}
main #s3 .w .pht {
  width: 43%;
}
@media (min-width: 769px) {
  main #s3 .w .pht {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
@media screen and (max-width: 896px) {
  main #s3 .w .pht {
    width: 70%;
    margin: auto;
  }
}
main #s3 .w .pht img {
  padding-left: 15px;
}
main #s3 .note {
  margin-bottom: 50px;
  padding: 10px 8px;
  border: 3px solid #000;
  border-radius: 5px;
  color: #c3000b;
  font-size: 18px;
  letter-spacing: 0;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  main #s3 .note {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
  }
}
main #s3 .b {
  margin-top: 70px;
}
@media screen and (max-width: 896px) {
  main #s3 .b {
    margin-top: 50px;
  }
}
main #s3 .b a {
  width: 300px;
  margin: auto;
}
@media screen and (max-width: 896px) {
  main #s3 .b a {
    width: 250px;
  }
}
main #s4 .w .text p, main #s5 .w .text p {
  color: #c3000b;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  main #s4 .w .text p, main #s5 .w .text p {
    font-size: 17px;
  }
}
main #s4, main #s5, main #s6 {
  padding-bottom: 60px;
}
main #s4 {
  padding-top: 120px;
}
@media screen and (max-width: 896px) {
  main #s4 {
    padding-top: 60px;
  }
}
main #s4 .w .pht {
  text-align: right;
}
main #s4 .w .pht img {
  width: auto;
  height: 400px;
}
@media screen and (max-width: 896px) {
  main #s4 .w .pht img {
    height: 300px;
  }
}
main #s5 {
  padding-top: 120px;
}
@media screen and (max-width: 896px) {
  main #s5 {
    padding-top: 60px;
  }
}
main #s5 .w .pht {
  text-align: center;
}
main #s5 .w .pht img {
  width: auto;
  height: 450px;
}
@media screen and (max-width: 896px) {
  main #s5 .w .pht img {
    height: 300px;
  }
}
main #s6 #s6_mv {
  position: relative;
  padding: 150px 0 100px;
  text-align: center;
  background-color: #fefdfd;
}
@media screen and (max-width: 896px) {
  main #s6 #s6_mv {
    padding: 80px 0 50px;
  }
}
main #s6 #s6_mv h1 {
  width: 590px;
  margin: auto;
}
main #s6 #s6_mv p {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 896px) {
  main #s6 #s6_mv p {
    font-size: 18px;
  }
}
main #s6 #s6_mv .bs {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
main #s6 #s6_mv .bs > * {
  width: calc(calc(100% - 30px) / 2);
}
@media screen and (max-width: 896px) {
  main #s6 #s6_mv .bs > * {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  main #s6 #s6_mv .bs > * + * {
    margin-top: 10px;
  }
}
main #s6 #s6_mv .l {
  left: 0;
}
main #s6 #s6_mv .r {
  bottom: 0;
  top: auto;
}
main #s6 h2 {
  padding: 15px;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 896px) {
  main #s6 h2 {
    padding: 10px;
    font-size: 30px;
    line-height: 1.2;
  }
}
main #s6 #yes .innerL, main #s6 #no .innerL {
  padding-top: 80px;
}
@media screen and (max-width: 896px) {
  main #s6 #yes .innerL, main #s6 #no .innerL {
    padding-top: 40px;
  }
}
main #s6 #yes {
  padding-bottom: 100px;
}
@media screen and (max-width: 896px) {
  main #s6 #yes {
    padding-bottom: 60px;
  }
}
main #s6 #yes h2 {
  color: #003a5d;
  background-color: #deeaf2;
}
main #s6 #yes .c3_2 > * {
  text-align: center;
}
main #s6 #yes .c3_2 > * figure img {
  width: auto;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  main #s6 #yes .c3_2 > * figure img {
    height: 200px;
  }
}
main #s6 #yes .c3_2 > * figure img.long {
  height: auto;
  max-height: 300px;
}
main #s6 #yes .c3_2 > * p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  main #s6 #yes .c3_2 > * p {
    font-size: 16px;
  }
}
main #s6 #yes #search02 {
  width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
main #s6 #yes #search02 a {
  display: block;
}
main #s6 #no h2 {
  color: #c3000b;
  background-color: #fbefef;
}
main #s6 #no .item .col4 {
  position: relative;
}
main #s6 #no .item .col4:before, main #s6 #no .item .col4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 5%;
  background-color: #f3cccf;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  main #s6 #no .item .col4:before, main #s6 #no .item .col4:after {
    width: 100%;
    height: 20px;
  }
}
main #s6 #no .item .col4:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
main #s6 #no .item .col4:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
main #s6 #no .item .col4 > * {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  border: none;
  padding: 0 0 60px;
  background-color: transparent;
}
main #s6 #no .item .col4 > * figure {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main #s6 #no .item .col4 > * figure img {
  margin: 0 auto;
  max-height: 130px;
}
main #s6 #no .item .col4 > * p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
main #s6 #no #not {
  margin-top: 60px;
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 896px) {
  main #s6 #no #not {
    line-height: 1.5;
    font-size: 16px;
  }
}
main #s6 #no #not em {
  color: #c3000b;
  font-weight: 600;
}
main #s6 #no #other {
  margin-top: 50px;
  padding: 50px;
  background: #f0f0f0;
}
@media screen and (max-width: 896px) {
  main #s6 #no #other {
    margin-top: 40px;
    padding: 20px;
  }
}
main #s6 #no #other > p {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  main #s6 #no #other > p {
    font-size: 16px;
    text-align: left;
  }
}
main #s6 #no #other .tel {
  margin-top: 25px;
  padding: 20px 10px;
  background-color: #fff;
}
main #s6 #no #other .tel a {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.7s;
  text-align: center;
}
main #s6 #no #other .tel p {
  margin-top: 5px;
  color: #707070;
  font-size: 14px;
  text-align: center;
}
main .c2_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c2_1 > * {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 896px) {
  main .c2_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .c2_1 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) {
  main .c2_1 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  main .c2_1 > *:nth-child(n + 3) {
    margin-top: 50px;
  }
}
main .c2_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c2_2 > * {
  width: 48%;
  margin-right: 4%;
}
main .c2_2 > *:nth-child(2n) {
  margin-right: 0;
}
main .c2_2 > *:nth-child(n + 3) {
  margin-top: 50px;
}
@media screen and (max-width: 896px) {
  main .c2_2 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .c3_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c3_1 > * {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
main .c3_1 > *:nth-child(3n) {
  margin-right: 0;
}
main .c3_1 > *:nth-child(n + 4) {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  main .c3_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) {
  main .c3_1 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main .c3_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c3_2 > * {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
@media (min-width: 769px) {
  main .c3_2 > *:nth-child(3n) {
    margin-right: 0;
  }
}
main .c3_2 > *:nth-child(n + 4) {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  main .c3_2 > * {
    width: 48%;
    margin-right: 4%;
  }
  main .c3_2 > *:nth-child(2n) {
    margin-right: 0;
  }
  main .c3_2 > *:nth-child(n + 3) {
    margin-top: 50px;
  }
}
main .c4_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c4_1 > * {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
@media (min-width: 769px) {
  main .c4_1 > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .c4_1 > *:nth-child(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 896px) {
  main .c4_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) {
  main .c4_1 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main .c4_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c4_2 > * {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
@media (min-width: 769px) {
  main .c4_2 > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .c4_2 > *:nth-child(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 896px) {
  main .c4_2 > * {
    width: 48%;
    margin-right: 4%;
  }
  main .c4_2 > *:nth-child(2n) {
    margin-right: 0;
  }
  main .c4_2 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .col4 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .col4 > * {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
main .col4 > *:nth-child(4n) {
  margin-right: 0;
}
main .col4 > *:nth-child(n + 5) {
  margin-top: 30px;
}
@media screen and (max-width: 896px) {
  main .col4 > * {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  main .col4 > *:nth-child(2n) {
    margin-right: 0;
  }
  main .col4 > *:nth-child(n + 3) {
    margin-top: 20px;
  }
}
