@charset "UTF-8";
/* CSS Document */
/* CSS Document */

.marker {
  background:linear-gradient(transparent 50%, rgba(255, 234, 0) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}
/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.red {
	color:#a71112;
}
.bold {
	font-weight: bold;
}
.und {
	text-decoration: underline;
	 text-underline-offset: 5px; /* 下線の位置を下にずらす */
}



.fvMAIN {
	position: relative;
	background: url("../../images/top/main.jpg")no-repeat;
margin-top: 80px;
	height: 815px;
	background-position: top center;
	display: block;
}
.fvMAIN_tab {
	display: none;
}

.fvMAIN_sp {
	display: none;
}


.fvWRAP {
	max-width: 1120px;
	margin: auto;
	position: relative;
}
/* 019 */
.fvBUTTON  {
	position: absolute;
	top:650px;
	left:100px;
	z-index: 1;
}
.fvBUTTON a {
    background: #1da29f;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 450px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.6rem, 2.2vw, 2.4rem);
}
.fvBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.fvBUTTON a:hover {
  color: #FFF;
}
.fvBUTTON a:hover:after {
  right: 1.4rem;
}

@media screen and (max-width: 1200px){
.fvMAIN {
	display: none;
}
.fvMAIN_tab {
	display: block;
	position: relative;
	margin-top: 60px;
}

.fvMAIN_sp {
	display: none;
	position: relative;
	margin-top: 60px;
}
}

@media screen and (max-width: 834px){
.fvMAIN {
	display: none;
}
.fvMAIN_tab {
	display: none;
}

.fvMAIN_sp {
	display: block;
	position: relative;
	margin-top: 60px;
}

}

main .contentWrap {
	max-width: 1120px;
	margin: auto;
}

	
@media screen and (max-width: 834px){	
	
main .contentWrap {
	max-width: 1120px;
	margin: auto;
}
}	




/*------------------------------------

topContent01 

------------------------------------*/

.topContent01 {
	background: #011536;
	padding: 60px 0%;
	box-sizing: border-box;
	color:#fff;
}

.topContent01 h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 40px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
}

.topContent01 h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	color:#1582df;
}


.reasonBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reasonBOX li {
	width: 32.5%;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #023c99;
	border: 1px solid #134ba7;
}
.reasonBOX li figure {
	width: 25%;
	margin: 0 auto 20px; 
}
.reasonBOX li h3 {
	font-size: clamp(1.6rem, 1.6vw, 2rem);
	text-align: center;
	margin-bottom: 10px;
}
.reasonBOX li p {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	text-align: center;
	margin-bottom: 10px;
}



/*------------------------------------

topContent02 

------------------------------------*/

.topContent02 {
	background: #f8f9f9;
	padding: 60px 5%;
	box-sizing: border-box;
}

.topContent02 h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 40px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
}

.topContent02 h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	color:#1582df;
}

.nayamiLISTBG {
	background: #023c99;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 40px;
}
.nayamiLISTBG .inner {
	padding: 20px;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 5px;
}

ul.nayamiLIST li{
    list-style: none;
	text-align: left;
	font-size: clamp(1.5rem, 1.8vw, 2.2rem);
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #a2b0c8;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-weight: 600;
	padding-left: 1.5em;
  text-indent: -1.5em;
	color:#fff;
}
 
ul.nayamiLIST > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  color: #023c99; 
  margin-right: 10px;
	font-size: clamp(1.5rem, 1.8vw, 2.4rem);
}

.topContent02 h3 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 40px;
	font-size: clamp(1.7rem, 3vw, 3.5rem);
	text-align: center;
	font-weight: 600;
}

.topContent02 p {
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	margin-bottom: 10px;
}



.singleBUTTON {
	display: flex;
	justify-content: center;
}

.singleBUTTON a {
    background: #01ab95;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 5px;
    width: 30%;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}
.singleBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.singleBUTTON a:hover {
  color: #FFF;
}
.singleBUTTON a:hover:after {
  right: 1.4rem;
}




/*------------------------------------

topContent03 

------------------------------------*/

.topContent03 {
	background: #011536;
	padding: 50px 5%;
	box-sizing: border-box;
}

.topContent03 h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 40px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
	color:#fff;
}

.topContent03 h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	color:#1582df;
}

.zuBG {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 40px;
}

.topContent03 p {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	margin-bottom: 10px;
	color:#fff;
	text-align: center;
}


.flow-section {
  background: #f5f5f5;
  padding: 90px 20px;
  color: #111;
}

.flow-inner {
  max-width: 980px;
  margin: 0 auto;
}




.flow-list {
  position: relative;
  margin-bottom: 40px;
}

.flow-list::before {
  content: "";
  position: absolute;
  left: 159px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #011536;
}

.flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 80px 1fr;
  gap: 0px;
  padding-bottom: 10px;
	box-sizing: border-box;
	
}

.flow-item:last-child {
  padding-bottom: 0;
}

.flow-num {
 font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 700;
  color: #081428;
  text-align: left;
  padding-top: 0px;
	margin-top: 7px;
	font-family: "Shippori Mincho B1", serif;
}
.flow-num span {
 font-size: clamp(1.5rem, 1.8vw, 2rem);
}

.flow-dot {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  background: #023c99;
  border-radius: 50%;
  margin: 25px auto 0;
  box-shadow: 0 0 0 6px rgba(2, 60, 153, 0.12);
}

.flow-content {
  background-image: linear-gradient(129deg, #002b6f, #023c99);

	color:#fff;
  padding: 15px 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	border-radius: 5px;
	box-sizing: border-box;
	 display: grid;
  place-items: center;
}

.flow-content h3 {
   font-size: clamp(1.7rem, 1.8vw, 2rem);
  margin: 0 0;
	padding: 0;
  font-weight: 500;
	font-family: "Noto Serif JP", serif;
}

.flow-content p {
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
  margin: 0;
	margin-top: 10px;
	border-top: 1px dotted #FFF;
	padding-top: 10px;
	width: 100%;
}



/*------------------------------------

topContent04 

------------------------------------*/

.topContent04 {
	background: #f0f0f0;
	padding: 50px 5%;
	box-sizing: border-box;
}

.topContent04 h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 40px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
}

.topContent04 h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	color:#1582df;
}

.topSPBOX {
	display: flex;
justify-content: space-between;
	margin-bottom: 30px;
}
.topSPBOX li {
	width: 19.2%;
	background: #fff;
	box-shadow: 0 0 30px rgba(100,100,100,0.2);
	padding-bottom: 15px;
	border-radius: 5px;
}
.topSPBOX li figure {
	margin-bottom: 10px;
}
.topSPBOX li figure img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.topSPBOX li h3 {
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	text-align: center;
}

.topContent04 h4 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 20px;
	font-size: clamp(1.6rem, 2.5vw, 3rem);
	text-align: center;
	font-weight: 600;
}


.topContent04 .test p {
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	text-align: center;
}

.topVOICE {
	display: flex;
justify-content: space-between;
	margin-bottom: 20px;
}
.topVOICE li {
	width: 33%;
	display: flex;
justify-content: space-between;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #303030;
	border-radius: 5px;
}
.topVOICE li .ph {
	width: 30%;
}
.topVOICE li .text {
	width: 65%;
}
.topVOICE h4 {
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	font-family: "Noto Serif JP", serif;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #898989;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.topVOICE li .text p {
	text-align: left;
	font-size: clamp(1.4rem, 1.4vw, 1.5rem);
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: 0;
	color:#081428;
}





/*------------------------------------

topContent07 

------------------------------------*/

.topContent07 {
	background: #fff;
	padding: 50px 5%;
	box-sizing: border-box;
}

.topContent07 h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 40px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
}

.topContent07 h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	color:#1582df;
}

.accordion {
margin-bottom: 0px;
}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 5px;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 18px 70px 18px 20px;
	position: relative;
	background: #023c99;
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	line-height: 1.5;
    padding-left: 1.5em;
	text-indent:-0em;
	font-weight: bold;
	color: #fff;
}

.accordion i {
	margin-right: 10px;
	color: #f4be23;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	line-height:1.8;
	padding: 20px;
	background: #f6f5f5;
	border: 1px solid #e9e9e9; 
	margin: 10px 0;
	border-radius: 6px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:50%;
	right:-0px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.faq_txt p {
	font-size: clamp(1.4rem, 1.5vw, 1.7rem);
	padding: 0;
}





/*------------------------------------

CTA

------------------------------------*/

.CTA  {
	position: relative;
	background: url("../../images/top/cta.jpg")no-repeat;
	background-size: cover;
	height: 450px;
	background-position: top center;
	display: block;
	padding: 50px 5%;
	box-sizing: border-box;
}

.CTA h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 40px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
}

.CTA h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	color:#1582df;
}



.CTA p {
	text-align: center;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}







@media screen and (max-width: 834px){



/*------------------------------------

topContent01 

------------------------------------*/

.topContent01 {
	padding: 30px 5%;
	box-sizing: border-box;
	color:#fff;
}

.topContent01 h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 20px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
}

.topContent01 h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(3vw, 1.4vw, 1.6rem);
	color:#02b3fd;
}


.reasonBOX {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reasonBOX li {
	width: auto;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.reasonBOX li figure {
	width: 55px;
	margin: 0 auto 10px; 
}
.reasonBOX li h3 {
	font-size: clamp(1.8rem, 1.6vw, 2rem);
	text-align: center;
	margin-bottom: 10px;
}
.reasonBOX li p {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	text-align: center;
	margin-bottom: 10px;
}



/*------------------------------------

topContent02 

------------------------------------*/

.topContent02 {
	background: #f8f9f9;
	padding: 30px 5%;
	box-sizing: border-box;
}

.topContent02 h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 20px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
}

.topContent02 h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

.nayamiLISTBG {
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 20px;
}
.nayamiLISTBG .inner {
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
}

ul.nayamiLIST li{
    list-style: none;
	text-align: left;
	font-size: clamp(1.5rem, 1.8vw, 2.2rem);
	line-height: 150%;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #797878;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-weight: 600;
	padding-left: 1.5em;
  text-indent: -1.5em;
	color:#fff;
}
 
ul.nayamiLIST > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  margin-right: 10px;
	font-size: clamp(1.5rem, 1.8vw, 2.4rem);
}

.topContent02 h3 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 20px;
	font-size: clamp(1.8rem, 3vw, 3.5rem);
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
}

.topContent02 p {
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	margin-bottom: 10px;
}



.singleBUTTON {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 15px 0 0;
}

.singleBUTTON a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 5px 5px;
    width: auto;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}
.singleBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.singleBUTTON a:hover {
  color: #FFF;
}
.singleBUTTON a:hover:after {
  right: 1.4rem;
}




/*------------------------------------

topContent03 

------------------------------------*/

.topContent03 {
	padding: 30px 5%;
	box-sizing: border-box;
}

.topContent03 h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 20px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
	color:#fff;
	line-height: 1.6;
}

.topContent03 h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

.zuBG {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
}

.topContent03 p {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	margin-bottom: 10px;
	color:#fff;
	text-align: left;
}


.flow-section {
  background: #f5f5f5;
  padding: 90px 20px;
  color: #111;
}

.flow-inner {
  max-width: 980px;
  margin: 0 auto;
}




.flow-list {
  position: relative;
  margin-bottom: 30px;
}

.flow-list::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  width: 3px;
}

.flow-item {
    grid-template-columns: 20px 1fr;
    gap: 16px;
    padding-bottom: 5px;
  }

  .flow-num {
    grid-column: 2;
    text-align: left;
    font-size: 1.6rem;
	  margin-top: -0px;
  }

  .flow-dot {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 6px;
  }

  .flow-content {
    grid-column: 2;
    padding: 10px 20px;
	   display: grid;
  place-items: center;
	  margin-top: -10px;
  }

  .flow-content h3 {
    font-size: 1.6rem;
	  padding: 0;
	  margin: 0;
  }

  .flow-content p {
    font-size: 14px;
    line-height: 1.8;
  }
	

/*------------------------------------

topContent04 

------------------------------------*/

.topContent04 {
	background: #f0f0f0;
	padding: 30px 5%;
	box-sizing: border-box;
}

.topContent04 h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 20px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
}

.topContent04 h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

.topSPBOX {
	display: flex;
	flex-direction: column;
justify-content: space-between;
	margin-bottom: 15px;
}
.topSPBOX li {
	width: auto;
	background: #fff;
	box-shadow: 0 0 30px rgba(100,100,100,0.2);
	padding-bottom: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.topSPBOX li figure {
	margin-bottom: 10px;
}
.topSPBOX li figure img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.topSPBOX li h3 {
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
	text-align: center;
}

.topContent04 h4 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 20px;
	font-size: clamp(1.8rem, 2.5vw, 3rem);
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
}


.topContent04 .test p {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	text-align: left;
}

.topVOICE {
	display: flex;
	flex-direction: column;
justify-content: space-between;
	margin-bottom: 20px;
}
.topVOICE li {
	width: auto;
	display: flex;
justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #303030;
	border-radius: 5px;
	margin-bottom: 10px;
}
.topVOICE li .ph {
	width: 20%;
}
.topVOICE li .text {
	width: 75%;
}
.topVOICE h4 {
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
	font-family: "Noto Serif JP", serif;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #898989;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.topVOICE li .text p {
	text-align: left;
	font-size: clamp(1.4rem, 1.4vw, 1.5rem);
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: 0;
}





/*------------------------------------

topContent07 

------------------------------------*/

.topContent07 {
	background: #fff;
	padding: 30px 5%;
	box-sizing: border-box;
}

.topContent07 h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 20px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
}

.topContent07 h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

.accordion {
margin-bottom: 0px;
}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 5px;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 15px 70px 15px 20px;
	position: relative;
	font-size: clamp(1.4rem, 1.8vw, 2rem);
	line-height: 1.5;
    padding-left: 1.5em;
	text-indent:-0em;
	font-weight: bold;
	color: #fff;
}

.accordion i {
	margin-right: 10px;
	color: #f4be23;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	line-height:1.8;
	padding: 20px;
	background: #f6f5f5;
	margin: 10px 0;
	border-radius: 5px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top:50%;
	right:-0px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.faq_txt p {
	font-size: clamp(1.4rem, 1.5vw, 1.7rem);
	padding: 0;
}





/*------------------------------------

CTA

------------------------------------*/

.CTA  {
	position: relative;
	background: url("../../images/top/ctasp.jpg")no-repeat;
	background-size: cover;
	height: auto;
	background-position: top center;
	display: block;
	padding: 30px 5%;
	box-sizing: border-box;
}

.CTA h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom:20px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
}

.CTA h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

.CTA p {
	text-align: left;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	background:rgba(255,255,255,0.5);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

	
}


/*------------------------------------

subContent 

------------------------------------*/

.subContent {
	background: #f8f9f9;
	padding: 50px 5%;
	box-sizing: border-box;
}

.subContent h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 40px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
}

.subContent h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	color:#1582df;
}

.subContent h3.inrtoH3 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 40px;
	font-size: clamp(2rem, 3vw, 3.5rem);
	text-align: center;
	font-weight: 600;
}


@media screen and (max-width: 834px){
.subContent {
	background: #f8f9f9;
	padding: 25px 5%;
	box-sizing: border-box;
}

.subContent h2 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 20px;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	text-align: center;
	font-weight: 600;
}

.subContent h2 span {
  display: block;
	letter-spacing: 0.5rem;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}
.subContent h3.inrtoH3 {
	 font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: block;
  margin-bottom: 13px;
	font-size: clamp(1.8rem, 3vw, 3.5rem);
	text-align: center;
	font-weight: 600;
	letter-spacing: 0;
}

	
}

.subBLOCK {
	margin-bottom: 50px;
}

@media screen and (max-width: 834px){
.subBLOCK {
	margin-bottom: 30px;
}	
}


.introTEXT {
	margin: -10px 0 50px;
}
.introTEXT p {
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	text-align: center;
	padding: 0;
	margin: 0;
}
.outroTEXT {
	margin: 40px 0;
}
.outroTEXT p {
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	text-align: center;
	padding: 0;
	margin: 0;
}



@media screen and (max-width: 834px){
	
.introTEXT {
	margin: 10px 0 20px;
}
.introTEXT p {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	text-align: center;
	padding: 0;
	margin: 0;
}
	
.outroTEXT {
	margin: 20px 0;
}
.outroTEXT p {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	text-align: center;
	padding: 0;
	margin: 0;
}	
}









