@charset "UTF-8";
/*
Theme Name:VOGUE Child
Theme URI:
Description:WordPressテーマ「VOGUE」の自作子テーマです。
Template:vogue_tcd051
Author:Digitete Works
Author URI:
Version:1.5.1
*/
/******************************************************
Common
*******************************************************/
:root {
  --mincho-font-family: YuMincho, 'Yu Mincho', serif;
  --white-text-shadow: 2px 2px 2px #FFF;
  --black-text-shadow: 2px 2px 2px #000;
}
body{
  background-color: #F8F6F0;
}
a, a:hover{
  text-decoration: none;
}
.p-breadcrumb{
  border-bottom: none;
}
.pc{
  display: block!important;
}
.pc_ib{
  display: inline-block!important;
}
.sp{
  display: none!important;
}
.sp_ib{
  display: none!important;
}
@media screen and (max-width:767px) {
.pc{
  display: none!important;
}
.pc_ib{
  display: none!important;
}
.sp{
  display: block!important;
}
.sp_ib{
  display: inline-block!important;
}
}
.btn-base{
  display: block;
  width: 250px;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background-position: center right 15px;
  background-size: 6px 11px;
  background-repeat: no-repeat;
}
.btn-base.brown{
  color: #FFF;
  background-color: #43392F;
  background-image: url('./img/common/arrow_white.png');
  transition: .4s all;
}
.btn-base.brown:hover{
  color: #43392F;
  background-color: #FFF;
  background-image: url('./img/common/arrow_brown.png');
}
.btn-base.white{
  color: #43392F;
  background-color: #FFF;
  background-image: url('./img/common/arrow_brown.png');
  transition: .4s all;
}
.btn-base.white:hover{
  color: #FFF;
  background-color: #43392F;
  background-image: url('./img/common/arrow_white.png');
}
/* Header
--------------------------------------- */
.p-global-nav > li > a{
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  transition: 1s;
  -webkit-transition: 1s; /* Chrome、Safari用 */
  -moz-transition: 1s; /* Firefox用 */
  -o-transition: 1s; /* Opera用 */
}
.p-global-nav > li > a span.ja{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: transparent;
  text-align: center;
  transition: 1s;
  -webkit-transition: 1s; /* Chrome、Safari用 */
  -moz-transition: 1s; /* Firefox用 */
  -o-transition: 1s; /* Opera用 */
}
.p-global-nav > li > a:hover{
  color: #FFF!important;
}
.p-global-nav > li > a:hover span.ja{
  color: #43392F;
}
.p-global-nav .sub-menu a{
  color: #FFF;
  background-color: #43392F!important;
}
@media screen and (max-width:767px) {
.p-global-nav > li > a:hover span.ja{
  display: none;
}
}
/* Footer
--------------------------------------- */
.p-pagetop{
  margin-top: 45px;
  background-color: #F8F6F0;
}
.home .p-pagetop{
  margin-top: 200px;
}
.about .p-pagetop,
.contact .p-pagetop,
.post-type-archive-news .p-pagetop{
  margin-top: 145px;
}
.p-pagetop a{
  border: none;
}
.p-widget-area{
  padding: 45px 0 18px;
}
#contact-tel p{
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
#contact-tel a{
  display: block;
  width: 500px;
  margin: 16px auto 6px;
}
#contact-tel p small{
  font-size: 14px;
  font-weight: 400;
}
#menu-menu-1{
  display: flex;
  margin-top: 26px;
  margin-bottom: 0;
}
#menu-menu-1 li{
  margin: 0;
}
#menu-menu-1 li a{
  display: block;
  padding: 10px 30px;
}
#menu-menu-1 li a span{
  display: none;
}
.p-address{
  color: #FFF;
}
.p-copyright{
  color: #FFF;
}
@media screen and (max-width:767px) {
.l-footer{
  margin-top: 100px;
}
#contact-tel p,
#contact-tel a{
  width: 89.3%;
  margin-left: auto;
  margin-right: auto;
}
#contact-tel p{
  font-size: 16px;
  line-height: 24px;
}
}
/* Under
--------------------------------------- */
h1.p-page-header__title,
div.p-page-header__title{
  text-align: center;
  border-radius: 20px;
}
.lead-contact h2{
  margin-bottom: 6px;
  color: #43392F;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
}
div.lead-contact p{
  margin-bottom: 13px;
  color: #43392F;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}
.lead-contact a{
  display: block;
  width: 350px;
  margin: 0 auto;
  color: #43392F;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #707070;
  border-radius: 50px;
}
.lead-contact a:hover{
  text-decoration: none;
}
@media screen and (max-width:767px) {
.lead-contact h2{
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 25px;
}
div.lead-contact p{
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
}
.lead-contact a{
  width: 89.3%;
  max-width: 335px;
  font-size: 20px;
  line-height: 80px;
}
}
/******************************************************
Top
*******************************************************/
.home #main_view{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  padding: 70px 0;
}
.home #main_view .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17%;
  min-height: 800px;
}
.home #main_view .img{
  width: 83%;
  min-height: 800px;
  background-image: url('./img/top/main_view.jpg?230728');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 80px 0 0 80px;
}
@media screen and (max-width:767px) {
.home #main_view{
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}
.home #main_view .ttl{
  width: 100%;
  min-height: 0;
  padding: 40px 0 42px;
}
.home #main_view .img{
  width: 100%;
  min-height: 0;
  padding-bottom: 118.7%;
  background-image: url('./img/top/sp/main_view.png?230713');
  border-radius: 0;
}
}

.home #intro{
  padding: 138px 0 170px;
  text-align: center;
  background-image: url('./img/top/intro_bg.png');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.home #intro .inner{
  display: flex;
  justify-content: space-between;
  width: 89.3%;
  margin: 0 auto;
}
.home #intro .inner .left{
  width: 45.8%;
}
.home #intro .inner .left img{
  max-width: 100%;
}
.home #intro .inner .right{
  width: 50%;
}
.home #intro h2{
  position: relative;
  width: 100%;
  margin-left: -.5em;
  margin-bottom: 25px;
  padding-left: 1em;
  font-size: 60px;
  font-weight: 400;
  line-height: 90px;
  text-align: left;
}
.home #intro h2 span{
  position: absolute;
  top: 0;
  left: 0;
}
.home #intro p{
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}
.home #intro .btn-base.brown{
  margin: 48px auto 0;
}
@media screen and (min-width:1220px) {
.home #intro .inner{
  width: 1200px;
}
}
@media screen and (max-width:767px) {
.home #intro{
  width: 100%;
  padding: 60px 0 100px;
}
.home #intro .inner{
  display: block;
  width: 89.3%;
}
.home #intro .inner .left{
  display: none;
}
.home #intro .inner .right{
  width: 100%;
  text-align: center;
}
.home #intro h2{
  display: inline-block;
  width: auto;
  margin-bottom: 11px;
  font-size: 19px;
  line-height: 30px;
}
.home #intro .inner .right picture{
  margin-bottom: 10px;
}
.home #intro p{
  width: 100%;
  font-size: 12px;
  line-height: 24px;
}
.home #intro picture img{
  width: 100%;
}
}
.home #service{
  background: url('./img/top/service_bg.jpg') no-repeat center center/cover;
/*  background-size: cover;*/
}
.home #service .inner{
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 87px 0 50px;
  background: url('./img/top/service_txt.svg?1') no-repeat center center/100% auto;
/*  background-size: 100% auto;*/
}
@media screen and (max-width:1200px) {
.home #service .inner{
  width: 100%;
  max-width: 100%;
}
}
.home #service .inner p{
  font-family: var(--mincho-font-family);
  text-shadow: var(--white-text-shadow);
  text-align: center;
}
.home #service .inner .txt_1{
  font-size: 20px;
  line-height: 1;
}
.home #service .inner .txt_2{
  margin-top: 10px;
  font-size: 47px;
  line-height: 87px;
}
.home #service .inner .txt_2 span{
  font-size: 63px;
}
.home #service .btn-base.white{
  margin: 30px auto 0;
}
@media screen and (max-width:767px) {
.home #service{
  background-image: url('./img/top/sp/service_bg.jpg');
}
.home #service .inner{
  padding: 112px 0 80px;
  background-image: none;
}
.home #service .inner .txt_2{
  margin-top: 16px;
  font-size: 35px;
  line-height: 70px;
}
.home #service .inner .txt_2 span{
  font-size: 47px;
}
}
/* コンテンツビルダー（プランコンテンツ）
--------------------------------------- */
.p-content02:not(.slick-slider){
  margin-top: 100px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-content02__item{
  width: 23.95%!important;
}
.p-content02__item a {
/*  box-sizing: border-box;*/
  color: #43392F;
/*  display: block;*/
  width: 250px;
/*  height: auto;*/
  margin: 0 auto;
  padding: 16px 0;
/*  overflow: hidden;*/
/*  position: relative;*/
}
/**/
.p-content02__item-content{
  opacity: 1;
}
.p-content02__item-content--c{
  padding: 14.3% 0 16.7%;
  justify-content: space-between;
}
.p-content02__item-content--c h2{
  font-size: 50px;
  font-weight: 500;
  text-shadow: var(--black-text-shadow);
  line-height: 72px;
}
@media screen and (max-width:767px) {
.p-content02:not(.slick-slider) {
  flex-direction: column-reverse;
}
.p-content02__item{
  width: 89.3%!important;
  margin: 0 auto 10px;
}
.p-content02__item .p-hover-effect--type1{
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 100%;
  overflow: hidden;
  position: relative;
}
.p-content02__item-content--c{
  padding: 41px 0 50px;
}
.p-content02__item-content--c h2{
  font-size: 30px;
  line-height: 44px;
}
}
/* コンテンツビルダー（メインイメージ）
--------------------------------------- */
.home .p-main-image{
  margin-top: 200px;
}
.home .p-main-image__img{
  width: 83.3%;
  margin-left: 16.7%;
  border-radius: 80px 0 0 80px;
}
.home .p-main-image--rev .p-main-image__img{
  margin-left: 0;
  border-radius: 0 80px 80px 0;
}
.home .p-main-image__content{
  align-items: flex-end;
  margin-right: 11.25%;
}
.home .p-main-image--rev .p-main-image__content{
  align-items: start;
  margin-left: 11.25%;
  margin-right: 0;
}
.home .p-main-image__content h2,
.home .p-main-image__content p{
  text-align: right;
  text-shadow: var(--white-text-shadow);
}
.home .p-main-image--rev .p-main-image__content h2,
.home .p-main-image--rev .p-main-image__content p{
  text-align: left;
  text-shadow: var(--black-text-shadow);
}
@media screen and (max-width:767px) {
.home .p-main-image{
  margin-top: 20px;
}
.home .p-main-image__img{
  width: 100%;
  margin-left: 0;
  padding-bottom: calc(100% + 235px);
  border-radius: 30px;
}
.home .p-main-image--rev .p-main-image__img{
  border-radius: 30px;
}
.home .p-main-image__content{
  height: auto;
  justify-content: start;
  align-items: center;
  margin-right: 0;
  padding: 52px 5.3% 0;
}
.home .p-main-image--rev .p-main-image__content{
  align-items: center;
  margin-left: 0;
}
.home .p-main-image__content h2{
  width: 100%;
}
.home .p-main-image__content h2,
.home .p-main-image__content p,
.home .p-main-image--rev .p-main-image__content h2,
.home .p-main-image--rev .p-main-image__content p{
  text-align: center;
}
.home .p-main-image .btn-base{
  margin: 0 auto;
}

}
/* コンテンツビルダー（ブログ&ニュース）
--------------------------------------- */
.p-content03{
  margin-top: 200px;
}
.p-content03__blog {
  width: 100%;
  height: 100%;
  padding: 0;
}
.p-content03__blog .bg{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 83.3%;
  height: 100%;
  background-image: url('./img/top/news_bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 80px 0 0 80px;
}
.p-content03__blog .inner{
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 80.7%;
  max-width: 1070px;
  height: 100%;
  margin-right: 11.25%;
  padding: 66px 0 0;
}
@media screen and (max-width:1599px) {
.p-content03__blog .inner{
  width: 68.05%;
}
}
/*@media screen and (max-width:1400px) {
.p-content03__blog .inner{
  margin-right: 0;
}
}*/
.p-content03__blog-catch{
  font-weight: 500;
  text-shadow: var(--white-text-shadow);
}
.p-content03__blog-archive-link{
  color: #43392F;
  text-shadow: var(--white-text-shadow);
}
.p-content03__blog-archive-link.sp{
  display: none;
}
.p-article04__title a{
  font-weight: 400;
}
@media screen and (max-width:1200px) {
.p-content03__blog .inner{
  width: 75.3%;
  margin-right: 4%;
}
}
.blog-list-inner{
  display: flex;
  justify-content: flex-start;
}
.p-content03__blog-list{
  margin: 0;
}
.p-content03__blog-list-item{
  width: 22%;
  padding: 0;
  margin-right: 4%;
  background-color: #FFF;
}
.p-content03__blog-list-item h3,
.p-content03__blog-list-item p{
  padding: 0 7px;
}
@media screen and (max-width:767px) {
.p-content03{
  margin-top: 20px;
}
.p-content03__blog .bg{
  width: 100%;
  z-index: -1;
  border-radius: 30px;
}
.p-content03__blog .inner{
  position: static;
  width: 89.3%;
  margin: 0 auto;
  padding: 50px 0 137px;
}
.p-content03__blog-catch{
  text-align: center;
  margin-bottom: 45px;
}
.p-content03__blog-list-item{
  margin-right: 10px;
}
.p-content03__blog-list-item:first-child{
  padding-left: 0;
}
.p-content03__blog-list-item:last-child{
  margin-right: 0;
  padding-right: 0;
}
.p-content03__blog-archive-link.pc{
  display: none;
}
.p-content03__blog-archive-link.sp{
  position: static;
  display: block;
  margin-top: 70px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transform: translateY(0);
}
}
/******************************************************
About
*******************************************************/
#about .tcd-pb-row.row1{
  margin-top: 84px;
}
#about table.pb_simple_table{
  width: 1000px;
  margin: 0 auto;
  border-color: #707070;
}
@media screen and (max-width:1060px) {
#about table.pb_simple_table{
  width: 93%;
}
}
#about table.pb_simple_table th{
  width: 30%;
  height: 83px;
  font-size: 18px;
  line-height: 36px;
  border-color: #707070;
}
#about table.pb_simple_table td{
  width: 70%;
  height: 83px;
  border-color: #707070;
  background-color: #FFF;
}
#about table.pb_simple_table td p{
  color: #43392F;
  font-size: 18px;
  line-height: 36px;
}
#about .pb-widget-googlemap{
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1260px) {
#about .pb-widget-googlemap{
  width: 93%;
}
}
#about .pb_googlemap_map.pb_googlemap-map_layout-type2.pb_googlemap-overlay_layout-type2{
  width: 62.5%;
}
#about .pb_googlemap_overlay{
  width: 37.5%;
}
@media screen and (max-width: 767px){
#about .pb_googlemap_overlay{
  width: 100%;
}
}
/******************************************************
Service
*******************************************************/
.p-entry__body ul#sec-list{
  display: flex;
  width: 89.3%;
  max-width: 1200px;
  margin: 102px auto 144px;
/*  flex-wrap: wrap;*/
  justify-content: center;
  list-style: none;
}
#sec-list li{
  width: 25%;
}
#sec-list li a{
  display: block;
  color: #FFF;
  padding: 17px 0;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background-color: #AFAFAF;
  border: 1px solid #FFF;
}
#sec-list li a:hover{
/*  text-decoration: none;*/
}
#service .p-main-image__img--narrow{
  border-radius: 50px;
}
#service .p-main-image{
  background-color: #FFF;
}
.p-entry__body ul.slist{
  display: flex;
  width: 100%;
  margin: 0 0 85px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  list-style: none;
}
.slist li{
  position: relative;
  width: 280px;
  padding-bottom: 185px;
  margin: 0 13.5px 43px;
}
.slist li h3{
  margin-bottom: 21px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
.slist li p{
  margin-bottom: 20px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.slist li picture{
  position: absolute;
  bottom: 0;
  left: 0;
}
.slist li picture img{
  border-radius: 20px;
}
#service .btn-base{
  margin: 0 auto;
}
@media screen and (max-width: 767px){
.p-entry__body ul#sec-list{
  width: calc(100% - 40px);
  max-width: 100%;
  margin: 40px auto;
}
#sec-list li a{
  padding: 4px 0;
  font-size: 12px;
  line-height: 20px;
}
#service .p-main-image{
  display: flex;
  flex-direction: column-reverse;
}
#service .p-main-image__img--narrow{
  padding-bottom: 53.3%;
  border-radius: 10px;
}
#service .p-main-image__content{
  padding: 30px 5.35% 56px;
}
#service .p-entry__body .p-main-image__desc{
  font-size: 14px!important;
}
.p-entry__body ul.slist{
  margin-bottom: 90px;
}
.slist li{
  padding-bottom: 0;
}
.slist li:last-child{
  margin-bottom: 0;
}
.slist li picture{
  position: static;
  display: block;
  width: 220px;
  margin: 0 auto;
}
.slist li picture img{
  width: 100%;
}
}
/******************************************************
Works（テーマのカスタム投稿タイプはPlan）
*******************************************************/
.single-plan h2{
  margin: 98px 0 150px;
  padding: 56px 0 61px;
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  background-color: #43392F;
}
.single-plan h2 span{
  position: relative;
  display: inline-block;
  padding: 0 135px;
}
.single-plan h2 span::before,
.single-plan h2 span::after{
  content: '';
  position: absolute;
  top: calc(50% - .5px);
  width: 112px;
  height: 1px;
  background-color: #FFF;
}
.single-plan h2 span::before{
  left: 0;
}
.single-plan h2 span::after{
  right: 0;
}

.single-plan .imgs{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.single-plan .imgs::after{
  content: '';
  position: absolute;
  top: calc(50% - 56px);
  left: calc(50% - 9px);
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 18px solid #000000;
}
.single-plan .imgs div{
  position: relative;
  width: 47%;
}
.single-plan .imgs div img{
  width: 100%;
}
.single-plan .imgs p{
  margin: 0;
  font-size: 34px;
  line-height: 56px;
  text-align: center;
  background-color: #FFF;
}
.single-plan .area1 > p{
  margin: 20px 0 0;
  padding: 0 16px;
  font-size: 22px;
  line-height: 32px;
}
.single-plan ul.area2{
  display: flex;
  width: 100%;
  margin: 142px 0 0;
  padding: 0 21px;
  flex-wrap: wrap;
  justify-content: start;
  align-items: stretch;
  list-style: none;
}
.single-plan ul.area2 li{
  width: 30.7%;
  margin-right: 3.95%;
  margin-bottom: 112px;
}
.single-plan ul.area2 li:nth-child(3n){
  margin-right: 0;
}
.single-plan ul.area2 li img{
  width: 100%;
  border-radius: 20px;
}
.single-plan ul.area2 li h3{
  margin: 20px 0 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: underline;
}
.single-plan ul.area2 li p{
  margin: 0;
  font-size: 14px;
  line-height: 28px;
}
@media only screen and (max-width: 767px){
.single-plan h2{
  margin: 50px 0 80px;
  padding: 24px 0 30px;
  font-size: 24px;
  line-height: 48px;
}
.single-plan h2 span{
  width: 100%;
  padding: 0;
}
.single-plan h2 span:before,
.single-plan h2 span:after{
  width: 70px;
}
.single-plan .imgs::after{
  top: calc(50% - 15px);
  left: calc(50% - 3px);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 6px solid #000000;
}
.single-plan .imgs p{
  font-size: 18px;
  line-height: 30px;
}
.single-plan .area1 > p{
  padding: 0;
  font-size: 14px;
  line-height: 28px;
}
.single-plan ul.area2{
  display: block;
  margin: 150px 0 0;
  padding: 0;
}
.single-plan ul.area2 li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 50px;
}
.single-plan ul.area2 li h3{
  margin: 10px 0;
  font-size: 18px;
  line-height: 26px;
}

}
/******************************************************
FLOW
*******************************************************/
#flow .area1{
  margin-top: 98px;
  padding: 49px 0 52px;
  background-color: #FFF;
}
#flow .area1 h2{
  color: #43392F;
  font-size: 40px;
  font-weight: 400;
  line-height: 58px;
  text-align: center;
}
#flow .area1 p{
  margin-top: 23px;
  color: #43392F;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}
#flow .area1 p.tel{
  width: calc(100% - 40px);
/*  width: 89.3%;*/
  max-width: 850px;
  margin: 18px auto 0;
  padding: 20px 0;
  color: #fff;
  font-size: 30px;
  background-color: #43392F;
}
#flow .area1 p.tel a{
  display: inline-block;
  padding-left: 80px;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  background-image: url(./img/under/flow_icon_2.svg);
  background-repeat: no-repeat;
  background-position: left 34px center;
  background-size: 21px 21px;
}
#flow .area1 p.tel a:hover{
  text-decoration: none;
}
#flow  ol.area2{
  width: 93%;
  max-width: 1200px;
  margin: 150px auto;
  padding: 0;
  list-style: none;
}
#flow  ol.area2 li{
  position: relative;
  box-sizing: border-box;
  min-height: 350px;
  margin-bottom: 78px;
  padding: 91px 11.7% 0 30%;
  background-color: #FFF;
  border-radius: 30px;
}
#flow  ol.area2 li::before{
  content: "";
  position: absolute;
  top: calc(50% - 90px);
  left: 6.7%;
  width: 180px;
  height: 180px;
  background-color: #43392F;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 58px auto;
  border-radius: 90px;
}
#flow  ol.area2 li:nth-child(1)::before{ background-image: url('./img/under/flow_txt_1.svg'); }
#flow  ol.area2 li:nth-child(2)::before{ background-image: url('./img/under/flow_txt_2.svg'); }
#flow  ol.area2 li:nth-child(3)::before{ background-image: url('./img/under/flow_txt_3.svg'); }
#flow  ol.area2 li:nth-child(4)::before{ background-image: url('./img/under/flow_txt_4.svg'); }
#flow  ol.area2 li:nth-child(5)::before{ background-image: url('./img/under/flow_txt_5.svg'); }
#flow  ol.area2 li:nth-child(6)::before{ background-image: url('./img/under/flow_txt_6.svg'); }
#flow  ol.area2 li:nth-child(7)::before{ background-image: url('./img/under/flow_txt_7.svg'); }
#flow  ol.area2 li:nth-child(8)::before{ background-image: url('./img/under/flow_txt_8.svg'); }
#flow  ol.area2 li::after{
  content: "";
  position: absolute;
  bottom: -48px;
  left: calc(50% - 34px);
  border-top: 18px solid #000000;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
}
#flow  ol.area2 li:last-child::after{
  display: none;
}
#flow  ol.area2 li h3{
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #43392F;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
  border-bottom: 1px solid #43392F;
}
#flow  ol.area2 li p{
  margin-top: 8px;
  margin-bottom: 0;
  color: #43392F;
  font-size: 20px;
  line-height: 38px;
}
@media only screen and (max-width: 767px){
#flow .area1{
  margin-top: 50px;
  padding: 20px 0 30px;
}
#flow .area1 h2{
  font-size: 32px;
  line-height: 40px;
}
#flow .area1 p{
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
#flow .area1 p.tel{
  margin-top: 20px;
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 20px;
}
#flow .area1 p.tel a{
  margin-top: 10px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 29px;
  background-position: left 0 center;
  background-size: 14px 14px;
}
#flow  ol.area2{
  width: 100%;
  margin: 125px auto 80px;
}
#flow  ol.area2 li{
  min-height: 0;
  margin-bottom: 123px;
  padding: 72px 5.3% 70px;
}
#flow  ol.area2 li::before{
  top: -45px;
  left: 5.3%;
  width: 90px;
  height: 90px;
  background-size: 38px auto;
  border-radius: 45px;
}
#flow  ol.area2 li h3{
  font-size: 22px;
  line-height: 32px;
}
#flow  ol.area2 li p{
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
}
/******************************************************
NEWS一覧
*******************************************************/
.p-archive-header{
  padding: 128px 0 0;
}
.p-blog-list{
  margin-bottom: 0;
}
.archive .p-blog-list{
  margin-top: 128px;
}
.p-blog-list__item{
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 50px 5.2% 58px 5.3%;
  border-top: 1px solid #707070;
}
.p-blog-list__item:last-child{
  border-bottom: 1px solid #707070;
}
.p-blog-list__item .p-hover-effect--type1{
  position: relative;
  z-index: 1;
  width: 28.3%;
  margin-right: 2.2%;
  margin-bottom: 0;
  border: 1px solid #707070;
  border-radius: 20px;
}
.p-blog-list__item .info{
  width: 69.5%;
}
.p-article01__meta{
  color: #43392F;
  font-size: 14px;
  line-height: 20px;
}
.p-article01__date{
  color: #43392F;
}
.p-article01__title{
  margin-bottom: 11px;
  color: #43392F;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.p-article01__title a{
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.p-article01__excerpt{
  margin-bottom: 0;
  color: #43392F;
  font-size: 14px;
  line-height: 28px;
}
@media only screen and (max-width: 767px){
.blog .l-main > .l-inner{
  padding: 0;
}
.p-archive-header{
  padding: 50px 0 0;
}
.archive .p-blog-list{
  margin-top: 50px;
}
.p-blog-list__item{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 5.3% 49px;
}
.p-blog-list__item .p-hover-effect--type1{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.p-blog-list__item .info{
  width: 100%;
}
.p-article01__title{
  margin-bottom: 5px;
  font-size: 18px;
}
.p-article01__title a{
  font-size: 18px;
}
}
/******************************************************
NEWS個別
*******************************************************/
.single-news .l-contents{
  background: none;
}
.single-news .l-contents__inner{
  display: block;
  margin-top: 100px;
  width: 89.84375%;
  max-width: 1150px;
}
.single-news .l-primary{
  width: 100%;
  padding: 0;
  background: none;
}
.single-news .p-entry__header{
  border: 1px solid #707070;
}
.single-news .p-entry__meta{
  margin-bottom: 0;
  padding: 15px 15% 0;
  color: #5B5248;
  font-size: 15PX;
  line-height: 20PX;
}
.single-news .p-entry__title{
  margin-bottom: 0;
  padding: 10px 15% 15px;
  font-size: 22px!important;
  font-weight: 400!important;
  line-height: 32px;
}
.single-news .p-entry__thumbnail{
  margin-bottom: 0;
  padding: 50px 0 0;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.single-news .p-entry__thumbnail img{
  width: 70%;
}
.single-news .p-entry__body{
  padding: 30px 15% 70px;
  border: 1px solid #707070;
  border-top: none;
}
.single-news .p-nav01{
  margin-top: 102px;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}
.single-news .p-nav01 li,
.single-news .c-nav01__item{
  flex: none;
  width: auto;
  min-width: 22px;
  height: auto;
  margin: 0 30px;
  font-size: 12px;
  line-height: 20px;
  border: none;
}
.single-news .c-nav01__item--next::after,
.single-news .c-nav01__item--prev::before{
  display: none;
}
.single-news .p-nav01 li a,
.single-news .c-nav01__item a{
  padding: 5px;
  font-size: 12px;
}
.single-news .p-nav01 .center a{
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 767px){
.single-news .l-contents__inner{
  margin-top: 50px;
}
.single-news .p-entry__header{
  border-left: none;
  border-right: none;
}
.single-news .p-entry__meta{
  padding: 15px 5.3% 0;
  font-size: 14px;
}
.single-news .p-entry__title{
  margin-bottom: 0;
  padding: 10px 5.3% 15px;
  font-size: 18px!important;
  border-top: none;
}
.single-news .p-entry__thumbnail{
  width: 89.3%;
  margin: 0 auto;
  border: none;
}
.single-news .p-entry__thumbnail img{
  width: 100%;
}
.single-news .p-entry__body{
  padding: 30px 5.3% 70px;
  border-left: none;
  border-right: none;
}
.single-news .p-nav01{
  margin-top: 100px;
}
.single-news .p-nav01 li,
.single-news .c-nav01__item{
  margin: 0 13px;
}
.single-news .c-nav01__item--next a::after,
.single-news .c-nav01__item--prev a::before{
  display: none;
}
.single-news .p-nav01 li a,
.single-news .c-nav01__item a{
  height: auto;
  line-height: 20px;
}
}
/******************************************************
RECRUIT
*******************************************************/
#recruit{
  padding: 61px 0 0;
}
#recruit .sec1{
  width: 93%;
  margin: 0 auto 118px;
}
#recruit .sec1 p{
  margin-bottom: 0;
  padding: 0 0 36px;
  color: #43392F;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
#recruit .sec1 p.last{
  padding-bottom: 123px;
}
#recruit .sec1 ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
  list-style: none;
}
#recruit .sec1 ul li{
  width: 32.59%;
}
#recruit .sec1 ul li img{
  max-width: 100%;
  border-radius: 20px;
}
#recruit .item{
  margin-bottom: 70px;
  padding: 0 6.5%;
}
#recruit .item h2{
  margin-bottom: 0;
  padding: 32px 0;
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  background-color: #43392F;
}

#recruit .item table{
  width: 100%;
}
#recruit .item table tr th{
  width: 30%;
  padding: 32px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #707070;
  vertical-align: middle;
}
#recruit .item table tr td{
  width: 70%;
  padding: 32px 14px 32px 33px;
  font-size: 18px;
  line-height: 36px;
  background-color: #FFF;
  border: 1px solid #707070;
}
#recruit .item table tr td ul{
  margin-left: 18px;
  margin-bottom: 0;
}
#recruit .item table tr td ul li::marker{
  content: '・';
}
@media only screen and (max-width: 767px){
#recruit{
  padding: 63px 0 0;
}
#recruit .sec1{
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 50px;
}
#recruit .sec1 p{
  font-size: 14px;
}
#recruit .sec1 p.last{
  padding-bottom: 30px;
}
#recruit .sec1 ul{
  flex-direction: column;
  margin: 0;
}
#recruit .sec1 ul li{
  width: 100%;
  margin-bottom: 30px;
}
#recruit .sec1 ul li:last-child{
  margin-bottom: 0;
}
#recruit .item{
  margin-bottom: 70px;
  padding: 0;
}
#recruit .item h2{
  padding: 37px 0 34px;
  font-size: 20px;
  line-height: 29px;
}
#recruit .item table tr th{
  width: 83px;/* calc(100px - 16px - 1px) */
  padding: 32px 8px;
  font-size: 14px;
  line-height: 36px;
}
#recruit .item table tr td{
  width: calc(100% - 100px);
  padding: 32px 15px 32px;
  font-size: 14px;
  line-height: 28px;
}
#recruit .item table tr td ul{
  margin-left: 14px;
}
}
/******************************************************
CONTACT
*******************************************************/
#contact .p-entry__body > .l-inner{
  padding: 0;
}
#contact .area1{
  margin-top: 128px;
  margin-bottom: 146px;
  padding: 43px 0 32px;
  text-align: center;
  background-color: #FFF;
}
#contact .area1 h2{
  margin-bottom: 7px;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
#contact .area1 a{
  display: inline-block;
  margin-bottom: 17px;
  padding: 0 57px;
  font-size: 70px;
  line-height: 101px;
  letter-spacing: .1em;
  text-align: center;
  background-image: url(./img/under/flow_icon_1.svg);
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: left 0 center;
}
#contact .area1 a:hover{
  text-decoration: none;
}
#contact .area1 p{
  margin-bottom: 0;
  font-size: 20px;
  line-height: 38px;
}
#contact .area2{
  padding: 43px 12.5% 100px 11.7%;
  background-color: #FFF;
}

#contact .area2 h2{
  margin-bottom: 21px;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}
#contact .area2 p.intro{
  margin-bottom: 92px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}
.wpcf7{
  background: inherit;
  border: none; 
  font-size: inherit; 
  margin: 0!important; 
  padding: 0; 
  width: 100%; 
  box-sizing: border-box;
}
.wpcf7 form{
  margin: 0;
}
#contact .area2 table{
  width: 100%;
  margin-bottom: 40px;
}
.wpcf7 p,
#contact .area2 table p{
  margin: 0;
  line-height: inherit;
}
#contact .area2 table tr th{
  position: relative;
  width: 160px;
  padding: 20px 0 61px;
  border: none;
  background-color: #FFF;
  vertical-align: top;
}
#contact .area2 table tr th p{
  font-size: 20px;
  line-height: 38px;
  text-align: right;
}
#contact .area2 table tr th span{
  position: absolute;
  top: 15px;
  right: 0;
  color: #FF0000;
  font-size: 12px;
  line-height: 1;
}
#contact .area2 table tr td{
  padding: 0 0 40px 50px;
  border: none;
  background-color: #FFF;
}
#contact .area2 table tr:last-child td{
  padding-bottom: 0;
}
#contact .area2 table tr td input:not([type="file"]),
#contact .area2 table tr td textarea{
  width: calc(100% - 50px);
  padding: 20px;
  font-size: 20px;
  line-height: 38px;
  border: 1px solid #707070;
}
#contact .area2 table tr td #file{
  display: inline-block;
  width: 196px;
  height: auto;
  margin-right: 10px;
  color: #43392F;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  background-color: #F6F7F7;
  border: 1px solid #707070;
  cursor: pointer;
}
#contact .area2 table tr td input[type="file"]{
  display: none;
}
#contact .area2 table tr td #file-name{
  font-size: 16px;
  line-height: 42px;
}
#contact .area2 table tr td textarea{
  height: 302px;
  resize: none;
}

#contact .privacy{
  display: flex;
  margin-bottom: 85px;
  padding-left: calc(160px + 50px);
}
#contact .privacy p{
  display: flex;
}
#contact .privacy input[type="checkbox"]{
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
#contact .privacy p br{
  display: none;
}
#contact .privacy .wpcf7-list-item{
  display: inline-block;
  margin: 0;
}
#contact .privacy label{
  display: flex;
}
#contact .privacy span.label{
  font-size: 20px;
  line-height: 24px;
}
#contact .btn input[type="submit"]{
  display: block;
  width: 350px;
  height: auto;
  padding: 25px 0;
  margin: 0 auto;
  color: #FFF;
  font-size: 20px;
  line-height: 30px;
  background-color: #43392F;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 767px){
#contact .area1{
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 50px 0;
}
#contact .area1 h2{
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
}
#contact .area1 a{
  margin-bottom: 30px;
  padding: 0 0 0 45px;
  font-size: 46px;
  line-height: 66px;
  letter-spacing: 0;
  background-size: 27px auto;
  background-position: left 0 center;
}
#contact .area1 p{
  font-size: 14px;
  line-height: 28px;
}
#contact .area2{
  padding: 43px 5.3% 100px;
}

#contact .area2 h2{
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
#contact .area2 p.intro{
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 28px;
}
#contact .area2 table{
  display: block;
  margin-bottom: 22px;
}
#contact .area2 table tbody,
#contact .area2 table tr{
  display: block;
  width: 100%;
}
#contact .area2 table tr th{
  display: block;
  width: 100%;
  padding: 15px 0 0;
}
#contact .area2 table tr th p{
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
#contact .area2 table tr th span{
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  font-size: 10px;
  line-height: 15px;
}
#contact .area2 table tr td{
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
#contact .area2 table tr:last-child td{
  margin-bottom: 0;
}
#contact .area2 table tr td input:not([type="file"]),
#contact .area2 table tr td textarea{
  box-sizing: border-box;
  width: 100%;
  padding: 25px 16px;
  font-size: 16px;
  line-height: 30px;
}
#contact .area2 table tr td #file{
  width: 150px;
  font-size: 16px;
}
#contact .area2 table tr td #file-name{
  font-size: 14px;
}
#contact .area2 table tr td textarea{
  height: 340px;
}
#contact .privacy{
  padding-left: 0;
}
#contact .privacy{
  margin-bottom: 52px;
}
#contact .privacy input[type="checkbox"]{
  margin-right: 0;
}
#contact .privacy span.label{
  font-size: 14px;
}
#contact .btn input[type="submit"]{
  width: 100%;
  max-width: 335px;
  font-size: 18px;
}
}
/******************************************************
CONTACT Complete
*******************************************************/
#contact-complete .p-entry__body h1{
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
}
#contact-complete p{
  margin-bottom: 0;
}
#contact-complete p.intro{
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}
#contact-complete .img{
  margin-bottom: 92px;
  text-align: center;
}
#contact-complete a{
  display: block;
  width: 350px;
  margin: 0 auto;
  color: #43392F;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #707070;
  border-radius: 50px;
}
#contact-complete a:hover{
  text-decoration: none;
}
@media only screen and (max-width: 767px){
#contact-complete .p-entry__body h1{
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 22px;
}
#contact-complete p.intro{
  margin-bottom: 30px;
  padding-left: 5.3%;
  padding-right: 5.3%;
  font-size: 14px;
  line-height: 28px;
}
#contact-complete .img{
  width: 89.4%;
  margin: 0 auto 55px;
}
#contact-complete a{
  width: 89.3%;
  max-width: 350px;
  font-size: 18px;
}
}
/******************************************************
Privacy Policy
******************************************************/
#privacy-policy .p-entry__body{
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 89.84375%;
  max-width: 1150px;
}
#privacy-policy .p-entry__body p{
  font-size: 18px;
  line-height: 36px;
}
@media only screen and (max-width: 767px){
#privacy-policy .p-entry__body{
  margin-top: 50px;
}
#privacy-policy .p-entry__body p{
  font-size: 14px;
  line-height: 28px;
}
}