@charset "UTF-8";
/* CSS Document */
/* リセット定義 */
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 {
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #000000;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-feature-settings: "palt";
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
a {
  text-decoration: none;
}
ol, ul,li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
*{ 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* リセット定義ここまで */

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

/* 画像の切り替え */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
/* 改行の切り替え */
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}

@media screen and (max-width:768px) {
/* 画像の切り替え */
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
/* 改行の切り替え */
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}
/*---------------------------------------------------------------*/
.main {
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.1em;
	flex: 1;
	background-color: #f2f2f2;
}
/*---------------------------------------------------------------*/

/*------------------------- ヘッダーエリア -------------------------*/
/* ヘッダー */
.header {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 10px 30px;
	background-color: #f2f2f2;
}
.header-innner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* ロゴ */
.logo {
	width: 12.5%;
	margin: 0 30px 0 0;
}
.logo img {
	width: 100%;
}
/* 各種お見積もりエリア */
.contact {
	width: 80%;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
/* 電話で見積もり */
.contact_tel {
	height: 40px;
	margin: 0;
	background-color: #00a3f5;
	border-radius: 100px;
}
.contact_tel p {
	line-height: 2.2;	
}
/* 電話番号 */
.contact_tel p a {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.1rem;
}
/* 受付時間 */
.contact_tel p a span {
	margin-left: 8px;
	font-size: 0.75rem;
	vertical-align: 1.2px;
}
/* LINEで見積もり */
.contact_line {
	height: 40px;
	margin: 0 0 0 20px;
	background-color: #00c500;
	border-radius: 100px;
}
.contact_line a {
	padding: 7.5px 15px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-size: 0.9rem
}
/* LINEアイコン画像 */
.contact_line img {
	width: 25px;
	margin: 0 5px 0 0;
}
/* メールで見積もり */
.contact_mail {
	height: 40px;
	margin: 0 0 0 20px;
	background-color: #ff7c00;
	border-radius: 100px;
}
.contact_mail a {
	padding: 7.5px 15px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-size: 0.9rem
}
/* メールアイコン画像 */
.contact_mail img {
	width: 25px;
	margin: 0 5px 0 0;
}

@media screen and (max-width:980px) {
.head_line_txt {
	display: none !important;
}
.head_mail_txt {
	display: none !important;
}
/* LINEで見積もり */
.contact_line {
	margin: 0 0 0 8px;
	border-radius: 5px;
}
.contact_line a {
	padding: 7.5px;
}
/* メールアイコン */
.contact_line img {
	margin: 0 auto;
}
/* メールで見積もり */
.contact_mail {
	margin: 0 0 0 8px;
	border-radius: 5px;
}
.contact_mail a {
	padding: 7.5px;
}
/* メールアイコン */
.contact_mail img {
	margin: 0 auto;
}
}

@media screen and (max-width:768px) {
/* ヘッダー */
.header {
	padding: 12px;
}
/* ロゴ */
.logo {
	width: 28%;
	margin: 0;
}
/* 電話で見積もり */
.contact_tel {
	border-radius: 10px;
}
.contact_tel p {
	line-height: 1;	
	text-align: center;
}
/* 電話番号 */
.contact_tel p a {
	padding: 5px 10px 0 10px;
	font-size: 0.9rem;
}
/* 受付時間 */
.contact_tel p a span {
	margin-left: 0;
	font-size: 0.6rem;
	vertical-align: 0;
}
}
/*---------------------------------------------------------------*/

/*--------------------- メインビジュアルエリア ----------------------*/
/* メインビジュアル */
.mainvisual {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.mainvisual_img {
	width: 100%;
	margin: 0 auto;
}
.mainvisual_img img {
	width: 100%;
	margin: 0 auto;
}
/* メインビジュアルのスクロールアニメーション */
.img-wrap {
  opacity: 0;
}
.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #f2f2f2;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
/* 黄色フレーム */
.fr {
	text-align: center;
	position: absolute;
	top: 8%;
	left: 45%;
}
.fr_img {
	margin: 0;
	position: relative;
}
.fr_img img {
	width: 112px;
	margin: 0 auto;
	animation: rotation 7s linear infinite;
}
/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 黄色フレーム内のテキスト */
.fr_txt {
	width: 100%;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.3;
	color: #00a3f5;
	position: absolute;
	top: 18%;
}

@media screen and (max-width:768px) {
/* 黄色フレーム */
.fr {
	top: 33%;
	left: 2.5%;
}
.fr_img img {
	width: 95px;
}
/* 黄色フレーム内のテキスト */
.fr_txt {
	font-size: 0.9rem;
}
}
/*---------------------------------------------------------------*/

/*-------------------- お見積もり3種ボタンエリア --------------------*/
/* お見積もり3種ボタン */
.estimate {
	width: 100%;
	max-width: 1080px;
	margin: 60px auto;
}
/* 電話ボタン */
.estimate_tel a {
	width: 65%;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00a3f5;
	color: #fff;
	border-radius: 100px;
	position: relative;
}
.estimate_tel a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
/* ご不明な点は〜 */
.estimate_tel_txt1 {
	font-size: 0.7rem;
	line-height: 1.2;
}
/* 電話番号 */
.estimate_tel_txt2 {
	padding: 0 7px;
	font-size: 1.8rem;
	line-height: 1.2;
}
.estimate_tel_txt2 a {
	text-decoration: none;
	color: #fff;
}
/* 受付時間 */
.estimate_tel_txt3 {
	font-size: 0.7rem;
	line-height: 1.2;
}
/* 矢印 */
.estimate_arrow_tel {
	position: absolute;
	top: 35%;
	right: 2.5%;
}
.estimate_arrow_tel img {
	width: 18px;
	margin-left: 40px;
}
/* ご多忙なお客様や〜 */
.estimate_txt {
	margin: 25px auto;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: center;
}
/* LINEボタン＆メールボタン */
.estimate_line_mail {
	width: 65%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
/* LINEボタン */
.estimate_line {
	width: 48%;
}
.estimate_line a {
	height: 60px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #00c700;
	border: 3px solid #00c700;
	border-radius: 100px;
	position: relative;
}
.estimate_line a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
/* LINEアイコン */
.estimate_tel_line1 img {
	width: 25px;
	padding: 3px;
	background-color: #00c700;
	border-radius: 3px;
}
/* LINEでお見積もり */
.estimate_tel_line2 {
	padding: 0 0 0 7px;
	font-weight: bold;
}
/* 矢印 */
.estimate_arrow_line {
	position: absolute;
	top: 35%;
	right: 4.5%;
}
.estimate_arrow_line img {
	width: 18px;
	margin-left: 40px;
}
/* メールボタン */
.estimate_mail {
	width: 48%;
}
/* メールボタン */
.estimate_mail a {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #ff7c00;
	border: 3px solid #ff7c00;
	border-radius: 100px;
	position: relative;
}
.estimate_mail a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
/* LINEアイコン */
.estimate_tel_mail1 img {
	width: 25px;
	padding: 3px;
	background-color: #ff7c00;
	border-radius: 3px;
}
/* メールでお見積もり */
.estimate_tel_mail2 {
	padding: 0 0 0 7px;
	font-weight: bold;
}
/* 矢印 */
.estimate_arrow_mail {
	position: absolute;
	top: 35%;
	right: 4.5%;
}
.estimate_arrow_mail img {
	width: 18px;
	margin-left: 40px;
}
/* お見積もり3種ボタンのアニメーション */
.zoom-in-element {
  opacity: 0;
  transform: scale(0.3);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.zoom-in-element.show {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width:768px) {
/* お見積もり3種ボタン */
.estimate {
	margin: 30px auto;
}
/* 電話ボタン */
.estimate_tel {
	vertical-align: middle;
}	
/* 電話ボタン */
.estimate_tel a {
	width: 94%;
	height: 80px;
	display: block;
	text-align: center;	
}
/* ご不明な点は〜 */
.estimate_tel_txt1 {
	padding-top: 8.5px;
}
/* 矢印 */
.estimate_arrow_tel {
	top: 40%;
	right: 4%;
}
/* ご多忙なお客様や〜 */
.estimate_txt {
	width: 94%;
	margin: 18px auto;
}	
/* LINEボタン＆メールボタン */
.estimate_line_mail {
	width: 100%;
	display: block;
}	
/* LINEボタン */
.estimate_line {
	width: 94%;
	margin: 0 auto;
}	
/* メールボタン */
.estimate_mail {
	width: 94%;
	margin: 20px auto;
}
}
/*---------------------------------------------------------------*/

/*------------------ お引越しサービスについてエリア ------------------*/
/* お引越しサービスについて */
.service {
	width: 100%;
	margin: 60px auto;
	padding: 50px;
	background-color: #fff;
	border-radius: 30px;
}
/* お引越しサービスについて内 */
.service_area {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
/* 見出し */
.service h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #00a3f5;
}
/* 英語 */
.service_eng {
	margin-top: 8px;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	color: #00a3f5;
}
/* 本文 */
.service_txt {
	margin-top: 50px;
	line-height: 1.8;
	text-align: center;
}
/* 見出し右横のイラスト */
.service_illust {
	width: 115px;
	margin: 0;
	position: absolute;
	top: -60px;
	left: 22%;
}
.service_illust img {
	width: 100%;
}
/* 選ばれる4つの特長内 */
.features_area {
	width: 100%;
	max-width: 1080px;
	margin: 50px auto 0 auto;
}
/* 吹き出し */
.balloon1 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
	background-color: #00a3f5;
}
.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #00a3f5;
}
.balloon1 p img {
	width: 200px;
	margin: 0 auto;
}
/* 充実のサービスメニュー〜 */
.features_area h3 {
	margin: 40px auto 25px auto;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
	color: #00a3f5;
}
/* 充実のサービスメニューボックス内(1〜3) */
.features_box_area1 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
/* 各ボックス */
.features_box {
	width: 100%;
	padding: 20px;
	text-align: center;
	border-radius: 30px;
	background-color: #fff000;
	position: relative;
	z-index: 1;
}
/* 各番号 */
.foci-num {
	width: 30px;
	height: 30px;
    border-radius: 20px;
    background: #00a3f5;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 2;
}
/* 各イラスト */
.features_box img {
	width: 90px;
	margin: 0 auto;
}
/* 各見出し */
.features_box_txt1 {
	margin: 10px auto;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	color: #00a3f5;
}
/* 各本文 */
.features_box_txt2 {
	line-height: 1.5;
}
/* 充実のサービスメニューボックス内(4) */
.features_box_area2 {
	width: 100%;
	margin: 20px auto 0 auto;
}
.features_box_area2-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
/* 回収対象品についてエリア */
.features_box_inner_2 {
	width: 70%;
	padding: 20px;
	background-color: #fff;
	border-radius: 30px;
}
/* 回収対象品について */
.junk_txt1 {
	width: 70%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background-color: #00a3f5;
	color: #fff;
	border-radius: 100px;
}
/* 不用品回収の対象品（一例） */
.junk_txt2 {
	width: 45%;
	margin: 20px auto;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
	border: 1.5px solid #00a3f5;
	color: #00a3f5;
}
/* 不用品回収の対象エリア */
.junk_detail {
	width: 100%;
	display: flex;
}
.junk_detail div {
	width: 100%;
}
/* チェックボックスエリア */
.checkbox {
	margin-bottom: 15px;
	display: flex;
}
/* チェックボックスアイコン */
.checkbox_img {
	width: 25px;
	margin: 0 5px 0 0;
}
.checkbox_img img {
	width: 100%;
}
/* チェックボックス各テキスト */
.junk_txt3 {
	line-height: 1.4;
	text-align: left;
	display: flex;
	color: #00a3f5;
}
/* ※一般家庭ゴミ（生ごみ）は〜 */
.junk_detail span {
	font-size: 0.8rem;
}

@media screen and (max-width:1080px) {
/* 見出し右横のイラスト */	
.service_illust {
	left: 10%;
}
/* 充実のサービスメニューボックス内 */
.features_box_area1 {
	display: block;
}
/* 各ボックス */	
.features_box {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}	
/* 改行の切り替え */
.features_br-pc {
	display: none;
}
/* 充実のサービスメニューボックス内(4) */
.features_box_area2-inner {
	width: 100%;
	display: block;
}	
.features_box_inner_1 {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
/* 回収対象品についてエリア */
.features_box_inner_2 {
	width: 100%;
}
}

@media screen and (max-width:768px) {
/* お引越しサービスについて */
.service {
	margin: 50px auto 30px auto;
	padding: 20px;
}
/* 見出し */
.service h2 {
	padding-top: 100px;
	font-size: 1.6rem;
}
/* 英語 */
.service_eng {
	font-size: 1rem;
}
/* 本文 */
.service_txt {
	margin-top: 30px;
	text-align: left;
}
/* 見出し右横のイラスト */	
.service_illust {
	top: 2.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 選ばれる4つの特長内 */
.features_area {
	margin: 30px auto 0 auto;
}
/* 充実のサービスメニュー〜 */
.features_area h3 {
	margin: 30px auto;
	font-size: 1.3rem;
}
/* 回収対象品についてエリア */
.features_box_inner_2 {
	margin-top: 20px;
}
/* 回収対象品について */
.junk_txt1 {
	width: 100%;
}
/* 不用品回収の対象品（一例） */
.junk_txt2 {
	width: 100%;
}
/* 不用品回収の対象エリア */
.junk_detail {
	display: block;
}
}
/*---------------------------------------------------------------*/

/*------------------ お客様にあった料金プランエリア ------------------*/
/* お客様にあった料金プラン */
.price-plan {
	width: 100%;
	margin: 60px auto;
	padding: 50px;
	background-color: #00a3f5;
	border-radius: 30px;
}
/* お客様にあった料金プラン内 */
.price-plan_area {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
/* 見出し */
.price-plan h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
}
/* 英語 */
.price-plan_eng {
	margin-top: 8px;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
/* 本文 */
.price-plan_txt {
	margin-top: 50px;
	line-height: 1.8;
	text-align: center;
	color: #fff;
}
/* 見出し右横のイラスト */
.price-plan_illust {
	width: 115px;
	margin: 0;
	position: absolute;
	top: -60px;
	left: 22%;
}
.price-plan_illust img {
	width: 100%;
}
/* 料金プランボックスエリア */
.price-plan_box_area {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
}
/* 各料金プランボックス */
.price-plan_box {
	width: 48.5%;
	margin: 60px auto 0 auto;
	padding: 30px;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	position: relative;
}
/* 各番号 */
.price-num {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	line-height: 50px;
	background-color: #fff;
	color: #00a3f5;
	border-radius: 50%;
	position: absolute;
	top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 各料金プランの画像 */
.price-img {
	width: 50%;
	margin: 0 auto;
}
.price-img img {
	width: 100%;
	margin: 0 auto;
}
/* 見出し */
.price-plan_box_txt1 {
	width: 70%;
	margin: 20px auto;
	padding: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
	background-color: #00a3f5;
	color: #fff;
	border-radius: 100px;
}
/* 料金 */
.charge-img {
	width: 50%;
	margin: 0 auto;
}
.charge-img img {
	width: 100%;
	margin: 0 auto;
}
/* 本文 */
.price-plan_box_txt2 {
	margin-top: 15px;
	line-height: 1.5rem;
}

@media screen and (max-width:1080px) {
/* 見出し右横のイラスト */	
.price-plan_illust {
	left: 10%;
}	
/* 各料金プランボックス */
.price-plan_box {
	width: 47.5%;
}
/* 見出し */
.price-plan_box_txt1 {
	width: 100%;
	font-size: 1rem;
}
/* 本文 */
.price-plan_box_txt2 {
	text-align: left;
}
/* 改行の切り替え */
.price-_br-pc {
	display: none;
}
}

@media screen and (max-width:768px) {
/* お客様にあった料金プラン */
.price-plan {
	margin: 50px auto 30px auto;
	padding: 20px;
}
/* 見出し */
.price-plan h2 {
	padding-top: 100px;
	font-size: 1.6rem;
}
/* 英語 */
.price-plan_eng {
	font-size: 1rem;
}
/* 本文 */
.price-plan_txt {
	margin-top: 30px;
	text-align: left;
}
/* 見出し右横のイラスト */	
.price-plan_illust {
	top: 2.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 料金プランボックスエリア */
.price-plan_box_area {
	display: block;
}
/* 各料金プランボックス */
.price-plan_box {
	width: 100%;
	padding: 20px;
}
/* 各料金プランの画像 */
.price-img {
	width: 70%;
}
/* 料金 */
.charge-img {
	width: 60%;
}
}
/*---------------------------------------------------------------*/

/*-------------------------- 資材エリア --------------------------*/
/* 資材 */
.materials {
	width: 100%;
	margin: 0 auto;
}
/* 見出し */
.materials h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #00a3f5;
}
/* 本文 */
.materials_txt {
	margin-top: 20px;
	line-height: 1.8;
	text-align: center;
}
/* 梱包資材の内容エリア */
.materials-inner {
	width: 100%;
	margin: 30px auto;
	padding: 50px;
	background-color: #00a3f5;
	border-radius: 30px;
}
/* 梱包資材の内容内 */
.materials_area {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	background-color: #fff;
	border-radius: 30px;
}
.materials_detail {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
/* チェックボックスの指定は
　　不用品回収の対象品（一例）と同じ */

@media screen and (max-width:960px) {
.materials_detail {
	display: block;
}
}

@media screen and (max-width:768px) {
/* 見出し */
.materials h2 {
	font-size: 1.6rem;
	line-height: 1.4;
}
/* 本文 */
.materials_txt {
	margin: 20px auto 0 auto;
	padding: 0 20px;
	text-align: left;
}
/* 梱包資材の内容エリア */
.materials-inner {
	padding: 20px;
}
}
/*---------------------------------------------------------------*/

/*------------------------- 4STEPエリア --------------------------*/
/* 4STEP */
.step {
	width: 100%;
	max-width: 1080px;
	margin: 60px auto;
}
/* 吹き出し */
.balloon1 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
	background-color: #00a3f5;
}
.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #00a3f5;
}
.step p img {
	width: 380px;
	margin: 0 auto;
}
/* 4STEPエリア内 */
.step_box_area {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
/* 各ボックス */
.step_box {
	width: 100%;
	margin: 50px auto 0 auto;
	padding: 20px;
	text-align: center;
	background-color: #fff000;
	border-radius: 30px;
}
/* 各STEP番号 */
.step_num {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 5px 0;
	font-weight: bold;
	background-color: #00a3f5;
	color: #fff;
	border-radius: 100px;
}
/* 番号 */
.step_num span {
	font-size: 1.2rem;
}
/* 各イラスト */
.step_box img {
	width: 110px;
	margin: 0 auto;
}
/* 各見出し */
.step_box_txt1 {
	margin: 10px auto;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	color: #00a3f5;
}
/* 各本文 */
.step_box_txt2 {
	line-height: 1.5;
}
/* SP表示の各STEP番号を消す */
.step_num_sp {
	display: none;
}

@media screen and (max-width:1080px) {
/* 4STEPエリア内 */
.step_box_area {
	display: block;
}
/* 4STEP */
.step {
	padding: 0 30px;
}	
.flex_sp {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
/* PC表示の各STEP番号を消す */
.step_num_pc {
	display: none;	
}	
/* 各STEPテキストエリア */
.step_sp {
	width: 60%;
	margin: 0;
}	
/* SPの各STEP番号を表示 */	
.step_num_sp {
	display: block;
}
/* 改行の切り替え */
.step_br-pc {
	display: none;
}
}

@media screen and (max-width:768px) {
/* 4STEP */
.step {
	margin: 30px auto;
	padding: 0 20px;
}		
.step p img {
	width: 250px;
	margin: 0 auto;
}
/* 各ボックス */
.step_box {
	margin: 20px auto;
}
/* 各STEPテキストエリア */
.step_sp {
	width: 100%;
}
/* 各本文 */
.step_box_txt2 {
	text-align: left;
}
}
/*---------------------------------------------------------------*/

/*------------------- 各種クレジットカードエリア --------------------*/
/* 各種クレジットカード */
.card {
	width: 100%;
	margin: 0 auto;
}
/* 見出し */
.card h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #00a3f5;
}
/* 本文 */
.card_txt {
	margin-top: 20px;
	line-height: 1.8;
	text-align: center;
}
.card-inner {
	width: 100%;
	margin: 30px auto;
	padding: 30px;
	background-color: #00a3f5;
	border-radius: 30px;
}
/* カード画像 */
.card_img {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 15px;
	background-color: #fff;
	border-radius: 30px;
}
.card_img img {
	width: 50%;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
.card-inner {
	padding: 20px;
}	
.card_img img {
	width: 100%;
}
/* 見出し */
.card h2 {
	font-size: 1.6rem;
	line-height: 1.4;
}
/* 本文 */
.card_txt {
	margin: 20px auto 0 auto;
	padding: 0 20px;
	text-align: left;
}
}
/*---------------------------------------------------------------*/

/*----------------------- よくある質問エリア -----------------------*/
/* よくある質問 */
.faq {
	width: 100%;
	margin: 60px auto;
	padding: 50px;
	background-color: #fff;
	border-radius: 30px;
}
/* よくある質問内 */
.faq_area1 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
/* 見出し */
.faq h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #00a3f5;
}
/* 英語 */
.faq_eng {
	margin-top: 8px;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	color: #00a3f5;
}
/* 本文 */
.faq_txt {
	margin-top: 50px;
	line-height: 1.8;
	text-align: center;
}
/* 見出し右横のイラスト */
.faq_illust {
	width: 105px;
	margin: 0;
	position: absolute;
	top: -60px;
	left: 25%;
}
.faq_illust img {
	width: 100%;
}
/* よくある質問（アコーディオン）エリア */
.faq_area2 {
	width: 100%;
	max-width: 1080px;
	margin: 30px auto 0 auto;
}
/* よくある質問（アコーディオン） */
.accordion {
	width: 100%;
	position: relative;
}
.accordion-title {
	cursor: pointer;
	padding: 20px 15px;
	display: flex;
	align-items: center;
}
/* Qの画像 */
.accordion-title img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
/* 質問内容 */
.accordion_tit {
	font-size: 1.2rem;
	font-weight: bold;
}
.accordion-content {
	display: none;	
}
/* 質問答え */
.accordion-content p {
	line-height: 1.8;
	background-color: #fff;
	padding: 20px 30px;
}
/* タイトルの背景色 */
.accordion-item {
	margin-bottom: 20px;
	background-color: #e5f7ff;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
/* 縦線 */
.accordion-title::before {
  background: #00a1ea; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transform: rotate(90deg); /* 線を縦に */
  transition: transform .3s ease-in-out;
  width: 15px; /* 線の幅 */
}
/* 横線 */
.accordion-title::after {
  background: #00a1ea; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transition: opacity .3s ease-in-out;
  width: 15px; /* 線の幅 */
}
/* 縦線(クリック後) */
.accordion-title.open::before {
  transform: rotate(180deg);
}
/* 横線(クリック後) */
.accordion-title.open::after {
  opacity: 0;
}

@media screen and (max-width:1080px) {
/* 見出し右横のイラスト */	
.faq_illust {
	left: 12%;
}
}

@media screen and (max-width:768px) {
/* お客様にあった料金プラン */
.faq {
	margin: 50px auto 30px auto;
	padding: 20px;
}
/* 見出し */
.faq h2 {
	padding-top: 100px;
	font-size: 1.6rem;
}
/* 英語 */
.faq_eng {
	font-size: 1rem;
}
/* 本文 */
.faq_txt {
	margin-top: 30px;
	text-align: left;
}
/* 見出し右横のイラスト */
.faq_illust {
	top: 11%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* よくある質問 */
.faq {
	margin: 30px auto;
	padding: 20px;
}
/* Qの画像 */
.accordion-title img {
	width: 40px;
	height: 40px;
	margin-right: 12px;
}
/* 質問内容 */
.accordion_tit {
	font-size: 1rem;
	line-height: 1.8;
}
}
/*---------------------------------------------------------------*/

/*------------------- お問い合わせフォームエリア --------------------*/
#form {
	width: 100%;
	max-width: 1080px;
	margin: 60px auto;
}
/* スムーズスクロール調整用 */
#form {
	padding-top: 60px;
	margin-top: -60px;
}
/* 見出し */
#form h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #00a3f5;
}
/* お問い合わせフォーム */
.form_table {
	width: 100%;
	margin: 30px auto 0 auto;
	position: relative;
}
/* 必須 */
.req {
	margin-left: 3px;
	padding: 3px;
	font-size: 0.8rem;
	background-color: #d40000;
	color: #fff;
}
/* チェックボックスエリア */
.hky_check {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
/* 各チェックボックス */
.check_wrap {
	margin-right: 20px;
}
/* チェックボックスのサイズ変更 */
.check {
	transform:scale(1.5);	
}
.form_table tbody tr {
	line-height: 1.6rem;
}
.form_table tbody tr th {
	width: 28%;
	padding: 20px 0;
	text-align: left;
	font-size: 1rem;
	line-height: 1.6rem;
	vertical-align: middle;
}
.form_table tbody tr td {
	padding: 20px 0;
	text-align: left;
	margin-bottom: 1px;
	font-size: 1em;
	vertical-align: middle;
}
.form_table tbody tr td span{
	font-size: 0.8em;	
}
input {
    font-size: 1em;
    padding: 15px;
}
input.txt01 {
    width: 100%;
}
/* お問い合わせ内容エリア */
textarea {
	width: 100%;
	height: 150px;
	padding: 15px;
	text-align: left;
	margin-bottom: 1px;
	font-size: 1rem;
	vertical-align: middle;
}
/* 送信ボタンエリア */
.submit_area {
	margin: 20px auto 0 auto;
	text-align: center;
}
/* 送信ボタン */
.submit-btn {
	width: 40%;
	margin: 10px auto 0 auto;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	transition: all 300ms 0s ease;
    border-radius: 100px;
	/* buttonタグのリセットCSS */
	background-color: transparent;
	border: none;
	cursor: pointer;/* ポインターカーソルを表示 */
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	color: #fff;
	background: #00a2ef;	
}
.submit-btn[disabled] {
	background-color: #00a2ef;
	/* cursor: not-allowed; クリック不可のカーソルを表示 */
}
/* hover時 */
.submit-btn:hover {
	opacity: 0.6;
	transition: 1s;
}

@media screen and (max-width:1080px) {
#form {
	margin: 30px auto;
	padding: 0 20px;
}
/* スムーズスクロール調整用 */
#form {
	padding-top: 20px;
	margin-top: -20px;
}
/* 見出し */
#form h2 {
	font-size: 1.6rem;
}		
/* お問い合わせフォーム */
.form_table {
	margin: 30px auto 0 auto;
}
/* 各チェックボックス */
.check_wrap {
	margin-bottom: 10px;
}
.form_table tbody tr th {
	width: 100%;
	padding: 0;
	display: block;
}	
.form_table tbody tr td {
	width: 100%;
	display: block;
	padding: 5px 0 20px 0;
}
/* 送信ボタンエリア */
.submit_area {
	margin: 0 auto;
}
}

@media screen and (max-width:768px) {
.form {
	padding: 0 20px;
}
/* チェックボックスのサイズ変更 */
.check {
	transform:scale(0.9);
	position: relative;
	top: 5px;
}
/* 送信ボタン */
.submit-btn {
	width: 100%;
}
}
/*---------------------------------------------------------------*/

/*------------------------- フッターエリア ------------------------*/
/* フッター */
.footer {
	width: 100%;
	margin: 0 auto;
    padding: 60px 60px 100px 60px;
    text-align: center;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2f2f2;
    background-image: url(../img/bg.png);
}
/* フッター内 */
.footer-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
/* 本文 */
.footer-inner p {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	color: #fff;
}
/* フッターリンク */
.footer_link {
	width: 100%;
	margin: 30px auto;
}
.footer_link ul {
	display: flex;
	justify-content: center;
}
.footer_link ul li+ li {
  border-left: 1px solid #fff;
}
.footer_link ul li a {
	padding: 0 10px;
	font-size: 0.85rem;
	font-weight: bold;
	display: block;
	text-decoration: underline;
	color: #fff;
}
.footer_link ul li a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
/* コピーライト */
.footer-inner span {
	font-size: 0.8rem;
	color: #fff;
}

@media screen and (max-width:768px) {
/* フッター */
.footer {
    padding: 60px 20px 100px 20px;
    text-align: center;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2f2f2;
    background-image: url(../img/bg_sp.png);
}	
/* 本文 */
.footer-inner p {
	font-size: 1.2rem;
	line-height: 1.8;
}	
}
/*---------------------------------------------------------------*/

/*---------------------- フッターボタンエリア ----------------------*/
/* フッターリンク */
.footer_bottom {
	width: 100%;
	margin: 0 auto;
	position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
	z-index: 3;
}
.footer_bottom ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer_bottom ul li {
	width: 100%;
	margin: 0 auto;
}
.footer_bottom ul li a {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_bottom ul li a:hover {
	opacity: 0.7;
	transition: 0.5s;
}
/* 各アイコン画像 */
.footer_bottom ul li a img {
	width: 30px;
	margin: 0 5px 0 0;
}
/* 電話ボタン */
.footer_bottom_tel {
	background-color: #fff;
}
.footer_bottom_tel a {
	color: #00a2ef;
}
/* LINEボタン */
.footer_bottom_line {
	background-color: #00c700;
}
.footer_bottom_line a {
	color: #fff;
}
/* メールボタン */
.footer_bottom_mail {
	background-color: #ff8614;
}
.footer_bottom_mail a {
	color: #fff;
}
.footer_bottom_mail a:hover {
	opacity: 0.7;
	transition: 0.5s;
}

@media screen and (max-width:768px) {
.footer_bottom ul li a {
	padding: 15px 10px;
	font-size: 0.8rem;
	line-height: 1.4;
}	
}
/*---------------------------------------------------------------*/

/*----------------------- フェードインの指定 -----------------------*/
/* 下から上に移動しながらフェードイン */
.fadeInUp {
    opacity: 0;
    transform: translateY(50px);
}
/* 上から下に移動しながらフェードイン */
.fadeInDown {
    opacity: 0;
    transform: translateY(-50px);
}
/* フェードインアニメーション */
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
/* フェードインさせるクラス */
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
