@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: inherit;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.lock {
  overflow: hidden;
}

@font-face {
  font-family: "源ノ角ゴシック";
  src: url("../fonts/SourceHanSans-Normal.otf") format("opentype");
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: "源ノ角ゴシック";
  word-break: break-all;
}

img {
  vertical-align: top;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 2000px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  a {
    cursor: pointer;
  }
}
/*==============================================================================
font-family
============================================================================= */
.montserrat {
  font-family: "Montserrat", sans-serif;
}

@font-face {
  font-family: "A1MinchoStd";
  src: url("../fonts/A-OTF-A1MinchoStd-Bold.otf") format("opentype");
}
.a1 {
  font-family: "A1MinchoStd";
}

@font-face {
  font-family: "源ノ角ゴシックBold";
  src: url("../fonts/SourceHanSans-Bold.otf") format("opentype");
}
.genkaku-b {
  font-family: "源ノ角ゴシックBold";
}

.genkaku {
  font-family: "源ノ角ゴシック";
}

@media screen and (min-width: 768px) {
  .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 0 0;
  }
  .navigation-link {
    margin: 0 1.125rem 0 0;
    padding: 0 0 0.3125rem;
    color: #010101;
    border-bottom: 0.0625rem solid #dadedd;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  .navigation-arrow {
    width: 0.3125rem;
    margin: 0 1.25rem 0 0;
  }
  .navigation-now {
    padding: 0 0 0.3125rem;
    color: #010101;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.875rem 0 0;
  }
  .navigation-link {
    margin: 0 1.25rem 0 0;
    padding: 0 0 0.3125rem;
    color: #010101;
    border-bottom: 0.0625rem solid #dadedd;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
  .navigation-arrow {
    width: 0.5625rem;
    margin: 0 1.25rem 0 0;
  }
  .navigation-now {
    padding: 0 0 0.3125rem;
    color: #010101;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 16.4375rem;
  }
  .header-btn {
    width: 6.25rem;
    margin: 0 -1.875rem 0 0;
  }
  .header-nav {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 6.25rem;
    left: 0;
    -webkit-transform: translatex(120%);
            transform: translatex(120%);
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: opacity 1s ease, -webkit-transform 0.5s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 1s ease;
    transition: transform 0.5s ease, opacity 1s ease, -webkit-transform 0.5s ease;
    pointer-events: none;
    z-index: 10;
    visibility: hidden;
  }
  .header-nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    transition: opacity 1s ease, -webkit-transform 0.5s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 1s ease;
    transition: transform 0.5s ease, opacity 1s ease, -webkit-transform 0.5s ease;
    pointer-events: all;
    visibility: visible;
  }
  .header-nav-inner {
    padding: 7.5rem 0 0;
  }
  .header-nav-category {
    margin: 0 0 2.8125rem 5rem;
    color: #ffffff;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
  }
  .header-nav-btn {
    position: relative;
    width: 26.75rem;
    margin: 6.25rem auto 0;
    padding: 3.25rem 0 2.9375rem 9.5rem;
    background: url("../images/header-nav-btn.webp") no-repeat center/contain;
    color: #ffffff;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
  }
  .header-nav-btn::after {
    content: "";
    position: absolute;
    top: 3.75rem;
    right: 9.6875rem;
    width: 3.125rem;
    height: 0.625rem;
    background: url("../images/concept-link-arrow.webp") no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 13.1875rem;
  }
  .header-btn {
    width: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    padding: 1.8125rem 0 7.4375rem;
    background: url("../images/newsweek/newsweek-bg.webp") no-repeat center/cover;
  }
  .fv-categorys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 8.6875rem;
  }
  .fv-categorys a {
    color: #ffffff;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .fv-categorys a:nth-child(1) {
    margin: 0 4.4375rem 0 0;
  }
  .fv-categorys a:nth-child(2), .fv-categorys a:nth-child(3) {
    margin: 0 2.8125rem 0 0;
  }
  .fv-categorys a:nth-child(4) {
    margin: 0 4rem 0 0;
  }
  .fv h1 {
    position: relative;
    margin: 0 0 2.5625rem;
    font-weight: 300;
    font-size: 3.75rem;
    letter-spacing: 0.1em;
  }
  .fv-txt {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .content-inner {
    padding: 7.8125rem 0 8.75rem;
  }
  .content-top {
    margin: 0 0 1rem;
    color: #00aacc;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }
  .content h2 {
    margin: 0 0 1.875rem;
    color: #030303;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.56;
  }
  .content-txt {
    margin: 0 0 2.5rem;
    color: #030303;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
  .content-txt span {
    color: #67c1d9;
  }
  .content-img {
    cursor: pointer;
    width: 75rem;
    margin: 0 auto;
  }
  .content-bottom {
    color: #030303;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}
@media screen and (max-width: 767px) {
  .fv-bg {
    padding: 6.25rem 0 6.25rem;
    background: url("../images/newsweek/newsweek-bg-sp.webp") no-repeat center/cover;
  }
  .fv h1 {
    position: relative;
    width: 24.125rem;
    margin: 0 0 6rem 1.875rem;
    font-weight: 300;
    font-size: 3.75rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .fv h1 span {
    background: #ffffff;
  }
  .fv-txt {
    margin: 0 0 0 1.875rem;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
  }
  .content-inner {
    padding: 6.25rem 0 7.5rem;
  }
  .content-top {
    margin: 0 0 2.5625rem;
    color: #00aacc;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .content h2 {
    margin: 0 0 3.8125rem;
    color: #030303;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .content-txt {
    margin: 0 1.25rem 3.125rem 0;
    color: #030303;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.76;
  }
  .content-img {
    cursor: pointer;
  }
  .content-bottom {
    color: #030303;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.76;
  }
}
@media screen and (max-width: 767px) {
  .footer-bg01 {
    padding: 6.25rem 0;
    background: url("../images/footer-bg01-sp.webp") no-repeat center/cover;
  }
  .footer h2 {
    margin: 0 0 2.625rem;
    color: #ffffff;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .footer-contact {
    position: relative;
    width: 39.375rem;
    margin: 0 auto;
    padding: 2.3125rem 0;
    color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcffff), to(#dffaff));
    background: linear-gradient(to bottom, #fcffff, #dffaff);
    border-radius: 3.125rem;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .footer-contact::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 7.0625rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #ff7800;
    border-radius: 50%;
  }
  .footer-contact::after {
    content: "";
    position: absolute;
    top: 2.8125rem;
    right: 6.875rem;
    width: 1.875rem;
    height: 0.625rem;
    background: url("../images/footer-contact-arrow.webp") no-repeat center/contain;
  }
  .footer-bg02 {
    padding: 5.0625rem 0 11.875rem;
    background: #80a4b2;
  }
  .footer-inner02 {
    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: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 auto;
  }
  .footer-logo {
    position: absolute;
    bottom: -7.5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 16.4375rem;
    margin: 0 19.75rem 0 0;
  }
  .footer-categories {
    margin: 0 0 0 1.875rem;
  }
  .footer-category {
    margin: 0 0 2.0625rem;
    color: #ffffff;
    font-weight: bold;
    font-family: "源ノ角ゴシックBold";
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .footer-category-mini {
    margin: 0 0 1.125rem 0.9375rem;
    color: #ffffff;
    font-size: 1.375rem;
    letter-spacing: 0.08em;
  }
  .footer-category-contact {
    width: 21.8125rem;
    margin: 3.125rem 0 0;
    padding: 1.1875rem 0;
    background: #ff7800;
    border-radius: 1.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .footer-bg03 {
    padding: 2.375rem 0;
    background: #6e96a5;
    color: #ffffff;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg01 {
    padding: 3.75rem 0 4.375rem;
    background: url("../images/footer-bg01.webp") no-repeat center/cover;
  }
  .footer h2 {
    margin: 0 0 3.1875rem;
    color: #ffffff;
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .footer-contact {
    position: relative;
    width: 43.75rem;
    margin: 0 auto;
    padding: 2.5rem 0;
    color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcffff), to(#dffaff));
    background: linear-gradient(to bottom, #fcffff, #dffaff);
    border-radius: 3.125rem;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .footer-contact::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 10.5rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #ff7800;
    border-radius: 50%;
  }
  .footer-contact::after {
    content: "";
    position: absolute;
    top: 2.8125rem;
    right: 10.625rem;
    width: 1.875rem;
    height: 0.625rem;
    background: url("../images/footer-contact-arrow.webp") no-repeat center/contain;
  }
  .footer-bg02 {
    padding: 3.75rem 0;
    background: #80a4b2;
  }
  .footer-inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 62.5rem;
    margin: 0 auto;
  }
  .footer-logo {
    width: 13.1875rem;
    margin: 5.625rem 19.75rem 0 0;
  }
  .footer-categories {
    margin: 0 2.9375rem 0 0;
  }
  .footer-category {
    margin: 0 0 1.4375rem;
    color: #ffffff;
    font-family: "源ノ角ゴシックBold";
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
  .footer-category-mini {
    margin: 0 0 0.9375rem 0.9375rem;
    color: #ffffff;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
  }
  .footer-category-contact {
    width: 13.8125rem;
    margin: 2.5rem 0 0;
    padding: 0.875rem 0;
    background: #ff7800;
    border-radius: 1.875rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .footer-bg03 {
    padding: 2.375rem 0;
    background: #6e96a5;
    color: #ffffff;
    font-weight: 300;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
}


@media screen and (min-width: 768px) {
    .close-button {
        display: none;
        cursor: pointer;
        width: 3rem;
        margin: 0 0 1.25rem auto;
    }
      
    .close-button.open{
        display: block;
    }
    
    .modal {
        display: none;
        z-index: 100;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70rem;
        margin: auto;
    }
    
    .modal-inner {
        width: 70rem;
        height: 36rem;
        overflow: scroll;
    }
    
    .modal-content {
        width: 104.25rem;
    }
    
    .modal.open{
        display: block;
    }
    
    .overlay {
        display: none;
        z-index: 50;
        position: fixed;
        top: 0;
        left: 0;
        background: #cfd1d2;
        opacity: 0.8;
        width: 100%;
        height: 100%;
    }
    
    .overlay.open{
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .close-button {
        display: none;
        cursor: pointer;
        width: 3rem;
        margin: 0 0 1.25rem auto;
    }
      
    .close-button.open{
        display: block;
    }
    
    .modal {
        display: none;
        z-index: 100;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 43.125rem;
        margin: auto;
    }
    
    .modal-inner {
        width: 43.125rem;
        height: 68rem;
        overflow: scroll;
    }
    
    .modal-content {
        width: 2000px;
    }
    
    .modal.open{
        display: block;
    }
    
    .overlay {
        display: none;
        z-index: 50;
        position: fixed;
        top: 0;
        left: 0;
        background: #cfd1d2;
        opacity: 0.8;
        width: 100%;
        height: 100%;
    }
    
    .overlay.open{
        display: block;
    }
}
  