@charset "utf-8";

/*
Theme Name: ecofit-bridge
*/

@media (min-width: 1300px) {
}

@media (max-width: 740px) {
}

@media (max-width: 480px) {
}


/*===================================
 *  CSSリセット
 ====================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;color: initial;}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/* 全部にborder-boxを適用 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-boxu
}

/*===================================
 *  基本構造
 ====================================*/

html {
    scroll-padding-top: 5em;
}

body {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 19px;
    line-height: 1.4em;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-color: #f8f8f8;
    background-image:
		url(images/bg_body_02.png) ,
        url(images/bg_body_03.png) ,
        url(images/bg_body_01.jpg);
	background-repeat:
		repeat-y,
		repeat-y,
		repeat-y;
	background-size:
		auto,
		auto,
		auto;
	background-position:
		right,
		left,
		center;
	background-blend-mode: soft-light;
}

section {
	margin: 0 0 4em 0;
}

#main-image {
	padding: 1em 0 0 0;
}

.wrap-full {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.wrap-1300px {
	width: 100%;
    max-width: 1300px;
	margin: 0px auto;
	padding: 0px 10px;
}

.wrap-740px {
	width: 100%;
    max-width: 740px;
	margin: 0px auto;
	padding: 0px 10px;
}

.mobile-contents_740,
.mobile-contents{
        display: none;
    }

/*===================================
 *  ヘッダー
 ====================================*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}

.header-line{
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.header-contents {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
    margin: 0 auto;
	padding: 5px;
	background-color: #f1f1f1;
}

.header-link {
	display: flex;
}

.header-contact {
	color: #ffffff;
	line-height: 1.2;
	padding: 5px 20px 5px 20px;
	margin: 0;
}

.header-contact a{
	display: inline-block;
	padding: 0.2em 1em 0.3em 1em;
	border-radius: 50px;
	background: linear-gradient(180deg, #ff9292 0%, #ff6c6c 60%);
	color: #ffffff;
	}

.header-contact a:hover{
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	}

.header-contact a::before {
    font-size:20px;
	content: '\e158';
	font-family: 'Material Symbols Outlined';
    padding: 0px 5px 0px 0px;
    position: relative;
    top: 2px;
    color: #ffffff;
    display:inline-block;
}


.header-logo {
	padding: 6px 6px 3px 6px;
    width: auto;
    height: auto;
	display: flex;
	align-items: center;
}

.logo-text {
	line-height: 1.2em;
	margin: 0 10px;
	font-size: 0.8em;
}

.logo-img {
	width: 80px;
	margin-right: 0.3em;
}

.header-logo a:hover{
	text-decoration: none;
}

.logo-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0px 0px 0px;
}

/*===================================
 *  グローバルナビゲーション
 ====================================*/

#global-nav ul {
	display: flex;
	justify-content: center;
	padding: 0.5em 0;
}

#global-nav li a {
    margin: 10px 20px;
	transition:all 0.0s;
    color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 0.9em;
}

#global-nav li a:hover {
	color: #ffffff;
  text-decoration: none;
}

/*2階層目以降は横並びにしない*/
#global-nav ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
#global-nav ul li{
	position: relative;
}

#global-nav ul li.has-child::before {
	content: '\e5cf';
	font-family: 'Material Icons';
	font-size: 24px;
	color: #fff;
	padding: 0px 3px 0px 0px;
	position: absolute;
	left: -2px;
	top: 4px;
	}


/*== 2階層目の設定 */

/*下の階層を持っているulの指定*/
#global-nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left: 20px;
	top: 40px;
	z-index: 4;
    /*形状を指定*/
	width:200px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

/*hoverしたら表示*/
#global-nav li.has-child:hover > ul,
#global-nav li.has-child ul li:hover > ul,
#global-nav li.has-child:active > ul,
#global-nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/* 2階層目*/
#global-nav li.has-child ul li{
	text-align: left;
	background: rgba(255,255,255,0.9);
	padding: 5px;
	border-bottom: 1px dashed #c49f6d;
}

#global-nav li.has-child ul li:last-child{
	border-bottom: 0px dashed #c49f6d;
}

#global-nav li.has-child ul li a{
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	color: #864d00;
}

#global-nav li.has-child ul li a:hover,
#global-nav li.has-child ul li a:active{
	font-weight: bolder;
}

/* ハンバーガーメニューのためのスタイル */
.mobile-contents {
	display: none;
}

/* nav-toggle */
#nav-toggle {
	display: none;
	position: absolute;
	right: 20px;
    top: 12px;
	height: 27px;
	cursor: pointer;
}

#nav-toggle > div {
	position: relative;
	width: 30px;
}

#nav-toggle span {
	width: 100%;
	height: 3px;
	left: 0;
	display: block;
	background: #4a4a4a;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 2px;
}
#nav-toggle span:nth-child(2) {
	top: 13px;
}
#nav-toggle span:nth-child(3) {
	top: 23px;
}

#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*===================================
 * フロントページ用のスタイル
 ====================================*/
.home section {
	margin-bottom: 5em;
}

#first-view {
	position: relative;
    width: 100%;
    height: 700px;
	padding: 0;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	background: url(images/home_first-view.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	z-index: 100;
	margin-bottom: 0;
}

.hero-contents {
	width:1300px;
	margin: 0 auto;
	padding: 0 1vw;
}

.animation-box_fadein {
    animation-name: fadein;
    animation-duration: 1.0s;
    animation-timing-function: ease;
    animation-delay: 1.0s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    animation-fill-mode: forwards;
    opacity: 0;
}
 
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animation-box_slidein {
    animation-name: slidein;
    animation-duration: 1.0s;
    animation-timing-function: ease;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    animation-fill-mode: forwards;
    opacity: 0;
}
 
@keyframes slidein {
	0% {
    transform: translateY(1em);
    opacity: 0;
	}
	
	100% {
    transform: translateX(0);
	}
	
	20%,100% {
    opacity: 1;
  }
}

.home .text-box {
	padding: 10vw;
}

#entrance {
	/*background-color: #3d596f;*/
	padding: 2em 0;
	position: relative;
	margin-bottom: 8em;
	background: linear-gradient(180deg, #3d596f 60%, #67859d 100%);
}

#entrance::after{
    content: "";
    position: absolute;
    height: 80px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    background-color: #67859d;
	left: 0;
    bottom: -79px;
}

#entrance h2,
#entrance p,
#entrance figcaption {
	color: #ffffff;
}

#entrance h2 {
	font-size: 1.5em;
}


.home h1 {
    color: #ffffff;
    font-size: 2em;
    padding: 0;
    line-height: 1.3em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	/*text-shadow: #9ca5b7 1px 2px 4px;*/
	margin: 1em 0;
}

.home .hero-text {
	color: #ffffff;
	font-size: 1.2em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	/*text-shadow: #9ca5b7 1px 2px 4px;*/
}

.home h2 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	position: relative;
	font-size: 2em;
	line-height: 1.3em;
	margin: 1em 0 1em 0;
	padding: 0px;
	background: none;
	border-radius: none;
	box-shadow: none;
	color: #333333;
	border: none;
}

.home-arrow {
	display: inline-block;
	position: relative;
  	margin-top: 20px;
  	padding: 0.2em 0.5em 0.3em 1em;
  	background-color: #79a0be;
  	color: #fff;
  	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.home-arrow::after {
    font-size: 1em;
	content: '\e5cc';
	font-family: 'Material Symbols Outlined';
    padding: 0 0 0 1em;
    position: relative;
    top: 0.2em;
    color: #fff;
    display:inline-block;
}

.home-arrow:hover {
	text-decoration: none;
	background-color: #adc5d7;
}


/*===================================
 *  CTAボタン
 ====================================*/

#cta-area h2 {
	position: relative;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
	padding: 0px;
	background: none;
	border-radius: none;
	box-shadow: none;
	color: #333333;
}


.btn-cta {
	display: inline-block;
	padding: 0.2em 1.2em 0.3em 1.2em;
	border-radius: 50px;
	background: linear-gradient(180deg, #ff9292 0%, #ff6c6c 60%);
	color: #ffffff;
	margin-top: 20px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.btn-cta::before {
    font-size:20px;
	content: '\e158';
	font-family: 'Material Symbols Outlined';
    padding: 0 0.5em 0 0;
    position: relative;
    top: 2px;
    color: #ffffff;
    display:inline-block;
}

.btn-cta:hover {
	text-decoration: none;
	opacity: 0.8;
}


/*===================================
 *  一般・共通設定
 ====================================*/

h1 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2em;
	margin: 1em 0 1em 0;
	line-height: 1.3em;
}

h1 .h1-sub {
	display: block;
	font-size: 0.5em;
	margin: 0.8em 0 0 0;
	line-height: 1.3em;
	color: #185b8f;
}

h2 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	position: relative;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 1em 0 1em 0;
	padding: 10px;
	background-color: #79a0be;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	box-shadow: 2px 2px 0px rgba(121, 160, 190, 0.4);
	color: #ffffff;
}

h3 {
	position: relative;
	font-size: 1.2em;
    margin: 1.5em 0 1em 0;
	padding: 0 0 0 1em;
}

h3::before {
	position: absolute;
	content: '■';
	opacity: .5;
	left: 1px;
	font-size: 0.8em;
}

h4 {
	font-size: 1em;
	margin: 1.5em 0 1em 0;
	font-weight: bolder;
}


/* 背景白のボックス */
.white-box {
	background: rgba(255,255,255,0.8);
	border: #ffffff solid 2px;
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    padding: 1.5em 1em;
}

p {
	margin: 1em 0px 1em 0px;
	line-height: 1.5;
}

img {
    image-rendering:auto;
}

.w100 {
	max-width: 100%;
}

.radius {
	border-radius: 20px;
}

.red-text {
	color: #ff0000;
}

.small-text {
	font-size: 0.85em;
	}

.big-text {
	font-size: 2em;
}

.bold {
	font-weight: bolder;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.grid-center {
	display: grid;
	place-content: center;
	place-items: center;
}

.radius10 {
	border-radius: 10px;
}

/* 代表メッセージ */

#message .motto {
	padding: 0.5em 2.5em;
	display: inline-block;
	position: relative;
	color: #185b8f;
	font-style: oblique;
	line-height: 1.5em;
}

#message .motto::before {
	opacity: 1;
    content: '';
	font-size: inherit;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 2em;
    height: 2px;
    background-color: #185b8f;
	left: 0;
}

#message .motto::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 2em;
    height: 2px;
    background-color: #185b8f;
	right: 0;
}

/* ななめの注釈文字 */
.blockquote {
	font-style: oblique;
}

/* リンク関連 */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.underline {
	text-decoration: underline;
	color: #7a6993;
}

a.underline:hover {
	color: #7a6993;
}

.icn_tel {
	text-decoration: none;
	line-height: 1.5em;
}

.icn_tel::before {
  content: '\e0b0';
  font-family: 'Material Symbols Outlined';
  padding: 0px 5px 0px 0px;
  position: relative;
  top: 4px;
}

.icn_insta {
  padding: 0.5em 0.5em;
  text-decoration: none;
  display: inline-block;
}

.icn_insta::before {
	content: url(images/insta.png);
	position: relative;
	top:11px;
	right: 5px;
	}
	
.icn_line {
  padding: 0.5em 0.5em;
  text-decoration: none;
  display: inline-block;
}

.icn_line::before {
	content: url(images/line.png);
	position: relative;
	top:11px;
	right: 5px;
	}

a.arrow {
	color: #7a6993;
    text-decoration: none;
    position: relative;
}

a.arrow::before {
    font-size:20px;
	content: '\e5c8';
	font-family: 'Material Symbols Outlined';
    padding: 0px 5px 0px 0px;
    position: relative;
    top: 2px;
    color: #7a6993;
    display:inline-block;
}

a.arrow:hover {
}

a.arrow-back {
	color: #7a6993;
}

a.arrow-back::before {
  font-size:20px;
  content: '\e5c4';
  font-family: 'Material Icons';
  padding: 0px 5px 0px 0px;
  position: relative;
  top: 4px;
	color: #7a6993;
	display:inline-block;
}

a.link-pdf {
	color: #7a6993;
    text-decoration: none;
    position: relative;
}

a.link-pdf::before {
    font-size:20px;
    content: url('images/icn_pdf.png');
    padding: 0px 5px 0px 0px;
    position: relative;
    top: 4px;
    display:inline-block
}

a.link-pdf:hover {
    text-decoration: underline;
}

a.link-external {
	color: #7a6993;
    text-decoration: none;
    position: relative;
}

a.link-external::before {
	font-size:20px;
	content: '\e89e';
	font-family: 'Material Symbols Outlined';
    padding: 0px 5px 0px 0px;
    position: relative;
    top: 4px;
    display:inline-block
}

a.link-external:hover {
    text-decoration: underline;
}

/*===================================
 *OEM 吹き出し付きBOX
 ====================================*/

.box-minitext {
	position: relative;
	margin: 3em auto 3em;
	padding: 1.8em 1.5em 1em 1.5em;
	border: 1px solid #999999;
	border-bottom: 3px solid #999999;
	width: 90%;
}

.box-minitext::after {
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	transform: translateX(-50%);
	width: 3em;
	height: 1.5em;
	background-color: #999999;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}

.box-minitext .header {
	position: absolute;
	top: -1.15em;
	left: -.5em;
	padding: .4em 1.4em;
	border-radius: 25px;
	background-color: #999999;
	color: #fff;
	margin: 0 0 0 0;
}

.box-minitext_flex {
	display: flex;
	justify-content: space-between;
  	align-items: center;
}

.box-minitext ul {
	margin: 0 1em 0 0;
}

.box-minitext figure {
	margin: 8px 0px 8px 8px;
	min-width: 70px;
}


/*.box-minitext .header::before {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 8px;
	background-color: #999999;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}*/

/*===================================
 * amazonとyahooのボタン
 ====================================*/
.shop_btn-area{
	margin: 1.5em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.btn-shop_amazon,
.btn-shop_yahoo {
    position: relative;
    padding: 0.5em 3em 0.5em 2.7em;
	margin: 0 1em 1em 0;
    cursor: pointer;
    display: inline-flex;
	align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 0.5rem;
    color: #fff;
}

.btn-shop_amazon::before,
.btn-shop_yahoo::before {
	content: '\e8cc';
	font-family: 'Material Symbols Outlined';
    position: absolute;
	font-size: 24px;
    left: 0.6em;
	top: 0.25em;
    width: 40px;
    height: 40px;
    margin: auto;
	line-height: 40px;
	color: #fff;
}

.btn-shop_amazon::after,
.btn-shop_yahoo::after {
	position: absolute;
	content: '\e5cc';
	font-family: 'Material Symbols Outlined';
	right: 1em;
}

.btn-shop_amazon {
    background: #ddac6c;
}

.btn-shop_amazon:hover {
    text-decoration: none;
    background: #ce8d3e;
}

.btn-shop_yahoo {
    background: #e55a7b;
}

.btn-shop_yahoo:hover {
    text-decoration: none;
    background: #e02b5f;
}

/*===================================
 * flexレイアウト
 ====================================*/

.flex-box {
	display: flex;
	width: 100%;
}

.flex-item {
	margin: 10px;
	width: 50%;
}

.flex-item30 {
	margin: 10px;
	width: 30%;
}

.flex-item70 {
	margin: 10px;
	width: 70%;
}

/*===================================
 * リスト
 ====================================*/

ul.bulletlist {
	padding: 10px 0px 10px 20px;
}

ul.bulletlist li {
	list-style: disc;
}

ul.arrow-list {
	padding: 10px 0px 10px 20px;
}

ul.arrow-list li {
	margin: 20px 0px ;
}

ul.arrow-list li a {
	color: #0080b6;
}

.arrow-list li::before {
  font-size:20px;
  content: '\e5c8';
  font-family: 'Material Symbols Outlined';
  padding: 0px 5px 0px 0px;
  position: relative;
  top: 4px;
	color: #0080b6;
}

ol.numberlist {
	padding: 10px 0px 10px 20px;
}

ol.numberlist li {
	line-height: 1.5em;
	padding: 5px 0px;
}

ol.kakkolist {
  padding: 10px 0px 10px 40px;
  margin:0;
}

ol.kakkolist li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
	line-height: 1.5em;
	padding: 5px 0px;
	text-indent: -1.8em
}

ol.kakkolist li::before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.asterisk li {
	list-style: none;
	padding-left: 1.5em;
  text-indent: -1.5em;
	line-height: 1.5em;
}

.asterisk li:before {
	content: "＊ ";
}

.img-right {
	float: right;
	margin: 8px;
}

figure {
	margin: 8px;
}

figcaption {
	font-size: 0.8em;
	line-height:1.2em;
}

/*===================================
 * カードリスト
 ====================================*/

/* 提案イメージ */

.list-card {
}

.list-card li {
	display: flex;
	flex-wrap: nowrap;
	padding: 1em;
	margin: 1em 0 2em 0;
	border: 1px solid #ccc;
	box-shadow: 2px 4px 6px rgba(100, 100, 100, 0.2);
}

.list-card li h4 {
	font-size: 1em;
	margin: 7px 0px 12px 0px;
	border-bottom: 1px dashed #b5b4b4;
	padding: 0 0 5px 0px;
	font-weight: normal;
}

.list-card li figure {
	width: 40%;
	margin: 0 1em 0 0;
}

.list-card_text {
	width: 60%;
}

/* ショップ商品一例 */

.list-card_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.list-card_02 li {
	padding: 1em;
  	margin: 1em 0.5em 2em 0.5em;
  	border: 1px solid #ccc;
  	box-shadow: 2px 4px 6px rgba(100, 100, 100, 0.2);
  	width: 45%;
}

.list-card_02 li h4 {
	font-size: 1em;
	margin: 7px 0px 12px 0px;
	border-bottom: 1px dashed #b5b4b4;
	padding: 0 0 5px 0px;
	font-weight: normal;
}

.list-card_02 li figure {
	margin: 0 0 0 0;
	text-align: center;
}


/*===================================
 * サムネリスト
 ====================================*/

ul.image-list04,
ul.image-list03,
ul.image-list02,
ul.image-list {
	display: flex;
	flex-wrap: wrap;
}

ul.image-list li {
	list-style: none;
	padding: 10px;
}

ul.image-list02 li {
	list-style: none;
	padding: 10px;
	width: 50%;
}

ul.image-list03 li {
	list-style: none;
	padding: 10px;
	width: 33%;
}

ul.image-list04 li {
	list-style: none;
	padding: 10px;
	width: 25%;
}

/* 拡大マーク */

 li.kakudai::before {
  font-size: 30px;
  content: '\e8ff';
  font-family: 'Material Icons';
  padding: 0px 5px 0px 0px;
  position: relative;
  top: 50px;
	left: 8px;
	color: #FFFFFF;
}

ul.kakudai a {
	text-decoration: none;
}

/* 囲み線リンク */

 p.link-border {
}

.link-border a {
	display: inline-block;
	margin: 20px 0px;
	padding: 5px 20px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	position: relative;
	color: #0080b6;
}

.link-border a:hover {
	text-decoration: none;
	background-color: #c4ac92;
	transition: all 0.5s ease-out;
}

/*===================================
 *  ガラスギフトの強みリスト
 ====================================*/

.points {
	width: 100%;
	position: relative;
  	counter-reset: number 0;
}

.points dt{
	position: relative;
	margin: 0 0 0.8em 0;
	background-color: #e0e9f0;
	padding: 0.5em 0.5em 0.5em 3em;
}

.points dt::before{
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	position: absolute;
	display: inline-block;
	width: 2.4em;
	height: 2.4em;
	color: #ffffff;
	background-color: #adc5d7;
	text-align: center;
	line-height: 2.4em;
	font-weight: bolder;
	top: 0;
	left: 0;
	border-radius: 0 50% 50% 0;
}

.points dd {
	margin: 0 0 1.5em 0;
}

/*===================================
 *  ベネフィットリスト
 ====================================*/
.benefit{}

.benefit li{
width: 100%;
  margin: 1em 0 2em 0;
  padding: 1em 0em 1em 3em;
  position: relative;
  counter-increment: num;
}

.benefit li::before{
content: counter(num, decimal-leading-zero);
  position: absolute;
  display: inline-block;
  width: 2.6em;
  height: 2.6em;
  color: #ffffff;
  background-color: #9dbbaf;
  text-align: center;
  line-height: 2.6em;
  font-weight: bolder;
  top: 1em;
  left: 0;
}

.benefit h3{
	margin: 0 0 0.8em 0;
	background-color: #eee;
	padding: 0.5em;
}

.benefit h3::before{
	content:"";
}

.benefit img {
	float: right;
	width: 90px;
	margin: 0.2em;
}

/*===================================
 *  ddリスト
 ====================================*/
dl{}

dt{}

dd {
	padding: 0.5em 0 2em 0;
}

dd:last-child {
	padding: 0.5em 0 0em 0;
}

/*===================================
 *  パンくずリスト
 ====================================*/

#breadcrumblist {
	margin: 120px 0px 10px 5px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-size: 0.8em;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #626262;
}

.breadcrumb li:last-child:after {/*最後は >を非表示*/
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #626262;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*=================================
　投稿一覧（archive.php）
===================================*/

.post-list {
}

.post-list_item {
	display: flex;
    border-bottom: dotted 1px #aea9a1;
    padding: 10px;
	margin: 10px;
}

.post-list_item:last-child {
}

.post-list_title {
	display :inline-block;
	font-size :1.1em;
	line-height :1.3em;
	margin-bottom :10px;
}

.post-categories,
.post-tags {
	margin-top: 0.8em;
	display: flex;
}

.post-categories li,
.post-tags li {
	font-size: 0.7em;
	color: #4f4f4f;
	margin-right: 10px;
}

.post-categories li::before {
	content: '\e892';
	font-family: 'Material Icons Outlined';
	font-size: 1.5em;
	padding: 0px 2px 0px 0px;
	position: relative;
	top: 4px;
}

.post-tags li::before {
	content: '\e9ef';
	font-family: 'Material Icons Outlined';
	font-size: 1.5em;
	padding: 0px 2px 0px 0px;
	position: relative;
	top: 4px;
}

/*=================================
　ページネーション
===================================*/
.pagination {
    display: flex;
    justify-content: center;
}

.pnavi {
    
}
.page-numbers{
    border: 1px solid #ff9292;
    border-radius: 10px;
    background-color: #ffffff;
    color: #ff9292;
    padding: 5px 10px;
}

.current {
    border: 1px solid #ff9292;
    border-radius: 10px;
    background-color: #ff9292;
    color: #ffffff;
    font-weight: bolder;
    padding: 5px 10px;
}

.page-numbers.prev,
.page-numbers.next{
    background-color: transparent;
    border:none;
    color:#ff9292; 
}

/*=================================
　ページ内リンク
===================================*/

ul.anchor-link {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul.anchor-link li {
	display: inline-block;
	margin: 10px;
}

ul.anchor-link li a {
	font-size: 1em;
	color: #716256;
}

ul.anchor-link li::before {
	font-size: 22px;
	color: #716256;
	content: '\e5db';
	font-family: 'Material Icons';
	padding: 0px;
	position: relative;
	top: 4px;
    left: 0px;
	}


/*===================================
 *  テーブル
 ====================================*/

table {
	border-spacing: 0; /*セル同士の隙間なし*/
	border-collapse: collapse; /*隣接ボーダーを重ねる*/
}

/* table_会社概要 */

.company {
	margin: 10px 0px 20px 0px;
	width: 100%;
}

.company th {
	width: 30%;
	text-align: left;
    vertical-align: top;
	padding: 0.8em 0.3em;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.company td {
	width: 70%;
	padding: 0.8em 0.3em;
    vertical-align: top;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/*=================================
　よくある質問
===================================*/

.faq-box {
	background: rgba(255,255,255,0.5);
	border: #ffffff solid 1px;
    padding: 15px;
	margin-bottom: 2em;
}

.faq-question {
	background-color: #87a580;
	color: #fff;
	padding: 10px;
}

.faq-question p {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

.faq-answer {
	padding: 10px 1em 10px 1em;
}

.faq-answer p {
	padding: 0;
	margin: 0 0 0.6em 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 0.9em;

}
 
/*===================================
 *  フッターナビ
 ====================================*/

.footer-nav {
	margin: 10px auto;
	padding: 0 1em;
}

.footer-nav li {
	margin: 0.5em 0;
	font-size: 0.9em;
	list-style: disc;
	color: #ffffff;
}

.footer-nav ul li a {
}

/*===================================
 *  フッターとコピーライト 
 ====================================*/

footer {
	margin: 50px 0px 0px 0px ;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0px;
	padding: 2em 0 0 0;
}

.footer-contents{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 10px 5px;
}

.footer-text {
	width: auto;
	padding: 15px;
}

.logo_footer {
	text-align: center;
}

.logo_footer img {
	width: 60%;
}

.footer-text p {
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.footer-text a {
	color: #ffffff;
}

.footer_iconlist {
	margin: 1em 0 1em 0;
}

.footer_iconlist ul {
	margin: 0px;
    display: flex;
	justify-content: center;
}

.footer_iconlist ul li {
    margin: 10px;
}

.copylight {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0px 5px 60px 5px;
}

small {
	font-size: 14px;
}

/* ==============================
上に戻るボタン
=============================== */

#topbutton {
	/* ▼ボタンの表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 10px;   /* ←下端からの距離 */
	right: 25px;    /* ←右端からの距離 */
	display: none;/* ▼最初は非表示にしておく */
	text-align: center;
	opacity: 0.4;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#topbutton:hover {
	opacity: 1.0;
}

#topbutton a {
	position: relative;
	display: block;
	text-decoration: none;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-color: #185b8f;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
}

#topbutton a::before{
	font-size: 24px;
	content: '\e5d8';
	font-family: 'Material Symbols Outlined';
	color: #fff;
	line-height: 40px;
}


/*===================================
 * google recaptcha
 ====================================*/ 
.grecaptcha-badge {
    bottom: 80px !important;
}


/*===================================
 * 480px以下の時だけ電話リンク
 ====================================*/ 
@media(min-width: 480px){
	
  a[href^="tel:"]{
    pointer-events: none;
  }
	
}

/*===================================
 * 1300px以上用メディアクエリ
 ====================================*/ 
@media screen and (min-width:1300px) {
    
	.slide {
		height: 35vw;
	}

}/* 画面サイズ1300pxここまで*/


/*===================================
 * 1300px以下用メディアクエリ
 ====================================*/ 
@media screen and (max-width:1300px) {
    #wrapper,
    #wrapper_100vw,
	.hero-contents,
	.header-contents,
	.contents_1300,
	.logo-nav,
    .footer-nav,
	.footer-contents {
		width: 100%;
	}
	
	#first-view {
    height: 600px;
	}
	
	.hero-text_title {
	font-size: 3em;
	line-height:1.2em;
	}
	
	#breadcrumblist {
		margin: 100px 0px 10px 5px;
	}
    
	.footer-contents{
	flex-wrap: wrap;
	}
	
	.footer-logo, 
	.footer-adress {
		margin: 8px;
	}

	.pc-contents {
		display: none;
	}
	
	.header-contents {
		justify-content: space-between;
        padding: 10px 75px 10px 10px;
	}
	
	.header-text {
		width: 0;
	}
	
	.slide {
		height: 35vw;
	}
	
	/* ハンバーガーメニューのためのスタイル */
	
	#nav-toggle {
		display: block;
		border: solid 2px #4a4a4a;
		border-radius: 5px;
		padding: 6px;
		background-color: none;
		height: 45px;
	}

	#global-nav {
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 270px;
		padding-top: 60px;
		background: rgba(150, 150, 150, 0.9);
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		overflow: scroll;
	}

    #global-nav ul{
        display: block;
        top: 100px;
        position: absolute;
        }

    #global-nav li {
        display: block;
        margin: 30px 0px 0px 10px;
        }
	
	/* ナビゲーションの開閉 */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #global-nav  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* 3本線の動き */
	
	.open #nav-toggle {
		border: solid 2px #ffffff;
	}
			
	.open #nav-toggle span {
		background: #ffffff;
	}
	
	.open #nav-toggle span:nth-child(1) {
		top: 13px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	
	.open #nav-toggle span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#global-nav {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}
	/* ハンバーガーここまで */

	/*グローバルナビの2階層目*/
	#global-nav li.has-child ul,
	#global-nav li.has-child ul ul{
		position: relative;
		left: 40px;
		top: 0;
		width:100%;
		visibility:visible;
		opacity:1;
	}
	
	/*hoverしたら表示*/
	#global-nav li.has-child:hover > ul,
	#global-nav li.has-child ul li:hover > ul,
	#global-nav li.has-child:active > ul,
	#global-nav li.has-child ul li:active > ul{
		border: none;
	}
	
	#global-nav li.has-child ul li {
		padding: 10px 0px;
		margin: 5px 0px;
		border: none;
		border-radius: 0px;
		background: rgba(255,255,255,1);
	}

	#global-nav li.has-child ul li a{
		margin: 0px;
	}
	
	.footer_iconlist ul li {
	margin: 10px;
	}
    
/*===================================
 * 740px用メディアクエリ
 ====================================*/ 
@media screen and (max-width:740px) {
	body {
    font-size: 18px;
	}
	
	.header-contact a::before {
    font-size:24px;
	}
	
	#first-view {
    height: 400px;
	padding: 0;
	background-image: url(images/home_first-view_sp.jpg);
	}
	
	.home .text-box {
	padding: 15vw 5vw;
	}
	
	.home h1 {
    font-size: 1.5em;
    padding: 0;
    line-height: 1.3em;
	margin: 1em 0;
	}
	
	.home .hero-text {
	font-size: 1.1em;
	}
	
	.home section {
		margin-bottom: 2em;
	}
	
	.header-contents {
		flex-wrap: wrap;
	}

	#hero-index {
		flex-wrap: wrap;
	}
	
	.pc-contents_740 {
		display: none;
	}
	
	.mobile-contents_740 {
        display: block;
    }
	
	.header-contact a::before{
		padding: 0;
	}
	
	.animation-box_fadeout {
    padding: 20vw 10vw 10vw 10vw;
	}

    .hero-text {
        }

	.flex-box,
    .flex-box_index{
		flex-wrap: wrap;
	}
	
    .contents,
	.flex-item,
	.flex-item30,
	.flex-item70,
    .flex-item60_index,
    .flex-item40_index {
		width: 100%;
	}
	
	.order1 {
	order: 1;
	}
	
	.order2 {
	order: 2;
	}
	
    /*--フロントページ--*/
	
	.flex-item40_index {
	  padding: 10px;
	}
	
	img.max-width500 {
    max-width: 100%;
    height: auto;
	object-fit: contain;
	}
	
	/*--ddリスト--*/
	.points dt::before{
	width: 2.2em;
	height: 2.4em;
	line-height: 2.2em;
	}
	
	/* OEM 吹き出し付きBOX */
	.box-minitext {
	padding: 1.8em 1em 1em 1em;
	width: 100%;
	}

}/* 画面サイズ780pxここまで*/


/*===================================
 * 480px用メディアクエリ
 ====================================*/ 
@media screen and (max-width:480px) {

	.pc-contents02{
		display: none;
	}
	
	.pc-contents_740{
		display: none;
	}
    
    .mobile-contents {
        display: block;
    }
	
	.header-logo {
		font-size: 6vw;
		width: auto;
	}
	
    .hero-text {
        }
	
	h1 {
	font-size: 1.8em;
}
	
	
/* フロントページ */	
	#first-view {
    width: 100%;
    height: 90vh;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	background-image: url(images/home_first-view_sp500.jpg);
	background-size: cover;
	background-position: top;

	}

	.home .text-box {
		padding: 50vh 1em 0.2em 1em;
	}

	.home h1 {
		font-size: 1.5em;
	}
	
	/* ページタイトルのところ */

	.h1-box {
		margin: 0 auto;
	}
	
	.subtitle {
		font-size: 20px;
		padding: 10px;
	}
	
	.big-text {
		font-size: 25px;
	}
	
	ul.image-list03 li,
	ul.image-list04 li {
			list-style: none;
			padding: 10px;
			width: 50%;
	}
	
	/* カードリスト */

	.list-card li {
	flex-wrap: wrap;
	}

	.list-card li h4 {
	}

	.list-card li figure {
	width: 100%;
	margin: 0 0 1em 0;
	}

	.list-card_text {
	width: 100%;
	}
	
	/* ショップ商品一例 */

	.list-card_02 li {
		padding: 0.8em;
		width: 100%;
	}
		
	/* 会社概要 */
	#message .motto {
	font-size: 1.1em;
	padding: 0.5em 1.5em;
	line-height: 1.3em;
	}
	
	#message .motto::before {
    width: 1em;
	}

	#message .motto::after {
    width: 1em;
	}
	
	/* OEM */
	.box-minitext .header {
		padding: .4em 1em;
		font-size: 0.9em;
	}
	
}

