@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
.inner, #breadcrumb { width: 100%; max-width: 950px; margin: 0 0 0 23.2%; }
@media (max-width: 1330px) { .inner, #breadcrumb { margin: 0 0 0 10%; } }
@media (max-width: 1150px) { .inner, #breadcrumb { width: 90%; margin: 0 auto; } }
@media (max-width: 959px) { .inner, #breadcrumb { width: 90%; margin: 0 auto; } }

html { height: 100%; overflow-y: scroll; scroll-behavior: smooth; scroll-padding-top: 200px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
@media (max-width: 959px) { html { scroll-padding-top: 20vw; } }

body { padding: 0; margin: 0 auto; color: #000; font-size: 18px; text-align: left; line-height: 1.5em; font-weight: 400; font-style: normal; letter-spacing: 1px; background: #fff; overflow: hidden; }
@media (max-width: 959px) { body { margin: 13.5vw auto 0 auto; font-size: 3.5vw; line-height: 1.7em; } }

*, *:before, *:after { box-sizing: border-box; }

a[href], label[for], button, input[type="button"], input[type="submit"], input[type="radio"], input[type="checkbox"], select { cursor: pointer; }

a { outline: none; text-decoration: none; -webkit-transition: all .3s; transition: all .3s; }
a:link, a:visited { color: #3B4043; }
a:hover { color: #3B4043; text-decoration: none; }
a:hover img { opacity: 0.6; -webkit-transition: all .3s; transition: all .3s; }
a:focus { outline: none; }

img { border: 0; margin: 0; padding: 0; max-width: 100%; line-height: 100%; vertical-align: bottom; }

h1, h2, h3, h4, h5 { margin: 0; padding: 0; font-size: 1em; line-height: 1.5em; font-weight: normal; }

ul, ol { margin: 0; padding: 0; clear: both; display: block; list-style-type: none; }

dl, dt, dd { margin: 0; padding: 0; overflow: hidden; }

i { font-style: normal; }

p { margin: 0; }
p + p { margin-top: 1.5em; }
p + ul { margin-top: 1.5em; }
p.center { text-align: center; }
p.right { text-align: right; }

.column { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.SP { display: none; }
@media (max-width: 959px) { .SP { display: block; } }

span.SP { display: none; }
@media (max-width: 959px) { span.SP { display: inline; } }

.PC { display: block; }
@media (max-width: 959px) { .PC { display: none; } }

span.PC { display: inline; }
@media (max-width: 959px) { span.PC { display: none; } }

.Wrapper { display: -webkit-flex; display: flex; -webkit-box-align: start; align-items: flex-start; -webkit-justify-content: space-between; justify-content: space-between; }
.Wrapper .Side-Contents { position: relative; width: 130px; height: 100vh; background: #fff; z-index: 10000; }
@media (max-width: 959px) { .Wrapper .Side-Contents { position: fixed; top: 0; left: 0; width: 100%; height: 13.5vw; } }
.Wrapper .Side-Contents nav { position: fixed; top: 0; left: 0; width: 130px; height: 100%; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; background: #fff; }
@media (max-width: 959px) { .Wrapper .Side-Contents nav { width: 100%; height: 13.5vw; -webkit-flex-direction: row !important; flex-direction: row !important; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; align-items: center; background: #fff; } }
.Wrapper .Side-Contents h1 { width: 100%; height: 100%; text-align: center; margin: 40px auto 0 auto; }
@media (max-width: 959px) { .Wrapper .Side-Contents h1 { width: 33vw; height: auto !important; max-height: auto !important; margin: 0 auto !important; } }
.Wrapper .Side-Contents h1 img { width: auto; height: 55vh; max-height: 370px; }
@media (max-width: 959px) { .Wrapper .Side-Contents h1 img { width: 100%; height: auto; } }
.Wrapper .Side-Contents ul { margin-top: auto; }
@media (max-width: 959px) { .Wrapper .Side-Contents ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; margin: 0; } }
@media (max-width: 959px) { .Wrapper .Side-Contents ul li:nth-of-type(1) { margin-right: 1.5vw; } }
@media (max-width: 959px) { .Wrapper .Side-Contents ul li:nth-of-type(1) img { width: 17vw; } }
@media (max-width: 959px) { .Wrapper .Side-Contents ul li:nth-of-type(2) { margin-right: 1.5vw; } }
@media (max-width: 959px) { .Wrapper .Side-Contents ul li:nth-of-type(2) img { width: 25vw; } }
.Wrapper .Side-Contents #Nav-Btn { display: none; }
@media (max-width: 959px) { .Wrapper .Side-Contents #Nav-Btn { display: block; cursor: pointer; width: 13.5vw; height: 13.5vw; background: url(../img/menu_footer/menu.png) no-repeat top left/100% auto; -webkit-transition: all .3s; transition: all .3s; }
  .Wrapper .Side-Contents #Nav-Btn:hover { opacity: 0.7; } }
.Wrapper .Side-Contents #Nav-Btn.active { background: url(../img/menu_footer/menu2.png) no-repeat top left/100% auto; }
.Wrapper .Main-Contents, .Wrapper .Main-ContentsTop { position: relative; flex: 1; padding-top: 100px; }
@media (max-width: 959px) { .Wrapper .Main-Contents, .Wrapper .Main-ContentsTop { width: 100%; padding: 0; } }
.Wrapper .Main-Contents .Head-Contents, .Wrapper .Main-ContentsTop .Head-Contents { position: fixed; top: 0; right: 0; z-index: 100; width: calc(100% - 130px); height: 100px; background: #fff; }
@media (max-width: 959px) { .Wrapper .Main-Contents .Head-Contents, .Wrapper .Main-ContentsTop .Head-Contents { top: 13.5vw; right: -200%; width: 100%; height: calc(100vh - 13.5vw); background-color: rgba(29, 152, 124, 0.7); display: -webkit-flex; display: flex; -webkit-box-align: center; align-items: center; -webkit-transition: all .3s; transition: all .3s; } }
.Wrapper .Main-Contents #Nav.active, .Wrapper .Main-ContentsTop #Nav.active { right: 0; }

.Head-Contents nav { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-box-align: center; align-items: center; width: 750px; height: 100px; margin: 0 7% 0 auto; }
@media (max-width: 959px) { .Head-Contents nav { -webkit-flex-direction: column; flex-direction: column; -webkit-box-align: start; align-items: flex-start; -webkit-justify-content: start; justify-content: start; width: 80%; height: auto; margin: 0 auto; } }
.Head-Contents nav a:link, .Head-Contents nav a:visited { font-size: 15px; letter-spacing: 3px; font-family: "Zen Old Mincho", serif; font-weight: 700; }
@media (max-width: 959px) { .Head-Contents nav a:link, .Head-Contents nav a:visited { color: #fff; font-size: 4.5vw; } }
.Head-Contents nav a + a { margin-left: 5.2em; }
@media (max-width: 959px) { .Head-Contents nav a + a { margin: 2.4em 0 0 0; } }
.Head-Contents nav a:hover { opacity: 0.7; }

.MainImage { position: relative; }
.MainImage img { width: 100%; height: auto; opacity: 1; }
.MainImage .Contents { position: absolute; bottom: 24%; left: 0; width: 100%; }
.MainImage h1 { color: #fff; font-size: 36px; line-height: 100%; font-family: "Zen Old Mincho", serif; font-weight: 700; }
@media (max-width: 959px) { .MainImage h1 { font-size: 6.5vw; } }
.MainImage h1 i { display: block; margin-top: 0.8em; color: #2BA700; font-size: 18px; font-family: "BIZ UDPGothic", sans-serif; font-weight: 400; }
@media (max-width: 959px) { .MainImage h1 i { font-size: 4vw; } }

#breadcrumb { margin-top: 170px; margin-bottom: 130px; font-size: 15.12px; line-height: 100%; font-family: "Zen Old Mincho", serif; font-weight: 400; }
@media (max-width: 959px) { #breadcrumb { margin: 7vw auto 21vw auto; font-size: 3.8vw; } }
#breadcrumb ul { display: -webkit-flex; display: flex; }
#breadcrumb li + li:before { content: ">"; margin: 0 0.5em; }
#breadcrumb a:hover { opacity: 0.7; }

h2.Title { font-size: 36px; line-height: 100%; letter-spacing: 2px; font-family: "Zen Old Mincho", serif; font-weight: 700; }
@media (max-width: 959px) { h2.Title { font-size: 6.5vw; } }
h2.Title i { display: block; margin-top: 1em; color: #2BA700; font-size: 18px; font-family: "BIZ UDPGothic", sans-serif; font-weight: 400; }
@media (max-width: 959px) { h2.Title i { font-size: 4vw; } }

.Btm-Contact { padding: 30px 0 50px 0; background: url(../img/menu_footer/footer_pc.jpg) no-repeat center center/cover; }
@media (max-width: 959px) { .Btm-Contact { padding: 9.5vw 0 12.5vw 0; background: url(../img/menu_footer/footer_sp.jpg) no-repeat center center/cover; } }
.Btm-Contact h2 { margin-bottom: 0.5em; color: #fff; font-size: 36px; line-height: 100%; text-align: center; font-family: "Zen Old Mincho", serif; font-weight: 700; }
@media (max-width: 959px) { .Btm-Contact h2 { font-size: 4.5vw; margin-bottom: 1.8em; } }
.Btm-Contact h2 i { display: block; margin-bottom: 0.5em; color: #fff; font-size: 18.4px; font-family: "BIZ UDPGothic", sans-serif; font-weight: 400; }
@media (max-width: 959px) { .Btm-Contact h2 i { font-size: 3vw; margin-bottom: 1em; } }
.Btm-Contact p { color: #fff; font-size: 14.12px; line-height: 1.8em; text-align: center; font-family: "Zen Old Mincho", serif; font-weight: 400; }
@media (max-width: 959px) { .Btm-Contact p { font-size: 3.2vw; line-height: 2em; } }
.Btm-Contact ul { display: -webkit-flex; display: flex; -webkit-box-align: center; align-items: center; max-width: 870px; margin: 30px auto 0 auto; }
@media (max-width: 959px) { .Btm-Contact ul { -webkit-flex-direction: column; flex-direction: column; max-width: 90%; margin-top: 7vw; } }
.Btm-Contact li { width: 50%; text-align: center; }
@media (max-width: 959px) { .Btm-Contact li { width: 100%; } }
.Btm-Contact li:nth-child(1) img { width: 350px; }
@media (max-width: 959px) { .Btm-Contact li:nth-child(1) img { width: 80%; } }
.Btm-Contact li:nth-child(2) { padding: 5px 0; border-left: 1px solid #fff; }
@media (max-width: 959px) { .Btm-Contact li:nth-child(2) { padding: 0; margin-top: 10vw; border-left: none; } }
.Btm-Contact li:nth-child(2) img { width: 340px; }
@media (max-width: 959px) { .Btm-Contact li:nth-child(2) img { width: 70%; } }
.Btm-Contact li:nth-child(2) a { display: inline-block; }
.Btm-Contact li:nth-child(2) a:hover { background: #fff; }
.Btm-Contact li:nth-child(2) a:hover img { opacity: 0.85; }

footer { margin-top: 100px; }
@media (max-width: 959px) { footer { margin-top: 12vw; } }
footer ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: start; align-items: flex-start; width: 100%; max-width: 950px; margin: 0 auto; }
@media (max-width: 959px) { footer ul { -webkit-flex-direction: column; flex-direction: column; } }
footer ul li:nth-child(1) { width: 230px; }
@media (max-width: 959px) { footer ul li:nth-child(1) { width: 100%; } }
footer ul li:nth-child(2) { width: 160px; }
@media (max-width: 959px) { footer ul li:nth-child(2) { display: none; } }
footer ul li:nth-child(3) { width: 400px; }
@media (max-width: 959px) { footer ul li:nth-child(3) { width: 100%; padding-top: 5vw; } }
footer ul h1 { margin-bottom: 0.7em; font-size: 25px; font-family: "Zen Old Mincho", serif; font-weight: 700; }
@media (max-width: 959px) { footer ul h1 { margin-bottom: 2em; font-size: 4.5vw; text-align: center; } }
footer ul h1 a:hover { opacity: 0.7; }
footer ul h1 + p { font-size: 13.2px; line-height: 1.8em; font-family: "Zen Old Mincho", serif; font-weight: 400; }
@media (max-width: 959px) { footer ul h1 + p { font-size: 3.2vw; line-height: 3em; text-align: center; } }
footer ul ul { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
footer ul li > a:link, footer ul li > a:visited { color: #000; font-size: 13.2px; line-height: 2.9em; font-family: "Zen Old Mincho", serif; font-weight: 400; }
footer ul li > a:hover { opacity: 0.7; }
footer ul iframe { width: 100%; aspect-ratio: 10 / 5.9; border: none; }
footer .copy { margin: 60px 0 70px 0; font-size: 13.2px; line-height: 2.9em; text-align: center; font-family: "Zen Old Mincho", serif; font-weight: 400; }
@media (max-width: 959px) { footer .copy { margin: 3vw 0 12vw 0; font-size: 3.2vw; line-height: 100%; } }

.over { position: relative; display: inline-block; }
.over img { vertical-align: top; -webkit-transition: all .3s; transition: all .3s; }
.over img:nth-child(1) { position: relative; z-index: 100; }
.over img:nth-child(2) { position: absolute; top: 0; left: 0; z-index: 10; }
.over:hover img:nth-child(1) { opacity: 0; }
.over:hover img:nth-child(2) { opacity: 1; }
