@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

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;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* reset for form */
input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
select::-ms-expand {
  display: none;
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
  color: #919191;
}

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
  color: #919191;
}

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
  color: #919191;
}

/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
  color: #919191;
  opacity: 1;
}

/* ▼CSS4標準(予定)の記述 */
::placeholder {
  color: #919191;
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #fff;
}

/* 0903　追記 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
	font-size: 1.6rem;
  word-wrap: break-word;
  /* リンクのCSS */
  /* font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif; */
  /* font-weight: 500; */
  /* font-size: 13px; */
	/* font-size: 1.3rem; */
  /* リンクのCSS */
  
  /*font-family: "游明朝","YuMincho", serif;*/
	
	color: #111;
	text-align: center;
	
	-webkit-text-size-adjust: 100%;
}
html * {
	max-height: 999999px;
}
/* 0903　追記 */

.cont-margin {
  margin-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  body {
    /* font-size: 4.1025641026vw; */
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* 0903　コメントアウト */
.header h1 a img  {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}
/* 0903　コメントアウト */


a {
  text-decoration: none;
  color: #1E1E1E;
}
@media screen and (min-width: 1280px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.txtLink {
  text-decoration: underline;
  color: #005DFF;
}
a.blank {
  text-decoration: underline;
  color: #005DFF;
}
a.blank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.1em;
  margin-left: 0.5em;
  background: url("../img/common/ic/icon_outer_link.svg") center no-repeat;
  background-size: contain;
}
a.pdf {
  padding-left: 3em;
  text-decoration: underline;
  color: #005DFF;
  position: relative;
}
a.pdf:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  height: 1em;
  width: 2.5em;
  background: url("../img/common/ic/icon_pdf.svg") left center no-repeat;
  background-size: contain;
}
a.detailBtn {
  display: inline-block;
  position: relative;
  width: max-content;
  min-width: 288px;
  height: 64px;
  padding: 0px 48px 0px 32px;
  align-content: center;
  row-gap: 10px;
  border-radius: 64px;
  background: var(--Cobalt-800, #004CD7);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
a.detailBtn::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  height: 24.5px;
  width: 24px;
  background: url("/img/common/ic/link-icon2.png") left center no-repeat;
  background-size: contain;
  transform: translateY(-50%); 
}
a.accord-btn,
.rewritechart {
  display: inline-block;
  position: relative;
  width: max-content;
  min-width: 288px;
  height: 64px;
  padding: 0px 48px 0px 32px;
  align-content: center;
  row-gap: 10px;
  border-radius: 64px;
  background: var(--Cobalt-800, #004CD7);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
a.accord-btn::before,
.rewritechart::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
	content: "";
	vertical-align: middle;	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
a.accord-btn::after,
.rewritechart::after {
	position: absolute;
	top: -4px;
	bottom: 0;
	right: 23px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #004CD7;
	border-right: 2px solid #004CD7;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
a.accord-btn.active::after,
.rewritechart.active::after {
  top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

sub {
  position: relative;
  bottom: 0;
  font-size: 60%;
}

@media screen and (max-width: 1279px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .noPC {
    display: none !important;
  }
}

.c-nav-tPath {
  background: #E7EBF2;
  margin-top: 80px;
}
.c-nav-tPath__inner {
  display: flex;
  align-items: center;
  padding: 1em 64px;
}
@media screen and (max-width: 1279px) {
  .c-nav-tPath {
    margin-top: 56px;
  }
  .c-nav-tPath__inner {
    padding: 0.6em 4.1025641026vw;
  }
}
.c-nav-tPath .items {
  display: flex;
  flex-wrap: wrap;
}
.c-nav-tPath .items__item {
  font-size: 14px;
}
@media screen and (max-width: 1279px) {
  .c-nav-tPath .items__item {
    font-size: 3.0769230769vw;
    line-height: 1.8;
  }
}
.c-nav-tPath .items__item a {
  text-decoration: underline;
}
.c-nav-tPath .items__item:not(:last-child) {
  margin-right: 1em;
}
.c-nav-tPath .items__item:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #AFAFAF;
  border-right: 1px solid #AFAFAF;
  transform: rotate(45deg);
}

#contents {
  margin: 0 auto;
  max-width: 1280px;
  line-height: 1.6;
}
#contents__inner {
  margin: 0 auto;
  width: 95%;
  padding: 48px 0 80px;
}
@media screen and (max-width: 1279px) {
  #contents__inner {
    width: 95.8974358974vw;
    padding: 32px 0 64px;
    overflow: hidden;
  }
}
#contents__inner .section {
  margin: 64px 0;
}
@media screen and (max-width: 1279px) {
  #contents__inner .section {
    margin: 16.4102564103vw 0;
  }
}
#contents__inner .section:first-of-type {
  margin-top: 48px;
}
@media screen and (max-width: 1279px) {
  #contents__inner .section:first-of-type {
    margin-top: 6.1538461538vw;
  }
}
#contents__inner .section:last-of-type {
  margin-bottom: 0;
}
#contents p {
  line-height: 200%;
}
#contents p + p, #contents p + .box {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  #contents p + p, #contents p + .box {
    margin-top: 8.2051282051vw;
  }
}
#contents .c-def {
  margin: 32px auto 0;
}
@media screen and (max-width: 1279px) {
  #contents .c-def {
    margin-top: 8.2051282051vw;
  }
}
#contents .c-def dt {
  font-weight: 700;
  color: #004098;
  margin-bottom: 0.7em;
}
#contents .c-def dd *:first-child {
  margin-top: 0;
}
#contents .c-def + p, #contents .c-def + .box {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  #contents .c-def + p, #contents .c-def + .box {
    margin-top: 8.2051282051vw;
  }
}
#contents .superscript {
  font-size: 1rem;
  vertical-align: super;
}
#contents .cap {
  display: block;
  padding-top: 0.5em;
}

.c-title-headArea {
  position: relative;
  height: 320px;
  background: url("../img/common/headarea_bg.webp") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1279px) {
  .c-title-headArea {
    height: 37.9487179487vw;
    background-image: url("../img/common/headarea_bg_sp.webp");
  }
}
.c-title-headArea_ttl {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 4rem;
  padding: 0 1em;
  line-height: 1.3;
}
@media screen and (max-width: 1279px) {
  .c-title-headArea_ttl {
    font-size: 6.1538461538vw;
  }
}
.c-title-headArea_ttl .cat {
  display: block;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1;
  letter-spacing: 0;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .c-title-headArea_ttl .cat {
    font-size: 3.0769230769vw;
  }
}
.c-title-headArea:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 63, 152, 0.08) 0%, rgba(0, 63, 152, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), linear-gradient(0deg, rgba(0, 63, 152, 0.16), rgba(0, 63, 152, 0.16));
  background-blend-mode: normal, saturation, color, normal;
}
.c-title-heading01 {
  color: #003F98;
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
  letter-spacing: 0.04em;
  padding-bottom: 24px;
  margin-bottom: 48px;
  font-size: 40px;
}
.c-title-heading01:before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}

@media screen and (max-width: 1279px) {
  .c-title-heading01 {
    font-size: 6.1538461538vw;
    padding-bottom: 6.1538461538vw;
    margin-bottom: 6.1538461538vw;
  }
}
.c-title-heading01 + .heading02 {
  padding-top: 0;
}
.c-title-heading02 {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  .c-title-heading02 {
    font-size: 5.1282051282vw;
    margin-bottom: 8.2051282051vw;
  }
}
.c-title-heading02:after {
  content: "";
  display: block;
  height: 2px;
  background: #FC0619;
  width: 48px;
  margin-top: 15px;
}
@media screen and (max-width: 1279px) {
  .c-title-heading02:after {
    width: 6.1538461538vw;
    margin-top: 2.5641025641vw;
  }
}
.c-title-heading03 {
  font-weight: 700;
  margin-top: 32px;
  font-size: 28px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  .c-title-heading03 {
    margin-top: 8.2051282051vw;
    font-size: 4.6153846154vw;
    margin-bottom: 8.2051282051vw;
  }
}
.c-title-heading03 + p, .c-title-heading03 + ul {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  .c-title-heading03 + p, .c-title-heading03 + ul {
    margin-top: 4.1025641026vw;
  }
}
.c-title-heading04 {
  color: #005DFF;
  font-weight: 700;
  font-size: 24px;
  margin-top: 32px;
}
#other .c-title-heading04 {
  color: #003F98;
}
@media screen and (max-width: 1279px) {
  .c-title-heading04 {
    font-size: 4.6153846154vw;
    margin-top: 8.2051282051vw;
    margin-bottom: 8.2051282051vw;
  }
}
.c-title-heading04 + p, .c-title-heading04 + ul {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  .c-title-heading04 + p, .c-title-heading04 + ul {
    margin-top: 4.1025641026vw;
  }
}

#contents table {
  width: 100%;
  border-collapse: collapse;
}
#contents table th, #contents table td {
  padding: 1em;
  vertical-align: middle;
}
#contents table th {
  font-weight: 700;
}
#contents table tfoot th, #contents table tfoot td {
  background-color: #A5A5A5;
  color: #fff;
}
#contents table tfoot th {
  border-right: 1px solid #e3e3e3;
}
#contents table ul, #contents table ol {
  margin-top: 0;
}
#contents table.table-multi {
  /* border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3; */
  border-top: 1px solid #e3e3e3;
}
#contents table.table-multi tr:last-of-type {
  border-bottom: 1px solid #e3e3e3;
}
#contents table.table-multi tr td:last-of-type {
  border-right: 0;
}
#contents table.table-multi tr + tr {
  border-top: 1px solid #e3e3e3;
}
#contents table.table-multi tr:nth-of-type(even) td {
  /* border-right: 1px solid #e3e3e3; */
}
#contents table.table-multi td {
  border-right: 1px solid #e3e3e3;
}
#contents table.table-multi thead th {
  border-right: 1px solid #e3e3e3;
  background-color: #004098;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
#contents table.table-multi tbody th {
  /* background-color: #E2F5FF; */
  background-color: #003F98;
  border-right: 1px solid #e3e3e3;
  font-weight: normal;
  text-align: left;
  color:#fff;
}
#contents table.table-horizontal th {
  width: 66.6666666667%;
  background-color: #004098;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#contents table.table-horizontal td {
  width: 33.3333333333%;
  background-color: #EAE9E9;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#contents table.table-horizontal td .number {
  color: #005DFF;
}
#contents table.table-single {
  border-top: 1px solid #e3e3e3;
}
#contents table.table-single thead th {
  background-color: #003F98;
  color: #fff;
}
#contents table.table-single th, #contents table.table-single td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
#contents table.table-single th:last-child, #contents table.table-single td:last-child {
  border-right: none;
}
@media screen and (max-width: 1279px) {
  #contents table.table-single th, #contents table.table-single td {
    display: block;
    width: 100%;
  }
}
#contents table.table-single th {
  background-color: #003F98;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  #contents table.table-single th {
    width: 30%;
    min-width: 256px;
  }
}
#contents table.table-single td {
  background-color: #ffffff;
}
#contents table .cell-center {
  text-align: center !important;
}
#contents table .cell-50par {
  width: 50%;
}
#contents table .cell-70 {
  width: 70px;
}
#contents table .cell-105 {
  width: 105px;
}
#contents table .cell-110 {
  width: 110px;
}
#contents table .cell-130 {
  width: 130px;
}
#contents table .cell-140 {
  width: 140px;
}
#contents table .cell-150 {
  width: 150px;
}
#contents table .cell-160 {
  width: 160px;
}
#contents table .cell-185 {
  width: 185px;
}
#contents table .cell-210 {
  width: 210px;
}
#contents table .cell-250 {
  width: 250px;
}
#contents table .cell-width-1 {
  width: 1% !important;
  white-space: nowrap !important;
}
#contents table .cell-black {
  background-color: #A5A5A5 !important;
  color: #fff !important;
}
#contents table .cell-blue {
  background-color: #004098 !important;
  color: #fff !important;
}
#contents table .cell-blue2 {
  background-color: #6399CE !important;
  color: #fff !important;
}
#contents table .cell-blue3 {
  background-color: #ABCCE9 !important;
}
#contents table .cell-blue4 {
  background-color: #DFF2F9 !important;
}
#contents table .cell-blue5 {
  background-color: #DFF2F9 !important;
  color: #0073A3 !important;
}
#contents table .cell-blue6 {
  background-color: #A2DCF5 !important;
}
#contents table .cell-blue7 {
  background-color: #83C6E3 !important;
}
#contents table .cell-blue8 {
  background-color: #0073A3 !important;
  color: #fff !important;
}
#contents table .cell-orange1 {
  background-color: #FDF6EF !important;
}
#contents table .cell-orange2 {
  background-color: #FDF6EF !important;
  color: #CC722C !important;
}
#contents table .cell-orange3 {
  background-color: #FAEADD !important;
}
#contents table .cell-orange4 {
  background-color: #EAC29D !important;
}
#contents table .cell-orange5 {
  background-color: #CC722C !important;
  color: #fff !important;
}
#contents table .cell-gray1 {
  background-color: #F6F6F6 !important;
}
#contents table .cell-gray2 {
  background-color: #EAE9E9 !important;
}
#contents table .cell-vertical {
  width: 3em;
}
#contents table .cell-vertical span {
  display: inline-block;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
}
#contents table .border-right {
  border-right: 1px solid #e3e3e3 !important;
}
#contents table .noborderbottom {
  border-bottom: none !important;
}
#contents table .nobordertop {
  border-top: none !important;
}
#contents .scroll-caution {
  position: relative;
  color: #666;
  font-size: 3.0769230769vw;
  text-align: left;
  margin: 0 0 0.5em;
}
/* tableIndent
----------------------------------------------------------- */
#contents table.indent-table {
	width: auto;
	border: none;
}
#contents table.indent-table th {
	border: none;
	padding: 0 2px 0 0;
	width: 1% !important;
	white-space: nowrap!important;
	background: none;
	border: none!important;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	color: #111111;
	background: none!important;
	vertical-align: top!important;
}
#contents table.indent-table td {
	border: none!important;
	background: none;
	padding: 0;
}
#contents table table.indent-table {
	width: auto;
	margin: 0;
}

@media screen and (min-width: 1280px) {
  #contents .scroll-caution {
    display: none;
  }
}
#contents .scroll-caution:before {
  /* content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 2em;
  margin-right: 0.5em;
  background: url("../img/common/ic/ic_scroll_side.png") left center no-repeat;
  background-size: contain; */
}
@media screen and (min-width: 1280px) {
  #contents .scroll-caution.all {
    display: block;
    font-size: 12px;
  }
}

#contents ul, #contents ol {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  #contents ul, #contents ol {
    margin-top: 8.2051282051vw;
  }
}
#contents ul li, #contents ol li {
  line-height: 1.6;
  margin-bottom: 0.75em;
}

.c-list-note li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 86%;
}
.c-list-em125 li {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.c-list-em15 li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.c-list-em25 li {
  text-indent: -2.5em;
  margin-left: 2.5em;
}
.c-list-em30 li {
  text-indent: -3em;
  margin-left: 3em;
}
.c-list-em35 li {
  text-indent: -3.5em;
  margin-left: 3.5em;
}
.c-list-em40 li {
  text-indent: -4em;
  margin-left: 4em;
}
.c-list-disc li {
  position: relative;
  padding-left: 1em;
}
.c-list-disc li:before {
  content: "・";
  display: block;
  position: absolute;
  left: -0.25em;
  top: 0;
}
.c-list + p {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  .c-list + p {
    margin-top: 8.2051282051vw;
  }
}

.c-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1279px) {
  .c-inner {
    width: 95.8974358974vw;
  }
}

#contents .c-box-std {
  margin: 32px auto 0;
}
@media screen and (max-width: 1279px) {
  #contents .c-box-std {
    margin: 6.1538461538vw auto 0;
  }
}
#contents .c-box-std + p, #contents .c-box-std + ul {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  #contents .c-box-std + p, #contents .c-box-std + ul {
    margin-top: 8.2051282051vw;
  }
}
@media screen and (max-width: 1279px) {
  #contents .c-box-std__scroll {
    width: 100% !important;
    position: relative;
    overflow: auto;
  }
}
@media screen and (max-width: 1279px) {
  #contents .c-box-std__scroll table {
    width: 850px;
  }
}
#contents .c-box-std__scroll.all {
  margin: 0;
  transform: rotateX(180deg);
}
@media screen and (min-width: 1280px) {
  #contents .c-box-std__scroll.all {
    width: 100% !important;
    position: relative;
    overflow: auto;
  }
}
#contents .c-box-std__scroll.all table {
  transform: rotateX(180deg);
}
@media screen and (min-width: 1280px) {
  #contents .c-box-std__scroll.all table {
    min-width: 1400px;
  }
}
#contents .c-box-std__scroll.all table th {
  background: #f0f0f0 !important;
  color: #1E1E1E !important;
  font-weight: 700 !important;
}
#contents .c-box-std.withBG {
  background: #F5F5F5;
  padding: 1.5em;
}
#contents .c-box-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .c-box-grid .grid {
  width: 48%;
  margin-bottom: 4%;
}
@media screen and (max-width: 1279px) {
  #contents .c-box-grid .grid {
    width: 100%;
    margin-bottom: 8.2051282051vw;
  }
}
#contents .c-box-grid.col-3 {
  justify-content: flex-start;
}
#contents .c-box-grid.col-3 .grid {
  width: 32%;
}
@media screen and (min-width: 1280px) {
  #contents .c-box-grid.col-3 .grid {
    margin-bottom: 2%;
  }
  #contents .c-box-grid.col-3 .grid:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1279px) {
  #contents .c-box-grid.col-3 .grid {
    width: 100%;
  }
}
#contents .c-box-grid.col-4 {
  justify-content: flex-start;
}
#contents .c-box-grid.col-4 .grid {
  width: 23.5%;
}
@media screen and (min-width: 1280px) {
  #contents .c-box-grid.col-4 .grid {
    margin-bottom: 2%;
  }
  #contents .c-box-grid.col-4 .grid:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1279px) {
  #contents .c-box-grid.col-4 .grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/*========== u-utility.scss ==========*/
#contents .u-sizeS {
  font-size: 86% !important;
}
#contents .u-bold {
  font-weight: 700 !important;
}
#contents .u-normal {
  font-weight: normal !important;
}
#contents .u-black {
  color: #1E1E1E;
}
#contents .u-red {
  color: #E60012;
}
#contents .u-blue {
  color: #005DFF;
}
#contents .u-mtStd {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  #contents .u-mtStd {
    margin-top: 8.2051282051vw;
  }
}
#contents .u-mt0 {
  margin-top: 0 !important;
}
#contents .u-mb1em {
  margin-bottom: 1em !important;
}
#contents .u-right {
  text-align: right !important;
}
#contents .u-center {
  text-align: center !important;
}
/* ===========================================================

	header

=========================================================== */
header {
	width: 100%;
	z-index: 99999;
}
/* header
----------------------------------------------------------- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	background-color: #fff;
	transition: .7s all;
}
.js-top-header .header {
	background-color: unset;
}
@media screen and (max-width: 912px) {
.header {
    display: block;
    width: 100%;
    height: 56px;
}
  .header > div {
    position: relative !important;
    top: 0;
    right: 0;
  }

}
@media screen and (max-width: 1279px) {
  .header {
    height: 56px;
  }
  .header > div {
    position: fixed;
    top: 0;
    right: 0;
  }
}
/* logo
----------------------------------------------------------- */
.header h1 {
  display: flex;
  align-items: center;
  gap: 20px;
	margin: 0;
  padding-left: 32px;
}
.header h1 a {
    width: 386px;
}
.header h1 .stock-code {
  color: #444;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  display: flex;
  flex-direction: column;
  padding: 8px 6px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #444;
}
.header h1 .stock-code span {
  color: #444;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 428px) {
  .header h1 {
    position: fixed;
    top: 8px !important;
    left: 8px !important;
    z-index: 999;
    padding: 0;
    gap: 8px;
}
  .header h1 a {
    display: flex;
    align-items: center;
    width: 236px !important;
    height: 26px;
    background-size: 236px 26px;
  }
  .header.en h1 a {
    width: 236px !important;
    height: 26px;
  }
  .header h1 .stock-code {
    flex-direction: column !important;
      margin-top: 0 !important;

  }
}
@media screen and (max-width: 1279px) {
.header h1 {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 999;
    padding: 0;
    gap: 8px;
}
.header h1 a {
	display: flex;
  align-items: center;
  width: 256px;
	height: 26px;
	background-size: 256px 26px;
}
.header.en h1 a {
  width: 256px;
	height: 26px;
}
.header h1 img {
}
.header h1 .stock-code {
  flex-direction: row;
  color: #333;
  font-size: 8px;
  padding: 6px;
  margin-top: 4px;
}
.header h1 .stock-code span {
  font-size: 8px;
}
}
/* header-submenu
----------------------------------------------------------- */
.header-submenu {
  display: flex;
  flex-direction: column;
}
/* hed-language
----------------------------------------------------------- */
.header ul.hed-language {
	margin: 0;
}
ul.hed-language li {
	margin: 0;
}
ul.hed-language li a {
	display: flex;
  align-items: center;
  justify-content: center;
	width: 80px;
	height: 40px;
	color: #fff;
	transition: .2s ease-in-out;
  background-color: #003F98;
  font-size: 14px;
}
ul.hed-language li a:hover {
	text-decoration: none;
    opacity: .7;
}
@media screen and (max-width: 912px) {
  .header ul.hed-language {
      display: none;
  }
}
@media screen and (max-width: 1280px) {
  ul.hed-language li a {
    width: 60px;
    height: 28px;
    font-size: 12px;
}
}
/* header-search
----------------------------------------------------------- */
.header .header-search--open span {
    position: relative;
    display: block;
    width: 80px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 52%;
    background-image: url("../img/common/ic/ic_search.png");
    background-size: 32px auto;
    background-color: #062B65;
    cursor: pointer;
    /*　Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 1;
	transition: .2s ease-in-out;
}
.header .header-search--open span:hover {
    opacity: .7;
}
.header-search form {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 600px;
    height: 80px;
    background-color: #003F98;
    z-index: 999998;
    text-align: center;
    padding: 24px 32px;
}
.header-search form input[type="text"] {
    margin: 0;
    padding: 0 16px;
    height: 32px;
    width : calc(100% - 32px);
    display: block;
    float: left;
    color: #1e1e1e;
    background: #fff;
    border: none;
}
.header-search form input:focus {
	outline: none !important;
    background: #fff;
}
.header-search form input[type="submit"] {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    float: right;
    border: none;
    background-color: #062B65;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../img/common/ic/ic_search.png");
    background-size: 16px auto;
    /*Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
}
@media screen and (max-width: 912px) {
  .header .header-search--open span {
      display: none;
  }
  .header .header-search {
    position: fixed;
    top: 6px;
    right: inherit;
    left: 6px;
    z-index: 999999;
  }
  .header-search form {
    width: 170px;
  }
  .header-search form input[type="text"] {
    width: 120px;
  }
}
@media screen and (max-width: 1280px) {
  .header .header-search--open span {
    width: 60px;
    height: 28px;
    background-size: 24px auto;
  }
  .header-search form {
    height: 56px;
    padding: 12px 32px;
  }
}
/* ===========================================================

	global-navigation

=========================================================== */
nav {
}
.header .global-navigation {
}
.global-navigation ul.gn {
	display: flex;
  background-color: #004CD7;
  padding: 0 28px;
}
.global-navigation > ul.gn > li {
    position: relative;
	padding: 0 12px;
}
.global-navigation > ul.gn > li:before {
}
.global-navigation > ul.gn > li:last-child:after {
}
.global-navigation ul.gn > a {
	display: none;
}
.global-navigation ul.gn a:hover {
	text-decoration: none;
}
.global-navigation ul.gn li a.gn-btn {
	position: relative;
	overflow: hidden;
	display: flex;
  align-items: center;
	height: 80px;
	color: #fff;
}
/* .global-navigation ul.gn li a.gn-btn:hover {
	color: #003f98;
} */
.global-navigation ul.gn li a.gn-btn:after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background-color: rgba(255,255,255,0.00);
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0);
	transition: all 0.3s;
}
.global-navigation ul.gn li a.gn-btn:hover:after {
	width: 100%;
	background-color: #FC0619;
}
/* #about .global-navigation ul.gn li#gn-about a.gn-btn,
#feature .global-navigation ul.gn li#gn-feature a.gn-btn,
#portfolio .global-navigation ul.gn li#gn-portfolio a.gn-btn,
#finance .global-navigation ul.gn li#gn-finance a.gn-btn,
#ir .global-navigation ul.gn li#gn-ir a.gn-btn,
#sustainability .global-navigation ul.gn li#gn-sustainability a.gn-btn {
	color: #003f98;
} */
#about .global-navigation ul.gn li#gn-about a.gn-btn:after,
#feature .global-navigation ul.gn li#gn-feature a.gn-btn:after,
#portfolio .global-navigation ul.gn li#gn-portfolio a.gn-btn:after,
#finance .global-navigation ul.gn li#gn-finance a.gn-btn:after,
#ir .global-navigation ul.gn li#gn-ir a.gn-btn:after,
#sustainability .global-navigation ul.gn li#gn-sustainability a.gn-btn:after {
	width: 100%;
	background-color: #FC0619;
}
.global-navigation ul.gn .secondary {
	display: none;
	position: absolute;
	top: 80px;
	left: 50%;
	z-index: 999900;
	width: max-content;
    min-width: 224px;
	text-align: left;
	background-color: #003F98;
	padding: 20px 24px;
    transform: translate(-50%, 0);
}
.global-navigation ul.gn .secondary li {
	margin: 0;
	font-size: 16px;
}
.global-navigation ul.gn .secondary li ul {
	display: none;
}
.global-navigation ul.gn .secondary li a {
	display: block;
	padding: 12px 0;
	color: #fff;
	transition: .2s ease-in-out;
	position: relative;
}
.global-navigation ul.gn .secondary li a:before {
	/* position: absolute;
	top: 15px;
	left: 15px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #ffffff; */
}
.global-navigation ul.gn .secondary li a:link, .global-navigation ul.gn .secondary li a:visited {
	color: #fff;
	text-decoration: none;
}
.global-navigation ul.gn .secondary li a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.32);
}
.global-navigation ul.gn .secondary li a.current {
	color: rgba(255, 255, 255, 0.32);
}
@media screen and (max-width: 1280px) {
  .global-navigation ul.gn {
    padding: 0 4px;
  }
  .global-navigation > ul.gn > li {
    padding: 0 8px;
  }
  .global-navigation ul.gn li a.gn-btn {
    height: 56px;
    font-size: 13px;
  }
  .global-navigation ul.gn li a.gn-btn:after {
    bottom: 12px;
  }
  .global-navigation ul.gn .secondary {
    top: 56px;
  }
  .global-navigation ul.gn .secondary li {
    margin: 0;
    font-size: 13px;
  }

}
/* ===========================================================

	slicknav_nav

=========================================================== */
.slicknav_menu {
	display: none;
}
.submenu-sp {
  display: none;
}
@media screen and (max-width: 912px) {
.header .global-navigation {
	position: inherit;
	top: inherit;
	left: inherit;
	background: none;
	width: 100%;
	height: auto;
	border: none;
}
.gn {
	display: none !important;
}
.slicknav_menu {
	font-size: 16px;
    *zoom: 1;
	display: block;
	padding: 0;
	position: fixed;
	min-width: 100%;
	top: 0;
    height: 56px;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu_inner {
	height: 100%;
	position: relative;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}
/* ハンバーガーメニュー */
.slicknav_btn {
	position: relative;
	text-decoration: none;
    width: 56px;
    height: 56px;
	background-color: #003F98;
	display: block;
	vertical-align: middle;
	float: right;
	line-height: 1.125em;
	cursor: pointer;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.00);
    padding: 18px 12px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 7px;
}
.slicknav_menu .slicknav_menutxt {
}
.slicknav_menu .slicknav_icon {
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 32px;
	height: 2px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    transition: all .5s;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -10px;
}
/* menu */
.slicknav_nav {
	clear: both;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	border-top: none;
    font-weight: 700;
	/*navi scroll*/
	width: 100%;
	height: 100%;
	position: fixed;
	top: 56px;
	left: 0;
	overflow: scroll !important;
	display: block;
	padding: 0 0 36px;
}
.slicknav_nav li {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
    transition: all .5s;
}
.slicknav_nav li.submenu-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0;
}
.slicknav_nav li.submenu-sp .submenu-language {
  display: flex;
  width: 288px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  background: var(--cobalt-900, #003F98);
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.64px;
}
.slicknav_nav li.submenu-sp form {
  width: 288px;
  height: 40px;
  line-height: 32px;
  border-radius: 64px;
  padding: 0 16px;
  border: 1px solid #D4D4D8;
}
.slicknav_nav li.submenu-sp form input[type="text"] {
  width: 200px;
}
.slicknav_nav li.submenu-sp form input[type="submit"] {
    margin-top: 4px;
    padding: 0;
    width: 32px;
    height: 32px;
    float: right;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../img/common/ic/ic-search-sp.png");
    background-size: 30px auto;
    /*Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
}
.slicknav_nav a.gn-btn {
	display: block !important;
	padding: 24px 8px 24px 16px !important;
	font-weight: bold;
	border-bottom: solid 1px #D4D4D8;
    color: #000;
    transition: all .5s;
}
.slicknav_parent.slicknav_open {
    color: #fff;
    background-color: #004CD7;
}
.slicknav_parent.slicknav_open a.gn-btn {
    color: #fff;
}
.slicknav_nav a.gn-btn span {
	color: #fff;
}
.slicknav_nav ul {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #F4F4F5;
}
.slicknav_nav ul li + li {
	border-top: solid 1px #D4D4D8;
}
.slicknav_nav ul li a {
	display: block;
	padding: 24px 8px 24px 16px !important;
	text-decoration: none;
	color: #000;
}
/* 3rd */
.slicknav_nav ul li ul {
	border-top: solid 1px #245897;
	padding-left: 20px;
}

/* slicknav option */
.slicknav_nav .slicknav_arrow {
}
.slicknav_nav .slicknav_item {
	position: relative;
	cursor: pointer;
}
.slicknav_nav .slicknav_item .slicknav_arrow i {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 42px;
    height: 26px;
    text-align: center;
    background-size: contain;
    transform: translateY(-50%);
}
.slicknav_nav .slicknav_item .slicknav_arrow i.icon-plus {
    background-image: url('/img/common/ic/slicknav_open.png');
}
.slicknav_nav .slicknav_item .slicknav_arrow i.icon-minus {
    background-image: url('/img/common/ic/slicknav_close.png');
}
.slicknav_nav .slicknav_item a {
	display: inline;
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	color: inherit;
}
}

/* ===========================================================

	footer

=========================================================== */
footer {
	clear: both;
	background-color: #062B65;
	overflow: hidden;
}
/* footer-navi
----------------------------------------------------------- */
.footer-navi {
    display: flex;
    flex-wrap: wrap;
	width: 1248px;
	margin: 0 auto;
	padding: 64px 0;
	text-align: left;
	background-color: #062B65;
    gap: 32px 48px;
}
@media screen and (max-width: 1279px) {
.footer-navi {
	width: 100%;
    flex-direction: column;
	padding: 32px 16px;
	gap: 16px;
}
}
.footer-navi section {
	display: inline;
	width: 276px;
}
.footer-navi #fot-navi-about {
}
.footer-navi #fot-navi-feature {
}
.footer-navi #fot-navi-portfolio {
}
.footer-navi #fot-navi-finance {
}
.footer-navi #fot-navi-ir {
}
.footer-navi h1 {
	padding: 0;
	margin: 0 0 16px 0;
    padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
	background: none;
	overflow: inherit;
    font-size: 16px;
}
.footer-navi h1 a {
    position: relative;
    display: block;
}
.footer-navi h1 a:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/img/common/ic/footerlink-arrow.png);
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
}
.footer-navi h1 a:link, .footer-navi h1 a:visited {
	text-decoration: none;
	color: #fff;
}
.footer-navi h1 a:hover {
	text-decoration: none;
	color: #ccc;
}
.footer-navi ul {
	font-size: 14px;
	margin: 0 20px 0 0;
	padding: 0;
}
.footer-navi ul li {
	margin: 0 0 12px;
	overflow: hidden;
}
.footer-navi ul li:last-child {
	margin: 0;
}
.footer-navi ul a {
	display: inline-block;
	position: relative;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.48); */
}
.footer-navi ul a:before {
	/* position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-color: transparent transparent transparent #aaaaaa; */
}
.footer-navi a:link, .footer-navi a:visited {
	text-decoration: none;
	color: #fff;
  line-height: 1.4;
}
.footer-navi a:hover {
	text-decoration: none;
	color: #ccc;
}
.footer-navi a.current {
	font-weight: bold;
}
@media screen and (max-width: 1279px) {
	.footer-navi section {
		width: 100%;
		gap: 24px;
	}
	.footer-navi section ul {
		display: none;
		padding: 16px 0;
	}
	.footer-navi section#fot-navi-other ul {
		display: block !important;
	}
	.footer-navi h1 a {
		/* pointer-events: none; */
	}
	.footer-navi h1 a:after {
		content: "";
		display: inline-block;
		width: 16px;
		height: 6px;
		background-image: url(/img/common/ic/footerlink-arrow--sp.png);
		position: absolute;
		right: 0;
		top: 8px;
		background-size: contain;
	}
	.footer-navi h1 a.footer-link--open:after {
		background-image: none;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.48);
	}
	.footer-navi h1 a#investor:after {
		content: none;
	}

}
/* footer-navi
----------------------------------------------------------- */
.footer-navi-support {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1248px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 32px 0;
}
.social {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 14px;
	gap: 16px;
}
.social img {
  width: 210px;
}
@media screen and (max-width: 1279px) {
	.footer-navi-support {
		width: 100%;
		padding: 24px 16px;
		flex-direction: column;
		align-items: start;
		gap: 24px;
	}
	.social {
		flex-direction: column;
		align-items: start;
	}
}
/* footer-navi
----------------------------------------------------------- */
.copyright {
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
}
@media screen and (max-width: 1279px) {
.copyright {
	text-align: left;
}
}


.bt-pagetop {
    clear: both;
    width: 96px;
    height: 96px;
    margin: 0;
    display: none;
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 95
}

@media screen and (max-width: 767px) {
    .bt-pagetop {
        width:64px;
        height: 64px;
        right: 6.1538461538vw;
        bottom: 6.1538461538vw
    }
}

.bt-pagetop a {
    display: block;
    width: 70%;
    height: 100%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    overflow: hidden;
    text-indent: -99999px;
    opacity: 1;
    background: url("/img/common/btn_pagetop.svg") center no-repeat;
    background-size: contain
}

/* 0903　追記 */
/* ===========================================================

	main

=========================================================== */
main {
	width: 720px;
	float: left;
	padding: 0 0 50px;
}
main section, .cont-margin {
	margin-bottom: 40px !important;
}
@media screen and (max-width: 1260px) {
main {
	width: 100%;
	float: none;
}
/* @media screen and (max-width: 768px) {
main {
	width: 100%;
	float: none;
} */
}
/* 0903　追記 */