@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}
* {
    font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;

}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
.container img{
	margin:auto;
	display:block;
}
seciton{
	overflow: visible;
}
section img{
	width: 100%;
}
.contents {
    width: 797px;
    margin:auto;
 	background: #fff;
}
.contents01 {
    width: 797px;
    margin:auto;
}
.sp{
	display: none;
}
.sp_only{
	display: none !important;
}
.bt img{
width: 80% !important;
}
.img800{
	max-width: 800px;
}
.img500{
	max-width: 500px;
}

@media screen and (max-width: 1200px){
.contents {
    width: 100%;
}
.contents01 {
    width: 100%;
}
.container img {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 800px){
.img800{
	max-width: 100%;
}
}
@media screen and (max-width: 560px){
.pc{
	display:none !important;
}
.sp_only{
	display: block !important;
    margin: -10px auto auto auto !important;
}
.sp{
	display:inherit;
}
section img{
	margin: auto;
}
.bt img{
width:98% !important;
}
.img500{
	max-width: 100%;
}

}
/************点滅************/
.tenmetu{
  animation: flash 1s linear infinite;
  margin-top: -112px;
}

@keyframes flash {
  0%,100% {
    opacity: 1.5;
  }

  50% {
    opacity: 0;
  }
}
@media screen and (max-width: 1200px){
.tenmetu{
  margin-top: 0;
}
}
.tenmetu02{
  animation: flash01 1s linear infinite;
}

@keyframes flash01 {
  0%,100% {
    opacity: 1.5;
  }

  50% {
    opacity: 0;
  }
}
/************************arrow*****************************/
.arrow {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.arrow span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.arrow span:nth-of-type(2) {
  top: 18px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.arrow span:nth-of-type(3) {
  top: 36px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 750px){
.arrow{
	bottom: 8%;
}
}
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_arrows {
	position: relative;
	display: flex;
	height:90px;
	margin:0 auto;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: #000;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: calc(50% - 25px);
	left: 50%;
	width: 40px;
	height: 40px;
}
.cp_arrows .cp_arrow::before,
.cp_arrows .cp_arrow::after {
	position: absolute;
	display: block;
	width:6px;
	height: 75px;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%) rotateZ(-60deg);
	        transform: translate(-50%, -50%) rotateZ(-60deg);
	transform-origin: bottom right;
	border-radius: 10px;
	background: #fff;
}
.cp_arrows .cp_arrow::after {
	-webkit-transform: translate(-50%, -50%) rotateZ(60deg);
	        transform: translate(-50%, -50%) rotateZ(60deg);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
}
.cp_arrows .cp_bounce {
	-webkit-animation: arrow-move09 2s infinite ease-in-out;
	        animation: arrow-move09 2s infinite ease-in-out;
}
@-webkit-keyframes arrow-move09 {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	48% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
@keyframes arrow-move09 {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	48% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
/**********************ノート風***************************/
.note {
    background-color: #fff;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 2.5em;
    line-height: 2.5;
    padding-bottom: 1px;
    color: #333;
}
.note p{
	font-weight: normal;
    text-align: left;
    font-size: 1.2em;
    line-height: 2.1;
}
@media screen and (max-width: 650px){
.note {
    background-color: #fff;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 1.8em;
    line-height: 2.1em;
    padding-bottom: 1px;
    margin: 30px auto;
    width: 90%;
}
.note p {
    font-size: 1em;
    line-height: 2.1;
}
}
.scroll {
  max-width: 600px;
  width: 90%;                
  height: 130px;  
  margin: auto;
  background: #fff;            /* 横幅を200pxに指定 */
  border: 1px solid #ccc;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
}
.scroll p{
	font-size: 12px;
	text-align: left;
	padding: 10px !important;
}
/*============================================================================
*
* header footer
*
============================================================================*/
.video-bg video {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent; /* 背景も透明に設定 */
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0; /* 角丸がついている場合もあるのでリセット */
  border-radius: 0;
}
.video-bg video::-webkit-media-controls {
  display: none !important; /* デフォルトのビデオコントロールの表示を無効にする */
}
@supports (-webkit-touch-callout: none) {
.video-bg video {
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
  }
}
.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background: #000;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_footer{
	background:no-repeat center url("../img/back02.jpg");
	width: 100%;
    background-position: top;
    overflow: hidden;
    background-size: cover;
}/*
.header{
	background-image: url("../img/header_back.jpg");
	background-image: image-set(
  url("../img/header_back.avif") type("image/avif"),
  url("../img/header_back.webp") type("image/webp"),
  url("../img/header_back.jpg") type("image/jpeg"));
	background-position:center;
	background-repeat:no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    background-blend-mode: hard-light;
}*/
.header-inner{
    transition: all 500ms;
    max-width: 1030px/*66rem*/;
    margin: auto;
    /*padding: 1em 0;*/
}
.header-inner img{
	width: 100%;
}
.header-inner .pc{
    margin: auto;
    display: block;
}
.catch{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: inherit;
	margin: auto;
	padding: 20px 0;
}
.catch p{
	font-size: 2em;
	color: #fff;
	font-family: 'Noto Sans JP';
}
.underline{
	border-bottom: solid;
	border-color: #aaa;
	border-width: 1px;
}
.catch h1{
	padding: 20px 0;
	font-size: 3em;
	color: #fff;
}
.catch h1 .big{
	font-size: 136%;
}
.catch h1 .space{
	letter-spacing: -15px;
}
.catch .flex{
	display: flex;
	justify-content: space-between;
}
.catch .flex .system_img{
	position: relative;
	width: 40%;
}
.catch .flex .system_img img{
	width: auto;
	max-width: 100%;
}
.catch .flex small{
	text-align: left;
    position: absolute;
    top:485px;
    right: 10%;
    color: #fff;
    font-weight: normal;
    font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
.catch .from_area{	
	width: 56%;
}
.catch .from_area p{
	font-size: 1em;
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	line-height: 1.5;
}
.catch .check_box{
	font-size: 1em;
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	background: #fff;
    padding: 16px 0 16px 50px;
    margin: 9px auto;
    border: double #ffc430 0.25rem;
}
.catch .check_box ul {
    padding: 0;
    font-size: 1em;
    text-align: left;
}
.catch .form_back{
    background: #fff;
    width: 100%;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #acc0ca;
    margin: 0;
}
.catch .from_area form{
	padding: 1rem;
	background: rgb(240,243,245);
}
.catch .from_area form input[type='text'] {
    width: 96%;
    height: 2.6rem;
}
.catch .from_area form p{
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}
.catch .form_back .small{
	font-size: 10px;
    font-weight: normal;
}
::placeholder {
	text-align: center;
}
@media (max-width: 1209px){
.header-inner .pc{
	width: 100%;
}
}
@media (max-width: 1100px){
.header-inner img {
    width: auto;
    max-width: 100%;
}
}

@media (min-width: 992px){
.video-bg {
	background-position: bottom;
}
.container{
    max-width: 960px;
    margin: auto;
}
}
@media screen and (max-width: 860px){
.header-inner .pc{
	display: none;
}
.header-inner .sp{
	display: block;
}
.catch p {
    font-size: 1.5em;
 }
.catch h1 {
    font-size: 2em;
    padding-bottom: 0;
    padding-top: 10px;
 }
.catch .flex {
    display: block;
}
.catch .flex .system_img {
    position: relative;
    width: 50%;
    max-width: 300px;
    margin: auto;
}
.catch .flex small {
    position: absolute;
    font-size: 9px;
    top: 30%;
    left: -50%;
}
.catch .from_area p {
    font-size: 0.6em;
}
.catch .from_area form p {
    font-size: 1em;
}
.catch .check_box {
    font-size: 0.8em;
    padding: 9px 0 9px 30px;
}
.header .catch{
	width: 96%;
	margin: auto;
}
.catch .from_area {
    width: 100%;
    margin: auto;
}
}
@media (max-width: 560px){
/*.header{
	background-image: url(../img/header_back_sp.jpg);
	background-image: image-set(
  url("../img/header_back_sp.avif") type("image/avif"),
  url("../img/header_back_sp.webp") type("image/webp"),
  url("../img/header_back_sp.jpg") type("image/jpeg"));
  margin-bottom: 30px;
}*/
}
@media screen and (max-width: 560px){
.catch h1 {
    font-size: 1.4em;
    line-height: 1;
}
.catch h1 .space {
    letter-spacing: normal;
}
.catch .flex .system_img {
    position: relative;
    width: 86%;
    max-width: 300px;
    margin: 0 0 0 auto;
}
.catch .flex small {
    position: absolute;
    font-size: 9px;
    top: 30%;
    left: -10%;
}
.catch .flex .system_img img {
    width: auto;
    max-width: 135px;
}
.catch .check_box {
    margin-top: 0;
}
.catch .from_area form {
    padding: 0.5rem 1rem;
}
.catch .from_area form input[type='text'] {
    width: 96%;
    height: 36px;
    margin-top: 0;
}
p{
	font-size: 14px;
}
}
/*============================================================================
*
*コンテンツ
*
============================================================================*/
/*************youtube***************/
.youtube {
  width: 95%;
  aspect-ratio: 16 / 9;
  margin: auto;
}
.youtube video {
  width: 100%;
  height: 100%;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
/**********************************/

.contents_box p{
    font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;

}
h2{
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	/*font-family: 'Noto Serif JP', serif;*/
	padding: 0 1em;
}
@media screen and (max-width: 636px){
h2{
    font-size:1.5em;
    padding: 0 0.5em;
}
}
.light_blue{
	background-color: #ddeaf6;
	padding-bottom: 36px;
}
.dark_blue{
	background-color: #062a75;
    position: relative;
}
.gray{
	background-color: #f7f7f7;
}
.back_green{
	background-color: #1aad7a;
}
.back_yellow{
	background: #ffff00;
}
.back_yellow .contents_box{
    padding: 30px 0 !important;
}
.strong{
	font-weight: bold;
	font-size: 1.5em;
}	
section p{
	text-align: center;
}
p,ul{
    line-height: 1.5;
    font-weight: 500;
}
.contents_box .mini{
	font-size: 14px;
	padding: 0 2em;
	text-align: center;
}
.comment{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.cm_box{
	width: 31.0345%;
	box-shadow: 0 0 8px rgb(0 0 0 / 16%);
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}
.cm_box img{
    display: block;
    width: 100% !important;
    height: auto;
}
.text_area{
	padding: 16px 16px 34px;
}
.text_area p{
	font-size: .75rem;
    color: #444;
    text-align: left;
    padding: 0 !important;
}
.text_area .old{
	font-size: 1rem;
    line-height: 2.2;
    color: #111;
}
.pc_margin{
	margin-bottom: 30px;
}
.step_position{
	position: absolute;
    top: 48px;
    right: 6%;
    width: 23% !important;
}
.step_margin{
	margin-top: 4vw !important;
}
.step_p{
    text-align: center;
    font-size: 1.2em;
    margin-top: 13px;
}
.btn_shadow{
	filter: drop-shadow(0px 6px 0px rgba(21, 119, 79, 10));
	position: relative;
	z-index: 1;
}
.btn_shadow:hover{
	filter:none;
	transform: translateY(5px);
}
.men_position{
	position: absolute;
    bottom: 50px;
    left:0;
    width: 156px !important;
}
.fp_position{
	position: absolute;
    bottom: 50px;
    right:0;
    width: 213px !important;
}
.flow_back{
	background: #f2f2f2;
	padding-bottom: 30px;
	border-radius: 16px;
	padding-top: 30px;
}
.flow_back p{
	line-height: 1.5;
	padding: 20px 0;
	color: #505050;
}
.flow_margin{
    margin-top: 1vw !important;
}

	
.flow_back .text{
	color: #2ea99d;
	font-weight: 600;
}
.flow_back .border{
	 border-bottom:3px solid;
    padding-bottom: 6px;
}
/****************************自己紹介***********************************/
.note_back .text{
	text-align: left;
	padding: 2em;
	font-weight: normal;
}
@media screen and (max-width: 650px){
.note_back .text{
	padding: 1.5em 1em;
}
}
/*******************************************/
/*slider*/
/*******************************************/

.slide2 {
    width: 100%;
    margin:30px auto;
    max-width: 850px;
}
.slide2 ul li::after{
	display: none;
}
.slide2 ul{
	padding: 0 !important;
	background: #fff;
}
.slide2 ul li {
   /* border: 3px solid rgba(22, 32, 102, 1);*/
    margin: auto 6px;
}
.prev-arrow {
    width: 26px;
    background: #ccc;
    position: absolute;
    top: 45%;
    z-index: 1;
    left: 0;
}
.next-arrow {
    width: 26px;
    background: #ccc;
    position: absolute;
    top: 45%;
    z-index: 1;
    right: 0;
}
/*******************************************/
/*コンテンツ内容*/
/*******************************************/
.daruma_back{
    background: url(../img/back02.jpg) no-repeat center top;
	background-image: image-set(
  url("../img/back02.avif") type("image/avif"),
  url("../img/back02.webp") type("image/webp"),
  url("../img/back02.jpg") type("image/jpeg"));
    background-size: cover;
}
.daruma_back01{
    background: url(../img/service_back.jpg) no-repeat center top;
	background-image: image-set(
  url("../img/service_back.avif") type("image/avif"),
  url("../img/service_back.webp") type("image/webp"),
  url("../img/service_back.jpg") type("image/jpeg"));
    background-size: cover;
    background-attachment: fixed;
}
.daruma_back02{
    background: url(../img/header_back.jpg) no-repeat center top;
	background-image: image-set(
  url("../img/header_back.avif") type("image/avif"),
  url("../img/header_back.webp") type("image/webp"),
  url("../img/header_back.jpg") type("image/jpeg"));
    background-size: cover;
}

.seminar {
    background: url(../img/back02.jpg) no-repeat center top;
	/*background-image: image-set(
  url("../img/back02.avif") type("image/avif"),
  url("../back02.webp") type("image/webp"),
  url("../back02.jpg") type("image/jpeg"));*/
    background-attachment: fixed;
    background-size: cover;
}
.seminar h2 {
    text-shadow: #104565 0 0 10px, #104565 0 0 10px, #fff 0 0 10px, #fff 0 0 10px;
    color: #fff;
}
.seminar .contents_box {
    max-width: 1024px;
    margin: auto;
    width: 100%;
    overflow: visible;
    padding: 60px 0;
    position: relative;
    text-align: center;
    display: flow-root;
    box-sizing: border-box;
}
.seminar_box {
    background: rgb(0 0 0 / 69%);
    border-radius: 0px;
    margin: 60px auto;
    padding: 35px 25px;
    position: relative;
    width: 96%;
    max-width: 760px;
    box-sizing: border-box;
    border: 1px solid #fff;
    box-shadow: 0 0 6px #04bab6, 0 0 9px #04bab6, 0 0 61px #04bab6;
}
.impress .seminar_box{
    box-shadow: 0 0 6px #ccc, 0 0 9px #ccc;
}
.seminar_box_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.seminar_box_catch {
    background: #ffff00;
    border: 2px solid var(--main-theme-color);
    color: #000;
    font-size: 32px;
    font-weight: 600;
    padding: 2px 50px;
    position: absolute;
    right: 3%;
    top: -30px;
    width: 100%;
    max-width: max-content;
    font-family: 'Noto Serif JP';
}
.seminar_box_image {
    width: 30%;
}
.seminar_box_image img {
    max-width: 100%;
}
.seminar_box_text {
    margin: 15px 0 0 15px;
    width: 63%;
    border-bottom: 1px solid #fff;
    font-size: 1.5em;
}
.seminar_box_text p {
    padding: 0 !important;
    color: #fff;
}
.seminar_box_point {
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    border: 5px solid var(--main-theme-color);
    box-shadow: 5px 5px 0 var(--main-theme-color);
    padding: 26px 10px 0;
    position: relative;
    text-align: center;
}
.seminar_box_point ul{
    list-style-type: none;
    padding: 0.5em 1.5em;
}
.seminar_box_point ul li {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #fff;
}
.seminar_box_text p{
	text-align: left;
    color: #ffff00;
}
.plan_box {
    background: #fff;
    border-radius: 0px;
    margin: 60px auto 90px;
    padding: 60px 25px  35px;
    position: relative;
    width: 96%;
    max-width:850px;
    box-sizing: border-box;
    border: 1px solid #fff;
    box-shadow: 0 0 6px #00ff00, 0 0 9px #00ff00;
}
.plan02{
    box-shadow: 0 0 6px #00ffff, 0 0 9px #00ffff;
}
.plan03{
    box-shadow: 0 0 6px #ffff00, 0 0 9px #ffff00;
}
.tokuten{
    box-shadow: 0 0 6px #ffff00, 0 0 9px #ffff00;
}
.plan_box_catch {
    border: 2px solid var(--main-theme-color);
    color: #00ff00;
    font-size: 36px;
    font-weight: 600;
    padding: 20px 40px;
    top: 0;
    width:630px;
    max-width: 90%;
    box-sizing: border-box;
  position: absolute;
  background: #000;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  box-shadow: 0 0 6px #00ff00, 0 0 9px #00ff00;
}
.plan02 .plan_box_catch{
  box-shadow: 0 0 6px #00ffff, 0 0 9px #00ffff;
    color: #00ffff;
}
.plan03 .plan_box_catch{
  box-shadow: 0 0 6px #ffff00, 0 0 9px #ffff00;
    color: #ffff00;
}
.tokuten .plan_box_catch{
  box-shadow: 0 0 6px #ffff00, 0 0 9px #ffff00;
    color: #ffff00;
}


.plan_box img{
	width: 90% !important;
}
@media screen and (max-width: 750px){
.plan_box_catch {
    font-size: 19px;
    padding: 20px 10px;
}
.plan_box{
	padding: 60px 0 0;
	margin-bottom: 60px;
}
.tokuten{
	padding-bottom: 30px;
}
.plan_box img{
	width: 100% !important;
}
}
@media screen and (max-width: 650px){
.seminar .contents_box {
    padding: 30px 0;
}
.seminar_box_text p {
    font-size: 17pt;
}
.seminar_box {
    padding: 23px 14px 10px;
    margin-bottom: 30px;
}
.seminar_box_inner {
    display: flex;
}
.seminar_box_catch {
    font-size: 26px;
    position: absolute;
    top: -20px;
}
.seminar_box_text {
    margin-bottom: 15px;
    width: 100%;
    order: 1;
}
.seminar_box_image {
    width: 100%;
    order: 2;
}
.seminar_box_point {
    padding: 16px 0;
    order: 3;
}
.seminar_box_point ul {
    padding: 0.5em 1em 0em;
}
.seminar_box_point ul li {
    font-size: 16px;
}
}
/****************************得られる3つのこと***********************************/
.contents_box .p-voice__ttl-en {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.25em;
    font-weight: 600;
    font-family: "Cormorant", serif !important;
    color: #8e7f48;
}
.cp_bgpattern  {
    padding: 0;
    background: url(../img/back_01.jpg) no-repeat center;
	background-image: image-set(
  url("../img/back_01.avif") type("image/avif"),
  url("../back_01.webp") type("image/webp"),
  url("../back_01.jpg") type("image/jpeg"));
    background-color: #021118;
    background-size: cover;
    position: relative;
    background-position: top right;
}
.cp_bgpattern .seminar_box {
    background: rgb(0 0 0 / 69%);
    border-radius: 0px;
    margin: 60px auto;
    padding: 35px 25px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 920px;
    box-sizing: border-box;
    border: 1px solid #fff;
    box-shadow: 0 0 6px #04bab6, 0 0 9px #04bab6, 0 0 61px #04bab6;
}
.cp_bgpattern .seminar_box .title{
    color: #ffff00;
    font-weight: bold;
    font-size: 1.5em;
}
.cp_bgpattern .seminar_box p {
    color: #fff;
    text-align: left;
    padding: 0;
    font-size: 1.2em;
    font-weight: normal;
}
@media screen and (max-width: 650px){
.cp_bgpattern .seminar_box .title {
    font-size: 0.8em;
}
.cp_bgpattern .seminar_box {
	width: 93%;
	margin: 30px auto;
	padding: 0px 12px;
}
.cp_bgpattern .seminar_box p {
    font-size: 1em;
}
}


.cp_bgpattern h2{
	text-shadow:#104565 0 0 10px, #104565 0 0 10px, #fff 0 0 10px, #fff 0 0 10px;
	color: #fff;
}
.catch_text{
	color: #8a0808 !important;
	text-shadow:none !important;
	text-align: center;
	padding: 1em;
}
.point_style{
	margin-top: -60px !important;
	border: 3px solid;
}
.point_style0{
	border: 3px solid;
	margin: 30px auto !important;
}


.point_box{
    background:#FBF9F7;
    border-radius: 20px;
    box-shadow: rgb(93 93 93 / 25%) 2px 2px 4px 0;
    margin: 30px auto;
    padding: 35px 25px;
    position: relative;
    width: 96%;
    max-width: 1020px;
    box-sizing:border-box;
}
.point_box_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.point_box_catch {
    background: #8a0808;
    border: 2px solid var(--main-theme-color);
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    padding: 2px 50px;
    position: absolute;
    right: 3%;
    top: -30px;
    width: 100%;
    max-width: max-content;
    font-family: 'Noto Serif JP';
}
.point_strong{
	color:#ff0000;
	font-weight: bold;
}
.point_blue{
	color: #000080;
	font-weight: bold;
}
.point_box_image {
    width: 30%;
}
.point_box_image img{
	max-width: 100%;
}
.point_box_text {
    margin: 15px 0 0;
    width: 63%;
    border-bottom: 1px solid;
}
.point_box_text p{
	padding: 0 !important;
}
.point_box_point {
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    border: 5px solid var(--main-theme-color);
    box-shadow: 5px 5px 0 var(--main-theme-color);
    position: relative;
    text-align: center;
}
.point_box p{
	text-align: left;
    font-weight: bold;
}
.point_box_point p{
	font-weight: normal;
	font-size: 1em;
}
.un_line{
	text-decoration: underline;
	font-weight: bold;
}
.normal{
    font-size: 16px;
    font-weight: normal;
}
.light_gray{
    background: rgb(240,243,245);
}

@media screen and (max-width: 635px) {
.point_box_catch{
	font-size: 26px;
	position: absolute;
	top:-20px;
}
.point_box{
	padding: 35px 14px;
	margin-bottom: 0;
}
.point_box_inner {
	display: flex;
    flex-wrap: column;
}
.point_box_text {
	margin-bottom: 15px;
    width: 100%;
    order: 1;
}
.point_box_text p{
    font-size: 1.1em;
    line-height: 1.5;
}
.point_box_image {
	width: 100%;
	order:2;
}
.point_box_point {
	order:3;
}
.point_box_point p{
    /*font-family: Roboto !important;*/
}
.normal {
    font-size: 14px;
}
}

/****************ご利用になった方からの感想***********************/
.note_back{
	background-color: #fff;
	/*background-image: radial-gradient(#cecece 1px, #fff 1px);
	background-size: 20px 20px;*/
}
.impress{
    margin: 30px auto;
    width: 96%;
    /*box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    border: 1px solid #dddddd;*/
    padding: 10px 0;
    background: #fff;
}
.imp_img{
	width: 20%;
	max-width: 200px;
}
.imp_img img{
	width: 100%;
}
.imp_text{
	width: 78%;
}
.contents_box .imp_text p{
	text-align: left;
	font-weight: normal;
    font-size: 1em;
    /*font-family: Roboto !important;*/
    padding: 0;
}
small{
    font-size: 12px;
}

@media screen and (max-width: 635px) {
.impress{
	display: block;
}
.imp_img {
    width: 36%;
    max-width: 200px;
    margin: auto;
}
.imp_text {
    width: 90%;
    margin: auto;
}
}
/***************エキスパートシステム***********************/
.contents_box .expert_text{
	padding-top: 1em;
}
strong{
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    background-image: linear-gradient(90deg, #d60000 10%, #570000 90%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
	font-size: 660%;
	font-weight: 900;
}
.contents_box .normal_text{
    text-align: left;
    font-weight: normal;
    font-size: 1em;
    /*font-family: Roboto !important;*/
    padding: 3em 2.3em;
}
.line{
  background: linear-gradient(to right, red, black);
  height: 1px;
  border: none;
  width: 90%;
}
.flex01{
	display: flex;
    flex-direction: row-reverse;
}
.contents_box .flex01 img{
    width: 36%;
}


@media screen and (max-width: 635px) {
.flex01{
	display: block;
}
.contents_box .flex01 img{
    width: 90%;
    margin:30px auto 0;
    max-width: 300px;
}
strong{
		font-size: 360%;
}
.contents_box .normal_text{
	padding: 0em 1em;
}
}

/***************ランキング***********************/
.ranking_back{
	background-image: url(../img/ranking_back.jpg);
    background-repeat: no-repeat;
    animation: none;
    background-size: cover;
}
.ranking_back h2{
	 color: #fff;
	 font-size: 4em;
}
.company {
	padding: 60px 0 !important;
}
.company .text_box{
	width: 96%;
	background: #fff;
	border-radius:22px;
	margin: auto;
}
.company .normal_text{
	padding: 1em 2.3em;
}
h3{
	font-family: 'Noto Serif JP', serif;
    font-size: 2em;
}
@media screen and (max-width: 768px) {
.company {
	padding: 30px 0 !important;
}
}
@media screen and (max-width: 636px) {
.ranking_back h2{
	font-size: 1.6em;
}
h3{
	font-size: 1.5em;
}
.company .normal_text {
    padding: 1em 1em 0;
}
}


/****************あなたは知ってますか***********************/
.you_know{
	background-image: url("../img/back01.webp");
	background-image: image-set(
  url("../img/back01.avif") type("image/avif"),
  url("../img/back01.webp") type("image/webp"),
  url("../img/back01.jpg") type("image/jpeg"));
	background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.texture{
    background-image: radial-gradient(#000 35%, transparent 36%), radial-gradient(#000 35%, transparent 36%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}
.you_know p{
	text-align: center;
	color: #fff;
	text-shadow: #000 1px 0 10px;
}
/****************あなたはどっち？***********************/
.strong_catch{
	font-size: 2.5em;
	margin-top: 20px;
	font-weight: 900;
}

@media screen and (min-width: 637px){
.strong_catch small{
	font-size:inherit;
}
}
@media screen and (max-width: 636px){
.strong_catch{
    font-size:1.6em;
}
}
.down_money{
	display: flex;
	padding: 12px 0 !important;
	align-items: center;
}
.down_money img{
	width: 40% !important;
}
.down_money p{
	text-align: left;
}
.gradation{
background-image: linear-gradient(0deg, rgba(3, 194, 186, 1), rgba(22, 32, 102, 1)66%);
overflow: auto;
}
.gradation:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: rgba(3, 194, 186, 1) transparent transparent transparent;
  border-width: 30px 30px 0 30px;
}
.slanting{
    text-align: center;
    position: relative;
    color: white;
    padding: 60px 0;           
 }
.slanting::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: skewY(2deg);
    background-image: url("../img/down.webp");
	background-image: image-set(
  url("../img/down.avif") type("image/avif"),
  url("../img/down.webp") type("image/webp"),
  url("../img/down.jpg") type("image/jpeg"));
     background-repeat: no-repeat;
    background-size: cover;
    z-index: 0; /*一番後ろにするために-2に変更*/
}
.slanting_01{
    text-align: center;
    position: relative;
    color: white;
    padding: 60px 0;           
 }
.slanting_01::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: skewY(-2deg);
    background-image: url("../img/ai_img.webp");
	background-image: image-set(
  url("../img/ai_img.avif") type("image/avif"),
  url("../img/ai_img.webp") type("image/webp"),
  url("../img/ai_img.jpg") type("image/jpeg"));
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0; /*一番後ろにするために-2に変更*/
}
@media screen and (max-width: 1030px){
.down_money .medium{
font-size: 1.5em;
}
}
@media screen and (max-width: 680px){
.down_money{
display: flex;
    flex-wrap: wrap;
}
.down_money img{
	width: 90% !important;
	margin: auto;
	order: 1;
}
.down_money p{
	width: 90% !important;
	text-align: center;
	order: 2;
}
.down_money .medium{
font-size: 200%;
}
}
@media screen and (max-width: 560px){
.down_money .medium {
    font-size: 120%;
}
.slanting {
    padding: 10px 0;
}
.men_q{
	padding: 0 !important;
}

}
/****************つまり***********************/
.text_box {
    width: 90%;
    margin: 30px auto;
    padding: 2rem 0;
    background: #eee;
}
.slash{
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin: 36px auto;
}
       
.slash:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.slash:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.shadow{
	filter: drop-shadow(0px 0px 9px rgba(0,0,0,0.6));
	margin: 20px auto !important;
}

@media screen and (max-width: 560px){
.slash:before {
    left: 16px;
} 
.slash:after {
    right: 16px;
}
.shadow{
	margin: 10px auto !important;
}
}
/***************************************/
.gradation01{
background-image: linear-gradient(0deg, rgba(3, 194, 186, 1), rgba(22, 32, 102, 1)66%)
}
.chart{
 	background-image: url(../img/chart.png);
 	background-repeat: no-repeat;
    background-position: 50% 21%;
 }
.hukidasi{
    color: rgba(22, 32, 102, 1);
    background: #fff;
    border-radius: 13px;
    line-height: 1.5;
    border: solid 6px;
    width: 85%;
    padding: 20px 0 !important;
    margin: 30px auto 0;
    left: 0;
    right: 0;
    position: absolute;
    top: -60px;
    z-index: 1;
}
.hukidasi::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid rgba(22, 32, 102, 1);
}
.hukidasi::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}
.hukidasi_next{
	margin-top: 80px;
}

.gradation01 .flex{
	display: flex;
	justify-content: space-between;
}
.gradation01 .text_box{
	border-radius:20px;
	background: #fff;
	width: 40%;
	margin: 60px auto;
}
.gradation01 .text_box p{
    line-height: 1.3;
    font-size: 260%;
    background-image: linear-gradient(0deg, #008799 10%, #0857bf 90%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
padding: 0;
}

@media screen and (max-width: 560px){
.hukidasi{
    border: solid 3px;
    top: -50px;
    padding: 10px 0 !important;
}
.hukidasi::before {
    bottom: -21px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(22, 32, 102, 1);
}
.hukidasi::after {
    bottom: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fff;
}
.hukidasi_next{
	margin-top: 50px;
}
.gradation01 .text_box p{
    font-size: 130%;
}
.gradation01 .text_box {
    margin: 30px auto;
}
.chart{
	background-size: contain;
}
}
/****************もしもあなたが***********************/
.winner{
    background-image: url("../img/winner.webp");
	background-image: image-set(
  url("../img/winner.avif") type("image/avif"),
  url("../img/winner.webp") type("image/webp"),
  url("../img/winner.jpg") type("image/jpeg"));
 	background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.winner .texture{
    background-image: radial-gradient(#fff 23%, transparent 9%), radial-gradient(#fff 9%, transparent 39%);
}
.winner .contents_box {
    padding: 115px 0 11px;
}
.w_shadow{ 
	text-shadow: #fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px;}
.winner .text_box{
	background: #fff;
	max-width: 730px;
    position: relative;
    border: solid 5px rgba(255, 0, 0, 1);
}
.winner .text_box:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -39px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: rgba(255, 0, 0, 1) transparent transparent transparent;
    border-width: 39px 60px 0 60px;
}
.midway {
	padding: 30px 0;
}
.midway .form_back{
	margin: 30px auto;
}
@media screen and (max-width: 560px){
.winner .text_box {
    padding: 14px 0;
}
.midway {
    padding: 1px 0;
}
}
/****************使用者の取引実績**********************/

.gradation01 .slash:before,
.gradation01 .slash:after {
    background: #fff;
}
.neon {
    text-shadow: 0 0 35px #0000ff, 0 0 17px #0fa, 0 0 73px #0fa;
}

@media screen and (max-width: 600px){
.catch {
    width: 90%;
}
.catch h2 {
    font-size: 1.2em;
}
.slash {
    margin: 12px auto;
}
}
/****************3冠達成**********************/
.kirakira{
    background-image: url("../img/kirakira.webp");
	background-image: image-set(
  url("../img/kirakira.avif") type("image/avif"),
  url("../img/kirakira.webp") type("image/webp"),
  url("../img/kirakira.jpg") type("image/jpeg"));
    background-size:cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #000;
}
.kirakira .texture{
	max-width: 1024px;
    margin: auto;
}

.kirakira .text_box {
    background: rgba(0, 0, 0, 0.6);
    max-width: 730px;
    position: relative;
    border: solid 1px #fff;
    box-shadow: 0 0 6px #ffffcf, 0 0 9px #ffffcf, 0 0 61px #ffffcf;
}
.kirakira .small{
	text-align: right;
	color: #fff;
	font-size: 10px;
}

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

.kirakira .text_box{
	padding: 20px 0;
}
}
/****************選ばれる理由**********************/
.dark_blue .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px){
.dark_blue .flex picture{
	width: 50%;
}
}

/****************初心者**********************/
.dot{
        background-image:
            radial-gradient(290px 300px , rgba(123,222,217, 0.5) 20%, transparent 20%),
            radial-gradient(800px 780px , rgba(123,222,217, 0.5) 20%, transparent 20%),
            radial-gradient(1000px 990px , rgba(123,222,217, 0.5) 20%, transparent 20%),
            radial-gradient(400px 380px , rgba(123,222,217, 0.5) 20%, transparent 20%),
            radial-gradient(750px 750px , rgba(123,222,217, 0.5) 20%, transparent 20%),
            radial-gradient(100px 100px , rgba(123,222,217, 0.5) 20%, transparent 20%);
        background-size: 
            1230px 1280px,
            810px 910px,
            1470px 990px,
            1200px 1700px,
            1520px 1200px,
            1100px 1300px;
        background-position: 
            -300px -538px,
            -201px 77px,
            372px 521px,
            -205px -550px,
            -180px -221px,
            118px -134px;
}

/****************事例***********************/
.voice_back{
    background-color: #ddeaf6;
    padding-bottom: 36px;
}
.voice_flex{
	display: flex;
    margin-top: 60px;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    max-width:1200px;
}
.voice_box{
	width: 32%;
}
.voice_top{
	display: flex;
	padding: 0 10px;    
    align-items: end;
}
.voice_img{
    width: 93px;
    flex-shrink: 0;
    padding-right: 10px;
}
.voice_img img{
	width: 100% !important;
	height: auto !important;
}
.voice_text {
	padding-bottom: 10px;
}
.voice_text p{
    font-size: 1em;
    padding: 0 !important;
    text-align: left !important;
    margin-bottom: 16px;
    line-height: 1.5;
}
.prof{
	background: rgba(22, 32, 102, 1);
	color: #fff;
    font-weight: 600;
    padding: 3px 20px;
    display: block;
    text-align: center;
}
.voice{
    background: #fff;
    display: block;
    padding: 20px 13px;
    border-radius: 25px;
}
.voice p{
    padding: 0 !important;
    font-size: 1em !important;
    text-align: left !important;
}
@media screen and (max-width:1200px) {
.voice_box {
    margin: 0 1.2667%;
    width: 98%;
    flex-shrink: 0;
}
}

@media screen and (max-width:800px) {
.voice_top{
	padding: 0;
}
}

@media screen and (min-width: 561px) and (max-width: 636px) {
p{
    font-size: 1.3em;
}
.money_position01 {
    font-size: 1.3em;
}
.sp {
    display:block;
}

.ifomation {
    color: #fff;
    font-size: 1.5em;
}
}

/****************お申込み方法***********************/
.step .flex{
	align-items:center;
}
.step .flex .step_text{
	width: 70%;
}
.step .flex img{
	width: 30%;
}
.step .white{	
	padding: 0;
}
.step .slash{
	margin-bottom: 0;
}
.step .slash:before,
.step .slash:after {
    background: #fff;
}
.step .medium {
    font-size: 150%;
    letter-spacing: -4px;
}
.step .medium_3 {
    font-size: 120%;
    letter-spacing: -17px;
}

@media screen and (max-width:763px) {
.step .medium,.step .medium_3 {
    letter-spacing: normal;
}
}
@media screen and (max-width:630px) {
.step .flex{
	display: block;
}
.step .flex .step_text{
	width: 95%;
    padding: 0 !important;
    margin: auto;
}
.step .flex img{
	width: 300px;
	margin: auto;
}
.step .slash {
    margin: auto;
    display: block;
}
.step_text .big{
	font-size: 110%;
}
}


@media screen and (max-width:580px) {
.sp_text{
    font-size: 0.6em;
}
}


/****************message***********************/
.note4{
    color: #fff;
    margin: 2em auto;
    font-weight: bold;
    padding: 0.3em 1em 2em 1em;
    font-size: 140%;
    max-width: 700px;
}
.sen4{
      background-color: #062a75;
    background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #062a75 0%, #062a75 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #fff 100%);
    background-size: 8px 100%,100% 2em;
    line-height: 2em;
}
@media screen and (max-width:580px) {
.note4{
    font-size: 100%;
}
}
/****************最後に***********************/
.saigo{
	padding: 20px 0 !important;
}
/****************プロフィール***********************/

.profile-card{
  position: relative;
  background: #fff; 
  box-shadow: 0px 1px 3px rgba(0,0,0,.18);
  overflow: hidden;
  margin:30px  auto 0;
  width: 96%;
  max-width: 760px;
}

.profile-card:before{
 width:120%;
 height:130px;
 content:"";
 transform:skew(15deg,10deg);
 background: #70b7ff; /*???w?i??F*/
 position:  absolute;
 top:-15%;
 left:-10%;
 z-index: 0;
}

.profile-card:after{
 width:120%;
 height:140px;
 content:"";
 transform:skew(15deg,10deg);
 background: #70b7ff; /*???w?i??F*/
 position:  absolute;
 bottom:-21%;
 left:-10%;
 z-index: 0;
}

.profile-card__inner{
 position: relative;
  z-index: 1;
}

.profile-thumb{
    overflow: hidden;
    width: 112px;
    height: 110px;
    border: #fff 3px solid;
    border-radius:72px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background: #fff;
}

.contents_box .profile-thumb img{
  display: block;
    width: 100% ;
    height: auto;
}
@media screen and (max-width: 960px){
.contents_box .profile-thumb img {
    max-width: 100%;
}
.profile-card {
    width: 90%;
    margin: 30px auto;
}
.profile-card:after {
    width: 120%;
    height: 140px;
    content: "";
    transform: skew(15deg,10deg);
    background: #70b7ff;
    position: absolute;
    bottom: -15%;
    left: -10%;
    z-index: 0;
}
}
.profile-content{
  margin: 0 0 49px;
  padding: 15px;
}

.profile-content span{
  display: block;
  color: #000;
  text-align: left;
}

.profile-name{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center !important;
  font-size: 20px;
}

.profile-kana{
  font-size: 14px;
  text-align: center !important;
}

.profile-intro{
  font-size: 16px;
    text-align: left;
    line-height: 1.8;
}
/****************ここまで***********************/

ul {
  list-style-type: none;
   padding: 0em 2.5em;
}
li {
  position: relative;
  line-height: 1.8;
  text-align: left;
}
li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #0490ba;
  border-bottom: 3px solid #0490ba;
  transform: rotate(-45deg);
}
.contents_box{
	max-width: 900px;
	margin:auto;
	width: 100%;
	overflow: visible;
    padding:20px 0;
    position: relative;
    text-align:center;
    display: flow-root;
}
.contents_box p{
	padding:0 2em;
	font-size: 1.2em;
}
.contents_box img{
	width: auto;
    display: block;
    margin: auto;
    max-width: 800px;
    box-sizing: border-box;
}
a img{
	margin: 20px auto;
}

.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}
.fuwafuwa:hover{
	animation:none;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
footer{
	background: #000;
	text-align: center;
	padding: 20px 0;
	color: #FFF;
	font-size: 14px;
}
footer p{
	padding: 0;
	font-size: 14px;
}
footer a{
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
}
#ft_btn{
	display: none;
}
.tokuten_img{
	max-width: 780px;
}
@media screen and (max-width: 960px){
.contents_box img{
    max-width: 95%;
}
.flow_back{
	max-width: 95%;
	margin: auto;
    display: block;
}
.flow_back img {
    max-width: 100%;
}
}
@media screen and (max-width: 860px){
.men_position{
	display: none !important;
}
.fp_position{
	display: none !important;
}
.tokuten_img{
	max-width: 95%;
}
}
@media (max-width: 750px) {
.comment{
    margin: 24px auto 0;
    overflow-x: auto;
    width: 100%;
}
.cm_box{
    margin: 0 4.2667%;
    width: 78.1333%;
    flex-shrink: 0;
}
.contents_box .cm_box img {
    max-width: 100% !important;
}
.scroll-hint-icon {
  top: 36% !important;
}
.pc_margin{
	margin-bottom: 0;
}
.step_position {
    position: absolute;
    top: 3%;
    right: 2%;
    width: 130px !important;
}
}
@media screen and (max-width: 560px){
.contents_box p{
	font-size: 1em;
}
.contents_box .mini {
    font-size: 12px;
}
.step_text{
    text-align: right !important;
    padding-right: 156px !important;
}
.step_p {
    text-align: left;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.6;
}
.settle p{
    font-size: 14px;
}
.settle .f_18{
	font-size: 18px;
}
.money_position{
	max-width: 60%;
	margin: 20px auto;
}
.flow_back .border{
	 border-bottom:2px solid;
}
.flow_margin {
    margin-top: 3vw !important;
}
#ft_btn {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: rgba(251, 176, 59, .8);
}
#ft_btn img{
	margin: 0 auto;
    width: 98%;
}
footer a{
	font-size: 12px;
}
}
/*============================================================================
*
*テキストスタイル
*
============================================================================*/
.big_x{
    font-size: 330%;
    font-weight: 900;
}
.big{
    font-size: 230%;
    font-weight: 900;
}
.green {
    color: #1AAD7A;
}
.orange {
    color: #fd7138;
}
.white{
	color: #fff;
}
.red{
	color: #ff0000;
}
.yellow{
	color: #ffff00;
}
.b_y{
	background-color:#ffff00;
}
.light_blue_text{
	color: #54d1fc;
}
.emphasize{
    font-size: 130%;
    font-weight: 900;
}
.bold{
	font-weight: 700;
}
.f_18{
	font-size: 1.8em;
}
.icon{
	position: relative;
}
.icon::after {
    position: absolute;
    content: '';
    top: -4px;
    width: 53px;
    height: 39px;
    background-size: 100% 100%;
    background: url(../img/comment.webp) no-repeat 0 0 / 32px auto;
}
@media screen and (max-width: 880px){
.big_x {
    font-size: 180%;
    line-height: 1.5;
}
.big {
    font-size: 160%;
    line-height: 1.5;
}
.f_18 {
    font-size: 1.3em;
    line-height: 1.3;
    margin-top: 23px;
}
}

@media screen and (max-width: 1200px){
.contents_box{
	width: 100%;
}
}

@media screen and (max-width: 768px){
section{
	width: 100%;
}
.container{
	background:none;
    padding-top: 0px;
}
.attention h2,
.attention02 h2 {
    font-size: 2em;
}
.attention p,
.attention02 p {
    text-align: left;
}
.linebox {
    width: 90%;
    border: 12px solid #ff0000;
}
.contents_box{
	margin: 0;
}
.contents_box p{
	padding:0 0.8em;
}
.contents_box {
	border: none;
}
.gradient_b_g .contents_box{
    width: 96%;
    margin: 16px auto;
}
.item {
    background: #fff;
    padding:20px 10px;
    width: 86%;
    margin: 20px auto;
}
.price_text{
    font-size: 1em;
}
a img {
    width: 96%;
}
.small{
font-size: 0.8em;
}
}
@media screen and (max-width: 560px){
.sp_100{
	max-width: 100% !important;
}
.icon::after {
    top: -30px;
    right: 46%;
    left: 46%;
}
.medium{
    font-size: 1.6em;
}
}
@media screen and (max-width: 375px){
.settle p {
    font-size: 12px;
}
p {
    font-size: 16px;
}
.f_18 {
    font-size: 17px;
}
}
/******************概要********************/
table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 90%;
    margin: 1em auto;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    caption-side: bottom;
    border-collapse: collapse;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
table th {
    width: 25%;
    text-align: left;
}
table>:not(caption)>*>* {
    padding: 0.5rem 1em;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.design01 {
 width: 95%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design01 th {
 padding: 10px;
 background: #fff6e9;
 border: solid 1px #778ca3;
}
.design01 .bl{
	background: #e1002d;
	color: #fff;
	text-align: center;
	width: 31%;
}
.design01 .gr{
	background-image: radial-gradient(circle, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
	color: #000;
	text-align: center;
	width: 32%;
}
.design01 td {
 padding: 10px;
 border: solid 1px #778ca3;
}
.design01 .t_red{
	color: #f00;
	font-weight: bold;
}

@media screen and (max-width: 768px){
table th,
table td{
    font-size: 0.8em;
}
table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
}
}

/*********アニメーション**********/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  top: 0%;
  /*全体の高さ*/
  height: auto;
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -17px;
  top: -17px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 143px !important;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@media screen and (max-width: 768px){
.scrolldown {
    bottom: 26%;
}

}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
}



/******************QA********************/
#QandA-2 {
margin: 0px auto;
max-width: 1030px;
    width: 90%;
}
#QandA-2 dl {
    border: 1px solid #ccc;
    font-size: 1em;
    color: #333;
    line-height: 160%;
    margin-bottom: 20px;
    text-align: left;
}

#QandA-2 dt {
    font-weight: bold;
    color: #111;
    background: #f4f4f4;
    padding: 8px 8px 8px 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#QandA-2 dd {
    padding: 16px 16px 24px 30px;
    margin: 0;
    line-height: 140%;
    background: #fff;
    color: #111;
}
#QandA-2 dt:first-child {
    border-top: none;
}
#QandA-2 dt:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 8px;
    margin-left: -21px;
    color: #bf0000;
}
#QandA-2 dd:before {
    content: "A.";
    font-weight: bold;
    margin-right: 8px;
    margin-left: -21px;
    color: #bf0000;
}


@media screen and (max-width: 769px){
.btn img{
display: block;
margin:auto auto 40px;
}
a img{
	width: 98%;
}
}


/****************form***********************/
	.form_back{
		background-image: url(../img/form_back.jpg);
	    background-repeat: no-repeat;
	    animation: none;
	    background-size: cover;
	    border-top:5px solid #8a0808;
	}
    form {
      max-width:669px;
      margin: 0 auto;
      padding: 2rem 1rem;
      border-radius: 5px;
      position: relative;
    }

    input[type='text'] {
      width: 100%;
      box-sizing: border-box;
      padding: 0.5rem;
      border: 1px solid #aaa;
      border-radius: 3px;
      height: 3.5rem;
      font-size: 1em;
      display: block;
      margin: 13px auto 0;
      box-shadow: inset 0 1px 3px rgb(0 0 0 / 28%);
      text-align: center;
    }

    input[type='submit'] {
      width: 28%;
      display: inline-block;
      background-color: #e87e00;
      color: white;
      padding: 0.5rem 1rem;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.5;
      transition: background-color 0.2s ease-in-out;
    }

    input[type='submit']:hover {
      background-color: #f9a43e;
    }
	form .from_btn{
	width: 100%;
	display: block;
    margin: 13px auto 20px;	
}
	form .small {
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
    color: #666;
    font-weight: normal;
}
.sticker{
    width: 18%;
    max-width: 150px;
    position: absolute;
    top: 7%;
    left: 0;
}
.sticker img{
	width: 100%;
}
.attention{
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	font-family: "Noto Serif JP";
	color: #fff;
}
.pekopeko {
    animation: pekopeko 2s infinite;
    filter: drop-shadow(0 3px 0 rgb(0, 0, 0, 0.3));
    margin: 13px auto 20px !important;
}
@keyframes pekopeko {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
.pekopeko:hover{
	 filter:none;
	 animation:none;
	 transform: translate3d(0, 5px, 0);
}

@media screen and (max-width: 766px){
.light_blue{
    display: -webkit-inline-box;
}
}
@media screen and (max-width: 650px){
	.form_back{
	    border-top:1px solid #8a0808;
	}
form {
    padding: 1rem 0.5rem;
}
form p{
	font-size: 13px;
}
.sticker{
    position: absolute;
    top: 15%;
    left: 0;
}
}
/******************プライバシーポリシー*********************/
.privacy h1{
	text-align: center;
	line-height: 2;
	font-size: 1.5em;
}
.privacy p{
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    margin: 20px auto;
}
div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin:30px auto;
}
video.vid_main {
width: 100%;
max-width: 380px;/*PC版での最大幅*/
}

@media screen and (max-width: 560px){
video.vid_main {
width: 95%;
}
div.vid_contents {
margin:30px auto 0;
}
}

.service_box{
    width: 95%;
    max-width: 800px;
    margin: 4px auto 30px;
    border: 6px solid #ff0000;
}
.service_box02{
    width: 95%;
    max-width: 800px;
    margin: 0 auto 30px;
    border: 6px solid #1919bc;
}
.service_box03{
    width: 95%;
    max-width: 800px;
    margin: 0 auto 30px;
    border: 6px solid #009100;
}
@media screen and (max-width: 560px){
.service_box img,.service_box02 img,.service_box03 img{
	max-width: 100%;
}
.service_box .pekopeko,.service_box02  .pekopeko{
	max-width: 95%;
}
}
.y_border{
    border: 6px solid #ffff00;
}
.service{
	margin-bottom: 30px !important;
}
.annai{
    margin: auto;
    width: 100%;
    display: block;
    max-width: 1000px;
}

.note .name{
	text-align: right;
}
@media screen and (max-width: 650px){
.annai{
    max-width: 100%;
}
}