@CHARSET "UTF-8";
/*
Theme Name: 住まい～ね
date: 2021.07.24
*** basic setting on css/destyle.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: 'Lato',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;
  color: #000;
  line-height: 1.7;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

.font_mincyo{
  font-family: '游明朝','Yu Mincho',YuMincho,serif;
}

a {
  outline: none;
  color: #000;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
*:focus {
  outline: none;
}
img{
  max-width: 100%;
  height: auto;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
iframe{
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
  margin: 0 0 2rem;
}
ul,dl,dt,dd{
  margin: 0;
  padding: 0;
  font-weight: normal;
}
li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p{
  margin: 0 0 2rem;
}
.sp_none{
  display: none;
}

.btn_link{
  background: linear-gradient(30deg,#00beff 0%, #00b900 51% ,#00beff 100%);
  background-size: 200% auto;
  color: #fff;
  display: block;
  padding: 1.5rem 1rem;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
}
.btn_link:hover{
  background-position: right center;
}
.btn_link .arrow{
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 1px;
  background: #fff;
}
.btn_link .arrow::after{
  content: '';
  height: 1px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(30deg);
  transform-origin: bottom right;
  background: #fff;
}
.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}

table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th{
  padding: 1rem;
  text-align: left;
  width: 30%;
}
table td{
  padding: 1rem;
}

input[type="submit"]{
  outline: 0;
  box-shadow: none;
  border: #000 solid 1px;
  cursor: pointer;
}
.txt_right{
  text-align: right;
}

/* Clearing floats */
.clear:after{
  clear: both;
}
.clear:before,
.clear:after{
  display: table;
  content: "";
}
.accordion dt{
  cursor: pointer;
}
.accordion dd{
  display: none;
}

.slick-prev{
  left: -10px;
  width: 30px;
  height: 30px;
  background: #00beff;
  border-radius: 50%;
  z-index: 10;
}
.slick-next{
  right: -10px;
  width: 30px;
  height: 30px;
  background: #00beff;
  border-radius: 50%;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before{
  content: '' !important;
  width: 10px;
  height: 10px;
  border-top: #fff solid 1px;
  border-left: #fff solid 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}
.slick-prev:before{
  transform: translate(-35%,-50%) rotate(-45deg);
}
.slick-next:before{
  transform: translate(-65%,-50%) rotate(135deg);
}
.slick-slide:focus{
  outline: 0;
}
.youtube_wrap{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #ccc;
}
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page{
  padding-top: 60px;
}
.wrapper{
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}




/* =header
-------------------------------------------------------------- */

#site_header{
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  height: 63px;
  display: flex;
  align-items: center;
  /*border-bottom: #0090db solid 3px;*/
  background: #fff;
  z-index: 999;
  width: 100%;
}
.scroll #site_header{
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
#header_logo{
  display: block;
  width: 120px;
  margin: 0 auto 0 0;
}
#heaeder_right__top{
  padding-right: 50px;
}
#heaeder_right__top ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: none;
}
#heaeder_right__top ul li{
  margin-right: 1rem;
}
#heaeder_right__top ul li img{
  width: 35px;
  vertical-align: middle;
  box-shadow: none;
}
#heaeder_right__top #sp_reservation{
  width: 150px;
  display: block;
}
#site_description{
  display: none;
}
#header_contact{
  position: absolute;
  top: 0;
  right: 60px;
  background: #141464;
  z-index: 999;
  font-size: 1rem;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  white-space: nowrap;
}
#header_contact img{
  width: 25px;
  display: block;
  margin: 10px auto 5px;
}
#header_nav__btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background: #fff;
}
#header_nav__btn .border_wrap{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#header_nav__btn .border{
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  display: block;
  margin-bottom: 8px;
  transition: all .4s;
  box-sizing: border-box;
}
.nav_txt{
  color:  #fff;
  font-size: 1rem;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
#header_nav__btn .border:last-child{
  margin: 0;
}
.nav_active #header_nav__btn .border:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.nav_active #header_nav__btn .border:nth-of-type(2) {
  opacity: 0;
}
.nav_active #header_nav__btn .border:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
#header_nav__inner{
  width: 100%;
  height: 100%;
  background: #E9F3F8;
  z-index: 999;
  position: fixed;
  top: 63px;
  right: -100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.nav_active #header_nav__inner{
  right: 0;
  opacity: 1;
  visibility: visible;
}
.main_navigation{
  position: relative;
  padding: 0 1rem 80px;
}
.main_navigation li{
  border-bottom: #c9caca solid 1px;
}
.main_navigation li a{
  display: block;
  padding: 1.5rem 0;
  position: relative;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}
.main_navigation li a .nav_en{
  font-size: 1.2rem;
  margin-left: 1rem;
  color: #4d4d4d;
}
.sub_nav__wrap dt a{
  pointer-events: none;
  position: relative;
}
.sub_nav__wrap dt a::after{
  content: '';
  background-image: url('images/nav/navi_arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}/*
.sub_nav__wrap dt.open a::after{
  background-image: url('images/common/nav_close.svg');
}*/
.sub_nav{
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.sub_nav li{
  border: 0;
}
.sub_nav li a{
  font-size: 1.4rem;
  padding: 5px 0;
  line-height: 1.5;
}
.sub_nav li a::before{
  content:  '- ';
}
.sub_nav__icon{
  display: none;
}
#body_overlay{
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  transition: .8s;
  z-index: 50;
  cursor: pointer;
  opacity: 0;
}
.nav_active #body_overlay{
  visibility: visible;
  opacity: 1;
}

#header_banners{
  display: none;
}



/* =footer
-------------------------------------------------------------- */

#footer_sticky{
  background: #fff;
  position: sticky;
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 99;
}
.scroll #footer_sticky{
  opacity: 1;
  visibility: visible;
  bottom: 0;
  border-top: #fff solid 1px;
}
#footer_sticky ul{
  display: flex;
  width: 100%;
}
#footer_sticky ul li{
  width: 25%;
  border-left: #fff solid 1px;
}
#footer_sticky ul li:first-child{
  border: 0;
}
#footer_sticky ul li a{
  background: #FF6EB2;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: bold;
  padding: .5rem 0;
  text-align: center;
  display: block;
  color: #fff;
  height: 100%;
}
#footer_sticky ul li:nth-child(2) a{
  background: #2DC1DE;
}
#footer_sticky ul li:last-child a{
  background: #00B700;
}
#footer_sticky ul li a img{
  width: 30px;
  display: block;
  margin: 0 auto;
}
#footer_staff{
  position: relative;
}
#footer_staff img{
  height: 130%;
  width: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-30%);
  position: absolute;
  max-width: none;
  z-index: 99;
}
#site_footer{
  background: #141464;
  padding: 3rem 0;
  color: #fff;
}
#footer_links{
  display: none;
}
#footer_logo{
  display: block;
  margin: 0 auto;
  text-align: center;
}
#footer_logo img{
  width: 150px;
}
#footer_logo span{
  font-size: 1rem;
  color: #fff;
  pointer-events: none;
  display: block;
  margin: 1rem 0 0;
  
  line-height: 1.4;
}
#footer_copy{
  font-size: 1rem;
  margin: 3rem 0 0;
  text-align: center;
}

#btn_top{
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  width: 50px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}
.scroll #btn_top{
  visibility: visible;
  opacity: 1;
}


/* =page common
-------------------------------------------------------------- */

.section{
  padding: 3rem 0;
}
.bg{
  background: #ebf5fa;
}
.section_title{
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.section_title span{
  display: block;
  color: #736357;
  font-size: 60%;
  position: relative;
  padding-top: 1rem;
  margin-top: .5rem;
}
.section_title span::before{
  content: '';
  width: 150px;
  height: 2px;
  background: linear-gradient(to right,#00beff, #0032c8);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* 20231228追加 */
.section_title.section_title--no-subtitle {
  font-size: 2.2rem;
}
.section_title.section_title--no-subtitle span {
  display: block;
  height: 20px;
}
.section_title.section_title--no-subtitle span::before {
  top: auto;
  bottom: 0;
}

.tri_blue,
.tri_white{
  position: relative;
  overflow: hidden;
}
.tri_blue::before,
.tri_white::before{
  content: '';
  width: 100%;
  height: 150px;
  background: #ebf5fa;
  transform: rotate(-20deg);
  transform-origin: bottom right;
  position: absolute;
  top: -150px;
  left: -50%;
}
.tri_blue::after,
.tri_white::after{
  content: '';
  width: 100%;
  height: 150px;
  background: #ebf5fa;
  transform: rotate(20deg);
  transform-origin: bottom left;
  position: absolute;
  top: -150px;
  right: -50%;
}
.tri_white::before,
.tri_white::after{
  background: #fff;
}
.border_side{
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.border_side span{
  display: inline-block;
  position: relative;
}
.border_side span::before{
  content: '';
  background: url('images/top/border_left.svg') no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
}
.border_side span::after{
  content: '';
  background: url('images/top/border_right.svg') no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
}

.page_header{
  padding: 5rem 0;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#page_company .page_header{
  background-image: url('images/company/header_new.jpg');
}
#page_information .page_header{
  background-image: url('images/information/header.jpg');
  background-position: bottom center;
}
#page_voice .page_header{
  background-image: url('images/voice/header.jpg');
  background-position: top center;
}
#page_contact .page_header{
  background-image: url('images/contact/header.jpg');
}
#page_kodawari .page_header{
  background-image: url('images/kodawari/header.jpg');
}
#page_works .page_header{
  background-image: url('images/works/header.jpg');
}
#page_renovation .page_header{
  background-image: url('images/renovation/header.jpg');
}
#page_yumehouse .page_header{
  background-image: url('images/yumehouse/header.jpg');
}
#page_reservation .page_header{
  background-image: url('images/reservation/header.jpg');
}

#page_himi .page_header{
  background-image: url('images/himi/header.jpg');
}
#page_takaoka .page_header{
  background-image: url('images/takaoka/header.jpg');
}

.page_title{
  background: rgba(255,255,255,.6);
  padding: 1rem 2rem;
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  min-width: 200px;
}
.page_title span{
  margin-top: 0;
}
#breadcrumbs{
  padding: .5rem 0 2rem;
  font-size: 1rem;
}
#breadcrumbs ul{
  display: flex;
  flex-wrap: wrap;
}
#breadcrumbs ul li:not(:last-child)::after{
  content: '>';
  margin: 0 5px;
}
#breadcrumbs ul li a{
  color: #0090db;
}
#breadcrumbs ul li a:hover{
  text-decoration: underline;
}

#section_404 p{
  text-align: center;
  margin-bottom: 5rem;
}

.page_container{
  padding-bottom: 5rem;
}

.no_posts{
  padding: 3rem 0;
  text-align: center;
}


/* =TOP
-------------------------------------------------------------- */

#main_slide__wrap{
  position: relative;
  min-height: 150px;
}
#main_slide{
  margin: 0;
  overflow: hidden;
}
#main_slide .slick-slide img{
  width: 100%;
}
#main_slide .sp_none{
  display: none;
}
#main_slide .slick-dots{
  display: none !important;
}

#bnr_chirashi{
  position: absolute;
  bottom: 2rem;
  right: 5%;
  z-index: 99;
  width: 20%;
  max-width: 300px;
}
#google_review{
  background: #141464;
  text-align: center;
  padding: 5px;
}
#google_review dl{
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 50px;
  justify-content: center;
}
#google_review dt{
  width: 33.33%;
  text-align: center;
  border-right: #141464 solid 1px;
}
#google_review dt img{
  width: 100px;
}
#google_review dd{
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
}
#google_review dd:last-child{
  border-left: #141464 solid 1px;
}
.stars{
  display: flex;
}
.stars img{
  width: 10px;
}
#google_review img{
  vertical-align: middle;
}
#bnr_line{
  padding: 1rem 0;
  text-align: center;
}
#bnr_line li{
  margin-bottom: 2rem;
}
.info_list li{
  border-bottom: #ccc dashed 1px;
}
.info_list li:last-child{
  border: 0;
}
.info_box{
  padding: 1rem 0;
  display: block;
}
.posted_date{
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.posted_cat{
  display: inline-block;
  border: #ed7faf solid 1px;
  padding: 1px 5px;
  color: #ed7faf;
  margin-left: 1rem;
  font-size: 1rem;
}
.posted_title{
  margin: 0;
  font-size: 1.4rem;
}
.info_box:hover .posted_title{
  text-decoration: underline;
}
#front_covid{
  margin-top: 3rem;
  padding: 2rem 5%;
  border: #ed7faf solid 2px;
  position: relative;
  background: #fff;
}
#front_covid h2{
  font-size: 1.8rem;
  color: #ed7faf;
  text-align: center;
  border-bottom: #ed7faf solid 1px;
  line-height: 1.5;
  padding-bottom: 5px;
  font-weight: bold;
}
#front_covid .accordion dt{
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url('images/common/btn_open.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#front_covid .accordion dt.open{
  background-image: url('images/common/btn_close.svg');
}
#front_covid .accordion dd{
  background: #fbe5ef;
  padding: 2rem 5%;
  margin-bottom: 1rem;
}
#front_covid__txt h3{
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
#front_covid__txt p{
  margin: 0;
  line-height: 1.5;
  font-size: 1.2rem;
}
.menu_nav{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 2rem;
}
.menu_nav li{
  width: 50%;
  padding: 5px;
}
/*
.menu_nav .cls-1{
  fill: none;
}
.menu_nav .cls-2 {
  fill: #0090db;
}
.menu_nav .cls-3 {
  fill: #ed7faf;
}*/
.menu_nav li a{
  color: #fff;
  border: #00b2db solid 1px;
  background: #00b2db;
  display: block;
  padding: 5px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
.menu_nav li a:hover,
.menu_nav li.current a{
  transform: translateY(-5px);
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, .3);
}
/*
.menu_nav li a img{
  display: block;
  margin: 0 auto;
  width: 60px;
}
.menu_nav li a span{
  display: block;
  line-height: 1;
}*/
.menu_nav li a .link_arrow{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
}
.menu_nav li:nth-child(2n) a{
  border: #f583ae solid 1px;
  background: #f583ae;
}
/*
.menu_nav li:nth-child(2n) a:hover,
.menu_nav li.current:nth-child(2n) a{
  background: #fce8f1;
}*/
#menu_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
#menu_list li{
  width: 50%;
  padding: 5px;
}
.menu_list__bottom{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.menu_list__bottom_heading {
  margin-top: 50px;
}
.menu_box{
  height: 100%;
  display: block;
  border: #ccc solid 2px;
  padding: 5px 5px 1rem;
  background: #fff;
}
.post_thumb{
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.post_thumb img{
  transition: 1s;
  width: 100%;
}
.menu_box__off{
  position: absolute;
  top: 5px;
  left: 5px;
  background: url('images/common/base_off.svg') no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 5;
  color: #ed2d2d;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_box__off span.large{
  font-size: 120%;
}
.menu_box__title{
  font-size: 1.4rem;
  margin-bottom: .5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.menu_box__price{
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
  color: #ed2d2d;
  font-weight: bold;
}
.menu_box__price span{
  font-size: 200%;
  line-height: 1;
}
.menu_list__bottom li{
  width: 50%;
  padding: 5px;
}
.menu_list__bottom li.menu_renovation_banner {
  width: 100%;
}
.menu_list__bottom li:last-child{
  width: 100%;
}
.menu_list__bottom li .post_thumb{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f3ee;
  min-height: 130px;
}
.menu_list__full .menu_box{
  display: flex;
  padding: 5px;
}

.menu_list__bottom li.menu_list__full .post_thumb{
  width: 50%;
  align-self: stretch;
  margin: 0;
}
.menu_list__full .menu_box__inner{
  width: 50%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu_yumehouse .menu_box__inner{
  background: #f5f3ee;
}
.menu_list__full .menu_box__title{
  line-height: 1.4;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.menu_list__full .menu_box__title span{
  display: block;
  font-size: 70%;
  margin-bottom: 1rem;
}
.menu_box_banner {
  display: block;
}
@media (hover: hover){
  .menu_box_banner:hover {
    opacity: .7;
    transition: .3s;
  }
}

.menu_box_banner_image img {
  width: 100%;
}

.menu_list__banner {
  margin-top: 10px;
}
.menu_list__banner_image img {
  width: 100%;
  height: auto;
}
@media (hover: hover){
  .menu_list__banner_link:hover {
    opacity: .7;
    transition: .3s;
  }
}
/*
#front_flyer__wrap{
  width: 100%;
}*/
#front_flyer{
  margin-bottom: 2rem;
}
.front_flyer__inner{
  padding: 3rem 5%;
  background: #fcee64;
}
#front_flyer h2{
  text-align: center;
  color: #1177cc;
  font-size: 2rem;
  font-weight: bold;
}
#front_flyer h2 span{
  font-size: 60%;
  display: block;
}
#front_flyer__inner{
  padding: 2rem 5%;
  background: #fff;
}
.flyer_list{
  max-height: 300px;
  overflow: auto;
  padding: 0 1rem;
}
.flyer_list::-webkit-scrollbar{
   width: 1rem;
}
.flyer_list::-webkit-scrollbar-track{
   background-color: #eee;
   border-radius: 10px;
}
.flyer_list::-webkit-scrollbar-thumb{
   background-color: #666;
   border-radius: 10px;
}
.flyer_list li{
  margin-bottom: 2rem;
}
.flyer_box__img{
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-top: 65%;
  background: #eee;
}
.flyer_box__img img{
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  transition: 1s;
}
.flyer_box:hover .flyer_box__img img{
  transform: scale(1.1);
}
.flyer_box__img::after{
  content: '';
  width: 4rem;
  height: 4rem;
  background: url('images/common/icon_zoom.svg') no-repeat center center / contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.flyer_box p{
  color: #999;
  font-size: 1rem;
  margin: 0;
}
.flyer_box  h3{
  font-size: 1.6rem;
  color: #1177cc;
  margin: 0;
  font-weight: bold;
}
#inquiry_data{
  margin-bottom: 2rem;
}
#inquiry_data p{
  margin-bottom: 1rem;
}
#inquiry_data__inner dl{
  position: relative;
  border-bottom: #000 dashed 1px;
  padding: 1rem 0;
}
#inquiry_data__inner dl:last-child{
  border: 0;
}
#inquiry_data__inner dt{
  font-weight: bold;
}
#inquiry_data__inner dd{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0090db;
  font-weight: bold;
}
#inquiry_data__inner dd span{
  font-size: 200%;
}
#front_mov h2{
  line-height: 1.5;
}
#about_reform{
  margin-bottom: 5rem;
}
#about_reform01__txt h4{
  font-size: 1.8rem;
  margin: 1rem 0;
}
#about_reform02 li{
  margin: 3rem 0;
  position: relative;
}
.about_reform02__txt h4{
  position: relative;
  margin-left: 45px;
  font-size: 1.2rem;
  border-top: #000 dotted 2px;
  border-bottom: #000 dotted 2px;
  line-height: 1.5;
  padding: 1rem 0;
}
.about_reform02__txt h4 span{
  font-size: 150%;
  display: block;
}
.about_reform02__txt h4 img{
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.about_reform02__txt p{
  padding-right: 35%;
  font-size: 1rem;
  margin: 0;
}
.about_reform02__photo{
  width: 30%;
  position: absolute;
  bottom:  0;
  right: 0;
}
#about_reform03{
  text-align: center;
  margin-bottom: 3rem;
}
#flow_reform p{
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
}
#front_access{
  padding-top: 8rem;
}
#front_access__inner{
  width: 100%;
}
.front_access__box h3{
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
  padding-left: 2rem;
  border-left: #0090db solid 4px;
}
.g_map iframe{
  width: 100%;
  height: 250px;
}
.front_access__table{
  padding: 0 5%;
  margin: 1.5rem 0 3rem;
}
.front_access__table p{
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.front_access__table table{
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.front_access__table tr{
  border-bottom: #ccc dotted 1px;
}
.front_access__table tr:last-child{
  border: 0;
}
.front_access__table th{
  width: 20%;
  padding: .5rem 0;
  vertical-align: middle;
}
.front_access__table td{
  padding: .5rem 0;
}
.front_access__links{
  display: flex;
  justify-content: space-between;
}
.front_access__links li{
  width: 49%;
}
.front_access__links li .btn_link{
  padding: 1rem;
}
#front_voice h3{
  font-size: 2rem;
}
#front_voice__wrap{
  position: relative;
  margin-top: 2rem;
}
#front_voice__wrap::before{
  content: '';
  width: 10px;
  height: 10px;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}
#front_voice__wrap::after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%) rotate(-135deg);
  z-index: 10;
}
.front_voice__list{
  margin: 2rem 0 3rem;
}
.front_voice__list li{
  margin-bottom: 3rem;
  padding: 0 5px;
  width: 50%;
  flex: 0 0 50%;
}
.front_voice__inner{
  position: relative;
  background: #fff;
  padding: 1rem;
  height: 100%;
}
.front_voice__inner::after{
  content: '';
  border-top: 15px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.front_voice__list li h3{
  font-size: 1.4rem;
  color: #0090db;
  margin: 0;
  font-weight: bold;
}
.front_voice__list li p{
  margin: 0;
  font-size: 1.2rem;
}
.front_voice__list li .voice_name{
  color: #0090db;
  font-weight: bold;
}
.front_voice__list li:nth-child(2n) h3{
  color: #ed7faf;
}
.front_voice__list li:nth-child(2n) .voice_name{
  color: #ed7faf;
}
#front_mov video{
  width: 100%;
}

#front_message__inner{
  width: 80%;
  max-width: 700px;
}
#front_message__photo{
  margin: 0 auto 2rem;
  width: 70%;
  max-width: 300px;
}
#front_message__txt h2{
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 5px;
}
#front_message__txt h3{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1rem;
}
#front_message__txt .btn_link{
  width: 80%;
}






/* =company
-------------------------------------------------------------- */

#message{
  position: relative;
  overflow: hidden;
}
#message_photo{
  width: 55%;
}
#message h2{
  font-size: 2.6rem;
  margin: 0;
  position: absolute;
  left: 45%;
  top: 8rem;
  z-index: 5;
  font-weight: bold;
}
#message h2::after{
  content: '';
  background: url('images/company/img01.svg') no-repeat center center;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -2rem;
  right: -3rem;
}
#message h3{
  text-align: center;
  margin: 3rem 0 2rem;
  font-size: 2rem;
  position: relative;
}
#message h3::after{
  content: '';
  width: 100px;
  height: 2px;
  background: linear-gradient(to right,#00beff, #0032c8);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#message_name{
  font-size: 2rem;
  margin: 2rem 0 3rem;
  text-align: center;
}
#message_name span{
  font-size: 50%;
  margin-right: 1rem;
}
#message h4{
  font-size: 1.6rem;
}
#profile{
  padding-bottom: 8rem;
}
.company_table{
  border-top: #ccc solid 1px;
  font-size: 1.2rem;
}
.company_table tr{
  border-bottom: #ccc solid 1px;
}
.company_table th{
  font-weight: bold;
}
.company_table td{
  word-break: break-all;
}
.company_table td .link{
  background: #fff;
  padding: 1px 1rem;
  margin-left: 1rem;
}



/* =information
-------------------------------------------------------------- */

.main_container,
.side_container{
  margin-bottom: 5rem;
}
#info_header{
  border-bottom: #000 solid 2px;
  position: relative;
  margin-bottom: 2rem;
}
#info_header h1{
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.entry_content{
  padding-bottom: 5rem;
}
.entry_content p{
  word-break: break-all;
}
.entry_content a{
  text-decoration: underline;
  color: #00beff;
}
.entry_content a:hover{
  text-decoration: none;
}
.entry_content img{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.nav_single{
  clear: both;
  display: flex;
  justify-content: space-around;
}
.nav_single li{
  width: 33.33%;
}
.nav_archive{
  text-align: center;
}
.nav_next{
  text-align: right;
}
.title__b_border{
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 1rem;
}
.title__b_border::after{
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,#00beff, #0032c8);
  position: absolute;
  bottom: 0;
  left: 0;
}
#side_category li{
  margin-bottom: 5px;
}
#side_category li::before{
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #000;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.wp-pagenavi{
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi a, 
.wp-pagenavi span{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border: #000 solid 1px;
  margin: 0 2px;
  border-radius: 50%;
  color: #000;
}
.wp-pagenavi span.extend{
  background: none;
  color: #000;
  border: 0;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover{
  background: linear-gradient(30deg,#00beff, #00b900);
  color: #fff;
  border: transparent solid 1px;
}
.wp-pagenavi a.previouspostslink{
  margin-right: 10px;
}
.wp-pagenavi a.nextpostslink{
  margin-left: 10px;
}




/* =voice
-------------------------------------------------------------- */

.voice_box{
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.voice_box:nth-child(2n){
  flex-direction: row-reverse;
}
.voice_photo{
  width: 25%;
}
.voice_photo__clip{
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.voice_photo__clip::before{
  content: '';
  padding-top: 100%;
  background: #ccc;
  display: block;
}
.voice_photo__clip img{
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  max-width: none;
}
.voice_txt{
  width: 75%;
  padding: 0 0 0 20px;
}
.voice_box:nth-child(2n) .voice_txt{
  padding: 0 20px 0 0;
}
.voice_txt__inner{
  border: #0090db solid 1px;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}
.voice_txt__inner::before,
.voice_txt__inner::after{
  content: '';
  position: absolute;
  top: 2rem;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.voice_txt__inner::after{
  z-index: 5;
}
.voice_box:nth-child(2n+1) .voice_txt__inner::before{
  border-right: 15px solid #0090db;
  left: -15px;
}
.voice_box:nth-child(2n+1) .voice_txt__inner::after{
  border-right: 14px solid #fff;
  left: -13px;
}
.voice_box:nth-child(2n) .voice_txt__inner{
  border: #ed7faf solid 1px;
}
.voice_box:nth-child(2n) .voice_txt__inner::before{
  border-left: 15px solid #ed7faf;
  right: -15px;
}
.voice_box:nth-child(2n) .voice_txt__inner::after{
  border-left: 14px solid #fff;
  right: -13px;
}
.voice_txt__inner h3{
  color: #0090db;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.voice_box:nth-child(2n) .voice_txt__inner h3{
  color: #ed7faf;
}
.voice_txt__inner h3 span{
  color: #fff;
  background: #0090db;
  display: inline-block;
  padding: 1px 10px;
  font-size: 1rem;
}
.voice_box:nth-child(2n) .voice_txt__inner h3 span{
  background: #ed7faf;
}
.voice_txt__inner p{
  margin: 0;
  font-size: 1.2rem;
}
.voice_txt__inner p.voice_name{
  margin: 5px 0;
  color: #0090db;
}
.voice_box:nth-child(2n) .voice_txt__inner p.voice_name{
  color: #ed7faf;
}



/* =Contact
-------------------------------------------------------------- */

.form_header{
  padding: 1rem 0 2rem;
  text-align: center;
  font-weight: bold;
}
.form_header h2{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.form_header p{
  color: #e63c05;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.form_header h3 span{
  color: #e63c05;
  font-size: 1.4rem;
  padding: 0 .5rem;
  border: #e63c05 solid 1px;
  border-radius: .5rem;
  display: inline-block;
}
.required{
  color: #e63c05;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.contact_form tr{
  border-bottom: #ccc solid 1px;
}
.contact_form th{
  display: block;
  width: 100%;
  padding: 1rem 0 0;
}
.contact_form td{
  display: block;
  padding: 1rem 0 2rem;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea{
  width: 100%;
  padding: .5rem 1rem;
  margin-bottom: 3px;
  line-height: 1.7;
  font-size: 1.6rem;
  border: 0;
  background: #eee;
}
.select_wrap{
  position: relative;
  display: inline-block;
}
.select_wrap::before{
  content: '';
  background: #bbb;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
}
.select_wrap::after{
  content: '';
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.contact_form select{
  border: 0;
  background: #eee;
  line-height: 1.7;
  font-size: 1.6rem;
  padding: 5px 30px 5px 5px;
  cursor: pointer;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.contact_form input[type="text"].short_box{
  width: 150px;
}
.contact_form input[type="radio"],
.contact_form input[type="checkbox"]{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.contact_form label{
  cursor: pointer;
}
.contact_form .wpcf7-list-item{
  display: inline-block;
  margin: 0 2rem 1rem 0;
}
div.wpcf7-response-output{
  text-align: center;
}
.form_submit{
  margin-top: 3rem;
}
.contact_form input[type="submit"]{
  transition: .3s;
  border: 0;
}
.wpcf7-submit.disable{
  background: #666 !important;
  border: #666 solid 1px;
  color: #fff !important;
  cursor: not-allowed;
}
.policy_txt{
  font-size: 1.2rem;
  margin-top: 1rem;
}
.policy_txt h3{
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
}
.policy_txt p{
  margin: 0;
}
.contact_form .wpcf7-not-valid-tip{
  font-weight: bold;
}



/* =kodawari
-------------------------------------------------------------- */

#kodawari01 h2{
  text-align: center;
  margin-bottom: 2rem;
}
#kodawari01 h2 img{
  max-width: 250px;
}
#nayami{
  width: 100%;
  text-align: center;
}
#welcome{
  text-align: center;
}
#reason ul{
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#reason ul li{
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#reason ul li p{
  margin: 1rem 0;
  font-size: 1.2rem;
}
#flow ul li{
  margin-bottom: 3rem;
}
#flow ul li h3{
  font-size: 1.6rem;
  margin: 1rem 0;
  font-weight: bold;
}
#flow ul li p{
  font-size: 1.2rem;
  margin: 0;
}





/* =works
-------------------------------------------------------------- */

.works_list{
  display: flex;
  flex-wrap: wrap;
}
.works_list li{
  width: 100%;
  padding: 0 5px;
  margin-bottom: 2rem;
}
.works_box{
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 2px #ccc;
  height: 100%;
}
.works_box .posted_title{
  font-weight: bold;
}
.works_box__inner{
  padding: .5rem 1rem;
  margin-bottom: .5rem;
}
.works_cat{
  display: inline-block;
  background: #ba9f82;
  padding: 1px 1rem;
  margin-right: 5px;
  color: #fff;
  font-size: 1rem;
}
.works_place{
  font-size: 1rem;
  margin: 1rem 0 0;
}
#works_before{
  position: relative;
  background: #fff;
  text-align: center;
}
#works_before span{
  position: absolute;
  top: 0;
  left: 0;
  background: #808080;
  color: #fff;
  z-index: 5;
  padding: 2px 2rem;
  font-weight: bold;
}
/*
#works_detail{
  margin: 2rem auto;
}*/
#works_detail h1{
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 1rem 0 2rem;
}
#works_detail h3{
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.6rem;
}
#works_detail table{
  font-size: 1.2rem;
  border-top: #ccc solid 1px;
}
#works_detail table tr{
  border-bottom: #ccc solid 1px;
}
#works_detail table th{
  padding: .5rem 0;
  font-weight: normal;
  vertical-align: middle;
  background: #ebf5fa;
  position: relative;
  text-align: center;
}
#works_detail table th::before,
#works_detail table th::after{
  content: '';
  background: #fff;
  width: 100%;
  height: .5rem;
  left: 0;
  position: absolute;
}
#works_detail table th::before{
  top: 0;
}
#works_detail table th::after{
  bottom: 0;
}
#works_detail table td{
  vertical-align: middle;
  padding: .5rem 1rem;
}
/*
#after_wrap{
  margin-bottom: 3rem;
}*/
#after_wrap li{
  margin-bottom: 1rem;
  position: relative;
}
.works_after__photo::before{
  content: 'After';
  background: #fcee21;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: 5;
  padding: 2px 2rem;
}
.works_after__photo{
  text-align: center;
  position: relative;
}
#after_wrap .works_after__photo{
  background: #fff;
}
#after_wrap .works_after__photo img,
#works_before img{
  max-height: 300px;
  margin: 0 auto;
}
#after_wrap .slick-slide p{
  line-height: 1.5;
  margin: 1rem 0;
}
.after_wrap__arrow{
  margin: 1rem 0;
  text-align: center;
}
.after_wrap__arrow span{
  border-top: 20px solid #0090db;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  display: inline-block;
}

.exp_list{
  margin-bottom: 3rem;
}
.exp_box__img{
  padding: 5px;
  background: #fff;
  margin: 0;
}
.exp_box__img .post_thumb{
  margin: 0;
}
.exp_box .posted_date{
  margin-top: -2px;
}
.exp_cat{
  background: #fff;
  color: #000;
}
#single_works__list h2{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
#single_works__list h2::after{
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.exp_box__inner .posted_title{
  font-weight: bold;
  color: #0090db;
}



/* =reform
-------------------------------------------------------------- */

.reform_title{
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 1rem 60px 1rem 1rem;
  margin: 3rem 0;
}
.reform_title span{
  position: absolute;
  top: -29px;
  left: 0;
  background: #bee646;
  font-size: 1rem;
  padding: 5px 1rem;
  height: 30px;
  border-top: #000 solid 1px;
}
.reform_title span::before{
  content: '';
  border-top: 30px solid transparent;
  border-left: 30px solid #000;
  position: absolute;
  bottom: 0;
  right: -30px;
}
.reform_title span::after{
  content: '';
  border-top: 30px solid transparent;
  border-left: 30px solid #bee646;
  position: absolute;
  bottom: 0;
  right: -29px;
  z-index: 5;
}
.reform_title__icon{
  position: absolute;
  width: 50px;
  top: -2rem;
  right: 0;
  z-index: 5;
}
#reform_osusume__txt{
  margin-bottom: 2rem;
}
.plan_box{
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: #ccc dashed 1px;
}
.plan_box__img{
  text-align: center;
  margin-bottom: 1rem;
}
.plan_box__img img{
  max-height: 250px;
}
.plan_box h3{
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.plan_box h3 span{
  display: block;
  font-size: 80%;
}
.plan_box__txt p{
  font-size: 1.2rem;
  margin: .5rem 0;
}
.plan_box__txt p.reform_plan__tag{
  background: #ebf5fa;
  display: inline-block;
  padding: 1px 5px;
  font-size: 1.2rem;
}
.plan_price__wrap{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.plan_price__wrap .menu_box__off{
  position: static;
  margin-right: 1rem;
}
.plan_box__txt p.reform_plan__price01 span{
  border: #000 solid 1px;
  padding: 1px 5px;
  font-size: 1.2rem;
}
.reform_plan__price02{
  color: #ed2d2d;
  line-height: 1;
  text-align: right;
  font-weight: bold;
}
.reform_plan__price02 .large{
  font-size: 250%;
  font-style: italic;
  margin-right: 5px;
}
.reform_plan__price02 .small{
  color: #000;
  font-size: 1rem;
}
#plan_recommend{
  border: #000 solid 1px;
  padding: 1rem;
  margin: 0;
}
#reform_nayami{
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
}
#reform_feature{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
#reform_feature li{
  width: 50%;
  padding: 0 5px;
  margin-bottom: 2rem;
}
.feature_box__txt{
  padding: 1rem;
  position: relative;
  background: #fff;
}
.feature_box__txt h3{
  margin-top: -2rem;
  background: #bee646;
  border-radius: 50px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.feature_box__txt p{
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
}
#reform_plan__wrap .reform_plan__tag{
  background: #fff;
}
#reform_showroom h2{
  font-size: 1.8rem;
}
#reform_showroom ul li{
  text-align: center;
  margin-bottom: 1rem;
}
#reform_showroom p{
  margin: 2rem 0;
  font-weight: bold;
}
#reform_contact .wrapper{
  width: 100%;
}
#reform_contact .contact_form{
  padding: 0 5%;
}




/* =LINE
-------------------------------------------------------------- */

#line_header{
  padding: 1rem 5% 0;
  background: #00b900;
  text-align: center;
}
#line_intro h1{
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
#line_intro{
  margin-bottom: 5rem;
}
#line_intro h1 span{
  color: #00b2db;
}
#line_intro__img{
  text-align: center;
}
#line_intro__img img{
  width: 150px;
}
#line_flow li{
  margin-bottom: 2rem;
  text-align: center;
}
#line_tel{
  text-align: center;
}
#line_tel h2{
  font-size: 1.6rem;
  font-weight: bold;
}
#line_tel a{
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}



/* =renovation
-------------------------------------------------------------- */

#renovation01{
  margin-bottom: 5rem;
}
#renovation01 h2{
  text-align: center;
  margin: 0 auto 2rem;
  width: 80%;
  max-width: 300px;
}
#renovation01 h3{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.img_center{
  text-align: center;
}
#renovation01_img img{
  max-width: 400px;
  width: 100%;
}
#renovation01_photo{
  margin: 2rem 0;
}
#renovation_works__after{
  width: 70%;
  max-width: 600px;
  margin: 0 auto 2rem;
  text-align: center;
}
.renov_work__inner{
  padding: 0 3rem;
}
#renov_work__box{
  border-bottom: #ccc solid 1px;
  margin-bottom: 3rem;
}
.renov_work__inner li{
  margin-bottom: 2rem;
}
.renov_work__txt{
  margin-top: 1rem;
}
.renov_work__inner p{
  margin: 0;
  font-size: 1.2rem;
}
.renov_work__photo{
  text-align: center;
}
.renov_merit__list{
  margin-top: 1rem;
}
.renov_merit__list h3{
  margin-bottom: 1rem;
}
.renov_merit__list h3 img{
  height: 20px;
  width: auto;
}
#renov_demerit{
  margin-bottom: 3rem;
}
#renovation_plan h2 span::before{
  content: none;
}
#renovation_plan h2 span{
  color: #00b2db;
  padding: 0;
  margin: 0;
}
#renovation_plan li{
  margin-bottom: 1rem;
  text-align: center;
}





/* =yumehouse
-------------------------------------------------------------- */

#page_yumehouse .section_title span::before{
  background: linear-gradient(to right,#ff9300, #d11d00);
}
.yumehouse_section{
  margin-bottom: 5rem;
}
#about_yumehouse__txt h2,
#yumehouse_works h2{
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #d11d00;
  font-weight: bold;
}
#yumehouse_works h2 span{
  font-size: 60%;
  display: block;
}
#slick-main{
  margin-bottom: .5rem;
}
.post_slides__cap{
  border: #ccc solid 1px;
  padding: 1rem;
  margin-top: -1px;
}
#slick-thumb{
  padding: 0 30px;
}
#slick-thumb .slick-slide{
  padding: 0 2px;
}
#slick-thumb p{
  display: none;
}
#slick-thumb .slick-prev,
#slick-thumb .slick-next{
  background: #ffbbbb;
}
#slick-thumb .slick-prev{
  left: 0;
}
#slick-thumb .slick-next{
  right: 0;
}
#yumehouse_works__txt{
  margin-top: 2rem;
}
#yumehouse_works__txt .btn_link{
  background: #fff;
  border: #d11d00 solid 1px;
  color: #d11d00;
  border-radius: 50px;
  padding: 1rem;
}
#yumehouse_works__txt .btn_link:hover{
  background: #d11d00;
  color: #fff;
}
#yumehouse_points h2{
  background: #d11d00;
  padding: .5rem 1rem;
  color: #fff;
  font-size: 1.6rem;
}
#yumehouse_points h2 img{
  width: 25px;
  margin-right: 1rem;
  vertical-align: middle;
}
#yumehouse_points ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
#yumehouse_points ul li{
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
#yumehouse_points ul li h3{
  font-size: 2.2rem;
  margin: 1rem 0 .5rem;
  font-weight: bold;
}
#yumehouse_points ul li p{
  margin: 0;
  font-size: 1.1rem;
}
#yumehouse_points ul li p span{
  color: #d11d00;
}

.yhworks_header{
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: #ccc solid 1px;
}
.yhworks_header::after{
  content: '';
  background: #d11d00;
  width: 15%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
}
.yhworks_header h1{
  margin: 0;
  font-size: 2rem;
  color: #d11d00;
  line-height: 1.5;
}
.yhworks_header h1 span{
  display: block;
  font-size: 50%;
}
#archive_yhworks h1{
  text-align: center;
  margin-bottom: 1rem;
  font-size: 3rem;
}
.yhworks_box{
  display: flex;
  align-items: center;
  border-bottom: #ccc solid 1px;
  padding: 1rem 0;
}
.yhworks_box .post_thumb{
  width: 50%;
}
.yhworks_box .posted_title{
  color: #d11d00;
  font-size: 1.4rem;
  width: 50%;
  padding-left: 2rem;
  margin: 0;
}
#single_yhworks .yhworks_header{
  margin-top: 2rem;
}
#single_yhworks #slick-main{
  margin-top: 4rem;
}
#single_yhworks .nav_single{
  margin-top: 5rem;
  display: flex;
}
#single_yhworks .nav_single li{
  width: 50%;
}
#single_yhworks .nav_single a{
  width: 80px;
  text-align: center;
  display: block;
  background: #e9e5de;
  border-radius: 50px;
}
#single_yhworks .nav_single li.nav_next a{
  margin: 0 0 0 auto;
}

#archive_yhworks .wp-pagenavi a,
#archive_yhworks .wp-pagenavi span{
  background: #e9e5de;
}
#archive_yhworks .wp-pagenavi span.current, 
#archive_yhworks .wp-pagenavi a:hover,
#single_yhworks .nav_single a:hover{
  background: #444;
  color: #fff;
}
#yhworks_main{
  text-align: center;
}
#slick-main .slick-slide img{
  margin: 0 auto;
  max-height: 220px;
}
#slick-thumb .slick-slide img{
  margin: 0 auto;
  max-height: 60px;
}

/* =exterior
-------------------------------------------------------------- */

#exterior_main{
  position: relative;
}
#exterior_main img{
  width: 100%;
}
#exterior_main img#exterior_main__campain{
  position: absolute;
  bottom: -4rem;
  right: 5%;
  width: 70px;
  z-index: 5;
}
#exterior_intro{
  margin-bottom: 5rem;
}
#exterior_intro h2{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
#exterior_intro h2 span{
  color: #00a2e2;
}
.exterior_estimate{
  background: #d0eee6;
}
.exterior_estimate__flow{
  text-align: center;
}
.exterior_estimate__flow img{
  margin-top: -6rem;
}
.exterior_estimate__form{
  background: #fff;
  border: #f583ae solid 2px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
.estimate_header{
  background: #f583ae;
  padding: .5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.estimate_header p{
  color: #fff;
  margin-bottom: 0;
}
.estimate_header h2{
  color: #fcee21;
  font-size: 2rem;
  margin: 0;
}
.exterior_estimate__innner{
  padding: 1rem;
}
.exterior_estimate__innner p{
  text-align: center;
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
}
.exterior_estimate .contact_form{
  margin: 1rem 0;
}
.exterior_estimate .form_submit{
  margin-top: 1rem;
  position: relative;
}
.exterior_estimate .contact_form input[type="submit"]{
  background: #f583ae;
  border-radius: 50px;
  padding: 1rem;
  width: 80%;
  font-size: 1.4rem;
}
.exterior_estimate .form_submit .ajax-loader{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.exterior_estimate .required{
  font-size: 1rem;
  background: #f01400;
  color: #fff;
  float: right;
  margin: 0;
  padding: 1px 5px;
}
.exterior_tel{
  text-align: center;
}
.exterior_tel h2{
  font-size: 2rem;
  font-weight: bold;
}
.exterior_tel a img{
  max-width: 500px;
}
.exterior_title{
  margin: 3rem 0;
  text-align: center;
}
#exterior_check__list{
  margin-bottom: 2rem;
}
#exterior_check__list li{
  position: relative;
  padding: .5rem 0 .5rem 2rem;
  border-bottom: #ccc dashed 1px;
}
#exterior_check__list li::before{
  content: '';
  background: url('images/exterior/icon_check.svg') no-repeat center center / contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: 0;
}
#exterior_check__list li:last-child{
  border: 0;
}
.staff_img img{
  width: 100px;
}
.exterior_caution{
  background: #ffe600;
  padding: 1rem;
  margin: 2rem 0;
  display: flex;
  align-items: center;
}
.exterior_caution img{
  width: 20%;
}
.exterior_caution .caution_txt{
  width: 80%;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.exterior_caution .caution_txt span{
  color: #c1272d;
  font-size: 150%;
  display: block;
}
#exterior_message h2{
  font-size: 2rem;
  line-height: 1.5;
  margin: 3rem 0;
}
.exterior_message__inner{
  position: relative;
}
.exterior_message__txt p{
  font-size: 1.2rem;
}
.exterior_reason__box{
  margin-bottom: 3rem;
}
.exterior_reason__title{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.exterior_reason__title img{
  width: 50px;
}
.exterior_reason__title h3{
  font-size: 1.4rem;
  line-height: 1.5;
  width: calc(100% - 50px);
  padding-left: 1rem;
  font-weight: bold;
  margin: 0;
}
.exterior_reason__box .img_center{
  margin: 2rem 0;
}
.exterior_reason__img{
  background: #fff;
  padding: 2rem;
}
#exterior_campain{
  text-align: center;
  background: #f583ae;
  padding: 2rem 0;
  margin: 3rem 0;
}
#exterior_campain h3{
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  color: #fff;
  line-height: 1.4;
}
#exterior_campain h3 span{
  color: #ffe600;
}
#exterior_campain h3 span b{
  font-size: 150%;
}
.txt_red{
  color: #c1272d;
}
#exterior_reason03 p span{
  font-weight: bold;
}
#exterior_reason03 .img_center{
  display: flex;
  align-items: center;
}
#exterior_reason03 .img_center img{
  width: 35%;
}
#exterior_reason03 .img_center p{
  font-size: 1rem;
  width: 65%;
  padding-left: 1rem;
  margin: 0;
  text-align: left;
  letter-spacing: 0;
}
.exterior_point__box{
  margin-bottom: 2rem;
}
.exterior_point__box h3{
  border-top: #f583ae dotted 2px;
  border-bottom: #f583ae dotted 2px;
  padding: .5rem 0 .5rem 3.5rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.exterior_point__box h3 span{
  font-size: 2rem;
  color: #f583ae;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
}
.exterior_message__txt .bg_white{
  background: #fff;
  padding: 1rem;
  display: inline-block;
}
.exterior_message__txt h3{
  color: #00b2db;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 2rem 0;
  text-align: center;
}
#exterior_message02__caution{
  background: #fff;
  padding: 1rem;
}
#exterior_message02__caution p{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#exterior_idea{
  margin-bottom: 5rem;
}
#exterior_message04{
  border: #000 solid 1px;
  padding: 2rem 2rem 1rem;
  margin: 2rem 0;
}
#exterior_works ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5rem;
}
#exterior_works ul li{
  width: 50%;
  padding: 0 .5rem;
  margin-bottom: 1rem;
}







/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .pc_none{
    display: none;
  }
  .sp_none{
    display: block;
  }
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  table th{
    padding: 1.5rem;
  }
  table td{
    padding: 1.5rem 2rem;
  }
  .slick-prev{
    width: 40px;
    height: 40px;
  }
  .slick-next{
    width: 40px;
    height: 40px;
  }
  .slick-prev:before, 
  .slick-next:before{
    width: 15px;
    height: 15px;
  }
  /*
  #heaeder_right__top ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #heaeder_right__top ul li{
    margin-right: 1rem;
  }
  #heaeder_right__top ul li img{
    width: 20px;
    vertical-align: middle;
    box-shadow: none;
  }*/
  #header_tel span{
    font-size: 60%;
    display: block;
  }
  #main_slide .pc_none{
    display: none;
  }
  #main_slide .sp_none{
    display: block;
  }
  #main_slide{
    padding-left: 10%;
  }
  #main_slide .slick-dots{
    display: block !important;
    bottom: 50%;
    transform: translateY(50%);
    left: 5%;
    z-index: 99;
    width: 20px;
  }
  #main_slide .slick-dots li{
    display: block;
    margin: 8px 0;
  }
  #main_slide .slick-dots li button{
    padding: 0;
  }
  #main_slide .slick-dots li button:before{
    background: #000;
    border-radius: 50%;
  }
  #bnr_line img.sp_none{
    display: inline;
  }
  #main_slide .slick-dots li.slick-active button:before{
    background: #141464;
    opacity: 1;
  }
  #google_review{
    padding: 10px 0;
  }
  #google_review dt{
    width: 30%;
    border-bottom: 0;
    border-right: #141464 solid 1px;
    padding: 5px 0;
  }
  #google_review dt img{
    margin: 0 auto;
    width: 150px;
  }
  #google_review dd{
    width: 35%;
    padding: 5px;
  }
  #google_review dd .sp_none{
    display: none;
  }
  .section_title{
    font-size: 3rem;
  }
  .section_title.section_title--no-subtitle {
    font-size: 2.2rem;
  }
  .info_box{
    display: table;
    width: 100%;
  }
  .info_box .posted_date{
    display: table-cell;
    width: 200px;
  }
  .info_box .posted_title{
    display: table-cell;
  }
  #front_covid h2{
    font-size: 2.4rem;
  }
  #front_covid__inner{
    display: flex;
  }
  #front_covid__txt{
    width: 70%;
    padding-right: 2rem;
  }
  #front_covid__img{
    width: 30%;
  }
  .menu_nav li{
    width: 33.33%;
  }
  .tri_blue::before,
  .tri_white::before{
    transform: rotate(-10deg);
    height: 200px;
    top: -200px;
  }
  .tri_blue::after,
  .tri_white::after{
    transform: rotate(10deg);
    height: 200px;
    top: -200px;
  }
  #menu_list{
    margin: 0 -10px;
  }
  #menu_list li{
    width: 33.33%;
    padding: 10px;
  }
  .menu_box__title{
    font-size: 1.6rem;
  }
  .menu_list__bottom_heading {
    margin-top: 50px;
  }
  .menu_list__bottom li.menu_renovation_banner {
    width: 50%;
  }
  .menu_list__bottom li .post_thumb{
    height: 200px;
  }
  #front_flyer__wrap{
    display: flex;
    justify-content: space-between;
  }
  .front_flyer__inner{
    width: 48%;
    padding: 2rem;
  }
  #front_flyer{
    margin-bottom: 5rem;
  }
  #front_flyer h2{
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  #front_flyer__inner{
    padding: 3rem;
  }
  .flyer_list{
    display: flex;
    flex-wrap: wrap;
    max-height: 350px;
  }
  .flyer_list li{
    width: 33.33%;
    padding: 0 1rem;
  }
  #inquiry_data{
    margin: 0;
  }
  #inquiry_data__inner dl{
    padding: 1.8rem 0;
  }
  /*
  #front_flyer{
    padding: 2rem 5rem;
    border: #000 solid 2px;
    width: 49%;
  }
  #front_flyer__right{
    width: 49%;
  }*/
  #front_mov h2{
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  /*
  #front__recruit_bnr{
    padding-top: 0;
    margin-top: -3rem;
  }*/
  #about_reform01{
    display: flex;
  }
  #about_reform01__photo{
    width: 50%;
  }
  #about_reform01__txt{
    width: 50%;
    padding-left: 3rem;
  }
  #about_reform02 li{
    display: flex;
  }
  .about_reform02__txt{
    width: 70%;
    padding-right: 2rem;
  }
  .about_reform02__txt p{
    padding: 0 0 0 40px;
  }
  .about_reform02__txt h4 span{
    display: inline;
    margin-right: 1rem;
  }
  .about_reform02__photo{
    position: static;
  }
  #front_access__inner{
    width: 90%;
  }
  .front_access__box{
    display: flex;
    margin-bottom: 3rem;
  }
  .front_access__box:last-child{
    margin: 0;
  }
  .front_access__box .g_map{
    width: 50%;
  }
  .front_access__table{
    width: 50%;
    padding: 0 0 0 3rem;
    margin: 0;
  }
  .front_access__table h3{
    text-align: left;
  }
  .page_title{
    padding: 1rem 3rem;
  }
  #message h2{
    position: static;
  }
  #message{
    display: flex;
    justify-content: space-between;
  }
  #message_photo{
    width: 43%;
    padding-top: 10rem;
  }
  #message_txt{
    width: 50%;
    position: relative;
  }
  #message h2{
    font-size: 3rem;
  }
  #message h2::after{
    bottom: auto;
    top: -10px;
    right: auto;
    left: 30%;
    width: 200px;
    height: 200px;
  }
  #message h3{
    text-align: left;
  }
  #message h3::after{
    left: 0;
    transform: none;
  }
  #message_name{
    text-align: right;
  }
  .company_table th{
    width: 20%;
  }
  .container_wrap{
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
  }
  .main_container{
    width: 70%;
  }
  .side_container{
    width: 25%;
  }
  .voice_box{
    align-items: center;
  }
  .voice_txt__inner::before,
  .voice_txt__inner::after{
    top: 50%;
    margin-top: -10px;
  }
  .voice_txt__inner h3 span{
    margin-right: 1rem;
    vertical-align: middle;
  }
  .page_container{
    padding-bottom: 8rem;
  }
  .wp-pagenavi a, 
  .wp-pagenavi span{
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact_form th{
    display: table-cell;
    width: 30%;
    padding: 1.5rem 0;
  }
  .contact_form td{
    padding: 1rem;
    display: table-cell;
  }
  .contact_form .wpcf7-list-item{
    display: block;
  }
  .form_header h2{
    font-size: 2rem;
  }
  .form_header p{
    font-size: 1.4rem;
  }
  #kodawari01 h2 img{
    max-width: 400px;
  }
  #reason ul li{
    width: 20%;
  }
  #flow ul li{
    display: flex;
    align-items: center;
  }
  #flow ul li img{
    width: 30%;
  }
  .flow_txt{
    width: 70%;
    padding-left: 3rem;
  }
  #flow ul li h3{
    font-size: 2rem;
  }
  #flow ul li p{
    font-size: 1.4rem;
  }
  .works_list{
    margin: 0 -1rem;
  }
  .works_list li{
    width: 33.33%;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
  #works_before span,
  #after_wrap li:first-child::before{
    font-size: 1.4rem;
    padding: 5px 2rem;
  }
  /*
  #after_wrap li:first-child::before{
    left: 1rem;
  }
  #before_wrap{
    display: flex;
  }*/
  /*
  #works_before{
    width: 55%;
  }
  
  #works_detail{
    width: 45%;
    padding-left: 2rem;
  }*/
  .after_wrap__arrow{
    margin: 2rem 0;
  }
  /*
  #after_wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem 3rem;
  }
  #after_wrap li{
    width: 50%;
    padding:  0 1rem;
    margin-bottom: 3rem;
  }
  #after_wrap li:first-child{
    width: 100%;
  }*/
  /*
  #after_wrap .works_after__photo img,
  #after_wrap li img{
    max-height: 300px;
  }
  #after_wrap li:first-child img{
    max-height: 400px;
  }
  #after_wrap li p{
    font-size: 1.4rem;
  }*/
  #after_wrap{
    margin: 0;
  }
  #after_wrap .works_after__photo img,
  #works_before img{
    max-height: 400px;
  }
  /*
  .exp_list .slick-slide{
    padding: 0 5px;
  }*/
  .exp_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .exp_box__wrap{
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 3rem;
  }
  .exp_box__wrap li{
    height: 100%;
  }
  .plan_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .plan_box:nth-child(2n){
    flex-direction: row-reverse;
  }
  .plan_box__img{
    width: 48%;
  }
  .plan_box__txt{
    width: 48%;
  }
  #reform_feature li{
    width: 33.33%;
  }
  #reform_showroom ul{
    display: flex;
    justify-content: center;
  }
  #reform_showroom ul li{
    padding: 0 1rem;
  }
  #reform_showroom p{
    text-align: center;
  }
  #reform_contact .contact_form{
    background: #fff;
    padding: 2rem 5%;
  }
  .front_voice__list{
    margin: 2rem -1rem 3rem;
  }
  .front_voice__list li{
    width: 33.33%;
    padding: 0 1rem;
  }
  #front_voice__wrap::before,
  #front_voice__wrap::after{
    content: none;
  }
  #renovation01_txt{
    text-align: center;
  }
  .renov_work__inner{
    padding: 0;
  }
  #renov_work__box li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #renov_work__box li:nth-child(2n){
    flex-direction: row-reverse;
  }
  .renov_work__photo{
    width: 55%;
  }
  .renov_work__txt{
    width: 40%;
  }
  .renov_merit__wrap{
    display: flex;
  }
  .renov_work__photo{
    width: 60%;
  }
  .renov_merit__list{
    width: 40%;
    padding-left: 3rem;
  }
  #about_yumehouse{
    display: flex;
  }
  #about_yumehouse__txt{
    width: 60%;
    padding-right: 2rem;
  }
  #about_yumehouse__photo{
    width: 40%;
  }
  #yumehouse_points ul li{
    width: 25%;
  }
  #slick-thumb{
    padding: 0 60px;
  }
  #yumehouse_works{
    margin-bottom: 8rem;
  }
  #yumehouse_points h2{
    padding: 1rem 2rem;
    font-size: 2rem;
  }
  #yumehouse_points ul li p{
    font-size: 1.4rem;
  }
  .yhworks_list{
    display: flex;
    flex-wrap: wrap;
  }
  .yhworks_list li{
    width: 50%;
    padding: 0 1rem;
  }
  #single_yhworks .nav_single{
    margin-top: 8rem;
  }
  #slick-main .slick-slide img{
    max-height: 450px;
  }
  #slick-thumb .slick-slide img{
    max-height: 80px;
  }
  #exterior_main img#exterior_main__campain{
    bottom: 2rem;
    width: 100px;
  }
  .exterior_estimate .wrapper{
    max-width: 600px;
  }
  .exterior_tel h2{
    font-size: 2.6rem;
  }
  #exterior_check__flex{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 5rem;
  }
  #exterior_check__flex .img_center{
    width: 20%;
  }
  #exterior_check__list{
    width: 80%;
    padding-left: 3rem;
    margin: 0;
  }
  .exterior_caution{
    padding: 2rem;
  }
  .exterior_caution img{
    width: 10%;
  }
  .exterior_caution .caution_txt{
    width: 90%;
    padding-left: 3rem;
    font-size: 2.2rem;
  }
  .exterior_message__inner .staff_img{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #exterior_reason01 .txt_center{
    text-align: center;
  }
  #exterior_campain h3{
    font-size: 2.8rem;
  }
  #exterior_reason03 .img_center p{
    font-size: 1.2rem;
    padding-left: 2rem;
  }
  .exterior_point__inner{
    display: flex;
  }
  .exterior_point__inner p{
    width: 60%;
    padding-right: 3rem;
  }
  .exterior_point__img{
    width: 40%;
  }
  #exterior_message02 .staff_img{
    bottom: 15rem;
  }
  .exterior_message__txt h3{
    font-size: 2.6rem;
  }
  #exterior_message02__caution{
    padding: 5rem 5rem 2rem;
  }
  #exterior_message02__caution .exterior_caution{
    width: 80%;
    margin: 0 auto 3rem;
  }
  #exterior_message02__caution p{
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  #exterior_works ul li{
    width: 33.33%;
  }
  #exterior_message03 .exterior_message__txt{
    padding-right: 100px;
  }
  #exterior_message03 .exterior_message__txt p{
    font-size: 1.4rem;
  }
  #front_message{
    padding: 8rem 0;
  }
  #front_message__inner{
    display: flex;
    align-items: center;
  }
  #front_message__photo{
    flex: 0 0 300px;
    margin: 0 5rem 0 0;
  }
  #front_message__txt .btn_link{
    width: 100%;
  }
  #front_message__txt p{
    font-size: 14px;
    letter-spacing: 0;
  }
  #front_message__txt h2{
    margin-bottom: 2rem;
  }
  #front_message__txt h3{
    font-size: 19px;
  }
  #main_slide__wrap{
    min-height: 250px;
  }
  #site_footer__inner .wrapper{
    display: flex;
    align-items: flex-end;
  }
  #footer_logo__wrap{
    margin: 0 auto 0 0;
    text-align: center;
    font-size: 1.1rem;
  }
  #footer_logo{
    margin-bottom: 2rem;
  }
  #footer_logo img{
    width: 250px;
    margin: 0;
  }
  #footer_logo__wrap p#footer_logo__txt{
    color: #00B0D9;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  #footer_logo__wrap p{
    margin-bottom: 0;
  }
  #footer_copy{
    margin: 0;
  }
}








@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
  }
  #page{
    padding-top: 123px;
  }
  #site_header{
    position: fixed;
    height: auto;
    border: 0;
    padding: 1rem 1rem 0;
  }
  #header_nav__btn{
    display: none;
  }
  #site_description{
    display: block;
    font-size: .9rem;
    margin: 0;
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  #header_logo{
    width: 200px;
    margin-top: 1rem;
  }
  /*
  #header_contact{
    height: 100%;
    width: 130px;
    right: 0;
    font-size: 1.4rem;
  }
  #header_contact:hover{
    background: #0090db;
  }
  #header_contact img{
    width: 40px;
  }*/
  #header_contact{
    display: none;
  }
  #header_banners{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 5px;
  }
  #header_banners li{
		height: 53px;
    margin-left: 1rem;
  }
		
		#header_banners li img {
    width: auto;
				height:100%;
  }
  #heaeder_right{
    flex: 1;
  }
  #heaeder_right__top{
    margin-left: 0;
    padding: 0;
  }
  #heaeder_right__top ul{
    display: flex;
  }
  #heaeder_right__top #sp_reservation{
    display: none;
  }
  #header_tel span{
    display: inline-block;
    margin-left: 1rem;
  }
  #header_nav__wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #heaeder_right__top ul li img{
    width: 30px;
  }
  #header_nav__inner{
    position: static;
    width: auto;
    max-width: 100%;
    background: none;
    overflow: visible;
    opacity: 1;
    visibility: visible;
  }
  .main_navigation{
    display: flex;
    padding: 0;
  }
  .main_navigation li{
    border: 0;
    margin-right: 1.5rem;
    position: relative;
  }
  .main_navigation li:last-child{
    margin-right: .5rem;
  }
  .main_navigation li a{
    color: #000;
    font-size: 1.2rem;
    padding: 1rem 0;
    font-weight: bold;
  }
  .main_navigation li a:hover,
  .main_navigation li.current a{
    color: #0090db;
  }
  .main_navigation li a .nav_en{
    display: none;
  }
  .sub_nav__wrap dt{
    pointer-events: none;
  }
  .sub_nav__wrap dt a{
    pointer-events: inherit;
  }
  .sub_nav__wrap dt a::after{
    content: none;
  }
  .sub_nav{
    position: absolute;
    display: flex !important;
    align-items: center;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 999;
    background: #00b2db;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2rem 3rem;
  }
  .sub_nav__wrap:hover .sub_nav{
    opacity: 1;
    visibility: visible;
  }
  /*
  .sub_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  
  .sub_nav ul::before{
    content: '';
    border-right: 8px solid transparent;
    border-bottom: 10px solid #00b2db;
    border-left: 8px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }*/
  .sub_nav li{
    margin: 0 !important;
    white-space: nowrap;
  }
  .sub_nav li a{
    color: #fff !important;
    display: block;
    padding: 5px;
    min-width: 190px;
  }
  .sub_nav li a::after{
    content: '';
    position: absolute;
    background: url('images/nav/arrow_sub.svg') no-repeat center center / contain;
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sub_nav li a span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
  }
  .sub_nav li a:hover{
    text-decoration: underline;
  }
  /*
  .sub_nav li a:hover,
  .sub_nav li.current a{
    background: #59c5e4;
  }*/
  .sub_nav li a::before{
    content: none;
  }
  .sub_nav__icon{
    display: block;
    width: 50px;
    margin: 0 auto;
  }
  .hover_up:hover img{
    transform: translateY(-5px);
    box-shadow: 0 12px 10px -6px rgba(0, 0, 0, .3);
  }
  #sub_nav01{
    transform: none;
    margin-left: -300px;
  }
  #sub_nav01 .sub_nav__inner{
    display: flex;
  }
  #sub_nav01 .sub_nav__inner ul:not(:last-child){
    padding-right: 3rem;
    border-right: #ACDFF0 solid 1px;
    margin-right: 3rem;
  }
  #sub_nav04{
    left: auto;
    right: -5rem;
    transform: none;
  }
  /*
  #page{
    padding-top: 130px;
  }
  .scroll #site_description{
    display: none;
  }
  #site_header{
    height: 130px;
    padding: 1rem 3rem;
    border: 0;
    transition: .3s;
  }
  .scroll #site_header{
    height: 100px;
    padding: .5rem 3rem;
  }
  .scroll #header_logo{
    margin-top: 0;
  }
  .scroll #heaeder_right{
    margin: 0;
  }
  .scroll .main_navigation li a{
    padding: 5px 0;
  }*/
  #footer_sticky{
    display: none;
  }
  /*
  #footer_sticky ul{
    border-left: #fff solid 1px;
    border-right: #fff solid 1px;
  }
  #footer_sticky ul li a{
    font-size: 1.2rem;
    padding: 1rem;
  }*/
  #btn_top{
    width: 80px;
    right: 5%;
    bottom: 3rem;
  }
  #btn_top:hover{
    transform: translateY(-5px);
  }
  #footer_links{
    display: flex;
    align-items: center;
  }
  #footer_links ul{
    margin-left: 3rem;
  }
  #footer_links__line{
    padding-left: 3rem;
    border-left: #fff dotted 2px;
  }
  #footer_links li{
    margin: 5px 0;
  }
  #footer_links li a::before{
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #8ccdef;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  #footer_links li a{
    color: #fff;
    font-size: 1.2rem;
  }
  #footer_links li a:hover{
    text-decoration: underline;
  }
  .section{
    padding: 5rem 0;
  }
  .section_title{
    font-size: 3.4rem;
    min-width: 300px;
  }
  .section_title.section_title--no-subtitle {
    font-size: 2.4rem;
  }
  .section_title span{
    font-size: 50%;
    margin: 0;
  }
  .section_title span::before{
    width: 200px;
  }
  #front_covid{
    margin-top: 5rem;
  }
  #front_covid h2{
    font-size: 3rem;
  }
  #front_covid__intro{
    font-size: 1.6rem;
    text-align: center;
  }
  #front_covid__txt h3{
    font-size: 1.8rem;
  }
  #front_covid .accordion dd{
    padding: 2rem;
  }
  .front_access__table th{
    width: 25%;
  }
  .menu_nav{
    max-width: 750px;
    margin: 0 auto 3rem;
  }
  .menu_nav li a{
    padding: 1rem;
    font-size: 17px;
  }
  .menu_nav li a .link_arrow{
    width: 20px;
  }
  /*
  .menu_nav li a img{
    width: 110px;
  }
  .menu_nav li a span{
    font-size: 1.6rem;
  }*/
  a:hover .post_thumb img{
    transform: scale(1.1);
  }
  .menu_box:hover{
    border: #000 solid 2px;
  }
  .menu_box__off{
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
  }
  .menu_box:hover .post_thumb img{
    transform: none;
  }
  .menu_box__price{
    font-size: 1.4rem;
  }
  .menu_box__price span{
    font-size: 250%;
  }
  .menu_box__off span.large{
    font-size: 200%;
  }
  .menu_box__inner{
    padding: 1rem 0;
  }
  .menu_box__title span{
    font-size: 2rem;
  }
  .menu_list__bottom li .post_thumb{
    min-height: 300px;
  }
  .menu_list__full .menu_box__inner{
    padding: 3rem 0;
  }
  .menu_list__full .menu_box__title{
    font-size: 2.4rem;
  }
  .border_side span::before{
    width: 20px;
    height: 30px;
    left: -3rem;
  }
  .border_side span::after{
    width: 20px;
    height: 30px;
    right: -3rem;
  }
  #inquiry_data__inner dl{
    font-size: 1.6rem;
  }
  .front_flyer__inner{
    width: 48%;
  }
  #about_reform01{
    align-items: center;
    margin-bottom: 5rem;
  }
  #about_reform01__txt h4{
    font-size: 2.4rem;
  }
  #about_reform01__txt p{
    font-size: 1.6rem;
  }
  .about_reform02__txt h4{
    margin-left: 130px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .about_reform02__txt h4 img{
    width: 100px;
    left: -120px;
    margin-top: -10px;
  }
  .about_reform02__txt p{
    padding-left: 130px;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  #flow_reform p{
    font-size: 2rem;
  }
  .page_header{
    padding: 10rem 0;
  }
  #breadcrumbs{
    font-size: 1.2rem;
    padding: 1rem 0 3rem;
  }
  #message h2{
    font-size: 4rem;
    line-height: 1.4;
  }
  #message h2::after{
    width: 250px;
    height: 250px;
  }
  #message h3{
    margin:  5rem 0 3rem;
  }
  .company_table table{
    font-size: 1.4rem;
  }
  .company_section .wrapper{
    max-width: 900px;
  }
  .voice_txt{
    padding: 0 0 0 30px;
  }
  .voice_box:nth-child(2n) .voice_txt{
    padding:  0 30px 0 0;
  }
  .voice_txt__inner{
    padding: 30px;
  }
  .voice_txt__inner h3{
    font-size: 2rem;
  }
  .voice_txt__inner h3 span{
    font-size: 1.4rem;
  }
  .voice_txt__inner p{
    font-size: 1.4rem;
  }
  .voice_txt__inner p.voice_name{
    margin: 1rem 0;
  }
  /*
  #page_voice h2{
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }*/
  #kodawari01 h2{
    margin: 2rem auto 3rem;
  }
  #kodawari01 h2 img{
    max-width: 500px;
  }
  #works_ba .after_wrap__arrow span{
    border-top: 40px solid #0090db;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    display: inline-block;
  }
  #works_detail p,
  #works_detail .works_cat{
    font-size: 1.4rem;
  }
  #works_detail h1{
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  #after_wrap li img{
    max-height: 350px;
  }
  #after_wrap li:first-child img{
    max-height: 700px;
  }
  #after_wrap .works_after__photo img,
  #works_before img{
    max-height: 600px;
  }
  #works_detail h3{
    font-size: 1.4rem;
  }
  .exp_box .works_cat{
    font-size: 1.4rem;
    padding: 5px 2rem;
  }
  /*
  .exp_box__img{
    transition: .3s;
  }
  .exp_box:hover .exp_box__img{
    transform: translateY(-5px);
  }*/
  .exp_box__inner .posted_title{
    font-size: 1.6rem;
  }
  .exp_box:hover .posted_title{
    text-decoration: underline;
  }
  #single_works__list h2{
    font-size: 2.4rem;
  }
  .reform_title{
    margin: 5rem 0 3rem;
    font-size: 2.4rem;
  }
  .reform_title span{
    font-size: 2rem;
    height: 50px;
    padding: 5px 2rem;
    top: -50px;
  }
  .reform_title span::before{
    border-top: 50px solid transparent;
    border-left: 50px solid #000;
    right: -50px;
  }
  .reform_title span::after{
    border-top: 50px solid transparent;
    border-left: 50px solid #bee646;
    right: -49px;
  }
  .reform_title__icon{
    width: 80px;
    top: -5rem;
  }
  #reform_osusume__txt{
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  #plan_recommend{
    padding: 3rem;
  }
  .plan_box{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .plan_box__img img{
    max-height: 400px;
  }
  .plan_box h3{
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .plan_box__txt p{
    font-size: 1.4rem;
  }
  .plan_box__txt p.reform_plan__price02{
    font-size: 1.8rem;
  }
  #reform_showroom h2{
    font-size: 2.4rem;
  }
  #reform_feature{
    margin: 0 -1rem;
  }
  #reform_feature li{
    padding: 0 1rem;
  }
  .feature_box__txt h3{
    font-size: 1.8rem;
    padding: .5rem;
    margin-top: -3rem;
  }
  .feature_box__txt{
    padding: 1rem 2rem 2rem;
  }
  .feature_box__txt p{
    font-size: 1.4rem;
  }
  #reform_showroom p{
    font-size: 1.6rem;
  }
  .front_voice__inner{
    padding: 2rem;
  }
  .front_voice__list li p{
    font-size: 1.4rem;
  }
  .front_voice__list li h3{
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
  #google_review dt{
    padding: 10px 10px 3px 20px;
  }
  #google_review dt img{
    width: 290px;
  }
  #google_review dd{
    font-size: 1.6rem;
    padding: 5px 0;
  }
  #google_review .stars{
    margin: 0 10px 3px;
    align-items: center;
  }
  #google_review dd .sp_none{
    display: inline;
  }
  .stars li{
    margin: 0 1px;
  }
  .stars img{
    width: 22px;
  }
  #line_intro{
    padding-right: 250px;
    position: relative;
  }
  #line_intro h1{
    font-size: 2.2rem;
  }
  #line_intro__img{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #line_intro__img img{
    width: 180px;
  }
  #line_tel h2{
    font-size: 3rem;
  }
  #line_tel a{
    max-width: 500px;
  }
  #renovation01 h2{
    max-width: 450px;
  }
  #renovation01 h3{
    font-size: 2.6rem;
    margin: 5rem 0 3rem;
  }
  #renovation01_img img{
    max-width: 760px;
  }
  #renovation01_photo{
    margin: 3rem 0;
  }
  #about_yumehouse__txt h2, 
  #yumehouse_works h2{
    font-size: 3rem;
  }
  #about_yumehouse__txt p{
    font-size: 1.6rem;
  }
  #yumehouse_works__txt p{
    font-size: 1.6rem;
  }
  #exterior_main img#exterior_main__campain{
    bottom: 2rem;
    width: 150px;
  }
  #exterior_intro h2{
    font-size: 3rem;
  }
  .exterior_estimate{
    padding: 3rem 0;
  }
  .exterior_estimate .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 980px;
  }
  .exterior_estimate__flow{
    width: 56%;
  }
  .exterior_estimate__flow img{
    margin-top: -8rem;
  }
  .exterior_estimate__form{
    width: 40%;
    margin: 0;
  }
  .exterior_estimate .contact_form th{
    font-size: 1.2rem;
    letter-spacing: 0;
    width: 40%;
    padding: .5rem;
    vertical-align: middle;
  }
  .exterior_estimate .contact_form td{
    font-size: 1.2rem;
    padding: .5rem;
  }
  .exterior_estimate .contact_form input[type="text"], 
  .exterior_estimate .contact_form input[type="email"], 
  .exterior_estimate .contact_form input[type="tel"]{
    font-size: 1.2rem;
    background: #eee;
  }
  #slick-main .slick-slide img{
    max-height: 650px;
  }
  #slick-thumb .slick-slide img{
    max-height: 110px;
  }
  .exterior_title{
    margin-bottom: 5rem;
  }
  .exterior_title .sp_none{
    display: inline;
  }
  .staff_img img{
    width: auto;
  }
  #exterior_intro{
    margin-bottom: 8rem;
  }
  #exterior_check__list li{
    font-size: 1.6rem;
    padding-left: 3rem;
  }
  #exterior_check__list li::before{
    width: 25px;
    height: 25px;
  }
  #exterior_message h2{
    margin-bottom: 5rem;
  }
  .exterior_message__txt p{
    font-size: 14px;
    letter-spacing: 0;
  }
  .exterior_reason__title img{
    width: 85px;
  }
  .exterior_reason__title h3{
    font-size: 1.6rem;
    width: calc(100% - 85px);
    padding-left: 2rem;
  }
  .exterior_point__box h3{
    font-size: 1.8rem;
    padding: .5rem 0 .5rem 5rem;
  }
  .exterior_point__box h3 span{
    top: 8px;
    left: 1rem;
    font-size: 2.2rem;
  }
  .exterior_message__txt h3{
    margin: 5rem 0;
  }
  #exterior_message03 .exterior_message__txt{
    padding-right: 300px;
    padding-top: 3rem;
  }
  #exterior_message04{
    padding: 5rem 5rem 3rem;
  }
  #main_slide__wrap{
    min-height: 500px;
  }
}
@media screen and (min-width: 1400px){
  .main_navigation li{
    margin-right: 2rem;
  }
  
  #site_header{
    padding: 1rem 2rem 0;
  }
  #heaeder_right__top{
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1600px){
  .main_navigation li a{
    font-size: 1.4rem;
  }
}






.footer_service{
  background: #19a2e6;
}
.footer_service h2{
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #fff;
}
.footer_service h2 span{
  display: block;
  font-size: 60%;
}
.footer_service .intro_txt{
  color: #fff;
}
.footer_service__grid{
  display: flex;
  flex-wrap: wrap;
}
.footer_service__50{
  width: 50%;
  padding: .2rem;
}
.footer_service__box{
  width: 33.33%;
  padding: .2rem;
}
.footer_service__full{
  width: 100%;
  padding: .2rem;
  position: relative;
}
.footer_service__btn{
  width: 50%;
  display: flex;
  position: absolute;
  bottom: 2rem;
  right: 0;
  padding: 0 1rem;
  justify-content: space-between;
}
.footer_service__btn li{
  width: 49%;
}
.footer_service__btn li .btn_link{
  background: #19a2e6;
  color: #fff;
  font-size: .7rem;
  padding: .5rem;
  display: block;
  border-radius: 50px;
  letter-spacing: 0;
  text-align: left;
}
.footer_service__btn li .btn_link .arrow{
  width: 1.5rem;
  right: .5rem;
}
.cta{
  background: #1177cc;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.cta h2{
  max-width: 460px;
  margin: 0 auto 2rem;
}
.cta p{
  margin: 1rem 0;
  line-height: 1.5;
  letter-spacing: 0;
}
.fukidashi span{
  position: relative;
  display: inline-block;
  padding: 0 1rem;
}
.fukidashi span::before,
.fukidashi span::after{
  content: '';
  background: #fff;
  height: 100%;
  width: 1px;
  position: absolute;
  bottom: 0;
}
.fukidashi span::before{
  left: 0;
  transform: rotate(-20deg);
}
.fukidashi span::after{
  right: 0;
  transform: rotate(20deg);
}
.cta_tel{
  width: 90%;
  max-width: 400px;
  margin: 0 auto 2rem;
  display: block;
}
.cta_links ul{
  width: 70%;
  margin: 0 auto;
}
.cta_links li{
  margin-bottom: 1rem;
}
.cta_links li h3{
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.cta_links li a{
  background: #f6a42d;
  display: block;
  padding: .5rem;
  color: #fff;
  font-size: 1.8rem;
  border-radius: .5rem;
  font-weight: bold;
}
.cta_links p{
  font-size: 1rem;
}
.cta_staff{
  position: absolute;
  bottom: 0;
  width: 130px;
}
.cta_staff01{
  left: -35px;
}
.cta_staff02{
  right: -35px;
}

.works_search{
  width: 90%;
  max-width: 600px;
  margin: 3rem auto;
  border: #00b2db solid 1px;
  padding: 1rem;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  border-radius: 5px;
}
.works_search dt{
  font-size: 1.6rem;
  font-weight: bold;
  /*flex: 0 0 40%;*/
  margin-bottom: 1rem;
}
.icon_search{
  width: 20px;
  vertical-align: middle;
  margin-right: .5rem;
}
.works_search dd{
  flex: 1;
}
.works_search .select_wrap{
  display: block;
}
.works_search .select_wrap::before{
  background: #00b2db;
}
.works_area__search{
  border: #00b2db solid 1px;
  padding: .5rem;
  font-size: 1.4rem;
  display: block;
  width: 100%;
}

.contact_tel{
  background: #f3f3f0;
  padding: 2rem 5%;
  margin: 0 -6% 3rem;
}
.contact_tel ul li{
  background: #fff;
  padding: 2rem 0;
  margin: .5rem auto;
  width: 80%;
}
.tel_box{
  text-align: center;
}
.tel_box h2{
  font-size: 1.5rem;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  position: relative;
  font-weight: bold;
}
.tel_box h2::after{
  content: '';
  width: 80px;
  height: 2px;
  background: #00b2db;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tel_box p{
  font-size: 1.1rem;
  margin: 0;
}
.tel_box p.tel_txt{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .5rem;
}
.for_reservation{
  text-align: center;
  margin-top: 1rem;
}
.for_reservation h3{
  font-size: 1.6rem;
  margin-bottom: .5rem;
  font-weight: bold;
}
.for_reservation p{
  font-size: 1.2rem;
  letter-spacing: 0;
  margin: 0;
}
.for_reservation p a{
  color: #00b2db;
  text-decoration: underline;
}
.for_reservation p a:hover{
  text-decoration: none;
}

.form_title{
  background: #00b2db;
  font-size: 1.7rem;
  padding: 1rem;
  border-radius: .5rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
}

#reservation_intro figure{
  text-align: center;
}
#reservation_tel{
  margin: 0 -6% 2rem;
}
#reservation_tel ul li{
  background: none;
}
#resv_caution{
  border: #00b2db solid 1px;
  padding: 1rem;
  margin: 1rem 0 3rem;
}
#resv_caution h3{
  text-align: center;
  position: relative;
  font-size: 1.1rem;
  padding-bottom: 1rem;
  margin: 1rem 0;
  font-weight: bold;
  color: #00b2db;
}
#resv_caution h3 span{
  font-size: 200%;
  display: block;
  line-height: 1.2;
}
#resv_caution h3::after{
  content: '';
  width: 50px;
  height: 2px;
  background: #00b2db;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#resv_caution p{
  margin: 0;
  font-size: 1.1rem;
}

.ui-datepicker table{
  table-layout: fixed;
}
#ui-datepicker-div{
  z-index: 99 !important;
  font-size: 1.2rem;
}
.date_select{
  margin-bottom: .5rem;
}
.date_select h4{
  margin-bottom: 0;
  white-space: nowrap;
}
.date_select ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}
.date_select ul li{
  width: 25%;
  padding-right: .5rem;
}
.date_select ul li.date_box{
  width: 50%;
}
.date_select ul li .select_wrap{
  margin-right: .5rem;
  width: calc(100% - 2rem);
}
.date_select ul li .select_wrap select{
  width: 100%;
}

.showroom_header{
  text-align: center;
}
.showroom_header h1{
  color: #00b2db;
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.showroom_header p{
  font-size: 1.6rem;
}
#showroom_intro__slide #slick-thumb{
  padding: 0;
  margin-top: .5rem;
}
#showroom_info{
  margin-top: 2rem;
}
#showroom_info table{
  margin-bottom: 2rem;
}
#showroom_info table tr{
  border-bottom: #ccc dotted 1px;
}
#showroom_info table th,
#showroom_info table td{
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}
#showroom_info table th{
  padding: .5rem 0 0;
}
#showroom_info table td{
  padding: 0 0 .5rem;
}
#showroom_info table td a{
  text-decoration: underline;
}
#showroom_info .btn_link{
  width: 80%;
  background-image: linear-gradient(30deg,#ff5522 0%, #ffad22 51% ,#ff5522 100%);
}
#showroom_review,
#showroom_works{
  padding-top: 8rem;
}
#showroom_works__tab{
  display: flex;
  border-radius: .5rem;
  overflow: hidden;
  background: #f3f3f0;
  margin-bottom: 2rem;
}
#showroom_works__tab li{
  width: 50%;
}
#showroom_works__tab li span{
  padding: 1rem;
  text-align: center;
  display: block;
  color: #00b2db;
  font-size: 1.6rem;
  font-weight: bold;
}
#showroom_works__tab li.current span{
  background: #00b2db;
  color: #fff;
}

.staff_box{
  background: #ebf5fa;
  padding: 1.5rem 5%;
  margin-bottom: 1rem;
}
.staff_box__photo{
  width: 100px;
  margin: 0 auto 1rem;
}
.staff_box__txt h3{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.staff_box__txt h3 span{
  font-size: 50%;
  display: block;
}
.staff_box__txt p{
  margin: 0;
  line-height: 1.5;
  font-size: 1.2rem;
}

#showroom_review h2{
  color: #00b2db;
}
#showroom_review__inner{
  padding: 3rem 5%;
  background: #fff;
}
#showroom_review__header h3{
  width: 80%;
  max-width: 300px;
  margin: 0 auto 1rem;
}
#showroom_review__stars{
  background: #00b2db;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 auto 2rem;
  width: 80%;
  max-width: 320px;
  padding: .5rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
}
#showroom_review__stars .large{
  font-size: 120%;
  font-weight: bold;
}
#showroom_review__stars .stars{
  margin: 0 .5rem;
}
#showroom_review__stars .stars img{
  width: 1.5rem;
}
#showroom_review__count{
  background: #fff;
  color: #000;
  padding: .2rem .5rem;
  border-radius: 50px;
}
.review_box__head{
  display: flex;
  margin-bottom: .5rem;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}
.review_box__head .stars{
  margin-right: 1rem;
}
.review_box__head .stars img{
  width: 2rem;
}
.review_box{
  border-top: #ccc solid 1px;
  padding: 1rem 0;
}
.review_box p{
  margin: 0;
  font-size: 1.2rem;
}
.review_box:last-child{
  border-bottom: #ccc solid 1px;
}
#showroom_review .btn_link{
  background: #fff;
  border: #000 solid 1px;
  color: #000;
  width: 80%;
  margin-top: 2rem;
  padding: 1rem;
  font-size: 1.4rem;
  max-width: 250px;
}
#showroom_review .btn_link .arrow,
#showroom_review .btn_link .arrow::after{
  background: #000;
}
.area_introduce__box{
  padding: 2rem 5%;
  background: #fff;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.area_introduce__box h2{
  color: #00b2db;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.area_introduce__box h2 img{
  width: 2rem;
  margin-right: .5rem;
}
.area_introduce__box p{
  margin: 0;
}
#showroom_message__txt h2 span{
  color: #000;
  font-size: 60%;
  display: block;
}
#showroom_message__txt h3{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1rem 0;
}
#showroom_message__photo{
  width: 80%;
  margin: 2rem auto 0;
}
#showroom_message__photo span{
  display: block;
  font-size: 1.1rem;
  margin: .5rem 0 0;
}

#works_header{
  border-bottom: #00b2db solid 2px;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
#works_header .posted_date{
  font-size: 1.3rem;
}
#works_header .works_cat{
  font-size: 1.3rem;
}
#works_header .works_place{
  font-size: 1.3rem;
}
#works_header h1{
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.works_price{
  margin: 0;
  line-height: 1;
}
.works_price span{
  color: #00b2db;
  font-size: 120%;
}
.works_price span.large{
  font-size: 200%;
  font-weight: bold;
  margin: 0 .5rem;
}
.works_price span.small{
  font-size: 70%;
}

#works_slide #post_slides{
  padding: 0 3.5rem;
  margin-bottom: .5rem;
}
#works_slide .photo_inner{
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
#works_slide .photo_inner img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#works_slide #slick-thumb{
  padding: 0;
}
#works_slide #post_slides .slick-slide img{
  margin: 0 auto;
  height: 100%;
  width: auto;
}
#works_slide #post_slides .photo_inner{
  border: #ccc solid 1px;
}
#works_slide #slick-thumb .photo_inner{
  padding-top: 70%;
}
#works_slide #slick-thumb .photo_inner img{
  width: fit-content;
  max-height: none;
}
#slick-thumb .slick-slide:first-child:last-child {
   display: none;
}
#works_slide .slick-prev{
  border-radius:100px 0 0 100px;
  width: 30px;
  height: 60px;
  background: #ddd;
  left: 0;
}
#works_slide .slick-next{
  border-radius:0 100px 100px 0;
  width: 30px;
  height: 60px;
  background: #ddd;
  right: 0;
}
#works_slide .slick-prev:hover,
#works_slide .slick-next:hover{
  background: #00b2db;
}

.short_wrap{
  max-width: 800px;
}
#n__works_desc{
  margin-bottom: 3rem;
}
.n__works_box{
  padding: 3rem 0 0;
}
.n__works_box h3{
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}
.n__works_box p{
  margin: 0;
}
#n__works_teian{
  background: #ebf5fa;
  padding: 2rem 5%;
}
#n__works_teian h3{
  color: #00b2db;
}

#works_ba{
  padding-top: 5rem;
}
.works_ba__wrap{
  margin-bottom: 3rem;
}
.n__works_ba__title{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
#works_content{
  padding-top: 1rem;
}
.entry_content h2{
  font-size: 2rem;
  color: #00b2db;
  font-weight: bold;
  background: #fff;
  padding: .5rem 1rem .5rem 2rem;
  border-left: #00b2db solid .3rem;
  margin: 3rem 0 2rem;
  line-height: 1.5;
}
.entry_content h3{
  font-weight: bold;
  border-bottom: #ccc solid 2px;
  font-size: 1.8rem;
  margin: 2rem 0;
  position: relative;
  padding-bottom: .5rem;
}
.entry_content h3::after{
  content: '';
  background: #00b2db;
  width: 15%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 5;
}
.entry_content h4{
  font-weight: bold;
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
  padding-left: 2.5rem;
  position: relative;
}
.entry_content h4::before{
  content: '';
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #00b2db;
}
.entry_content h4::after{
  content: '';
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  width: .8rem;
  height: .8rem;
  left: .5rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
  position: absolute;
}
.entry_content blockquote{
  margin: 2rem auto;
  padding: 2rem 5%;
  background: #fff;
  border: #00b2db solid 2px;
  border-radius: 1rem;
  max-width: 800px;
}
.entry_content blockquote p{
  margin: .5rem 0;
}
.entry_content ul,
.entry_content ol{
  padding: 1rem 5%;
  background: #fff;
  border: #00b2db solid 1px;
  margin: 2rem auto;
  max-width: 800px;
}
.entry_content li{
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin: .5rem 0;
}
.entry_content ul li::before{
  content: '●';
  color: #00b2db;
  margin-right: .5rem;
}
.entry_content ol{
  counter-reset: item;
}
.entry_content ol li::before{
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #00b2db;
}

.works_box .n__works_desc{
  font-size: 1.2rem;
  margin: .5rem 0 0;
  line-height: 1.5;
}
.works_box .works_price{
  margin: auto 1rem 0;
  padding: .5rem 0 1rem;
  text-align: right;
  border-top: #ccc solid 1px;
  font-size: 1.2rem;
}
.works_box .works_price span.large{
  font-size: 150%;
}

#works__single_nav{
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  padding-top: 2rem;
  border-top: #ccc solid 1px;
}
#works__single_nav .nav_archive img{
  width: 20px;
  display: block;
  margin: 0 auto 1rem;
}
#works__single_nav a p{
  color: #00b2db;
  margin-bottom: 1rem;
}
#works__single_nav a h4{
  margin: .5rem 0 0;
}

.fukidashi_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto;
  max-width: 800px;
}
.fukidashi_img{
  flex: 0 0 100px;
  margin-right: 2rem;
}
.fukidashi_txt{
  flex: 1;
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
}
.fukidashi_txt::before{
  content: '';
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 50%,100% 0,100% 100%);
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
}
.fukidashi_txt p{
  margin: 1rem 0;
}

.list_wrap{
  background: #fff;
  padding: 1rem;
  border-top: #00b2db solid 2px;
  margin: 2rem auto;
  max-width: 800px;
}
.list_wrap h3{
  margin: 0 0 .5rem;
}
.list_wrap h3 img{
  width: 20px;
  margin-right: .5rem;
}
.list_wrap ol{
  border: 0;
  padding: 0;
  background: none;
}
.wp-gr .grw-slider .grw-slider-header-inner{
  margin: 0 !important;
  padding: 0 !important;
}


.btn_line{
  margin: 2rem auto 3rem;
  width: 90%;
  display: block;
  max-width: 400px;
}
#line_flow li{
  border: #00b2db solid 1px;
}
#line_flow li .btn_line{
  margin: 0 auto;
  padding: 3rem 5%;
  width: 100%;
}
.front__sns_inner{
  padding: 2rem 0;
}
#front_fb iframe{
  width: 100% !important;
  height: 100%;
}

#works_intro {
  padding-bottom: 3rem;
  margin: 5rem 0;
  border-bottom: #00b2db solid 2px;
}
#works_intro h1{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  border-left: #00b2db solid .5rem;
  line-height: 1.5;
}
#works_intro p{
  margin: 0;
}



#footer_nav{
  display: none;
}

#header_nav__cta{
  margin: 4rem auto 2rem;
  background: #1177CC;
  padding: 2rem;
  position: relative;
  width: 90%;
  max-width: 500px;
}
#header_nav__cta::before{
  content: '';
  background: #1177CC;
  top: -3.9rem;
  left: 0;
  width: 100%;
  height: 4rem;
  clip-path: polygon(0 100%,50% 0,100% 100%);
  position: absolute;
}
#header_nav__cta h2{
  text-align: center;
}
#header_nav__tel{
  display: block;
  text-align: center;
  margin: 1rem 0 2rem;
}
#header_nav__cta ul li{
  margin-bottom: 1rem;
}
#header_nav__cta ul li a{
  background: #F6A42D;
  display: block;
  padding: 1.5rem 2rem;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  border-radius: 1rem;
  line-height: 1.5;
}
#header_nav__cta ul li a span{
  display: block;
  font-size: 150%;
  font-weight: bold;
}
#header_nav__cta ul li a::after{
  content: '';
  background: url('images/nav/arrow.svg') no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 3rem;
  height: 1rem;
}

.nav_title h2{
  display: none;
}
.main_navigation li .nav_title a{
  display: block;
  background: #141464;
  color: #fff;
  padding: .5rem;
  width: 80px;
  border-radius: 50px;
  font-size: 1.1rem;
  margin: 0 0 1rem;
  line-height: 1;
  text-align: center;
}
.main_navigation li .nav_title a:hover{
  background: #fff;
  color: #141464;
}
.sub_nav__works01 dt{
  color: #00B0D9;
  font-weight: bold;
  margin-bottom: .5rem;
}
.sub_nav__works01 dt .arrow_down{
  display: inline-block;
  background: #00B0D9;
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0,100% 0,50% 100%);
  margin-left: 1.5rem;
}
.sub_nav__works01 ul ul{
  padding-left: 2rem;
}
.sub_nav__works01 ul ul li a{
  font-size: 1.2rem;
  padding: 0;
}
.sub_nav__works02 dt{
  color: #000;
}
.sub_nav__works02{
  border-bottom: #C7C8C8 dashed 1px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.sub_nav__works02 dt .arrow_down{
  background: #000;
}
.sub_nav__works02 dd{
  padding-left: 1rem;
}
.sub_nav__works02 dd a{
  font-weight: normal;
}
#sub_nav__area .sub_nav__works02{
  border: 0;
  padding: 0;
}
#sub_nav__area .sub_nav__works02 ul li a{
  font-weight: normal;
}

.wp-caption{
  max-width: 100%;
}

.sub_nav li a span.sub_nav__sub_letter {
  display: block;
  padding-left: .5em;
  height: auto;
  font-size: 80%;
  letter-spacing: 0;
}
.sub_nav li a .txt_small{
  font-size: 80%;
}

@media screen and (min-width: 768px){
  .cta_links ul{
    display: flex;
    justify-content: space-between;
  }
  .cta_links ul li{
    width: 48%;
  }
  .cta_staff01{
    left: 0;
  }
  .cta_staff02{
    right: 0;
  }
  .footer_service__wrap{
    display: flex;
  }
  .footer_service__grid{
    width: 66%;
  }
  .footer_service__full{
    width: 34%;
  }
  .footer_service__btn{
    width: 100%;
  }
  .footer_service__btn li .btn_link{
    padding: .5rem 1rem;
  }
  .works_search{
    padding: 1.5rem 3rem;
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .works_search dt{
    margin: 0 2rem 0 0;
    flex: 0 0 35%;
  }
  .icon_search{
    width: 2rem;
  }
  .contact_tel{
    margin: 0 0 5rem;
    padding: 3rem 5rem 2rem;
  }
  .contact_tel ul{
    display: flex;
    justify-content: center;
  }
  .contact_tel ul li{
    margin: 0 1rem;
    width: 45%;
  }
  .for_reservation{
    margin-top: 2rem;
  }
  #reservation_intro{
    display: flex;
  }
  #reservation_intro p{
    width: 60%;
  }
  #reservation_intro figure{
    width: 45%;
    padding-left: 3rem;
  }
  #reservation_tel{
    margin: 0 0 5rem;
  }
  #reservation_tel li{
    padding: 2rem 3rem;
    width: 100%;
  }
  #reservation_tel li a{
    display: flex;
    align-items: center;
  }
  #reservation_tel li h2{
    width: 50%;
    text-align: center;
  }
  #reservation_tel li h2::after{
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    width: 2px;
  }
  .tel_box__inner{
    width: 50%;
  }
  #resv_caution{
    display: flex;
    align-items: center;
    padding: 2rem;
    margin: 3rem 0;
  }
  #resv_caution h3{
    width: 25%;
    padding: 0;
    margin: 0;
  }
  #resv_caution h3::after{
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 2px;
  }
  #resv_caution p{
    padding-left: 3rem;
  }
  .date_select{
    display: flex;
    align-items: center;
  }
  .date_select h4{
    margin-right: 1rem;
  }
  #showroom_intro__inner{
    display: flex;
    justify-content: space-between;
  }
  #showroom_intro__slide{
    width: 50%;
  }
  #showroom_info{
    width: 45%;
    margin: 0;
  }
  #showroom_info table th,
  #showroom_info table td{
    display: table-cell;
    vertical-align: middle;
    padding: .5rem 0;
  }
  #showroom_review .btn_link,
  #showroom_info .btn_link{
    padding: 1rem 2rem;
    text-align: left;
  }
  #showroom_access{
    margin-top: 5rem;
  }
  #showroom_access .g_map iframe{
    height: 400px;
  }
  #staff_list{
    display: flex;
    justify-content: center;
    column-gap: 2rem;
    flex-wrap: wrap;
  }
  #staff_list li{
    width: 48%;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    padding: 2rem;
  }
  .staff_box__photo{
    flex: 0 0 100px;
    margin-right: 2rem;
  }
  .staff_box__txt h3{
    text-align: left;
  }
  #showroom_review__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  #showroom_review__header h3{
    width: 35%;
    margin: 0;
  }
  #showroom_review__stars{
    width: 40%;
    margin: 0;
  }
  #showroom_review__comment{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .review_box{
    width: 48%;
    padding: 1.5rem 0 3rem;
  }
  .review_box__head{
    margin-bottom: 1rem;
  }
  #area_introduce .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area_introduce__box{
    width: 48%;
    margin-bottom: 3rem;
    padding: 3rem;
  }
  #showroom_message{
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  #showroom_message__txt{
    width: 55%;
  }
  #showroom_message__photo{
    width: 45%;
    padding-left: 2rem;
  }
  #works_detail table th,
  #works_detail table td{
    padding: 1.5rem;
  }
  .works_ba__wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .works_ba__inner{
    width: 43%;
  }
  #works_ba .after_wrap__arrow{
    transform: rotate(-90deg);
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list_wrap{
    padding: 1rem 3rem;
  }
  #showroom_review .wrapper{
    position: relative;
  }
  #showroom_review h2{
    text-align: left;
  }
  .wp-gr .grw-slider .grw-row{
    display: block !important;
  }
  .wp-gr .grw-row-s .grw-slider-header,
  .wp-gr .grw-row-x .grw-slider-header{
    position: absolute !important;
    right: 0 !important;
    top: 3rem !important;
    width: auto !important;
  }
  .wp-gr .grw-row-s .grw-slider-header,
  .wpac div.wp-google-place,
  .wp-gr .grw-slider .grw-slider-header-inner,
  .wp-gr .wp-google-right{
    width: auto !important;
  }
  .wp-gr .grw-row-s .grw-slider-header+.grw-slider-content .grw-slider-review{
    flex: 0 0 33.33% !important;
  }
  #front__sns_wrap{
    display: flex;
    justify-content: space-between;
  }
  .front__sns_inner{
    padding: 0;
    width: 48%;
  }
  #front_fb{
    padding: 5px;
  }
}

@media screen and (min-width: 1024px){
  .cta{
    padding: 5rem 0;
  }
  .cta_links p br{
    display: none;
  }
  .cta_links ul li a:hover{
    background: #ed8d0f;
  }
  .cta_staff{
    width: 180px;
  }
  .cta_staff01{
    left: 50%;
    margin-left: -550px;
  }
  .cta_staff02{
    right: 50%;
    margin-right: -550px;
  }
  .cta_links li a{
    padding: 1rem;
  }
  .cta_links li h3{
    font-size: 1.4rem;
  }
  .footer_service__50,
  .footer_service__box,
  .footer_service__full{
    padding: .5rem;
  }
  .footer_service__btn{
    padding: 0 2rem;
    bottom: 3rem;
  }
  .footer_service__btn li .btn_link{
    font-size: 13px;
  }
  .footer_service__btn li .btn_link:hover{
    background: #1177cc;
  }
  #reservation_intro p{
    font-size: 1.6rem;
    line-height: 2;
  }
  #resv_caution p{
    font-size: 1.4rem;
  }
  #showroom_intro__inner{
    align-items: center;
  }
  #showroom_review h2{
    line-height: 1.5;
  }
  #showroom_review__header{
    margin: 2rem 0 3rem;
  }
  #showroom_review__stars{
    padding: 1rem;
  }
  .area_introduce__box h2 img{
    width: 2.5rem;
  }
  #showroom_message__photo{
    padding-left: 3rem;
    margin: 0;
  }
  .showroom_header h1{
    font-size: 2.6rem;
  }
  .showroom_header p{
    line-height: 2;
  }
  #works_slide #post_slides{
    margin-bottom: 2rem;
  }
  #works_slide #slick-thumb .slick-slide{
    padding: 0 5px;
  }
  #works_slide .slick-prev,
  #works_slide .slick-next{
    width: 40px;
    height: 80px;
    transition: .3s;
  }
  #after_wrap .slick-prev{
    left: -2rem;
  }
  #after_wrap .slick-next{
    right: -2rem;
  }
  #works__single_nav .nav_archive img{
    width: 40px;
  }
  .fukidashi_img{
    flex: 0 0 150px;
  }
  .fukidashi_txt{
    padding: 2rem;
  }
  .btn_line{
    max-width: 600px;
    margin-bottom: 5rem;
  }
  .btn_line:hover{
    opacity: .8;
  }
  #site_footer{
    padding:  0;
  }
  #site_footer__inner{
    padding: 3rem 0;
    border-top: #5B5B9B solid 1px;
  }
  #footer_nav{
    display: block;
    padding: 5rem 0;
    color: #fff;
    font-size: 1.2rem;
  }
  #footer_nav .wrapper{
    display: flex;
  }
  .footer_nav_h_sp {
    margin-top: 10px;
  }
  #footer_nav06 {
    display: none;
  }
  .footer_nav__inner{
    margin-right: 4rem;
  }
  .footer_nav__inner li{
    margin-bottom: .5rem;
  }
  .footer_nav__inner ul ul{
    font-size: 90%;
    padding-left: 2rem;
  }
  .footer_nav__inner ul ul li{
    margin: 0;
  }
  #footer_nav h2{
    color: #00B0D9;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  #footer_nav h2 a{
    color: #00B0D9;
  }
  #footer_nav h3{
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: .5rem;
  }
  #footer_nav h3 .arrow_down{
    display: inline-block;
    background: #00B0D9;
    width: 1rem;
    height: 1rem;
    clip-path: polygon(0 0,100% 0,50% 100%);
    margin-left: 1.5rem;
  }
  #footer_nav a{
    color: #fff;
  }
  .nav_arrow{
    position: relative;
    padding-left: 1rem;
  }
  .nav_arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: #00B0D9 solid 1px;
    border-right: #00B0D9 solid 1px;
    width: .5rem;
    height: .5rem;
    transform: translateY(-50%) rotate(45deg);
  }
  .nav_arrow.nav_arrow--has-sub::before{
    top: 15%;
    transform: translateY(0) rotate(45deg);
  }
  .nav_arrow__sub_letter {
    display: block;
    margin-top: -.35em;
    font-size: 70%;
    padding-left: 1em;
  }
  #footer_nav a:hover{
    text-decoration: underline;
  }
  .footer_nav__sub{
    font-size: 1rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
  #footer_nav03{
    margin-top: 5rem;
  }
  #footer_nav04{
    margin-top: 2.5rem;
  }
  #footer_nav05 h2{
    margin: 1rem 0 0;
  }
  #footer_nav05 h2:first-child{
    margin: 0;
  }
  #footer_nav05{
    margin: 0;
  }
  #header_nav__cta{
    display: none;
  }
  #nav_home{
    display: none;
  }
  .nav_title{
    display: block;
    color: #fff;
    padding: 0 2rem;
  }
  .nav_title h2{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    padding: 0 3rem 0 0;
    white-space: nowrap;
    display: block;
  }
  .nav_title h2 span{
    color: #141464;
    font-size: 1rem;
    display: block;
  }
  .main_navigation li .nav_title a{
    background: #fff;
    color: #141464;
    margin: 2rem 0 0;
  }
  .main_navigation li .nav_title a:hover{
    background: #141464;
    color: #fff;
  }
  .sub_nav__inner{
    padding-left: 2rem;
    border-left: #ACDFF0 solid 1px;
    flex: 1;
  }
  .sub_nav__works01 dt{
    color: #fff;
    font-size: 1.2rem;
  }
  .sub_nav__works01 dt .arrow_down{
    background: url('images/nav/navi_arrow01.svg') no-repeat center center / contain;
    width: 1rem;
    height: 1rem;
    clip-path: none;
  }
  .sub_nav__works01 dd{
    display: block !important;
  }
  .sub_nav__works02{
    border: 0;
    padding: 0;
  }
  .sub_nav__works02 dt{
    color: #141464;
    margin: 0;
  }
  .sub_nav__works02 dt .arrow_down{
    display: none;
  }
  .sub_nav__works02 dt::before{
    content: url('images/nav/navi_arrow02.svg');
    display: inline-block;
    margin-right: .5rem;
  }
  .sub_nav__works02 ul{
    display: flex !important;
    flex-wrap: wrap;
  }
  .sub_nav__works02 ul li{
    margin-right: 2rem !important;
  }
  .sub_nav__works02 ul li a{
    display: inline-block;
    font-size: 1.2rem;
    min-width: 0;
    padding-left: 1rem;
  }
  .sub_nav__works02 ul li a::after{
    content: none;
  }
  .sub_nav__works02 ul li a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
    width: .5rem;
    height: .5rem;
    transform: translateY(-50%) rotate(45deg);
  }
  #sub_nav02{
    width: 1200px;
    transform: none;
    margin-left: -600px;
    display: block !important;
  }
  #sub_nav02 .nav_title{
    display: flex;
    align-items: center;
    border-bottom: #acdff0 solid 1px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  #sub_nav02 .nav_title h2{
    display: flex;
    align-items: center;
  }
  #sub_nav02 .nav_title h2 span{
    margin: 0 2rem 0 1rem;
  }
  #sub_nav02 .nav_title a{
    margin: 0;
  }
  #sub_nav02 .sub_nav__inner{
    display: flex;
    border: 0;
  }
  #sub_nav__wcat{
    border-right: #ACDFF0 solid 1px;
    padding-right: 3rem;
  }
  #sub_nav__area{
    padding-left: 3rem;
  }
  #sub_nav__area .sub_nav__works02 ul li{
    margin: 0 !important;
  }
  .sub_nav li a span.sub_nav__sub_letter {
    padding-left: 0;
  }
  #sub_nav__wcat dd{
    display: flex !important;
  }
  #sub_nav__wcat dd ul{
    margin-right: 2rem;
  }
  #sub_nav02 .sub_nav__inner li a{
    padding-left: 1.5rem;
  }
  #sub_nav02 .sub_nav__inner li a::after{
    background: url(images/nav_arrow.svg) no-repeat center center / contain;
    right: auto;
    left: 0;
    width: 1rem;
    height: 1rem;
  }
  #sub_nav02 .sub_nav__inner ul ul li a{
    font-size: 1rem;
    padding: .2rem 0;
  }
  #sub_nav02 .sub_nav__inner ul ul li a::before{
    content: '>';
    margin-right: .5rem;
  }
  #sub_nav02 .sub_nav__inner ul ul li a::after{
    content: none;
  }
}



@media screen and (min-width: 1200px) {
  #footer_nav .wrapper{
    max-width: 1200px;
  }

  .footer_nav_h_sp {
    display: none;
  }

  #footer_nav06 {
    display: block;
    margin-right: 60px;
  }
}




/********** 2023.06.06 blog ***********/

#page_blog{
  overflow: hidden;
}
.blog_cat{
  background: #00B2DB;
  color: #fff;
  margin: 0 .5rem 0 0;
  border: 0;
}
.blog_tag{
  border: #999 solid 1px;
  padding: .1rem 1rem;
  border-radius: 50px;
  color: #999;
  margin: 0 .5rem 0 0;
}
.blog_tag img{
  width: 1.2rem;
  vertical-align: middle;
  margin-right: .2rem;
}

#single_blog{
  margin-top: 2rem;
  padding-bottom: 0;
}
#blog_header{
  margin-bottom: 3rem;
}
#blog_header h1{
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0 .5rem;
  line-height: 1.5;
}
#blog_header .posted_date{
  color: #999;
  text-align: right;
}

#toc_container{
  width: 100%;
  border-radius: 1rem;
  padding: 2rem 5%;
}
#toc_container p.toc_title{
  text-align: left;
  font-size: 1.6rem;
}
#toc_container span.toc_toggle{
  font-size: 70%;
  margin-left: 1rem;
}
#toc_container ul{
  border: 0;
}
#toc_container ul ul{
  margin: 0;
}
#toc_container li{
  position: relative;
  padding-left: 1.5rem;
  text-indent: 0;
  margin: .5rem 0;
}
#toc_container li::before{
  content: '';
  position: absolute;
  top: .5rem;
  left: 0;
  border-top: #00B2DB solid 2px;
  border-right: #00B2DB solid 2px;
  width: 1rem;
  height: .5rem;
  transform: rotate(135deg);
}
#toc_container li a{
  color: #000;
  font-size: 1.2rem;
}

#single_blog .entry_content h2{
  border: 0;
  padding: 1rem 2rem;
  background: #F3F3F0;
  color: #000;
}
#single_blog .entry_content h3{
  color: #00B2DB;
}
#single_blog .entry_content ul{
  border-color: #D3D3D0;
}
#single_blog .entry_content b, 
#single_blog .entry_content strong{
  background: #FAE4EC;
}
.entry_content table{
  font-size: 1.2rem;
}
.entry_content h5{
  font-weight: bold;
  border-bottom: #000 solid 1px;
  margin: 3rem 0 1rem;
}
.entry_content table th,
.entry_content table td{
  border: #D3D3D0 solid 1px;
  padding: .5rem;
  vertical-align: middle;
}
.entry_content table thead{
  background: #F3F3F0;
  text-align: center;
}
.entry_content table th{
  background: #F3F3F0;
  font-weight: normal;
  text-align: center;
}
#single_blog .nav_single li a{
  color: #00B2DB;
}
#single_blog .nav_single li.nav_archive a{
  color: #000;
}

.side_box{
  margin-bottom: 5rem;
}
#blog_side{
  margin: 0 -6%;
  padding: 3rem 5%;
}
#single_blog #blog_side{
  background: #EDF5FA;
}
.blog_aside__title{
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.blog_aside__title span{
  display: block;
  font-size: 60%;
}
.blog_aside__title::after{
  content: '';
  background: #E63C05;
  width: 5rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#blog_side .blog_aside__title::after{
  background: #00B2DB;
}
.side_post__list li{
  margin-bottom: 2rem;
}
.side_post__list .post_box{
  display: flex;
  align-items: flex-start;
}
.side_post__list .post_box .post_thumb{
  flex: 0 0 30%;
  margin: 0 1rem 0 0;
}
.side_post__list .post_box__inner span{
  font-size: 1rem;
  display: block;
}
.side_post__list .post_box__inner h3{
  font-size: 1.2rem;
  margin: .5rem 0 0;
  line-height: 1.5;
}
.side_list li a{
  display: block;
  position: relative;
  padding: 1rem;
  border-bottom: #D3D3D0 dotted 1px;
  font-size: 1.2rem;
}
.side_list li a::after{
  content: '';
  border-top: #00B2DB solid 1px;
  border-right: #00B2DB solid 1px;
  width: .8rem;
  height: .8rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.side_list li a:hover{
  color: #00B2DB;
}
#blog_footer{
  background: #F3F3F0;
  padding: 3rem 0;
}
#single_blog__data{
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: #D3D3D0 solid 1px;
}
#single_blog__data ul li{
  margin-bottom: .5rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
#single_blog__data ul li img{
  width: 2rem;
  margin-right: .5rem;
}
#single_blog__data ul li a{
  color: #00B2DB;
}
#single_blog__data ul li .blog_tag img{
  width: 1rem;
}

#single_blog__author{
  background: #fff;
  padding: 3rem 5%;
  border-radius: 1rem;
  margin-top: 3rem;
}
#author_data{
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: #D3D3D0 solid 1px;
  margin-bottom: 2rem;
}
#author_data figure{
  flex: 0 0 25%;
  margin-right: 1rem;
}
#author_data figure img{
  width: 100%;
}
#author_data__name p{
  margin: 0;
  font-size: 1.2rem;
}
#author_data__name h3{
  font-weight: bold;
  margin: 0;
}
#author_massage{
  margin: 0;
}


#blog_header__img{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
#blog_archive__title h1{
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
#blog_archive__title h1 span{
  font-size: 200%;
  display: block;
}
#blog_archive__title p{
  font-size: 1.2rem;
  margin: 0;
}
.blog_list > li{
  margin-bottom: 2rem;
}
.blog_box{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.blog_box .post_thumb{
  width: 35%;
  position: relative;
}
.blog_box .post_thumb::before{
  content: '';
  padding-top: 100%;
  background: #ccc;
  display: block;
}
.blog_box .post_thumb img{
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  object-fit: cover;
}
.blog_box:hover .post_thumb img{
  transform: translate(-50%,-50%) scale(1.1);
}
.blog_box .post_box__inner{
  width: 65%;
  padding-left: 1rem;
}
.blog_box .posted_date{
  margin: .2rem 0;
}
.blog_box .posted_title{
  line-height: 1.5;
}

@media screen and (min-width: 768px){
  .blog_aside__title.pc_left{
    text-align: left;
  }
  .blog_aside__title.pc_left::after{
    left: 0;
    transform: none;
  }
  #blog_side{
    margin: 0 -6% 0 0;
    padding: 3rem 2rem;
    width: 31%;
  }
  #blog_footer__links .side_post__list{
    display: flex;
    margin: 0 -1rem;
  }
  #blog_footer__links .side_post__list li{
    width: 25%;
    padding: 0 1rem;
  }
  #blog_footer__links .side_post__list .post_box{
    display: block;
  }
  #blog_footer__links .side_post__list .post_box .post_thumb{
    margin: 0 0 1rem;
  }
  #single_blog__author{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #single_blog__author h2{
    width: 100%;
  }
  #author_data{
    border-bottom: 0;
    border-right: #D3D3D0 solid 1px;
    width: 35%;
    padding-right: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #author_data figure{
    flex: 0 0 40%;
  }
  #author_massage{
    width: 65%;
    padding-left: 2rem;
  }
  #blog_archive__title h1{
    text-align: left;
    margin-bottom: 1rem;
  }
  #blog_archive__title h1 span{
    display: inline;
    margin-right: 1rem;
  }
  .blog_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .blog_list > li{
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
  .blog_box{
    display: block;
  }
  .blog_box .post_thumb{
    width: 100%;
  }
  .blog_box .post_thumb::before{
    padding-top: 75%;
  }
  .blog_box .post_box__inner{
    width: 100%;
    padding: 0;
  }
  .blog_box .blog_tag__list{
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1024px){
  .blog_cat{
    padding: .2rem 1rem;
  }
  #blog_header h1{
    font-size: 2.4rem;
  }
  .entry_content h5{
    font-size: 1.6rem;
  }
  #single_blog .entry_content h2{
    padding: 1.5rem 2rem;
  }
  #blog_side{
    position: relative;
    z-index: 5;
  }
  #single_blog #blog_side::before{
    content: '';
    width: 1000%;
    height: 100%;
    background: #EDF5FA;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #single_blog__data ul{
    display: flex;
  }
  #single_blog__data ul li{
    margin-right: 2rem;
  }
  #blog_archive__title{
    margin: 1rem 0 3rem;
  }
  #blog_archive__title h1{
    font-size: 1.6rem;
  }
}

/* 20231228追加 */

/* base */
.no-m {
  margin: 0;
}

.lh17 {
  line-height: 1.7;
}

.primary-color {
  color: #00B2DB;
}

.br-sp-none br {
  display: none;
}
@media screen and (min-width: 768px){
  .br-sp-none br {
    display: inline;
  }
}

/* heading-bottom-border */
.heading-bottom-border {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 4px solid #CCCCCC;
}
.heading-bottom-border::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #00B2DB;
}

.heading-bottom-border__letter {
  font-size: 17px;
  line-height: 1.76;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (min-width: 768px){
  .heading-bottom-border__letter {
    font-size: 20px;
  }
}

/* heading-left-border */
.heading-left-border {
  padding-left: 12px;
  border-left: 2px solid #00B2DB;
  font-size: 16px;
  line-height: 1.56;
  font-weight: 700;
  letter-spacing: 0;
}

/* txt 前後追加 */
.txt-before-after::before {
  content: attr(data-before);
}

.txt-before-after::after {
  content: attr(data-after);
}

/* ブログのスタイル */
.txt-skin-reform-column {
  word-break: break-all;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.76;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px){
  .txt-skin-reform-column {
    font-size: 17px;
  }
}

.txt-skin-reform-column > *,
.txt-skin-reform-column .wp-block-table,
.txt-skin-reform-column .wp-block-image {
  margin-top: 20px;
}
.txt-skin-reform-column > *:first-child {
  margin-top: 0;
}

.txt-skin-reform-column p,
.txt-skin-reform-column h1,
.txt-skin-reform-column h2,
.txt-skin-reform-column h3,
.txt-skin-reform-column h4,
.txt-skin-reform-column h5,
.txt-skin-reform-column h6 {
  margin-bottom: 0;
}

.txt-skin-reform-column h1,
.txt-skin-reform-column h2,
.txt-skin-reform-column h3,
.txt-skin-reform-column h4,
.txt-skin-reform-column h5,
.txt-skin-reform-column h6 {
  font-weight: 700;
}
.txt-skin-reform-column h2 {
  padding-left: 20px;
  border-left: 4px solid #00beff;
  font-size: 26px;
}
.txt-skin-reform-column h3 {
  padding: 30px;
  background: #f5f5f5;
  font-size: 22px;
}
.txt-skin-reform-column h4 {
  padding-bottom: 10px;
  border-bottom: 2px dotted #ccc;
  font-size: 18px;
}
.txt-skin-reform-column h5 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
}
.txt-skin-reform-column h5::before {
  content: '○';
}
.txt-skin-reform-column h6 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
}
.txt-skin-reform-column h6::before {
  content: '■';
}

.txt-skin-reform-column img {
  display: block;
  max-width: 100%;
  height: auto;
}

.txt-skin-reform-column figcaption {
  margin-top: 10px;
  color: #888;
  font-size: 80%;
}
.txt-skin-reform-column ul > li:not(.list-check li) {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.txt-skin-reform-column ul > li:not(.list-check li)::before {
  content: '・';
}
.txt-skin-reform-column ol {
  counter-reset: ol_li;
}

.txt-skin-reform-column ol > li:not(.list-check li) {
  position: relative;
  padding-left: 1.3em;
}

.txt-skin-reform-column ol > li:not(.list-check li)::before {
  counter-increment: ol_li;
  content: counter(ol_li)".";
  color: #00beff;
  position: absolute;
  left: 0;
  top: 0;
}
.txt-skin-reform-column a {
  color: #00beff;
  text-decoration: underline;
}
@media (hover: hover) {
  .txt-skin-reform-column a:hover {
    text-decoration: none;
  }
}
.txt-skin-reform-column table {
  width: auto;
  background: white;
}
.txt-skin-reform-column table th,
.txt-skin-reform-column table td {
  min-width: 135px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: .5em;
  text-align: left;
  font-weight: 500;
}
.txt-skin-reform-column table th::after,
.txt-skin-reform-column table td::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 5px;
  height: 2px;
  background: white;
}
@media screen and (max-width: 767px) {
  .txt-skin-reform-column table th,
  .txt-skin-reform-column table td {
    display: block;
    width: 100%;
    min-width: auto;
    padding: 10px;
  }
  .txt-skin-reform-column table tr:first-child td:first-child {
    border-top: 1px solid #ccc;
  }
  .txt-skin-reform-column table td:not(:last-child) {
    border-bottom-width: 0px;
    padding-bottom: 0;
  }
}

.txt-skin-reform-column blockquote {
  display: inline-block;
  background: #f5f5f5;
  padding: 30px;
}
.txt-skin-reform-column cite {
  margin-top: 20px;
  display: block;
  text-align: right;
  font-size: 80%;
}
.txt-skin-reform-column cite::before {
  content: '引用元：';
}

.txt-skin-reform-column .wp-block-group {
  margin-top: 70px;
}
.txt-skin-reform-column .wp-block-group:first-child {
  margin-top: 0;
}
.txt-skin-reform-column .wp-block-group .wp-block-group__inner-container > * {
  margin-top: 20px;
}
.txt-skin-reform-column .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.txt-skin-reform-column .wp-block-button__link {
  text-decoration: none;
}

/* list-point */
.list-point__item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.list-point__item::before {
  content: '・';
}

/* base-letter */
.reform-column__txt-d {
  font-size: 15px;
  line-height: 1.76;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px){
  .reform-column__txt-d {
    font-size: 17px;
  }
}

.reform-column__txt-d--small {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px){
  .reform-column__txt-d--small {
    font-size: 14px;
  }
}

/* btn-border */
.btn-border {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 282px;
  padding: .65em .5em;
  border: 2px solid #00B2DB;
  background: white;
  color: #00B2DB;
  font-size: 15px;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px){
  .btn-border {
    font-size: 18px;
    min-width: 282px;
  }
}

.btn-border.btn-border--sp-w-100 {
  width: 100%;
  min-width: auto;
}
@media screen and (min-width: 768px){
  .btn-border.btn-border--sp-w-100 {
    width: auto;
    min-width: 282px;
  }
}

@media (hover: hover){
  .btn-border:hover {
    background: #00B2DB;
    color: white;
    transition: .3s;
  }
}

/* list-check */
.list-check {
  list-style-type: none;
}
.list-check li {
  position: relative;
  padding-left: 1.25em;
  font-weight: 600;
  color:#333;
}
.list-check li:before {
   content: "";
   position: absolute;
   top: .3em;
   left: .3em;
   -webkit-transform: rotate(50deg);
   -ms-transform: rotate(50deg);
   transform: rotate(50deg);
   width: .35em;
   height: .75em;
   border-right: 3px solid #00B2DB;
   border-bottom: 3px solid #00B2DB;
}

/* table-dashed */
.table-dashed {
  width: 100%;
}

.table-dashed__child {
  padding: .5em 0;
  border-top: 1px dashed #ccc;
}
.table-dashed__row:first-child .table-dashed__child {
  padding-top: 0;
  border-top-width: 0;
}

.table-dashed__child.table-dashed__child--w {
  width: 90px;
  padding-right: 10px;
}
.table-dashed__child.table-dashed__child--th {
  font-weight: 700;
}

/* page-reform-header */
.page-reform-header {
  position: relative;
}

.page-reform-header__image img {
  width: 100%;
  height: 374px;
  object-fit: cover;
}

.page-reform-header__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-reform-header__txt-wrapper {
  width: 100%;
  height: 100%;
}

.page-reform-header__txt-box {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.page-reform-header__txt-box-header {
  position: relative;
  padding-bottom: 5px;
}
.page-reform-header__txt-box-header::before {
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,#00beff, #0032c8);
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-reform-header__txt-box-header-letter {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

.page-reform-header__txt-box-header-letter-strong {
  color: #00B2DB;
  font-size: 35px;
}

.page-reform-header__txt-box-body {
  margin-top: 10px;
}

.page-reform-header__txt-box-body-letter {
  font-size: 14px;
  line-height: 1.46;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (min-width: 768px){

  .page-reform-header__txt {
    top: 50%;
    transform: translateY(-50%);
    height: auto;
  }

  .page-reform-header__txt-wrapper {
    width: 90%;
    height: auto;
  }

  .page-reform-header__txt-box {
    max-width: 430px;
    height: auto;
  }
  .page-reform-header__txt-box-header {
    padding-bottom: 10px;
  }

  .page-reform-header__txt-box-body {
    margin-top: 15px;
  }

  .page-reform-header__txt-box-body-letter {
    font-size: 15px;
  }
}


/* reform_nayami_1228 */
.reform_nayami_1228 {
  padding-top: 60px;
}

.reform_nayami_1228__heading-letter {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

.reform_nayami_1228__target {
  margin-top: 30px;
}

.reform_nayami_1228__target-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.reform_nayami_1228__target-list-item {
  padding: .6em 1.5em;
  border-radius: 3em;
  background: white;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

.reform_nayami_1228__target-img {
  margin-top: 15px;
  text-align: center;
}

.reform_nayami_1228__target-image img {
  width: 150px;
}

.reform_nayami_1228__arrow {
  margin-top: 30px;
  text-align: center;
}

.reform_nayami_1228__arrow-image img {
  width: 100px;
}

.reform_nayami_1228__solution {
  margin-top: 30px;
}

.reform_nayami_1228__solution-letter {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

.reform_nayami_1228__solution-letter-strong {
  font-size: 22px;
}

.reform_nayami_1228__merit {
  margin-top: 30px;
}

.reform_nayami_1228__merit-heading-letter {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  color: #00B2DB;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

.reform_nayami_1228__merit-heading-letter:before,
.reform_nayami_1228__merit-heading-letter:after {
  content: '';
  position: absolute;
  bottom: -.05em;
  width: 2px;
  height: 1.8em;
  background: currentColor;
}
.reform_nayami_1228__merit-heading-letter:before {
  left: 0;
  transform: rotate(-20deg);
}
.reform_nayami_1228__merit-heading-letter:after {
  right: 0;
  transform: rotate(20deg);
}

.reform_nayami_1228__merit-body {
  margin-top: 20px;
}

@media screen and (min-width: 768px){
  .reform_nayami_1228 {
    padding-top: 0;
  }

  .reform_nayami_1228__target {
    margin-top: 50px;
  }

  .reform_nayami_1228__heading {
    text-align: center;
  }

  .reform_nayami_1228__heading-letter {
    font-size: 30px;
  }

  .reform_nayami_1228__target {
    margin-top: 0;
  }

  .reform_nayami_1228__target-list {
    grid-template-columns: repeat(2,1fr);
  }

  .reform_nayami_1228__target-list-item {
    font-size: 18px;
  }

  .reform_nayami_1228__target-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  
  .reform_nayami_1228__target-txt {
    width: calc(100% - 185px);
  }

  .reform_nayami_1228__target-img {
    margin-top: 0;
  }

  .reform_nayami_1228__arrow {
    margin-top: 50px;
  }

  .reform_nayami_1228__solution {
    margin-top: 55px;
    text-align: center;
  }

  .reform_nayami_1228__solution-letter {
    font-size: 28px;
  }
  
  .reform_nayami_1228__solution-letter-strong {
    font-size: 40px;
  }

  .reform_nayami_1228__merit {
    margin-top: 40px;
  }

  .reform_nayami_1228__merit-heading {
    text-align: center;
  }

  .reform_nayami_1228__merit-heading-letter {
    font-size: 28px;
  }

  .reform_nayami_1228__merit-body {
    margin-top: 40px;
  }

}

/* reform-column */
.reform-column__desc {
  margin-top: 20px;
}

.reform-column__main {
  margin-top: 30px;
}

.reform-column__content {
  padding: 30px 15px;
  background: white;
}

.reform-column__content.reform-column__content--mt + .reform-column__content.reform-column__content--mt {
  margin-top: 20px;
}

.reform-column__content-body {
  margin-top: 20px;
}

@media screen and (min-width: 768px){
  .reform-column__desc {
    margin-top: 30px;
  }
  .reform-column__main {
    margin-top: 50px;
  }
  .reform-column__content {
    padding: 30px;
  }
}


/* reform_quarity__main */
.reform_quarity {
  overflow: hidden;
}

.reform_quarity__main {
  margin-top: 10px;
}

.reform_quarity__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -6.5px;
  margin-right: -6.5px;
}

.reform_quarity__list-item {
  margin-top: 15px;
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.reform_quarity__list-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 103px;
  height: 103px;
  padding-top: 3px;
  border-radius: 50%;
  background-color: white;
  color: #00B2DB;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (min-width: 768px){
  .reform_quarity__main {
    margin-top: 35px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .reform_quarity__list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .reform_quarity__list-item {
    margin-top: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .reform_quarity__list-txt {
    width: 120px;
    height: 120px;
    padding-top: 5px;
    font-size: 20px;
  }
}


/* reform_works */
.reform_works__main {
  margin-top: 30px;
}

.reform_works__box {
  padding: 30px 20px;
  background: white;
}

.reform_works__content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #ccc;
}
.reform_works__content:first-child {
  padding-top: 0;
  border-top-width: 0;
}
.reform_works__content:last-child {
  padding-bottom: 0;
}

.reform_works__content-heading-letter {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

.reform_works__content-img {
  margin-top: 30px;
}

.reform_works__content-img-content {
  position: relative;
}
.reform_works__content-img-content.reform_works__content-img-content--before::after {
  content: '';
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 23px solid #CCCCCC;
  border-bottom: 0;
}

.reform_works__content-img-content.reform_works__content-img-content--after {
  margin-top: 60px;
}

.reform_works__content-img-image img {
  width: 100%;
}

.reform_works__content-img-content-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.reform_works__content-img-content-txt-letter {
  text-align: center;
  padding: .5em;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
.reform_works__content-img-content-txt-letter.reform_works__content-img-content-txt-letter--before {
  background: #666666;
  color: white;
}
.reform_works__content-img-content-txt-letter.reform_works__content-img-content-txt-letter--after {
  background: #E63C05;
  color: white;
}

.reform_works__content-desc {
  margin-top: 30px;
}
.reform_works__content-btn {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .reform_works__main {
    margin-top: 50px;
  }

  .reform_works__box {
    padding: 50px;
    background: white;
  }

  .reform_works__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reform_works__content-heading-letter {
    font-size: 20px;
  }

  .reform_works__content-img-row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
  }

  .reform_works__content-img-content.reform_works__content-img-content--before::after {
    top: 50%;
    left: calc(100% + 23px);
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #CCCCCC;
    border-right: 0;
  }
  .reform_works__content-img-content.reform_works__content-img-content--after {
    margin-top: 0;
  }

  .reform_works__content-img-content-txt-letter {
    font-size: 17px;
  }
}

/* reform_flow */
.reform_flow__main {
  margin-top: 30px;
}

.reform_flow__main-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 4px;
  counter-reset: list_num;
}

.reform_flow__content {
  position: relative;
  padding: 25px 10px;
  background: white;
}
.reform_flow__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%,50%);
  z-index: 1;;
  width: 25px;
  height: 25px;
  background-image: url(./images/reform/icon-yajirushi-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.reform_flow__content:last-child::after {
  display: none;
}

.reform_flow__content-heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: #00B2DB;
}

.reform_flow__content-heading-title {
  margin-right: 5px;
  padding-bottom: 2px;
}

.reform_flow__content-heading-title-letter {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.reform_flow__content-heading-num-letter::after {
  counter-increment: list_num;
  content: counter(list_num, decimal-leading-zero);
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.reform_flow__content-title {
  margin-top: 25px;
  text-align: center;
}

.reform_flow__content-title-letter {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .reform_flow__main {
    margin-top: 50px;
  }

  .reform_flow__main-row {
    grid-template-columns: repeat(1,1fr);
  }

  .reform_flow__content {
    padding: 35px 0;
  }

  .reform_flow__content-heading {
    display: block;
  }

  .reform_flow__content-heading-title {
    margin: 0;
    padding: 0;
  }

}

@media screen and (min-width: 1024px){
  .reform_flow__content::after {
    bottom: auto;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(50%,-50%);
    z-index: 1;
    width: 30px;
    height: 30px;
    background-image: url(./images/reform/icon-yajirushi-with-white-right.svg);
  }
  .reform_flow__main-row {
    grid-template-columns: repeat(5,1fr);
  }
}

/* 5個より多い時 */
@media screen and (min-width: 1024px){  
  .reform_flow__main:has(.reform_flow__content--5-plus) .reform_flow__main-row {
    grid-template-columns: repeat(3,1fr);
  }
}

/* reform_showroom_20231228 */
.reform_showroom_20231228__main {
  margin-top: 50px;
}

.reform_showroom_20231228__content.reform_showroom_20231228__content--mt + .reform_showroom_20231228__content.reform_showroom_20231228__content--mt {
  margin-top: 50px;
}

.reform_showroom_20231228__content-img {
  margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.reform_showroom_20231228__content-image img {
  width: 100%;
}

.reform_showroom_20231228__content-txt {
  margin-top: 30px;
}

.reform_showroom_20231228__content-desc {
  margin-top: 20px;
}

.reform_showroom_20231228__content-info {
  margin-top: 20px;
}

.reform_showroom_20231228__content-btn {
  margin-top: 20px;
}

.reform_showroom_20231228__content-btn-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.reform_showroom_20231228__content-btn-content .btn_link {
  width: 100%;
  min-width: auto;
  padding: .5rem;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .reform_showroom_20231228__main {
    margin-top: 50px;
  }

  .reform_showroom_20231228__content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
  }
  
  .reform_showroom_20231228__content-img {
    margin: 0;
    width: 50%;
  }
  
  .reform_showroom_20231228__content-txt {
    margin-top: 0;
    width: 43%;
  }
}

/* reform_contact */
.reform_contact__main {
  padding-top: 60px;
}

.reform_contact__desc {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.reform_contact__form {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .reform_contact__main {
    padding-top: 0;
  }

  .reform_contact__desc {
    margin-top: 30px;
    width: 100%;
  }
  .reform_contact__form {
    margin-top: 50px;
  }
}

/* 20230110追加 */
.front_hisai_msg {
  padding: 20px 0 10px;
}

.front_hisai_msg__letter {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}

.front_hisai_msg__intro {
  margin-top: 20px;
}

.front_hisai_msg__list {
  margin-top: 10px;
}

.front_hisai_msg__list-main {
  margin-top: 5px;
}

.front_hisai_msg__footer {
  margin-top: 10px;
}

.front_hisai_msg__link {
  margin-top: 20px;
}

.front_hisai_msg__link-skin {
  text-decoration: underline;
  color: #00B2DB;
}
@media (hover: hover){
  .front_hisai_msg__link-skin:hover {
    text-decoration: none;
    opacity: .7;
    transition: .3s;
  }
}

@media screen and (min-width: 768px) {
  .front_hisai_msg {
    padding: 60px 0 0;
  }
  
  .front_hisai_msg__letter {
    font-size: 16px;
  }
  
  .front_hisai_msg__intro {
    margin-top: 40px;
    text-align: center;
  }
  
  .front_hisai_msg__list {
    margin-top: 20px;
  }
  
  .front_hisai_msg__list-heading {
    text-align: center;
  }
  
  .front_hisai_msg__list-main {
    margin-top: 10px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  
  .front_hisai_msg__footer {
    margin-top: 20px;
    text-align: center;
  }
  
  .front_hisai_msg__link {
    margin-top: 40px;
    text-align: center;
  }
}


/* 20240425追記 */
.front_banner_area {
  padding: 20px 0 30px;
  background: #F0F3F4;
}
.front_banner_area__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.front_banner_area__slide {
  padding: 0 20px;
}

.front_banner_area__slide-content {
  padding-left: 5px;
  padding-right: 5px;
}

.front_banner_area__banner {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 42.3076%;
  background: white;
}
@media (hover: hover){
  .front_banner_area__banner:hover {
    opacity: .5;
    transition: .3s;
  }
}

.front_banner_area__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1150px) {
  .front_banner_area__inner {
    width: 1150px;
    max-width: 1150px;
  }
}

@media screen and (min-width: 768px) {
  .front_banner_area {
    padding: 40px 0;
  }

  .front_banner_area__slide {
    padding: 0 40px;
  }

  .front_banner_area__slide-content {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* slick 前へボタン、次へボタン */
.front_banner_area__slide .slide-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 43%;
  background: var(--primary-color);
  z-index: var(--normal-z);
  text-align: center;
}

.front_banner_area__slide .slide-arrow.slide-arrow--position-left {
  left: 0;
}
.front_banner_area__slide .slide-arrow.slide-arrow--position-right {
  right: 0;
}

.front_banner_area__slide .slide-arrow__arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.front_banner_area__slide .slide-arrow__arrow.slide-arrow__arrow--prev {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
}

.front_banner_area__slide .slide-arrow__arrow.slide-arrow__arrow--next {
  border-top: 2px solid black;
  border-right: 2px solid black;
}

@media (hover: hover){
  .front_banner_area__slide .slide-arrow:hover .slide-arrow__arrow {
    border-color: #1177cc;
    transition: .3s;
  }
}

@media screen and (min-width: 768px) {
  .front_banner_area__slide .slide-arrow__arrow {
    width: 15px;
    height: 15px;
  }
}

/* slick dots */
.slick-dots {
  bottom: -5.5vw;
  transform: translateX(-8%);
  text-align: center;
}

.front_banner_area__slide .slick-dots li {
  margin: 0 1vw;
  width: auto;
  height: auto;
}

.front_banner_area__slide .slick-dots li button {
  width: auto;
  height: auto;
}

.front_banner_area__slide .slick-dots li button:before {
  color: #ccc;
  font-size: 8vw;
}
_::-webkit-full-page-media, _:future, :root .front_banner_area__slide .slick-dots li button:before {
  font-size: 10vw;
}

.front_banner_area__slide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1177cc;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: -30px;
    transform: translateX(-5%);
  }
  .front_banner_area__slide .slick-dots li {
    margin: 0 10px;
  }
  .front_banner_area__slide .slick-dots li button:before {
    font-size: 80px;
  }

  .windows .front_banner_area__slide .slick-dots li button:before {
    font-size: 45px;
  }
  _::-webkit-full-page-media, _:future, :root .front_banner_area__slide .slick-dots li button:before {
    font-size: 45px;
  }
}

@media screen and (max-width: 364px) {
  .front_banner_area__slide .slick-dots li {
    margin: 0 1vw;
  }
}

/* .main_navigation li a 調整 20250410 */

@media screen and (max-width: 1150px) and (min-width: 1024px)  {
  .main_navigation li a {
    font-size: 12px;
  }
}



/* 2026.05 追加 */
:root {
  --main_blue: #00b0d9; 
}

.img_clip{
	position: relative;
	overflow: hidden;
}
.img_clip::before{
	content: '';
	padding-top: 100%;
	display: block;
	background: #ccc;
}
.img_clip img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
a:hover .img_clip img{
  scale: 1.1;
}
#breadcrumbs li:last-child{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 20rem;
}
.page_header__txt{
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
  margin: 10px 0 0;
  line-height: 1.5;
  font-weight: 700;
}
.footer_area .wrapper{
  max-width: 1200px;
}
.footer_area__map{
  width: 100%;
  max-width: 60rem;
  margin: 2rem auto;
}
.footer_area__box{
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.footer_area__box h3{
  background: var(--main_blue);
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: .5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  font-weight: bold;
}
.footer_area__box h4{
  color: var(--main_blue);
  font-weight: bold;
  margin: .5rem 0 0;
}
.footer_area__box p{
  margin-bottom: 1rem;
}
.footer_area__txt__footer{
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1rem;
  margin-top: 2rem;
}
.footer_area__closing{
  padding: 1rem 0;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  font-weight: bold;
  margin: 2rem auto 0;
  color: var(--main_blue);
  width: 100%;
  max-width: 60rem;
}
#page_staff .page_header{
  background: url('images/staff/header_sp.jpg') no-repeat center center / cover;
}
#staff_nav{
  background: #fff;
  padding: 3rem 0;
  margin-bottom: 3rem;
}
#staff_nav ul{
  display: flex;
  flex-wrap: wrap;
  border-left: var(--main_blue) solid 1px;
}
#staff_nav ul li{
  width: 33.33%;
  text-align: center;
  border-right: var(--main_blue) solid 1px;
  align-self: stretch;
}
#staff_nav ul li a{
  color: var(--main_blue);
  padding: 1rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 1.2rem;
  height: 100%;
  font-weight: 700;
}
#staff_wrap{
  padding-bottom: 2rem;
}
.staff_block{
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  border-radius: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.staff_block__label{
  background: var(--main_blue);
  color: #fff;
  padding: 1rem .5rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 10;
  width: 8rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}
.staff_block__photo{
  width: 40%;
  margin: 0 auto;
}
.staff_block__photo .img_clip::before{
  padding-top: 130%;
}
.staff_block__inner{
  padding: 2rem 5%;
}
.staff_class{
  margin: 0;
}
.staff_name{
  color: #bbb;
  font-size: 1.2rem;
  border-bottom: var(--main_blue) solid 1px;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
}
.staff_name span{
  color: var(--main_blue);
  margin-right: 1rem;
  font-size: 200%;
  font-weight: bold;
}
.staff_block__detail tr{
  border-bottom: #cacaca dashed 1px;
}
.staff_block__detail th{
  color: var(--main_blue);
  font-size: 400;
  padding: .4rem;
}
.staff_block__detail td{
  padding: .5rem;
}

#page_reformcat .page_header{
  background: url('images/reform_menu/header.jpg') no-repeat center center / cover;
}
#reform_intro{
  margin: 3rem auto 5rem;
}
#reform_menu__list ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.3rem;
}
#reform_menu__list li{
  width: 50%;
  padding: .3rem;
}
.reform_menu__box{
  display: flex;
  align-items: center;
  border: #0064be solid 1px;
  color: #0064be;
  font-weight: bold;
  position: relative;
}
.reform_menu__box:hover{
  background: #ebf5fa;
}
.reform_menu__box::after{
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
  clip-path: polygon(100% 0,100% 100%,0 100%);
  background: #0064be;
}
.reform_menu__img{
  flex: 0 0 40%;
  margin-right: 1rem;
}
.reform_menu__txt{
  flex: 1;
  line-height: 1.3;
  letter-spacing: 0;
}
.reform_menu__txt h3{
  margin: 0;
}
.reform_menu__txt p{
  margin: 3px 0 0;
  font-size: 1rem;
}

.intro_txt{
  font-size: 1.2rem;
  color: #555;
  text-align: center;
  margin: 2rem 0 3rem;
  letter-spacing: 0;
}
.page_header__blue{
  background: #e9f3f8;
  padding: 3rem 0;
}
.page_header__blue .section_title{
  background: none;
  margin: 0;
}

#recruit_archive__header{
  text-align: center;
  margin: 3rem auto 5rem;
}
#recruit_archive__header h2{
  font-size: 3rem;
  margin: 0;
  font-weight: bold;
}
#recruit_archive__header h2 span{
  display: block;
  color: var(--main_blue);
  font-size: 50%;
}
#recruit_search{
  border: var(--main_blue) solid 2px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5rem;
}
#recruit_search h2{
  background: var(--main_blue);
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
#recruit_search__inner{
  padding: 0 5%;
}
.recruit_search__box{
  margin: 2rem 0;
  border: 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.recruit_search__box dt{
  color: var(--main_blue);
  margin-bottom: 5px;
}
.recruit_list li{
  margin-bottom: 1rem;
}
.recruit_box{
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: #cacaca solid 1px;
  position: relative;
  height: 100%;
}
.recruit_box:hover{
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.recruit_box__img{
  margin-bottom: .5rem;
}
.recruit_box__img .img_clip::before{
  padding-top: 70%;
}
.recruit_type__tag{
  display: inline-block;
  background: var(--main_blue);
  padding: .2rem 1rem;
  color: #fff;
  font-size: 1rem;
  margin-right: .5rem;
  font-weight: bold;
}
.recruit_type__tag.type_contract{
  background: #f6a42d;
}
.recruit_type__tag.type_parttime{
  background: #f583ae;
}
.recruit_box__title{
  margin: .5rem 0 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.btn_more{
  background: var(--main_blue);
  color: #fff;
  font-size: 1.2rem;
  display: block;
  width: 80%;
  max-width: 15rem;
  margin: auto auto 1rem;
  padding: .5rem;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
}
.recruit_titile__tag{
  background: var(--main_blue);
  color: #fff;
  width: 9rem;
  height: 9rem;
  padding: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-weight: bold;
  letter-spacing: 0;
}
.post_loading{
  color: var(--main_blue);
  font-weight: bold;
  text-align: center;
}
#recruit_header .wrapper{
  width: 100%;
}
#recruit_header__photo{
  position: relative;
  margin-bottom: 5rem;
}
#recruit_header__photo .img_clip::before{
  padding-top: 50%;
}
#recruit_header__photo .recruit_titile__tag{
  position: absolute;
  z-index: 5;
  bottom: -4rem;
  left: 5%;
}
#recruit_header h1{
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 5%;
}
.recruit_section{
  background: #fff;
  position: relative;
  box-shadow: 0 0 3px rgba(0,0,0,.1);
  padding: 3rem 5%;
  margin-bottom: 5rem;
}
.recruit_section .entry_content{
  padding: 0;
}
.recruit_section .recruit_titile__tag{
  margin: -5rem auto 2rem;
}
.recruit_titile__tag .recruit_titile__check{
  width: 2rem;
  height: 2rem;
  background: url('images/recruit/icon_check.svg') no-repeat center center / contain;
  display: block;
  margin: 0 auto .5rem;
}
.recruit_detail__table tr{
  border-bottom: #cacaca dotted 1px;
}
.recruit_detail__table th{
  color: var(--main_blue);
  padding: 1rem 0;
  width: 25%;
}
.recruit_detail__table td{
  padding: 1rem;
}
.recruit_section__txt h3{
  color: var(--main_blue);
  font-weight: bold;
  border-bottom: var(--main_blue) solid 1px;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.recruit_section__img{
  margin: 3rem auto 0;
  width: 80%;
}
#recruit_schedule .recruit_detail__table th{
  width: 8rem;
  padding: 1rem 0;
}
#recruit_schedule .recruit_detail__table td{
  padding: 1rem;
}
.btn_entry{
  font-size: 2rem;
  font-weight: bold;
  max-width: 500px;
  border-radius: .5rem;
}
.btn_entry::after{
  content: '';
  width: 7rem;
  height: 7rem;
  background: url('images/recruit/90second.svg') no-repeat center center / contain;
  position: absolute;
  top: -3rem;
  right: 1rem;
  z-index: 5;
}

.voice_intro{
  margin: 3rem 0;
  text-align: center;
  font-size: 1.4rem;
}
#voice_wrap{
  margin: 5rem 0;
}
.voice_block{
  margin-bottom: 3rem;
  border-radius: 2rem;
  padding: 3rem 5%;
}
.voice_block__head h2{
  background: var(--main_blue);
  color: #fff;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 2rem;
  position: relative;
  border-radius: .5rem;
  line-height: 1.5;
  width: 90%;
}
.voice_block__head h2 span{
  display: block;
  font-size: 70%;
}
.voice_block__head h2::after{
  content: '';
  width: 2rem;
  height: 1.5rem;
  background: var(--main_blue);
  clip-path: polygon(0 0,100% 0,50% 100%);
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  translate: -50% 0;
  z-index: 5;
}
.voice_block__head p{
  color: var(--main_blue);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
}
.voice_box__new{
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 0 3px rgba(0,0,0,.1);
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  margin-bottom: 2rem;
}
.voice_box__img{
  margin-bottom: 1rem;
}
.voice_box__img .img_clip::before{
  padding-top: 70%;
}
.voice_box__txt p{
  margin: 0;
}
.voice_box__title{
  border-bottom: #acacac solid 1px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.voice_box__title h3{
  color: var(--main_blue);
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}
.voice_box__title p{
  margin: .5rem 0 0;
  font-size: 1.2rem;
}
.company_address__box{
  margin-bottom: 2rem;
}
.company_address__box:last-child{
  margin: 0;
}
.company_address__box h3{
  font-size: 1.4rem;
  margin: 0;
}
.company_address__box p{
  margin-bottom: 1rem;
}
.company_address__box .gmap iframe{
  width: 100%;
  height: 30rem;
}
#philosophy_img{
  margin: 0 auto 5rem;
}
.philosophy_block{
  margin-bottom: 5rem;
}
.philosophy_block h3{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  margin: 0 auto 2rem;
  background: var(--main_blue);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  flex-direction: column;
  line-height: 1.4;
}
.philosophy_block h3 span{
  display: block;
  font-size: 65%;
  letter-spacing: 0;
}
#philosophy01{
  text-align: center;
}
#philosophy01 h4{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#philosophy01 p{
  font-weight: bold;
  font-size: 1.6rem;
}
.philosophy_block ul{
  background: #fff;
  padding: 3rem 5%;
  border-radius: 1rem;
}
.philosophy_block ul li{
  margin: 1rem 0;
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.philosophy_block ul li::before{
  content: '';
  background: url('images/company/philosophy_icon.svg') no-repeat center center / contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

#front_intro{
  text-align: center;
  margin-bottom: 3rem;
}
#front_intro p{
  line-height: 2;
  font-weight: bold;
}
#front_intro h2{
  color: #1177cc;
  font-size: 1.6rem;
  font-weight: bold;
}
#front_works{
  margin-top: 3rem;
}
.hidden{
  overflow: hidden;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.front_voice__list .slick-slide{
  padding: 0 1rem;
}
.front_voice__box{
  background: #fff;
  border: #cacaca solid 1px;
  padding: 1rem;
  height: 100%;
}
#front_voice .front_voice__box h3{
  color: var(--main_blue);
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: var(--main_blue) solid 1px;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.front_voice__box p{
  margin: 0;
  font-size: 1.2rem;
}

#entry_intro{
  text-align: center;
  margin: 3rem 0;
}
#entry_form .contact_form .wpcf7-list-item{
  display: inline-block;
  margin: 0 3rem 0 0;
}
.select_wrap{
  min-width: 10rem;
}
.select_wrap select{
  display: block;
  width: 100%;
}
#select_job{
  display: block;
  width: 100%;
}
#entry_submit .btn_link{
  background: var(--main_blue);
}


#single_topics #info_header{
  border-color: #cacaca;
}
#single_topics #info_header h1{
  font-size: 2rem;
  font-weight: bold;
}

.entry_content table{
  margin: 2rem 0;
}
.wp-block-separator{
  color: #cacaca;
  margin: 3rem 0;
}
.wp-block-image{
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.wp-block-image img{
	overflow: hidden;
}
.wp-block-image figcaption{
	font-size: 1.2rem;
	margin: .5rem 0 0;
	text-align: center;
}
.wp-block-gallery{
	display: flex;
	flex-wrap: wrap;
	gap: 0 !important;
}
.wp-block-gallery .wp-block-image{
	width: 50%;
	padding-right: 1rem;
	margin: .5rem 0;
}
.wp-block-embed{
	margin: 2rem 0;
}
.wp-block-embed-youtube .wp-block-embed__wrapper{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#single_topics .entry_content{
  font-size: 1.4rem;
}
#single_topics .entry_content h2{
  background: #f0f0f0;
  color: #000;
  padding: 1rem 1rem 1rem 2rem;
}
#single_topics .entry_content h3{
  border-top: var(--main_blue) solid 1px;
  border-bottom: var(--main_blue) solid 1px;
  color: var(--main_blue);
  font-size: 1.6rem;
  padding: 1rem;
}
#single_topics .entry_content h3::after{
  content: none;
}
#single_topics .entry_content h4{
  border-left: var(--main_blue) solid .5rem;
  padding-left: 1.5rem;
  font-size: 1.6rem;
}
#single_topics .entry_content h4::before{
  content: none;
}
#single_topics .entry_content ul,
#single_topics .entry_content ol{
  background: #f2fbfd;
}
#single_topics .entry_content li{
  margin: 1rem 0;
}
#single_topics .entry_content table{
  font-size: 1.4rem;
}
#single_topics .entry_content table th,
#single_topics .entry_content table td{
  padding: 1rem;
}
#single_topics .entry_content table thead{
  background: #f0f0f0;
  border-bottom: 0;
}
#single_topics .entry_content table th{
  background: #f0f0f0;
}
div#toc_container{
  width: 100%;
  border: var(--main_blue) solid 1px;
  border-radius: .5rem;
  margin: 3rem 0;
  padding: 2rem 5%;
  border-radius: 0;
}
div#toc_container a{
  color: #000;
  text-decoration: none;
}
div#toc_container a:hover{
  color: var(--main_blue);
  text-decoration: underline;
}
#toc_container p.toc_title{
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#toc_container p.toc_title::before{
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: url('images/topics/icon_list.svg') no-repeat center center / contain;
  margin-right: 1rem;
}
#single_topics #toc_container ul{
  margin: 0;
  padding: 0;
  background: none;
}
#single_topics #toc_container li{
  padding: 0;
  margin: .5rem 0;
}
#single_topics #toc_container li::before{
  content: none;
}
.toc_number{
  color: var(--main_blue);
  font-size: 120%;
  margin-right: .5rem;
}
.toc_depth_2,
.toc_depth_3{
  display: none;
}
#single_topics #toc_container li ul li{
  padding-left: 2rem;
}
#single_topics #toc_container li ul li a::before{
  content: '▼';
  color: #999;
  margin-right: .5rem;
}
#single_topics #toc_container li ul li ul li a::before{
  content: '-';
  color: #999;
  margin-right: .5rem;
}
#single_topics #toc_container li a{
  font-size: 1.4rem;
}

.side_bnr li{
  margin-bottom: 1rem;
}

.author_info{
  margin: 3rem 0;
  border: #acacac solid 1px;
  border-radius: .5rem;
  padding: 2rem 5%;
}
.author_info__inner{
  display: flex;
  align-items: center;
}
.author_info__title{
  color: var(--main_blue);
  font-weight: bold;
  margin: 0 0 1rem;
}
.author_data{
  width: 10rem;
  align-self: stretch;
  border-right: #acacac solid 1px;
  margin-right: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem 0;
}
.author_data__photo{
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  margin: 0 auto .5rem;
  overflow: hidden;
}
.author_data__photo img{
  margin: 0 !important;
}
.author_data__name p{
  font-size: 1rem;
  margin: 0;
}
.author_name{
  font-size: 1.2rem;
  color: #000;
  margin: 0;
  font-weight: bold;
}
.author_massage{
  flex: 1;
  margin: 0;
}
#single_topics .topics_link{
  margin: 3rem 0;
}
.topics_link p{
  background: var(--main_blue);
  color: #fff;
  margin: 0;
  padding: .5rem 1rem;
  font-weight: bold;
  display: inline-block;
  border-left: 0;
}
#single_topics .topics_link ul{
  margin: 0;
  background: none;
}
#single_topics .topics_link ul li a{
  color: #000;
  text-decoration: none;
}
#single_topics .topics_link ul li a:hover{
  text-decoration: underline;
}
#single_topics .topics_link__more{
  margin: 5rem 0;
}
#single_topics .topics_link__more p{
  background: #f583ae;
}
#single_topics .topics_link__more ul{
  border: #f583ae solid 1px;
}
#single_topics .topics_link__more ul li::before{
  color: #f583ae;
}

.topics_recom__block{
  margin-bottom: 3rem;
}
.topics_recom__block h3{
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: #acacac solid 1px;
}
.topics_recom__block h3 span{
  color: var(--main_blue);
  font-size: 60%;
  display: block;
}
.topics_recom__box{
  display: flex;
  align-items: center;
  padding: .5rem 0;
  border-bottom: #acacac dotted 1px;
}
.topics_recom__block li:last-child .topics_recom__box{
  border: 0;
}
.topics_recom__img{
  width: 30%;
  margin-right: 1rem;
  border-radius: .5rem;
  overflow: hidden;
}
.topics_recom__img .img_clip::before{
  padding-top: 70%;
}
.topics_recom__box p{
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5;
}

.pickup_post{
  margin-top: 3rem;
  border: #acacac solid 1px;
  border-radius: .5rem;
  overflow: hidden;
}
.pickup_post h2{
  text-align: center;
  padding: 1rem;
  background: #f0f0f0;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
.pickup_post ul{
  padding: .5rem 1rem;
}
.pickup_post ul li a{
  padding: 1rem 0;
  display: block;
  border-bottom: #acacac dotted 1px;
  font-size: 1.2rem;
}
.pickup_post ul li a:hover{
  text-decoration: underline;
}
.pickup_post ul li:last-child a{
  border: 0;
}

.pickup_list li{
  margin-bottom: 1rem;
}
.pickup_box{
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.pickup_box__img{
  width: 30%;
  margin-right: 1rem;
}
.pickup_box__img .img_clip::before{
  padding-top: 70%;
}
.pickup_box p{
  flex: 1;
  margin: 0;
  line-height: 1.2rem;
}
.pickup_box:hover{
  background: #ebf5fa;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}

#topics_link{
  background: rgba(246,164,45,.5);
  padding: 1rem;
  position: sticky;
  bottom: 0;
  z-index: 99;
}
#topics_link a{
  display: block;
  width: 80%;
  max-width: 40rem;
  margin: 0 auto;
}
#topics_link a:hover img{
  scale: 1.05;
}

@media screen and (min-width: 768px) {
  .intro_txt{
    line-height: 2;
  }
  .footer_area__inner{
    display: flex;
  }
  .footer_area__map{
    width: 50%;
    margin: 0 3rem 0 0;
    text-align: center;
  }
  .footer_area__map img{
    width: 80%;
  }
  .footer_area__txt{
    flex: 1;
    width: 100%;
    max-width: 450px;
  }
  .footer_area__closing{
    font-size: 1.8rem;
  }
  #page_staff .page_header{
    background: url('images/staff/header.jpg') no-repeat center center / cover;
  }
  #staff_nav ul li a{
    font-size: 1.8rem;
  }
  .staff_block{
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    align-items: center;
    margin-bottom: 4rem;
  }
  .staff_block:nth-child(2n){
    flex-direction: row-reverse;
  }
  .staff_block__photo{
    margin: 0;
  }
  .staff_block__inner{
    width: 55%;
    padding: 0;
  }
  .staff_name{
    font-size: 1.4rem;
  }
  .staff_block__label{
    width: auto;
    left: 5%;
    font-size: 1.6rem;
  }
  .staff_block:nth-child(2n+1) .staff_block__label{
    left: auto;
    right: 5%;
  }
  #reform_intro{
    text-align: center;
    line-height: 2;
  }
  #reform_menu__list li{
    width: 33.33%;
  }
  .reform_menu__txt h3{
    font-size: 1.8rem;
  }
  .reform_menu__txt p{
    font-size: 1.2rem;
  }
  #recruit_search__inner{
    display: flex;
    justify-content: space-between;
    padding: 2rem 5% 3rem;
  }
  .recruit_search__box{
    width: 48%;
    display: block;
    margin: 0;
  }
  .recruit_search__box dt{
    flex: 0 0 8rem;
    margin: 0;
  }
  .recruit_detail__table th{
    padding: 1.5rem 0;
  }
  .recruit_detail__table td{
    padding: 1.5rem;
  }
  .recruit_section__inner{
    display: flex;
    justify-content: space-between;
  }
  #recruit_point .recruit_section__inner{
    flex-direction: row-reverse;
  }
  .recruit_section__txt{
    width: 55%;
  }
  .recruit_section__img{
    width: 40%;
    margin: 0;
  }
  .voice_intro{
    line-height: 2;
  }
  .recruit_list{
    display: flex;
    flex-wrap: wrap;
  }
  .recruit_list li{
    width: 33.33%;
    padding: 0 .5rem;
  }
  #philosophy01 h4{
    font-size: 3rem;
  }
  #philosophy01 p{
    font-size: 2rem;
  }
  #philosophy03 ul{
    display: flex;
    flex-wrap: wrap;
  }
  #philosophy03 ul li{
    width: 50%;
    padding-right: 1rem;
  }
  #company_address{
    display: flex;
    justify-content: space-between;
  }
  .company_address__box{
    width: 48%;
    margin: 0;
  }
  #front_intro h2{
    font-size: 2rem;
  }
  .front_voice__list{
    display: flex;
    flex-wrap: wrap;
    margin: 3rem -.5rem 3rem;
  }
  .front_voice__list>div{
    width: 33.33%;
    padding: 0 .5rem;
    margin-bottom: 1rem;
  }
  .author_data{
    width: 12rem;
  }
  .topics_recommened{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topics_recom__block{
    width: 45%;
  }
  .pickup_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .pickup_list li{
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .voice_block{
    padding: 5rem 3rem 3rem;
    margin-bottom: 5rem;
  }
  .voice_block__head{
    margin-bottom: 2rem;
    text-align: center;
  }
  .voice_block__head h2{
    display: inline-block;
    width: auto;
    padding: 2rem 3rem;
    font-size: 2.4rem;
  }
  .voice_block__head p{
    margin: 2rem 0;
  }
  .voice_box__new{
    display: flex;
    justify-content: space-between;
    padding: 3rem;
    border-radius: 2rem;
    border-bottom-left-radius: 0;
  }
  .voice_box__new:nth-child(2n+1){
    flex-direction: row-reverse;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 0;
  }
  .voice_box__img{
    width: 37%;
  }
  .voice_box__txt{
    width: 60%;
    font-size: 1.2rem;
  }
}


@media screen and (min-width: 1024px) {
  .footer_area__box h3 br{
    display: none;
  }
  .recruit_section__inner{
    align-items: center;
  }
}