@charset "UTF-8";
/* 共通カラー */
/* ブレイクポイント */
/* メディアクエリ */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 1.5rem;
  }
}

select, input, textarea, button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 760px) {
  body {
    min-width: 320px;
  }
  html, body {
    height: 100%;
    min-height: 100%;
  }
}
@media screen and (min-width: 960px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 760px) {
  ._pc {
    display: none !important;
  }
}
._pc-sm {
  display: none !important;
}
@media screen and (min-width: 520px) {
  ._pc-sm {
    display: block !important;
  }
}

._pc {
  display: none !important;
}
@media screen and (min-width: 760px) {
  ._pc {
    display: block !important;
  }
}

._pc-lg {
  display: none !important;
}
@media screen and (min-width: 960px) {
  ._pc-lg {
    display: block !important;
  }
}

._pc-xlg {
  display: none !important;
}
@media screen and (min-width: 1100px) {
  ._pc-xlg {
    display: block !important;
  }
}

._pc-xxlg {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  ._pc-xxlg {
    display: block !important;
  }
}

._sp {
  display: block !important;
}
@media screen and (min-width: 760px) {
  ._sp {
    display: none !important;
  }
}

._sp-sm {
  display: block !important;
}
@media screen and (min-width: 520px) {
  ._sp-sm {
    display: none !important;
  }
}

._sp-lg {
  display: block !important;
}
@media screen and (min-width: 960px) {
  ._sp-lg {
    display: none !important;
  }
}

._sp-xlg {
  display: block !important;
}
@media screen and (min-width: 1100px) {
  ._sp-xlg {
    display: none !important;
  }
}

._palt {
  font-feature-settings: "palt";
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

body {
  line-height: 1.5;
  font-weight: 500;
}

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

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
  color: #000;
}

figure {
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: baseline;
  line-height: 0;
}

/* 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;
}

main {
  display: block;
}

address {
  font-style: normal;
}

button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
}

* {
  box-sizing: border-box;
}

.header {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 760px) {
  .header {
    background: none;
  }
}
.header--color {
  background: #fff;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo img {
  display: inline-block;
}
.header__logo img:first-of-type {
  padding-right: 20px;
  display: none;
}
@media screen and (min-width: 800px) {
  .header__logo img:first-of-type {
    display: inline-block;
  }
}
.header__img--disable {
  display: none !important;
}
.header__main {
  margin: 0 10px;
}
@media screen and (min-width: 760px) {
  .header__main {
    margin: 0 20px;
  }
}
.header__sub {
  display: flex;
  align-items: center;
}
.header__link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #ff000f;
  width: 122px;
  height: 63px;
  padding: 10px 0 10px 20px;
  line-height: 1.2;
  letter-spacing: 4px;
}
.header__link span {
  color: #fff;
  font-size: 1rem;
}
.header__link:hover {
  opacity: 0.6;
}
.header__link::before {
  position: absolute;
  content: "";
  background-image: url(../img/module/link_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  right: 10px;
  top: 32px;
}
.header__link _::-webkit-full-page-media, .header__link _:future, :root .header__link::before {
  right: 5px;
  top: 30px;
}
.header__btn {
  position: relative;
  cursor: pointer;
  width: 63px;
  height: 63px;
  background: #000;
}
.header__btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 16px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 55%;
}
.header__btn span:nth-of-type(1) {
  top: 20px;
}
.header__btn span:nth-of-type(2) {
  top: 30px;
}
.header__btn span:nth-of-type(3) {
  top: 40px;
}
.header__btn--open span {
  background-color: #fff;
}
.header__btn--open span:nth-of-type(1) {
  top: 25px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
}
.header__btn--open span:nth-of-type(2) {
  opacity: 0;
}
.header__btn--open span:nth-of-type(3) {
  top: 37px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
}

.hmenu {
  margin-right: 40px;
  display: none;
}
@media screen and (min-width: 1300px) {
  .hmenu {
    display: block;
  }
}
.hmenu--disable {
  display: none;
}
.hmenu__list {
  display: flex;
  justify-content: flex-end;
}
.hmenu__item {
  padding-left: 20px;
}
.hmenu__item a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 63px;
  position: relative;
}
.hmenu__item a:hover {
  color: #f00;
}
.hmenu__item a:hover::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background: #f00;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.aside {
  position: fixed;
  top: 63px;
  right: 0;
  min-width: 0;
  transform: translate3d(100%, 0, 0);
  transition: 0.6s;
  opacity: 0;
  z-index: 999;
  padding: 20px 20px 200px 20px;
  background: #000;
  width: 600px;
  height: 100vh;
  overflow: scroll;
}
.aside::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 760px) {
  .aside {
    padding: 50px;
    height: auto;
    overflow: visible;
  }
}
.aside--open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  min-width: 100%;
  width: 100%;
}
@media screen and (min-width: 520px) {
  .aside--open {
    width: 600px;
    min-width: 600px;
  }
}
.aside__link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #ff000f;
  width: 170px;
  height: 63px;
  padding: 10px 0 10px 20px;
  line-height: 1.2;
  letter-spacing: 4px;
  position: relative;
  transition: all 0.3s;
}
.aside__link:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  left: 0;
  top: 0;
}
.aside__link span {
  color: #fff;
  font-size: 1rem;
}
.aside__link::before {
  position: absolute;
  content: "";
  background-image: url(../img/module/link_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 36px;
  height: 34px;
  right: 20px;
  top: 4px;
}
.aside__top {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
@media screen and (min-width: 760px) {
  .aside__top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.aside__bottom {
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .aside__bottom {
    text-align: left;
  }
}
.aside__bottom a {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  position: relative;
}
.aside__bottom a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.aside__bottom a:hover::after {
  transform: scale(1, 1);
}
@media screen and (min-width: 760px) {
  .aside__bottom a {
    padding-right: 20px;
  }
}

.gnav {
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .gnav {
    padding-bottom: 40px;
    width: 50%;
  }
}
.gnav--half {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .gnav--half {
    width: 50%;
  }
}
.gnav--full {
  width: 100%;
}
.gnav__title {
  color: #fff;
  font-weight: bold;
  position: relative;
}
.gnav__title::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.gnav__title:hover::after {
  transform: scale(1, 1);
}
.gnav__list {
  padding-top: 20px;
  padding-left: 16px;
}
.gnav__list--position {
  padding-left: 0;
  padding-top: 0;
}
.gnav__item {
  padding-bottom: 10px;
}
.gnav__item a {
  color: #fff;
  position: relative;
}
.gnav__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.gnav__item a:hover::after {
  transform: scale(1, 1);
}
.gnav__item--emphasis {
  font-weight: bold;
  padding-bottom: 20px;
}

.main--top {
  padding-top: 60px;
}
@media screen and (min-width: 760px) {
  .main--top {
    padding-top: 0;
  }
}
.main--sub {
  padding-top: 63px;
}

.breadcrumbs {
  background: #f6f7f7;
  padding: 6px 0;
}
.breadcrumbs__list {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  font-size: 1.2rem;
  padding-right: 30px;
  position: relative;
}
.breadcrumbs__item--link::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.breadcrumbs__item a:hover {
  color: #f00;
}

.firstview {
  background-image: url(../img/module/firstview_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 40px 0;
}
.firstview__title {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  font-size: 3rem;
  padding-left: 44px;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .firstview__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .firstview__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 760px) {
  .firstview__title {
    color: #000;
  }
}
.firstview__title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 8px;
  background: #f00;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.firstview__title--flex {
  display: flex;
  align-items: center;
}
.firstview__title img {
  display: inline-block;
  padding-left: 10px;
  padding-top: 4px;
  width: 180px;
}
@media screen and (min-width: 960px) {
  .firstview__title img {
    width: auto;
  }
}

.scroll {
  display: inline-block;
  position: fixed;
  opacity: 0;
  right: 0;
  bottom: 50px;
  z-index: 10;
  transition: 0.6s;
  cursor: pointer;
  line-height: 1;
}
.scroll--active {
  opacity: 1;
}

.footer {
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #262b2c 50%, #262b2c);
}
.footer__inner {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.footer__logo {
  width: 60%;
  background: #fff;
  padding: 20px 10px 20px 10px;
}
@media screen and (min-width: 760px) {
  .footer__logo {
    text-align: center;
    width: 200px;
    padding: 40px 0 0 0;
  }
}
@media screen and (min-width: 960px) {
  .footer__logo {
    width: 380px;
  }
}
.footer__logo img {
  width: 90%;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .footer__logo img {
    width: auto;
  }
}
.footer__nav {
  flex: 1;
  background: #262b2c;
  padding: 30px;
}
@media screen and (min-width: 960px) {
  .footer__nav {
    padding: 50px 0 50px 30px;
  }
}

.fnav-box--color {
  background: #f6f7f7;
}
.fnav-box__top {
  max-width: 770px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 760px) {
  .fnav-box__top {
    border-bottom: 1px solid #fff;
    max-width: none;
  }
}
.fnav-box__bottom {
  padding-top: 40px;
}
.fnav-box__bottom a {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  position: relative;
}
.fnav-box__bottom a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.fnav-box__bottom a:hover::after {
  transform: scale(1, 1);
}
.fnav-box__spmenu {
  padding: 10px 0;
  text-align: center;
}
.fnav-box__spmenu a {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #262b2c;
  font-size: 1.2rem;
}
.fnav-box__spmenu a:last-of-type {
  border-right: none;
}

@media screen and (min-width: 760px) {
  .fnav {
    padding-bottom: 40px;
    margin-right: 20px;
  }
}
.fnav__title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.fnav__title::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.fnav__title:hover::after {
  transform: scale(1, 1);
}
.fnav__item {
  padding-left: 16px;
  padding-bottom: 10px;
}
.fnav__item--emphasis {
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 0;
}
.fnav__item--emphasis:last-of-type {
  padding-bottom: 0;
}
.fnav__item a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.fnav__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.fnav__item a:hover::after {
  transform: scale(1, 1);
}
.fnav__btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #ff000f;
  width: 170px;
  padding: 10px 0 10px 20px;
  line-height: 1.2;
  letter-spacing: 4px;
  position: relative;
  transition: all 0.3s;
}
.fnav__btn:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  left: 0;
  top: 0;
}
@media screen and (min-width: 760px) {
  .fnav__btn {
    margin-top: 20px;
  }
}
.fnav__btn span {
  color: #fff;
  font-size: 1rem;
}
.fnav__btn::before {
  position: absolute;
  content: "";
  background-image: url(../img/module/link_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 36px;
  height: 34px;
  right: 20px;
  top: 4px;
}

.copyright {
  width: 100%;
  background: #f00;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 5px 0;
}
@media screen and (min-width: 760px) {
  .copyright {
    text-align: right;
    padding: 5px 20px 5px 0;
  }
}

/* base */
/* header */
/* main */
/* footer */