/*!
Theme Name: yoshino-corp
Theme URI: https://yoshino-corp.jp/
Author: yoshino-corp
Description: Description
Version: 1.0.0
Text Domain: https://yoshino-corp.jp/
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

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;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html,body{
     height:100%;
}
html {
    font-size: 62.5%;
	scroll-behavior: smooth;
}
ol, ul {
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;
}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
a{
	color: #152632;
	transition: .4s;
}
a:hover{
	opacity: 0.8;
}
p {
　　　overflow-wrap: break-word;
　　　word-wrap: break-word;
}

/*--------------------------------------------------------------
# 全体
--------------------------------------------------------------*/
body {
    width:100%;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
    margin:0;
    padding:0;
    color:#191e2e;
    line-height:1.7;
    letter-spacing: 0.05em;
    position: relative;
    font-size: 1.6rem;
	background:#ffffff;
	overflow-x: hidden;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
.contents_wrap {
    width: 1400px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
	display: block;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.bold{
	font-weight: bold;
}
.sp_hidden_text_br{
		display: none;
	}	

/***タイトル***/
.main_title{
	margin-bottom: 40px;
}
.main_title .en_title{
	font-size: 7.2rem;
    color: #191e2e;
    font-weight: 800;
    line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.footer_before_contact .main_title .en_title{
    color: #ffffff;
}
.main_title .jp_title{
	font-size: 2rem;
    color: #191e2e;	
	font-weight: bold;
	display: block;
}
.main_title_before_text {
    position: relative;
    font-size: 1.8rem;
    color: #191e2e;
    font-weight: bold;
    padding-left: 20px;
}
.main_title_before_text:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(images/circle_icon@2x.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    margin-right: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/***ボタン***/
.main_btn01{
	width: 240px;
	height: 76px;
	color: #ffffff;
	background: rgb(3, 186, 248);
    background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	font-weight: bold;
	box-shadow: 3px 0px 10px rgb(35, 84, 165, 0.2);
}
.main_btn01 .arrow_icon {
    height: 40px;
    width: 40px;
    background: #ffffff;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    margin-right: 18px;
}
.main_btn01 .arrow_icon i{
    color: #2354a5;
    font-size: 1.2rem;
}
.main_btn02{
	width: 328px;
	height: 76px;
	color: #2354a5;
	background: #ffffff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	font-weight: bold;
	border:solid 4px #d0d4d6;
	box-shadow: 3px 0px 10px rgb(35, 84, 165, 0.2);
}
.main_btn02 .arrow_icon {
    height: 40px;
    width: 40px;
	background: rgb(3, 186, 248);
    background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    margin-right: 18px;
}
.main_btn02 .arrow_icon i{
    color: #ffffff;
    font-size: 1.2rem;
}
a.more_btn{
    width: 160px;
    height: 50px;
    border: solid 1px #d0d4d6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
	color: #3e4c59;
	position: relative;
}
a.more_btn:hover{
	background: #e7e9ea;
	opacity: 1;
}
a.more_btn i{
    color: #3e4c59;
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

/***高さ調整***/
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.mt70{ margin-top: 70px;}
.mt80{ margin-top: 80px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}
.mb60{ margin-bottom: 60px;}
.mb70{ margin-bottom: 70px;}
.mb80{ margin-bottom: 80px;}
.mtb20{ margin: 20px 0;}
.mtb30{ margin: 30px 0;}
.mtb40{ margin: 40px 0;}
.mtb50{ margin: 50px 0;}
.mtb60{ margin: 60px 0;}
.mtb70{ margin: 70px 0;}
.mtb80{ margin: 80px 0;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt40{ padding-top: 40px;}
.pt50{ padding-top: 50px;}
.pt60{ padding-top: 60px;}
.pt70{ padding-top: 70px;}
.pt80{ padding-top: 80px;}
.pt100{ padding-top: 100px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.pb40{ padding-bottom: 40px;}
.pb50{ padding-bottom: 50px;}
.pb60{ padding-bottom: 60px;}
.pb70{ padding-bottom: 70px;}
.pb80{ padding-bottom: 80px;}
.pb100{ padding-bottom: 100px;}
.ptb20{ padding: 20px 0;}
.ptb30{ padding: 30px 0;}
.ptb40{ padding: 40px 0;}
.ptb50{ padding: 50px 0;}
.ptb60{ padding: 60px 0;}
.ptb70{ padding: 70px 0;}
.ptb80{ padding: 80px 0;}
.ptb90{ padding: 90px 0;}
.ptb100{ padding: 100px 0;}

/***グラデーション***/
.gra_blue{
	background: rgb(3, 186, 248);
    background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%);
}
.text_gra{
  background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%); /* グラデーションの設定 */
  -webkit-background-clip: text; /* テキストに背景を適用 */
  color: transparent; /* テキストの色を透明にする */
}

/***フォント***/
.montserrat_bold{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:800;
  font-style: normal;
}
.montserrat_semibold{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
}

/***テーブル***/
table{
	width: 100%;
  border-collapse: collapse;
}
.table01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
.table01 th, .table01 td {
  border-bottom: 2px solid #d0d4d6;
  padding: 25px;
}
.table01 th {
  border-bottom: 2px solid #2354a5;;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
  vertical-align:middle;
}
.table01 td{
	width: 80%;
}

#message,#info{
	margin-top: -110px;
	padding-top: 110px;
}

.pc_hidden_cont{
		display: none;
	}
.sp_hidden_cont{
		display: block;
	}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
/***ドロップダウンメニュー***/
.sp_main_menu {
    display: none;
}
header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: all .3s;
    background: #ffffff;
}
.header_rightbox .right_contact .right_info{
    padding-left: 10px;
    line-height: 1.4;
}
.header_rightbox .right_contact .header_tel {
    color: #152632;
    font-size: 2.6rem;
    font-weight: bold;
    font-family: "M PLUS 1p";
    border-right: #d8d8d8 1px solid;
    padding-right: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
}
.header_rightbox .right_contact .header_tel img {
    width: 30px;
    margin-right: 5px;
}
.header_rightbox .right_contact .text,.header_rightbox .right_contact .hour{
    font-size: 1.3rem;
    color: #152632;
    display: block;
}
#g-nav-list {
    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    padding: 20px 25px;
    transition: all .3s;
    justify-content: space-between;
}
#g-nav-list .logo_area {
    width: 290px;
    margin-right: 40px;
}
#g-nav-list #menu-menu-1{
	display: flex;
    margin-right: 15px;
}
#g-nav-list #menu-menu-1 li{
    padding-left: 25px;
}
nav{
  color:#fff;
  text-align: center;
}
nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul ul{
  display: block;
}
nav ul li{
  position: relative;
  padding: 0 20px;
}
nav ul li.current a{
    border-bottom: solid 2px #2354a5;
    padding-bottom: 0px;
}
nav ul li.current a.header_contact{
	border-bottom: none;
}
nav ul li a.course{
    display: flex;
    align-items: center;
}
nav ul li a {
    display: flex;
    text-decoration: none;
    color: #152632;
    transition: all .3s;
    font-weight: bold;
    line-height: 1.4;
    align-items: center;
}
nav ul li li a{
  padding:10px 35px;
}
nav ul li a .arrow_icon{
    font-size: 1.2rem;
    display: block;
    margin-left: 5px;
}
nav ul li a:hover{
  opacity: 0.8;
}
nav ul li.has-child {
    display: flex;
    text-decoration: none;
    color: #152632;
    transition: all .3s;
    font-weight: bold;
    position: relative;
    align-items: center;
}
nav li.has-child ul {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 4;
    width: 190px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    box-shadow: 0px 0px 8px #d8d8d8;
    border-radius: 8px;
    background: #2354a5;
	padding: 10px 0px;
}
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
nav li.has-child ul li a {
    color: #ffffff;
    font-size: 1.5rem;
    padding: 10px 0px;
    text-align: center;
    display: block;
}
nav li.has-child ul li:last-child > a{
 border-bottom:none;
}
nav ul li a.header_contact{
    width: 176px;
    height: 60px;
	background: rgb(3,186,248); /* フォールバック用 */
	background: linear-gradient(135deg, rgba(3,186,248,1) 0%, rgba(35,84,165,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    color: #ffffff;
	box-shadow: 3px 0px 10px rgb(35, 84, 165, 0.2);
}
nav ul li a.header_contact i{
    margin-right: 10px;
}

/*--------------------------------------------------------------
# TOP PAGE
--------------------------------------------------------------*/
#top #page_header_wrap,#top .pankuzu{
	display: none;
}
.mv_all_wrap{
    position: relative;
    z-index: 1;	
}
.mv_wrap {
    margin-top: 100px;
    padding: 100px 0 0;
}
.mv_wrap .mv_inner_bk_wrap {
    background: url(images/mv_inner_bk.png);
    position: relative;
    z-index: 1;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 160px;
}
.mv_wrap .mv_image {
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.mv_wrap .mv_text{
    margin-bottom: 30px;
}
.mv_wrap .mv_text h2{
    font-size: 7.8rem;
    font-weight: bold;
	color: #152632;
}
.mv_wrap .mv_text h3 {
    font-size: 2.8rem;
    color: #d0d4d6;
    margin-bottom: 60px;
}
.mv_wrap .mv_after .flexbox {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}
.mv_wrap .mv_after .flexbox .leftbox{
	width:calc(100% - 650px);
	padding-right: 80px;
}
.mv_wrap .mv_after .flexbox .leftbox h3.title{
    font-size: 5.4rem;
    font-weight: bold;
    color: #152632;
    line-height: 1.4;
    margin-bottom: 40px;
}
.mv_wrap .mv_after .flexbox .leftbox p.text {
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 1.8;
    margin-bottom: 40px;
}
.mv_wrap .mv_after .flexbox .rightbox{
	width: 650px;
}

/***service***/
.home_service_area_wrap {
    padding: 120px 0px 60px;
    position: relative;
    transform: translateY(-60px);
    z-index: 2;
    background: #ffffff;
    border-radius: 60px 60px 0px 0px;
}
.home_service_area_wrap .contents_wrap{
    z-index: 999;
    position: relative;
}
.home_service_area_wrap .home_service_area{
	position: relative;
}
.home_service_area_wrap .home_service_area .home_service_right_img{
position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    margin-top: -40px;
}
.home_service_area_wrap .home_service_area .home_service_right_img img{
    width: 40%;
    right: 0;
}
.home_service_area_wrap .top_flexbox{
    display: flex;
    justify-content: space-between;
}
.home_service_area_wrap .top_flexbox .main_btn02{
    width:240px;
}
.home_service_area_wrap .service_item_wrap{
	position: relative;
	margin-top: 60px;
}
.home_service_area_wrap .service_item_wrap .item100,#service .service_item .item100 {
    display: flex;
    justify-content: space-between;
    padding: 60px 0px;
	position: relative;
}
.home_service_area_wrap .service_item_wrap .item100 .leftbox,#service .service_item .item100 .leftbox{
    width: calc(100% - 500px);
	padding-right: 40px;
}
.home_service_area_wrap .service_item_wrap .item100 .rightbox,#service .service_item .item100 .rightbox{
    width: 500px;
}
.home_service_area_wrap .service_item_wrap .number,#service .service_item .number{
    font-size: 2.4rem;
    font-weight: bold;
	font-weight: 800;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
}
.home_service_area_wrap .service_item_wrap h4.title,#service .service_item h4.title{
    font-weight: bold;
    font-size: 5.4rem;
    line-height: 1.4;
}
.home_service_area_wrap .service_item_wrap p.text,#service .service_item p.text{
    margin: 40px 0px;
}
.home_service_area_wrap .service_item_wrap .item01 .number,#service .service_item .item01 .number{
    color: #2354a5;	
}
.home_service_area_wrap .service_item_wrap .item01 h4.title {
  position: relative;
  padding-bottom: 3px; 
}
.home_service_area_wrap .service_item_wrap .item01::before,
.home_service_area_wrap .service_item_wrap .item01::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
}
.home_service_area_wrap .service_item_wrap .item01::before {
  width: 100%;
  background-color: #d0d4d6;
}
.home_service_area_wrap .service_item_wrap .item01::after {
  width: 160px;
  background-color: #2354a5;
}
.home_service_area_wrap .service_item_wrap .item02 .number,#service .service_item .item02 .number{
    color: #eb795f;	
}
.home_service_area_wrap .service_item_wrap .item02 h4.title {
  position: relative;
  padding-bottom: 3px;
}
.home_service_area_wrap .service_item_wrap .item02::before,
.home_service_area_wrap .service_item_wrap .item02::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0; 
  height: 2px;
}
.home_service_area_wrap .service_item_wrap .item02::before {
  width: 100%;
  background-color: #d0d4d6; 
}
.home_service_area_wrap .service_item_wrap .item02::after {
  width: 160px;
  background-color: #eb795f;
}
.home_service_area_wrap .service_item_wrap .bottom_flexbox {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #d0d4d6;
    padding-top: 20px;
}
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30{
    width: 31%;
	position: relative;
	padding: 40px;
}
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 img{
    margin-bottom: 20px;
}
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 h5 .number{
    margin-right: 15px;
}
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 h5{
    font-size: 2.4rem;
    font-weight: bold;
}
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 .title_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 a.arrow{
    border: solid 2px #e1e1e1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 1.2rem;
    color: #3e4c59;
}
.home_service_area_wrap .service_item_wrap .item03 .number,#service .service_item .item03 .number{
	color: #00afbd;
}
.home_service_area_wrap .service_item_wrap .item03::before,
.home_service_area_wrap .service_item_wrap .item03::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; 
  height: 2px;
}
.home_service_area_wrap .service_item_wrap .item03::before {
  width: 100%;
  background-color: #d0d4d6; 
}
.home_service_area_wrap .service_item_wrap .item03::after {
  width: 80px;
  background-color: #00afbd;
}
.home_service_area_wrap .service_item_wrap .item04 .number,#service .service_item .item04 .number{
	color: #f3a600;
}
.home_service_area_wrap .service_item_wrap .item04::before,
.home_service_area_wrap .service_item_wrap .item04::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; 
  height: 2px;
}
.home_service_area_wrap .service_item_wrap .item04::before {
  width: 100%;
  background-color: #d0d4d6; 
}
.home_service_area_wrap .service_item_wrap .item04::after {
  width: 80px;
  background-color: #f3a600;
}
.home_service_area_wrap .service_item_wrap .item05 .number,#service .service_item .item05 .number{
	color: #cb4b6d;
}
.home_service_area_wrap .service_item_wrap .item05::before,
.home_service_area_wrap .service_item_wrap .item05::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; 
  height: 2px;
}
.home_service_area_wrap .service_item_wrap .item05::before {
  width: 100%;
  background-color: #d0d4d6; 
}
.home_service_area_wrap .service_item_wrap .item05::after {
  width: 80px;
  background-color: #cb4b6d;
}
.sp_top_service_btn_wrap{
	display: none;
}

/***about us***/
.home_aboutus_area_wrap {
    background: url(images/home_about_us_bk.png);
    position: relative;
    z-index: 1;
    border-radius: 60px 60px 0px 0px;
    background-size: cover;
    overflow: hidden;
	height: 760px;
}
.home_aboutus_area .flexbox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.home_aboutus_area .flexbox .leftbox {
    width: 50%;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
}
.home_aboutus_area .flexbox .rightbox{
    width: 50%;
	padding-left: 50px;
}
.home_aboutus_area .flexbox .rightbox .item_box{
    background: #ffffff;
    border-radius: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 40px;
    justify-content: space-between;
    margin-bottom: 10px;
    box-shadow: 3px 0px 10px rgb(35, 84, 165, 0.2);
}
.home_aboutus_area .flexbox .rightbox .item_box h4{
    font-size: 2.4rem;
    font-weight: bold;
	position: relative;
	padding-left: 20px;
}
.home_aboutus_area .flexbox .rightbox .item_box h4:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(images/circle_icon@2x.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    margin-right: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/***無限スライド***/
@keyframes vertical-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes vertical-animation02 {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.loop_slide_wrap{
    display: flex;
    justify-content: space-between;
}
.loop_slide_wrap .slider-container {
    height: 760px;
    width: 48%;
    overflow: hidden;
}
.loop_slide_wrap .slider-wrapper.up_loop {
  display: grid; /* slideのmargin-bottom値を全て内包させる為 */
  animation: vertical-animation 30s linear infinite;
}
.loop_slide_wrap .slider-wrapper.down_loop {
  display: grid; /* slideのmargin-bottom値を全て内包させる為 */
  animation: vertical-animation02 30s linear infinite;
}
.loop_slide_wrap .slide {
    width: 100%;
    margin: 0 auto 30px;
}
.loop_slide_wrap .slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (hover: hover) {
  .loop_slide_wrap .slider-container:hover .slider-wrapper {
    animation-play-state: paused;
  }
}

/***top news***/
.home_news_area_wrap{
    position: relative;
    margin-top: -60px; 
    z-index: 2; 
    background-color: white;
	border-radius: 60px 60px 0px 0px;
}
.home_news_area .flexbox{
    display: flex;
	justify-content: space-between;
}
.home_news_area .flexbox .leftbox{
    width: 240px;
}
.home_news_area .flexbox .rightbox {
    width: calc(100% - 410px);
}
.home_news_area .flexbox .rightbox .top_news_area ul li {
    border-bottom: solid 1px #e0e0e0;
    padding: 50px 0px;
}
.home_news_area .flexbox .rightbox .top_news_area ul li:first-child{
    border-top: solid 1px #e0e0e0;
}
.home_news_area .flexbox .rightbox .top_news_area ul li a{
    display: flex;
}
.home_news_area .flexbox .rightbox .title{
    color: #191e2e;
    font-size: 1.8rem;
}
.home_news_area .flexbox .rightbox .date{
    color: #b2b2b3;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-right: 40px;
}
.home_news_area .pc_top_news_btn{
		display: block;
	}
.home_news_area .sp_top_news_btn{
		display: none;
	}

/*--------------------------------------------------------------
# 下層ページ
--------------------------------------------------------------*/
.border_rad10{
	border-radius: 10px;
}
/***パンくず***/
.pankuzu .breadcrumb-area{
    font-size: 1.4rem;
    margin-bottom: 60px;
    text-align: right;
}
#page_header_wrap {
    height: 18em;
    background: url(images/page_header_bk.jpg);
    display: flex;
    align-items: center;
    justify-content: left;
    /* border-radius: 14px; */
    margin: 100px auto 15px;
    background-size: cover;
    background-position: center;
    position: relative;
}
#page_header_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 84, 165, 0.3);
}
#page_header_wrap .page_header.contents_wrap{
    z-index: 99;
}
#page_header_wrap h2 .page_jp_title{
    font-size: 4.6rem;
    color: #ffffff;
    font-weight: bold;
	text-shadow: 1px 1px 2px #333333;
}
#page_header_wrap h2 .page_header_en_title{
	display: block;
    line-height: 1;
    font-size: 2.1rem;
    color: #ffffff;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/***会社概要***/
.company_message_wrap .flexbox{
	display: flex;
	justify-content: space-between;
}
.company_message_wrap .flexbox .leftbox {
    width: 330px;
}
.company_message_wrap .flexbox .rightbox{
	width: calc(100% - 330px);
	margin-left:40px;
}
.company_message_wrap .flexbox .rightbox h4.read_text{
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 25px;
}
.company_message_wrap .flexbox .rightbox .text{
    margin-bottom: 20px;
}
.company_message_wrap .flexbox .rightbox .name {
    text-align: right;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
}
.company_message_wrap .flexbox .rightbox .name .s_name{
    font-size: 1.4rem;
    margin-right: 10px;
}
.company_info_wrap .contents_wrap{
    width: 1000px;
}
.company_info_wrap .contents_wrap .main_title {
    text-align: center;
}

/***事業内容***/
#service #bousui,#service #gaiheki,#service #shiring,#service #tosou,#service #shisui,#service #other{
	padding-top: 100px;
	margin-top: -100px;
}
#service .service_contents01 .flexbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#service .service_contents01 .flexbox .rightbox{
	width: 48%;
}
#service .service_contents01 .flexbox .leftbox{
	width: 48%;
}
#service .service_contents01 .service_area{
    background: #f1f4f8;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 60px;
}
#service .service_contents01 .service_area h4{
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    border-bottom: solid 1px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#service .service_contents01 .service_area .flexbox{
	margin-bottom: 0px;
	align-items: center;
	justify-content: center;
}
#service .service_contents01 .service_area .map{
    width: 560px;
}
#service .service_contents01 .service_area .text{
    margin-right: 40px;
}
#service .service_contents01 .service_area .text h5{
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 20px;
}
#service .service_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 80px;
}
#service .service_btn_wrap .service_btn{
    border: solid 3px #d0d4d6;
    width: 31%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 0 20px;
    background: #ffffff;
}
#service .service_item a.more_btn{
	width: 190px;
}
#service .service_item .bottom_item_box{
    display: flex;
    justify-content: space-between;
}
#service .service_item .bottom_item_box .item_box{
    width: 31%;
}
#service .service_item .bottom_item_box .item_box img{
	border-radius: 10px;
	margin-bottom: 10px;
}
#service .service_item .item100_wrap{
	position: relative;
}
#service .service_item .item100_wrap::before,#service .service_item .item100_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
}
#service .service_item .item100_wrap:before {
    width: 100%;
    background-color: #d0d4d6;
}
#service .service_item .item01_wrap:after {
    width: 160px;
    background-color: #2354a5;
}
#service .service_item .item02_wrap:after {
    width: 160px;
    background-color: #eb795f;
}
#service .service_item .item03_wrap:after {
    width: 160px;
    background-color: #00afbd;
}
#service .service_item .item04_wrap:after {
    width: 160px;
    background-color: #f3a600;
}
#service .service_item .item05_wrap:after {
    width: 160px;
    background-color: #cb4b6d;
}
#service .service_item .item06_wrap:after {
    width: 160px;
    background-color: #152632;
}

/***ヨシノの特徴***/
#about .about_contents01 h3{
    font-size: 5.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%);
    -webkit-background-clip: text;
    color: transparent;
}
#about .about_contents01 .text{
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
}
#about .about_contents02 .main_title{
    text-align: center;
}
#about .about_contents02 .main_title .jp_title{
    margin-top: 15px;
}
#about .about_contents02 .point_item_wrap {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 80px auto 0px;
	flex-wrap:wrap;
}
/**
#about .about_contents02 .point_item_wrap .point_item {
    width: 31%;
    aspect-ratio: 5 / 5;
    background: rgb(3, 186, 248);
    background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%);
    border-radius: 50%;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox {
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
}
**/
#about .about_contents02 .point_item_wrap .point_item {
    width: 100%;
    /* aspect-ratio: 5 / 5; */
    background: rgb(3, 186, 248);
    background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%);
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
    position: relative;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox {
    background: #ffffff;
    height: 100%;
	width:100%;
    padding: 20px;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox .number_wrap {
    position: absolute;
    top: 0;
    margin-top: -42px;
    background: #ffffff;
    padding: 0px 20px 0px 0px;
    left: 0;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox .number_wrap .number {
    background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 8rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    margin-bottom: 10px;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox .point_flex{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox .point_flex .icon{
    width: 200px;
    display: flex;
    justify-content: center;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox .point_flex .rightbox{
	width:calc(100% - 200px);
    padding-left: 30px;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox h4 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px !important;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox h4,
#about .about_contents02 .point_item_wrap .point_item .innerbox .text {
    margin: 0;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox img {
    width: 150px !important;
    margin: 0px 0px 0px;
}
#about .about_contents02 .last_text p{
    margin-top: 60px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
  margin: 0 10px;
}
.scroll-infinity__item>img {
  width: 100%;
}

/***お問い合わせ***/
#contact .info_text_wrap{
    background: #f1f4f8;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
#contact .contact_table th {
    padding: 30px 20px;
    text-align: left;
    font-weight: 500;
    border-bottom: solid 1px #D9D9DC;
	vertical-align: middle;
}
#contact .contact_table td {
    border-bottom: solid 1px #D9D9DC;
    padding: 30px 20px;
    font-weight: normal;
}
#contact .contact_table input.text01 {
    font-size: 1.6rem;
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 12px;
}
#contact .contact_table textarea {
    font-size: 1.6rem;
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 12px;
}
#contact .contact_submit_btn_wrap{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
#contact .contact_submit_btn_wrap .contact_submit_btn{
    width: 176px;
    height: 60px;
    background: rgb(3, 186, 248);
    background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    color: #ffffff;
    box-shadow: 3px 0px 10px rgb(35, 84, 165, 0.2);
    border: none;
    font-size: 2rem;
}
#contact .contact_submit_btn_wrap .contact_submit_btn:hover{
	opacity: 0.8;
}
.required{
    color: #ff2525;
}
#thanks h3.main_title{
	text-align: center;
}

/*--------------------------------------------------------------
#  投稿（お知らせ）
--------------------------------------------------------------*/
#news_archive_wrap{
	margin-bottom: 80px;
}
#news_archive_wrap ul.archive_item_box_wrap .archive_item_box {
    display: flex;
    border-bottom: solid 1px #b1bac4;
    padding: 20px 0px;
    position: relative;
}
#news_archive_wrap ul.archive_item_box_wrap .archive_item_box .image {
    overflow: hidden;
    width: 280px;
}
#news_archive_wrap ul.archive_item_box_wrap .archive_item_box .image .archive_img {
    aspect-ratio: 4.3 / 3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border-radius: 10px;
}
#news_archive_wrap ul.archive_item_box_wrap .archive_item_box .textcont_wrap {
    width: calc(100% - 280px);
    padding-left: 40px;
    padding-right: 40px;
	position: relative;
}
.news_archive_arrow_icon{
	height: 40px;
    width: 40px;
    background: rgb(3, 186, 248);
    background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    right: 0;
    bottom: 0;
}
.news_archive_arrow_icon i {
    color: #ffffff;
    font-size: 1.2rem;
}
#news_archive_wrap ul.archive_item_box_wrap li .top_box .archive_day{
    color: #b2b2b3;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-right: 40px;
}
#news_archive_wrap ul.archive_item_box_wrap li h4.title{
    font-size: 1.8rem;
    font-weight: bold;
}

/***ページネーション***/
.post-pagination-wrapper{
    margin: 40px 0px;
    text-align: center;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers li span {
    width: 34px;
    height: 34px;
    background: #ffffff;
    display: block;
    text-align: center;
    color: #2354a5;
    border-radius: 30px;
    border: solid 1px #2354a5;
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: bold;
    line-height: 33px;
    margin: 0 5px;
}
.page-numbers li a {
    width: 34px;
    height: 34px;
    background: #2354a5;
    display: block;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    border: solid 1px #2354a5;
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: bold;
    line-height: 33px;
    margin: 0 5px;
}
.page-numbers li{
    padding: 0 0px;
}

/***詳細ページ***/
#single_page_wrap .titlewrap h3 {
    font-size: 3rem;
    font-weight: 500;
    border-left: solid 3px;
    padding-left: 10px;
    line-height: 1.4;
}
#single_page_wrap .day p {
    color: #b2b2b3;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-right: 40px;
}
#single_page_wrap .top_box{
    margin-bottom: 60px;
}
#single_page_wrap .post_contents_wrap img{
    margin-bottom: 20px;
}

.single_bottom_arrowbox {
    display: flex;
    justify-content: center;
    margin: 60px 20px 40px;
}
.single_bottom_arrowbox .before a, .single_bottom_arrowbox .after a {
    margin: 0px 30px;
    display: flex;
    align-items: center;
}
.single_bottom_arrowbox a {
    color: #2354a5;
    font-weight: bold;
}
.single_bottom_arrowbox i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px;
    border-radius: 40px;
    margin: 0 10px;
}

/*--------------------------------------------------------------
#  施工事例（Works）
--------------------------------------------------------------*/
#works_item_archive_wrap{
	margin-bottom: 80px;
}
#works_item_archive_wrap .category_item_wrap #cate_btn_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
#works_item_archive_wrap .category_item_wrap #cate_btn_area a{
    border: solid 3px #d0d4d6;
    width: 23%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 0 20px;
	background: #ffffff;
}
#works_item_archive_wrap .category_item_wrap #cate_btn_area a.active{
	background: #d0d4d6;
}
#works_item_archive_wrap .category_item_wrap #cate_btn_area::after {
    display: block;
    content: "";
    width: 23%;
}
#works_item_archive_wrap .archive_page_title{
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: solid 1px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
#works_item_archive_wrap .works_item_wrap{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#works_item_archive_wrap .works_item_wrap::after {
    display: block;
    content: "";
    width: 31%;
}
#works_item_archive_wrap .works_item_wrap .archive_item_box {
    width: 31%;
    margin-bottom: 50px;
    position: relative;
}
#works_item_archive_wrap .works_item_wrap .archive_item_box .image_wrap{
	position: relative;
}
#works_item_archive_wrap .works_item_wrap .archive_item_box .image_wrap .category_wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    padding-top: 10px;
}
#works_item_archive_wrap .works_item_wrap .archive_item_box .image_wrap .category_wrap .category{
    background: #ffffff;
    font-size: 1.2rem;
    padding: 3px 10px;
    display: flex;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
	margin: 0 5px;
}
#works_item_archive_wrap .works_item_wrap .archive_item_box .image .archive_img {
    aspect-ratio: 5 / 3.2;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border-radius: 10px;
}
#works_item_archive_wrap .works_item_wrap .archive_item_box .news_archive_arrow_icon{
    margin-bottom: -40px;
}
#works_item_archive_wrap .works_item_wrap .archive_item_box h4.title {
    font-size: 1.8rem;
    font-weight: bold;
}
#single_works_wrap .day p {
    color: #b2b2b3;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-right: 40px;
}
#single_works_wrap .titlewrap h3 {
    font-size: 3rem;
    font-weight: 500;
    border-left: solid 3px;
    padding-left: 10px;
    line-height: 1.4;
}
#single_works_wrap .top_box {
    margin-bottom: 60px;
}
#single_works_wrap .before_after_wrap{
    display: flex;
    justify-content: space-between;
}
#single_works_wrap .before_after_wrap .before-image{
    width: 48%;
}
#single_works_wrap .before_after_wrap .before-image .image_title{
    background: #b2b2b3;
    padding: 10px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
}
#single_works_wrap .before_after_wrap .after-image{
    width: 48%;
}
#single_works_wrap .before_after_wrap .after-image .image_title{
    background: #5a5a5a;
    padding: 10px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
}
#single_works_wrap .building_table {
  width: 80%;
  border-collapse: collapse;
	margin: 80px auto;
}
#single_works_wrap .building_table th, .building_table td {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: left;
    vertical-align: top;
}
#single_works_wrap .building_table th {
    background-color: #f1f4f8;
    font-weight: bold;
    width: 20%;
    white-space: nowrap;
    vertical-align: middle;
}
#single_works_wrap .building_table td {
  width: 80%;
}
#single_works_wrap .work_image_wrap {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#single_works_wrap .work_image_wrap .work_image{
	width: 31%;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.footer_before_contact{
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f1f4f8 50%, #f1f4f8 100%);
}
.footer_before_contact .contents_wrap{
    border-radius: 30px;
    padding: 100px 0px;
}
.footer_before_contact .contents_wrap .flexbox {
    width: 1040px;
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.footer_before_contact .contents_wrap .flexbox .leftbox .bottom_text{
    color: #ffffff;
    font-weight: bold;
}
.contact_btn_l{
    width: 416px;
    background: #ffffff;
    display: flex;
    text-align: center;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #2354a5;
    font-weight: bold;
    border-radius: 80px;
	border: solid 4px #d0d4d6;
	position: relative;
	box-shadow: 3px 0px 10px rgb(35, 84, 165, 0.2);
}
.contact_btn_l img{
    width: 60px;
    position: absolute;
    left: 0;
    margin-left: 5px;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
/***totop***/
.pagetop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 80px;
    height: 80px;
    opacity: 0; /* 初期状態では非表示 */
    transform: translateY(20px); /* 下からふわっと出てくる演出 */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    z-index: 1000; /* 他の要素より前面に */
    pointer-events: none; /* 非表示のときクリック不可 */
}

.pagetop.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* 表示時にクリック可能に */
}
footer {
    background: #f1f4f8;
    padding: 20px 0px 20px;
}
footer .footer_flexbox {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
footer .footer_logo{
    margin-bottom: 40px;
}
footer .footer_flexbox .right_menu_box{
	display: flex;
}
footer .footer_flexbox .right_menu_box .menu_box{
    margin-right: 40px;
}
footer .footer_flexbox .right_menu_box a{
    display: block;
}
footer .footer_flexbox .right_menu_box .main_menu{
	font-weight: bold;
    margin-bottom: 5px;
}
footer .footer_flexbox .right_menu_box .s_menu{
	font-size: 1.4rem;
    padding: 5px 0px;
}
footer .copy_right_area{
	border-top: solid 1px #b1bac4;
}
footer .copy_right_area p{
    text-align: center;
    color: #b1bac4;
    font-size: 1.1rem;
    padding-top: 20px;
}
#footer_bottom_fix{
	display: none;
}

/*--------------------------------------------------------------
# スクロールアニメーション
--------------------------------------------------------------*/
/* アニメーション設定 */
.scr_fadeup {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr_fadeup.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}

#notfound .contents_wrap{
    text-align: center;
    margin-bottom: 40px;
}
#notfound .contents_wrap a{
    color: #416dbd;
    margin-top: 20px;
    display: block;
}

/*--------------------------------------------------------------
# レスポンシブ
--------------------------------------------------------------*/
@media screen and (max-width:1500px){
.contents_wrap {
    width: 1200px;
    margin: 0 auto;
}
.mv_wrap .mv_text {
    padding: 0 3%;
}
.home_news_area .flexbox .rightbox .date {
    font-size: 1.6rem;
	}
.home_news_area .flexbox .rightbox .title {
    font-size: 1.6rem;
	}
.home_news_area .flexbox .rightbox .top_news_area ul li {
    padding: 35px 0px;
}
.mv_wrap .mv_text h2 {
    font-size: 6.8rem;
	}
}
@media screen and (max-width:1480px){
.mv_wrap .mv_after .flexbox .rightbox {
    width: 540px;
}
.mv_wrap .mv_after .flexbox .leftbox {
    width: calc(100% - 540px);
    padding-right: 60px;
}
.mv_wrap .mv_after .flexbox .leftbox h3.title {
    font-size: 4.4rem;
	}
}
@media screen and (max-width:1300px){
nav ul li {
    padding: 0 10px;
}
.mv_wrap .mv_text h2 {
        font-size: 6rem;
    }
.mv_wrap {
    margin-top: 50px;
}
}
@media screen and (max-width:1240px){
#g-nav-list {
    padding: 20px 10px;
	}
#g-nav-list .logo_area {
    width: 240px;
    margin-right: 20px;
}
nav ul li a.header_contact {
        width: 150px;
        height: 44px;
    }
nav ul li {
        padding: 0 8px;
    }    
nav ul li a{
		font-size: 1.5rem;
	}	
.contents_wrap {
    width: 94%;
    margin: 0 auto;
}
.company_info_wrap .contents_wrap {
    width: 94%;
}
.mv_wrap .mv_text h2 {
        font-size: 5rem;
    }
.mv_wrap .mv_after .flexbox .leftbox h3.title {
        font-size: 4rem;
    }
.mv_wrap .mv_after .flexbox .leftbox p.text {
    font-size: 1.8rem;
	}
.home_service_area_wrap .service_item_wrap h4.title, #service .service_item h4.title {
    font-size: 5rem;
}
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 {
    padding: 40px 10px 20px;
}
#about .about_contents02 .point_item_wrap {
    width: 100%;
	}
footer .footer_flexbox .right_menu_box .menu_box {
    margin-right: 20px;
}
}
@media screen and (max-width:1140px){
.mv_wrap .mv_after .flexbox {
    margin-top: 60px;
}
.mv_wrap .mv_after .flexbox .rightbox {
        width: 50%;
    }
.mv_wrap .mv_after .flexbox .leftbox {
        width: 50%;
        padding-right: 40px;
    }
.mv_wrap .mv_after .flexbox .leftbox h3.title {
        font-size: 3rem;
        margin-bottom: 20px;
    }    
.mv_wrap .mv_after .flexbox .leftbox p.text {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
.home_service_area_wrap {
    padding: 100px 0px 20px;
	}
.footer_before_contact .contents_wrap {
    padding: 50px 3%;
}
.footer_before_contact .contents_wrap .flexbox {
    width: 100%;
	}
}
@media screen and (max-width: 980px) {
/***ハンバーガーメニュー***/
.pc_main_menu {
    display: none;
}
.sp_main_menu {
    display: block;
}
.main_title {
    margin-bottom: 20px;
}
.main_btn01 {
    width: 240px;
    height: 64px;
	}
.main_btn02 {
        width: 260px;
        height: 64px;
        border: solid 3px #d0d4d6;
        margin: 0 auto;
}
header {
    height: 60px;
}
#header .logo_area {
        position: fixed;
        top: 0;
        left: 0;
        margin-top: 13px;
        margin-left: 10px;
    }
#header .logo_area img {
        height: 36px;
    }
.header_entry_btn{
    display: none;		
	}
.header_contact_btn{
    display: none;		
	}
header.fixed_menu {
    height: 60px;
}
  nav{
    padding: 0;
  } 
  nav ul{
    display: block;
  }
  nav li.has-child ul,
  nav li.has-child ul ul{
    position: relative;
  left:0;
  top:0;
  width:100%;
  visibility:visible;
  opacity:1;
  display: none;
  transition:none;
}
nav ul li a{
  border-bottom:1px solid #ccc;
}
nav ul li.has-child::before{
  right:20px;  
}
nav ul ul li.has-child::before{
    transform: rotate(135deg);
  right:20px;
} 
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    transition: all 0.6s;
}
    #g-nav-list {
        transition: none!important;
    }
#g-nav.panelactive{
    right: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul.outside_wrap {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 94%;
}
#g-nav li {
    list-style: none;
    text-align: center;
    position: relative;
}
nav ul li.has-child {
    display: block;
	}
#g-nav li a {
    text-decoration: none;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    border-bottom: dashed 1px #2354a5;
    z-index: 99;
    position: relative;
    width: 100%;
}
nav ul li.has-child::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
}
nav ul li.has-child.active a{
	border-bottom: none!important;
}
.openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
	background: rgb(3, 186, 248);
    background: linear-gradient(135deg, rgba(3, 186, 248, 1) 0%, rgba(35, 84, 165, 1) 100%);
}
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    width: 50%;
    margin-top: 5px;
}
.openbtn1 span:nth-of-type(1) {
  top:15px; 
}
.openbtn1 span:nth-of-type(2) {
  top:23px;
}
.openbtn1 span:nth-of-type(3) {
  top:31px;
}
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
	}
.header_rightbox .header_menu .telbox {
    display: none;
}
.header_rightbox .header_contact_btn{
		display: none;
	}
nav ul li.has-child::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 32px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2354a5;
    border-right: 2px solid #2354a5;
    transform: rotate(135deg);
}
#g-nav li.has-child a{
	cursor: pointer;	
	}
.header_rightbox .header_menu .telbox {
    display: none;
}
.header_rightbox .header_contact_btn{
		display: none;
	}
nav ul li.has-child::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2354a5;
    border-right: 2px solid #2354a5;
    transform: rotate(135deg);
}
nav ul li a.header_contact{
    border-bottom: none;
    margin-top: 20px;
}
#g-nav li.has-child a{
	cursor: pointer;	
	}
nav ul li {
    padding: 0 0px;
}
#page_header_wrap {
    height: 12em;
    margin: 60px auto 15px;
	}
.mv_wrap {
    margin-top: 60px;
    padding: 20px 0 0;
}
.mv_wrap .mv_text h2 {
        font-size: 4rem;
    }
.mv_wrap .mv_text h3 {
    font-size: 2rem;
    margin-bottom: 0px;
}
.mv_wrap .mv_text {
        padding: 0 0%;
    } 
.mv_wrap .mv_after .flexbox .leftbox h3.title {
        font-size: 2.6rem;
    }  
.home_service_area_wrap .service_item_wrap h4.title, #service .service_item h4.title {
        font-size: 3rem;
    }
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 h5 {
    font-size: 2rem;
	}
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 a.arrow {
    width: 30px;
    height: 30px;
	}
.home_service_area_wrap .service_item_wrap .item100 .rightbox, #service .service_item .item100 .rightbox {
    width: 50%;
}
.home_service_area_wrap .service_item_wrap .item100 .leftbox, #service .service_item .item100 .leftbox {
    width: 50%;
    padding-right: 20px;
}
.home_service_area_wrap .service_item_wrap p.text, #service .service_item p.text {
    margin: 20px 0px;
}
.home_service_area_wrap .service_item_wrap .item100, #service .service_item .item100 {
    padding: 30px 0px;
	}
.home_service_area_wrap .service_item_wrap .bottom_flexbox {
        display: block;
        padding-top: 0px;
    }   
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 {
        display: flex;
        width: 100%;
        padding: 30px 0px 10px;
    }
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 img {
    margin-bottom: 20px;
    width: 50%;
    order: 2;
}
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 .title_wrap {
        width: 50%;
        order: 1;
        padding-right: 20px;
    }
.home_aboutus_area .flexbox .rightbox {
    width: 50%;
    padding-left: 0px;
    padding: 50px 0px;
}
.home_aboutus_area .flexbox .rightbox .item_box {
    padding: 20px;
	}
.home_aboutus_area .flexbox .rightbox .item_box h4 {
    font-size: 2rem;
	}
.home_news_area .flexbox .rightbox {
    width: calc(100% - 280px);
}
.home_news_area_wrap {
    padding: 50px 0px;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox h4 {
    font-size: 1.8rem;
	}
.contact_btn_l {
    width: 320px;
    height: 60px;
    border: solid 3px #d0d4d6;
    padding-left: 20px;
        margin: 0 auto;
	}
.contact_btn_l img {
    width: 44px;
	}
.footer_before_contact .contents_wrap {
        padding: 30px 3%;
    }
.footer_before_contact .contents_wrap .flexbox .leftbox{
    margin-bottom: 25px;
}
	
footer .footer_flexbox .right_menu_box a {
    font-size: 1.4rem;
}
footer .footer_flexbox .right_menu_box {
        display: none;
    }
.pagetop {
    bottom: 60px;
    right: 10px;
    width: 50px;
    height: 50px;
	}
.footer_before_contact .contents_wrap .flexbox {
    display: block;
	}
}
@media screen and (max-width: 860px) {
#about .about_contents02 .point_item_wrap {
    display: block;
}
#about .about_contents02 .point_item_wrap .point_item {
        width: 100%;
        position: relative;
        margin: 0 auto 50px;
    }
#about .about_contents02 .point_item_wrap .point_item .innerbox .point_flex .icon {
    width: 100%;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox .point_flex .rightbox{
    width: 100%;
    padding-left: 0px;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox h4 {
        font-size: 2.1rem;
    }
#about .about_contents02 .point_item_wrap .point_item .innerbox .point_flex {
    display: block;
}
}
@media screen and (max-width: 768px) {
body{
		font-size: 1.4rem;
	}
#page_header_wrap {
        background-position: right;
    }
.pc_hidden_cont{
		display: block;
	}
.sp_hidden_cont{
		display: none;
	}
.home_service_area_wrap .service_item_wrap .item01 .number,#service .service_item .item01 .number{
	color: #2354a5;
}
.home_service_area_wrap .service_item_wrap .item01::before,
.home_service_area_wrap .service_item_wrap .item01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; 
  height: 2px;
  top: inherit;
}
.home_service_area_wrap .service_item_wrap .item01::before {
  width: 100%;
  background-color: #d0d4d6; 
}
.home_service_area_wrap .service_item_wrap .item01::after {
  width: 80px;
  background-color: #2354a5;
}
.home_service_area_wrap .service_item_wrap .item02 .number,#service .service_item .item02 .number{
	color: #eb795f;
}
.home_service_area_wrap .service_item_wrap .item02::before,
.home_service_area_wrap .service_item_wrap .item02::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; 
  height: 2px;
  top: inherit;
}
.home_service_area_wrap .service_item_wrap .item02::before {
  width: 100%;
  background-color: #d0d4d6; 
}
.home_service_area_wrap .service_item_wrap .item02::after {
  width: 80px;
  background-color: #eb795f;
}
.main_title .en_title {
    font-size: 5rem;
	}
.main_title .jp_title {
    font-size: 1.8rem;
	}
.mv_wrap .mv_after .flexbox {
        margin-top: 30px;
        display: block;
    }
.mv_wrap .mv_after .flexbox .leftbox {
        width: 100%;
        padding-right: 0px;
    }
.mv_wrap .mv_after .flexbox .rightbox {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
.mv_wrap .mv_inner_bk_wrap {
    padding-bottom: 120px;
}
.home_service_area_wrap .home_service_area .home_service_right_img img {
        width: 80%;
    }
.home_service_area_wrap .top_flexbox {
    display: block;
	}
.home_service_area_wrap .top_flexbox .rightbox{
		display: none;
	}
.sp_top_service_btn_wrap{
	display: block;
}
.home_service_area_wrap .service_item_wrap .item100, #service .service_item .item100 {
        display: flex;
        flex-wrap: wrap;
    }
.home_service_area_wrap .service_item_wrap .item100 .rightbox, #service .service_item .item100 .rightbox {
        width: 100%;
        margin-bottom: 15px;
    }    
.home_service_area_wrap .service_item_wrap .item100 .leftbox, #service .service_item .item100 .leftbox {
        width: 100%;
        padding-right: 0px;
        order: 2;
    } 
.home_service_area_wrap .service_item_wrap h4.title, #service .service_item h4.title {
        font-size: 2.6rem;
    }
.home_service_area_wrap .service_item_wrap p.text, #service .service_item p.text {
        margin: 10px 0px 20px;
    }
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 {
        flex-wrap: wrap;
    }    
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 img {
        margin-bottom: 20px;
        width: 100%;
        order: 1;
    }
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 .title_wrap {
        width: 100%;
        order: 2;
        padding-right: 0px;
    }
.home_service_area_wrap .service_item_wrap .bottom_flexbox .item30 img {
        margin-bottom: 10px;
	}
.home_aboutus_area_wrap,.home_service_area_wrap,.home_news_area_wrap {
    border-radius: 30px 30px 0px 0px;
	}
.sp_top_service_btn_wrap {
        display: block;
        margin-top: 20px;
    }
.home_aboutus_area .flexbox .rightbox .item_box {
        padding: 15px;
    }
/**
.home_aboutus_area_wrap {
    height: auto;
}
**/
.home_aboutus_area .flexbox {
    flex-wrap: wrap;
}
.home_aboutus_area .flexbox .rightbox {
        width: 100%;
        order: 1;
        padding-bottom: 0;
    } 
.home_aboutus_area .flexbox .leftbox {
    width: 100%;
    padding-right: 0px;
    order: 2;
}
.loop_slide_wrap .slider-container {
    height: 360px;
	}
.home_news_area .flexbox {
    display: block;
	}
.home_news_area .flexbox .leftbox {
    width: 100%;
}
.home_news_area .pc_top_news_btn{
		display: none;
	}
.home_news_area .sp_top_news_btn {
        display: flex;
        justify-content: center;
    }    
.home_news_area .flexbox .rightbox {
        width: 100%;
        margin-bottom: 25px;
    }
.home_news_area .flexbox .rightbox .top_news_area ul li {
        padding: 15px 0px;
    } 
.home_news_area .flexbox .rightbox .top_news_area ul li a {
    display: block;
}
.home_news_area .flexbox .rightbox .date {
        font-size: 1.4rem;
        margin-right: 0;
        display: block;
    }
.home_news_area_wrap {
        padding: 50px 0px 30px;
    }    
.home_news_area .flexbox .rightbox .title {
        font-size: 1.5rem;
    }
.footer_before_contact .contents_wrap {
    border-radius: 20px;
	}
#about .about_contents02 .point_item_wrap {
    display: block;
    width: 100%;
	}
#about .about_contents02 .point_item_wrap .point_item {
        margin-bottom: 50px;
    }    
#about .scroll-infinity__item {
    width: calc(100vw / 3);
    margin: 0 5px;
}
#service .service_contents01 .flexbox {
    display: block;
    margin-bottom: 40px;
}
#service .service_contents01 .flexbox .leftbox {
    width: 100%;
    margin-bottom: 20px;
}
#service .service_contents01 .flexbox .rightbox {
    width: 100%;
}
#service .service_contents01 .service_area .map {
    width: 100%;
    margin-top: 20px;
}
#service .service_contents01 .service_area {
    padding: 20px;
    margin-bottom: 30px;
}
#service .service_contents01 .service_area .text h5 {
    font-size: 1.8rem;
	}
#service .service_btn_wrap {
    margin-bottom: 0px;
    margin-top: 20px;
}
#service .service_item .bottom_item_box {
    display: block;
}
#service .service_item .bottom_item_box .item_box {
    width: 100%;
    margin-bottom: 20px;
}
.company_message_wrap .flexbox {
    display: block;
}
.company_message_wrap .flexbox .leftbox {
    width: 80%;
	margin: 0 auto;
}
.company_message_wrap .flexbox .rightbox {
    width: 100%;
    margin-top: 20px;
	margin-left: 0;
}
	
/***footer***/
footer .footer_flexbox {
    padding: 20px 0;
}
footer .footer_logo {
    margin-bottom: 20px;
}
#footer_bottom_fix{
	display: block;
}
#footer_bottom_fix {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
#footer_bottom_fix a.fixbtn_border {
        border-right: solid 1px #ffffff;
        font-size: 1.6rem;
        font-weight: 600;
        background: #5db4f8;
    }    
#footer_bottom_fix a {
        width: 50%;
        background: #3f69ba;
        color: #ffffff;
        text-align: center;
        padding: 10px;
        font-size: 1.5rem;
        font-weight: 600;
    }  
#footer_bottom_fix a i{
    margin-right: 5px;
}
footer {
    padding: 20px 0px 65px;
}
#service .service_item a.more_btn {
    margin: 0 auto;
}
#single_works_wrap .building_table {
    width: 100%;
    margin: 40px auto;
}
#single_works_wrap .work_image_wrap {
    margin-top: 40px;
    display: block;
	}
#single_works_wrap .work_image_wrap .work_image {
    width: 100%;
    margin-bottom: 20px;
}
#single_works_wrap .before_after_wrap {
    display: block;
}
#single_works_wrap .before_after_wrap .before-image {
    width: 100%;
    margin-bottom: 20px;
}
#single_works_wrap .before_after_wrap .after-image {
    width: 100%;
}
#single_works_wrap .top_box {
    margin-bottom: 30px;
}
#single_works_wrap .titlewrap h3 {
        font-size: 2.1rem;
    }
#single_works_wrap .building_table th, .building_table td {
    padding: 10px;
}
}
@media screen and (max-width: 568px) {
#about .about_contents02 .point_item_wrap .point_item .innerbox .number_wrap .number {
    font-size: 6rem;
	}
#about .about_contents02 .point_item_wrap .point_item .innerbox .number_wrap {
    margin-top: -28px;
	}
.pc_hidden_text_br{
		display: none;
	}
.sp_hidden_text_br{
		display: block;
	}
.pb80 {
    padding-bottom: 40px;
}
.pb100 {
    padding-bottom: 50px;
}
 .main_title .en_title {
        font-size: 4.4rem;
    }   
.pankuzu .breadcrumb-area {
    margin-bottom: 40px;
    font-size: 1.2rem;
    text-align: left;
}
#page_header_wrap h2 .page_jp_title {
    font-size: 3rem;
	}
#header .logo_area {
        margin-top: 15px;
    }
#header .logo_area img {
        height: 30px;
    }
#about .about_contents01 h3 {
    font-size: 3rem;
	margin-bottom: 25px;
	}
#about .about_contents01 .text {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.6rem;
}
#about .about_contents02 .last_text p {
    margin-top: 40px;
    text-align: left;
    font-size: 1.6rem;
}
#about .about_contents02 .point_item_wrap .point_item {
        width: 100%;
	}
#service .service_btn_wrap {
    display: block;
	}
#service .service_btn_wrap .service_btn {
    border: solid 2px #d0d4d6;
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
}
#works_item_archive_wrap .category_item_wrap #cate_btn_area a {
    border: solid 2px #d0d4d6;
    width: 49%;
    height: 40px;
    margin: 0 0 15px;
	}
#works_item_archive_wrap .category_item_wrap #cate_btn_area {
    margin-bottom: 20px;
}
#works_item_archive_wrap .archive_page_title {
    font-size: 2.6rem;
	}
#works_item_archive_wrap .works_item_wrap {
    display: block;
	}
#works_item_archive_wrap .works_item_wrap .archive_item_box h4.title {
    font-size: 1.6rem;
    margin-top: 10px;
}
#works_item_archive_wrap .works_item_wrap .archive_item_box {
    width: 100%;
    margin-bottom: 60px;
	}
#single_page_wrap{
	padding-top: 0;
	padding-bottom: 0;
	}
#single_page_wrap .titlewrap h3 {
        font-size: 2.1rem;
    }    
#single_page_wrap .top_box {
    margin-bottom: 20px;
}
.single_bottom_arrowbox {
        margin: 30px 0px 30px;
        justify-content: space-between;
    }    
.single_bottom_arrowbox .before a, .single_bottom_arrowbox .after a {
    margin: 0px 10px;
	}
.single_bottom_arrowbox i {
    width: 30px;
    height: 30px;
	}
#news_archive_wrap ul.archive_item_box_wrap .archive_item_box {
    display: block;
    padding: 20px 0px 40px;
	}
#news_archive_wrap ul.archive_item_box_wrap .archive_item_box .image_wrap{
    width: 100%;
}
#news_archive_wrap ul.archive_item_box_wrap .archive_item_box .image_wrap .image {
    width: 100%;
}
#news_archive_wrap ul.archive_item_box_wrap .archive_item_box .textcont_wrap {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin-top: 20px;
}
#news_archive_wrap ul.archive_item_box_wrap li h4.title {
    font-size: 1.6rem;
	}
#news_archive_wrap ul.archive_item_box_wrap li .top_box .archive_day {
    font-size: 1.6rem;
    margin-right: 0px;
}
#about .about_contents02 .point_item_wrap .point_item .innerbox img {
    width: 80%;
}
.news_archive_arrow_icon {
        height: 30px;
        width: 30px;
        margin-bottom: -36px;
    }
.table01 th {
    border-bottom: none;
    text-align: left;
    width: 100%;
    min-width: 100%;
    display: block;
	padding: 10px 0px 0px 0px;
}
.table01 td {
    width: 100%;
    display: block;
    padding: 5px 0px 10px 0;
	border-bottom: 1px solid #d0d4d6;
}
.company_info_wrap,.company_message_wrap {
		padding-bottom: 40px;
	}
.company_message_wrap .flexbox .rightbox .name {
    text-align: right;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 10px;
}
#contact .info_text_wrap {
    padding: 20px;
	}
#contact .contact_table th {
    padding: 15px 0px 0px 0px;
    display: block;
    width: 100%;
	border-bottom: none;
}
#contact .contact_table td {
    border-bottom: solid 1px #D9D9DC;
    padding: 10px 0px 15px;
    font-weight: normal;
    display: block;
    width: 100%;
}
#contact .contact_submit_btn_wrap .contact_submit_btn {
    width: 200px;
    height: 50px;
    font-size: 1.8rem;
}
#contact .contact_wrap {
    padding-bottom: 20px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0em;
}
.contact_btn_l {
        width: 300px;
	}
.mv_wrap .mv_text {
    margin-bottom: 10px;
}
.mv_wrap .mv_text h2 {
        font-size: 3rem;
    }
.mv_wrap .mv_image {
    padding: 0 3%;
	}
.mv_wrap .mv_after .flexbox .leftbox h3.title {
        font-size: 2.1rem;
    }
.company_message_wrap .flexbox .rightbox h4.read_text {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
}

/***プライバシーポリシー***/
.policy_item_wrap h4{
    font-size: 18px;
    font-weight: bold;
    border-left: solid 3px #2354a5;
    padding-left: 10px;
	color:#2354a5;
    margin-bottom: 15px;
}
.policy_item_wrap .policy_item h5{
    border-bottom: solid 1px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 20px;
}
.policy_item_wrap .policy_item{
    margin-bottom: 30px;
}
.policy_item_wrap p.text{
    line-height: 1.8;
    font-size: 1.5rem;
}
.policy_item_wrap .policy_item .policy_bk_gray_box{
    background: #f5f5f5;
    margin-top: 10px;
    padding: 20px;
}
.policy_item_wrap .policy_item .s_title{
    margin-top: 15px;
}
.policy_item_wrap .policy_item a{
    color: #2354a5;
    font-size: 1.4rem;
	word-wrap: break-word;
}