/* Reset ----- */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0
}
article,aside,footer,header,nav,section,figcaption,figure,main {
  display: block;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:inherit;
}
ul {
  list-style:none;
}
button,input,select,textarea {
  margin:0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
  vertical-align:middle;
}
button,select {
  text-transform: none;
}
input,button,select {
  font-family: inherit;
  font-weight: inherit;
}
input[type="submit"],input[type="button"],button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration,input[type="button"]:-webkit-search-decoration,button[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,input[type="button"]:focus,button[type="submit"]:focus {
  outline: none;
}
/* IE 10+ ----- */
:-ms-input-placeholder {
    color: #999;
}
html {
  box-sizing:border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
}
*,*:before,*:after {
  background-repeat: no-repeat;
  box-sizing:inherit;
}
:before,:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
img,embed,object,audio,video {
  height:auto;
  max-width:100% !important;
}
img,iframe {
  border:0
}
img {
  vertical-align: bottom;
}
svg {
  fill: currentColor;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
td,th {
  padding:0;
  text-align:left;
  font-weight: inherit;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*++++++++++++++++++*/
html {
  /* font:500 20px/1.6 "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
  font:500 20px/1.6 'Noto Serif JP', serif;
  background: #F2F2F2;
  color: #222;
}
a {
  transition: .2s;
  color: inherit;
}
a:hover {
  color: #e73262;
}
.header_wrapper {
  border-top: 2px solid #fff;
}
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  padding: 1rem 5rem;
  margin: auto;
  white-space: nowrap;
  line-height: 1;
}
.header a {
  text-decoration: none;
}
.header h1 {
  font-size: 2rem;
  background: linear-gradient(0deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);

}
.logo {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: .5rem;
}
.global-nav {
  display: flex;
  margin-top: 1rem;
}
.global-nav li {
  padding-left: 2em;
}
.sp-nav {
  display: none;
}
.buger_wrapper {
  display: none;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  margin: auto;
}

article {
  width: 100%;
  max-width: 1400px;
  padding: 5rem 5rem 3rem;
  margin: auto;
}
section {
  position: relative;
  padding: 2rem 0 2rem;
  font-size: 1.2rem;
}
section+section {
  margin-top: 4rem;
}

.full-w {
  position: relative;
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  border-bottom: 5px solid #333;
  margin-bottom: 5rem;
}
.full-w::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f0bc68;
  width: calc((100% - 1400px + 10rem) / 2) ;
  height: 50%;
  z-index: -1;
}
.full-w h1 {
  width: calc(100% - 10rem);
  max-width: calc(1400px - 10rem);
  margin: auto;
}
.full-w h1 .eng {
  display: block;
  font-size: 3.5rem;
/*  font-family: 'Noto Serif', serif;*/
/*  font-family: 'Playfair Display', serif;*/
  line-height: 3rem;
  
}
.full-w h1 .jp {
  position: absolute;
  bottom: -2.5rem;
}

table {
  width: 100%;
  border-top: 1px solid #333;
}

th,td {
  padding: 1rem 2rem;
  vertical-align: baseline;
  border-bottom: 1px solid #333;
}
th {
  white-space: nowrap;
}

img.fit {
  width: 100%;
  height: 400px;
  margin-top: 4rem;
  object-fit: cover; 
  border-radius: 2rem;
}
section h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: .25em;
}
section h2::before {
  content: "";
  display: inline-block;
  background: #f0bc68;
  width: 1rem;
  height: 1rem;
  margin-left: -1rem;
}

section ul {
  margin-left: 1em;
}
section ul li {
  text-indent: -1em;
}
section ul li+li {
  margin-top: .5rem;
}
section ul li:before {
  display: inline-block;
  content: "";
  margin-right: .5em;
  height: .3em;
  width: .5em;
  border-top: 1px solid #000;
}

.footer_wrapper {
  /* font-weight: 100; */
  background: linear-gradient(-90deg, #333 0%, #333 50%, transparent 50%, transparent 100%);
  color: #fff;
}
.footer {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  background: #F2F2F2;
  text-align: right;
  line-height: 1;
}
.footer small {
  display: inline-block;
  padding: 1rem 5rem 1rem 3rem;
  background: #333;
  border-radius: 100px 0 0 0;
  font-size: 1rem;
}


@media (max-width: 1400px) {
  .full-w::before{
    width: 5rem;
  }
}

@media (max-width: 1080px) {
  .header {
    padding: 1rem;
  }
  article {
    padding: 2rem 2rem 2rem;
  }
  .full-w::before {
    width: 2rem;
  }
  .full-w h1 {
    width: calc(100% - 4rem);
  }
  .header {
    border: none;
  }
  .pc-nav {
    display: none;
  }
  .sp-nav {
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
  .sp-nav ul {
    display: none;
  }
  .sp-nav li {
    padding: .5rem 0;
    background: #fff;
    border-top: 1px solid #ddd;
  }
  .sp-nav li:first-child {
    border: none;
  }
  .sp-nav a {
    display: block;
    color: #000;
    text-decoration: none;
  }

  .buger_wrapper {
    display: flex;
    align-items: center;
    font: 2rem;
    width: 2rem;
  }
  .buger {
    display: block;
    height: 1rem;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .buger::before {
    display: block;
    content: "";
    border-bottom: 1px solid #000;
    height: .5rem;
    width: 100%;
  }

}
@media (max-width: 850px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 13px;
  }
  article {
    padding: 1rem;
  }
  .full-w::before {
    width: 100%;
  }
  .full-w h1 {
    width: calc(100% - 2rem);
  }
  section {
  }
  section+section {
    margin-top: 2rem;
  }
  section h1 {
    /* font-size: 1.6rem; */
  }
  th,td {
    display: block;
    padding: .5rem 0;
  }
  th {
    padding-bottom: 0;
    border: none;
    font-weight: 500;
  }
}
@media (max-width: 340px) {
  html {
    font-size: 11px;
  }
}