@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');

@media screen and (min-width:999px) and ( max-width:1120px) {
	.wrapper {
		padding: 2%;
	}
}

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

    
#cursor {
    display: none;
}
    
    
#service, #news {
    padding: calc(100vw / 5) 0;
} 
	
#news {
    padding: 0;
    padding-bottom: 70px;
}
	
.wrapper,.wrapper2{
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right:auto;
}
    
    
/*フォント*/
h2.main_title {
	font-size: calc(1rem + ((1vw - 3px) * 4.8612));
}
	
h2.background_blue_ttl {
	height: calc(100vw / 6.39);
	font-size: calc(100vw / 6);
	    margin-top: calc(100vw / 7);
}
	
p.japanese_title {
    font-size: calc(0.3125rem + ((1vw - 0.01px) * 1.503));
    color: #0284C3;
    text-align: left;
}

/*
p,li{
	font-size: calc(0.3125rem + ((1vw - 0.01px) * 1.1022));
	line-height:1.7;
	text-align: left;
}
*/

p,li,.btn a{
	font-size: 14px;
	line-height:2.3;
	text-align: left;
}
    
.pc{
	display: none!important;
}

.sp{
	display: block!important;
}
	
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ホバーエフェクト■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

    
/*
#service_page .btn.l_ad a:hover::before {
    left: 84%;
    top: 24%;
}
*/

    
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■各子ページ トップの共通部分■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
    
    
/*ページタイトル部分*/
    
#page_title_container .page_info_txt h2 {
	font-size: calc(100vw / 22);
	text-align: center;
}
	
#page_title_container .flex_start_center .line {
	width: calc(100vw / 9);
}
	
#page_title_container .flex_start_center p {
    font-size: calc(100vw / 15);
	margin-right: calc(100vw /84);
	white-space: nowrap;
}
	
#page_title_container .flex_start_center .common_sub_ttl {
	font-size: clamp(10px, 3vw, 14px);
	text-align: left;
    letter-spacing: 0.1rem;
}

    
/*ページ説明部分*/ 
    
    
#page_info_container {
    height: auto;
}
	
#page_info_container .flex_bet_center {		
    flex-direction: column-reverse;
}
	
#page_info_container .page_info_img {
    width: calc(100vw / 1.3);
}
	
#page_info_container .page_info_txt {
    width: 90%;
    margin-top: calc(100vw / 20);
}
    
#page_info_container .page_info_txt h2{
    text-align: center;
    font-size: calc(100vw / 16);
}

#page_info_container .page_info_txt p{
    font-size: 14px;
}

#page_info_container img {
    width: 100%;
    margin-bottom: 10%;
}
    
#page_info_container .flex_bet_center {
    padding-top: 36px;
}
	
#page_info_container .bg_txt {
    position: initial;
    text-align: right;
}
	
/*
#contents_area .bg_word {
	font-size: clamp(62px,3vw,150px);
}
*/

#page_info_container .bg_txt {	
	font-size: calc(100vw / 10);
}
	
#contents_area .contents_wrapper {
/*
	margin-top: calc(100vw / 3);
	padding: 100px 0;
*/
    
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 20%;
}

    
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■TOP■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#logo_box {
	overflow: hidden;
}
    
/*HEADER*/
header {
    height: 11vh;
}

    
/*ハンバーガーメニュー*/
.hamburger-icon {
	transition: all .6s;
    width: 45px;
    height: 45px;
    position: relative;
    position: fixed;
    background-color: #3B4043;
    border-radius: 50px;
    right: 20px;
    top: 25px;
    padding: 8px;
    z-index: 30;
    mix-blend-mode: hard-light;
}

.hamburger-icon span{
	position: absolute;
	width: 28px;
	height: 2px;
	border-radius: 5px;
	transition: all .4s;
}
	
.bar1, .bar2, .bar3 {
	background-color: #fff;
}

.bar1:nth-child(1) {
	top: 30%;	
}

.bar2:nth-of-type(2) {
	top: 48%;
}

.bar3:nth-child(3) {
	top: 66%;
}

.slide-menu li .btn_contact {
	width: 160px;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    position: relative;
}
	
.slide-menu .btn_contact a {
    color: #3B4043;
    font-size: 13px;
    background-color: #fff;
    padding: 10px 32px;
	border: 2px solid #fff;
    border-radius: 40px;
    font-weight: 700;
}
	
.flex_bet_center.sns_icon {
    width: 160px;
    justify-content: center;
    position: relative;
    column-gap: 16%;
    margin-top: 31px;
}
	
.flex_bet_center.sns_icon img.youtube {
    width: 48px;
}
	
.flex_bet_center.sns_icon img.instagram {
	width: 40px;
}

/*ハンバーガーメニューをクリックした時の動作*/

.hamburger-icon.open {
	background-color: #fff;
	z-index: 50
}

.hamburger-icon.open .bar1, .hamburger-icon.open .bar2,.hamburger-icon.open .bar3 {
	background-color: #3B4043;
}

.hamburger-icon.open .bar1 {
  top: 60%;
  transform: translateY(-6px) rotate(45deg);
}

.hamburger-icon.open .bar2 { 
	opacity: 0; 
}

.hamburger-icon.open .bar3 {
  top: 36%;
  transform: translateY(6px) rotate(-45deg);
}
	
header #logo_box {
    position: relative;
    width: 140px;
}
	
#top_area {
/*    height: 100vh;*/
    inset: 0;
    width: 100%;
    z-index: 30;
}
	
#top_area.gray::before {
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(29,29,29,.2);
	transition: opacity .3s cubic-bezier(.26,.06,0,1);
	width: 100%;
	height: 100%;
	z-index: 30;
	position: fixed;
}

.slide-menu {
    background-color: #3B4043;
    position: fixed;
    top: 0;
    width: 70%;
    height: 100vh;
    padding-top: 120px;
/*    padding-left: 32px;*/
    z-index: 40;
	right: -100%;
	-webkit-transition: .7s;
	display:-webkit-box;
	-webkit-box-pack: center;
}

.slide-menu.open {
	right: 0;
}

.slide-menu li {
    text-align: center;
    margin: 24px 0;
}

.slide-menu li a {
	color: #fff;
}

/*ハンバーガーメニューをクリックしたグローバルメニュー*/
.slide-menu.open {
	right: 0;
}
	
/*グローバルメニューのホバーエフェクト*/
.slide-menu li a  {
	font-family: "Campton", sans-serif;
    position: relative;
    display: inline-block;
    transition: .3s;
    color: #fff;
    font-weight: 600;
}

.slide-menu li a::after {
	position: absolute;
	bottom: -8px;
	left: 0%;
	content: '';
	width: 0;
	height: 3px;
	background-color:#fff;
	transition: all 0.3s ease 0s;
}

.slide-menu li .btn_contact a::after {
	display: none;
}
 
.slide-menu li .btn_contact a::before {
	display: none;
}

.slide-menu li a:hover::after {
	width: 100%;
}

.slide-menu li a:hover{
	color:#fff;
}

.slide-menu li .btn_contact a:hover {
  background-color: #3B4043;
  color: #fff;
  border: 2px solid #fff;
	border-radius: 25px;
}
	
.slide-menu li a.sns_icon:hover::after {
   display: none;
}

/*メインビジュアル*/

/*
#top_visual section {
    width: 100vw;
}
*/

#top_visual{
    width: 100%;
    height: 75vh;
    padding: 0px 24px;
}
	
.svg_wrap {
    width: 14%;
}
		
#top_visual .main_theme {
	width: 100%;
}
	
#top_visual h2 {
    font-size: calc(100vw / 26);
	margin-bottom: 20px;
}
		
#top_visual p {
    font-size: calc(100vw / 10);
    text-align: center;
	margin-right: 0;
}
	

#top_visual .main_title {
    flex-direction: column;
}

#top_visual .sub_title {
 	margin: 0 auto;
}
	
.main_theme .sub_title .top_headline {
    font-size: calc(100vw / 24)!important;

}
	
#top_visual .main_theme .sub_title .top_headline {
    font-size: clamp(12px, 4vw, 30px);
    text-align: center;
}
	
#top_visual img.fureado_logo {
    width: calc(100vw / 9);
}
	
#top_visual img.fureado_logo {
    width: 240px;
    position: absolute;
    top: 19%;
}
	
#top_visual p.top_headline.sp {
	font-size: calc(100vw / 25);
    letter-spacing: 0.2em;
}

#scrolldown_contents {
    width: 10px;
    height: 115px;
	right: 2%;
}
	
#top_visual .svglogo {
    margin-top: 30px;
    width: 36%;
    margin-left: 0;
}
	
svg#freadlogo {
    width: 50%;
}

    

/*SNS*/
.sns_contents {
    flex-direction: column;
	padding: 30px 0;
}
	
.sns_contents a.instagram, a.youtube {
	width: calc(100% / 1.5);
	padding: 16px 20px;
	font-size: calc(0.3125rem + ((1vw - 0.01px) * 2.4));
    display: flex;
	display: inline-block;
}
	
.sns_contents a.instagram {
    background-color: #3B4043;
    margin: 0 0 20px 0;
}
	
.sns_contents a.instagram::before, .sns_contents a.youtube::before {
	left: 34px;
	top: 22%;
}
	
	
/*ブログ*/
.theme.blog {
    background-color: #fff;
	box-shadow: 5px 5px 19px 3px rgba(64, 74, 78, 0.23);
}
	

	
/*TOP共通テキスト*/	
    
h2.japanese_title {
    font-size: 16px;
}
    
p.main_title {
    font-size: 30px;
}
    
/*ABOUT US*/	
    
#about_us .about_contents {
	align-items: center;
	flex-direction: column-reverse;
	margin-bottom: calc(100vh / 19);
	 width: 100%;
}
	
#about_us .right_side {
    width: 100%;
}
	
#about_us .left_side {
    width: 100%;
}
	
#about_us img {
    border-radius: 4vw;
    margin-bottom: 7%;
}
	
#about_us .bg_shadow {
    height: 91%;
    border-radius: 4vw;
    z-index: 0;
    left: 13%;
    top: 12%;
}
	
#about_us .toppage_title {
    text-align: center;
}
	
#about_us h2.main_title::before {
    left: 50%;
}
	
#about_us .toppage_title {
	margin-top: 24px;
}
	
#about_us .center_title h2 {
	font-size: calc(0.625rem + ((1vw - 0.01px) * 4.008));
}
	
#about_us p.japanese_title {
    text-align: center;
}
    
#about_us p.about_fread {
    margin-top: 53px;
    width: 100%;
	line-height: 2.3;
}

	
.txt_bottom_english {
    white-space: nowrap;
}
	
#about_us .center_title span {
    font-size: clamp(15px, 14.6vw, 80px);
}
	
#about_us .about_contents span {
    font-size: 80px;
    font-size: clamp(15px, 14.6vw, 80px);
}
	
p.english.eachTextAnime.appeartext {
    font-family: "Callifornia", sans-serif;
    font-size: clamp(15px, 13.6vw, 80px);
    font-weight: 500;
    margin-top: calc(100vw / 18);
    transform: rotate(-6deg);
    letter-spacing: 0.05em;
    width: 100%;
    line-height: 2.5em;
}
	
#about_us .btn {
	margin-top: 50px;
}
	
/*SERVICE*/
	
#service img.blue_circle.middle1 {
    right: -5%;
    width: calc(100vw / 5);
    top: 9%;
}
	
#service img.blue_circle.big1 {
	top: 49%;
	left: -40%;
}
	
#service img.blue_circle.big2 {
	right: -6%;
    width: calc(100vw / 2.7);
    top: 25%;
}
	
#service img.blue_circle.big3 {
    right: -15%;
    top: 82%;
    width: calc(100vw / 2.0);
}
	
#service img.blue_circle.middle2 {
    top: 90%;
    left: 4%;
    width: calc(100vw / 6.2);
}
	
#service img.blue_circle.small1 {
    top: 31%;
    width: calc(100vw / 7);
}
	
#service img.blue_circle.small2 {
    bottom: 32%;
    right: -8%;
    width: calc(100vw / 4);
}

		
#service .flex_box {
    flex-direction: column-reverse;
	align-items: center;
	margin-top: calc(100vw / 5);
}
	
#service .flex_box img {
    position: inherit;
}
	
#service .flex_box.second {
    flex-direction: column-reverse;
}
	
#service .right_side {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-left: 0;
	height: 80%;
}
	
#service .right_side img {
    border-radius: 3vw;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
	
#service .left_side {
    width: 90%;
}
	
#service .title {
    margin-top: 16px;
	text-align: center;
	width: 100%;
}
	
p.english {
    color: #CCEFFF;
/*    color: #EFFAFF;*/
    width: 100%;
    font-size: clamp(25px,10vw,68px);
    letter-spacing: 0.03em;
    white-space: nowrap;
	text-align: center;
}
	
#service p.about_service {
    width: min(100%, 594px);
    margin: 0 auto;
    margin-top: 32px;
}
	
#service h3.sub_title {
    font-size: clamp(14px, 4vw, 24px);
    position: initial;
    margin-top: -20px;
}
	
#service h3.sub_title.first {
	left: 34%;	
}
	
#service h3.sub_title.second {
	left: 27%;	
}
	
#service h3.sub_title.third {
	left: 41%;	
}
		
/*ニュース*/
#news .flex_box {
	flex-direction: column;
	width: 100%;
}
	
h2.main_title::before {
    left: 3%;
    width: calc(100vw / 18);
    height: calc(100vw /116);
}

.theme.news {
    width: 100%;
    text-align: center;
    margin: 0 auto;
/*    margin-left: calc(100vw /5);*/
	margin-bottom: 48px;
	border-right: 0px;
	padding: 0px;
/*	padding-bottom: 32px;*/
}

/*
.date_category {
	justify-content: space-between;
	width: 100%;
}
*/

.theme.news:nth-child(1), .theme.news:nth-child(2) {
	border-left: 0px;
	border-bottom: 1px solid #D8D8D8;
}

 .theme.news p.theme {
    margin: 30px 0;
}
	
.theme.news a.theme.first {
	text-align: left;
	padding-right: 40px;
}
	

.theme.news p.theme::after {
	left: 102%;
}
	
.theme.news p.theme::before {
    left: 0%;
    top: 56px;
}
	
.theme.news p.theme::after {
    left: 32px;
    top: 52px;
}
	
.theme.news p.theme.second::before {
    top: 51px
}
	
.theme.news p.theme.second::after {
    top: 47px;
}
	
.btn.news {
    margin-top: 0px;
}
	
/*CONTACT*/

#contact_top h2.contact_text {
    font-size: 16px;
}
	
#contact_top h2.contact_text::after {
    bottom: -30px;
    width: 1px;
    height: 21px;
}
	
#contact_top .contact_btn {
    margin: 30px auto;
}
		
#contact_top .contact_btn h2 {
    font-size: 24px;
    margin-bottom: -10px;
}
	
@media screen and (max-width:389px){
	
.slide-menu {
	padding-top: 100px;
}
	
.slide-menu li {
    margin: 18px 0;
}
	
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ABOUT■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*ミッション、ビジョン、バリュー共通*/
    
#about .contents_title{
    padding-top: 5%;
}
    
#about .contents_title{
    margin-bottom: 10%;
}

#about .contents_title .t_sub{
    font-size: 12px;
    font-weight: 600;
}

#about .contents_title .t_main::first-letter{
    font-size: 30px;
}

#about .contents_title .t_main{
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 2%;
}

#about .contents_title .t_headline{
    font-size: 16px;
}    
	
#about #contents_area .contents_wrapper, #about .contents_wrapper_rev {
    padding: 30px 0;
	padding-bottom: 56px;
}
	
#about p.t_sub, p.t_headline {
    text-align: center;
}
	
#about .contents_wrapper, #about .contents_wrapper_rev {
    height: auto;
}
	
#about .contents_inner, #about .contents_inner_rev {
	width: 100%;
    margin-top: calc(100vw / 20);
}
	
#about .contents_inner .img_side, #about .contents_inner_rev .img_side_rev {
    position: initial;
    width: 100%;
}
	
#about .contents_inner .img_position, #about .contents_inner_rev .img_position_rev {
    position: relative;
    height: 100%;
    text-align: center;
}
	
#about .contents_inner .img_side img, #about .contents_inner_rev .img_side_rev img {
	border-radius: 4vw;
    width: 90%;
    z-index: 2;
    position: inherit;
}

	
#about .contents_inner .img_side .bg_shadow, #about .bg_shadow_rev {
	width: 85%;
    height: calc(100vw / 1.6);
    border-radius: 4vw;
    z-index: 1;
    top: 50px;
}
	
	#about .bg_shadow_rev {
		left: 85px;
	}
	
#about .contents_inner .txt_side, #about .contents_inner_rev .txt_side_rev {
	background-color: transparent;
    position: initial;
    text-align: center;
	padding-left: 0;
    padding-top: 1%;
    padding-bottom: 10%;
	height: auto;
	width: 100%;
    margin-top: 70px;
}
    

#about .contents_inner .txt_side{
    background: #fff;
    border-radius: 4vw 0 0  4vw;
    margin-left: 5%;
}
    
#about .contents_inner_rev .txt_side_rev{
    background: #EFFAFF;
    border-radius: 0 4vw 4vw 0;
    margin-left: -5%;
}
    
	
#about .sub_eng {
	text-align: center;
}
	
#about .contents_inner .txt_side .thema, #about .contents_inner_rev .txt_side_rev .thema {
    font-size: clamp(20px, 5vw, 36px);
    margin-top: 10%;
    margin-bottom: 10%;
    white-space: nowrap;
}
	
#about .contents_inner .txt_side .sentence, #about .contents_inner_rev .txt_side_rev .sentence {
    width: 85%;
    margin: 0 auto;
	font-size: 14px;
}
	
/*ビジョン*/

	
#about .bg_shadow_rev {
    left: 128px;
    width: 95%;
}
	
#about .txt_inner, #about .txt_inner.rev {
    position: initial;
    display: inline-block;
	width: 80%;
}
	
#about .txt_inner{
    margin-right: calc(100vw / 20);
}
    
#about .txt_inner.rev{
    margin-left: calc(100vw / 7);
}
    
/*バリュー*/
	
#about .contents_wrapper.third {
    margin-top: 0;
    padding: 30px 0;
}
	
/*メッセージ*/
	
#about .message_contents .message_container {
    width: 100%;
}
	
#about .message_main_txt {
    width: 80%;
}
	
#about h2.message_txt {
	font-size: 21px;
	margin: 100px auto;
}

#about .message_contents .message_main_txt p {
    font-size: 14px;
    line-height: 3.0;
	margin-bottom: 50px;
}
#about .message_contents .message_main_txt p 
    
#about .message_contents{
    padding: 10% 0;
}

#about .message_contents .message_main_txt .bg_message_txt {
    position: absolute;
    top: 220px;
    left: -285px;
    font-size: 73px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■SERVICE■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
    
/*ページ内メインコンテンツ*/
    
#service_page .service_inner{
    width: 90%;
    margin: 5% auto 10%;
    border-radius: 4vw;
    padding: 5%;
	padding-bottom: 5%;
}

#service_page .flex_bet_bottom{
    display: block;
    align-items: center;
    margin-bottom: 5%;
}

#service_page .flex_bet_bottom_rev{
    display: block;
    align-items: center;
    flex-direction: none;
    margin-bottom: 5%;
}

#service_page .service_info_txt{
    width: 100%; 
}

#service_page .service_info_txt h2{
    font-weight: 800;
    font-size: calc(100vw / 18);
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

#service_page .service_info_txt h3{
    font-size: calc(100vw / 20);
    margin-bottom: 10%;
    text-align: center;
}

#service_page .service_info_txt p{
    font-size: 14px;
    margin-bottom: 10%;
}

#service_page .service_info_img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
}


#service_page .product_inner p{
    font-weight: 500;
    font-size: 14px;
}
    
#service_page .product_inner_title::after{
    display: none;
}

#service_page .product_example{
    border-bottom: none;
}


#service_page .product_example .flex_bet_center{
    display: block;
    gap: none;
    padding: 0;
}

#service_page .product_name{
    width: 100%;
    height: calc(100vh / 17);
    border-radius: 5px;
    margin-bottom: 5%;
}

#service_page .product_name p{
    font-weight: 700;
    text-align: center;
}

#service_page .in_house_title{
    margin-top: 15%;
    margin-bottom: 10%;
}

#service_page .in_house_title h3{
    font-size: calc(100vw / 23);
    display: block;
    text-align: center;
    margin-bottom: 2%;
}


#service_page .in_house_title p{
    font-weight: 600;
    font-size: calc(100vw / 26);
    display: block;
    text-align: center;
    margin-left: 0;
    margin-bottom: 5%;
}


#service_page .in_house_inner .flex_bet_start{
    display: block;
}


#service_page .in_house_inner .img_side{
    width: 100%;
    margin-bottom: 5%;
}

#service_page .in_house_inner .txt_side{
    width: 100%;
}

#service_page .txt_side .blue_box{
    border-radius: 10px;
    width: 100%;
    margin-bottom: 2%;
}

#service_page .txt_side .blue_box p{
    font-size: 14px;
    padding-top: 2%;
    padding-bottom: 2%;
}

#service_page .txt_side h3{
    font-size: 18px;
    margin-bottom: 2%;
}

#service_page .txt_side h4{
    font-size: 16px;
    margin-bottom: 2%;
}

#service_page .txt_side p{
    font-size: 14px;
    margin-bottom: 18px;
}

#service_page .l_ad{
    position: static;
}


#service_page .btn.l_ad a::before {
	left: 83%;
}

#service_page .btn.l_ad{
    margin-top: 30px;
}

#service_page .inner-bottom_txt {
    height: calc(100vh / 10);
}

#service_page .inner-bottom_txt p {
	font-size: calc(100vw / 7);
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■FLOW■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
	
#flow .pt_60 {
    height: auto;
}
	
#flow #contents_area {
    margin-top: 20%;
}

#flow p.t_sub {
    text-align: center;
}
	
.flow_contents_wrapper {
	min-height: 636px;
    height: auto;
    max-height: 1050px;
    padding-bottom: 116px;
}
.flow_contents_inner {
    height: auto;
}
	
#flow .flex_bet_center {
	flex-direction: column-reverse;
	height: 100%;
}
	
#flow .contents_title {
    padding-top: 40px;
}
	
#flow h3.t_main {
    margin-bottom: calc(100vw / 14);
	font-size: min(30px, 6vw, 45px);
}

#flow .img_side {
	text-align: center;
	width: 100%;
	top: 0;
	position: initial;
}
	
#flow .img_position {
    position: relative;
    height: 100%;
    text-align: center;
}
	
#flow .img_position img {
	width: 100%;
	position: inherit;
    border-radius: 4vw;
	left: 0
}
	
#flow .bg_shadow {
	width: 100%;
    height: calc(100vw / 1.8);
    border-radius: 4vw;
    left: calc(100vw / 9);
    top: calc(100vw / 14);
}
	
#flow .bg_shadow.rev {
   left: -10%;
}
	
#flow .txt_side {
	width: 100%;
    position: inherit;
    margin: 0 auto;
        margin-top: calc(100vw / 30);
}
	
#flow p.sentence {
    width: 95%;
    margin: 0 auto;
}
	
#flow .triangle_box {
    height: calc(100vw / 9);
    bottom: -5.5%;
}
	
#flow .triangle_box.fifth {
    bottom: -3.5%;
}
	
#flow .under_box_triangle.rev {
	border-top: calc(100vw / 8) solid #fff;
}
	
#flow .under_box_triangle {
    border-right: calc(100vw / 4.5) solid transparent;
    border-left: calc(100vw / 4.5) solid transparent;
	border-top: calc(100vw / 8) solid #effaff;
}

	
.pt_60 #flow .under_box_triangle {
	bottom: -8%;
}
	    
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■COMPANY■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#page_title_container {
    height: calc(100vw / 5);
}
		
#page_top_view {
    padding: 0 5%;
}
	
#company .background-blue {
    padding: calc(100vw / 7) 0;
}
	
#company .td_ttl {
    font-size: 15px;
    font-weight: 500;
    color: #3B4043;
    margin-bottom: calc(100vw / 20);
}
    
#company table td{
	font-size: 14px;
}
	
#company tr {
    width: 95%;
    margin-left: 2.5%;
}
	
#company .map {
    height: calc(100vw / 1.5);
}
	
/*動画部分*/
#intro_movie .flex_bet_center {
	flex-direction: column;
}
	
#intro_movie .movie {
    width: 100%;
    height: auto;
    margin-bottom: calc(100vw / 9);
}
	
#intro_movie .movie iframe {
	border-radius: 4vw;
    width: 100% ;
	height: calc(100vw / 1.7);
}
	
#intro_movie .bg_shadow {
	    border-radius: 4vw;
    height: calc(100vw / 1.8);
}

#intro_movie p.movie_name {
    margin-top: 64px;

}
	
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■VLOG / BLOG■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.blog_contents.flex_bet_start {
	align-items: center;
    flex-direction: column;
}
	
#blog .blog_left_side {
    width: 90%;
}
	
#blog .movie_box {
	border-radius: 4vw;
    height: calc(100vw / 2);
}
	
#blog .blog_right_side {
    width: 90%;
}
	
#blog .date_category {
    margin-top: 16px;
}
	
#blog .wrapper{
    padding: 50px 0;  
}
    
#blog iframe{
    width: 80%;
    height: 100%;
    border-radius: 25px;
}

@media screen and (max-width:630px){
    #blog iframe{
    width: 100%;
    height: 75%;
    border-radius: 25px;
}
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■CONTACT■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#contact {
	padding: 42px 0 0 0;
}
	
#contact .background-blue {
	padding: calc(100vw / 5) 0;
}
	
#contact form  {
    margin: 5% auto;
    border-radius: 4vw;
    padding: 10% 5%;
}
	
#contact .form-row {
	flex-direction: column;
	padding: 0px;
	margin-bottom: 36px;
}
	
#contact label, p.caution,#contact　.form-row span, span.contact_agree{
    font-size: 14px;
}
    
    
#contact td {
    width: 100%;
}
	
#contact .form-label {
	width: 100%;
	justify-content: flex-start;
}
	
#contact input {
	width: 100%;
    margin-top: 16px;
}
    
#contact input, #contact textarea {
    font-size: 14px;
}
    
#contact select, #contact textarea {
    margin-top: 16px;
    width: 100%;
} 
	
#contact .chesk_contents {
	width: 100%;
}
	
.privacy_caution_area {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
	
#contact .check_box {
    width: 5%;
}
	
#contact .check_box input {
    width: 100%;
    margin-top: 0;
}
	
a.privacy_check {
	font-size: 14px;
	}
	
	span.contact_agree {
    font-size: 13px;
	}
	
/*
#contact .contents_wrapper {
	position: relative;
}

#contact .contents_wrapper::before {
	content: "";
	position: absolute;
	background-image: url("../images/contact_bg_word.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
*/
    
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■FAQ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#faq .contents_title {
	padding-top: 100px;
}
	
#faq .wrapper {
    padding-bottom: 100px;
}
    

	
#faq .contents_title .t_sub {
	text-align: center;
}
	
.flex_start_center.question_line {
    background-color: #EFFAFF;
	border-radius: 7px;
}
    
#faq .question_line p {
	font-size: 15px;
}
	
#faq .answer_line p {
    font-size: 14px;
    font-weight: normal;
}
	
span.question_icon, span.answer_icon {
    font-size: 28px;
    margin-right: 16px;
}
	
.flex_start_center.answer_line {
    padding: 30px 10px;
}
	
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■PRIVACY POLICY■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
    
#privacy_policy .contents_wrapper {
    padding-top: 15%;
    padding-bottom: 15%;
}
    
#comp_box {
    padding: 40px 30px;
    border-radius: 4vw;
}
	
#comp_box p,#comp_box ul li {
	font-size: 14px;
}

#comp_box dd {
    border-bottom: 1px solid #E2F6FF;
    padding-bottom: 40px;
}
	
#comp_box dt {
	font-size: 20px;
    line-height: 1.7;
}


.privacy_policy_explanation {
    width: 85%;
}

.privacy_policy_explanation p {
    font-size: 14px;
}

#comp_box dt {
    font-size: 19px;
	font-weight: 500;	
    margin: 50px 0;
	margin-bottom: 24px;
}

#comp_box ul li {
    font-size: 14px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■NEWS■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■FOOTER■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
footer {
    padding: 16px 0 16px 0;
}
    
footer .wrapper {
	width: 85%;
	margin: 0 auto;
}
	
#contact_in_fotter {
    width: 100%;
}
	
#contact_in_fotter h2 {
	font-family: "Campton", sans-serif;
	font-size: 20px;
    color: #fff;
	line-height: 100px;
	border-bottom: 1px solid #fff;
}
    
footer .footer_nav_box {
    margin: 5px 0 12px 0;
    padding: 22px 0 32px 0;
}
	
#contact_in_fotter a {
	position: relative;
	transition: all 0.3s ease 0s;
}
	
#contact_in_fotter .contact_btn {
    height: 100px;
    display: grid;
	margin-top: 5px;
}
	
#contact_in_fotter a::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
	top: 29px;
	right: 0%;
    background-image: url(../images/contact_footer_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease 0s;
}
	
#contact_in_fotter a:hover::before {
	right: -4%;
	transition: all 0.3s ease 0s;
}

footer .flex_bet_center.sp {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
	
#flow footer .flex_bet_center {
    flex-direction: inherit;
}
	
footer .right_side.nav_box {
    width: 100%;
}
	
footer .flex_box {
    flex-direction: column;
}
	
footer .left_side {
    margin: 20px auto;
	width: 160px;
}
	
img.footer_logo {
    width: 100%;
}
	
footer .right_side {
    width: 70vw;
}
	
footer ul.nav {
    display: block;
    margin: 0 0 22px 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #fff;
}
	
.footer_nav_box {
    margin: 0;
    padding: 0;
}

footer ul.nav li {
    display: inline-block;
	padding: 14px 30px 14px 0;
}
	
footer ul li a {
    font-size: 14px;
}
    
footer p.company_name {
    text-align: center;
}
	
}