@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*:before {
  margin: 0;
  padding: 0;
  line-height: 1;
}

html,
body {
  height: 100%;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: 0.01071em;
  font-size: 1.6rem;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #efefef;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  counter-reset: number 0;
	color: rgba(0, 0, 0, 0.87);
	margin: 0;
}

a {
  color: #75d7cb;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #89ddd2;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

ul,
dl,
dt,
dd,
ol {
  list-style: none inside;
  margin: 0;
  padding: 0;
}

ul.-disc,
ol.-disc {
  list-style: disc inside;
}

ul.-disc li,
ol.-disc li {
  display: list-item;
}

ul.-decimal,
ol.-decimal {
  list-style: decimal inside;
}

ul.-decimal li,
ol.-decimal li {
  display: list-item;
}

ul.-circle,
ol.-circle {
  list-style: circle inside;
}

ul.-circle li,
ol.-circle li {
  display: list-item;
}

ul.-square,
ol.-square {
  list-style: square inside;
}

ul.-square li,
ol.-square li {
  display: list-item;
}

ul.-decimal-lz,
ol.-decimal-lz {
  list-style: decimal-leading-zero inside;
}

ul.-decimal-lz li,
ol.-decimal-lz li {
  display: list-item;
}

ul.-lower,
ol.-lower {
  list-style: lower-alpha inside;
}

ul.-lower li,
ol.-lower li {
  display: list-item;
}

ul.-upper,
ol.-upper {
  list-style: upper-alpha inside;
}

ul.-upper li,
ol.-upper li {
  display: list-item;
}

ul.-asterisk li,
ol.-asterisk li {
  display: list-item;
}

ul.-asterisk li:before,
ol.-asterisk li:before {
  display: block;
  margin-left: -1rem;
  margin-bottom: -1.5rem;
  content: "※";
}

form,
label,
legend {
  display: block;
  margin: 0;
  padding: 0;
}

input[type="radio"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"].-default {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

textarea {
  display: block;
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #d7dfe2;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea::-webkit-input-placeholder {
  color: #b9c5cc;
}

select {
  font-size: 1.3rem;
  border-color: #d7dfe2;
  font-family: inherit;
  font-weight: 400;
  color: #343a40;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  border: none;
  cursor: pointer;
}

input[type="button"][disabled],
input[type="submit"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="file"] {
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #d7dfe2;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  min-height: 34px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder {
  color: #b9c5cc;
}

input[type="file"] {
  height: 30px;
  border: none;
  background-color: #d7dfe2;
  line-height: 1.4;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#seesaa-cmn-header {
	display: none !important;
  line-height: normal !important;
  height: auto !important;
}

#seesaa-cmn-header a {
  color: #3F4152;
}

#seesaa-cmn-header .seesaa-cmn__logo img {
  margin: 0 !important;
  padding: 0 !important;
}

#seesaa-cmn-header .seesaa-cmn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1;
  width: 100%;
}

#seesaa-cmn-header .seesaa-cmn__content:after {
  display: none !important;
}

#seesaa-cmn-header .seesaa-cmn__inner {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px !important;
}

#seesaa-cmn-header .seesaa-cmn__inner:after {
  display: none !important;
}

#seesaa-cmn-header .seesaa-cmn__pr {
  float: none !important;
  vertical-align: middle !important;
  margin-top: 0 !important;
  margin-right: 10px !important;
  max-height: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none !important;
  font-size: 1.3rem !important;
}

#seesaa-cmn-header .seesaa-search {
  position: absolute !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 0 6px 0 3px !important;
  font-size: 1.2rem !important;
  width: 26% !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}

#seesaa-cmn-header .seesaa-search__text {
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1.8 !important;
  border-radius: 0 !important;
  border: 0 !important;
  height: 100% !important;
}

#seesaa-cmn-header .seesaa-search__submit {
  background: #999 !important;
  line-height: 0 !important;
  font-size: 1.1rem !important;
}

#seesaa-article-preview {
  top: 40px !important;
  right: 10px !important;
}

body > a {
	display: none!important;
}

.Ad60daysArea {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
  padding: 30px 0;
  margin-bottom: 25px;
}

.Ad60daysArea__heading {
  padding: 0 40px;
  margin-bottom: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Ad60daysArea__heading .meta {
  font-size: 1.3rem;
}

.Ad60daysArea__content {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Ad60daysAreaNotes {
  margin-top: 30px;
  font-size: 1.4rem;
}

.Ad60daysAreaNotes__item > ul {
  font-size: 1.3rem;
}


.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.l-header {
  width: 100%;
}

.Header {
	position: relative;
  max-width: 100%;
  width: 100%;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
  background: #11b3f3;
	text-align: center;
}
.Header:before {
	content: '';
	background: url(https://yoor.up.seesaa.net/image/bg-left.svg) no-repeat;
	background-size: cover;
	width: 235px;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.Header:after {
	content: '';
	background: url(https://yoor.up.seesaa.net/image/bg-right.svg) no-repeat;
	background-size: cover;
	width: 235px;
	height: auto;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 640px) {
  .Header {
		height: 180px;
  }
	.Header:before {
		content: '';
		width: 151px;
	}
	.Header:after {
		content: '';
		width: 151px;
	}
}

.Header .Header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	z-index: 10;
}

.Header .Header__inner h1 {
  color: #fff;
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 43px;
	line-height: 1;
}
@media only screen and (max-width: 640px) {
  .Header .Header__inner h1 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
}

.Header .Header__inner h1 a {
  color: #fff;
}

.Header .Description {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
	margin: 0;
}
@media only screen and (max-width: 640px) {
  .Header .Description {
    font-size: 13px;
    font-size: 1.3rem;
		padding: 0 15px;
  }
}

.l-wrapper {
	background: #fff;
  overflow: hidden;
}

.l-footer {
  min-width: 960px;
  margin-top: auto;
}

.Footer__contentsParts {
  width: 960px;
  margin: 0 auto;
  padding: 25px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Poweredby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.Poweredby .Poweredby__body {
  background: #37474F;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Poweredby .Poweredby__body a {
  color: #fff;
  margin: 0 3px;
}

.Article {
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 #fafafa;
  box-shadow: 0 0 0 0 #fafafa;
}

.Article__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Article__heading .title {
  font-size: 2.4rem;
  line-height: 1.3;
}

.Article__heading _:-ms-lang(x),
.Article__heading .title {
  width: 100%;
  text-align: center;
}

{
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  color: #111;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .section-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.section-description {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .section-description {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

.futureplan {
  background: #fff;
}

.futureplan hr {
  margin: 15px;
	height: 0;
	border: none;
	border-bottom: 1px solid #d7dcdf;
}

.futureplan .futureplan-base {
  padding: 24px 0;
}
.futureplan-base.-cta {
  padding: 64px 0;
}
@media only screen and (max-width: 640px) {
  .futureplan-base.-cta {
    padding: 40px 0 16px;
  }
}
.futureplan .futureplan-base + a {
	width: 960px;
	display: block;
	margin: 0 auto;
	color: #11b3f3;
}
.futureplan .futureplan-base + a:hover {
	opacity: .8;
	text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .futureplan .futureplan-base {
    padding: 20px 18px;
  }
}

.futureplan .futureplan-base .futureplan-inner {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .futureplan .futureplan-base .futureplan-inner {
    width: 100%;
  }
}

.futureplan .futureplan-base h2 {
  font-size: 40px;
  font-size: 4rem;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 2px solid #11b3f3;
}
.futureplan .futureplan-base h2.-boderless {
    border-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .futureplan .futureplan-base h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.futureplan .futureplan-base .section-start {
  margin-top: 76px;
}

.futureplan .futureplan-hero {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .futureplan .futureplan-hero {
    margin-bottom: 24px;
  }
}

.futureplan .futureplan-release {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 640px) {
  .futureplan .futureplan-release {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.futureplan .futureplan-release h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #4081dc;
  margin-bottom: 32px;
}

@media only screen and (max-width: 640px) {
  .futureplan .futureplan-release h3 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 16px;
  }
}

.futureplan .futureplan-release ul li + li {
  margin-top: 15px;
}

.futureplan .futureplan-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.66;
}

@media only screen and (max-width: 640px) {
  .futureplan .futureplan-list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78;
  }
}

@media only screen and (max-width: 640px) {
  .pagetop.-futureplan {
    display: none;
  }
}

.futureplan .release-list dd {
  margin-left: 14px;
}

.register {
  position: relative;
  margin-bottom: 20px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 0 48px;
}

@media only screen and (max-width: 640px) {
  .register {
    display: block;
    margin-top: 40px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-mv .register {
    margin-top: 80px;
  }
}

.register img {
  position: absolute;
  top: -70px;
  left: -50px;
}

@media only screen and (max-width: 640px) {
  .register img {
    top: -40px;
    left: -20px;
    width: 80px;
    height: 80px;
  }
}

.register.register-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-register {
  position: relative;
  display: block;
  width: 400px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  background-color: #ffae28;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-weight: 600;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media only screen and (max-width: 640px) {
  .btn-register {
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    width: 100%;
    max-width: 300px;
  }
}

.btn-register:hover {
  background-color: #f49800;
  color: #fff;
}

.btn-inquiry {
  display: block;
  width: 400px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  background-color: #505e74;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-weight: 600;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media only screen and (max-width: 640px) {
  .btn-inquiry {
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    width: 100%;
    max-width: 300px;
    margin-top: 16px;
  }
}

.btn-inquiry:hover {
  background-color: #3b4656;
  color: #fff;
}

.Article__footer {
  padding: 0 20px;
}

.Article__footer .Posted {
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Article__footer .bookmark {
  text-align: center;
  padding-top: 0;
  margin: 50px 0;
}

.CategoryRecentEntry__heading {
  margin-bottom: 20px;
  line-height: 1;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryList:before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.Article__footer .CategoryRecentEntry .CategoryRecentEntryList:after {
  content: "";
  display: block;
  width: 23%;
}


.Article__footer .CategoryRecentEntry .CategoryRecentEntryTitle {
  margin: 0;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #343a40;
}

@media screen and (max-width: 768px) {
  .Header__contentsParts {
    width: 100%;
  }

  .l-wrapper {
    min-width: 100%;
  }

  .l-content {
    display: block;
  }

  .Main {
    width: 100%;
    margin-bottom: 25px;
  }

  .l-footer {
    min-width: 100%;
  }

  .Footer__contentsParts {
    width: 100%;
  }

  .Footer__contentsParts .Module {
    width: 48.2%;
  }
}

@media screen and (max-width: 480px) {
  .Header .Header__inner h1 {
    font-size: 2.4rem;
  }

  .Entry .EntryThumbnail .EntryThumbnail__inner.-bgnone img {
    min-height: 223px;
    height: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
.global-footer {
  background: #505e74;
  padding: 40px 40px 80px 40px;
}

.global-footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.global-footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.global-footer .footer-logo .divider {
  width: 1px;
  height: 30px;
  background: #fff;
  margin: 0 30px;
}

.global-footer .logo {
  text-align: center;
  line-height: 1;
}

.global-footer ul {
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
}

.global-footer ul li {
  margin: 0 4px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .global-footer ul li {
    margin: 0 2px;
  }
}

.global-footer ul li a {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}

.global-footer ul li a:hover {
  text-decoration: underline;
}

.global-footer .copyright {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

@media only screen and (max-width: 640px) {
  .pagetop {
    display: none;
  }
}

.menu {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 5;
}
.menu.is-bg-color .menu-nav {
  background: rgb(255, 255, 255);
}
.menu .menu-logout-item {
  display: block;
}
.menu .menu-login-item {
  display: none;
}
.menu.is-login .menu-login-item {
  display: block;
}
.menu.is-login .menu-logout-item {
  display: none;
}
.menu.is-login .menu-list-item-sp {
  margin-left: 6px;
}
.menu .menu-nav {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 71px;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 0 20px 0 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .menu .menu-nav {
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    height: 60px;
    padding: 0 15px 0 21px;
  }
}
.menu .menu-logo-box {
  display: -webkit-box;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.menu .menu-logo {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1;
}
.menu .menu-logo:hover {
  opacity: 0.4;
}
.menu .menu-logo-image {
  width: 96px;
  height: 35px;
}
@media (max-width: 1024px) {
  .menu .menu-logo-image {
    width: 80px;
    height: auto;
  }
}
.menu .menu-lead {
  font-size: 12px;
  margin-left: 20px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .menu .menu-lead {
    display: none;
  }
}
.menu .menu-lead-small {
  font-size: 10px;
  margin-top: -4px;
  margin-bottom: 0;
}