@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@500&display=swap&family=Italianno');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, select, option {
	color: #333;
}

html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	overflow-y: auto;
}
html, body {
	overflow-x: hidden;
}
main {
	display: block;
}
p {
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
}
h1, h2 {
	font-weight: bold;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.wrap01 {
	max-width: 1200px;
	width: calc(100% - 80px);
	margin: auto;
}
img {
	max-width: 100%;
}
figure,div {
	line-height: 0;
}
#topback {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #999;
    z-index: 1;
    cursor: pointer;
}
#topback::after {
    position: absolute;
    content: "";
    top: 20px;
    right: 0;
	left: 0;
	margin: auto;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#webjin .sec01 {
	background-color: #e6e6be;
background-image: repeating-linear-gradient(
          -45deg,
          transparent,
          transparent 1px,
          rgba(255, 255, 255, 0.5) 1px,
          rgba(255, 255, 255, 0.5) 40px
        );
	padding: 120px 0;
	text-align: center;
	position: relative;
	z-index: 2;
	background-position: top center;
}
#webjin .sec01 .box_w {
	max-width: 1200px;
	width: calc(100% - 80px);
	margin: auto;
	padding: 100px 80px;
	background: #fff;
	position: relative;
	border-radius: 5px;
}
#webjin  h2.type01 {
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.33;
	position: relative;
	color: #c71e72;
	display: inline-block;
	padding: 0 60px 10px;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
#webjin  h2.type01 .txt_large {
	font-size: 7rem;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	line-height: 1;
	margin-left: 4px;
	margin-right: 2px;
}
#webjin  h2.type01 .txt_small {
	font-size: 3.6rem;
	font-weight: bold;
	margin-left: 2px;
}
#webjin  h2.type02 {
	font-size: 4.8rem;
	line-height: 1.33;
	font-weight: bold;
}
#webjin h2.type01::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	transform: rotate(-30deg);
	background: #c71e72;
	left: 0;
}
#webjin h2.type01::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	transform: rotate(30deg);
	background: #c71e72;
	right: 0;
	top: 0;
}
#webjin .sec02 h2.type01,
#webjin .sec02 h2.type01 span {
	color: #fff;
}
#webjin .sec02 h2.type01::before,
#webjin .sec02 h2.type01::after {
	background: #fff;
}
#webjin .sec01 p {
	line-height: 2;
}
#webjin .sec01 h3 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.33;
}
#webjin .sec01 h3 .txt_blue {
	font-weight: inherit;
	line-height: inherit;
	color: #0071bc;
}
#webjin table {
	width: 100%;
	table-layout: fixed;
}
#webjin tr {
	border-bottom: 1px solid #333;
}
#webjin .sec01 tr:first-child {
	border-top: 1px solid #333;
}
#webjin .sec01 tr th,
#webjin .sec01 tr td {
	padding: 20px;
	border-left: 1px solid #333;
}
#webjin tr th:first-child, 
#webjin tr td:first-child {
	border-left: none;
}
#webjin tbody tr th {
	text-align: left;
}
#webjin thead th:nth-child(2),
#webjin tbody td:nth-child(2) {
	background: #ffffd2;
	font-weight: bold;
	color: #c71e72;
}
#webjin .sec01 .fukidashi {
	font-size: 2.1rem;
	line-height: 1.33;
  font-weight: 500;
	color: #fff;
	padding: 10px 30px;
	background: #0071bc;
	display: flex;
	justify-content: center;
	max-width: 400px;
	margin: auto;
	clip-path: polygon(20px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% 20px);
}
#webjin .sec01 .wrap_fukidashi {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}
#webjin .sec01 .wrap_fukidashi::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: -12px;
	width: 50px;
	height: 25px;
	clip-path: polygon(10% 0%, 0 100%, 60% 0);
	background: #0071bc;
}
#webjin .sec02 {
	background: #0071bc;
	padding: 120px 0;
}
#webjin .sec02 ul {
	max-width: 1200px;
	margin: auto;
	width: calc(100% - 80px);
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
#webjin .sec02 ul li {
	width: calc((100% - 80px) / 3);
	padding: 40px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
#webjin .sec02 ul li figure {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#webjin .sec02 ul li h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 15px;
}
#webjin .sec03 {
	padding: 120px 0;
}
#webjin .sec03 .section-lineup {
    overflow: hidden;
    position: relative;
    padding: 100px 0 100px;
		width: calc(100% - 80px);
		max-width: 1780px;
	margin-left: auto;

}
#webjin .sec03 ul.lineup-carousel li {
	margin-right: 60px;
	line-height: 0;
	aspect-ratio: 340 / 380;
	overflow: hidden;
	position: relative;
}
#webjin .sec03 ul.lineup-carousel li p {
	position: absolute;
	bottom: 0;
	height: 30px;
	background: #666;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 5px;
	font-size: 14px;
}
#webjin .sec03 .section-lineup .lineup-back {
    background: #E6F5ED;
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
	transition: .5s ease-in-out;
}
#webjin .sec03  .section-lineup .lineup-back.element02.is-fadein {
	width: 87.5%;
}
#webjin .sec03 .slick-track {
	display: flex;
}
.lineup {
	position: relative;
}
.slick-nav-arrows {
	position: absolute;
	top: -100px;
	right: 60px;
	display: flex;
}
.slick-arrow {
	height: 50px;
	width: 50px;
	background: #999;
}
.slick-next {
	margin-right: 40px;
	position: relative;
}
.slick-arrow:hover,
.slick-next:hover {
	cursor: pointer;
}
.slick-next::before {
	content: '';
	width: 14px;
	height: 14px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transform: rotate(-135deg);
}
.slick-prev {
	position: relative;
}
.slick-prev::before {
	content: '';
	width: 14px;
	height: 14px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	transform: rotate(45deg);
}
#webjin .sec04 {
	padding: 120px 0;
	background: #eee;
}
#webjin .sec04 dl {
	display: flex;
	margin-bottom: 40px;
}
#webjin .sec04 dl:last-of-type {
	margin-bottom: 0;
}
#webjin .sec04 dl dt {
	width: 280px;
	padding: 20px 30px;
	background: #0071bc;
	min-height: 98px;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
}
#webjin .sec04 dl dt span {
	margin-right: 15px;
}
#webjin .sec04 dl:nth-of-type(1) dt span {
	width: 42px;
	height: 28px;
	background: url(../images/hajimo/flow01.svg) no-repeat;
}
#webjin .sec04 dl:nth-of-type(2) dt span {
	width: 39px;
	height: 26px;
	background: url(../images/hajimo/flow02.svg) no-repeat;
}
#webjin .sec04 dl:nth-of-type(3) dt span {
	width: 28px;
	height: 28px;
	background: url(../images/hajimo/flow03.svg) no-repeat;
}
#webjin .sec04 dl:nth-of-type(4) dt span {
	width: 32px;
	height: 30px;
	background: url(../images/hajimo/flow04.svg) no-repeat;
}
#webjin .sec04 dl:nth-of-type(5) dt span {
	width: 45px;
	height: 39px;
	background: url(../images/hajimo/flow05.svg) no-repeat;
}
#webjin .sec04 dl dt::before {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 11rem;
	color: #fff;
	line-height: 0.6;
	position: absolute;
	top: 0;
	right: 20px;
	margin: auto;
	display: flex;
	justify-content: center;
	opacity: 0.2;
	height: 100%;
}
#webjin .sec04 dl:nth-of-type(1) dt::before {
	content: "1";
}
#webjin .sec04 dl:nth-of-type(2) dt::before {
	content: "2";
}
#webjin .sec04 dl:nth-of-type(3) dt::before {
	content: "3";
	font-size: 10rem;
	line-height: 0.5;
}
#webjin .sec04 dl:nth-of-type(4) dt::before {
	content: "4";
	font-size: 10rem;
	line-height: 0.5;
}
#webjin .sec04 dl:nth-of-type(5) dt::before {
	content: "5";
	font-size: 10rem;
}
#webjin .sec04 dl:nth-of-type(6) dt::before {
	content: "6";
	line-height: 1;
	font-size: 9rem;
}
#webjin .sec04 dl dd {
	width: calc(100% - 280px);
	background: #fff;
	padding: 20px 30px;
	min-height: 98px;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
}
#webjin .sec04 dl dd span {
	font-weight: inherit;
}
#webjin .sec04 dl dd a,
.thanks a.txt_link {
	color: #0071bc;
}
#webjin .sec04 dl dd a:hover,
.thanks a.txt_link:hover {
	text-decoration: none;
}
#webjin .sec05 {
	padding: 120px 0;
}
#webjin .sec05 dl dt {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 80px 20px 20px;
	border: 1px solid #0071bc;
	display: flex;
	align-items: center;
	padding-left: 90px;
	position: relative;
	min-height: 90px;
	border-radius: 5px;
	cursor: pointer;
	transition: .5s ease-in-out;
}
#webjin .sec05 dl dt:hover {
	opacity: 0.7;
}
#webjin .sec05 dl dt::before,
#webjin .sec05 dl dd::before {
	position: absolute;
	left: 20px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	font-family: "Montserrat", sans-serif;
}
#webjin .sec05 dl dt::before {
	content: "Q";
	background: #0071bc;;
	top: 20px;
}
#webjin .sec05 dl dd::before {
	content: "A";
	background: #c71e72;
	top: 0;
}
#webjin .sec05 dl dt span {
	background: #0071bc;
	display: flex;
	width: 50px;
	height: 4px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#webjin .sec05 dl dt span::before {
	content: "";
	background: #0071bc;
	display: flex;
	width: 4px;
	height: 50px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s ease-in-out;
}
#webjin .sec05 dl dt.selected span::before {
	transform: rotate(90deg);
}
#webjin .sec05 dl dd {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin-top: 30px;
	padding-left: 90px;
}
#webjin .sec05 dl:not(:last-of-type) {
	margin-bottom: 60px;
}
#webjin .sec05 dl:first-of-type {
	margin-top: 60px;
}
#webjin .sec05 .wrap_video {
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#webjin .sec06 .wrap_video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#webjin .sec06 .box {
  background: #fff;
  padding: 80px;
  max-width: 1200px;
  width: calc(100% - 80px);
	margin: 0 auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
	border-radius: 5px;
}
#webjin .sec06 .box div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.box_roted {
	transform: rotate(-25deg);
  transform-origin: bottom left;
  position: absolute;
  left: 1000px;
	top: 0;
}
.main_bg {
    overflow: hidden;
    position: relative; /* 未設定なら追加 */
}
.box_roted .wrap_sign {
	display: flex;
}
.box_roted .wrap_sign ul {
	display: flex;
  margin-bottom: 33px;
}
.box_roted .wrap_sign ul li {
	line-height: 0;
  margin-right: 20px;
  width: 300px;
}
.box_roted .wrap_sign:nth-of-type(1) ul,
.box_roted .wrap_sign:nth-of-type(3) ul {
	animation: sign01 40s linear infinite;
}
.box_roted .wrap_sign:nth-of-type(2) ul,
.box_roted .wrap_sign:nth-of-type(4) ul {
	animation: sign01 60s linear infinite;
	animation-delay: .5s;
}
@keyframes sign01 {
	0% {
    transform: translateX(-100%);
	}
	100% {
    transform: translateX(0);
	}
}
#webjin .main_wrap {
	position: relative;
}
#webjin .main_wrap .main_bg {
	background: url(../images/hajimo/main_pc.jpg) no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	/*animation-name: animationZoom;
	animation-delay: 4s;
	animation-duration: 7s;
	transform: scale(1.08);
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;*/
	position: absolute;
}
@keyframes animationZoom {
	100% {
    transform: scale(1.0);
	}
}
#webjin .main_wrap .wrap_left {
	max-width: 75%;
	padding-top: clamp(28px, 2.083vw, 40px);
	padding-right: clamp(56px, 4.166vw, 80px);
	padding-bottom: clamp(56px, 4.166vw, 80px);
	padding-left: clamp(28px, 2.083vw, 40px);
	clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
	background-image: linear-gradient(45deg, #ffffffe6 0, #ffffffe6 65%, #0071bc80 65%, #0071bc80 100%);
	position: relative;
	left: 0;
	top: 0;
	transition: 1s ease-in-out;
	transition-delay: 3.6s;
}
/*
#webjin .main_wrap .wrap_left.add {
	left: 0;
}
#webjin .main_wrap .wrap_left::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	clip-path: polygon(0 0, 100% 0%, 61% 100%, 0% 100%);
	background: rgba(0, 113, 188, 0.5);
	top: 0;
	left: 0;
}*/
#webjin .logo {
	width: clamp(140px, 10.416vw, 200px);
}
#webjin .main_wrap h2 {
	font-size: clamp(20px, 1.5625vw, 30px);
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	background: #0071bc;
	clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
	padding: 10px 40px 10px 16px;
	margin-top: clamp(21px, 1.5625vw, 30px);
	max-width: clamp(465px, 35.416vw, 680px);
	margin-bottom: clamp(14px, 1.041vw, 20px);
}
#webjin .main_wrap h1 {
	font-size: clamp(20px, 1.875vw, 36px);
	color: #333;
	font-weight: bold;
	line-height: 1.3;
	font-feature-settings: "palt";
}
#webjin .main_wrap h1 span {
	font-weight: bold;
	color: #c71e72;
	line-height: 1.3;
}
#webjin .main_wrap .wrap_price {
	display: flex;
}
#webjin .main_wrap .wrap_price dl {
	display: flex;
	align-items: center;
	white-space: nowrap
}
#webjin .main_wrap .wrap_price dl:first-child {
	margin-right: clamp(20px, 1.5625vw, 30px);
}
#webjin .main_wrap .wrap_price dl dt {
	width: clamp(56px, 5.833vw, 112px);
	height: clamp(56px, 5.833vw, 112px);
	font-size: clamp(18px, 1.822vw, 35px);
	line-height: 1.2;
	font-weight: bold;
	color: #c71e72;
	padding: 10px;
	border: 4px solid #c71e72;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: clamp(10px, 0.78vw, 15px);
}
#webjin .main_wrap .wrap_price dl dd span {
	font-family: "Oswald", sans-serif;
	font-size: clamp(91px, 9.479vw, 182px);
	font-weight: inherit;
	line-height: 1;
	color: inherit;
}
#webjin .main_wrap .wrap_price dl dd span small {
	font-size: 90px;
	font-weight: inherit;
	line-height: 1.2;
	font-family: inherit;
	color: inherit;
}
#webjin .main_wrap .wrap_price dl dd {
	font-size: clamp(42px, 3.125vw, 60px);
	font-weight: 900;
	line-height: 1.2;
	color: #c71e72;
}
#webjin .main_wrap p.explanation {
	font-size: clamp(15px, 0.9375vw, 18px);
	font-weight: 400;
	line-height: 2;
	margin-top: clamp(10px, calc(4.166vw - 80px), 40px);
	margin-bottom: clamp(20px, 2.083vw, 40px);
}
#webjin .btn_main {
	font-size: clamp(25px, 1.875vw, 36px);
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	width: clamp(350px, 26.041vw, 500px);
	min-height: clamp(70px, 5.208vw, 100px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(90deg, #29abe2, #00b445);
	text-decoration: none;
	overflow: hidden;
	position: relative;
	border: 1px solid #29abe2;
}
#webjin .btn_main::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
	animation-name: shiny;
	animation-duration: 4s;
	animation-timing-function: 
	ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
	0% {
    left: -20%;
	}
	10% {
			left: 120%;
	}
	100% {
			left: 120%;
	}
}
#webjin .btn_main span {
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
	margin-right: 10px;
}
#webjin .content_main {
	display: flex;
	position: relative;
}
#webjin .content_main .left {
	margin-right: 30px;
}
#webjin .obj_plus {
	position: relative;
	padding: clamp(30px, 2.2916vw, 44px);
}
#webjin .obj_plus::after {
	content: "";
	background: url(../images/hajimo/obj_plus.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-position: center;
	animation: rotate 8s linear infinite;
	animation-delay: 2s;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#webjin .obj_plus p {
	font-size: clamp(25px, 1.875vw, 36px);
	font-weight: bold;
	line-height: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	text-align: center;
	transform: rotate(-20deg);
	white-space: nowrap;
	height: 100%;
}
#webjin .main_wrap .staff01 {
	position: absolute;
	right: 26%;
	bottom: -100%;
	transition: 1s ease-in-out;
	transition-delay: 4s;
	max-width: 500px;
	width: 25%;
	z-index: 1;
}
#webjin .main_wrap .staff01.add {
	bottom: 0;
}
#webjin .main_wrap .staff02 {
	position: absolute;
	right: 20px;
	bottom: -100%;
	transition: 1s ease-in-out;
	transition-delay: 4.5s;
	max-width: 600px;
	width: 30%;
}
#webjin .main_wrap .staff02.add {
	bottom: 0;
}
#webjin .wrap_staff03,
#webjin .wrap_staff05,
#webjin .wrap_staff06 {
	position: relative;
}
#webjin .staff03 {
	max-width: 120px;
	position: absolute;
	top: 40px;
	right: 20px;
}
#webjin .staff04 {
	max-width: 80px;
	position: absolute;
	bottom: 0;
	left: 20px;
}
#webjin .staff05 {
	max-width: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#webjin .staff06 {
	max-width: 90px;
	position: absolute;
	bottom: 0;
	left: 20px;
}

.loader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: opacity 0.6s ease;
}
/* ロゴ外枠（縮小担当） */
.loader .logo-wrap {
  animation: shrink 0.8s ease forwards;
  animation-delay: 1.5s;
}
/* ロゴ本体 */
.loader .logo img {
  animation: bounce 1s ease-in-out forwards;
}
/* ぽよんぽよん */
@keyframes bounce {
  0%   { transform: scale(0); }
  100% { transform: scale(1); }
}
/* 縮小 */
@keyframes shrink {
  to {
    transform: scale(0);
    opacity: 0;
  }
}
/* 円 */
.loader .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #29abe2;
  border-radius: 50%;
  transform: scale(0);
  animation: expand 1.6s ease-in-out forwards;
  animation-delay: 2.4s;
}
/* 円が画面いっぱいに */
@keyframes expand {
  to {
    transform: scale(200);
  }
}
/* 読み込み完了後 */
body.loaded .loader {
  opacity: 0;
  pointer-events: none;
}
#contact table.form tr {
	border-top: 1px solid #ddd;
	width: 100%;
	display: flex;
	border-bottom: none;
}
#contact table.form th {
	border-right: none;
	width: 30%;
	display: flex;
	align-items: center;
}
#contact table.form th label,
#contact table.form th span {
	display: block;
}
#contact table.form th label {
	line-height: 1.5;
}
#contact table.form td {
	width: 70%;
	background: #fff;
}
#contact table.form th, #contact table.form td {
	padding: 15px;
	font-size: 16px;
	line-height: 1.75;
}
#contact table.form input {
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#contact table.form tr:last-child {
	border-bottom: 1px solid #ddd;
}
#contact input[type=text], #contact input[type=email] {
	width: 100%;
}
#contact table.form th span {
	background: #c00;
	color: #fff;
	padding: 0 5px;
	font-size: 13px;
	margin-left: 10px;
	border-radius: 3px;
}
#contact textarea {
	font-size: 16px;
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 1.5;
	padding: 15px;
	box-sizing: border-box;
}
#contact .button-form {
	position: relative;
	border-radius: 50px;
	width: 100%;
	height: 100px;
	max-width: 500px;
	margin: 50px auto 0;
	overflow: hidden;
	border: 1px solid #29abe2;
}
#contact table.form input {
	font-size: 16px;
}
#contact input[type=submit] {
	font-size: clamp(25px, 1.875vw, 36px);
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(90deg, #29abe2, #00b445);
	text-decoration: none;
	width: 100%;
	height: 100%;
	border: none;
	cursor: pointer;
	transition: .5s ease-in-out;
}
#contact input[type=submit]:hover {
	opacity: 0.7;
}
#contact .button-form::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
	animation-name: shiny;
	animation-duration: 4s;
	animation-timing-function: 
	ease-in-out;
  animation-iteration-count: infinite;
}
#contact ::placeholder {
	color: #ccc;
}
#contact table.form input[type=radio] {
	margin-right: 8px;
}
.footer-menu {
	margin-top: 100px;
}
#webjin .footer-menu .logo {
	margin: 0 auto;
}
.copyright {
	text-align: center;
	background: #0071bc;
	padding: 4px 0 7px;
}
.copyright small {
	color: #fff;
	font-size: 13px;
}
.wrap_title {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
	width: calc(100% - 40px);
}
.wrap_title .pankuzu {
	position: absolute;
	left: 0;
	top: 10px;
} 
.wrap_title .pankuzu ol {
	display: flex;
}
.wrap_title .pankuzu ol li span {
	color: #fff;
}
.wrap_title .pankuzu ol li a {
	padding-right: 30px;
	position: relative;
}
.wrap_title .pankuzu ol li a span {
	text-decoration: underline;
}
.wrap_title .pankuzu ol li a::after {
    content: "";
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.confirm .header {
	padding: 10px;
}
.confirm h2 {
	max-width: 140px;
	line-height: 0;
	margin-left: auto;
	margin-right: auto;
}
.confirm h2 a {
	line-height: 0;
}
.confirm h1 {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: inherit;
}
.confirm h1 span {
	font-size: 4.2rem;
	display: block;
	line-height: 1.4;
	color: inherit;
	font-weight: bold;
}
.contents_title {
	background-image: linear-gradient(90deg, #29abe2, #00b445);
	height: 300px;
}
.confirm #webjin thead th:last-child, #webjin tbody td:last-child {
	font-weight: 500;
	color: #333;
}
.confirm main {
	background: #eee;
	padding: 100px 0;
}
.confirm .box {
	margin: 0 auto;
	padding: 80px;
	background: #fff;
}
.wrap_btn-form {
	display: flex;
	flex-direction: column;
}
#contact .button-form {
	order: 1;
}
#contact .btn-formback {
	position: relative;
	border-radius: 50px;
	width: 100%;
	height: 100px;
	max-width: 500px;
	margin: 50px auto 0;
	overflow: hidden;
	border: #ccc;
	order: 2;
}
#contact .btn-formback input {
	font-size: clamp(25px, 1.875vw, 36px);
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ccc;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border: none;
	cursor: pointer;
	transition: .5s ease-in-out;
}
.confirm .logo {
	max-width: 140px;
	margin-left: auto;
	margin-right: auto;
}
#webjin .sec01 .txt_compare {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, #FAFB92 0%);
}
#webjin .sec02 .lead_service {
	color: #fff;
	text-align: center;
}
#webjin .sec02 .popular {
	position: relative;
}
#webjin .sec02 .popular::before {
	content: "";
	clip-path: polygon(100% 0, 0 0, 0 100%);
	width: 80px;
	height: 60px;
	background: #c71e72;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
#webjin .sec02 .popular::after {
	content: "人気";
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	line-height: 1.5;
	top: 4px;
	left: 0;
	color: #fff;
	position: absolute;
	transform: rotate(-40deg);
}
.trust_section {
	background-image: 
  linear-gradient(90deg, rgba(41, 171, 226, 0.8), rgba(0, 180, 69, 0.8)),
  url(../images/hajimo/sec01_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
  padding: 80px 20px;
	position: relative;
	z-index: 2;
}
.trust_section__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.trust_section__lead {
  font-size: 2.1rem;
	background: #333;
  color: #fff;
  margin-bottom: 16px;
  font-weight: bold;
  padding: 10px 30px;
  clip-path: polygon(20px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% 20px);
}
.wrap_trust_section__lead {
	display: inline-block;
	position: relative;
}
.wrap_trust_section__lead::before {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 50px;
	height: 25px;
	clip-path: polygon(10% 0%, 0 100%, 60% 0);
	background: #333;
}
.trust_section__title {
  font-size: clamp(28px, 1.875vw, 36px);
  font-weight: bold;
  margin-bottom: 32px;
  color: #fff;
  line-height: 1.5;
}
.trust_section__text {
  font-size: clamp(15px, 0.9375vw, 18px);
  line-height: 2;
  color: #fff;
  text-align: left;
}
.reason_section__inner .txt_price {
	font-family: "Oswald", sans-serif;
	font-size: 5rem;
	line-height: 1;
	margin: 0 2px 0 4px;
	position: relative;
	z-index: 4;
	top: 3px;
	color: #0071bc;
}
.reason_section__inner .txt_blue {
	font-weight: inherit;
	color: #0071bc;
}
.reason_section__lead {
  display: inline-block;
  font-size: 14px;
  color: #1a73e8;
  font-weight: bold;
  padding: 6px 20px;
  border: 2px solid #1a73e8;
  border-radius: 30px;
  margin-bottom: 20px;
}
.reason_section__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #222;
  text-align: center;
}
.reason_section__body {
  margin-bottom: 50px;
}
.reason_section__text {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 24px;
}
.reason_section__text strong {
  color: #c71e72;
  font-weight: bold;
}
.reason_section__points {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.wrap_section_point_up {
	background-image: linear-gradient(0deg, #bbb, rgba(0, 113, 188, 0.6));
	flex: 1;
	display: flex;
	border-radius: 4px;
}
.wrap_section__point {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
	/*border: 10px solid #ddd;*/
	position: relative;
	margin: 4px;
}
#webjin .sec01 .reason_section__point-num {
	font-family: "Playfair Display", serif;
	font-style: italic;
  display: inline-block;
  line-height: 40px;
	color: rgba(0, 113, 188, 0.6);
  font-size: 6rem;
	line-height: 1;
  font-weight: bold;
  margin-bottom: 16px;
}
.reason_section__point-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.reason_section__point-text {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.recaptcha_policy {
	margin-top: 50px;
	padding: 0; 
	text-align: center; 
	font-size: 11px !important; 
	color: #666 !important; 
}
.recaptcha_policy a { 
	font-size: 11px !important; 
	color: #111 !important; 
}
.grecaptcha-badge { 
	visibility: hidden; 
}

@media (max-width: 768px) {
  .reason_section {
    padding: 50px 16px;
  }
  .reason_section__title {
    font-size: 24px;
  }
  .reason_section__text {
    font-size: 15px;
    line-height: 1.8;
  }
  .reason_section__points {
    flex-direction: column;
    gap: 16px;
  }
  .reason_section__lead {
    text-align: center;
    display: block;
  }
  .reason_section__inner {
    text-align: center;
  }
  .reason_section__text {
    text-align: left;
  }
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt120 {
	margin-top: 120px !important;
}
.mt140 {
	margin-top: 140px !important;
}
.mt150 {
	margin-top: 150px !important;
}
.mt180 {
	margin-top: 180px !important;
}
.mt200 {
	margin-top: 200px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.ml100 {
	margin-left: 100px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb200 {
	padding-bottom: 200px !important;
}
.pb220 {
	padding-bottom: 220px !important;
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
	#webjin .main_wrap p.explanation {
		max-width: 400px;
	}
}
@media screen and (min-width: 1367px) {
	.minw1367none {
		display: none;
	}
}
@media screen and (max-width: 1366px) {
	.maxw1366none {
		display: none;
	}
	#webjin .main_wrap {
		background-position: 40%;
	}
	#webjin .main_wrap p {
		max-width: 500px;
	}
}
@media screen and (max-width: 1279px) {
	#webjin .main_wrap {
		background-position: 30%;
	}
}
@media screen and (max-width: 1199px) {
	#webjin .staff03,
	#webjin .staff04,
	#webjin .staff05,
	#webjin .staff06 {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	.minw1025none {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 50%;
	}
	.maxw1024none {
		display: none;
	}
	.table_wrap {
		position: relative;
	}
	.table_box {
			overflow-x: scroll;
			white-space: nowrap;
			position: relative;
	}
	#webjin .main_wrap .main_bg {
		background: #333;
	}
	#webjin .sec01 table {
		table-layout: auto;
	}
	#webjin tr th, #webjin tr td {
		padding: 10px;
	}
	#webjin .main_wrap {
		background: none;
		height: auto;
		min-height: auto;
	}
	#webjin .main_wrap .wrap_left {
		position: relative;
		max-width: 100%;
		padding-bottom: clamp(20px, 3.90625vw, 40px);
		clip-path: polygon(0% 0%, 100% 80px, 100% 100%, 0% 100%);
		background: #fff;
		padding-top: 40px;
		top: 0;
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	#webjin .main_wrap .contents_top_sp {
		position: relative;
		/*background: url(../images/hajimo/main_md.png) no-repeat;
		background-size: cover;*/
		height: clamp(200px, 53.333vw, 300px);
		background-position: center;
		/*clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 120px);*/
		animation-name: animationZoom;
		animation-delay: 4s;
		animation-duration: 7s;
		transform: scale(1.08);
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
		bottom: -80px;
	}
	#webjin .wrap_firstcost {
		display: flex;
		align-items: flex-end;
	}
	#webjin .sec01,
	#webjin .sec02 {
		padding: 40px 0;
	}
	#webjin .sec01 .box_w {
		padding: 60px 40px;
	}
	#webjin .sec02 ul li {
		width: calc((100% - 40px) / 2);
	}
	#webjin h2.type01 {
		font-size: 4rem;
		padding: 0 40px 10px;
	}
	#webjin .sec01 h3 {
		font-size: 3rem;
	}
	#webjin .sec03,
	#webjin .sec04,
	#webjin .sec05 {
		padding: 80px 0;
	}
	#webjin .sec03 ul.lineup-carousel li {
		margin-right: 30px;
	}
	#webjin .sec03 .section-lineup {
		width: calc(100% - 40px);
	}
	.mt100 {
		margin-top: 60px !important;
	}
	#contact table.form tr {
		flex-direction: column;
	}
	#contact table.form th,
	#contact table.form td {
		width: 100%;
	}
	#contact table.form th {
		background: #efefef;
	}
	.recaptcha_policy { margin-top: 50px; padding: 0; text-align: center; font-size: 11px !important; color: #666 !important; }
	.recaptcha_policy a { font-size: 11px !important; color: #111 !important; }
	.grecaptcha-badge { visibility: hidden; }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.box_roted {
		left: 400px;
	}
}
@media screen and (min-width: 768px) {
	.minw768none {
		display: none;
	}
	#webjin .sec05 dl dd {
		max-width: 1000px;
	}
	#webjin .sec05 dl dd {
		padding-top: 8px;
	}
}
@media screen and (max-width: 767px) {
	.wrap01 {
		width: calc(100% - 40px);
	}
	.confirm .box {
		padding: 20px;
	}
	.maxw767none {
		display: none;
	}
	.box_roted {
		left: 0;
		top: 80px;
	}
	.box_roted .wrap_sign ul {
		margin-bottom: 10px;
	}
	.box_roted .wrap_sign ul li {
		width: 150px;
		margin-right: 10px;
	}
	#webjin .main_wrap .wrap_left {
		padding-left: 20px;
		padding-right: 20px;
	}
	#webjin .obj_plus p {
		font-size: clamp(18px, 2.607vw, 20px);
	}
	#webjin .main_wrap h2 {
		margin-top: 10px;
	}
	#webjin .sec02 ul {
		flex-direction: column;
	}
	#webjin .sec02 ul li {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	#webjin .sec01 .box_w {
		padding: 20px;
		width: calc(100% - 40px);
	}
	#webjin h2.type01 {
		font-size: 3rem;
		padding: 0 30px 10px;
	}
	#webjin h2.type01::before {
		transform: rotate(-20deg);
		left: 0;
	}
	#webjin h2.type01::after {
		transform: rotate(20deg);
		right: 0;
	}
	#webjin .box h2.type01,
	#webjin .box_w h2.type01 {
		padding: 0;
	}
	#webjin .box h2.type01::before,
	#webjin .box h2.type01::after,
	#webjin .box_w h2.type01::before,
	#webjin .box_w h2.type01::after {
		content: none;
	}
	#webjin .sec01 p,
	#webjin .sec01 .wrap_compare {
		text-align: left;
	}
	#webjin .sec02 ul {
		width: calc(100% - 40px);
		gap: 20px;
	}
	#webjin .sec02 ul li {
		padding: 20px;
	}
	#webjin .sec03,
	#webjin .sec04,
	#webjin .sec05 {
		padding: 40px 0;
	}
	#webjin .sec03 .section-lineup {
		width: 100%;
		padding: 30px 0 0;
	}
	#webjin .lineup ul {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
	}
	#webjin .sec03 ul.lineup-carousel li {
		margin-right: 20px;
	}
	.slick-arrow {
		width: 30px;
		height: 30px;
	}
	.slick-next::before {
		width: 7px;
		height: 7px;
		left: 4px;
	}
	.slick-prev::before {
		width: 7px;
		height: 7px;
		right: 4px;
	}
	.slick-nav-arrows {
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
	.slick-next {
		left: 10px;
	}
	.slick-prev {
		right: 10px;
	}
	#webjin .sec01 h3 {
		text-align: left;
	}
	#webjin .sec03 .wrap_title {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	#webjin .sec03 .wrap_title p {
		text-align: left;
	}
	#webjin h2.type02 {
		font-size: 4rem;
	}
	#webjin .sec04 dl {
		flex-direction: column;
		margin-bottom: 20px;
	}
	#webjin .sec04 dl dt {
		 width: 100%;
		 padding: 10px 15px;
		min-height: 50px;
	}
	#webjin .sec04 dl dt::before {
		font-size: 7.8rem;
	}
	#webjin .sec04 dl dd {
		width: 100%;
		padding: 10px 15px;
	}
	#webjin .sec04 dl dt span {
		background-size: cover !important;
	}
	#webjin .sec04 dl:nth-of-type(1) dt span {
		width: 34px;
		height: 24px;
	}
	#webjin .sec04 dl:nth-of-type(2) dt span {
		width: 32px;
		height: 21px;
	}
	#webjin .sec04 dl:nth-of-type(3) dt span {
		width: 23px;
		height: 24px;
	}
	#webjin .sec04 dl:nth-of-type(4) dt span {
		width: 31px;
		height: 30px;
	}
	#webjin .sec04 dl:nth-of-type(5) dt span {
		width: 26px;
		height: 24px;
	}
	#webjin .sec05 dl:first-of-type {
		margin-top: 30px;
	}
	#webjin .sec05 dl:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#webjin .sec05 dl dt::before, #webjin .sec05 dl dd::before {
		font-size: 18px;
		width: 30px;
		height: 30px;
		border-radius: 8px;
		left: 15px;
		top: 15px;
	}
	#webjin .sec05 dl dt {
		padding: 15px 55px;
		font-size: 15px;
		min-height: 60px;
	}
	#webjin .sec05 dl dt span {
		width: 20px;
		height: 2px;
		right: 15px;
	}
	#webjin .sec05 dl dt span::before {
		width: 2px;
		height: 20px;
	}
  .trust_section__title {
    font-size: 3rem;
  }
	#webjin .sec06 .box {
		width: calc(100% - 40px);
	}
	#webjin .sec06 .box {
		padding: 20px;
	}
	#contact table.form input,
	#contact textarea {
		font-size: 15px;
	}
	#contact .button-form,
	#contact .btn-formback {
		height: 60px;
	}
	#contact .button-form {
		margin-top: 40px;
	}
	#contact .btn-formback {
		margin-top: 20px;
	}
	.footer-menu {
		margin-top: 50px;
	}
	.trust_section {
		padding: 40px 20px;
	}
	.trust_section__title {
		margin-bottom: 15px;
	}
	#webjin .sec05 dl dd {
		margin-top: 15px;
		padding-left: 55px;
		font-size: 15px;
	}
	#webjin .sec01 tr th,
	#webjin .sec01 tr td {
		padding: 10px;
	}
	#webjin .sec05 dl dd::before {
		top: 0;
	}
	.contents_title {
		height: 240px;
	}
	.confirm main {
		padding: 40px 0;
	}
	.mt20 {
		margin-top: 10px !important;
	}
	.mt30 {
		margin-top: 15px !important;
	}
	.mt40 {
		margin-top: 20px !important;
	}
	.mt50 {
		margin-top: 25px !important;
	}
	.mt60 {
		margin-top: 30px !important;
	}
}
@media screen and (min-width: 481px) {
	.minw481none {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	p {
		font-size: 15px;
	}
	.maxw480none {
		display: none;
	}
	#webjin .main_wrap .wrap_price {
		flex-direction: column;
		margin-top: -24px;
	}
	#webjin .content_main .left {
		margin-right: 0;
	}
	#webjin .main_wrap .wrap_price dl dt {
		border-width: 2px;
		border-radius: 5px;
		width: auto;
		height: auto;
		line-height: 1;
	}
	#webjin .btn_main {
		max-width: 350px;
		width: 100%;
	}
	#webjin .main_wrap .staff01 {
		width: 35%;
	}
	#webjin .main_wrap .staff02 {
		width: 40%;
	}
	.reason_section__body {
		margin-bottom: 20px;
	}
	#webjin .main_wrap h2 {
		max-width: 290px;
		padding: 6px 24px 6px 16px;
		clip-path: polygon(0% 0%, 100% 0%, 84% 100%, 0% 100%);
	}
	#webjin .wrap_firstcost {
		justify-content: space-between;
	}
	#webjin .main_wrap .contents_top_sp {
		height: 140px;
	}
	.mt100 {
		margin-top: 40px !important;
	}
	.sp_pc_top {
		position: absolute;
		width: clamp(80px, 26.666vw, 120px);
		top: 20px;
		right: 0;
	}
	#webjin .main_wrap .wrap_price dl dd,
	#webjin .main_wrap .wrap_price dl dd span {
		line-height: 0.5;
	}
	#webjin .main_wrap .wrap_price dl dd span {
		font-size: clamp(60px, 20.266vw, 91px);
	}
	#webjin .obj_plus {
		top: 15px;
	}
	#webjin .main_wrap h1 {
		line-height: 1.4;
	}
	.wrap_section__point {
		padding: 20px;
	}
	#webjin .box h2.type01 {
		text-align: left;
	}
	#webjin .box p {
		text-align: left;
	}
}
@media screen and (max-width: 480px) and (min-width: 374px) {
	.maxw480min374none {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	#webjin .main_wrap .wrap_price {
		margin-top: -50px;
	}
}
@media screen and (max-width: 374px) {
	.sp_pc_top {
		width: clamp(60px, 22vw, 90px);
	}
	#webjin .main_wrap .wrap_price {
		margin-top: -40px;
	}
}
@media screen and (max-width: 349px) {
	.maxw349none {
		display: none;
	}
	#contact table.form td {
		word-break: break-all;
	}
}