html{
  font-size: 10px;
}
body {
  font-family: "BIZ UDPGothic", system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #111;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
}

.wrapper {
  overflow-x: hidden;
  padding-top: 114px;
}
@media screen and (max-width: 1024px) {
  .wrapper{
    padding-top: 102px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper{
    padding-top: 70px;
  }
}
/*
ワープロエディタ標準で用意されているHTMLタグセレクタ
*/
h2 {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  margin-top: 2rem;
}
h3 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 1.6rem;
}
h4 {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 1.4rem;
}
h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
p {
  margin-top: 1.2rem;
}
ul,
ol {
  margin-top: 1.2rem;
}
a {
  color: inherit;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    margin-top: 3.2rem;
  }
  h3 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: 2.8rem;
  }
  h4 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: 2.2rem;
  }
  h5 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.8rem;
  }
  h6 {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.5rem;
  }
  p {
    margin-top: 1.2rem;
  }
  ul,
  ol {
    margin-top: 1.2rem;
  }

}
table {
  margin-top: 2rem;
  border-spacing: 1px;
  border-top: 1px solid #111;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #111;
  border-collapse: collapse;
}
th {
  background: #F1F2F5;
}
th,
td {
  padding: 0.5em;
  border-top: none;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  border-left: none;
}

/*
レイアウト用スタイルおよびclassセレクタ、idセレクタ
*/
.common-area {
  position: relative;
}
.editorial-area {
  position: relative;
}

.main-visual {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/*
ヘッダー
*/
header {
  padding: 0;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0px 20px 10px;
  display: flex;
  align-items: center;
  gap: 0 48px;
  background-color: #fff;
}
.header-inner.change-color {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1025px) {
  .header-inner {
    padding: 0 100px;
    height: 114px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .header-inner {
    gap: 0 30px;
    height: 102px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    justify-content: space-between;
    gap: 24px;
    padding: 5px 20px;
    height: 70px;
  }
}
.logo {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 0;
  z-index: 9999;
}
.logo a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .logo {
    margin-top: 0;
    margin-bottom: 10px;
    z-index: 9999;
  }
}
@media screen and (min-width: 1380px) {
  .logo {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    max-width: 141px;
  }
}


.global-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(120%);
  background-color: rgba(255, 255, 255);
  transition: ease 0.3s;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .global-nav {
    position: static;
    transform: initial;
    background-color: transparent;
    height: inherit;
    display: flex;
    justify-content: end;
    width: auto;
  }
}
.nav-items {
  position: absolute;
  top: 40vh;
  left: 0;
  transform: translateY(-50%);
  margin-top: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav-items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
    gap: 0 36px;
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .nav-items {
    gap: 0 20px;
  }
}
.nav-item {
  list-style: none;
  padding-left: 0;
}
.nav-item:not(:first-child) {
  margin-top: 2rem;
}
.nav-item a {
  position: relative;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
}
.nav-item a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.nav-item a:hover {
  opacity: 1;
}
.nav-item a:hover::after {
  transform: scale(1, 1);
}
.nav-youtube a{
  color: #FF0000;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .nav-item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-youtube{
    margin-left: auto;
    position: relative;
    z-index: 9998;
  }
  .nav-youtube a{
    
  }
}
.hamburger {
  width: 45px;
  height: 100%;
  padding: 13px 0 3px;
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
  flex: 0 0 45px;
}
.hamburger:after{
  content: 'メニュー';
  font-size: 1rem;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.hamburger.active:after{
  content: 'とじる';
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 22px;
  height: 2px;
  background-color: #333;
  position: relative;
  transition: ease 0.4s;
  display: block;
  margin: 0 auto;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 4px auto;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.global-nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -7px;
  transform: rotate(-45deg);
}

/*
メイン
*/


.content-image {
  margin-top: 1.2rem;
}
.cvs_hide#conversion_link {
  padding-right: 10px;
}
#conversion_link {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #F1F2F5;
  padding: 10px;
  padding-right: 60px;
  border-radius: 5px 0 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.cvs_hide#conversion_link > a {
  display: none;
}
#conversion_link > a {
  display: block;
  background: #0047C6;
  padding: 10px 50px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.cvs_hide #cvs_sw {
  position: static;
  background-image: url(/soshiki_file/newworld-pj/cvs_open.png);
}
#cvs_sw {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  padding: 20px 1em;
  background: #ccc;
  border-radius: 5px;
  text-decoration: none;
  color: #111;
  font-weight: bold;
  font-size: 1.2rem;
  width: 5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  text-align: left;
  text-indent: -9999em;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url(/soshiki_file/newworld-pj/cvs_close.png);
}

/*
フッター
*/
footer {
  padding: 50px 0 70px;
  background-color: #111;
  color: #fff;
  margin: 150px 0 0;
  position: relative;
}
footer:before{
  content: "";
  background: url(/soshiki_file/newworld-pj/footer-deco.svg) no-repeat center / contain;
  width: 400px;
  height: 190px;
  position: absolute;
  top: -130px;
  right: -180px;
  z-index: 1;
}
.footer__name{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 15px;
}
.footer__addr{
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
.footer__tel{
  display: inline-block;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
.sns-icon{
  display: block;
  width: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #111;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px;
}
.credit {
  font-size: 0.8rem;
}

footer .container{
  display: grid;
}
.footer__addrWrap{
  grid-area: addr;
}
.credit{
  grid-area: credit;
  font-size: 1rem;
}
.footer__logo{
  grid-area: logo;
}

@media screen and (min-width: 768px) {
  footer .container{
    grid-template-areas:
    "addr logo"
    "addr credit";
    grid-template-rows: 1fr max-content;
    grid-template-columns: 1fr max-content;
  }
  .footer__logo img{
    margin-left: auto;
  }
  .credit br{
    display: none;
  }
  
}
@media screen and (max-width: 767px) {
  footer{
    margin-top: 100px;
  }
  footer:before{
    width: 240px;
    height: 114px;
    top: -79px;
    right: -90px;
  }
  footer .container{
    grid-template-areas:
    "addr"
    "logo"
    "credit";
  }
  .footer__logo{
    margin-top: 60px;
  }
  .footer__logo img{
    margin: 0 auto;
  }
  .credit{
    text-align: center;
    margin-top: 30px;
  }
}

.container{
  max-width: 1350px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-s{
  max-width: 1190px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .sp{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc{
    display: none;
  }
}