@charset "UTF-8";
.common__btn {
  padding: 40px;
  text-align: center;
  width: 300px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

ol li,
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* Clamp */
.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 20px !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.pl20 {
  padding-left: 20px;
}

body {
  margin: 0 auto;
  width: 100%;
}

.gradation-wrapper {
  background: linear-gradient(to bottom, #fff, #ececec);
}

a {
  transition: 0.3s all;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}

a.anchor{
  display: block;
  padding-top: 171px;
  margin-top: -171px;
}

@media (max-width: 960px) {
  a.anchor{
    display: block;
    padding-top: 96px;
    margin-top: -96px;
  }
	img{
		width: 100%;
	}
}
@media screen and (min-width: 961px) {
  .pc-none {
    display: none!important;
  }
}
@media screen and (max-width: 960px) {
  .sp-none {
    display: none!important;
  }
}
.best-hero {
    width: 100%;
	display: flex;
	justify-content: center;
}
.sec-1{
	background-color: #faf8f5;
	padding: 148px 0 100px 0;
	border-bottom:1px solid #e21f26;
}
.sec-1 h2 {
	display: flex;
	justify-content: center;
	padding-bottom: 85px;
}
.sec-1 h3 {
	display: flex;
	justify-content: center;
	padding-bottom: 35px;
}
.sec-1 p{
	text-align: center;
	color: #384456;
	line-height: 180%;
}
.sec-2{
	background-image: url("../img/section2-bg.png");
	background-size: cover;
	padding: 110px 0 75px 0;
	border-bottom:2px solid #e21f26;
}
.sec-2-inner{
	width: 916px;
	margin: 0 auto;
}
.sec-2 h3 img{
	width: 420px;
}
.sec-2 .img{
	width: 403px;
	position: absolute;
}
.sec-2 dt{
	width: 80px;
}
.sec-2 dd{
	font-size: 20px;
    font-weight: bold;
	line-height: 1.8;
	color: #384456;
	padding-left: 25px;
	padding-top: 20px;
}
.sec-2 dd span{
	font-size: 27px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
	color: #c8102e;
	display: block;
	padding-bottom: 10px;
}
.sec-2 .sec-2-1{
	position: relative;
	width: 877px;
	margin-left: 39px;
	border-bottom:2px solid #e21f26;
	padding-bottom: 26px;
	display: flex;
	justify-content: flex-end;
	margin-top: 80px;
}
.sec-2 .sec-2-1 .img{
	top:0px;
	left:-20px;
}
.sec-2 .sec-2-1 dl{
	width: 474px;
}
.sec-2 .sec-2-2{
	position: relative;
	width: 770px;
	margin-left: 116px;
	border-bottom:2px solid #e21f26;
	padding-bottom: 26px;
	display: flex;
	justify-content: flex-start;
	margin-top: 160px;
}
.sec-2 .sec-2-2 .img{
	top:-120px;
	right:-30px;
}
.sec-2 .sec-2-2 dl{
	width: 425px;
}
.sec-2 .sec-2-2 dd{
	padding-left: 0px;
}
.sec-2 .sec-2-2 dt{
	margin-left: -20px;
}

.sec-2 .sec-2-3{
	position: relative;
	width: 877px;
	margin-left: 39px;
	border-bottom:2px solid #e21f26;
	padding-bottom: 26px;
	display: flex;
	justify-content: flex-end;
	margin-top: 160px;
}
.sec-2 .sec-2-3 .img{
	top:-100px;
	left:-20px;
}
.sec-2 .sec-2-3 dl{
	width: 474px;
}
.sec-2 p{
	text-align: right;
	color: #384456;
	font-weight: bold;
	padding-top: 90px;
	font-size: 11px;
}
.sec-3{
	background-color: #faf8f5;
	padding: 50px 0 50px 0;
	background-image: url("../img/section3-img.png");
	background-position: left center;
	background-size: 698px auto;
	background-repeat: no-repeat;
}
.sec-3-inner{
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	padding-top: 66px;
}
.sec-3 .scroll{
    width: 31vw;
    height: 650px;
    overflow-y: scroll;
    padding: 0 20px;
}
.sec-3 .scroll::-webkit-scrollbar {
    width: 2px;
    background-color: #FAF8D8; 
}

.sec-3 .scroll::-webkit-scrollbar-thumb {
    background: #c8102e;
    width: 2px;
}
.sec-3 h3 img{
	width: 100%;
}
.sec-3 h3{
	padding-bottom: 106px;
}
.sec-3 .section{
	display: inline-block;
  position: relative;
  font-weight: bold;
  padding-bottom: 55px;
	margin-bottom: 55px;
	width: 100%;
}
.sec-3 .section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  background: linear-gradient(to right, #e21f26 0%, #e21f26 50%, transparent 50%, transparent 100%);
  /* background: linear-gradient(to left, blue 0%, blue 50%, transparent 50%, transparent 100%) ※右側に当てたい場合 */
  bottom: 0;
}
.sec-3 h4{
	font-size: 23px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
	color: #c8102e;
	padding-bottom: 30px;
}
.sec-3 h5{
	color: #384456;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 30px;
	margin: 0;
}
.sec-3 ul{
	margin: 0;
	padding: 0;
	color: #384456;
	font-size: 14px;
	font-weight: normal;
}
.sec-3 ul li{
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.8;
}
.sec-3 p{
	color: #384456;
	font-weight: normal;
	line-height: 1.5;
}
.sec-3 note{
	color: #384456;
	font-size: 12px;
	font-weight: normal;
    line-height: 1.5;
}
.sec-3 .section.last{
	display: contents;
  position: relative;
  font-weight: bold;
  padding-bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
}
.sec-4{
	background-color: #f5f4f7;
	padding: 0 0 70px 0;
}
.sec-4 h3{
	background-color: #c8102e;
	padding: 40px 0;
	text-align: center;
	color: #FFF;
	font-size: 30px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
	margin-bottom: 47px;
}
.sec-4 table{
	width: 916px;
	margin: 0 auto 50px auto;
	border-collapse:  collapse;
}
.sec-4 table th,.sec-4 table td{
	background-color: #FFF;
	padding: 40px;
	border: 2px solid #f5f4f7;
}
.sec-4 table th{
	color: #c8102e;
	font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}
.sec-4 table td{
	color: #384456;
	line-height: 180%;
}
.sec-4 table td span{
	font-size: 80%;
}
.sec-4 h4{
	color: #384456;
	font-size: 26px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
	text-align: center;
	padding-bottom: 15px;
}
.sec-4 .policy{
	background-color: #FFF;
	padding: 30px;
	width: 916px;
	margin: 0 auto 35px auto;
	color: #384456;
	font-size: 90%;
	line-height: 180%;
}
.sec-4 .policy a{
	text-decoration: none;
	color: #384456;
}
.sec-4 .consent{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.sec-4 .consent .check{
	text-align: center;
	margin-bottom: 40px;
}
.sec-4 .consent .check label{
	font-size: 20px;
    font-weight: 700;
	color: #c8102e;
 font-family: "Noto Serif JP", serif;
}
.sec-4 .consent #btn{
	opacity: 1;
	border: none;
	cursor: pointer;
}
.sec-4 .consent #btn:disabled{
	opacity: 0.4;
	cursor:default;
}
.sec-4 input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c8102e;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	border-radius: 100px;
}

.sec-4 input[type="checkbox"]:checked:before {
position: absolute;
	top: 1.8px;
	left: 2.3px;
    width: 13px;
    height: 13px;
    content: '●';
    font-size: 13px;
    color: #c8102e;
}
.sns{
	background-color: #f5f4f7;
	padding: 0 0 100px 0;
	border-top: 2px solid #c8102e;
	position: relative;
	display: flex;
    justify-content: center;
}
.sns-inner{
	padding: 0 50px;
	background-color: #f5f4f7;
	margin-top: -30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sns h3{
	font-size: 22px;
    font-weight: 700;
	color: #c8102e;
 font-family: "Noto Serif JP", serif;
}
.sns ul{
	display: flex;
}
.sns ul li{
	width: 30px;
	margin: 0 10px;
}

@media screen and (max-width: 960px) {

.ecm-main {
    padding: 0px;
}
	
.best-hero {
    width: 100%;
	display: flex;
	justify-content: center;
}
.sec-1{
	background-color: #faf8f5;
	padding: 65px 30px 40px 30px;
	border-bottom:1px solid #e21f26;
}
.sec-1 h2 {
	display: flex;
	justify-content: center;
	padding-bottom: 85px;
	width: 70vw;
}
.sec-1 h3 {
	display: flex;
	justify-content: center;
	padding-bottom: 35px;
}
.sec-1 p{
	color: #384456;
	line-height: 180%;
	text-align: left;
	font-size: 90%;
}
.sec-2{
	background-image: url("../img/section2-bg.png");
	background-size: cover;
	padding: 40px 30px 30px 30px;
	border-bottom:2px solid #e21f26;
}
.sec-2-inner{
	width: 100%;
	margin: 0 auto;
}
.sec-2 .img{
	width: 100%;
	position:relative;
}
.sec-2 dt{
	width: 60px;
}
.sec-2 dd{
	font-size: 16px;
    font-weight: bold;
	color: #384456;
	padding-left: 0;
	padding-top: 20px;
}
.sec-2 dd span{
	font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
	color: #c8102e;
	display: block;
}
.sec-2 .sec-2-1{
	position: relative;
	width: 100%;
	margin-left: 0;
	border-bottom:2px solid #e21f26;
	padding-bottom: 26px;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.sec-2 .sec-2-1 dl{
	width: 100%;
}
.sec-2 .sec-2-2{
	position: relative;
	width: 100%;
	margin-left: 0;
	border-bottom:2px solid #e21f26;
	padding-bottom: 26px;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.sec-2 .sec-2-2 dl{
	width: 100%;
}
.sec-2 .sec-2-2 dd{
	padding-left: 0px;
}
.sec-2 .sec-2-2 dt{
	margin-left: 0;
}

.sec-2 .sec-2-3{
	position: relative;
	width: 100%;
	margin-left: 0;
	border-bottom:2px solid #e21f26;
	padding-bottom: 26px;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.sec-2 .sec-2-3 dl{
	width: 100%;
}
.sec-2 .img {
    position: relative;
	top:auto!important;
	right: auto!important;
	left:auto!important;
	width: 90%;
	margin: 0 auto;
}
.sec-2 p{
	text-align: right;
	color: #384456;
	font-weight: bold;
	padding-top: 30px;
	font-size: 10px;
}
.sec-3{
	background-color: #faf8f5;
	padding: 90vw 0 50px 0;
	background-image: url("../img/section3-img.png");
	background-position: left top 50px;
	background-size: 90vw auto;
	background-repeat: no-repeat;
}
.sec-3-inner{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	padding-top: 66px;
}
.sec-3 .scroll{
	width: 100%;
	height: auto;
	overflow-y:visible;
	padding: 30px;
}
.sec-3 .scroll::-webkit-scrollbar {
    width: 2px;
    background-color: #FAF8D8; 
}

.sec-3 .scroll::-webkit-scrollbar-thumb {
    background: #c8102e;
    width: 2px;
}
.sec-3 h3 img{
	width:  100%;
}
.sec-3 h3{
	padding-bottom: 30px;
}
.sec-3 .section{
	display: inline-block;
  position: relative;
  font-weight: bold;
  padding-bottom: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.sec-3 .section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  background: linear-gradient(to right, #e21f26 0%, #e21f26 30%, transparent 30%, transparent 100%);
  /* background: linear-gradient(to left, blue 0%, blue 50%, transparent 50%, transparent 100%) ※右側に当てたい場合 */
  bottom: 0;
}
.sec-3 h4{
	font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
	color: #c8102e;
	padding-bottom: 20px;
}
.sec-3 h5{
	color: #384456;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 30px;
	margin: 0;
}
.sec-3 ul{
	margin: 0;
	padding: 0;
	color: #384456;
	font-size: 12px;
	font-weight: normal;
}
.sec-3 ul li{
	padding-bottom: 5px;
	text-indent: -1em;
	margin-left: 1em;
}
.sec-3 p{
	color: #384456;
	font-size: 13px;
	font-weight: normal;
}
.sec-3 note{
	color: #384456;
	font-size: 10px;
	font-weight: normal;
    line-height: 1.5;
}
.sec-3 .section.last{
	display: contents;
  position: relative;
  font-weight: bold;
  padding-bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
}
.sec-3 .section.last:before {
  position: relative;
}
.sec-4{
	background-color: #f5f4f7;
	padding: 0 0 70px 0;
}
.sec-4 h3{
	background-color: #c8102e;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	font-size: 23px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
	margin-bottom: 30px;
}
.sec-4 table{
	width: 90%;
	margin: 0 auto 30px auto;
	border-collapse:  collapse;
}
.sec-4 table th,.sec-4 table td{
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #f5f4f7;
	display: block;
}
.sec-4 table th{
	color: #c8102e;
	font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
	text-align: center;
}
.sec-4 table td{
	color: #384456;
	line-height: 180%;
	font-size: 13px;
}
.sec-4 table td span{
	font-size: 80%;
}
.sec-4 h4{
	color: #384456;
	font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
	text-align: center;
	padding-bottom: 15px;
}
.sec-4 .policy{
	background-color: #FFF;
	padding: 20px;
	width: 90%;
	margin: 0 auto 35px auto;
	color: #384456;
	font-size: 75%;
	line-height: 180%;
}
.sec-4 .policy a{
	text-decoration: none;
	color: #384456;
}
.sec-4 .consent{
	display: flex;
	flex-direction: column;
    align-items: center;
	width: 90%;
	margin: 0 auto;
}
.sec-4 .consent .check{
	text-align: center;
	margin-bottom: 40px;
}
.sec-4 .consent .check label{
	font-size: 20px;
    font-weight: 700;
	color: #c8102e;
 font-family: "Noto Serif JP", serif;
}
.sec-4 .consent #btn{
	opacity: 1;
	border: none;
	cursor: pointer;
	background: none;
}
.sec-4 .consent #btn:disabled{
	opacity: 0.4;
	cursor:default;
}
.sec-4 input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c8102e;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	border-radius: 100px;
}

.sec-4 input[type="checkbox"]:checked:before {
position: absolute;
    top: 1.8px;
    left: 2.3px;
    width: 13px;
    height: 13px;
    content: '●';
    font-size: 13px;
    color: #c8102e;
}
.sns{
	background-color: #f5f4f7;
	padding: 0 0 100px 0;
	border-top: 2px solid #c8102e;
	position: relative;
	display: flex;
    justify-content: center;
}
.sns-inner{
	padding: 0 10px;
	background-color: #f5f4f7;
	margin-top: -12px;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 70%;
}
.sns h3{
	font-size: 18px;
    font-weight: 700;
	color: #c8102e;
 font-family: "Noto Serif JP", serif;
}
.sns ul{
	display: flex;
	margin: 20px auto 0 auto;
	width: 100%;
	padding: 0
}
.sns ul li{
	margin: 0 10px;
	width: 33%;
}
}
