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

/* ----------------------------- -----------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
   共通
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------
 色早見表
 背景色 #FFFFFF
 ベージュ #F2F2EF
 黒 #000000
 緑 #0F5431
---------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------
 ブレイクポイント早見表
　スマートフォン縦　320px〜480px
　スマートフォン横　480px〜736px
　タブレット 768px〜1024px
　PC 960px〜
---------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------
  フォント指定
  使用フォント
 Montserrat　　font-family: dnp-shuei-gothic-kin-std, sans-serif;
 Regular 400
 Medium 500
 Bold 600 
---------------------------------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
* {  
    margin:0;  
    padding:0;  
}

body {
	font-size: 0;
}
img {  
    border:0;  
}
::selection {background: #0F5431; color: #FFFFFF;}
::-moz-selection {background: #0F5431; color: #FFFFFF;}
body {
	font-family: "dnp-shuei-gothic-kin-std" ,"游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	letter-spacing:0.05rem;
	background-color: #F2F2EF;
}
_:-ms-input-placeholder, :root body {
  font-family:  "dnp-shuei-gothic-kin-std" ,"游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
}

ul li {
	list-style: none;
}


/* ----------------------------------------------------------------------------------
文字設定
---------------------------------------------------------------------------------- */
h1 {
	font-size: 48px;
	line-height: 175%;
	letter-spacing: 0.2rem;
	font-weight: 600;
}
h2 {
	font-size: 36px;
	line-height: 175%;
	letter-spacing: 0.15rem;
	font-weight: 600;
}
h3 {
	font-size: 24px;
	line-height: 200%;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
h4 {
	font-size: 21px;
	line-height: 175%;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
h5 {
	font-size: 18px;
	line-height: 175%;
	letter-spacing: 0.05rem;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	line-height: 175%;
	letter-spacing: 0rem;
	font-weight: 500;
}
p {
	font-size: 15px;
	line-height:175%;
	letter-spacing: 0em;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
h1 {
	font-size: 36px;
	line-height: 175%;
	letter-spacing: 0.2rem;
	font-weight: 600;
}
h2 {
	font-size: 30px;
	line-height: 175%;
	letter-spacing: 0.15rem;
	font-weight: 600;
}
h3 {
	font-size: 21px;
	line-height: 200%;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	line-height: 175%;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
h5 {
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.05rem;
	font-weight: 400;
}
h6 {
	font-size: 12px;
	line-height: 175%;
	letter-spacing: 0rem;
	font-weight: 400;
}
p {
	font-size: 14px;
	line-height:175%;
	letter-spacing: 0em;
	font-weight: 400;
}
}
.mid {
	font-weight: 500 !important;
}
.bold {
	font-weight: 600 !important;
}
.lh100 {
	line-height: 100% !important;
}
.lh150 {
	line-height: 150% !important;
}
.lh200 {
	line-height: 200% !important;
}
.lh250 {
	line-height: 250% !important;
}
.lh300 {
	line-height: 300% !important;
}
.lh400 {
	line-height: 400% !important;
}
.lh500 {
	line-height: 500% !important;
}
.textal-center {
	text-align: center !important;
}
.textal-left {
	text-align: left !important;
}
.textal-right {
	text-align: right !important;
}
.text-mixed {
	text-orientation: mixed;
}
.justify {
	text-align: justify;
}
.p-w-60 {
	width: 60%;
}
.kunoji15 {
    margin-left: 7.5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	display: inline-block;
}
a::hover .kunoji15::before{
    border-top: 2px solid #0F5431;
    border-right: 2px solid #0F5431;
}
.kunoji20 {
    margin-left: 7.5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	display: inline-block;
}
a::hover .kunoji20{
    border-top: 2px solid #0F5431;
    border-right: 2px solid #0F5431;
}
.kunoji15-re {
    margin-right: 7.5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	display: inline-block;
}
a::hover .kunoji15-re::before{
    border-top: 2px solid #0F5431;
    border-right: 2px solid #0F5431;
}
.kunoji20-re {
    margin-right: 7.5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	display: inline-block;
}
a::hover .kunoji20-re{
    border-top: 2px solid #0F5431;
    border-right: 2px solid #0F5431;
}
.ud-br {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.ud-br::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.ud-br:hover::after {
  transform: scale(1, 1);
}
.ud-br-footer {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.ud-br-footer::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.ud-br-footer:hover::after {
  transform: scale(1, 1);
}

/* ----------------------------------------------------------------------------------
改行設定
---------------------------------------------------------------------------------- */

@media only screen and (min-width:767px) {
.sp-kaigyou {
	display: none;
}
}

/* ----------------------------------------------------------------------------------
margin padding
---------------------------------------------------------------------------------- */
.mt0 {
	margin-top: 0 !important;
}
.mt5p {
	margin-top: 5vh !important;
}
.mt7-5p {
	margin-top: 7.5vh !important;
}
.mt10p {
	margin-top: 10vh !important;
}
.mt15p {
	margin-top: 15vh !important;
}
.mt20p {
	margin-top: 20vh !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.-mt5p {
	margin-top: -5vh !important;
}
.-mt7-5p {
	margin-top: -7.5vh !important;
}
.-mt10p {
	margin-top: -10vh !important;
}
.-mt20p {
	margin-top: -20vh !important;
}
.mb5p {
	margin-bottom: 5vh !important;
}
.mb7-5p {
	margin-bottom: 7.5vh !important;
}
.mb10p {
	margin-bottom: 10vh !important;
}
.mb15p {
	margin-bottom: 15vh !important;
}
.mb20p {
	margin-bottom: 20vh !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}

.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}

.pat5 {
	padding-top: 5vh;
}
.pat7-5 {
	padding-top: 7.5vh;
}
.pat10 {
	padding-top: 10vh;
}
.pab5 {
	padding-bottom: 5vh;
}
.pab7-5 {
	padding-bottom: 7.5vh;
}
.pab10 {
	padding-bottom: 10vh;
}

/* ----------------------------------------------------------------------------------
a
---------------------------------------------------------------------------------- */

#about > div > p > a {
	text-decoration: none;
	color: #000;
}

/* ----------------------------------------------------------------------------------
mobile tel link
---------------------------------------------------------------------------------- */

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/* ----------------------------------------------------------------------------------
表示切り替え
---------------------------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
.sp {
	display: none !important;
}
}
@media only screen and (max-width: 768px) {
.pc {
	display: none !important;
}
}

@media only screen and (min-width: 1367px) {
.sp-h-r {
	display: none !important;
}
}
@media only screen and (max-width: 1366px) {
.pc-h-r {
	display: none !important;
}
}
@media only screen and (min-width:768px) {
.sp-kaigyou {
	display: none;
}
}
/* ----------------------------------------------------------------------------------
ローディング
---------------------------------------------------------------------------------- */

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
	margin: -75px 0 0 -150px;
}

#loading img {
    width: 300px;
	height: 150px;
}
 
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #F2F2EF;
    z-index: 9999;
}


/* ----------------------------------------------------------------------------------
 メニュー
---------------------------------------------------------------------------------- */

/*ヘッダー*/
.l-header {
	width: 100vw;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

/*ドロワー*/
.l-drawer {
	position: relative;
}
.l-drawer__checkbox {
	display: none;
}
.l-drawer__icon {
	cursor: pointer;
    display: block;
    width: 30px;
    height: 12px;
    position: fixed;
    top: 35px;
    right: 25px;
    padding: 0;
}
@media screen and (max-width: 768px) {
.l-drawer__icon {
    top: 32px;
    right: 25px;
}
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
	background-color: #000000;
	display: block;
	width: 36px;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 0;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
	content: " ";
}
.l-drawer__icon-parts:before {
	top: 12px;
	margin-left: 0;
}
.l-drawer__icon-parts:after {
	top: -12px;
	margin-left: 0;
}
.l-drawer__overlay {
	background: #F2F2EF;
	color: #000000;
	opacity: 0;
	pointer-events: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	padding: 0 !important;
	margin: 0 !important;
}
.l-drawer__menu {
	font-size: 16px;
	background: rgba(242,242,239,0.8);
	color: #000000;
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	/*right: -100vw;*/
	display: none;
	padding: 0 !important;
	margin: 0 !important;
}
.l-drawer__icon {
	z-index: 14;
}
.l-drawer__menu {
	z-index: 13;
}
.l-drawer__overlay {
	z-index: 12;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
	background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
	opacity: 0.9;
	pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
	/*right: 0;*/
	display: block;
	opacity: 1;
	animation-duration: 0.6s;
	animation-name: fade-in;
	-moz-animation-duration: 0.6s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-name: fade-in;
}
 @keyframes fade-in {
	 0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }
    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }
    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.l-drawer__menu ul{
	height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    position: absolute;
    top: calc(50% + 5px);
    left: calc(10vw + 110px);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    /*-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
}
.l-drawer__menu ul .l-drawer__item {
	line-height: 200%;
    margin: 0 0 5px;
	font-size: 18px;
    font-weight: 500;
    display: block;
    vertical-align: top;
}
nav.l-drawer__menu ul .l-drawer__item a {
	color: #000000;
}
nav.l-drawer__menu ul .l-drawer__item a:hover {
	color: #000000;
}
.l-drawer__item a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.l-drawer__menu ul .l-drawer__item:last-child {
	line-height: 200%;
	margin: 0 0 0;
}
.l-drawer__menu ul .l-drawer__item a span,
.l-drawer__menu ul .l-drawer__item a span::before {
	color: #000000;
}
.l-drawer__menu ul .l-drawer__item a:hover span,
.l-drawer__menu ul .l-drawer__item a:hover span::before {
	color: #000000;
}
.l-drawer__menu ul .l-drawer__item a span,
.l-drawer__menu ul .l-drawer__item a span::before {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.l-drawer__menu ul .l-drawer__item a.ud-br {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-drawer__menu ul .l-drawer__item a.ud-br::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.l-drawer__menu ul .l-drawer__item a.ud-br:hover::after {
  transform: scale(1, 1);
}
.l-drawer__menu ul .l-drawer__item a .kunoji20 {
	margin-left: 7.5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	display: inline-block;
}
.l-drawer__menu ul .l-drawer__item ul {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.l-drawer__menu ul .l-drawer__item ul li {
	line-height: 200%;
	margin: 0 0 5px;
	font-size: 13px;
}
.l-drawer__menu ul .l-drawer__item ul li:last-child {
	line-height: 200%;
	margin: 0 0 0;
}

/* ----------------------------------------------------------------------------------
PC　ヘッダー
---------------------------------------------------------------------------------- */

.pc-header {
	width: 100%;
	height: 72px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #FFFFFF;
	position: fixed;
	top:0;
	left: 0;
	z-index: 99;
	display: block;
}
.pc-header-wrap {
	display: flex;
	flex-direction: row;
}
.g-menu {
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	right:270px;
}
.g-menu-item {
	display: inline-block;
	margin: 28px 25px 0 0;
}
.g-menu-item-inner {
	text-decoration: none;
	color: #000000;
	width: fit-content;
}
.call {
	position: absolute;
	top: 16px;
	right: 30px;
}
.call-link {
	
}
.call-svg {
	width: 240px;
	height: 40px;
}

/* ----------------------------------------------------------------------------------
ロゴ
---------------------------------------------------------------------------------- */

.logo {
	position: fixed;
	top:21px;
	left: 30px;
	margin:0;
	z-index: 100;
}
.logo a.logo-link img.logo-svg {
	width: 200px;
	height: 30px;
}
@media screen and (max-width: 768px) {
.logo {
	position: fixed;
	top:21px;
	left: 25px;
	margin:0;
}
.logo a.logo-link img.logo-svg {
	width: 200px;
	height: 30px;
}
}
@media screen and (max-width: 319px) {
.logo a.logo-link img.logo-svg {
	width: 150px;
	height: 22.5px;
}
}

/* ----------------------------------------------------------------------------------
購入ボタン
---------------------------------------------------------------------------------- */

#call-btn {
	width: 100%;
	height: 60px;
	display: block;
	text-align: center;
	align-content: center;
	background-color: #FFF;
	opacity: 0.8;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px 0;	
	z-index: 100;
	box-sizing: border-box;
}
#call-btn:hover {
	opacity: 1;
	transition: 1s;
}
.call-btn-svg {
	width: 240px;
	height: 40px;
}
/* ----------------------------------------------------------------------------------
about wrap
---------------------------------------------------------------------------------- */
.about-wrap {
	width: 100vw;
	margin: 0 auto ;
	background: #F2F2EF;
	padding: 0 0 10vh;
}
.top-img {
	width: 100vw;
	margin: 0 auto;
}
.top-img img {
	width: 100%;
	margin-top: 72px;
}
.top-video {
	width: 100vw;
	position: relative;
	padding-top:56.25%;
	margin: 72px 0 0;
}
.top-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.access-wrap {
	width: 90vw;
	margin: 150px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.access-text {
	width: 300px;
	text-align: left;
}
.access-logo {
	width: 180px;
}
.access-map {
	width: calc(100% - 350px);
	text-align: left;
}
.access-map ifram {
	width: 100%;
}
.access-ill {
	position: absolute;
	width: 150px;
	top:-90px;
	right: -20px;
}
.people-wrap {
	padding: 100px 0 0;
	width: 90vw;
}
.people-img {
	width: calc(100% - 350px);
}
.people-text {
	width: calc(100% - 350px);
	padding: 0 0 0 5vw;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.top-img {
	width: 100vw;
	height: 100vw;
	margin: 0 auto;
}
.top-img::before {
	padding-top: 100vw;
}
.top-img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	margin-top: 72px;
}
.access-wrap {
	width: 90vw;
	margin: 150px auto 0;
	display: flex;
	flex-direction: column;
	justify-content: none;
	position: relative;
}
.access-text {
	width: 100%;
	text-align: left;
	margin: 0 0 5vw;
}
.access-logo {
	width: 180px;
}
.access-map {
	width: 100%;
	text-align: left;
}
.access-map ifram {
	width: 100%;
	height: 100% !important;
}
.access-ill {
	position: absolute;
	width: 150px;
	top:-20px;
	right: -10px;
}
.people-wrap {
	padding: 80px 0 0;
	width: 100vw;
}
.people-img {
	width: 100%;
}
.people-text {
	width: calc(100% - 10vw);
	padding: 0 5vw 0 5vw;
	box-sizing: border-box;
}
}
@media screen and (max-width: 389px) {
.access-ill {
	position: absolute;
	width: 120px;
	top:-50px;
	right: 0px;
}
}
/* ----------------------------------------------------------------------------------
yamanami
---------------------------------------------------------------------------------- */

.yamanami-wh {
	width: 100vw;
	height: 33vw;
	background-image:url("../img/back_image_02.png");
	background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    margin: -15vw auto 0;
	position: relative;
}
.yamanami-be {
	width: 100vw;
	height: 33vw;
	background-image:url("../img/back_image_01.png");
	background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    margin: -15vw auto 0;
	position: relative;
	background-color: #fff;
}
.yamanami-gr {
	width: 100vw;
	height: 33vw;
	background-image:url("../img/back_image_03.png");
	background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    margin: 0 auto 0;
	position: relative;
	background-color: #fff;
}

/* ----------------------------------------------------------------------------------
products
---------------------------------------------------------------------------------- */

.products-wrap {
	width: 100vw;
	margin: 0 auto ;
	background: #FFFFFF;
	padding: 0 0 15vh;
	position: relative;
}
.wrap-title {
	width: 80vw;
	margin: 0 auto 50px;
}
.p-list {
	width: 90vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:stretch;
	text-align: left;
	margin: 0 auto 0;
	position: relative;
	z-index: 2;
}
.p-list::after {
	content:"";
	display: block;
	width: calc( 100% / 4 - 1.5rem);
}
.p-list-item {
	display: block;
    text-align: left;
    margin: 0 0 5rem;
    flex-basis: calc( 100% / 4 - 1.5rem);
    max-width: calc( 100% / 4 - 1.5rem);
	position: relative;
}
.p-list-item-img {
	width: 100%;
	margin: 0 0 10px;
}
.p-list-item-img::before {
	padding-top: 61.8%;
}
.p-list-item-img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.p-list-item-text {
	width: 100%;
}
.p-list-item-text dl {
	font-size: 0.9rem;
}
.p-list-item-text h5 {
	margin-bottom: 10px;
}
dl{
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-top: 1px solid #ccc;
}
dt{
	padding: 10px 0;
	width: 30%;
	border-bottom: 1px solid #ccc;
}
dd{
	padding: 10px 0;
	width: 70%;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
@media screen and (max-width: 768px) {
.wrap-title {
	width: 80vw;
	margin: 0 auto 30px;
}
.p-list {
	justify-content: space-between;
}
.p-list::after {
	content:"";
	display: block;
	width: calc( 100% / 2 - 0.7rem);
}
.p-list-item {
	display: block;
    text-align: left;
    margin: 0 0 3rem;
    flex-basis: calc( 100% / 2 - 0.7rem);
    max-width: calc( 100% / 2 - 0.7rem);
	position: relative;
}
.p-list-item-text h5 {
	font-size: 16px;
}
.p-list-item-text dl {
	font-size: 0.8rem;
}
}

/* ----------------------------------------------------------------------------------
flow
---------------------------------------------------------------------------------- */
.flow-wrap {
	padding: 0 0 25vh;
	margin: -10vh 0 0 ;
}
.flow-list {
	width: 95vw;
	margin: 0 0 0 auto;
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	z-index: 2;
}
.flow-list::after {
	content:"";
	display: block;
	width: calc( 100% / 4 - 1.5rem);
}
.flow-item {
	flex: 0 0 20%;
	margin: 0 2.5vw 2.5rem 0;
	max-width: none;
	text-align: left;
}
.flow-item-title {
	margin-bottom: 15px;
}
.flow-item-img {
	width: 100%;
	margin-bottom: 15px;
}
.flow-item-cap {
	width: 100%;
}
.flow-list::-webkit-scrollbar{
   height: 5px;
}
.flow-list::-webkit-scrollbar-track{
   background-color: #fff;
}
.flow-list::-webkit-scrollbar-thumb{
   background-color: #0F5431;
}
@media screen and (max-width: 768px) {
.flow-wrap {
	padding: 0 0 25vh;
	margin: 0 0 0 ;
}
.flow-list::after {
	content:"";
	display: block;
	width: calc( 100% / 3 - 1.5rem);
}
.flow-item {
	flex: 0 0 28%;
	margin: 0 3vw 2.5rem 0;
	max-width: none;
	text-align: left;
}
}
@media screen and (max-width: 489px) {
.flow-list::after {
	content:"";
	display: block;
	width: calc( 100% / 1 - 1.5rem);
}
.flow-item {
	flex: 0 0 60%;
	margin: 0 3vw 2.5rem 0;
	max-width: none;
	text-align: left;
}
}

/* ----------------------------------------------------------------------------------
nijinenshou
---------------------------------------------------------------------------------- */
.nijinenshou-wrap {
	width: 100vw;
	margin: 0 auto;
	background: #fff;
	padding: 0 0 15vh;
}
.two-row-box {
	width: 80vw;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.two-row-img {
	width: 35%;
	text-align: left;
	display: flex;
}
.two-row-img img {
	width: 70%;
}
.two-row-text {
	width: 65%;
	text-align: left;
	display: flex;
	flex-direction: column;
}
.two-row-text-p {
	font-size: 15px;
	line-height: 175%;
}
ul.text-list {
	font-size: 15px;
	border-top: 1px solid #ccc;
	margin: 10px 0;
}
ul.text-list li {
	line-height: 175%;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
@media screen and (max-width: 768px) {
.two-row-box {
	width: 90vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
}
.two-row-img {
	width: 100%;
	text-align: center;
	justify-content: center;
	display: flex;
	margin: 0 0 50px;
}
.two-row-img img {
	width: 60%;
}
.two-row-text {
	width: 100%;
	text-align: left;
	display: flex;
	flex-direction: column;
}
}

.mov-warp {
	width: 100%;
	position: relative;
	padding-top:56.25%;
	margin:0;
}
.mov-warp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ----------------------------------------------------------------------------------
footer
---------------------------------------------------------------------------------- */
.footer-wrap {
	background-color: #0F5431;
	color: #fff;
	padding: 0 0 10vh;
}
.footer-wrap-inner {
	width: 80vw;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;	
}
.footer-nav {
	width: 50%;
	font-size: 16px;
	color: #fff;
}
.footer-nav li {
	padding: 10px 0;
}
 
.footer-nav li a {
	width: 50%;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.footer-logo {
	width: 180px;
	color: #fff;
}
.footer-contact {
	width: 50%;
	color: #fff;
}
.call-link-footer {
	color: #fff;
}
.copy {
	width: 80vw;
	margin: 5vw auto 0;
	text-align: left;
}

@media screen and (max-width: 768px) {
.footer-wrap-inner {
	width: 85vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column-reverse;
	justify-content:flex-start;
	align-items: stretch;	
}
.footer-nav {
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin: 50px 0 0 ;
}
.footer-contact {
	width: 100%;
}
}

/* ----------------------------------------------------------------------------------
nijinenshou page
---------------------------------------------------------------------------------- */
.nijinenshou-text {
	padding: 10vw 0;
	width: 100%;
	margin: 0 auto;
}
.main-text-tilte {
	width: 90vw;
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	padding: 5vw 0 0;
}
.stove_ill {
	position: absolute;
	right: 0;
	top:0px;
	width: 150px;
}
.main-text-wrap {
	width: 90vw;
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	padding: 5vw 0 0;
}
.bg_be {
	background-color: #F2F2EF !important;
}

@media screen and (max-width: 768px) {
.nijinenshou-text {
	padding: 100px 0;
	width: 100%;
	margin: 0 auto;
}
.main-text-tilte {
	margin: 0 auto;
	position: relative;
	padding: 15vh 0 0;
}
.stove_ill {
	position: absolute;
	right: 0;
	top:0px;
	width: 120px;
}
.main-text-wrap {
	padding: 7vh 0 0;
}
}