@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

:root {
    --color-background: #fff;
    --color-background02: #EEF2F4;
    --color-background-op70: #ffffffB3;
    --clr-000: #000;
    --color-font: #131B2E;
    --color-font01: #111111;
    --color-primary: #006D36;
    --color-primary-shade: #1A2A4F;
    --color-primary-tint: #1A2A4F;
    --color-secondary: #111111;
    --color-secondary-shade: #111111;
    --color-secondary-tint: #111111;
    --color-table-border: #D1D1D1;
	--bg-linear:linear-gradient(135deg, #006D36 0%, #4ADE80 100%);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}
h1.main-ttl {
    font-size: 40px;
    color: var(--color-font);
    letter-spacing: .05em;
    font-weight: bold;
    position: relative;
	text-transform:capitalize;
}
h1.main-ttl span{
	color:var(--color-primary);
}
#header .header-main{
  background: rgba(255, 255, 255, 0.002);
  box-shadow: 0px 10px 40px -15px rgba(0, 0, 0, 0.04)
  height: 100px;
}
#main .section.ss_home{
	background: linear-gradient(45deg, #F7F9FB 0%, rgba(247, 249, 251, 0.8) 50%, rgba(247, 249, 251, 0) 100%);
	padding-top:120px;
	padding-bottom:120px;
}
.ss_home .col_right{
	position:relative;
}
.ss_home .col_right .img{
	width:100%;
	height:100%;
	object-fit: cover;
}
#main .ss_home .img-inner{
	position: relative;
	border-radius:10px;
}