@charset "utf-8";

body {
position: relative;
}

.wrapper {
max-width: 1080px;
padding: 0 10% 0 8%;
margin: auto;
}

#aos03,
#a02,
#a03 {
padding-top: 50px;
margin-top: -50px;
}

#fv {
height: 100vh;
min-height: 500px;
max-height: 800px;
display: flex;
flex-direction: column;
justify-content: center;
}
h1 {
margin-left: -3px;
}
h1 div {
display: flex;
flex-wrap: wrap;
}
h1 div:first-child {
font-family: 'Noto Serif JP', serif;
font-size: 3rem;
font-weight: 700;
}
h1 div:nth-child(2) {
font-size: 1rem;
margin-top: 0.7em;
padding-left: 0.5em;
}
h1 div:first-child span {
display: inline-block;
vertical-align: bottom;
font: inherit;
line-height: 1.2;
letter-spacing: 0.05em;
}
nav ul {
margin-top: 40px;
padding-bottom: 20px;
}
nav ul li {
margin-top: 12px;
}
nav ul li a {
text-decoration: none;
color: inherit;
line-height: 1.2;
display: table;
padding: 3px;
font-size: 14px;
position: relative;
}
nav ul li a::after {
content: "";
position: absolute;
bottom: 0;
left: 3px;
width: 0;
height: 1px;
background-color: #666;
transition: .2s;
}
nav ul li a:hover::after {
width: 20px;
}

h2 {
font-family: 'Noto Serif JP', serif;
font-size: 2rem;
font-weight: 500;
margin-bottom: 1em;
}

h3 {
font-family: 'Noto Serif JP', serif;
font-size: 1.2rem;
font-weight: 700;
}

p ,
li {
font-size: 1rem;
line-height: 2;
text-align: justify;
}

ul+p{
margin-top: 0.5em;
}

.ti {
padding-left: 1em;
text-indent: -1em;;
  font-feature-settings:normal;
}

section {
position: relative;
}
.wrapper>section+section {
padding-top: 200px;
}
section>section {
padding-top: 220px;
display: flex;
flex-wrap: wrap;
}
section>section h3 {
width: 380px;
padding-bottom: 20px;
}
section>section >div {
flex: 1;
}

.sign {
text-align: right;
font-family: 'Noto Serif JP', serif;
font-size: 1.2rem;
font-weight: 500;
margin-top: .3em;
}

@media screen and (max-width:1100px) {
section>section h3 {
width: 100%;
}
section>section {
padding-top: 120px;
}
}

@media screen and (max-width:480px) {
h1 {
margin-left: 0;
}
h1 div:first-child {
font-size: 2.8rem;
margin-left: -.1em;
}
h1 div:nth-child(2) {
font-size: 0.9rem;
padding-left: 0;
}
p ,
li {
font-size: 0.95rem;
line-height: 1.8;
}
}






footer {
margin-top: 240px;
padding-bottom: 60px;
}

footer p {
font-size: .8em;
line-height: 1.6;
text-align: center;
}
footer p span {
display: inline-block;
vertical-align: bottom;
font: inherit;
margin: 0 0.35em;
}





.formTable {
width: 100%;
margin-top: 30px;
margin-bottom: 15px;
}
.formTable th {
text-align: right;
white-space: nowrap;
width: 1%;
vertical-align: middle;
font-size: 13px;
padding-right: 1.5em;
}
.formTable td {
vertical-align: middle;
padding: 10px 0;
font-size: 16px;
line-height: 1.4;
}
.formTable input[type="text"] {
width: 100%;
margin: 0;
background-color: #fff;
outline: 0;
display: block;
box-sizing: border-box;
padding: 10px;
border: 1px solid lightgrey;
border-radius: 2px;
font-size: 16px;
transition: border-color ease .2s;
}
.formTable textarea {
width: 100%;
margin: 0;
background-color: #fff;
outline: 0;
display: block;
box-sizing: border-box;
padding: 10px;
border: 1px solid lightgrey;
border-radius: 2px;
font-size: 16px;
min-height: 180px;
height: 180px;
resize: vertical;
transition: border-color ease .2s;
}
.formTable select {
margin: 0;
background-color: #fff;
outline: 0;
display: block;
box-sizing: border-box;
padding: 10px;
border: 1px solid lightgrey;
border-radius: 2px;
font-size: 16px;
transition: border-color ease .2s;
}
.formTable input[type="text"]:focus ,
.formTable textarea:focus ,
.formTable select:focus {
border-color: grey;
}
.formTable label {
cursor: pointer;
display: inline-block;
padding-right: 1em;
}
.formTable label span {
display: inline-block;
padding-left: .4em;
}
input[type="submit"] {
border-radius: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
position: relative;
display: block;
background-color: #000;
height: 40px;
line-height: 40px;
font-weight: 200;
padding: 0 30px;
margin: auto;
font-size: 16px;
color: #fff;
}
@media screen and (max-width:480px) {
.formTable ,
.formTable tbody ,
.formTable tr ,
.formTable th ,
.formTable td {
display: block;
width: 100%;
padding-right: 0;
text-align: left;
}
.formTable td {
padding-top: 3px;
padding-bottom: 24px;
}
}



.scrollanmwrap {
  position: fixed;
  right: 40px;
  bottom: 0;
  z-index: 2;
}
.scrollanm {
  display: inline-block;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  opacity: 1;
  transition: opacity .3s;
}
.scrollanm.hide {
transition-delay: 0;
opacity: 0;
}
.scrollanm::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
}
.scrollanm::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, .4);
}
.scrollanm::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width:1100px) {
.scrollanmwrap {
  right: 2%;
}
}
@media screen and (max-width:520px) {
.scrollanmwrap {
  right: 0;
}
.scrollanm {
  font-size: 12px;
  padding: 10px 10px 80px;
}
.scrollanm::after ,
.scrollanm::before {
  height: 70px;
}
}
