@charset "UTF-8";
/* //////////////////////////////////////
- フォント読み込み
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&family=Noto+Sans&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: 'Korolev Heavy';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Heavy"), url("../../fonts/Korolev Heavy.woff") format("woff");
}

@font-face {
  font-family: 'Korolev Thin';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Thin"), url("../../fonts/Korolev Thin.woff") format("woff");
}

@font-face {
  font-family: 'Korolev Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Light Italic"), url("../../fonts/Korolev Light Italic.woff") format("woff");
}

@font-face {
  font-family: 'Korolev Light';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Light"), url("../../fonts/Korolev Light.woff") format("woff");
}

@font-face {
  font-family: 'Korolev Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Medium Italic"), url("../../fonts/Korolev Medium Italic.woff") format("woff");
}

@font-face {
  font-family: 'Korolev Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Medium"), url("../../fonts/Korolev Medium.woff") format("woff");
}

@font-face {
  font-family: 'Korolev Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Bold"), url("../../fonts/Korolev Bold.woff") format("woff");
}

@font-face {
  font-family: 'Korolev Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Bold Italic"), url("../../fonts/Korolev Bold Italic.woff") format("woff");
}

@font-face {
  font-family: 'Korolev Heavy Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Heavy Italic"), url("../../fonts/Korolev Heavy Italic.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans CJK JP Medium';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans CJK JP Bold';
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}

/* //////////////////////////////////////
- reset
////////////////////////////////////// */
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, main, menu, nav, section, summary, time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul, ol {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  background-color: #D7DBE4;
  margin: 1em 0;
  padding: 0;
}

img, input, select {
  vertical-align: middle;
}

/* //////////////////////////////////////
- common
////////////////////////////////////// */
body {
  font-size: 16px;
  font-size: 1rem;
  font-family: Helvetica, 'Noto Sans', sans-serif;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  body {
    background: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.object-fit {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
}

.sp_none {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.fadein.fadein_active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_1 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
}

.fadein_1.fadein_active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* //////////////////////////////////////
- header
////////////////////////////////////// */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255,1);
  width: 100%;
  height: 72px;
  padding: 0 30px;
  z-index: 2;
}
header h1 img{
	max-width: 550px;
	width: 100%;
}
header .nav_btn {
  display: block;
  cursor: pointer;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 12px;
  right: 50px;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  z-index: 10;
}

header .nav_btn span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: #0C3581;
  border-radius: 4px;
  width: 34px;
  height: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.89, 0.01, 0.49, 0.99);
  transition: all 0.5s cubic-bezier(0.89, 0.01, 0.49, 0.99);
  z-index: 10;
}

header .nav_btn span:nth-child(1) {
  top: 13px;
}

header .nav_btn span:nth-child(2) {
  top: 0;
  bottom: 0;
}

header .nav_btn span:nth-child(3) {
  top: 33px;
}

header .nav_btn.nav_active span {
  background-color: #ffffff;
}

header .nav_btn.nav_active span:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .nav_btn.nav_active span:nth-child(2) {
  top: 0;
  bottom: 0;
  left: -100px;
  opacity: 0;
}

header .nav_btn.nav_active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1310px) {
	footer dl.foot_block_01 dd .list1{
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 768px) {
  header {
    background-color: white;
    height: 58px;
    padding: 0 18px;
  }
  header h1 img {
	max-width: 241px;
    width: 100%;
    height: auto;
  }
  header .nav_btn {
    top: 4px;
    right: 18px;
  }
}

nav {
  color: #ffffff;
  font-family: 'Korolev Bold';
  display: block;
  background-color: #05193E;
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100vh;
  padding: 75px 148px 75px 66px;
  -webkit-transition: right 0.5s cubic-bezier(0.89, 0.01, 0.49, 0.99);
  transition: right 0.5s cubic-bezier(0.89, 0.01, 0.49, 0.99);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
}

nav::-webkit-scrollbar {
  display: none;
}

nav.nav_active {
  right: 0;
}

nav a {
  display: block;
  color: #ffffff;
  width: 100%;
  height: 100%;
}

nav p {
  font-size: 1.25rem;
	font-size: 16px;
	font-weight: bold;
  margin-bottom: 0px;
}

nav p a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 23px 0;
	    border-bottom: 1px solid #273C63;
}

nav p a:hover {
  background-color: #273C63;
}

nav ul {
  margin-bottom: 22px;
}

nav li {
  border-bottom: 1px solid #273C63;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

nav li a {
  padding: 23px 10px;
}

nav li:hover {
  background-color: #273C63;
}

nav .nav_video {
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Korolev Medium';
  padding: 16px;
  width: auto;
  margin: 0 0 23px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

nav .nav_video::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='71.709' height='43.637' viewBox='0 0 71.709 43.637'%3E%3Cpath d='M406.22,85.884H341.833a3.638,3.638,0,0,0-3.661,3.593v36.451a3.637,3.637,0,0,0,3.661,3.593H406.22a3.637,3.637,0,0,0,3.661-3.593V89.477A3.638,3.638,0,0,0,406.22,85.884Zm-61.427,40.971h-3.573v-4.272h3.573Zm0-6.875h-3.573v-4.273h3.573Zm0-6.875h-3.573v-4.274h3.573Zm0-6.876h-3.573v-4.274h3.573Zm0-6.876h-3.573V95.08h3.573Zm0-6.875h-3.573V88.2h3.573Zm35.989,15.787-12.708,7.811a.7.7,0,0,1-1.1-.562V99.892a.7.7,0,0,1,1.1-.562l12.708,7.811A.68.68,0,0,1,380.782,108.265Zm26.251,18.59h-3.573v-4.272h3.573Zm0-6.875h-3.573v-4.273h3.573Zm0-6.875h-3.573v-4.274h3.573Zm0-6.876h-3.573v-4.274h3.573Zm0-6.876h-3.573V95.08h3.573Zm0-6.875h-3.573V88.2h3.573Z' transform='translate(-338.172 -85.884)' fill='%23fff'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  display: inline-block;
  width: 18px;
  height: 10px;
  margin-right: 8px;
}

nav .nav_video:hover {
  color: #05193E;
  background-color: #ffffff;
}

nav .nav_video:hover::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='71.709' height='43.637' viewBox='0 0 71.709 43.637'%3E%3Cpath d='M406.22,85.884H341.833a3.638,3.638,0,0,0-3.661,3.593v36.451a3.637,3.637,0,0,0,3.661,3.593H406.22a3.637,3.637,0,0,0,3.661-3.593V89.477A3.638,3.638,0,0,0,406.22,85.884Zm-61.427,40.971h-3.573v-4.272h3.573Zm0-6.875h-3.573v-4.273h3.573Zm0-6.875h-3.573v-4.274h3.573Zm0-6.876h-3.573v-4.274h3.573Zm0-6.876h-3.573V95.08h3.573Zm0-6.875h-3.573V88.2h3.573Zm35.989,15.787-12.708,7.811a.7.7,0,0,1-1.1-.562V99.892a.7.7,0,0,1,1.1-.562l12.708,7.811A.68.68,0,0,1,380.782,108.265Zm26.251,18.59h-3.573v-4.272h3.573Zm0-6.875h-3.573v-4.273h3.573Zm0-6.875h-3.573v-4.274h3.573Zm0-6.876h-3.573v-4.274h3.573Zm0-6.876h-3.573V95.08h3.573Zm0-6.875h-3.573V88.2h3.573Z' transform='translate(-338.172 -85.884)' fill='%2305193E'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}

nav .nav_border {
  margin-bottom: 28px;
}

nav .nav_border a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #273C63;
  border-radius: 3px;
  padding: 0 24px;
  height: 72px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav .nav_border a::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Cg transform='translate(-415 -19)'%3E%3Cg transform='translate(415 19)' fill='none' stroke='%23273c63' stroke-width='1'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' stroke='none'/%3E%3Ccircle cx='17.5' cy='17.5' r='17' fill='none'/%3E%3C/g%3E%3Cpath d='M5,0l5,6.5H0Z' transform='translate(437.5 31.5) rotate(90)' fill='%23273c63'/%3E%3C/g%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
}

nav .nav_border a:hover {
  background-color: #273C63;
}

nav .nav_border a:hover::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Cg transform='translate(-415 -19)'%3E%3Cg transform='translate(415 19)' fill='none' stroke='%23415C8E' stroke-width='1'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' stroke='none'/%3E%3Ccircle cx='17.5' cy='17.5' r='17' fill='none'/%3E%3C/g%3E%3Cpath d='M5,0l5,6.5H0Z' transform='translate(437.5 31.5) rotate(90)' fill='%23415C8E'/%3E%3C/g%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 768px) {
  nav {
    right: -100%;
    width: 100%;
    padding: 62px 26px 62px 26px;
  }
  nav li {
    font-family: 'Korolev Medium';
    font-size: 14px;
    font-size: 0.875rem;
  }
  nav li a .txt_and {
    font-weight: normal !important;
  }
}

/* //////////////////////////////////////
- アンケート pagetop
////////////////////////////////////// */
.pagetop_set {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .pagetop_set {
    width: calc(100%);
  }
}

.pagetop_set.pagetop_fix {
  position: relative;
}

.pagetop_set .btn_quest {
  position: absolute;
  right: 0;
  bottom: 0;
}

.pagetop_set .btn_quest a {
  font-family: 'Noto Sans CJK JP Medium';
  background-color: #D94040;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 72px;
  margin: 0 0 0 auto;
}

.pagetop_set .btn_quest a::before {
  content: "";
  display: block;
  background-image: url(../img/ico_questionnaire.svg);
  background-size: 22px 30px;
  width: 22px;
  height: 30px;
  margin-right: 14px;
}

@media screen and (max-width: 1100px) {
  .pagetop_set .btn_quest {
    right: 32px;
  }
  .pagetop_set .pagetop {
    right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .pagetop_set .btn_quest {
    width: calc(100% - 82px);
    left: 0;
    right: auto;
  }
  .pagetop_set .btn_quest a {
    width: calc(100%);
    height: 70px;
  }
}

.pagetop {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 40px;
  bottom: -150px;
  opacity: 0;
  -webkit-transition: bottom 0.2s, opacity 0.2s;
  transition: bottom 0.2s, opacity 0.2s;
  background-image: url("../img/top_up.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 17px;
  height: 120px;
}

.pagetop.pagetop_in {
  opacity: 1;
  bottom: 34px;
}

.pagetop img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .pagetop {
    background-color: #05193E;
    background-image: url(../img/foot_pagetop_sp.svg) !important;
    background-position: 50% 50%;
    right: 10px;
    bottom: 70px;
    width: 82px;
    height: 70px;
    opacity: 0;
    right: 0 !important;
    bottom: 0;
  }
  .pagetop.pagetop_in {
    bottom: 0;
  }
}

/* //////////////////////////////////////
- footer
////////////////////////////////////// */
footer {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .foot_wrap {
  background-color: #1C1F24;
  color: #fff;
  width: calc(100%);
  padding: 60px 24px 44px;
}

footer section {
  /*max-width: 1080px;
  margin: auto;*/
	width: 80%;
	margin: auto;
}

footer h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Noto Sans CJK JP Medium';
  letter-spacing: 0.05em;
  margin-bottom: 36px;
}

footer dt {
  font-family: 'Noto Sans JP', sans-serif;
}

footer dd {
  font-family: 'Montserrat', sans-serif;
}

footer dl.foot_block_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer dl.foot_block_01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #3E424A;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Noto Sans CJK JP Medium';
  letter-spacing: 0.05em;
  text-align: center;
  width: 80px;
  height: 22px;
  padding: 0 0 2px;
  margin-bottom: 30px;
}

footer dl.foot_block_01 dd {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 106px);
  margin-bottom: 30px;
}
footer dl.foot_block_01 dd .list1{
	display: flex;
	flex-wrap: wrap;
}
/*footer dl.foot_block_01 p:first-child::before {
  display: none;
}

footer dl.foot_block_01 p::before {
  content: "|";
  display: inline-block;
  margin: 0 20px;
}*/

footer dl.foot_block_02 {
  border-top: 1px solid #3E424A;
  border-bottom: 1px solid #3E424A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
}

footer dl.foot_block_02 dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Noto Sans CJK JP Medium';
}

footer dl.foot_block_02 dd {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 4px;
  margin-left: 32px;
}

footer ul {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0px;
}

footer li {
  font-family: 'Noto Sans JP', sans-serif;
}

footer li:last-child::after {
  display: none;
}

footer li::after {
  content: "|";
  display: inline-block;
  margin: 0 20px;
}

footer a {
  color: #fff;
}
footer a:hover{
	color: #d8d8d8;
}

footer li a.privacyoptions {
  position: relative;
  padding-right: 35px;
}

footer li a.privacyoptions:after {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0%;
  display: inline-block;
  width: 30px;
  height: 14px;
  vertical-align: middle;
  background-image: url('../img/privacyoptions.svg');
  background-repeat: no-repeat;
}
footer dl.foot_block_02_1 dd{
	display: flex;
}
footer dl.foot_block_02_1 dd p::after{
	content: "|";
    display: inline-block;
    margin: 0 20px;
}
@media screen and (max-width: 768px) {
  footer .foot_wrap {
    padding: 28px 24px 18px;
  }
  footer h2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  footer dl.foot_block_01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer dl.foot_block_01 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #3E424A;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-align: center;
    width: 80px;
    height: 22px;
    padding: 0 0 2px;
    margin-bottom: 20px;
  }
  footer dl.foot_block_01 dd {
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 20px;
  }
  footer dl.foot_block_01 p {
    line-height: 1.8;
  }
  footer dl.foot_block_01 p::before {
    display: none;
  }
  footer dl.foot_block_02 {
    padding: 24px 0;
  }
  footer dl.foot_block_02 dt {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    margin-bottom: 20px;
  }
  footer dl.foot_block_02 dd {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 0;
    margin-left: 0;
  }
  footer ul {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 0;
    margin-bottom: 60px;
  }
  footer li {
    margin-top: 20px;
  }
}

.foot_copy_area {
  /*max-width: 1080px;*/
	width: 80%;
  margin: 16px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.foot_copy_area .copyright {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .foot_copy_area {
    margin: 10px auto 0;
    display: block;
    text-align: center;
  }
  .foot_copy_area img {
    width: 104px;
    height: auto;
  }
  .foot_copy_area .copyright {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0;
    margin-top: 18px;
  }
}

/* //////////////////////////////////////
- main
////////////////////////////////////// */
main {
  margin: 0 auto;
	z-index: 1;
}

article {
  margin: auto;
}

.modal {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(8, 15, 26, 0.8);
  z-index: 999;
}

.modal .modal_cont {
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 26px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
  padding: 20px;
}

.modal .modal_cont img {
  height: 100%;
}

@media screen and (max-width: 480px) {
  .modal {
    height: 100%;
  }
  .modal .modal_cont.modal_wid {
    height: auto;
  }
  .modal .modal_cont.modal_wid img {
    width: calc(200%);
    height: auto;
  }
  .modal .modal_cont.modal_hei {
    height: 100%;
  }
  .modal .modal_cont.modal_hei img {
    width: auto;
    height: calc(100% - 40px);
  }
}

.modal_video {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(8, 15, 26, 0.8);
  z-index: 999;
}

.modal_video .modal_cont_close {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: right;
  line-height: 1;
}

.modal_video .modal_cont {
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
}

.modal_video .youtube {
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 26px rgba(0, 0, 0, 0.6);
}

.modal_video h2 {
  font-family: 'Korolev Bold';
  color: #ffffff;
  font-size: 26px;
  font-size: 1.625rem;
  margin: 20px 0 15px;
}

.modal_video p {
  font-family: 'Korolev Medium';
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .modal_video .modal_cont {
    width: 100%;
    height: auto;
	max-width: 88%;
	max-height: 88%;
  }
}

.pc{
	display: block !important;
}
.sp{
	display: none !important;
}
@media screen and (max-width: 768px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	footer section{
		width:auto;
	}
}

/* //////////////////////////////////////
- IE対策
////////////////////////////////////// */

/*# sourceMappingURL=maps/common.css.map */
header .read_cnt{
	position: fixed;
    top: 72px;
    left: 0;
    z-index: 1;
    width: 100%;
	margin-bottom: 0;
	display: none;
}
header .list{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content:space-between;
}
header .read_cnt .list a{
	padding: 26px;
	margin-right: 0px;
	flex-basis: calc((100%) / 4);
    max-width: calc((100%) / 4);
	box-shadow: 3px 10px 10px rgb(0 0 0 / 10%);
}
header .read_cnt .list a:hover p.list_ttl{
	transform: translateY(20%);
    -webkit- transform: translateY(20%);
    transition: all .3s;
}
header .read_cnt .list .list1 p.list_ttl{
	margin-bottom: 0px;
	position: relative;
	text-align: center;
    color: white;
	font-size: 24px;
}
header .read_cnt .list .concepts .list1 p.list_ttl{
	color: #05193E;
}
header .read_cnt .list .list1 p.list_ttl::after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: translate(1100%, -100%) rotate(-45deg);
    -webkit-transform: translate(1100%, -100%) rotate(-45deg);
    -ms-transform: translate(1100%, -100%) rotate(-45deg);
}
header .read_cnt .list .concepts .list1 p.list_ttl::after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #05193E #05193E;
    transform: translate(1100%, -100%) rotate(-45deg);
    -webkit-transform: translate(1100%, -100%) rotate(-45deg);
    -ms-transform: translate(1100%, -100%) rotate(-45deg);
}
header .read_cnt .list a.carbon{
	background: #85BB63;
}
header .read_cnt .list a.mobility{
	background: #FFA500;
}
header .read_cnt .list a.safety{
	background: #5D7EBC;
}
header .read_cnt .list a.concepts{
	background: #FFB9B9;
}
/*header h1{
	position: absolute;
    top: 0;
    left: 10%;
}
header .logo1 img{
	width: 50%;
}*/
header .list .sp{
	display: none;
}
@media screen and (max-width: 966px) {
	header .list .sp{
		display: block;
	}
	header .read_cnt .list .list1 p.list_ttl::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 6px;
		height: 6px;
		border: 2px solid;
		border-color: transparent transparent #ffffff #ffffff;
		transform: translate(1100%, -100%) rotate(-45deg);
		-webkit-transform: translate(-50%, 140%) rotate(-45deg);
		-ms-transform: translate(1100%, -100%) rotate(-45deg);
	}
	header .read_cnt .list .concepts .list1 p.list_ttl::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 6px;
		height: 6px;
		border: 2px solid;
		border-color: transparent transparent #05193E #05193E;
		transform: translate(1100%, -100%) rotate(-45deg);
		-webkit-transform: translate(-50%, 140%) rotate(-45deg);
		-ms-transform: translate(1100%, -100%) rotate(-45deg);
	}
	header .read_cnt .list a.concepts,header .read_cnt .list a.safety{
		padding: 35px 26px 26px;
	}
}
@media screen and (max-width: 768px) {
	header .read_cnt{
		top: 52px;
	}
	header .read_cnt .list {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	header .read_cnt .list{
		background: none;
		padding-left: 0;
	}
	header .read_cnt .list a{
		flex-basis: calc((100%) / 4);
    	max-width: calc((100%) / 4);
		padding: 13px 13px 20px;
		margin-bottom: 0px;
	}
	header .read_cnt .list a:first-child{
		margin-top: 0px;
	}
	header .read_cnt .list a.concepts,header .read_cnt .list a.safety{
		padding: 18px 13px 20px;
	}
	header .read_cnt .list .list1 p.list_ttl{
		font-size: 12px;
	}
	header .read_cnt .list .list1 p.list_ttl::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 6px;
		height: 6px;
		border: 2px solid;
		border-color: transparent transparent #ffffff #ffffff;
		transform: translate(-50%, 100%) rotate(-45deg);
		-webkit-transform: translate(-50%, 100%) rotate(-45deg);
		-ms-transform: translate(-50%, 100%) rotate(-45deg);
	}
	header .read_cnt .list .concepts .list1 p.list_ttl::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 6px;
		height: 6px;
		border: 2px solid;
		border-color: transparent transparent #05193E #05193E;
		transform: translate(-50%, 100%) rotate(-45deg);
		-webkit-transform: translate(-50%, 100%) rotate(-45deg);
		-ms-transform: translate(-50%, 100%) rotate(-45deg);
	}
	header h1{
		position: static;
		top: 0;
		left: 10%;
	}
}
footer .pc_dl{
	display: inline-block !important;
}
footer .sp_dl{
	display: none !important;
}
footer dl.foot_block_01{
	align-items: flex-start;
}
footer dl.foot_block_01 dd{
	display: flex;
}
footer dl.foot_block_01 dd p{
	margin-bottom: 20px;
	/*flex-basis: calc((100%) / 2);
    max-width: calc((100%) / 2);*/
}
footer dl.foot_block_01 dd p:last-child::after{
	display: none;
}
footer dl.foot_block_01_1 .list2 p.ml{
	margin-left: -53px;
}
footer dl.foot_block_01_1 .list1 p::after {
  content: "|";
  display: inline-block;
  margin: 0 20px;
}
footer dl.foot_block_01_1 dd p{
}
footer dl.foot_block_02_1{
	border-top: none;
	border-bottom: 1px solid #3E424A;
    margin-bottom: 30px;
}
footer dl.foot_block_02_1 dd{
	display: flex;
}
footer dl.foot_block_02_1 p::before{
	display: none;
}
@media screen and (max-width: 768px) {
	footer .pc_dl{
		display: none!important;
	}
	footer .sp_dl{
		display: inline-block !important;
	}
	footer dl.foot_block_01 dd p {
		margin-bottom: 5px;
		text-indent: -21px;
    	margin-left: 21px;
	}
	footer dl.foot_block_01_1 .list1 p::after,footer dl.foot_block_02_1 dd p::after{
		display: none;
	}
	footer dl.foot_block_01_1 .list2 p.ml{
		margin-left: 21px;
	}
	footer dl.foot_block_01_1 p::before,footer dl.foot_block_02_1 p::before{
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: white;/*背景色*/
	  	display: inline-block;
	  	margin: 0 10px 0px 0px;
		display: none;
	}
	footer dl.foot_block_01 dd .list1,footer dl.foot_block_02_1 dd{
		display: block;
	}
}
