@charset "UTF-8";
body {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  position: relative;
  letter-spacing: 0.02em;
  word-break: break-word;
}
body img {
  width: 100%;
}
body * {
  max-width: 100%;
}

a {
  transition: 0.2s all;
}
a:hover {
  opacity: 0.7;
}

._pc {
  display: none;
}
@media screen and (min-width: 768px) {
  ._pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}

.bg_purple {
  background: linear-gradient(transparent 65%, #E5D2FF 65%);
}

.bg_yellow {
  background: linear-gradient(transparent 65%, #f9fc77 65%);
}

.c-red {
  color: #A51C05;
}

.s-small {
  font-size: 80%;
}

.d-underline {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .contents__inner {
    max-width: 100%;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}

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

header{
	background: #000;
	color: #fff;
	width: 100vw;
	max-height: 80px;
	padding: 0.8em;
	box-sizing: border-box;
	border-bottom: 1px solid #666;

	.header_list{
		max-width: 1024px;
		//background: lightcoral;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

		img{
			height: 100%;
			max-height: 60px;
			width: auto;
		}
		.contact_box{
			//background: pink;
			width: 50%;
			display: flex;
			justify-content: flex-end;
		}
		picture{
			width: 100%;
			height: auto;
			margin-right: 0.4em;
			//background: orange;
			&.last{
				margin-right: 0;
			}
		}

	}
}


----------*/
/*------------------------------
実績付きヘッダー
------------------------------*/
header {
  width: 100vw;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  header {
    flex-direction: column-reverse;
  }
}
header .header_wrap {
  background: #000;
  padding: 1em;
  border-bottom: 1px solid #666666;
}
header .header_wrap:nth-child(2) {
  background: #fff;
  padding: 0.5em;
}
header .header_area {
  max-width: 1240px;
  margin: auto;
}
header .header_area.contact_wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
header .header_area.contact_wrap .logo {
  max-width: 300px;
}
header .header_area.contact_wrap .contact_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header .header_area.contact_wrap .contact_list li {
  margin-right: 0.5em;
}
header .header_area.contact_wrap .contact_list li:last-child {
  margin-right: 0;
}
header .header_area.contact_wrap .contact_list li:first-child {
  margin-left: 2em;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  header .header_area.contact_wrap .contact_list li:first-child {
    margin-left: 2em;
    margin-right: 1.5em;
    border-right: 1px solid #fff;
    padding-right: 1em;
  }
}

.fv__area {
  width: 100vw;
  height: auto;
  margin: auto;
}

.bn__area {
  width: 100vw;
  background: #e4e1d8;
}
.bn__area .bn__img {
  width: 90%;
  margin: auto;
}
.bn__area .bn__img img {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bn__area .bn__img {
    max-width: 860px;
  }
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header {
    width: 1024px;
    right: 0;
    margin: 0 auto;
    top: 40px;
    padding: 0 20px;
  }
}
.header__logo {
  width: 120px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 200px;
    margin-left: 0;
  }
}
.header__btn {
  width: 106px;
  top: 3px;
  margin-right: 27px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__btn {
    width: 200px;
  }
}

section:nth-child(even) {
  background: #eeeeee;
  padding: 40px auto;
}
@media screen and (min-width: 768px) {
  section:nth-child(even) {
    padding: 60px auto;
  }
}

section:nth-child(odd) {
  padding: 40px auto;
}
@media screen and (min-width: 768px) {
  section:nth-child(odd) {
    padding: 60px auto;
  }
}

.cv_area {
  margin: 2em auto;
  width: 100%;
}
.cv_area .cv_txt {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .cv_area .cv_txt {
    font-size: 1.4em;
  }
}
.cv_area .cv_txt::before {
  content: "＼";
  padding-right: 0.2em;
}
.cv_area .cv_txt::after {
  content: "／";
  padding-bottom: 0.2em;
}
.cv_area .cv_box {
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .cv_area .cv_box {
    margin-bottom: 2em;
  }
}
.cv_area .btn {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 500px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 58%, rgb(79, 79, 79) 100%);
  padding: 1.5em 1em;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(138, 138, 138, 0.5);
  box-shadow: 1px 3px 5px rgba(32, 32, 32, 0.3);
}
@media screen and (min-width: 768px) {
  .cv_area .btn {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6em;
  }
}
.cv_area .btn span {
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-align: center;
}
.cv_area .btn_line {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 500px;
  padding: 1.5em 1em;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(32, 32, 32, 0.3);
  background: rgb(0, 148, 0);
  background: linear-gradient(0deg, rgb(0, 148, 0) 0%, rgb(6, 222, 85) 100%);
  box-shadow: 1px 3px 5px rgba(32, 32, 32, 0.3);
}
@media screen and (min-width: 768px) {
  .cv_area .btn_line {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6em;
  }
}
.cv_area .btn_mailform {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 500px;
  padding: 1.5em 1em;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(32, 32, 32, 0.3);
  background: rgb(0, 148, 0);
  background: transparent linear-gradient(0deg, #1b4687 0%, #18d9e2 100%) 0% 0% no-repeat padding-box;
  box-shadow: 1px 3px 5px rgba(32, 32, 32, 0.3);
}
@media screen and (min-width: 768px) {
  .cv_area .btn_mailform {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6em;
  }
}

.record_wrap {
  padding: 0.5em;
  padding-top: 0;
  border-top: 2px solid #eee;
}
@media screen and (min-width: 768px) {
  .record_wrap {
    padding-top: 0.5em;
  }
}
.record_wrap .record_box {
  max-width: 1024px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.record_wrap .record_col {
  font-size: 12px;
  margin: auto;
  width: 100%;
}
.record_wrap .record_col img {
  min-width: 100%;
  height: auto;
}
.record_wrap .record_col._pc {
  white-space: nowrap;
  width: auto;
  margin-right: 1em;
}
.record_wrap .record_col ul.images_area li.payment img {
  width: auto;
}
.record_wrap .record_col ul.images_area li:first-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .record_wrap .record_col ul.images_area li:first-child {
    margin-bottom: 0.8em;
  }
}

.attention {
  padding: 1em;
  text-align: center;
  line-height: 2;
  max-width: 970px;
  margin: auto;
  margin-bottom: 1em;
  background: #A51C05;
  color: #fff;
}
@media (min-width: 970px) {
  .attention {
    margin-top: 0.5em;
  }
}

/* 点滅 */
.blinking {
  animation: blink 2s ease-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.overhaul01 {
  padding: 40px;
}
.overhaul01__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 0.8em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .overhaul01__title {
    font-size: 38px;
  }
}
.overhaul01__text01 {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .overhaul01__text01 {
    font-size: 20px;
  }
}
.overhaul01__textBlock {
  background: #FFFFFF;
  box-shadow: 1px 1px 1px rgba(2, 2, 2, 0.15);
  padding: 24px 18px;
  margin-top: 24px;
}
.overhaul01__image {
  margin-top: 16px;
}
.overhaul01__text02 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .overhaul01__text02 {
    font-size: 24px;
  }
}
.overhaul01__text03 {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .overhaul01__text03 {
    font-size: 20px;
  }
}
.overhaul01__btn {
  display: block;
  margin: 16px auto 0;
  width: 260px;
}

.overhaul02 {
  padding: 40px 38px;
}
.overhaul02__title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .overhaul02__title {
    font-size: 38px;
  }
}
.overhaul02__image {
  margin-top: 24px;
  padding: 0 20px;
}
.overhaul02__text01 {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .overhaul02__text01 {
    font-size: 20px;
  }
}
.overhaul02__textBlock {
  padding: 0;
  margin-top: 24px;
}
.overhaul02__text02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #666;
}
@media screen and (min-width: 768px) {
  .overhaul02__text02 {
    font-size: 24px;
  }
}
.overhaul02__text03 {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .overhaul02__text03 {
    font-size: 18px;
  }
}

#order_box,
#tarms_box {
  background: #000;
  padding: 1em;
}
#order_box.header,
#tarms_box.header {
  width: 100%;
  top: 0;
}
#order_box .header_area,
#tarms_box .header_area {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fixed {
    width: 800px;
    right: 0;
    margin: auto;
    border-radius: 6px;
    bottom: 20px;
  }
}
.fixed__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #fff;
}
.fixed__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.fixed__link img {
  width: 243px;
}
@media screen and (min-width: 768px) {
  .fixed__link img {
    width: 246px;
  }
}
.fixed__lineBtn {
  width: 49.8%;
  background: transparent linear-gradient(0deg, #009400 0%, #009804 20%, #01A413 43%, #03B92A 68%, #05D64B 94%, #06DE55 100%) 0% 0% no-repeat padding-box;
}
.fixed__lineBtn img {
  width: 10%;
  margin-right: 0.8em;
}
.fixed__formBtn {
  width: 49.8%;
  background: transparent linear-gradient(0deg, #1b4687 0%, #18d9e2 100%) 0% 0% no-repeat padding-box;
}/*# sourceMappingURL=style_new.css.map */