@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-break: break-all;
}

body{
	background-color: #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', 'Arial', 'YuGothic', 'Yu Gothic', 'Meiryo', sans-serif;
    font-weight: 400;
}

main {
    overflow-x: hidden;
}

section {
	overflow-x: hidden;
}

#top_bg, #under_top, #logo_contents, #worries, #reason, #plan, #menu, #cta, #voice, #flow, #cta_02, footer {
	padding: 50px 0;
}

.wrapper{
	max-width: 1120px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.btn a {
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
	padding: 5px 0;
    position: relative;
    transition: all 0.3s ease 0s;
	text-align: center;
    width: 170px;
}

p, h1, h2, h4 {
	color: #585141;
}

h4 {
	font-weight: 600;
}

img {
    width: 100%;
}


/*🔲🔲🔲🔲🔲🔲🔲🔲 Header 🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/
header {
	background-color: rgb(255, 255, 255, 0.8);
	box-shadow: 0px 3px 12px  rgba(0, 0, 0, .16);
	padding: 8px 20px;
	position: fixed;
	width: 100vw;
    z-index: 50;

}

header .flex_around_center .left_side {
    width: 25%;
}

header .flex_bet_end {
	column-gap: 2%;
}

header .info_box {
    margin-right: 20px;
}

p.phone_number a{
	color: #C80F01;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	margin-left: 40px;
	position: relative;
}

header p.phone_number a {
    font-size: 36px;
}

p.phone_number a::before {
    background-image: url(../images/icn_phone_small.svg?0314);
	background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 37px;
    height: 37px;
    left: -40px;
	top: 0px;
}

header .flex_around_center, header .flex_end_center {
    column-gap: 10px;
}

header .info_box p:nth-child(2) {
	font-size: calc(100vw / 90);
	line-height: 1.8em;
	margin-top: -4px;
}

header .info_box p span {
	font-size: calc(100vw / 100);
}

.contact_btn a {
	background-color: #C80F01;
}



.download_btn a {
	color: #C80F01;
	    background-color: #fff;
	border: 2px solid #C80F01;
}


/*🔲🔲🔲🔲🔲🔲🔲🔲 TOP page TOP画像 🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/

#top_bg {
	background-image: url("../images/top_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: calc(100vw / 2.2);
	position: relative;
	width: 100vw;
}

#top_bg .wrapper {
	height: 100%;
}

#top_bg img {
	width: 30%;
	position: absolute;
}

#top_bg img:first-child {
    width: calc(100vw / 3.6);
    top: 18%;
    right: 36%;
}

.border_txt_box {
	top: 41%;
    right: 40%;
    position: absolute;
}


#top_bg p {
    color: #C80F01;
	display: inline-block;
	font-size: calc(100vw / 65);
	position: relative;
}

#top_bg p::before,
#top_bg p::after {
	content: '';
    position: absolute;
    bottom: 47%;
    width: 20px;
    height: 1px;
    background-color: #C80F01;
}

#top_bg p::before {
	left: -30px; /* 左側の横線の位置を調整 */
}

#top_bg p::after {
	right: -30px; /* 右側の横線の位置を調整 */
}

h1 {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-size: calc(100vw / 22);
    right: 32%;
    position: absolute;
    top: 45%;
}

#top_bg h2 {
    font-size: calc(100vw / 65);
	font-weight: 500;
	right: 30%;
    position: absolute;
    top: 60%;
	text-align: center;
}

.red {
	color: #C80F01;
}

/*🔲🔲🔲🔲🔲🔲🔲🔲 TOP page の下部分 🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/

#under_top .flex_bet_center {
	column-gap: 5%;
}

.flex_bet_center.pc {
    display: flex;
}

.flex_bet_center.sp {
    display: none;
}

#under_top .flex_bet_center img {
	width: calc(100% / 2);
}

.slideshow {
    width: 100%;

}


ul.logo_area{
    margin-top: 30px;
/*	width: 100vw;*/
	column-gap: 20px;
}

ul.logo_area li{
	display: inline-block;
}


.slideshow_container {
   width: 3000px;
/*    overflow-x: hidden;*/
    margin: auto;
}

#logo_contents {
	padding-top: 0;
}

.logo_area, .menu_area {
	width: 100%;
	display: -webkit-box;
    white-space: nowrap;
	animation: scrollAnime 40s linear infinite both;
	
}

@keyframes scrollAnime {
	

0% {
    transform: translateX(0);
}

100% {
    transform: translateX(-100%);
} 

}

#logo_contents ul.logo_area img {
    width: 70%;
    height: auto;
    display: inline-block;
    margin-right: 20px;
}


/*🔲🔲🔲🔲🔲🔲🔲🔲 このようなお悩みはありませんか🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/
#worries {
	background-image: url("../images/underTop_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	position: relative;
	width: 100vw;
}

#worries h2.section_ttl {
	margin-bottom: 0;
}

h2.section_ttl {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
	margin-bottom: 40px;
    paddin-top: 50px;
    text-align: center;
}

h2.section_ttl span {
	color: #C80F01;
	font-size: 56px;
	position: relative;
}

#worriesh2.section_ttl span::before {
    background-image: url(../images/ttl_dot.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 130px;
    height: 12px;
    left: 20px;
}

#worries img {
	margin-top: 30px;
}


#worries .flex_center_center {
	column-gap: 2%;
	position: relative;
	margin-top: -5%;
}

#worries .flex_center_center .left_side img, #worries .flex_center_center .right_side img {
    margin: 0 auto;
}


/*🔲🔲🔲🔲🔲🔲🔲🔲選ばれる理由🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/
#reason {
	background-image: url("../images/reason_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	width: 100vw;
}

#reason h2.section_ttl span::before {
	display: none;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    max-width: 1000px;
    width: 100%;
    height: auto;
}

.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots li {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots li  button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots li button:nth-child(4) {
	display: none;
}

.slick-dots li.slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.slick-prev:before, .slick-next:before {
    opacity: 0;
}



/*🔲🔲🔲🔲🔲🔲🔲🔲価格帯🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/
#plan {
	background-image: url("../images/plan_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 0;
	position: relative;
	width: 100vw;
}

#plan .flex_bet_center  {
	column-gap: 2%
}
#plan .flex_bet_center img {
	width: 48%;
}

#plan img {
	display: block;
}

#plan img.sp {
    display: none;
}

/*🔲🔲🔲🔲🔲🔲🔲🔲メニュー🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/

h2.section_ttl span.bigger {
    font-size: 80px;
}

#menu h2.section_ttl span::after {
    background-image: url(../images/menu_ttl_mark.svg);
    background-repeat: no-repeat;
    content: "";
    height: 45px;
    position: absolute;
    right: -350px;
    top: 6px;
    transform: scale(-1, 1);
    width: 50px;
}

#menu h2.section_ttl span.bigger::after {
	display: none;
}

#menu h2.section_ttl span.bigger::before {
    background-image: url(../images/menu_ttl_mark.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 50px;
    height: 45px;
    left: -70px;
    top: 26px;
}

p.ttl_bottom {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 24px;
	text-align: center;
}

#menu ul.menu_area li {
    background-color: #F8F4ED;
    border-radius: 10px;
    display: inline-block;
	height: 270px;
	height: 250px;
    margin: 0 10px;
    padding: 15px;
	min-width: 255px;
    width: 100%;
}

#menu ul.menu_area li p {
	font-size: 15px;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	line-height: 1.6rem;
	padding: 10px 0;
	text-align: center;
}

#menu ul.menu_area li img {
	border-radius: 10px;
}

#menu .slideshow_container {
    overflow-x: visible;
}

#menu .logo_area, .menu_area {
	display: flex;
	
}

#menu .btn {
    margin: 0 auto;
    text-align: center;
}

#menu .btn a {
    background-color: #C80F01;
    border-radius: 50px;
    /* margin: 0 auto; */
    padding: 15px 45px;
    position: relative;
    width: auto;
}


#menu .btn a::after {
    background-repeat: no-repeat;
    content: "";
    height: 17px;
    right: 20px;
    position: absolute;
    top: 18px;
    width: 17px;
}

#menu .btn a::after {
	 background-image: url(../images/arrow_white.svg);
}

/*🔲🔲🔲🔲🔲🔲🔲🔲CTA🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/

#cta, #cta_02 {
	background-image: url("../images/underTop_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	position: relative;
	width: 100vw;
}

#cta p, #cta_02 p {
	font-size: 32px;
	text-align: center;
}

#cta p span, #cta_02 p span {
	font-size: 24px;
}

#cta .phone_number a, #cta_02 .phone_number a {
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 48px;
}

#cta .phone_number a::before, #cta_02 .phone_number a::before {
	top: 10px;
}

#cta h2.section_ttl, #cta_02 h2.section_ttl {
	margin-bottom: 20px;
}

#cta .btn a, #cta_02 .btn a {
    border-radius: 50px;
	display: inline-block;
    font-size: 24px;
    padding: 15px 120px;
    width: auto;
	position: relative;
}

#cta .flex_center_center, #cta_02 .flex_center_center{
    column-gap: 3%;
}

#cta .contact_btn a:before, #cta_02 .contact_btn a:before {
    background-image: url(../images/icn_mail.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    left: 45px;
	top: 20px;
}

#cta .download_btn a:before, #cta_02 .download_btn a:before {
    background-image: url("../images/icn_download.svg");
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    left: 45px;
    top: 20px;	
}

#cta .contact_btn.btn.arrow_btn a::after, #cta_02 .contact_btn.btn.arrow_btn a::after {
	background-image: url("../images/arrow_white.svg");
	top: 25px;
}

#cta .download_btn.btn.arrow_btn a::after, #cta_02 .download_btn.btn.arrow_btn a::after {
	background-image: url("../images/arrow_red.svg");
	top: 25px;
}

/*🔲🔲🔲🔲🔲🔲🔲🔲ご利用の流れ🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/

#flow {
	background-image: url("../images/flow_bg.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	padding: 50px 0;
	position: relative;
	width: 100vw;
}

ul.flex_bet_center.pc {
    display: flex;
}

#flow .flex_bet_center li {
    width: calc(100% / 4);
	position: relative;
}

#flow .flex_bet_center.pc li::after {
    background-image: url(../images/step_dot.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    height: 10px;
	right: -13%;
    top: 54%;
	width: 70px;
    z-index: 2;
}

#flow .flex_bet_center li:last-child::after {
	display: none;
}

/*🔲🔲🔲🔲🔲🔲🔲🔲企業様の声🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/

#voice {
	background-image: url("../images/companyVoice.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 80px 0;
	position: relative;
	width: 100vw;
}

#voice .flex_start_center {
	column-gap: 4%;
}

#voice .flex_start_center li {
    background-color: #fff;
    border-radius: 10px;
	height: 540px;
	text-align: center;
    width: calc(100% / 3);
	
}

#voice .flex_start_center li img:first-child {
    border-radius: 10px 10px 0px 0px;
}

#voice .flex_start_center li img:nth-child(2) {
    width: 45%;
	margin: 20px auto;
}

#voice .flex_start_center li:nth-child(2) img:nth-child(2), #voice .flex_start_center li:last-child img:nth-child(2) {
    width: 30%;
}

#voice .flex_start_center li p {
	padding: 20px;
    text-align: left;
}
/*🔲🔲🔲🔲🔲🔲🔲🔲CTA02🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/

#cta_02 .contact_box p {
	color: #C80F01;
	font-size: 16px;
}

/*🔲🔲🔲🔲🔲🔲🔲🔲フッター🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲*/

footer {
   padding: 50px 0;
	position: relative;
	text-align: center;
}

footer a img {
    width: 360px;
}

footer img {
	width: 35%;
}

footer p.mb20 {
    font-size: 24px;
    font-weight: 500;
}


#scrollTop_arrow {
    position: absolute;
    right: 1%;
    bottom: 6%;
    width: 130px;
    height: 65px;
}

#scrollTop_arrow img {
		width: 35%;	
}

.is-show {
    animation-name: scrollUpAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

/*footerまでスクロールしたら表示*/
.is-show {
	animation-name:scrollUpAnime;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes scrollUpAnime{
  from {
	opacity: 0;
/*	transform: translateX(0px);*/
	right: -100px;
  }

  to {
	opacity: 1;
/*	transform: translateX(30px);*/
  }
}

#scrollTop_arrow p {
	color: #C80F01;
}