@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
    scroll-behavior: smooth;
}

body {
    font-size: 1.4rem;
    min-height: 100vh;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #000;
}

p {
    line-height: 3rem;
}

.main-100vh {
    min-height: 100vh;
}

header {
    display: flex;
    position: fixed;
    inset: 0;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 95%;
    max-width: 1500px;
    height: 80px;
    margin: 30px auto 10px;
    padding: 20px 30px 20px 30px;
    border-radius: 20px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.205);
    z-index: 999;

    /*text*/
    font-size: 1.8rem;
    font-weight: 700;
}

nav {
    font-size: 1.6rem;

}

nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

nav a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #19673A;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

nav a:hover::after {
    transform: scale(1, 1);
}

.logo-main {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo-main img {
    height: 80%;
}

.copy {
    position: absolute;
    display: flex;
    align-items: center;
    height: 80vh;
    max-width: 1200px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    font-size: min(8vw, 200px);
    color: #fff;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
    /* mix-blend-mode: overlay; */
}

.main-wrap {
    width: 75%;
    max-width: 1000px;
    margin: 0 auto;
}

nav ul {
    display: flex;
    gap: 3rem;
    justify-content: end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: auto;
}

.top {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    z-index: 0;
}

.sec-white {
    width: 100%;
    background-color: #fff;
}

.sec-green {
    width: 100%;
    background-color: #19673A;
    margin-top: -3px;
    margin-bottom: 50px;
    background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='70' height='40' viewBox='0 0 140 80' preserveAspectRatio='none'%3e%3cpath fill='%23cccccc' d='M-70-40v160h280v-160z'/%3e%3cpath fill='%2319673A' d='M4 1h42l21 36zM3 3l63 36h-42zM1 4l21 36-21 36zM3 77l21-36h42zM46 79h-42l63-36zM69 44v41h-24zM95 85h-24v-41zM73 43l63 36h-42zM74 41h42l21 36zM118 40l21-36v72zM137 3l-21 36h-42zM94 1h42l-63 36zM71 36v-41h24zM45-5h24v41z'/%3e%3cpath fill='none' stroke='%23136c22' stroke-width='5' opacity='.91' d='M47 0h-47v80h47l46-80h47v80h-47zM117 40h-94l-23 40l140-80-23 40 23 40-140-80 23 40M70-5v90'/%3e%3c/svg%3e");
}

.sec-green .main-wrap {
    font-family: 'Shippori Mincho B1', serif;
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 4rem;
    color: #fff;
    padding: 100px 0px;
    text-align: center;
}

.sec-green .main-wrap p {
    margin-top: 20px;
    font-size: 0.6em;
}

.heading10 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #19673A;
    margin-bottom: 30px;
}

.heading10 span {
    position: relative;
    z-index: 2;
}

.heading10::before {
    content: attr(data-en);
    position: absolute;
    top: 0px;
    left: 0;
    color: rgba(5, 62, 98, 0.2);
    font-size: 4rem;
    text-transform: uppercase;
    z-index: 1;
}

.content-wrap {
    margin: 30px auto 60px;
    width: 90%;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
}

.content-wrap li a {
    display: block;
    color: #111;
    text-decoration: none;
    background-color: #ffffff;
    transition: 0.2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.content-wrap li a:hover {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.content-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto;
    width: 100%;
    list-style: none;
}

.content-wrap li {
    width: 32%;
}

.content-wrap img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 180px;
}

.content-wrap h2 {
    margin: 0;
    padding: 0 20px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.content-wrap p {
    margin: 0;
    padding: 20px 20px 5px;
}

.content-wrap dl {
    flex-wrap: wrap;
    display: flex;
}

.content-wrap dl :nth-child(1),
.content-wrap dl :nth-child(2) {
    border: none;
}

.content-wrap dl dt {
    padding: 15px 20px 15px;
    margin: 0;
    width: 30%;
    flex: 30%;
    border-top: 1px solid #ccc;
    font-weight: 600;
}

.content-wrap dl dd {
    padding: 15px 20px 15px;
    margin: 0;
    width: 70%;
    flex: 70%;
    border-top: 1px solid #ccc;
}

footer {
    margin-top: 50px;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    background-color: #19673A;
    background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='70' height='40' viewBox='0 0 140 80' preserveAspectRatio='none'%3e%3cpath fill='%23cccccc' d='M-70-40v160h280v-160z'/%3e%3cpath fill='%2319673A' d='M4 1h42l21 36zM3 3l63 36h-42zM1 4l21 36-21 36zM3 77l21-36h42zM46 79h-42l63-36zM69 44v41h-24zM95 85h-24v-41zM73 43l63 36h-42zM74 41h42l21 36zM118 40l21-36v72zM137 3l-21 36h-42zM94 1h42l-63 36zM71 36v-41h24zM45-5h24v41z'/%3e%3cpath fill='none' stroke='%23136c22' stroke-width='5' opacity='.91' d='M47 0h-47v80h47l46-80h47v80h-47zM117 40h-94l-23 40l140-80-23 40 23 40-140-80 23 40M70-5v90'/%3e%3c/svg%3e");

}

#a_business {
    padding-top: 100px;
    margin-top: -100px;
}

form {
    padding: 20px 20px 5px;
    margin: 24px auto;
    font-size: 1.6rem;
}

label {
    display: block;
    margin-bottom: 4px;
}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
    width: 100%;
    border-radius: 4px;
    border: none;
    outline: solid 1px #aaa;
    padding: 12px 8px;
    display: block;
    margin-bottom: 16px;
}

button {
    background: #19673A;
    letter-spacing: 0.2em;
    width: 240px;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-bottom: 16px;
    cursor: pointer;
    border: none;
    transition: 0.5s;
}

textarea {
    height: 200px;
    resize: vertical;
}

.footer-wrap {
    width: 100%;
    display: flex;
}

.logo-footer {
    margin: 50px auto;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-footer img {
    width: 100%;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(1000%) contrast(101%);
}