@charset "UTF-8";
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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #000;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img, iframe {
  vertical-align: bottom;
}

th {
  text-align: left;
}

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

/*$breakpoints: (
	"xl-over": "screen and (min-width: 1760px)",
	"lg-over": "screen and (min-width: 1520px)",
	"md-over": "screen and (min-width: 1280px)",
	"sm-over": "screen and (min-width: 1024px)",
	"xs-over": "screen and (min-width: 768px)",
	"lg-xl": "screen and (max-width: 1759px) and (min-width: 1520px)",
	"md-lg": "screen and (max-width: 1519px) and (min-width: 1280px)",
	"sm-md": "screen and (max-width: 1279px) and (min-width: 1024px)",
	"xs-sm": "screen and (max-width: 1023px) and (min-width: 768px)",
	"xl-under": "screen and (max-width: 1759px)",
	"lg-under": "screen and (max-width: 1519px)",
	"md-under": "screen and (max-width: 1279px)",
	"sm-under": "screen and (max-width: 1023px)",
	"xs-under": "screen and (max-width: 767px)"
) !default;*/
.interval5em > *:not(:last-child) {
  margin-bottom: 0.5em;
}

.interval10em > *:not(:last-child) {
  margin-bottom: 1em;
}

.interval15em > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.interval20em > *:not(:last-child) {
  margin-bottom: 2em;
}

.interval25em > *:not(:last-child) {
  margin-bottom: 2.5em;
}

.interval30em > *:not(:last-child) {
  margin-bottom: 3em;
}

.interval35em > *:not(:last-child) {
  margin-bottom: 3.5em;
}

.interval40em > *:not(:last-child) {
  margin-bottom: 4em;
}

.interval45em > *:not(:last-child) {
  margin-bottom: 4.5em;
}

.interval50em > *:not(:last-child) {
  margin-bottom: 5em;
}

/*
#overview
色

サイト全体で使用している色一覧
*/
/*
#colors
色

@color-white #fff
@color-black #231815
@color-blue #5184c4
@color-blue2 rgba(81, 132, 196, 0.7)
@color-blue3 rgba(81, 132, 196, 0.2)
@color-sky #72b0e0
@color-green #689e36
@color-green2 #6dbe78
@color-gray #4c4b4b
$color-gray2 #969696
@color-pale-green #e7f1d3
@color-pink #dd9091
@color-red #e60012
*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px), print {
  .sp {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  color: #000;
}

@media screen and (min-width: 769px), print {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.3vw;
  }
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.textJustify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.weightBold {
  font-weight: bold;
}

.text-common {
  line-height: 1.75;
}

html,
body {
  height: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.flexCenter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.flexLeft {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.flexRight {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fullWidth {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .fullWidth {
    min-width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .spFullWidth {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 769px), print {
  .contents {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .sp-contents {
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .wrap-2column {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px), print {
  .wrap-2column .main-column {
    width: 815px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-2column .main-column {
    margin-bottom: 10vw;
  }
}

@media screen and (min-width: 769px), print {
  .wrap-2column .sidebar {
    width: 255px;
  }
}

.wrap {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px), print {
  body:not(.index) .wrap > div {
    padding: 130px 0 90px;
  }
}

@media screen and (max-width: 768px) {
  body:not(.index) .wrap > div {
    padding: 13vw 0 20vw;
  }
}

@media screen and (max-width: 768px) {
  .wrap img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    padding: 0 50px;
  }
}

@media screen and (min-width: 769px), print {
  .wrap-section-interval > *:not(:last-child) {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-section-interval > *:not(:last-child) {
    margin-bottom: 15vw;
  }
}

.inner-main {
  color: #fff;
}

@media screen and (min-width: 769px), print {
  .inner-main {
    width: 250px;
  }
}

.inner-main h1 {
  margin-bottom: 1em;
}

@media screen and (min-width: 769px), print {
  .inner-main h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .inner-main h1 {
    font-size: 6vw;
  }
}

.inner-main p {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media screen and (min-width: 769px), print {
  .inner-main p {
    font-size: 14px;
  }
}

.box-post-text {
  border-bottom: 1px solid #ccc;
}

.box-post-text a {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .box-post-text a {
    flex-flow: row wrap;
  }
}

.box-post-text a > * {
  display: block;
  margin: 5px 0;
  line-height: 20px;
}

.box-post-text time {
  margin-right: 20px;
  width: 80px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .box-post-text time {
    margin-right: 2em;
    width: 6em;
    font-size: 10px;
  }
}

.box-post-text h3 {
  width: calc(100% - 200px);
}

@media screen and (max-width: 768px) {
  .box-post-text h3 {
    width: 100%;
    font-size: 13px;
  }
}

.wrap-post-img-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (min-width: 769px), print {
  .wrap-post-img-text {
    margin: -20px 0;
  }
}

.wrap-post-img-text:after {
  content: "";
  display: block;
  height: 1px;
  width: 31%;
}

@media screen and (max-width: 768px) {
  .wrap-post-img-text:after {
    width: 47%;
  }
}

.box-post-img-text {
  margin: 20px 0;
  width: 31%;
}

@media screen and (max-width: 768px) {
  .box-post-img-text {
    margin: 3vw 0;
    width: 47%;
  }
}

.box-post-img-text a {
  display: block;
}

.box-post-img-text img {
  margin-bottom: 0.75em;
  width: 100%;
  height: auto;
}

.box-post-img-text time {
  display: block;
  margin-bottom: 1em;
  font-size: 10px;
}

.box-post-img-text h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .box-post-img-text h3 {
    font-size: 13px;
  }
}

.box-post-img-text p {
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .box-post-img-text p {
    font-size: 13px;
  }
}

.box-post-archive {
  border-bottom: 1px solid #ccc;
}

.box-post-archive a {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  width: 100%;
}

.box-post-archive a > div:nth-child(1) {
  margin-right: 20px;
  width: 250px;
}

@media screen and (max-width: 768px) {
  .box-post-archive a > div:nth-child(1) {
    width: 25vw;
  }
}

.box-post-archive a > div:nth-child(2) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: calc(100% - 270px);
}

@media screen and (max-width: 768px) {
  .box-post-archive a > div:nth-child(2) {
    width: calc(100% - 25vw - 20px);
  }
}

.box-post-archive img {
  width: 100%;
  height: auto;
}

.box-post-archive time {
  display: block;
  margin-bottom: 1em;
  font-size: 10px;
  line-height: 20px;
}

.box-post-archive h3 {
  margin-top: 1em;
  width: 100%;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .box-post-archive h3 {
    margin-top: 0;
    font-size: 13px;
  }
}

.category-post {
  width: 80px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .category-post {
    width: 6em;
    font-size: 10px;
  }
}

.box-post-text .category-post {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .box-post-text .category-post {
    margin-right: 2em;
  }
}

.header {
  position: relative;
  z-index: 2;
}

.logo {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.logo:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  height: 0;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px), print {
  .logo {
    left: 45px;
    width: 220px;
    height: 265px;
  }
  .logo:after {
    bottom: -35px;
    border-bottom: 35px solid transparent;
    border-left: 110px solid #fff;
    border-right: 110px solid #fff;
  }
  .logo img {
    width: 136px;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    left: 4vw;
    width: 36vw;
    height: 43vw;
  }
  .logo:after {
    bottom: -5vw;
    border-bottom: 5vw solid transparent;
    border-left: 18vw solid #fff;
    border-right: 18vw solid #fff;
  }
  .logo img {
    width: 22vw;
  }
}

.list-language {
  position: absolute;
  display: flex;
  align-items: center;
  font-family: "Montserrat", "メイリオ", Meiryo, sans-serif;
}

.list-language dt {
  margin-right: 1em;
  font-weight: bold;
  color: #000;
}

.list-language ul {
  display: flex;
}

.list-language li {
  margin: 0 0.5em;
}

.list-language a {
  display: block;
  padding: 0.25em 0;
  font-weight: bold;
}

.list-language a.current {
  border-bottom: 3px solid #000;
}

@media screen and (min-width: 769px), print {
  .list-language {
    top: 30px;
    right: 45px;
  }
  .list-language dt {
    font-size: 14px;
  }
  .list-language a {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .list-language {
    top: 4vw;
    right: 4vw;
  }
  .list-language dt {
    font-size: 2.9vw;
  }
  .list-language a {
    font-size: 4.5vw;
  }
}

.footer {
  position: relative;
  z-index: 2;
}

.list-bnr {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (min-width: 769px), print {
  .list-bnr {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 768px) {
  .list-bnr {
    margin: -1vw 0 21vw;
  }
  .list-bnr li {
    margin: 1vw 0;
  }
}

.bnr a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bnr img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px), print {
  .footer .bnr a {
    width: 330px;
    height: 120px;
  }
  .header-products .bnr a {
    width: 230px;
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .footer .bnr a {
    width: 45vw;
    height: 17vw;
  }
  .footer .bnr img {
    width: auto;
    height: 100%;
  }
  .header-products .bnr {
    margin-bottom: 5vw;
  }
  .header-products .bnr a {
    width: 37vw;
    height: 19vw;
  }
}

.bnr-tokyo-banana a {
  background: #ffe000;
}

@media screen and (max-width: 768px) {
  .footer .bnr-tokyo-banana a {
    padding: 3vw;
  }
}

.bnr-tokyo-campanella a {
  background: #23b6bc;
}

@media screen and (min-width: 769px), print {
  .header-products .bnr-tokyo-campanella a {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .header-products .bnr-tokyo-campanella a {
    padding: 5vw;
  }
  .footer .bnr-tokyo-campanella a {
    padding: 3vw;
  }
}

.bnr-gv a {
  background: #ea5504;
}

@media screen and (max-width: 768px) {
  .footer .bnr-gv a {
    padding: 3vw 6vw;
  }
}

.bnr-las-olas a {
  background: #fff;
}

@media screen and (min-width: 769px), print {
  .header-products .bnr-las-olas a {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .header-products .bnr-las-olas a {
    padding: 2vw;
  }
  .footer .bnr-las-olas a {
    padding: 3vw 6vw;
  }
}

.inner-footer {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.inner-footer .footer-logo {
  margin-bottom: 2em;
}

@media screen and (min-width: 769px), print {
  .inner-footer p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .inner-footer .footer-logo {
    width: 32vw;
    height: auto;
  }
  .inner-footer .footer-text {
    height: auto;
  }
  .index .inner-footer .footer-text {
    width: 68vw;
  }
  .indexen .inner-footer .footer-text {
    width: 62vw;
  }
}

.copyright {
  padding: 2em 0;
}

.copyright small {
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .copyright {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .copyright {
    text-align: center;
  }
}

.main-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.main-visual picture {
  display: block;
}

.main-visual .main-img {
  width: 100%;
  height: 100vh;
}

.main-visual .main-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .main-visual .main-text {
    height: auto;
  }
  .index .main-visual .main-text {
    width: 37vw;
  }
  .indexen .main-visual .main-text {
    width: 61vw;
  }
}

/*
#overview
タイトル
*/
/*
#styleguide
タイトル

```
<h2 class="head-common">タイトル</h2>
```
*/
/*
#styleguide
タイトル

```
<h3 class="head-common border">タイトル</h3>
```
*/
.wrap-head-common {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.wrap-head-common:after {
  content: "";
  display: block;
  margin-top: 2em;
  height: 1px;
  background: #71a28b;
}

@media screen and (min-width: 769px), print {
  .wrap-head-common {
    margin-bottom: 120px;
  }
  .wrap-head-common:after {
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-head-common {
    margin-bottom: 17vw;
  }
  .wrap-head-common:after {
    width: 10vw;
  }
}

.head-common {
  font-weight: 100;
  font-family: "Lato", "メイリオ", Meiryo, sans-serif;
  font-style: italic;
}

@media screen and (min-width: 769px), print {
  .head-common {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .head-common {
    font-size: 11vw;
  }
}

.head-title {
  display: inline-block;
  font-weight: bold;
  color: #42a5f5;
  background-image: linear-gradient(180deg, #fff3bc, #fabe4c, #f49d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5em;
}

@media screen and (min-width: 769px), print {
  .head-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .head-title {
    font-size: 5vw;
  }
}

.head-title2 {
  margin-bottom: 1em;
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .head-title2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .head-title2 {
    font-size: 4vw;
  }
}

/*
#overview
ナビ
*/
/*
#styleguide
ナビ(モバイル)

```
<ul class="drawer-nav">
	<li>
		<a href="">会社概要</a>
		<ul class="sub-menu">
			<li>
				<a href="">サイトマップ</a>
			</li>
		</ul>
	</li>
	<li>
		<a href="">採用情報</a>
	</li>
	<li>
		<a href="">事業案内</a>
	</li>
	<li>
		<a href="">お問い合わせ</a>
	</li>
</ul>
```
*/
.drawer-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.drawer-nav > li {
  position: relative;
  line-height: 1.75;
  margin: 1.5% 0;
  width: 47%;
}

.drawer-nav > li > a {
  display: block;
  z-index: 1;
}

@media screen and (min-width: 769px), print {
  .drawer-nav > li > a {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .drawer-nav > li > a {
    font-size: 4vw;
  }
}

.drawer-nav > li > a img {
  width: 100%;
  height: auto;
}

.nav-menu {
  display: block;
  padding: 1.25em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 769px), print {
  .nav-menu {
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 768px) {
  .nav-menu {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
  .nav-menu img {
    width: auto;
    height: 4vw;
  }
}

.nav-top {
  display: block;
}

@media screen and (min-width: 769px), print {
  .nav-top {
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 768px) {
  .nav-top {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
  .nav-top img {
    width: auto;
    height: 5vw;
  }
}

.nav-text {
  display: block;
}

@media screen and (min-width: 769px), print {
  .nav-text {
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 768px) {
  .nav-text {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .nav-text {
    width: auto;
    height: 5vw;
  }
}

/*
#overview
トップに戻る
*/
/*
#styleguide
トップに戻る

```
<div>
<a id="js-pagetop" class="pagetop" href="#top">
	<span></span>
</a>
</div>
```
*/
.pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: -110px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: #71a28b;
  border-radius: 50%;
  z-index: 5;
  transition: 0.3s;
  box-sizing: border-box;
  /*
	.fas {
		display: block;
		padding: 0.25em 0 0em;
		height: 1em;
	}
	img{
		height: auto;

		@include media(pc) {
			width: 96px;
		}
		@include media(sp) {
			width: 15vw;
		}
	}
	.fas{
		display: block;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: $color-main;
		background-size: contain;
		box-sizing: border-box;
		
		@include media(pc) {
			width: 50px;
			height: 50px;
			font-size: 20px;
			line-height: 50px;
		}
		@include media(sp) {
			width: 10vw;
			height: 10vw;
			font-size: 4vw;
			line-height: 10vw;
		}
	}
*/
}

.pagetop.active {
  bottom: 20px;
}

.pagetop span {
  display: block;
  margin-top: 5px;
  width: 25%;
  height: 25%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

.bg-blue {
  background: #23b6bc;
}

.bg-night {
  background: #23b6bc linear-gradient(0, transparent, #000082) repeat center top;
  background-size: cover;
}

.bg-twinkle {
  background: url(../images/bg-twinkle.png) repeat-y top center;
}

.index .bg-watercolors {
  background: #fff url(../images/bg-watercolors.png) no-repeat top center;
  background-size: 110%;
}

.bg-glitter {
  background: url(../images/bg-glitter.png) repeat-y top center;
}

@media screen and (max-width: 768px) {
  .bg-glitter {
    background: url(../images/bg-glitter.png) repeat-y top center;
    background-size: contain;
  }
}

.imgFullWidth {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .spImgFullWidth {
    display: block;
    width: 100%;
    height: auto;
  }
}

/*
* object-fitのclassとie対応（ofi.js必要）
*/
.ofi-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #71a28b;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media (prefers-color-scheme: dark) {
  ::-webkit-scrollbar-thumb {
    background: #71a28b;
  }
}

.list-num > li {
  list-style-position: inside;
  counter-increment: cnt;
}

.list-num > li:before {
  content: counter(cnt);
  display: inline-block;
}

.list-caution > li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-caution > li:before {
  content: "※";
}

.list-circle > li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-circle > li:before {
  content: "●";
}

.list-circle-border > li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-circle-border > li:before {
  content: "○";
}

.list-dot > li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-dot > li:before {
  content: "・";
}

/*
@import "./2_component/btn.scss";
@import "./2_component/intersectionObserver.scss";
@import "./2_component/navigation-drawer.scss";
@import "./2_component/slider.scss";
@import "./2_component/form.scss";
@import "./2_component/pagination.scss";
@import "./2_component/loading.scss";
@import "./2_component/nav-link.scss";
@import "./2_component/icon.scss";
@import "./2_component/attr.scss";
@import "./2_component/table.scss";
@import "./2_component/tab.scss";
@import "./2_component/biz-cal.scss";
@import "./2_component/sns.scss";
@import "./2_component/calendar.scss";
*/
.header,
.footer {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
  text-align: center;
}

.header p {
  font-family: "Special Elite", cursive, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.timeline {
  margin-bottom: 4em;
}

.legendG {
  display: none;
}

.timelines-chart {
  padding: 20px 0;
  background: #fff;
}

.timelines-chart svg {
  max-width: 100%;
  height: auto;
}

.timelines-chart .reset-zoom-btn {
  fill: blue;
  font-size: 12px !important;
  font-weight: bold;
  background: blue;
}

@media screen and (min-width: 769px), print {
  .wrap-table {
    padding: 0 120px;
  }
}

.wrap-dl-table {
  width: 100%;
  border-top: 2px solid #f49d00;
  border-bottom: 2px solid #f49d00;
}

.dl-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dl-table:nth-child(even) {
  background: #fff3bc;
}

.dl-table:nth-child(odd) {
  background: #fff;
}

.dl-table dt span {
  display: block;
}

.dl-table dt span:nth-child(1) {
  width: 5em;
}

.dl-table dd {
  text-align: right;
}

@media screen and (min-width: 769px), print {
  .dl-table dt {
    display: flex;
    padding: 1em 1.5em;
    width: 50%;
    font-size: 16px;
  }
  .dl-table dd {
    padding: 1em 2em;
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .dl-table dt {
    padding: 1em 0.5em 1em 1em;
    width: 30%;
    line-height: 1.5;
  }
  .dl-table dt span:nth-child(1) {
    font-size: 4vw;
  }
  .dl-table dt span:nth-child(2) {
    font-size: 2vw;
  }
  .dl-table dd {
    padding: 1em 0.5em;
    width: 35%;
  }
}

.text-common a {
  color: #f49d00;
  text-decoration: underline;
}
