﻿@charset "utf-8";

/* =====================================================
 *
 *	normalize.css v7.0.0 | MIT License
 *	github.com/necolas/normalize.css
 *
===================================================== */
html {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
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;
}
audio,
video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  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-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
article,
aside,
footer,
header,
nav,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
button,
input,
optgroup,
select,
textarea,
table,
tr,
th,
td,
p,
ul,
ol,
li,
a,
span,
em,
b,
i,
strong,
small {
  position: relative;
  box-sizing: border-box;
  font-style: normal;
}
html {
  font-family: 'Noto Sans JP', 'Oswald', Hiragino Kaku Gothic ProN, YuGothic, Meiryo, sans-serif;
  font-size: 100%;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 24px 0 0;
  font-size: 0.875rem;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
p a {
  color: #00469b;
  text-decoration: underline;
}
img {
  width: 100%;
  display: block;
}
ul {
  margin: 16px 0 0 1.5em;
  padding: 0;
  font-size: 0.875rem;
}
hr {
  margin: 0;
  border: none;
}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  p {
    margin: 24px 0 0;
    font-size: 1rem;
    line-height: 2;
  }
  ul {
    margin: 16px 0 0 1.5em;
    font-size: 1rem;
    line-height: 2;
  }

}

/* =====================================================
 *
 *	CONTAINER
 *
===================================================== */
#container {
  width: 100%;
  overflow: hidden;
  opacity: 1;
}

/* =====================================================
 *
 *	HEADER
 *
===================================================== */
header {
  width: 100%;
  padding: 10px 12px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  margin: 0;
}
header .logo {
  width: 152px;
  height: 16px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  header {
    padding: 0 40px;
    width: 100%;
  }
  header .logo {
    width: 304px;
    height: auto;
  }
}

/* header_nav_btn ボタンは採用でも使用
----------------------------------------------------- */
.header_nav_btn {
  width: 76px;
  height: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  cursor: pointer;
}
.header_nav_btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 0;
  height: 0;
  border: 38px solid transparent;
  border-bottom: 14px solid #000;
  z-index: 1;
}
.header_nav_btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 0;
  height: 0;
  border: 38px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}
.header_nav_btn div {
  width: 20px;
  height: 28px;
  margin: 0 auto;
  z-index: 2;
}
.header_nav_btn span {
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header_nav_btn span:nth-child(1) {
  top: 12px;
}
.header_nav_btn span:nth-child(2) {
  top: 15px;
}

/* open */
.header_nav_btn.active span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}
.header_nav_btn.active span:nth-child(2) {
  top: 13px;
  -webkit-transform: rotate(-160deg);
  transform: rotate(-160deg);
}

/* PC・TABLET */@media screen and (min-width: 769px) {
  .header_nav_btn {
    display: none;
  }
}

/* header_nav
----------------------------------------------------- */
.header_nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0%;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9998;
}
.header_nav .bg {
  display: block;
  position: fixed;
  top: -100%;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  z-index: 9998;
  -webkit-transform: rotate(-70deg) scale(0.5, 0.5);
  transform: rotate(-70deg) scale(0.5, 0.5);
}
.header_nav .nav_item {
  width: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
}
.header_nav .nav_item_link {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #000;
  text-align: center;
  line-height: 1;
  width: 100%;
  display: block;
}
.header_nav .nav_item:nth-child(1) {
  margin-top: 80px;
}

.nav_list_bg {
  visibility: hidden;
  opacity: 0;
}
.nav_list_link {
  color: #000;
}

/* SP */
@media screen and (max-width: 768px) {
  .header_nav {
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .active + .header_nav::after {
    content: '';
    height:calc(100vh + 1px) ;
    width: 1px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .nav_01,.nav_04 {
    border-top: 1px solid #e7e7e7;
  }
  .nav_item_link {
    padding: 24px 10px;
  }
  .nav_list {
    list-style: none;
    margin: 0;
    background: #f6f6f6;
  }
  .nav_list_link {
    display: block;
    padding: 15px 10px;
    font-size: 0.8125rem;
    font-weight: 700;
    position: relative;
    text-align: center;
  }
  .nav_list_link::after {
    content: '';
    width: 75%;
    height: 1px;
    display: block;
    background: #e7e7e7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav_list_item:last-child .nav_list_link::after {
    content: none;
  }

}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  .header_nav {
    display: flex !important;
    justify-content: flex-end;
    flex: 1;
    align-items: center;
    position: static;
    top: 0;
    left: 0;
    height: 100px !important;
  }
  .header_nav .bg {
    display: none !important;
  }
  .header_nav .nav_item {
    width: auto;
    display: block !important;
    opacity: 1 !important;
    margin-top: 0 !important;
  }
  .header_nav .nav_item_link {
    font-size: 0.875rem;
    padding: 41px 8px;
    border: none;
  }
  .header_nav .nav_item:hover .nav_item_link {
    color: #e60012;
  }
  .header_nav .nav_item:hover span::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -40px;
    left: 0;
    background: #e60012;
  }
  .nav_list_bg {
    width: 100%;
    height: 55px;
    background: #f6f6f6;
    position:fixed;
    top: 100px;
    left: 0;
    border-top: 2px solid #e7e7e7;
    transition: 0.1s visibility 0s linear,0.3s opacity 0s linear;
    opacity: 0;
    visibility: hidden;
  }
  .nav_list {
    margin: 0 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row nowrap;
    list-style: none;
    position: absolute;
    left: 0;
    top: 100px;
    transition: 0.1s visibility 0s linear,0.3s opacity 0s linear;
    opacity: 0;
    visibility: hidden;
  }
  .nav_02 .nav_list {
    left: -33vw;
  }
  .nav_04 .nav_list {
    left: -108px;
  }
  .nav_05 .nav_list {
    left: -80px;
  }
  .nav_list_link {
    position: relative;
    display: block;
    padding: 20px 10px;
    line-height: 1.1;
    font-size: 14px;
    white-space: nowrap;
  }
  .nav_list_item + .nav_list_item .nav_list_link::after {
    content: '';
    position:absolute;
    top:50%;
    left: 0;
    transform: translateY(-20px);
    width: 2px;
    height: 40px;
    background: #e7e7e7;
  }
  .header_nav .nav_item:hover .nav_list_bg{
    visibility: visible;
    opacity: 1;
  }
  .header_nav .nav_item:hover .nav_list {
    visibility: visible;
    opacity: 1;
  }
  .nav_item:hover .nav_list_link:hover {
    color: #e60012;
  }

}
@media screen and (min-width: 970px) {
  .header_nav .nav_item_link {
    font-size: 1.125rem;
    padding: 41px 20px;
  }
  .header_nav div:nth-child(1) .nav_item_link {
    margin-top: 0;
    width: 119px;
  }
  .header_nav div:nth-child(2) .nav_item_link {
    width: 109px;
  }
  .header_nav div:nth-child(3) .nav_item_link {
    width: 84px;
  }
  .header_nav div:nth-child(4) .nav_item_link {
    width: 111px;
  }
  .header_nav div:nth-child(5) .nav_item_link {
    width: 113px;
  }

  .nav_02 .nav_list {
    left: -307px;
  }

  .nav_list_link {
    padding: 20px 26px;
  }

  .header_nav .nav_item:hover span::after {
    bottom: -37px;
  }
}

/* =====================================================
 *
 *	CONTENTS
 *
===================================================== */
#contents {
  clear: both;
}
#contents .inner {
}
.contents_header {
  background-color: rgba(243, 243, 243, 1);
  margin-top: 48px;
  padding: 32px;
}
.contents_main {
  margin-bottom: 100px;
}
.contents_main_h1_multiple {
  margin-top: 48px;
  border-top: 4px solid rgba(243,243,243,1);
}

/* text adjust */
#contents .notice {
  color: #e50032;
}
#contents .ind1em {
  margin-left: 1em;
  text-indent: -1em;
}
#contents .ind15em {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#contents .ind2em {
  margin-left: 2em;
  text-indent: -1em;
}
#contents .mt00 {
  margin-top: 0;
}
#contents .nopc {
  display: none;
}
#contents .nosp {
  display: block;
}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  #contents .inner {
    max-width: 1144px;
    padding: 0 32px;
    margin: 0 auto;
  }
  .contents_header {
    margin-top: 100px;
    padding: 98px 0;
  }
  #contents .nopc {
    display: block;
  }
  #contents .nosp {
    display: none;
  }
  .contents_main_h1_multiple {
    margin-top: 100px;
  }
}

/* HEDDING
----------------------------------------------------- */

/* 大見出し */
.hedding_h1_01 {
  margin: 0;
}
.hedding_h1_01 em {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 2rem;
  display: block;
  text-align: left;
  line-height: 1;
}
.hedding_h1_01 span {
  font-weight: 700;
  font-size: 0.75rem;
  display: block;
  text-align: left;
  line-height: 1;
  margin-top: 10px;
}

/* 中見出し01 */
.hedding_h2_01 {
  color: #000;
  margin-top: 72px;
}
.hedding_h2_01 em {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 2rem;
  display: block;
  text-align: center;
  line-height: 1.2;
}
.hedding_h2_01 span {
  font-weight: 700;
  font-size: 0.75rem;
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}

/* 中見出し02 */
.hedding_h2_02 {
  color: #000;
  font-size: 1rem;
  margin: 40px 0 0;
  padding: 0 16px;
  text-align: center;
}

/* 小見出し01 */
.hedding_h3_01 {
  font-size: 1rem;
  margin: 0;
}

/* 小見出し02 */
.hedding_h3_02 {
  font-size: 0.813rem;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', serif;
  font-weight: bold;
  line-height: 2;
  margin: 0 16px 0;
}
.hedding_h3_02 span {
  background-color: #fff;
  padding: 2px 16px;
}

/* 小見出し */
.hedding_h4_01 {
  font-size: 0.875rem;
  margin: 16px 0 0 0;
}
.hedding_h4_02 {
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 0.75rem;
  line-height: 40px;
}
.hedding_h5_01 {
  font-size: 0.813rem;
}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  /* 大見出し */
  .hedding_h1_01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .hedding_h1_01 em {
    font-size: 4.5rem;
  }
  .hedding_h1_01 span {
    font-size: 1.5rem;
  }

  /* 中見出し01 */
  .hedding_h2_01 {
    margin-top: 168px;
  }
  .hedding_h2_01 em {
    font-size: 4.5rem;
  }
  .hedding_h2_01 span {
    font-size: 1.125rem;
    margin-top: 20px;
  }

  /* 中見出し02 */
  .hedding_h2_02 {
    font-size: 2rem;
    margin: 80px 0 0;
  }

  /* 小見出し */
  .hedding_h3_02 {
    font-size: 1.5rem;
    margin: 0;
  }
  .hedding_h3_02 span {
    padding: 4px 16px 3px;
  }

  .hedding_h4_01 {
    font-size: 1.25rem;
    margin: 40px 0 0 0;
  }
  .hedding_h4_02 {
    font-size: 1.25rem;
    line-height: 64px;
  }
  .hedding_h5_01 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1080px) {
  /* 小見出し */
  .hedding_h3_02 {
    font-size: 2rem;
    position: absolute;
    top: 64px;
    left: 64px;
    margin: 0;
  }
}

/* BUTTON
----------------------------------------------------- */
.btn_ts {
  font-family: 'Noto Sans JP', 'Oswald', Hiragino Kaku Gothic ProN, YuGothic, Meiryo, sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  font-size: 0.875rem;
  padding: 13px 0;
  width: 100%;
  background-color: #000;
  margin: 0 auto;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  cursor: pointer;
  border-style: none;
}
.btn_ts.en {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
.btn_ts.small {
  font-size: 0.625rem;
  padding: 11px 0;
  width: 160px;
}
.btn_ts.disabled {
  color: #fff !important;
  background-color: #ccc !important;
  cursor: not-allowed;
}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  .btn_ts {
    font-size: 1rem;
    padding: 12px 0;
  }
  .btn_ts.small {
    font-size: 1rem;
    padding: 16px 0;
    width: 240px;
  }
  .btn_ts:hover {
    -webkit-transform: scale(1.2) translate(0);
    transform: scale(1.2) translate(0);
    background-color: rgba(255, 240, 0, 1);
    color: #000;
  }
}

/* BLOCK
----------------------------------------------------- */
.block {
  background-color: rgba(243, 243, 243, 1);
  padding: 24px 16px;
  margin: 24px 16px 0;
}
.block p:first-child {
  margin: 0;
}
.block.bg_white {
  background-color: #fff;
}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  .block {
    margin: 64px 0 0;
    padding: 80px;
  }
}

/* BOX
----------------------------------------------------- */
.boxWrap {
  margin-top: 24px;
}
.box {
  padding: 24px 16px;
  margin: 16px;
  background-color: rgba(243, 243, 243, 1);
}
.box_thumbnail {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 50px;
  height: 50px;
}
.box_thumbnail img {
  max-width: 200px;
  margin: 0 auto;
}
.box_title {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-top: 16px;
}
.box_btn {
  margin-top: 24px;
  width: 100%;
  display: block;
}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  .boxWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 64px;
  }
  .box {
    padding: 80px 0 152px;
    margin: 0 0 40px;
    width: 47.5%;
  }
  .box.w100 {
    width: 100%;
  }
  .box_thumbnail {
    font-size: 1.5rem;
    line-height: 100px;
    height: 100px;
  }
  .box_thumbnail img {
    max-width: 400px;
    margin: 0 auto;
  }
  .box_title {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .box_btn {
    margin-top: 0;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    padding: 0 80px;
  }
  .box.w100 .box_btn {
    width: 47.5%;
    margin-left: -25%;
  }
}

/* =====================================================
 *
 *	FOOTER
 *
===================================================== */
footer {
}
footer .inner {
  padding: 0 0 40px;
  margin-top: 0;
}
footer .logo {
  padding-bottom: 36px;
  border-bottom: 1px solid #e7e7e7;
}
footer .logo img {
  width: 69.375%;
  max-width: 222px;
  margin: 0 auto;
}
footer .copyright {
  color: #fff;
  background-color: #000;
  font-size: 0.5rem;
  line-height: 1;
  padding: 14px 0;
  text-align: center;
}
footer .btn_ts {
  margin-top: 30px;
}

footer .nopc {
  display: none;
}

footer .nosp {
  display: block;
}

.box_toppan_solution {
  padding: 12px;
  width: 100%;
  background-color: rgba(243, 243, 243, 0.9);
}

.box_toppan_solution_inner {
  width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.box_toppan_solution_inner p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 12px;
  color: #050505;
  letter-spacing: 0.08em;
  text-align: center;
}

.box_toppan_solution a {
  text-align: center;
}

.box_toppan_solution a img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: auto;
}

.box_toppan_solution a span {
  display: inline-block;
  font-size: 12px;
  color: #050505;
  letter-spacing: 0.08em;
}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  footer {
    width: 100%;
  }
  footer .nopc {
    display: block;
  }
  footer .nosp {
    display: none;
  }
  footer .inner {
    padding: 76px 0 64px;
  }
  footer .logo {
    padding-bottom: 0;
    border-bottom: 0;
  }
  footer .logo img {
    width: 334px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  footer .copyright {
    font-size: 0.75rem;
    padding: 26px 0;
  }
  footer .btn_ts {
    margin-top: 48px;
  }
}

@media screen and (min-width: 811px) {
  .box_toppan_solution {
    padding: 0 12px;
  }
  .box_toppan_solution_inner {
    width: 100%;
    max-width: inherit;
    height: auto;
    justify-content: center;
    flex-flow: row nowrap;
  }
  .box_toppan_solution_inner p {
    margin-bottom: 0;
    padding-right: 24px;
    line-height: 28px;
    position: relative;
  }
  /* .box_toppan_solution_inner p::after {
    content: '';
    width: 1px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    background: #818181;
  } */
  .box_toppan_solution a {
    text-align: left;
  }
  .box_toppan_solution a img {
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    vertical-align: middle;
    width: 150pxpx;
  }
}

/* footer_nav
----------------------------------------------------- */
.footer_nav {
  width: 100%;
}
.footer_nav_top {
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
}
.footer_nav_top_link {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #000;
  text-align: center;
  line-height: 1;
  padding: 8px;
  letter-spacing: 0.1em;
}

.footer_nav_top_list {
  list-style: none;
}
.footer_nav_top_item:focus,
.footer_nav_top_ttl:focus {
  outline: none;
}

.footer_nav_top_ttl::marker {
  content: none;
}

.footer_nav_top_ttl::-webkit-details-marker {
  display: none;
}

.footer_nav_top_desc {
  margin: 0;
}

.footer_nav_top_list_link {
  color: #000;
}
.footer_nav_bottom {
  max-width: 1144px;
  padding: 0 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.footer_nav_bottom a {
  font-size: 0.875rem;
  color: #000;
}



/* SP */
@media screen and (max-width: 768px) {
  .footer_nav_top {

  }
  .footer_nav_top_link {
    padding: 22px 10px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
  }

  .footer_nav_top_link span {
    position: relative;
    padding-right: 23px;
  }
  .footer_nav_top_link span::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 15px solid #000;
    border-width: 15px 8px;
    border-color: transparent transparent #000 transparent;
    position:absolute;
    right: 0;
    top:-11px;
  }
  .footer_nav_top_item[open] span::after {
    border-color: #000 transparent transparent transparent;
    top:5px;
  }
  .footer_nav_top_item .no_details_link {
    pointer-events: all;
  }
  .footer_nav_top_item .no_details_link span{
    padding-right: 0;
  }
  .footer_nav_top_item .no_details_link span::after {
    content: none;
  }
  .footer_nav_top_desc {
    overflow: hidden;
    height: 0;
  }
  /* .footer_nav_top_item[open] .footer_nav_top_desc {
    height: auto;
  } */
  .footer_nav_top_list {
    list-style: none;
    margin: 0;
    background: #f6f6f6;
  }
  /* .footer_nav_top_item[open] .footer_nav_top_list {
  } */
  .footer_nav_top_list_link {
    display: block;
    padding: 15px 10px;
    font-size: 0.8125rem;
    font-weight: 700;
    position: relative;
    text-align: center;
  }
  .footer_nav_top_list_link::after {
    content: '';
    width: 75%;
    height: 1px;
    display: block;
    background: #e7e7e7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer_nav_top_list_item:last-child .footer_nav_top_list_link::after {
    content: none;
  }
  .footer_nav_bottom a {
    display: block;
    padding: 15px 10px;
    text-align: center;
  }
  
  .footer_nav_bottom a[href*="sustainable"] {
    word-break: keep-all;
  }
}

/* PC・TABLET */
@media screen and (min-width:769px) {
  .footer_nav {
    margin-top: 58px;
  }

  .footer_nav .btn_ts {
    /* font-size: 0.875rem; */
    margin-left: 20px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(255, 240, 0, 0.5) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .footer_nav .btn_ts:nth-child(1) {
    margin-left: 0;
  }
  .footer_nav .btn_ts:hover {
    background-position: -100% 0;
  }

  .footer_nav_top {
    width: 100%;
    padding: 0 32px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  .footer_nav_top_item {
    width: auto;
  }
  .footer_nav_top_link span::after {
    content: none;
  }

  .footer_nav_top_link {
    text-align: left;
    padding-left: 0;
  }
  .footer_nav_top_link:hover {
    color: #e60012;
  }
  .footer_nav_top_list {
    margin: 0;
  }
  .footer_nav_top_list_link {
     font-size: clamp(10px,1.4vw,14px);
  }
  .footer_nav_top_list_link:hover {
    color: #e60012;
  }

  .footer_nav_bottom {
    margin-top: 60px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .footer_nav_bottom a {
    font-size: clamp(10px,1.4vw,14px);
  }
  .footer_nav_bottom a:hover {
    color: #e60012;
  }
}

/* =====================================================
 *
 *	404
 *
===================================================== */
#content404 {
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
}
#content404 img {
  width: 70%;
  max-width: 440px;
  height: auto;
  margin: 0 auto;
  display: block;
}
#content404 p {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin: 24px 0 0;
}
#content404 a {
  font-size: 0.875rem;
  text-align: center;
  display: block;
  color: #000;
  text-decoration: underline;
  padding: 8px 0;
  width: 100%;
  margin: 0;
}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  #content404 svg {
    max-width: 640px;
    top: -14%;
  }
  #content404 p {
    font-size: 1.25rem;
  }
  #content404 a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  #content404 {
    position: absolute;
    top: 16%;
    left: 0;
    width: 100%;
  }
}



/* =====================================================
 *
 *	メルマガの配信停止
 *
===================================================== */
#containerNothanks {
	height: 100%;
}

#containerNothanks header {
	position: relative;
    padding: 32px 40px 24px 40px;
    transition: auto;
    border-bottom: 4px solid rgba(243, 243, 243, 0.9);
    width: 100%;
}
#containerNothanks header .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
	max-width: 640px;
    margin: 0 auto;
}
#containerNothanks header .inner .logo {
    width: 200px;
    display: block;
    height: auto;
}
#containerNothanks header .inner .logo img {
}
#containerNothanks header .inner h1 {
    width: 100%;
    margin-top: 16px;
    font-size: 32px;
    line-height: 1.3;
}
#containerNothanks section {
    padding: 40px;
    width: 100%;
}
#containerNothanks section .inner {
    width: 100%;
	max-width: 640px;
    margin: 0 auto;
    color: #050505;
}
#containerNothanks section p {
    margin: 0;
    line-height: 1.8;
}
#containerNothanks .contentNothanks_contact {
	margin-top: 32px;
}
#containerNothanks .contentNothanks_contact > div {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#containerNothanks .contentNothanks_contact h2 {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}
#containerNothanks .contentNothanks_contact span {
	font-size: 14px;
	display: block;
	width: 165px;
	line-height: 1.4;
}
#containerNothanks .contentNothanks_contact a {
	font-size: 14px;
	color: #4d80e4;
	text-decoration: underline;
	line-height: 1.4;
}
#containerNothanks  footer {
    position: absolute;
    left: 0;
    bottom: 0;
	width: 100%;
}
@media screen and (max-width: 420px) {
	#containerNothanks header .inner h1 {
	    font-size: 24px;
	}
	#containerNothanks header {
	    padding: 32px 20px 24px 20px;
	}
	#containerNothanks section {
	    padding: 32px 20px 40px;
	}
	#containerNothanks .contentNothanks_contact > div {
		flex-direction: column;
		margin-top: 16px;
	}
	#containerNothanks  footer {
	    position: relative;
	}

}



/* =====================================================
 *
 *	GADGET
 *
===================================================== */

/* bg_mv <parallax>
----------------------------------------------------- */
#bg_mv_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 0;
  width: 100%;
}
#bg01,
#bg02,
#bg03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  transform: scale(1.4);
  opacity: 0;
}
#bg01 {
  background: url(/common/images/bg01_sp.png) no-repeat center;
  background-size: contain;
}
#bg02 {
  background: url(/common/images/bg02_sp.png) no-repeat center;
  background-size: contain;
}
#bg03 {
  background: url(/common/images/bg03_sp.png) no-repeat center;
  background-size: contain;
}

@media only screen and (max-device-width: 769px) and (orientation: landscape) {
  #bg01 {
    background: url(/common/images/bg01.png) no-repeat center;
    background-size: contain;
  }
  #bg02 {
    background: url(/common/images/bg02.png) no-repeat center;
    background-size: contain;
  }
  #bg03 {
    background: url(/common/images/bg03.png) no-repeat center;
    background-size: contain;
  }
}

/* PC・TABLET */
@media screen and (min-width: 769px) {
  #bg01 {
    background: url(/common/images/bg01.png) no-repeat center;
    background-size: contain;
  }
  #bg02 {
    background: url(/common/images/bg02.png) no-repeat center;
    background-size: contain;
  }
  #bg03 {
    background: url(/common/images/bg03.png) no-repeat center;
    background-size: contain;
  }
}

/* fadeInElm
----------------------------------------------------- */
.fadeInElm {
  opacity: 0;
}

/* Android4.4
----------------------------------------------------- */
.abrowser .contents_header,
.abrowser .contents_main {
  margin-top: 0 !important;
}

.abrowser .formWrap .require {
  max-width: 32px !important;
  margin-left: 0px !important;
}

/* GWお知らせ
----------------------------------------------------- */
.gwnotice {
  background: #fffdce;
  border: 1px solid #000;
  padding: 16px;
}
@media screen and (min-width: 769px) {
  .gwnotice {
    padding: 40px;
  }
}


/*セミナーバナー追従
---------------------*/
.m-popup-box {
  position: fixed;
  bottom: -50%;
  z-index: 10;
  left: 50%;
  transform:translateX(-50%);
}
.popup-inner {
  width: 360px;
  padding: 18px 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}
.m-popup-box .button-container a {
  margin-top: 20px;
}
.popup-inner a img {
	height: auto;
}
.m-popup-box .button-close {
  background: #bbbbbb;
  position: absolute;
  right: -12px;
  top: -12px;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap; */
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  appearance: none;
	z-index: 1;
}
.m-popup-box .button-close img {
	width: 12px;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.m-popup-box .button-close:hover {
  cursor: pointer;
}
.m-popup-box .button-close:focus {
  outline: none;
}


.m-popup-box--aside {
  position: fixed;
  bottom: -50%;
  margin-left: 0;
}
.m-popup-box--aside .popup-inner {
  width: 320px;
  height: 50px;
	padding: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.m-popup-box--aside.anim-slide {
  animation-name: slide-bnr;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.m-popup-box--aside.anim-slideout {
  animation-name: slideout-bnr;
  animation-duration: 0.7s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}

@keyframes slide-bnr {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 0;
  }
}

@keyframes slideout-bnr {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -50%;
  }
}



@media screen and (min-width:769px),print {
  .m-popup-box--aside {
    position: fixed;
    left: auto;
    right: 20px;
    bottom: 0;
    margin-left: 0;
    transform:translateX(0);
  }
  .m-popup-box--aside .popup-inner {
    width: 300px;
    height: 250px;
    background: #000;
  }
}
