  @charset "UTF-8";
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

    リセット

////////////////////////////////////////////////////*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, button,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html, body {
  width: 100%;
}

body {
  line-height: 1;
}

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

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th, td {
  font-weight: normal;
  vertical-align: middle;
}

caption {
  text-align: left;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  border: none;
  vertical-align: top;
  zoom: 1;
}

button {
  cursor: pointer;
  font-size: 100%;
  font-family: inherit;
  color: inherit;
}

iframe {
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/*////////////////////////////////////////////////////

  フォント?文字サイズ設定

////////////////////////////////////////////////////*/
html {
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 10px;
  /* PC */
  /* Tablet */
  /* SP */
}
html.__fixed {
  overflow: hidden !important;
  height: 100% !important;
}

body {
  /*font size自動調整をきる*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 2;
  letter-spacing: 0;
  color: #333333;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
body.__fixed {
  overflow: hidden !important;
  height: 100% !important;
}
body:before, body:after {
  opacity: 0;
  content: "";
  pointer-events: none;
  position: fixed;
}
body.disable-js:before {
  opacity: 1;
}

/*////////////////////////////////////////////////////

  その他

////////////////////////////////////////////////////*/
p {
  line-height: 2;
  font-size: 1.6rem;
}
@media only screen and (max-width: 599px) {
  p {
    line-height: 1.75;
  }
}

.en p {
  line-height: 1.8;
}

input, textarea {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
}

a {
  color: #333333;
}

body.en {
  font-family: "Roboto", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.8;
}

body.jp {
  font-family: YakuHanJPs, "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@-webkit-keyframes toRightOut {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes toRightOut {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-webkit-keyframes toRightIn {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes toRightIn {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes slideRightUp {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(16px, -16px);
  }
}
@keyframes slideRightUp {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(16px, -16px);
  }
}
@-webkit-keyframes restoreRightUp {
  0% {
    transform: translate(16px, -16px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes restoreRightUp {
  0% {
    transform: translate(16px, -16px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes cmnArrow01Mouseover03_2 {
  0% {
    stroke-dashoffset: -12px;
  }
  30% {
    stroke-dashoffset: 0px;
  }
  85% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: -12px;
  }
}
@keyframes cmnArrow01Mouseover03_2 {
  0% {
    stroke-dashoffset: -12px;
  }
  30% {
    stroke-dashoffset: 0px;
  }
  85% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: -12px;
  }
}
@-webkit-keyframes cmnArrow01Mouseover04 {
  0% {
    transform: translateX(-20px);
  }
  30% {
    transform: translateX(-12px);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cmnArrow01Mouseover04 {
  0% {
    transform: translateX(-20px);
  }
  30% {
    transform: translateX(-12px);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes cmnArrow01MouseoverX01 {
  0% {
    transform: translateX(-8px);
  }
  30% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cmnArrow01MouseoverX01 {
  0% {
    transform: translateX(-8px);
  }
  30% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes cmnArrow01MouseoverX02 {
  0% {
    transform: translateX(-8px);
  }
  30% {
    transform: translateX(0);
  }
  85% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-8px);
  }
}
@keyframes cmnArrow01MouseoverX02 {
  0% {
    transform: translateX(-8px);
  }
  30% {
    transform: translateX(0);
  }
  85% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-8px);
  }
}
@-webkit-keyframes cmnArrow01Mouseout04 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes cmnArrow01Mouseout04 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@-webkit-keyframes cmnArrow01MouseoutX01 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-8px);
  }
}
@keyframes cmnArrow01MouseoutX01 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-8px);
  }
}
@-webkit-keyframes cmnFadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes cmnFadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*////////////////////////////////////////////////////

    コンテナ

////////////////////////////////////////////////////*/
@media only screen and (min-width: 1312px) {
  .container_m {
    padding: 0 calc((100% - 1216px) / 2);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .container_m {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .container_m {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .container_m {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*////////////////////////////////////////////////////

    セクション

////////////////////////////////////////////////////*/
@media only screen and (min-width: 1312px) {
  .section_l:nth-child(n+2) {
    margin-top: 120px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .section_l:nth-child(n+2) {
    margin-top: 12rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .section_l:nth-child(n+2) {
    margin-top: 7.2rem;
  }
}
@media only screen and (max-width: 599px) {
  .section_l:nth-child(n+2) {
    margin-top: 7.2rem;
  }
}

@media only screen and (min-width: 1312px) {
  .section_m:nth-child(n+2) {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .section_m:nth-child(n+2) {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .section_m:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 599px) {
  .section_m:nth-child(n+2) {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 1312px) {
  .section_s:nth-child(n+2) {
    margin-top: 56px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .section_s:nth-child(n+2) {
    margin-top: 5.6rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .section_s:nth-child(n+2) {
    margin-top: 3.9rem;
  }
}
@media only screen and (max-width: 599px) {
  .section_s:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}

/*////////////////////////////////////////////////////

    レイアウト

////////////////////////////////////////////////////*/
.flex_half {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1312px) {
  .flex_half .item {
    width: calc((100% - 32px) / 2);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_half .item {
    width: calc((100% - 32px) / 2);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .flex_half .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (min-width: 1312px) {
  .flex_half .item:nth-child(2n) {
    margin-left: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_half .item:nth-child(2n) {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_half .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_half .item:nth-child(n+3) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half .item:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_half .item:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_half.__thin .item:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half.__thin .item:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_half.__thin .item:nth-child(n+3) {
    margin-top: 16px;
  }
}

.flex_half_pc {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1312px) {
  .flex_half_pc .item {
    width: calc((100% - 32px) / 2);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_half_pc .item {
    width: calc((100% - 32px) / 2);
  }
}
@media only screen and (max-width: 959px) {
  .flex_half_pc .item {
    width: 100%;
  }
}
@media only screen and (min-width: 1312px) {
  .flex_half_pc .item:nth-child(2n) {
    margin-left: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_half_pc .item:nth-child(2n) {
    margin-left: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_half_pc .item:nth-child(n+3) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half_pc .item:nth-child(n+2) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_half_pc .item:nth-child(n+2) {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_half_pc.__thin .item:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half_pc.__thin .item:nth-child(n+2) {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_half_pc.__thin .item:nth-child(n+2) {
    margin-top: 16px;
  }
}

.flex_half_pc_tab {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1312px) {
  .flex_half_pc_tab .item {
    width: calc((100% - 32px) / 2);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_half_pc_tab .item {
    width: calc((100% - 32px) / 2);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half_pc_tab .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .flex_half_pc_tab .item {
    width: 100%;
  }
}
@media only screen and (min-width: 1312px) {
  .flex_half_pc_tab .item:nth-child(2n) {
    margin-left: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_half_pc_tab .item:nth-child(2n) {
    margin-left: 32px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half_pc_tab .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_half_pc_tab .item:nth-child(n+3) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half_pc_tab .item:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_half_pc_tab .item:nth-child(n+2) {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_half_pc_tab.__thin .item:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half_pc_tab.__thin .item:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_half_pc_tab.__thin .item:nth-child(n+2) {
    margin-top: 16px;
  }
}

.flex_three {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1312px) {
  .flex_three .item {
    width: calc((100% - 64px) / 3);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_three .item {
    width: calc((100% - 64px) / 3);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_three .item {
    width: calc((100% - 32px) / 3);
  }
}
@media only screen and (max-width: 599px) {
  .flex_three .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (min-width: 1312px) {
  .flex_three .item:not(:nth-child(3n)) {
    margin-right: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_three .item:not(:nth-child(3n)) {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_three .item:not(:nth-child(3n)) {
    margin-right: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_three .item:nth-child(n+4) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_three .item:nth-child(n+4) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_three .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_three .item:nth-child(n+3) {
    margin-top: 32px;
  }
}

.flex_three02 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1312px) {
  .flex_three02 .item {
    width: calc((100% - 64px) / 3);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_three02 .item {
    width: calc((100% - 64px) / 3);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_three02 .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .flex_three02 .item {
    width: 100%;
  }
}
@media only screen and (min-width: 1312px) {
  .flex_three02 .item:not(:nth-child(3n)) {
    margin-right: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_three02 .item:not(:nth-child(3n)) {
    margin-right: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_three02 .item:nth-child(n+4) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_three02 .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_three02 .item:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_three02 .item:nth-child(n+2) {
    margin-top: 32px;
  }
}

.flex_three_pc {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1312px) {
  .flex_three_pc .item {
    width: calc((100% - 64px) / 3);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_three_pc .item {
    width: calc((100% - 64px) / 3);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_three_pc .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .flex_three_pc .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (min-width: 1312px) {
  .flex_three_pc .item:not(:nth-child(3n)) {
    margin-right: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_three_pc .item:not(:nth-child(3n)) {
    margin-right: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_three_pc .item:nth-child(n+4) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_three_pc .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_three_pc .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_three_pc .item:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_three_pc .item:nth-child(n+3) {
    margin-top: 32px;
  }
}

.flex_four {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1312px) {
  .flex_four .item {
    width: calc((100% - 96px) / 4);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_four .item {
    width: calc((100% - 96px) / 4);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_four .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .flex_four .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (min-width: 1312px) {
  .flex_four .item:not(:nth-child(4n)) {
    margin-right: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_four .item:not(:nth-child(4n)) {
    margin-right: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_four .item:nth-child(n+5) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_four .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_four .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_four .item:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_four .item:nth-child(n+3) {
    margin-top: 32px;
  }
}

.flex_asym {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1312px) {
  .flex_asym .item.__big {
    width: calc(100% - 32px - 280px);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_asym .item.__big {
    width: calc((100% - 32px) * 0.68);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_asym .item.__big {
    width: calc((100% - 16px) * 0.68);
  }
}
@media only screen and (max-width: 599px) {
  .flex_asym .item.__big {
    width: 100%;
  }
}
@media only screen and (min-width: 1312px) {
  .flex_asym .item.__small {
    width: 280px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_asym .item.__small {
    width: calc((100% - 32px) * 0.32);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_asym .item.__small {
    width: calc((100% - 16px) * 0.32);
  }
}
@media only screen and (max-width: 599px) {
  .flex_asym .item.__small {
    width: calc((100% - 16px) * 0.5);
  }
}
@media only screen and (min-width: 1312px) {
  .flex_asym .item:first-child {
    margin-right: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_asym .item:first-child {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_asym .item:first-child {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .flex_asym .item:nth-child(n+2) {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 959px) {
  .flex_asym .item .fig {
    width: 100%;
  }
  .flex_asym .item .fig img {
    width: 100%;
    height: auto;
  }
}

.flex_tit {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1312px) {
  .flex_tit {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flex_tit {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_tit {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 599px) {
  .flex_tit {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 600px) {
  .flex_tit:nth-child(n+2) {
    margin-top: 6.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .flex_tit:nth-child(n+2) {
    margin-top: 4rem;
  }
}
.flex_tit .cmn_tit03 {
  margin: 0;
  margin-right: 20px;
}

/*////////////////////////////////////////////////////

    背景色

////////////////////////////////////////////////////*/
.bg_color01 {
  background: linear-gradient(to right, #0B134E, #0068AF);
  color: #fff;
}

/*////////////////////////////////////////////////////

    各種部品

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    タグのスタイル
////////////////////////////////////////////////////*/
a {
  color: #0068AF;
  text-underline-offset: 0.2em;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media print, screen and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}

.strong {
  font-weight: bold;
}

/*////////////////////////////////////////////////////
    タイトル
////////////////////////////////////////////////////*/
.cmn_tit01 {
  color: #0068AF;
  line-height: 1.5;
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .cmn_tit01 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_tit01 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tit01 {
    font-size: 2.2rem;
  }
}

.en .cmn_tit01 {
  line-height: 1.4;
}

.cmn_tit02 {
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #C8D2DC;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .cmn_tit02 {
    font-size: 3.2rem;
    padding-bottom: 2.3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_tit02 {
    font-size: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tit02 {
    font-size: 2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .cmn_tit02:nth-child(n+2) {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tit02:nth-child(n+2) {
    margin-top: 5rem;
  }
}
.cmn_tit02.__havlink > a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}
.cmn_tit02.__havlink .arrow {
  margin: auto;
  z-index: 2;
  fill: none;
  stroke: #0068AF;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
}
@media print, screen and (min-width: 960px) {
  .cmn_tit02.__havlink .arrow {
    margin: 0 18px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_tit02.__havlink .arrow {
    margin: 0 12px;
  }
}
.cmn_tit02.__havlink > a {
  transition: color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_tit02.__havlink > a:hover {
  color: #0068af;
}

.en .cmn_tit02 {
  line-height: 1.4;
}

.cmn_tit03 {
  line-height: 1.5;
  font-weight: 700;
  color: #0068AF;
}
@media only screen and (min-width: 1312px) {
  .cmn_tit03 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_tit03 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_tit03 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tit03 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 600px) {
  .cmn_tit03:nth-child(n+2) {
    margin-top: 6.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tit03:nth-child(n+2) {
    margin-top: 4rem;
  }
}

.en .cmn_tit03 {
  line-height: 1.4;
}

.cmn_tit04 {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1312px) {
  .cmn_tit04 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_tit04 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_tit04 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tit04 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 600px) {
  .cmn_tit04:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tit04:nth-child(n+2) {
    margin-top: 3rem;
  }
}

.cmn_tit05 {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1312px) {
  .cmn_tit05 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_tit05 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_tit05 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tit05 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 600px) {
  .cmn_tit05:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tit05:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.tit_en01 {
  line-height: 1.5;
  font-weight: 700;
  color: #0068AF;
  font-family: "Yellowtail", cursive;
  font-weight: 500;
  line-height: 1.17;
}
@media only screen and (min-width: 1312px) {
  .tit_en01 {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .tit_en01 {
    font-size: 7rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .tit_en01 {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 599px) {
  .tit_en01 {
    font-size: 4.4rem;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 600px) {
  .tit_en01:nth-child(n+2) {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 599px) {
  .tit_en01:nth-child(n+2) {
    margin-top: 5rem;
  }
}

/*////////////////////////////////////////////////////
    テキスト
////////////////////////////////////////////////////*/
.cmn_lead {
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .cmn_lead {
    font-size: 2rem;
    margin-bottom: 3.1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_lead {
    font-size: 2rem;
    margin-bottom: 4.3rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_lead {
    font-size: 1.7rem;
    margin-bottom: 2rem;
    line-height: 1.7;
  }
}

@media print, screen and (min-width: 960px) {
  .en .cmn_lead {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .en .cmn_lead {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .en .cmn_lead {
    line-height: 1.6;
  }
}

/*////////////////////////////////////////////////////
    ブロック
////////////////////////////////////////////////////*/
.cmn_bgcbox01 {
  background-color: #F5FAFF;
  position: relative;
}
@media only screen and (min-width: 1312px) {
  .cmn_bgcbox01 {
    padding: 40px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_bgcbox01 {
    padding: 4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_bgcbox01 {
    padding: 4rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_bgcbox01 {
    padding: 2.4rem;
  }
}

.cmn_bgcbox02 {
  background-color: #003B8B;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 1312px) {
  .cmn_bgcbox02 {
    padding: 40px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_bgcbox02 {
    padding: 4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_bgcbox02 {
    padding: 4rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_bgcbox02 {
    padding: 2.4rem;
  }
}
.cmn_bgcbox02 .cmn_box_tit {
  color: #fff;
}

.cmn_box_tit {
  color: #0068af;
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .cmn_box_tit {
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .cmn_box_tit {
    font-size: 18px;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_box_tit {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_box_tit {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_box_tit {
    font-size: 1.7rem;
    margin-bottom: 1.6rem;
  }
}

.cmn_box_decotit {
  position: absolute;
  left: 0;
  color: #0068af;
  font-weight: 500;
  line-height: 1;
  font-size: 3.8rem;
  top: -3.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 1312px) {
  .cmn_box_decotit {
    font-size: 38px;
    top: -33px;
  }
}

.en .cmn_box_decotit {
  line-height: 1;
}

.cmn_linebox01 {
  position: relative;
  border: 1px solid #C8D2DC;
  box-sizing: border-box;
}
@media only screen and (min-width: 1312px) {
  .cmn_linebox01 {
    padding: 40px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_linebox01 {
    padding: 4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_linebox01 {
    padding: 4rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_linebox01 {
    padding: 2.4rem;
  }
}

@media print, screen and (min-width: 960px) {
  .msg_block {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 960px) {
  .msg_block .txtblock {
    margin-right: 32px;
  }
}
.msg_block .txtblock .tit {
  position: relative;
  color: #fff;
}
.msg_block .txtblock .tit span {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1312px) {
  .msg_block .txtblock .tit span {
    line-height: 105px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .msg_block .txtblock .tit span {
    line-height: 10.5rem;
  }
}
@media only screen and (max-width: 959px) {
  .msg_block .txtblock .tit span {
    line-height: 7.8rem;
  }
}
.msg_block .txtblock .tit .__en {
  font-weight: bold;
}
@media only screen and (min-width: 1312px) {
  .msg_block .txtblock .tit .__en {
    font-size: 38px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .msg_block .txtblock .tit .__en {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .msg_block .txtblock .tit .__en {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 599px) {
  .msg_block .txtblock .tit .__en {
    font-size: 3rem;
  }
}
.msg_block .txtblock .tit .__jp {
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .msg_block .txtblock .tit .__jp {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1312px) {
  .msg_block .txtblock .tit .__jp {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .msg_block .txtblock .tit .__jp {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959px) {
  .msg_block .txtblock .tit .__jp {
    font-size: 1.6rem;
    margin-left: 1rem;
  }
}
.msg_block .txtblock .tit::before {
  content: "";
  display: block;
  background-color: #003B8B;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: calc(100% + 50vw);
  transform: translateX(-50vw);
}
@media only screen and (min-width: 1312px) {
  .msg_block .txtblock .tit::before {
    height: 105px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .msg_block .txtblock .tit::before {
    height: 10.5rem;
  }
}
@media only screen and (max-width: 959px) {
  .msg_block .txtblock .tit::before {
    height: 7.8rem;
  }
}
@media print, screen and (min-width: 960px) {
  .msg_block .txtblock .msg {
    margin-top: 2.7rem;
  }
}
@media only screen and (max-width: 959px) {
  .msg_block .txtblock .msg {
    margin-top: 2.36rem;
  }
}
@media only screen and (max-width: 959px) {
  .msg_block .imgblock {
    margin-top: 2.36rem;
  }
}
@media only screen and (max-width: 599px) {
  .msg_block .imgblock .pic_wrap {
    display: inline-block;
    width: calc((100% - 16px) / 2);
  }
  .msg_block .imgblock .pic_wrap img {
    max-width: 100%;
    height: auto;
  }
}
.msg_block .imgblock .caption {
  font-weight: 700;
  margin-top: 1.6rem;
  line-height: 1.6;
}
.msg_block .imgblock .caption .txt01, .msg_block .imgblock .caption .txt02 {
  display: inline-block;
  width: 100%;
}
.msg_block .imgblock .caption .txt01 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1312px) {
  .msg_block .imgblock .caption .txt01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .msg_block .imgblock .caption .txt01 {
    font-size: 1.4rem;
  }
}
.msg_block .imgblock .caption .txt02 {
  font-size: 1.8rem;
}
@media only screen and (min-width: 1312px) {
  .msg_block .imgblock .caption .txt02 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 599px) {
  .msg_block .imgblock .caption .txt02 {
    font-size: 1.6rem;
  }
}

.flow_two_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 700;
  position: relative;
}
.flow_two_block .item {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 1312px) {
  .flow_two_block .item {
    width: calc((100% - 32px - 46px) / 2);
    padding: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flow_two_block .item {
    width: calc((100% - 32px - ((100% - 352px) / 12 * 9 + 256px - 352px) / 12) / 2);
    padding: 3.2rem;
  }
}
@media only screen and (max-width: 959px) {
  .flow_two_block .item {
    width: 100%;
    padding: 4rem;
    padding: 2.4rem;
  }
}
.flow_two_block .item .tit {
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 1312px) {
  .flow_two_block .item .tit {
    font-size: 38px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .flow_two_block .item .tit {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flow_two_block .item .tit {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 599px) {
  .flow_two_block .item .tit {
    font-size: 3rem;
  }
}
.flow_two_block .item .txt {
  margin-top: 1.6rem;
}
.flow_two_block .item.__style01 {
  border: 1px solid #C8D2DC;
}
.flow_two_block .item.__style01 .tit {
  color: #5F6973;
}
.flow_two_block .item.__style02 {
  background-color: #F5FAFF;
  color: #0068af;
}
.flow_two_block .arrow {
  fill: none;
  stroke: #0068AF;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media print, screen and (min-width: 960px) {
  .flow_two_block .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    stroke-width: 6px;
    width: 28px;
    height: 46px;
  }
}
@media only screen and (max-width: 959px) {
  .flow_two_block .arrow {
    margin: 1rem auto;
    display: inline-block;
    stroke-width: 6px;
    transform: rotate(90deg);
    width: 14px;
  }
}

/*////////////////////////////////////////////////////
    装飾、アイコンなど
////////////////////////////////////////////////////*/
.cmnArrow01 {
  width: 59px;
  height: 25px;
}
.cmnArrow01 .parts {
  fill: none;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cmnArrow01 .parts01, .cmnArrow01 .parts02, .cmnArrow01 .parts03, .cmnArrow01 .parts03_2 {
  stroke: #00aae7;
  transform: translateX(-8px);
}
.cmnArrow01 .parts01 {
  -webkit-animation: 0.3s ease forwards cmnArrow01MouseoutX01;
          animation: 0.3s ease forwards cmnArrow01MouseoutX01;
}
.cmnArrow01 .parts03 {
  transform: translateX(-8px);
}
.cmnArrow01 .parts03_2 {
  stroke-dasharray: 12px;
  stroke-dashoffset: -12px;
  transform: translateX(0);
}
.cmnArrow01 .parts04 {
  transform: translateX(-20px);
  stroke: #005bab;
  -webkit-animation: 0.3s ease forwards cmnArrow01Mouseout04;
          animation: 0.3s ease forwards cmnArrow01Mouseout04;
}
.cmnArrow01.__white .parts01, .cmnArrow01.__white .parts02, .cmnArrow01.__white .parts03, .cmnArrow01.__white .parts03_2, .cmnArrow01.__white .parts04 {
  stroke: #fff;
}

/*////////////////////////////////////////////////////
リンク
////////////////////////////////////////////////////*/
.txtlink {
  color: #0068AF;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.txtlink:hover {
  text-decoration: none;
}

.media_link {
  display: inline-block;
  width: 100%;
  color: #333333;
  text-decoration: none;
}
.media_link .img_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 436/247;
  overflow: hidden;
}
.media_link .img_wrap .img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.media_link .linktit {
  margin-top: 1.5rem;
  font-weight: 500;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .media_link .linktit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959px) {
  .media_link .linktit {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 599px) {
  .media_link .linktit {
    margin-top: 0.8rem;
  }
}
.media_link .linktit .arrow {
  margin-left: 20px;
  fill: none;
  stroke: #0068AF;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 14px;
  display: inline-block;
}
.media_link img {
  transition: transform 0.4s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.media_link .linktit {
  transition: color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 960px) {
  .media_link:hover {
    text-decoration: none;
  }
}
.media_link:hover img {
  transform: scale(1.1, 1.1);
}
.media_link:hover .linktit {
  color: #0068af;
}

.media_link02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 600px) {
  .media_link02 {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.media_link02 .img_wrap {
  display: block;
  position: relative;
  width: calc((100% - 8rem) / 6 * 2 + 1.6rem);
  height: auto;
  aspect-ratio: 436/247;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .media_link02 .img_wrap {
    width: 100%;
  }
}
.media_link02 .img_wrap .img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.media_link02 .linktit {
  font-weight: 500;
  position: relative;
  transition: color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
  font-size: 1.7rem;
  width: calc((100% - 8rem) / 6 * 4 + 4.8rem);
}
@media print, screen and (min-width: 600px) {
  .media_link02 .linktit {
    width: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .media_link02 .linktit {
    font-size: 1.8rem;
  }
}
.media_link02 .linktit .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 20px;
  fill: none;
  stroke: #0068AF;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
}
@media (hover: hover) {
  .media_link02:hover {
    text-decoration: none;
  }
  .media_link02:hover img {
    transform: scale(1.1, 1.1);
  }
  .media_link02:hover .linktit {
    color: #0068af;
  }
}

/*////////////////////////////////////////////////////
    ボタン
////////////////////////////////////////////////////*/
.cmn_btn01 {
  display: block;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
@media print, screen and (min-width: 960px) {
  .cmn_btn01 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_btn01 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_btn01 {
    font-size: 1.7rem;
  }
}
.cmn_btn01 .txt {
  color: #333333;
}
.cmn_btn01 .arrow {
  margin: auto;
  z-index: 2;
  fill: none;
  stroke: #0068AF;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 1em;
  vertical-align: middle;
}
@media print, screen and (min-width: 960px) {
  .cmn_btn01 .arrow {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_btn01 .arrow {
    margin: 0 12px;
  }
}
.cmn_btn01 .txt {
  transition: color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 960px) {
  .cmn_btn01:hover {
    text-decoration: none;
  }
}
.cmn_btn01:hover .txt {
  color: #0068af;
}
.cmn_btn01 .ico {
  vertical-align: middle;
  height: 1em;
}

.cmn_btn02 {
  display: block;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
@media print, screen and (min-width: 960px) {
  .cmn_btn02 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_btn02 {
    font-size: 1.6rem;
  }
}
.cmn_btn02 .txt {
  color: #333333;
}
.cmn_btn02 .arrow {
  margin: auto;
  z-index: 2;
  fill: none;
  stroke: #0068AF;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 10px;
  height: 1em;
  vertical-align: middle;
}
@media print, screen and (min-width: 960px) {
  .cmn_btn02 .arrow {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_btn02 .arrow {
    margin: 0 10px;
  }
}
.cmn_btn02 .txt {
  transition: color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 960px) {
  .cmn_btn02:hover {
    text-decoration: none;
  }
}
.cmn_btn02:hover .txt {
  color: #0068af;
}
.cmn_btn02 .ico {
  height: 1em;
  vertical-align: middle;
}

.cmn_btn03 {
  display: inline-block;
  font-weight: 500;
  position: relative;
  background-color: #167BC1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  text-decoration: none;
  max-width: 100%;
  transition: background-color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 960px) {
  .cmn_btn03 {
    width: 436px;
    height: 9.6rem;
    font-size: 2rem;
    padding: 0 24px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_btn03 {
    width: calc((100% - 16px) / 2);
    height: 6rem;
    font-size: 1.7rem;
    padding: 0 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_btn03 {
    width: 100%;
    height: 6rem;
    font-size: 1.7rem;
    padding: 0 16px;
    line-height: 1.5;
  }
}
.cmn_btn03 .txt {
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .cmn_btn03 .txt {
    width: calc(100% - 43px);
  }
}
@media only screen and (max-width: 959px) {
  .cmn_btn03 .txt {
    width: calc(100% - 37px);
  }
}
.cmn_btn03 .arrow {
  margin: auto;
  z-index: 2;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 20px;
}
@media print, screen and (min-width: 960px) {
  .cmn_btn03 .arrow {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_btn03 .arrow {
    margin: 0 12px;
  }
}
.cmn_btn03.__white {
  background-color: #fff;
}
.cmn_btn03.__white .txt {
  color: #333;
}
.cmn_btn03.__white .arrow {
  stroke: #0068AF;
}
@media print, screen and (min-width: 960px) {
  .cmn_btn03.__thin {
    height: 6rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_btn03.__thin {
    height: 6rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_btn03.__thin {
    height: 6rem;
    font-size: 1.6rem;
  }
}
.cmn_btn03.__thick {
  height: auto;
  font-size: 1.6rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cmn_btn03.__long {
  width: 100%;
}
.cmn_btn03.__pagelink .arrow {
  transform: rotate(90deg);
}
.cmn_btn03.__center {
  margin-left: auto;
  margin-right: auto;
}
.cmn_btn03 .txt {
  transition: color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_btn03 .arrow {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_btn03:hover {
  background-color: #003B8B;
}
@media print, screen and (min-width: 960px) {
  .cmn_btn03:hover {
    text-decoration: none;
  }
}
.cmn_btn03:hover.__white {
  background-color: #167BC1;
}
.cmn_btn03:hover.__white .txt {
  color: #fff;
}
.cmn_btn03:hover.__white .arrow {
  stroke: #fff;
}

@media print, screen and (min-width: 960px) {
  .flex_half_pc_tab .cmn_btn03 {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .flex_half_pc_tab .cmn_btn03 {
    width: 100%;
  }
}

.cmn_btnPgLink01 {
  display: inline-block;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 960px) {
  .cmn_btnPgLink01 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_btnPgLink01 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_btnPgLink01 {
    font-size: 1.7rem;
  }
}
.cmn_btnPgLink01 .txt {
  color: #333333;
}
.cmn_btnPgLink01 .arrow {
  margin: auto;
  z-index: 2;
  fill: none;
  stroke: #0068AF;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
}
@media print, screen and (min-width: 960px) {
  .cmn_btnPgLink01 .arrow {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_btnPgLink01 .arrow {
    margin: 0 12px;
  }
}
.cmn_btnPgLink01 .txt {
  transition: color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 960px) {
  .cmn_btnPgLink01:hover {
    text-decoration: none;
  }
}
.cmn_btnPgLink01:hover .txt {
  color: #0068af;
}

.cmn_btnPgLink02 {
  display: inline-block;
  font-weight: 500;
  position: relative;
  background-color: #167BC1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 960px) {
  .cmn_btnPgLink02 {
    width: 43.6rem;
    height: 9.6rem;
    font-size: 2rem;
    padding: 0 2.4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_btnPgLink02 {
    width: calc((100% - 16px) / 2);
    height: 6rem;
    font-size: 1.7rem;
    padding: 0 1.6rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_btnPgLink02 {
    width: 100%;
    height: 6rem;
    font-size: 1.7rem;
    padding: 0 1.6rem;
  }
}
.cmn_btnPgLink02 .arrow {
  margin: auto;
  z-index: 2;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
}
@media print, screen and (min-width: 960px) {
  .cmn_btnPgLink02 .arrow {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_btnPgLink02 .arrow {
    margin: 0 12px;
  }
}
.cmn_btnPgLink02.__white {
  background-color: #fff;
}
.cmn_btnPgLink02.__pale {
  background-color: #DCE6F0;
}
.cmn_btnPgLink02.__pale .txt {
  color: #0068AF;
}
.cmn_btnPgLink02.__pale .arrow {
  stroke: #0068AF;
}
@media only screen and (max-width: 959px) {
  .cmn_btnPgLink02.__mobilebig {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cmn_btnPgLink02 .txt {
  transition: color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_btnPgLink02 .arrow {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_btnPgLink02:hover {
  background-color: #003B8B;
}
@media print, screen and (min-width: 960px) {
  .cmn_btnPgLink02:hover {
    text-decoration: none;
  }
}
.cmn_btnPgLink02:hover.__white {
  background-color: #167BC1;
}
.cmn_btnPgLink02:hover.__white .txt {
  color: #fff;
}
.cmn_btnPgLink02:hover.__white .arrow {
  stroke: #fff;
}
.cmn_btnPgLink02:hover.__pale {
  background-color: #167BC1;
}
.cmn_btnPgLink02:hover.__pale .txt {
  color: #fff;
}
.cmn_btnPgLink02:hover.__pale .arrow {
  stroke: #fff;
}

/*////////////////////////////////////////////////////
    テーブル
////////////////////////////////////////////////////*/
.cmn_table01 {
  border-top: 0.1rem solid #C8D2DC;
  border-bottom: 0.1rem solid #C8D2DC;
  width: 100%;
  font-size: 1.6rem;
}
.cmn_table01 th, .cmn_table01 td {
  box-sizing: border-box;
  padding: 1.6rem 2.4rem;
}
@media only screen and (max-width: 599px) {
  .cmn_table01 th, .cmn_table01 td {
    padding: 1.6rem;
  }
}
.cmn_table01 tbody th, .cmn_table01 tbody td {
  text-align: left;
}
.cmn_table01 tbody th {
  background-color: #F5FAFF;
  font-weight: 500;
}
@media only screen and (min-width: 1312px) {
  .cmn_table01 tbody th {
    min-width: 156px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_table01 tbody th {
    min-width: 154px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_table01 tbody th {
    min-width: 154px;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_table01 tbody th {
    min-width: 100px;
  }
}
.cmn_table01 tbody tr:nth-child(n+2) th {
  border-top: solid 1px #C8D2DC;
}
.cmn_table01 tbody tr:nth-child(n+2) td {
  border-top: solid 1px #C8D2DC;
}
.cmn_table01.__fixed {
  table-layout: fixed;
}
@media print, screen and (min-width: 960px) {
  .cmn_table01.__fixed tbody th {
    width: 280px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_table01.__fixed tbody th {
    width: 173px;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_table01.__fixed tbody th {
    width: 115px;
  }
}
.cmn_table01 .__bgcolor01 {
  background-color: #EDF2F7;
}

.cmn_table02 {
  border-top: 0.1rem solid #C8D2DC;
  border-bottom: 0.1rem solid #C8D2DC;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}
.cmn_table02.__fixed {
  table-layout: fixed;
}
.scroll_y_wrap.__Esg .cmn_table02 {
  white-space: normal;
}
.cmn_table02 th, .cmn_table02 td {
  box-sizing: border-box;
  padding: 1.6rem 2.4rem;
}
.__Esg .cmn_table02 th, .__Esg .cmn_table02 td {
  min-width: auto !important;
  padding: clamp(0.5rem, 0.78125vw, 1rem);
  font-size: clamp(1rem, 1.5625vw, 1.5rem);
}
@media print, screen and (min-width: 600px) {
  .cmn_table02 th, .cmn_table02 td {
    min-width: 180px;
  }
}
@media print, screen and (min-width: 960px) {
  .__Esg .cmn_table02 th, .__Esg .cmn_table02 td {
    padding: clamp(0.8rem, 0.8333333333vw, 1rem);
    font-size: clamp(1.1rem, 1.1458333333vw, 1.5rem);
  }
  .__Adjust .cmn_table02 th:nth-last-child(-n+5), .__Adjust .cmn_table02 td:nth-last-child(-n+5) {
    width: 10%;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_table02 th, .cmn_table02 td {
    min-width: 80px;
    padding: 1.6rem;
  }
  .__Esg .cmn_table02 th, .__Esg .cmn_table02 td {
    padding: clamp(0.5rem, 1.3333333333vw, 1rem);
    min-width: 80px !important;
    font-size: clamp(1rem, 2.6666666667vw, 1.5rem);
  }
}
.cmn_table02 thead th {
  font-weight: 500;
}
.cmn_table02 thead th:not(:last-child) {
  border-right: solid 1px #C8D2DC;
}
.cmn_table02 tbody th {
  text-align: left;
  background-color: #EDF2F7;
  font-weight: 500;
  border-right: solid 1px #C8D2DC;
}
@media only screen and (max-width: 599px) {
  .__Esg .cmn_table02 tbody th {
    white-space: nowrap;
  }
}
.cmn_table02 tbody td {
  text-align: center;
}
.cmn_table02 tbody td:nth-child(n+2) {
  border-left: solid 1px #C8D2DC;
}
.cmn_table02 tbody tr th {
  border-top: solid 1px #C8D2DC;
}
.cmn_table02 tbody tr td {
  border-top: solid 1px #C8D2DC;
}
.cmn_table02.__style01 thead th {
  background-color: #167BC1;
  color: #fff;
}
.cmn_table02.__style02 thead th {
  background-color: #EDF2F7;
}
.cmn_table02.__style02 tbody th {
  background-color: #F5FAFF;
}
.cmn_table02 .__bgcolor01 {
  background-color: #F5FAFF;
}
.__Esg .cmn_table02 .__bgcolor01 {
  font-weight: bold;
  text-align: left;
}
.cmn_table02.__materiality01 {
  width: 80rem;
}
@media print, screen and (min-width: 600px) {
  .cmn_table02.__materiality01 {
    width: 100%;
  }
}
.cmn_table02.__materiality01 th, .cmn_table02.__materiality01 td {
  min-width: auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 600px) {
  .cmn_table02.__materiality01 th, .cmn_table02.__materiality01 td {
    font-size: clamp(1.1rem, 1.71875vw, 1.4rem);
  }
}
@media print, screen and (min-width: 960px) {
  .cmn_table02.__materiality01 th, .cmn_table02.__materiality01 td {
    font-size: clamp(1.1rem, 1.1458333333vw, 1.4rem);
  }
}
.cmn_table02.__materiality01 thead th {
  background-color: #167BC1;
  color: #fff;
  padding: 1rem;
}
.cmn_table02.__materiality01 tbody th, .cmn_table02.__materiality01 tbody td {
  padding: 1rem;
}
.cmn_table02.__materiality01 tbody .th01 {
  background-color: #1692c1;
  color: #fff;
  font-weight: bold;
  width: 4rem;
  text-align: center;
}
.cmn_table02.__materiality01 tbody .th02 {
  background-color: #F5FAFF;
  font-weight: bold;
  vertical-align: top;
}
.cmn_table02.__materiality01 tbody .th02 p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.cmn_table02.__materiality01 tbody td {
  vertical-align: top;
  line-height: 1.6;
  width: 35%;
}
.cmn_table02.__gri {
  width: 100%;
}
.cmn_table02.__gri tbody > tr > th {
  min-width: 0;
  padding: clamp(10px, 2.0833333333vw, 16px);
  font-size: clamp(1.3rem, 2.0833333333vw, 1.6rem);
  background-color: #fff;
}
.cmn_table02.__gri tbody > tr > th:nth-of-type(1) {
  width: 10%;
  white-space: nowrap;
  text-align: center;
}
.cmn_table02.__gri tbody > tr > th:nth-of-type(2) {
  width: 40%;
  font-weight: normal;
}
.cmn_table02.__gri tbody > tr > th.__hl {
  font-weight: bold;
  text-align: left;
  width: 100%;
  white-space: normal;
  background-color: #f5faff;
  border-right: none;
}
.cmn_table02.__gri tbody > tr > td {
  min-width: 0;
  padding: clamp(10px, 2.0833333333vw, 16px);
  text-align: left;
  font-size: clamp(1.3rem, 2.0833333333vw, 1.6rem);
}
.cmn_table02.__gri tbody > tr > td p:nth-child(n+2) {
  margin-top: 0.5em;
}
.cmn_table02.__gri tbody > tr > td .cmn_btn02 {
  font-size: clamp(1.3rem, 2.0833333333vw, 1.6rem);
  font-weight: normal;
}
.cmn_table02.__gri tbody > tr > td .cmn_btn02:nth-child(n+2) {
  margin-top: 0.5em;
}
.cmn_table02.__gri tbody > tr > td .cmn_btn02 .arrow,
.cmn_table02.__gri tbody > tr > td .cmn_btn02 .ico_outboundlink,
.cmn_table02.__gri tbody > tr > td .cmn_btn02 .ico_pdflink {
  margin: 0 auto 0 clamp(4px, 0.9114583333vw, 7px);
}

.cmn_table03 {
  border-top: 0.1rem solid #C8D2DC;
  border-bottom: 0.1rem solid #C8D2DC;
  width: 100%;
  font-size: 1.6rem;
}
.cmn_table03 th, .cmn_table03 td {
  box-sizing: border-box;
  padding: 2.4rem;
}
@media only screen and (max-width: 599px) {
  .cmn_table03 th, .cmn_table03 td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_table03 tbody {
    display: block;
    width: 100%;
  }
}
.cmn_table03 tbody th, .cmn_table03 tbody td {
  text-align: left;
}
.cmn_table03 tbody th {
  background-color: #F5FAFF;
  font-weight: 500;
}
@media only screen and (min-width: 1312px) {
  .cmn_table03 tbody th {
    min-width: 156px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_table03 tbody th {
    min-width: 154px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_table03 tbody th {
    min-width: 154px;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_table03 tbody td {
    border-top: solid 1px #C8D2DC;
  }
}
.cmn_table03 tbody tr:nth-child(n+2) th {
  border-top: solid 1px #C8D2DC;
}
@media print, screen and (min-width: 600px) {
  .cmn_table03 tbody tr:nth-child(n+2) td {
    border-top: solid 1px #C8D2DC;
  }
}
.cmn_table03.__fixed {
  table-layout: fixed;
}
@media print, screen and (min-width: 960px) {
  .cmn_table03.__fixed tbody th {
    width: 358px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_table03.__fixed tbody th {
    width: 40%;
  }
}
@media print {
  .cmn_table03.__fixed tbody th {
    width: 30%;
  }
}
@media print, screen and (min-width: 960px) {
  .cmn_table03.__fixed tbody td {
    width: calc(100% - 358px);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_table03.__fixed tbody td {
    width: 60%;
  }
}
@media print {
  .cmn_table03.__fixed tbody td {
    width: 70%;
  }
}
.cmn_table03 .__bgcolor01 {
  background-color: #EDF2F7;
}

.cmn_table04 {
  border-top: 0.1rem solid #C8D2DC;
  border-bottom: 0.1rem solid #C8D2DC;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-cms .cmn_table04:nth-child(n+1) {
  margin-top: 0;
}
.cmn_table04 th, .cmn_table04 td {
  box-sizing: border-box;
  padding: 1.6rem 2.4rem;
}
@media only screen and (max-width: 599px) {
  .cmn_table04 th, .cmn_table04 td {
    padding: 1.6rem;
  }
}
.cmn_table04 thead th {
  font-weight: 500;
  background-color: #EDF2F7;
}
.cmn_table04 thead th:not(:last-child) {
  border-right: solid 1px #C8D2DC;
}
.cmn_table04 tbody th {
  text-align: left;
  background-color: #EDF2F7;
  font-weight: 500;
  border-right: solid 1px #C8D2DC;
  background-color: #F5FAFF;
}
.cmn_table04 tbody td {
  text-align: center;
}
.cmn_table04 tbody td:nth-child(n+2) {
  border-left: solid 1px #C8D2DC;
}
.cmn_table04 tbody tr th {
  border-top: solid 1px #C8D2DC;
}
.cmn_table04 tbody tr td {
  border-top: solid 1px #C8D2DC;
}

/*////////////////////////////////////////////////////
    横スクロール
////////////////////////////////////////////////////*/
.scroll_y_msg {
  color: #0068AF;
  position: relative;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .scroll_y_msg {
    display: inline-block;
    padding-left: 8.5rem;
  }
}
@media only screen and (max-width: 959px) {
  .scroll_y_msg {
    display: block;
    padding-left: 5rem;
    margin: 2.4rem 0;
  }
}
@media only screen and (max-width: 599px) {
  .scroll_y_msg {
    margin-bottom: 1.5rem;
  }
}
.scroll_y_wrap .scroll_y_msg {
  display: none;
}
.scroll_y_wrap .scroll_y_msg.__show {
  display: block;
}
.scroll_y_msg::before, .scroll_y_msg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("/common/img/arrow01.svg");
  background-size: contain;
}
@media only screen and (max-width: 599px) {
  .scroll_y_msg::before, .scroll_y_msg::after {
    width: 15px;
    height: 12px;
  }
}
.scroll_y_msg::before {
  transform: rotate(180deg);
}
@media print, screen and (min-width: 960px) {
  .scroll_y_msg::before {
    left: 2.8rem;
  }
}
@media only screen and (max-width: 959px) {
  .scroll_y_msg::before {
    left: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .scroll_y_msg::after {
    left: calc(3.8rem + 17px);
  }
}
@media only screen and (max-width: 959px) {
  .scroll_y_msg::after {
    left: calc(0.5rem + 17px);
  }
}

.scroll_y_wrap {
  position: relative;
  overflow-x: auto;
}
@media print, screen and (min-width: 600px) {
  .scroll_y_wrap.__Esg {
    margin-top: 2rem;
  }
}
.scroll_y_wrap .cmn_table01, .scroll_y_wrap .cmn_table02 {
  table-layout: auto;
  white-space: nowrap;
}
.scroll_y_wrap .cmn_table02.__materiality01 {
  white-space: wrap;
}

.scroll-hint {
  content: url("/common/img/ico_scroll_y.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  color: rgba(255, 255, 255, 0);
  width: 63px;
  height: 127px;
}

.scroll-hint--show {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .__Esg .scroll-hint--show {
    display: none;
  }
}

/*////////////////////////////////////////////////////
    リスト
////////////////////////////////////////////////////*/
.cmn_ul01 > li {
  padding-left: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .cmn_ul01 > li {
    line-height: 1.75;
  }
}
.cmn_ul01 > li:nth-child(n+2) {
  margin-top: 0.2em;
}
@media only screen and (max-width: 959px) {
  .cmn_ul01 > li:nth-child(n+2) {
    margin-top: 1.4rem;
  }
}
.cmn_ul01 > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0068AF;
  position: absolute;
  left: 0;
  top: calc(1em - 4px);
}
.cmn_ul01.__link > li::before {
  content: "";
  display: block;
  right: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 104, 175, 0);
  border: 6px solid transparent;
  border-left: 8px solid #0068AF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cmn_ul01.__link > li > a {
  transition: all 0.2s ease;
}
.PC .cmn_ul01.__link > li:hover > a {
  color: #0068AF;
}
@media print, screen and (min-width: 960px) {
  .PC .cmn_ul01.__link > li:hover > a {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 960px) {
  .cmn_ul01:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_ul01:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.en .cmn_ul01 > li::before {
  top: calc(0.9em - 5px);
}

.cmn_ol01 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.cmn_ol01 > li {
  padding-left: 2.2rem;
  text-indent: -3.3rem;
}
.cmn_ol01 > li:nth-child(n+2) {
  margin-top: 0.8em;
}
.cmn_ol01 > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  text-align: right;
  display: inline-block;
  width: 2.5rem;
}
@media print, screen and (min-width: 960px) {
  .cmn_ol01:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_ol01:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.cmn_ol02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.cmn_ol02 > li {
  padding-left: 3rem;
  text-indent: -3.3rem;
}
.cmn_ol02 > li:nth-child(n+2) {
  margin-top: 0.8em;
}
.cmn_ol02 > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  text-align: right;
  display: inline-block;
  width: 2.5rem;
}
@media print, screen and (min-width: 960px) {
  .cmn_ol02:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_ol02:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.cmn_ulnote01 {
  font-size: 1.4rem;
  padding-left: 1.5em;
}
.cmn_ulnote01 > li {
  position: relative;
  text-indent: -1.5em;
}
.cmn_ulnote01 > li:nth-child(n+2) {
  margin-top: 0.4em;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_ulnote01 > li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.cmn_ulnote01 > li::before {
  content: "※";
  margin-right: 0.5em;
}
@media print, screen and (min-width: 960px) {
  .cmn_ulnote01:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_ulnote01:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.en .cmn_ulnote01 {
  line-height: 1.6;
}
.en .cmn_ulnote01 > li {
  text-indent: -1em;
}
.en .cmn_ulnote01 > li::before {
  content: "*";
  margin-right: 0.5em;
}

.cmn_olnote01 {
  font-size: 1.4rem;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.cmn_olnote01 > li {
  padding-left: 3.9rem;
  text-indent: -2.4rem;
}
.cmn_olnote01 > li:nth-child(n+2) {
  margin-top: 0.8em;
}
.cmn_olnote01 > li:before {
  counter-increment: item;
  content: "※" counter(item) "：";
  text-align: right;
  display: inline-block;
  width: 2.5rem;
}
.cmn_olnote01 > li:nth-child(-n+9) {
  padding-left: 3.2rem;
}
@media print, screen and (min-width: 960px) {
  .cmn_olnote01:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_olnote01:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.en .cmn_olnote01 {
  line-height: 1.6;
}
.en .cmn_olnote01 > li {
  padding-left: 3rem;
  text-indent: -3rem;
}
.en .cmn_olnote01 > li:before {
  content: "*" counter(item) ":";
  padding-right: 0.5rem;
}
.en .cmn_olnote01 > li:nth-child(-n+9) {
  padding-left: 3rem;
}

.inner_list {
  margin-left: 1em;
}
@media only screen and (max-width: 959px) {
  .inner_list {
    margin-top: 0.5rem;
  }
}
.inner_list > li:nth-child(n+2) {
  margin-top: 0.1em;
}
@media only screen and (max-width: 959px) {
  .inner_list > li:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
.inner_list.cmn_ul01 > li::before {
  width: 8px;
  height: 2px;
  border-radius: 0;
  top: 1em;
}

.en .inner_list.cmn_ul01 > li::before {
  top: calc(1em - 4px);
}

.news_list a {
  text-decoration: none;
}
@media print, screen and (min-width: 960px) {
  .news_list > .item:nth-child(n+2) {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 959px) {
  .news_list > .item:nth-child(n+2) {
    margin-top: 33px;
  }
}
.news_list .news_link {
  display: flex;
  align-items: flex-start;
  color: #333333;
}
@media only screen and (max-width: 959px) {
  .news_list .news_link {
    flex-wrap: wrap;
  }
}
.news_list .news_link.__pdf .news_tit {
  position: relative;
}
.news_list .news_link.__pdf .news_tit:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 19px;
  margin-left: 8px;
  margin-top: -2px;
  background-image: url(/common/img/ico_pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.news_list .news_date {
  width: 120px;
}
@media print, screen and (min-width: 960px) {
  .news_list .news_date {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959px) {
  .news_list .news_date {
    font-size: 1.4rem;
  }
}
.news_list .news_cat {
  font-weight: 700;
  position: relative;
  background-color: #167BC1;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
}
@media print, screen and (min-width: 960px) {
  .news_list .news_cat {
    margin-right: 13px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 959px) {
  .news_list .news_cat {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .news_list .news_tit {
    width: calc(100% - 253px);
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 959px) {
  .news_list .news_tit {
    width: 100%;
  }
}
.news_list .news_link {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 960px) {
  .news_list .news_link:hover {
    text-decoration: none;
  }
}
.news_list .news_link:hover .news_tit {
  color: #0068AF;
}

/*////////////////////////////////////////////////////
    項目付きリスト
////////////////////////////////////////////////////*/
.cmn_dl01 {
  border-top: 0.1rem solid #C8D2DC;
  border-bottom: 0.1rem solid #C8D2DC;
  width: 100%;
  font-size: 1.6rem;
  word-break: break-all;
}
@media print, screen and (min-width: 600px) {
  .cmn_dl01 > dl {
    display: flex;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_dl01 > dl {
    display: block;
  }
}
.cmn_dl01 > dl:nth-child(n+2) > dt {
  border-top: solid 1px #C8D2DC;
}
@media print, screen and (min-width: 600px) {
  .cmn_dl01 > dl:nth-child(n+2) > dd {
    border-top: solid 1px #C8D2DC;
  }
}
.cmn_dl01 > dl > dt, .cmn_dl01 > dl > dd {
  box-sizing: border-box;
  padding: 2.4rem;
}
@media only screen and (max-width: 599px) {
  .cmn_dl01 > dl > dt, .cmn_dl01 > dl > dd {
    display: block;
    width: 100%;
  }
}
.cmn_dl01 > dl > dt {
  background-color: #F5FAFF;
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  .cmn_dl01 > dl > dt {
    width: 358px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_dl01 > dl > dt {
    width: 40%;
  }
}
@media print, screen and (min-width: 960px) {
  .cmn_dl01 > dl > dd {
    width: calc(100% - 358px);
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_dl01 > dl > dd {
    width: 60%;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_dl01 > dl > dd {
    border-top: solid 1px #C8D2DC;
  }
}

/*////////////////////////////////////////////////////
    アコーディオンメニュー
////////////////////////////////////////////////////*/
.cmn_accordion01 {
  border-top: 1px solid #C8D2DC;
  box-sizing: border-box;
}
.cmn_accordion01 .item {
  border-bottom: 1px solid #C8D2DC;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .cmn_accordion01 .item {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_accordion01 .item {
    padding-top: 6rem;
    margin-top: -6rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_accordion01 .item {
    padding-top: 6rem;
    margin-top: -6rem;
  }
}
.cmn_accordion01 .btn_accordion {
  text-align: left;
  border-left: 1px solid rgba(200, 210, 220, 0);
  border-right: 1px solid rgba(200, 210, 220, 0);
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_accordion01 .btn_accordion.__open {
  background-color: #EDF2F7;
  color: #0068af;
}
.cmn_accordion01 .btn_accordion .ico_plus {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.cmn_accordion01 .btn_accordion .ico_plus > span {
  display: inline-block;
  overflow: hidden;
  text-indent: -999999px;
}
.cmn_accordion01 .btn_accordion .ico_plus::before, .cmn_accordion01 .btn_accordion .ico_plus::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url("/common/img/plus_parts_blue.svg");
}
.cmn_accordion01 .btn_accordion .ico_plus::after {
  transform: rotate(90deg);
}
.cmn_accordion01 .btn_accordion .ico_plus::before, .cmn_accordion01 .btn_accordion .ico_plus::after {
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_accordion01 .btn_accordion:hover {
  color: #0068af;
}
@media print, screen and (min-width: 960px) {
  .cmn_accordion01 .btn_accordion:hover {
    border-left: 1px solid #C8D2DC;
    border-right: 1px solid #C8D2DC;
    text-decoration: none;
  }
}
.cmn_accordion01 .btn_accordion.__open .ico_plus::after {
  transform: rotate(0deg);
}
.cmn_accordion01 .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 960px) {
  .cmn_accordion01 .main {
    padding: 30px 24px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_accordion01 .main {
    padding: 20px 15px;
  }
}
.cmn_accordion01 .child_accordion {
  height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_accordion01 .child_accordion .inner {
  display: block;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .cmn_accordion01 .child_accordion .inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_accordion01 .child_accordion .inner {
    padding: 30px 22px;
  }
}
.cmn_accordion01 .child_accordion.__open {
  height: auto;
}
.cmn_accordion01 .child_accordion p {
  transition: line-height 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}

.cmn_accordion02 {
  border-top: 1px solid #C8D2DC;
  border-bottom: 1px solid #C8D2DC;
  box-sizing: border-box;
}
.cmn_accordion02 + .cmn_accordion02 {
  border-top: none;
}
.cmn_accordion02 .item {
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .cmn_accordion02 .item {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_accordion02 .item {
    padding-top: 6rem;
    margin-top: -6rem;
  }
}
@media only screen and (max-width: 599px) {
  .cmn_accordion02 .item {
    padding-top: 6rem;
    margin-top: -6rem;
  }
}
.cmn_accordion02 .btn_accordion {
  text-align: left;
  border-left: 1px solid rgba(200, 210, 220, 0);
  border-right: 1px solid rgba(200, 210, 220, 0);
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_accordion02 .btn_accordion.__open {
  background-color: #EDF2F7;
  color: #0068af;
}
.cmn_accordion02 .btn_accordion .ico_plus {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.cmn_accordion02 .btn_accordion .ico_plus > span {
  display: inline-block;
  overflow: hidden;
  text-indent: -999999px;
}
.cmn_accordion02 .btn_accordion .ico_plus::before, .cmn_accordion02 .btn_accordion .ico_plus::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url("/common/img/plus_parts_blue.svg");
}
.cmn_accordion02 .btn_accordion .ico_plus::after {
  transform: rotate(90deg);
}
.cmn_accordion02 .btn_accordion .ico_plus::before, .cmn_accordion02 .btn_accordion .ico_plus::after {
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_accordion02 .btn_accordion:hover {
  color: #0068af;
}
@media print, screen and (min-width: 960px) {
  .cmn_accordion02 .btn_accordion:hover {
    border-left: 1px solid #C8D2DC;
    border-right: 1px solid #C8D2DC;
    text-decoration: none;
  }
}
.cmn_accordion02 .btn_accordion.__open .ico_plus::after {
  transform: rotate(0deg);
}
.cmn_accordion02 .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 960px) {
  .cmn_accordion02 .main {
    padding: 30px 24px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_accordion02 .main {
    padding: 20px 15px;
  }
}
.cmn_accordion02 .child_accordion {
  height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_accordion02 .child_accordion .inner {
  display: block;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .cmn_accordion02 .child_accordion .inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_accordion02 .child_accordion .inner {
    padding: 30px 22px;
  }
}
.cmn_accordion02 .child_accordion.__open {
  height: auto;
}
.cmn_accordion02 .child_accordion p {
  transition: line-height 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}

/*////////////////////////////////////////////////////
    タブメニュー
////////////////////////////////////////////////////*/
.cmn_tabmenu01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 500;
}
.cmn_tabmenu01 a {
  text-decoration: none;
}
.cmn_tabmenu01 > .item {
  position: relative;
}
.cmn_tabmenu01 > .item .link {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  color: #87919B;
  background-color: #EDF2F7;
  width: 100%;
  line-height: 56px;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1.2;
}
.cmn_tabmenu01 > .item.__active .link {
  background-color: #167BC1;
  color: #fff;
}
.cmn_tabmenu01 > .item .link {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_tabmenu01 > .item:hover .link {
  background-color: #167BC1;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .cmn_tabmenu01 > .item:hover .link {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1312px) {
  .cmn_tabmenu01.__quarter > .item {
    width: calc((100% - 72px) / 4);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_tabmenu01.__quarter > .item {
    width: calc((100% - 72px) / 4);
  }
}
@media only screen and (max-width: 959px) {
  .cmn_tabmenu01.__quarter > .item {
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_tabmenu01.__quarter > .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tabmenu01.__quarter > .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 959px) {
  .cmn_tabmenu01.__quarter > .item:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1312px) {
  .cmn_tabmenu01.__half > .item {
    width: calc((100% - 32px) / 2);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_tabmenu01.__half > .item {
    width: calc((100% - 32px) / 2);
  }
}
@media only screen and (max-width: 959px) {
  .cmn_tabmenu01.__half > .item {
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_tabmenu01.__half > .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tabmenu01.__half > .item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (min-width: 1312px) {
  .cmn_tabmenu01.__three > .item {
    width: calc((100% - 48px) / 3);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .cmn_tabmenu01.__three > .item {
    width: calc((100% - 48px) / 3);
  }
}
@media only screen and (max-width: 959px) {
  .cmn_tabmenu01.__three > .item {
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .cmn_tabmenu01.__three > .item {
    width: calc((100% - 32px) / 3);
  }
}
@media only screen and (max-width: 599px) {
  .cmn_tabmenu01.__three > .item {
    width: calc((100% - 32px) / 3);
    font-size: clamp(1.2rem, 3.3333333333vw, 1.6rem);
  }
}

.cmn_tabcontents01 {
  display: none;
  margin-top: 2rem;
}
.cmn_tabcontents01.__shown {
  display: block;
  -webkit-animation: cmnFadeInUp 0.5s both ease-out;
          animation: cmnFadeInUp 0.5s both ease-out;
}

/*////////////////////////////////////////////////////
    セレクトボックス
////////////////////////////////////////////////////*/
.cmn_selectbox01 {
  display: block;
  position: relative;
}
.cmn_selectbox01 .selectboxtit {
  border: 1px solid #C8D2DC;
  cursor: pointer;
  position: relative;
  padding: 16px 20px 16px 16px;
  box-sizing: border-box;
  margin: 0;
  background-color: #fff;
  display: block;
}
.cmn_selectbox01 .selectboxtit::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 14px;
  background-repeat: no-repeat;
  z-index: 2;
  transform: rotate(90deg);
  background-image: url("/common/img/arrow02_blue.svg");
}
@media print, screen and (min-width: 960px) {
  .cmn_selectbox01 .selectboxtit::after {
    right: 30px;
  }
}
@media only screen and (max-width: 959px) {
  .cmn_selectbox01 .selectboxtit::after {
    right: 15px;
  }
}
.cmn_selectbox01 .select {
  border: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  z-index: 10;
}
.cmn_selectbox01 .options {
  list-style-type: none;
  padding: 0;
}
.cmn_selectbox01 .options > li {
  padding: 0 20px 0 27px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.cmn_selectbox01 .options > li a,
.cmn_selectbox01 .options > li span {
  color: #333333;
  cursor: pointer;
}
.cmn_selectbox01 .options > li a:before,
.cmn_selectbox01 .options > li span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn_selectbox01 .options > li:hover {
  background-color: #EDF2F7;
  color: #0068AF;
}
.cmn_selectbox01 .options > li:hover a, .cmn_selectbox01 .options > li:hover span {
  color: #0068AF;
}
@media print, screen and (min-width: 960px) {
  .cmn_selectbox01 .options > li:hover a, .cmn_selectbox01 .options > li:hover span {
    text-decoration: none;
  }
}
.cmn_selectbox01.__open .selectboxtit::after {
  transform: rotate(-90deg);
}
.cmn_selectbox01.__open .select {
  border-bottom: solid 1px #C8D2DC;
  border-left: solid 1px #C8D2DC;
  border-right: solid 1px #C8D2DC;
}
.cmn_selectbox01.__open .options > li {
  opacity: 1;
  line-height: 2;
  padding: 16px 20px 16px 27px;
}
.cmn_selectbox01.__open .options > li:not(:last-child) {
  border-bottom: solid 1px #C8D2DC;
}

/*////////////////////////////////////////////////////
    シャドウ
////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    アイコン
////////////////////////////////////////////////////*/
.ico_outboundlink {
  width: 2rem;
  height: 2rem;
  margin-left: 0.7rem;
}

.ico_pdflink {
  width: 3.4rem;
  height: 1.8rem;
  margin-left: 0.7rem;
}

.ico_dl {
  width: 2.4rem;
  height: 2rem;
  margin-left: 0.7rem;
}

.ico_movie {
  width: 2.4rem;
  height: 2rem;
  margin-left: 0.7rem;
  fill: #D40000;
}

.ico_block01 {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background-color: #0068AF;
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
}
.ico_block01:nth-child(n+2) {
  margin-left: 0.5rem;
}

.ico_block02 {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  border: solid 1px #C8D2DC;
  padding: 0.5rem 0.5rem;
  box-sizing: border-box;
}
.ico_block02:nth-child(n+2) {
  margin-left: 0.5rem;
}

/*////////////////////////////////////////////////////
    その他
////////////////////////////////////////////////////*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  text-decoration: none;
}
.pagination .item {
  display: block;
}
.pagination .prev, .pagination .next {
  position: relative;
  width: 21px;
  height: 21px;
}
.pagination .prev .txt, .pagination .next .txt {
  display: inline-block;
  overflow: hidden;
  text-indent: -999999px;
}
.pagination .prev .arrow, .pagination .next .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: none;
  stroke: #0068AF;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 10px;
}
.pagination .prev.__nolink .arrow, .pagination .next.__nolink .arrow {
  stroke: #C8D2DC;
}
.pagination .prev {
  margin-right: 11px;
}
.pagination .prev .arrow {
  transform: rotate(180deg);
}
.pagination .next {
  margin-left: 11px;
}
.pagination .pagenum {
  width: 36px;
  height: 36px;
  position: relative;
  margin: 0 3px;
}
.pagination .pagenum > span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 36px;
}
.pagination .pagenum.current {
  font-weight: 700;
  color: #0068af;
  background-color: #EDF2F7;
}
.pagination .pagenum {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.pagination .pagenum:hover {
  font-weight: 700;
  color: #0068af;
  background-color: #EDF2F7;
}
@media print, screen and (min-width: 960px) {
  .pagination .pagenum:hover {
    text-decoration: none;
  }
}
.pagination a.prev, .pagination a.next {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.pagination a.prev:hover, .pagination a.next:hover {
  background-color: #0068AF;
}
@media print, screen and (min-width: 960px) {
  .pagination a.prev:hover, .pagination a.next:hover {
    text-decoration: none;
  }
}
.pagination a.prev:hover .arrow, .pagination a.next:hover .arrow {
  stroke: #fff;
}

@media print, screen and (min-width: 960px) {
  .ank {
    padding-top: 70px;
    margin-top: -70px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .ank {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media only screen and (max-width: 599px) {
  .ank {
    padding-top: 40px;
    margin-top: -40px;
  }
}

.cmn_youtube {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.cmn_youtube > iframe {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.icon_list01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.icon_list01 img {
  width: 3rem;
  height: auto;
}

/*////////////////////////////////////////////////////

　全ページ共通

////////////////////////////////////////////////////*/
.main {
  display: block;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .main {
    padding-top: 11rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .main {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 599px) {
  .main {
    padding-top: 6rem;
  }
}

/*////////////////////////////////////////////////////

　下層ページ共通

////////////////////////////////////////////////////*/
.mv_lower {
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .mv_lower {
    display: flex;
    align-items: center;
    height: 17.2rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .mv_lower {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 599px) {
  .mv_lower {
    padding: 32px 0;
  }
}
.mv_lower.__dxstory {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
@media print, screen and (min-width: 600px) {
  .mv_lower.__dxstory {
    align-items: center;
  }
}
.mv_lower.__dxstory img {
  width: 60px;
  height: auto;
}
@media print, screen and (min-width: 600px) {
  .mv_lower.__dxstory img {
    width: 100px;
  }
}

@media print, screen and (min-width: 960px) {
  .main_cont {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 960px) {
  .main_cont {
    padding-bottom: 17rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .main_cont {
    padding-bottom: 4.1rem;
  }
}
@media only screen and (max-width: 599px) {
  .main_cont {
    padding-bottom: 9.2rem;
  }
}
@media print, screen and (min-width: 600px) {
  .main_cont p + p {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .main_cont p + p {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1312px) {
  .main_cont .lower_main {
    width: 904px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .main_cont .lower_main {
    width: calc((100% - 352px) / 12 * 9 + 256px);
  }
}
@media print {
  .main_cont .lower_main {
    width: 100%;
  }
}
.main_cont .lower_main.__full {
  width: 100%;
}
@media only screen and (min-width: 1312px) {
  .main_cont .lower_side {
    width: 264px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .main_cont .lower_side {
    width: calc((100% - 352px) / 12 * 3 + 96px - 48px);
  }
}
@media only screen and (max-width: 959px) {
  .main_cont .lower_side {
    width: 100%;
    margin-top: 3rem;
  }
}
@media print {
  .main_cont .lower_side {
    display: none;
  }
}
.main_cont .lower_side a {
  text-decoration: none;
}

/*////////////////////////////////////////////////////
    サイドメニュー
////////////////////////////////////////////////////*/
.side_menu_tit {
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 2.7rem;
  line-height: 1.5;
  box-sizing: border-box;
  display: block;
  transition: color 0.2s linear;
}
.side_menu_tit:hover {
  color: #0068AF;
}
@media print, screen and (min-width: 960px) {
  .side_menu_tit:hover {
    text-decoration: none;
  }
}

.side_menu {
  border-top: 1px solid #C8D2DC;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
}
.side_menu button {
  font-weight: 500;
}
.side_menu .item {
  border-bottom: 1px dotted #C8D2DC;
  box-sizing: border-box;
}
.side_menu .btn_accordion {
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  transition: all 0.1s linear;
}
@media print, screen and (min-width: 960px) {
  .side_menu .btn_accordion {
    padding: 1.6rem 0.8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .side_menu .btn_accordion {
    padding: 1.6rem 0.8rem;
  }
}
@media only screen and (max-width: 599px) {
  .side_menu .btn_accordion {
    padding: 1.6rem 0.8rem;
  }
}
.side_menu .btn_accordion .ico_plus {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.side_menu .btn_accordion .ico_plus > span {
  display: inline-block;
  overflow: hidden;
  text-indent: -999999px;
}
.side_menu .btn_accordion .ico_plus::before, .side_menu .btn_accordion .ico_plus::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url("/common/img/plus_parts_blue.svg");
}
.side_menu .btn_accordion .ico_plus::after {
  transform: rotate(90deg);
}
.side_menu .btn_accordion .ico_plus::before, .side_menu .btn_accordion .ico_plus::after {
  transition: transform 0.2s linear;
}
.side_menu .btn_accordion.__open {
  background-color: #167BC1;
  color: #fff;
}
.side_menu .btn_accordion.__open .ico_plus::before, .side_menu .btn_accordion.__open .ico_plus::after {
  background-image: url("/common/img/plus_parts_white.svg");
}
.side_menu .btn_accordion.__open .ico_plus::after {
  transform: rotate(0deg);
}
.side_menu .btn_accordion.__open:hover {
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .side_menu .btn_accordion.__open:hover {
    text-decoration: none;
  }
}
.side_menu .btn_accordion.__open:hover .ico_plus::before, .side_menu .btn_accordion.__open:hover .ico_plus::after {
  background-image: url("/common/img/plus_parts_white.svg");
}
.side_menu .btn_accordion:hover {
  color: #0068AF;
}
@media print, screen and (min-width: 960px) {
  .side_menu .btn_accordion:hover {
    text-decoration: none;
  }
}
.side_menu .btn_accordion:hover .ico_plus::before, .side_menu .btn_accordion:hover .ico_plus::after {
  background-image: url("/common/img/plus_parts_blue.svg");
}
.side_menu .btn {
  display: block;
  padding: 1.6rem 2.5rem 1.6rem 0.8rem;
  color: #333333;
}
.side_menu .btn:hover {
  color: #0068AF;
}
@media print, screen and (min-width: 960px) {
  .side_menu .btn:hover {
    text-decoration: none;
  }
}
.side_menu .btn:hover .ico_plus .line {
  stroke: #0068AF;
}
.side_menu .btn.__current {
  background-color: #EDF2F7;
  color: #0068AF;
}
.side_menu .child_accordion {
  /* 非表示時*/
  height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.4, 1);
  /* 表示*/
}
.side_menu .child_accordion .item {
  border-bottom: none;
}
.side_menu .child_accordion .btn {
  line-height: 1.5;
  pointer-events: inherit;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #333333;
}
.side_menu .child_accordion .btn.__current {
  color: #0068AF;
}
.side_menu .child_accordion.__open {
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.4, 1);
  height: auto;
}
.side_menu .child_accordion .child_accordion {
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.side_menu .child_accordion .btn:hover {
  color: #0068AF;
}
@media print, screen and (min-width: 960px) {
  .side_menu .child_accordion .btn:hover {
    text-decoration: none;
  }
}
.side_menu .menuchild > .item:first-child .btn {
  font-weight: bold;
}
.side_menu .menuchild.__second > .item > .btn, .side_menu .menuchild.__second > .item > .btn_accordion {
  padding: 1.1rem 0.8rem 1.1rem 1.6rem;
}
.side_menu .menuchild.__third > .item > .btn, .side_menu .menuchild.__third > .item > .btn_accordion {
  padding-left: 2.4rem;
}

/*////////////////////////////////////////////////////
    その他
////////////////////////////////////////////////////*/
.img_wrap .img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 600px) {
  .icon_list span + span {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 599px) {
  .icon_list .img {
    width: calc((100% - 80px) / 6);
    height: calc((100% - 80px) / 6);
  }
}

.fig {
  max-width: 100%;
}
@media only screen and (max-width: 599px) {
  .fig {
    width: 100%;
  }
}
.fig.__center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fig.__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fig.__stretch img {
  width: 100%;
  max-width: none;
}
.fig img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fig .caption {
  line-height: 1.8;
  margin-top: 16px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1312px) {
  .fig .caption {
    font-size: 14px;
  }
}
.fig .caption.al_right {
  text-align: right;
}
.fig .caption.al_center {
  text-align: center;
}

.en .fig .caption {
  margin-top: 12px;
}

/*////////////////////////////////////////////////////

    ヘッダー

////////////////////////////////////////////////////*/
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #C8D2DC;
  transition: all 0.2s linear;
}
@media print, screen and (min-width: 960px) {
  .header {
    height: 11rem;
    padding: 0 4.8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .header {
    height: 6rem;
    padding: 0 3.2rem;
  }
}
@media only screen and (max-width: 599px) {
  .header {
    height: 6rem;
    padding: 0 1.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .__scroll .header {
    height: 9.5rem;
  }
}
.header a {
  text-decoration: none;
}

.header_logo img {
  height: auto;
}
@media print, screen and (min-width: 960px) {
  .header_logo img {
    width: 160px;
  }
}
@media only screen and (max-width: 959px) {
  .header_logo img {
    width: 128px;
  }
}

.header_serch_btn {
  position: fixed;
  z-index: 4;
  display: flex;
  align-items: center;
  /*.__scroll & {
      @include media(pc){
          display: none;
      }
  }*/
}
@media print, screen and (min-width: 960px) {
  .header_serch_btn {
    width: 20px;
    height: 25px;
    top: 15px;
    right: 48px;
  }
}
@media only screen and (max-width: 959px) {
  .header_serch_btn {
    width: 25px;
    height: 26px;
    top: 15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .header_serch_btn {
    right: 100px;
  }
}
@media only screen and (max-width: 599px) {
  .header_serch_btn {
    right: 75px;
  }
}
.header_serch_btn .ico_serch {
  fill: none;
  stroke: #333333;
  stroke-linecap: round;
}
@media print, screen and (min-width: 960px) {
  .header_serch_btn .ico_serch {
    stroke-width: 1;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 959px) {
  .header_serch_btn .ico_serch {
    stroke-width: 2;
    width: 100%;
    height: 100%;
  }
}
.header_serch_btn .txt {
  display: inline-block;
  overflow: hidden;
  text-indent: -999999px;
}
@media only screen and (max-width: 959px) {
  .header_serch_btn.serchBoxOpen .ico_serch {
    display: none;
  }
}
.header_serch_btn .ico_close {
  position: relative;
  width: 22px;
  height: 22px;
  display: none;
}
.header_serch_btn .ico_close::before, .header_serch_btn .ico_close::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header_serch_btn .ico_close::before {
  transform: rotate(45deg);
}
.header_serch_btn .ico_close::after {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 959px) {
  .header_serch_btn.serchBoxOpen .ico_close {
    display: inline-block;
  }
}
.header_serch_btn .ico_serch {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.header_serch_btn:hover .ico_serch {
  stroke: #0068AF;
}

.serch_box {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0;
  z-index: 5;
  white-space: nowrap;
  background-color: #00073E;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}
.serch_box.serchBoxOpen {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (min-width: 1312px) {
  .serch_box {
    padding-left: calc((100% - 1216px) / 2);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .serch_box {
    padding-left: 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .serch_box {
    padding: 0 32px;
  }
}
@media print, screen and (min-width: 600px) {
  .serch_box {
    height: 126px;
    bottom: -126px;
  }
}
@media only screen and (max-width: 599px) {
  .serch_box {
    padding: 0 2.4rem;
    height: 142px;
    bottom: -142px;
  }
}
@media only screen and (max-width: 959px) {
  .serch_box .serch_box_form {
    width: 100%;
  }
}
.serch_box .box_input {
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 56px;
  background-color: #fff;
}
.serch_box .box_input:focus-visible {
  outline: 0;
}
@media print, screen and (min-width: 960px) {
  .serch_box .box_input {
    width: 800px;
  }
}
@media only screen and (max-width: 959px) {
  .serch_box .box_input {
    width: 100%;
  }
}
.serch_box input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #333333 !important;
}
.serch_box .box_submit {
  height: 54px;
  width: 52px;
  margin-left: -52px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.serch_box .ico_serch {
  fill: none;
  stroke: #333333;
  stroke-linecap: round;
  width: 18px;
  height: 18px;
}
@media print, screen and (min-width: 960px) {
  .serch_box .ico_serch {
    stroke-width: 1;
  }
}
@media only screen and (max-width: 959px) {
  .serch_box .ico_serch {
    stroke-width: 2;
  }
}
.serch_box .close_serch_btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (min-width: 1312px) {
  .serch_box .close_serch_btn {
    right: calc((100% - 1216px) / 2);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .serch_box .close_serch_btn {
    right: 48px;
  }
}
.serch_box .close_serch_btn > .txt {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: -999999px;
  width: 40px;
  height: 40px;
}
.serch_box .close_serch_btn > .txt::before, .serch_box .close_serch_btn > .txt::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.serch_box .close_serch_btn > .txt::before {
  transform: rotate(45deg);
}
.serch_box .close_serch_btn > .txt::after {
  transform: rotate(-45deg);
}
.serch_box.serchBoxOpen .close_serch_btn {
  pointer-events: auto;
}

.header_nav_btn {
  position: fixed;
  top: 20px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;
  width: 28px;
  height: 15px;
  padding: 1px;
}
@media print, screen and (min-width: 960px) {
  .header_nav_btn {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .header_nav_btn {
    right: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .header_nav_btn {
    right: 12px;
  }
}
.header_nav_btn::before, .header_nav_btn::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 1px;
  background-color: #333333;
  position: absolute;
  right: 0;
  transform-origin: center;
}
@media only screen and (max-width: 959px) {
  .header_nav_btn::before {
    top: 15px;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav_btn::after {
    bottom: 15px;
  }
}
.header_nav_btn > .txt {
  overflow: hidden;
  text-indent: -999999px;
}
.header_nav_btn > .txt::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 1px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: center;
}

.header_nav_btn::before, .header_nav_btn::after {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.header_nav_btn > .txt::before {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}

.headerNavOpen .header_nav_btn::before, .headerNavOpen .header_nav_btn::after {
  top: 50%;
}
.headerNavOpen .header_nav_btn::before {
  transform: translateY(-50%) rotate(45deg);
}
.headerNavOpen .header_nav_btn::after {
  transform: translateY(-50%) rotate(-45deg);
}
.headerNavOpen .header_nav_btn > span::before {
  content: none;
}

.header_nav {
  transition: all 0.3s ease;
  /*.__scroll & {
      .menu01{
          @include media(pc){
              display: none;
          }
      }
  }*/
}
@media print, screen and (min-width: 960px) {
  .header_nav {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav {
    overflow-y: scroll;
    position: fixed;
    z-index: 2;
    top: 0;
    right: -110%;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #000528;
    margin-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .header_nav_inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.header_nav .menu01 {
  font-weight: 400;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu01 {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 12px;
    right: 90px;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu01 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .header_nav .menu01 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .header_nav .menu01 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu01 > .item {
    margin-left: 25px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu01 > .item {
    height: 4rem;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
  }
}
.header_nav .menu01 > .item.__lang {
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu01 > .item.__lang {
    padding-left: 15px;
    padding-right: 15px;
    border-left: solid 1px #C8D2DC;
    border-right: solid 1px #C8D2DC;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu01 > .item.__lang {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #EDF2F7;
  }
}
.header_nav .menu01 .btn {
  color: #333333;
  position: relative;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 959px) {
  .header_nav .menu01 .btn {
    width: 100%;
    height: 100%;
    padding-left: 8px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu01 .btn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 0.5px;
    background-color: #0068AF;
    opacity: 0;
  }
}
.header_nav .menu01 .btn:before {
  transition: all 0.3s linear;
}
.header_nav .menu01 .btn:hover {
  color: #0068AF;
  text-decoration: none;
}
.header_nav .menu01 .btn:hover:before {
  opacity: 1;
}
.header_nav .menu01 {
  transition: all 0.1s linear;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 {
    font-weight: 700;
    display: flex;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 {
    font-weight: 400;
    padding-top: 4.6rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .header_nav .menu02 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .header_nav .menu02 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header_nav .menu02 img {
  max-width: 100%;
  height: auto;
}
.header_nav .menu02 .btn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #333333;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .btn {
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .btn {
    padding-left: 8px;
    display: flex;
    align-items: center;
    color: #fff;
  }
}
.header_nav .menu02 .txt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.header_nav .menu02 > .item {
  position: relative;
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 > .item:first-child {
    border-top: solid 1px #C8D2DC;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 > .item {
    margin-left: 2.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 > .item {
    margin-left: 2.2rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .header_nav .menu02 > .item {
    margin-left: 1.8rem;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 > .item {
    height: 4.6rem;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #EDF2F7;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 > .item::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    width: 13px;
    height: 14px;
    background: url("/common/img/arrow02_white.svg");
    background-repeat: no-repeat;
  }
}
.header_nav .menu02 > .item > .btn {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 > .item > .btn {
    height: 3rem;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .header_nav .menu02 > .item > .btn {
    font-size: 1.4rem;
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 > .item > .btn > span {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 > .item > .btn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-color: #0068AF;
    opacity: 0;
  }
}
.header_nav .menu02 > .item > .btn > span {
  transition: all 0.3s linear;
}
.header_nav .menu02 > .item > .btn:before {
  transition: all 0.3s linear;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 > .item > .btn:hover {
    text-decoration: none;
  }
  .header_nav .menu02 > .item > .btn:hover > span {
    color: #0068AF;
  }
  .header_nav .menu02 > .item > .btn:hover:before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 > .item > .btn.__open:before, .header_nav .menu02 > .item > .btn.__active:before {
    opacity: 1;
  }
}
.header_nav .menu02 .item.__back {
  padding-left: 15px;
}
.header_nav .menu02 .item.__back::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 14px;
  background: url("/common/img/arrow02_white.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.header_nav .menu02 .menuchild {
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild {
    font-size: 1.6rem;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild {
    width: 100%;
  }
}
.header_nav .menu02 .menuchild.__close {
  pointer-events: none;
}
.header_nav .menu02 .menuchild.__open {
  pointer-events: all;
}
.header_nav .menu02 .menuchild > .menuchild_inner {
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild .item {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild .item {
    position: relative;
    min-height: 4.6rem;
    font-size: 1.4rem;
    border-top: solid 1px #EDF2F7;
  }
}
.header_nav .menu02 .menuchild .item.__back {
  border-top: none;
}
.header_nav .menu02 .menuchild .item .btn {
  width: 100%;
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  color: #fff;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild .item .btn:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild .item .txt {
    min-height: 4.6rem;
  }
}
.header_nav .menu02 .menuchild.__second {
  z-index: 2;
  width: 100%;
  background-color: #000528;
  scrollbar-gutter: stable;
  transition: all 0.3s linear;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second {
    position: fixed;
    top: 10.9rem;
    left: 0;
    width: 100%;
    height: 580px;
    max-height: calc(100vh - 11rem);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
  }
}
.header_nav .menu02 .menuchild.__second::-webkit-scrollbar {
  background: #000528;
  width: 5px;
  height: 5px;
}
.header_nav .menu02 .menuchild.__second::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
@media only screen and (min-width: 1312px) {
  .header_nav .menu02 .menuchild.__second {
    padding: 0 calc((100% - 1216px) / 2);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 .menuchild.__second {
    padding: 0 48px;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__second {
    position: fixed;
    height: calc(100vh - 60px);
    top: 60px;
    right: 0;
    font-size: 1.4rem;
    padding-bottom: 100px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__second {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .header_nav .menu02 .menuchild.__second {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second.__close {
    opacity: 0;
    max-height: 0;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__second.__close {
    right: -110%;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner {
    padding-top: 102px;
    border-right: solid 1px #C8D2DC;
  }
}
@media only screen and (min-width: 1312px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner {
    width: 297px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner {
    width: calc((100% - 32px) * 0.25);
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner {
    border-bottom: solid 1px #C8D2DC;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__main {
    font-size: 2.6rem;
    height: 102px;
    border-right: none;
    position: absolute;
    top: 0;
    background-color: #000528;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1312px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__main {
    left: calc((100% - 1216px) / 2);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__main {
    left: 48px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__main {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__main .btn:hover {
  text-decoration: none;
  color: #00A0DC;
}
.header_nav .menu02 .menuchild.__second > .menuchild_inner > .item > .btn.__openchild > .txt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 14px;
  background-image: url("/common/img/arrow02_white.svg");
  background-repeat: no-repeat;
  z-index: 2;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner > .item > .btn.__openchild > .txt::after {
    right: 24px;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner > .item > .btn.__openchild > .txt::after {
    right: 7px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__normal {
    height: 56px;
  }
}
.header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__normal > .btn {
  position: relative;
}
.header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__normal > .btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #003B8B;
  z-index: 1;
}
.header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__normal > .btn > .txt {
  z-index: 2;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__normal > .btn > .txt {
    padding-left: 8px;
  }
}
.header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__normal > .btn:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__normal > .btn:hover {
  text-decoration: none;
}
.header_nav .menu02 .menuchild.__second > .menuchild_inner > .item.__normal > .btn:hover:before {
  opacity: 1;
}
.header_nav .menu02 .menuchild.__third {
  z-index: 3;
  background-color: #000528;
  opacity: 1;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third {
    position: absolute;
    top: 0;
    font-weight: 400;
    margin-top: 102px;
    height: calc(100% - 102px);
  }
}
@media only screen and (min-width: 1312px) {
  .header_nav .menu02 .menuchild.__third {
    width: 919px;
    margin-left: 297px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 .menuchild.__third {
    width: calc((100% - 96px - 32px) * 0.75);
    margin-left: calc((100% - 96px - 32px) * 0.25);
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__third {
    position: fixed;
    height: calc(100vh - 60px);
    top: 60px;
    right: 0;
    font-size: 1.4rem;
    padding-bottom: 100px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__third {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .header_nav .menu02 .menuchild.__third {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner {
    position: relative;
    height: calc(100% - 102px);
  }
  .header_nav .menu02 .menuchild.__third > .menuchild_inner::before {
    content: "";
    display: block;
    width: 1px;
    height: 300px;
    background-color: #C8D2DC;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1312px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner {
    border-bottom: solid 1px #EDF2F7;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third .btn.__thirdbtn {
    min-height: 48px;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__third .btn.__thirdbtn {
    padding: 0 8px;
    box-sizing: border-box;
  }
}
.header_nav .menu02 .menuchild.__third .btn.__thirdbtn:hover {
  color: #00A0DC;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner > .item.__main {
    font-size: 18px;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner > .item.__main {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner > .item.__main {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.header_nav .menu02 .menuchild.__third > .menuchild_inner > .item.__main .arrow {
  margin: auto;
  margin-left: 20px;
}
@media only screen and (min-width: 1312px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner.__fewitem {
    width: 311px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner.__fewitem {
    width: 33.3%;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner.__fewitem .btn.__thirdbtn {
    padding: 10px 10px 10px 17px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner.__manyitem {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media only screen and (min-width: 1312px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner.__manyitem {
    width: 625px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner.__manyitem {
    width: 66.6%;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner.__manyitem > .item.__main {
    width: 100%;
    padding-left: 17px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner.__manyitem > .clm_item {
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third > .menuchild_inner.__manyitem > .clm_item > .item {
    min-height: 48px;
    padding-left: 17px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third.__open {
    opacity: 1;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__third.__close {
    opacity: 0;
  }
}
@media only screen and (max-width: 959px) {
  .header_nav .menu02 .menuchild.__third.__close {
    right: -110%;
  }
}
.header_nav .menu02 .menuchild.__fourth {
  display: grid;
  transition: all 0.5s;
  grid-template-rows: 0fr;
}
.header_nav .menu02 .menuchild.__fourth > * {
  overflow: hidden;
}
.header_nav .menu02 .menuchild.__fourth > .menuchild_inner > .item {
  font-size: 1.3rem;
  background-color: #003B8B;
}
.header_nav .menu02 .menuchild.__fourth > .menuchild_inner > .item .btn {
  box-sizing: border-box;
}
@media only screen and (max-width: 599px) {
  .header_nav .menu02 .menuchild.__fourth > .menuchild_inner > .item .btn {
    padding-left: 22px;
  }
}
.header_nav .menu02 .menuchild.__fourth.__open {
  grid-template-rows: 1fr;
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second[data-child=about] {
    height: 630px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second[data-child=about] .menuchild.__third .menuchild_inner::before {
    height: 448px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second[data-child=service] {
    height: 630px;
  }
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .menuchild.__second[data-child=service] .menuchild.__third .menuchild_inner::before {
    height: 448px;
  }
}
.header_nav .menu02 .btn.__accordion {
  position: relative;
}
.header_nav .menu02 .btn.__accordion::before, .header_nav .menu02 .btn.__accordion::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  right: 0.8rem;
  top: 2.3rem;
  bottom: 0;
  transform-origin: center;
}
.header_nav .menu02 .btn.__accordion::before {
  transform: rotate(90deg);
}
.header_nav .menu02 .btn.__accordion::before {
  transition: transform 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.header_nav .menu02 .btn.__accordion.__open {
  background-color: #003B8B;
}
.header_nav .menu02 .btn.__accordion.__open::before {
  transform: rotate(0);
}
.header_nav .menu02 .navchild_img .navchild_img_item {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 1312px) {
  .header_nav .menu02 .navchild_img .navchild_img_item {
    width: 280px;
  }
}
@media only screen and (min-width: 1312px) {
  .header_nav .menu02 .navchild_img .navchild_img_item:nth-child(n+2) {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 .navchild_img .navchild_img_item:nth-child(n+2) {
    margin-top: 32px;
  }
}
.header_nav .menu02 .navchild_img .navchild_img_item.is-new::before {
  background: url("/purposestory/img/ico_new_r.png") no-repeat left top/cover;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
@media only screen and (min-width: 1312px) {
  .header_nav .menu02 .navchild_img .navchild_img_item.is-new::before {
    height: 91px;
    width: 52px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .menu02 .navchild_img .navchild_img_item.is-new::before {
    height: 91px;
    width: 52px;
  }
}
.header_nav .menu02 .navchild_img .tit {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0068AF;
  z-index: 4;
  width: 75px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}
.header_nav .menu02 .navchild_img .link {
  display: inline-block;
  width: 100%;
}
.header_nav .menu02 .navchild_img .link .img_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 436/247;
  overflow: hidden;
}
.header_nav .menu02 .navchild_img .link .img_wrap .img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.header_nav .menu02 .navchild_img .link .linktit {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  z-index: 3;
  font-size: 15px;
  color: #fff;
}
.header_nav .menu02 .navchild_img .link .linktit .arrow {
  margin-left: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 11px;
  height: 11px;
}
.header_nav .menu02 .navchild_img .link img {
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.header_nav .menu02 .navchild_img .link .linktit {
  transition: color 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.header_nav .menu02 .navchild_img .link .arrow {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 960px) {
  .header_nav .menu02 .navchild_img .link:hover {
    text-decoration: none;
  }
}
.header_nav .menu02 .navchild_img .link:hover img {
  transform: scale(1.1, 1.1);
}
.header_nav .menu02 .navchild_img .link:hover .linktit {
  color: #00A0DC;
}
.header_nav .menu02 .navchild_img .link:hover .arrow {
  stroke: #00A0DC;
}
.header_nav .menu02 .menuchild.__second > .navchild_img {
  margin-top: 102px;
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .__scroll .header_nav .menu02 .btn {
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 960px) {
  .__scroll .header_nav .menu02 .menuchild.__second {
    top: 9.5rem;
  }
}
.header_nav .close_child_btn {
  position: absolute;
  top: 32px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1312px) {
  .header_nav .close_child_btn {
    right: calc((100% - 1216px) / 2);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .header_nav .close_child_btn {
    right: 48px;
  }
}
.header_nav .close_child_btn > .txt {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: -999999px;
  width: 40px;
  height: 40px;
}
.header_nav .close_child_btn > .txt::before, .header_nav .close_child_btn > .txt::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header_nav .close_child_btn > .txt::before {
  transform: rotate(45deg);
}
.header_nav .close_child_btn > .txt::after {
  transform: rotate(-45deg);
}

.headerNavClose .header.__transparent {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: none;
}
.headerNavClose .header.__transparent .header_nav .menu01 > .item > .btn {
  color: #fff;
}
.headerNavClose .header.__transparent .header_nav .menu01 > .item > .btn:hover::before {
  background-color: #fff;
}
.headerNavClose .header.__transparent .header_nav .menu01 > .item.__lang {
  border-left-color: #fff;
  border-right-color: #fff;
}
.headerNavClose .header.__transparent .header_nav .menu02 > .item > .btn {
  color: #fff;
}
.headerNavClose .header.__transparent .header_nav .menu02 > .item > .btn::before {
  background-color: #fff;
}
.headerNavClose .header.__transparent .header_nav .menu02 > .item > .btn:hover span {
  color: #fff;
}
.headerNavClose .header.__transparent .header_serch_btn .ico_serch {
  stroke: #fff;
}
.headerNavClose .header.__transparent .header_nav_btn::before, .headerNavClose .header.__transparent .header_nav_btn::after {
  background-color: #fff;
}
.headerNavClose .header.__transparent .header_nav_btn > .txt::before {
  background-color: #fff;
}

@media only screen and (max-width: 959px) {
  .headerNavOpen .header_nav {
    right: 0;
  }
}

/*////////////////////////////////////////////////////

    フッター

////////////////////////////////////////////////////*/
@media print, screen and (min-width: 600px) {
  .pankuzu_wrap {
    padding: 24px 48px;
    padding-right: 150px;
    min-height: 80px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 599px) {
  .pankuzu_wrap {
    height: 56px;
    background-color: #EDF2F7;
    position: relative;
  }
}

.top .pankuzu_wrap {
  display: none;
}

.pankuzu {
  color: #0068AF;
  font-weight: 500;
}
@media print, screen and (min-width: 600px) {
  .pankuzu {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 599px) {
  .pankuzu {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 16px;
    transform: translateY(-50%);
  }
}
.pankuzu .item {
  display: inline;
}
.pankuzu .item::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  border-radius: 1px;
  background-color: #0068AF;
  margin: 0 15px;
  transform-origin: center;
  transform: skewX(-15deg);
}
@media only screen and (max-width: 599px) {
  .pankuzu .item::before {
    height: 10px;
  }
}
.pankuzu .item.home::before {
  content: none;
}
.pankuzu .homelink {
  text-decoration: none;
}
.pankuzu .ico_home {
  margin-bottom: -3px;
}
@media print, screen and (min-width: 600px) {
  .pankuzu .ico_home {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (max-width: 599px) {
  .pankuzu .ico_home {
    width: 17px;
    height: 17px;
  }
}
.pankuzu .ico_home .st0 {
  fill: #0068AF;
}
.pankuzu .ico_home .st1 {
  fill: #FFFFFF;
}
.pankuzu .inner {
  box-sizing: border-box;
  color: #0068AF;
  position: relative;
  overflow-wrap: break-word;
  word-break: break-word;
}
.pankuzu .link {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.pankuzu .link.homelink {
  text-decoration: none;
}
.pankuzu .link .ico_home .st0 {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.pankuzu .link:hover {
  text-decoration: none;
}
.pankuzu .link:hover.homelink .ico_home .st0 {
  fill: #003B8B;
}

.btn_scrolltop {
  display: block;
  position: fixed;
  z-index: 10;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 600px) {
  .btn_scrolltop {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1312px) {
  .btn_scrolltop {
    right: calc((100% - 1216px) / 2 + 16px);
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1311px) {
  .btn_scrolltop {
    right: 64px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .btn_scrolltop {
    right: 48px;
  }
}
@media only screen and (max-width: 599px) {
  .btn_scrolltop {
    width: 72px;
    height: 72px;
    right: 24px;
  }
}
.btn_scrolltop.__show {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.btn_scrolltop.__stop {
  position: absolute;
  bottom: inherit;
}
@media print, screen and (min-width: 600px) {
  .btn_scrolltop.__stop {
    top: -80px;
  }
}
@media only screen and (max-width: 599px) {
  .btn_scrolltop.__stop {
    top: -128px;
  }
}
.btn_scrolltop .arrow {
  fill: none;
  stroke: #0068AF;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-90deg);
  margin-bottom: 5px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 599px) {
  .btn_scrolltop .arrow {
    height: 16px;
    margin-bottom: 3px;
  }
}
.btn_scrolltop .inner {
  font-weight: 700;
  color: #0068AF;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.btn_scrolltop .inZZzner {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.btn_scrolltop .arrow {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 960px) {
  .PC .btn_scrolltop:hover {
    text-decoration: none;
  }
}
.PC .btn_scrolltop:hover .inner {
  color: #fff;
  background-color: #0068AF;
}
.PC .btn_scrolltop:hover .arrow {
  stroke: #fff;
}

.footer {
  position: relative;
  z-index: 5;
}
.footer a {
  text-decoration: none;
}
.footer .main {
  background: linear-gradient(to right, #000000, #00073E);
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .footer .main {
    padding: 25px 48px 40px 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .footer .main {
    padding: 25px 32px 37px 32px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .main {
    padding: 16px 12px 30px 12px;
  }
}
.footer .mainmenu2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 600px) {
  .footer .mainmenu2 {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .footer .mainmenu2 {
    margin-bottom: 0;
    margin-top: 3rem;
    grid-template-columns: 1fr 2fr 2fr;
    gap: 4rem 2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .footer .mainmenu2_item {
    line-height: 1.5;
  }
}
.footer .mainmenu2_item > a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 600px) {
  .footer .mainmenu2_item > a {
    text-align: left;
    font-size: 1.6rem;
    padding: 0;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 960px) {
  .footer .mainmenu2_item > a {
    padding-bottom: 1rem;
    border-bottom: 1px solid #707070;
    margin-bottom: 1.5rem;
  }
}
.footer .mainmenu2_sub {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .footer .mainmenu2_sub {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.footer .mainmenu2_sub.__2clm {
  grid-template-columns: 1fr 1fr;
}
.footer .mainmenu2_sub_item {
  line-height: 1.42;
}
.footer .mainmenu2_sub_item > a {
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  color: #ccc;
}
.footer .mainmenu {
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 600px) {
  .footer .mainmenu {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .footer .mainmenu {
    display: flex;
    margin-top: 27px;
    margin-bottom: 24px;
  }
}
.footer .mainmenu > .item {
  border-bottom: solid 1px #fff;
}
@media print, screen and (min-width: 600px) {
  .footer .mainmenu > .item {
    border-bottom: none;
  }
}
.footer .mainmenu > .item .btn {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 1rem 0;
}
@media print, screen and (min-width: 600px) {
  .footer .mainmenu > .item .btn {
    font-size: 1.6rem;
    padding: 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 960px) {
  .footer .mainmenu > .item .btn {
    padding-bottom: 1rem;
  }
}
.footer .mainmenu > .item .btn:before {
  transition: all 0.1s linear;
}
@media print, screen and (min-width: 960px) {
  .footer .mainmenu > .item .btn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-color: #fff;
    opacity: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .footer .mainmenu > .item .btn:hover {
    text-decoration: none;
  }
  .footer .mainmenu > .item .btn:hover:before {
    opacity: 1;
  }
}
.footer .sns_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  .footer .sns_wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .footer .sns_wrap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 599px) {
  .footer .sns_wrap {
    margin-top: 4.3rem;
  }
}
.footer .sns_wrap .btn_newsrelease {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 0 17px;
  transition: all 0.25s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 600px) {
  .footer .sns_wrap .btn_newsrelease {
    height: 56px;
    width: 247px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 960px) {
  .footer .sns_wrap .btn_newsrelease {
    width: 247px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .footer .sns_wrap .btn_newsrelease {
    width: 352px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .sns_wrap .btn_newsrelease {
    width: 229px;
    height: 48px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .footer .sns_wrap .btn_newsrelease.__en {
    width: 330px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .sns_wrap .btn_newsrelease.__en {
    width: 290px;
  }
}
.footer .sns_wrap .btn_newsrelease .arrow {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 9px;
}
.footer .sns_wrap .btn_newsrelease .arrow {
  transition: all 0.25s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.footer .sns_wrap .btn_newsrelease:hover {
  color: #fff;
  background-color: #003B8B;
  border: 1px solid #003B8B;
}
@media print, screen and (min-width: 960px) {
  .footer .sns_wrap .btn_newsrelease:hover {
    text-decoration: none;
  }
}
.footer .sns_wrap .btn_newsrelease:hover .arrow {
  stroke: #fff;
}
.footer .sns_wrap .sns {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 600px) {
  .footer .sns_wrap .sns {
    height: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .footer .sns_wrap .sns {
    margin-left: 48px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .footer .sns_wrap .sns {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .sns_wrap .sns {
    height: 30px;
    margin-top: 24px;
  }
}
.footer .sns_wrap .sns .tit {
  font-weight: 500;
  padding-right: 16px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
@media print, screen and (min-width: 600px) {
  .footer .sns_wrap .sns .tit {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 599px) {
  .footer .sns_wrap .sns .tit {
    font-size: 1.4rem;
    padding-right: 17px;
  }
}
.footer .sns_wrap .sns .cont {
  padding-left: 15px;
}
.footer .sns_wrap .sns .list_sns {
  display: flex;
  align-items: center;
}
.footer .sns_wrap .sns .list_sns > li > a {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 960px) {
  .footer .sns_wrap .sns .ico_wrap:nth-child(n+2) {
    margin-left: 26px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .footer .sns_wrap .sns .ico_wrap:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .sns_wrap .sns .ico_wrap:nth-child(n+2) {
    margin-left: 13px;
  }
}
.footer .sns_wrap .sns .ico_wrap .link {
  display: flex;
  align-items: center;
}
.footer .sns_wrap .sns .ico_wrap.__bgimg .link {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .sns_wrap .sns .ico_wrap.__bgimg .txt {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: -999999px;
}
.footer .sns_wrap .sns .ico_wrap .ico_youtube {
  width: 29px;
  height: 20px;
  transform: translateY(-0.2rem);
}
.footer .sns_wrap .sns .ico_wrap .ico_youtube .st1 {
  fill: transparent;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.footer .sns_wrap .sns .ico_wrap .ico_youtube .st2 {
  fill: #FFFFFF;
}
.footer .sns_wrap .sns .ico_wrap .link .ico .parts {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.4, 1);
}
@media print, screen and (min-width: 960px) {
  .footer .sns_wrap .sns .ico_wrap .link:hover {
    text-decoration: none;
  }
}
.footer .sns_wrap .sns .ico_wrap .link:hover .ico_youtube .st1 {
  fill: #ff0000;
  stroke: #ff0000;
  stroke-miterlimit: 10;
}
.footer .sns_wrap .sns .ico_wrap .link:hover .ico_youtube .st2 {
  fill: #FFFFFF;
}
.footer .sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 600px) {
  .footer .sub {
    padding: 1.7rem 4.8rem 0.3rem 4.8rem;
  }
}
@media only screen and (max-width: 959px) {
  .footer .sub {
    justify-content: center;
  }
}
@media only screen and (max-width: 599px) {
  .footer .sub {
    padding: 2.4rem;
  }
}
.footer .submenu {
  display: flex;
  flex-wrap: wrap;
  line-height: 2.1rem;
}
@media print, screen and (min-width: 600px) {
  .footer .submenu {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .footer .submenu {
    justify-content: center;
  }
}
@media only screen and (max-width: 599px) {
  .footer .submenu {
    justify-content: center;
    font-size: 1.2rem;
  }
}
.footer .submenu .item {
  margin-bottom: 1.4rem;
}
@media print, screen and (min-width: 600px) {
  .footer .submenu .item {
    margin-right: 2.8rem;
  }
}
@media only screen and (max-width: 599px) {
  .footer .submenu .item {
    width: 50%;
    text-align: center;
  }
}
.footer .submenu .btn {
  color: #333333;
  transition: all 0.25s cubic-bezier(0.3, 0.1, 0.4, 1);
}
.footer .submenu .btn:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
  .footer .footer_logo {
    text-align: center;
    margin-top: 53px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer_logo {
    margin-top: 42px;
  }
}
.footer .footer_logo img {
  height: auto;
}
@media print, screen and (min-width: 960px) {
  .footer .footer_logo img {
    width: 160px;
  }
}
@media only screen and (max-width: 959px) {
  .footer .footer_logo img {
    width: 128px;
  }
}
.footer .copylight {
  font-size: 1.2rem;
}
@media only screen and (max-width: 599px) {
  .footer .copylight {
    text-align: center;
  }
}

/*////////////////////////////////////////////////////

　関連リンク

////////////////////////////////////////////////////*/
.p-relative-links {
  padding-top: 1.5rem;
  border-top: 1px solid #C8D2DC;
}
.p-relative-links_hl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.p-relative-links_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-relative-links_list {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-relative-links_list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem 3.2rem;
  }
}
.p-relative-links_list_bnr {
  grid-column: 1/3;
  position: relative;
}
@media (hover: hover) {
  .p-relative-links_list_bnr > a:hover .__purposeEn span:before {
    width: 100%;
  }
  .p-relative-links_list_bnr > a:hover img {
    transform: scale(1.05);
  }
}
.p-relative-links_list_bnr_txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
}
@media print, screen and (min-width: 960px) {
  .p-relative-links_list_bnr_txt {
    padding-left: 3rem;
  }
}
.p-relative-links_list_bnr_txt .__purposeEn {
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media print, screen and (min-width: 600px) {
  .p-relative-links_list_bnr_txt .__purposeEn {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-relative-links_list_bnr_txt .__purposeEn {
    font-size: 1.6rem;
  }
}
.p-relative-links_list_bnr_txt .__purposeEn span {
  position: relative;
}
.p-relative-links_list_bnr_txt .__purposeEn span:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  transition: width 0.5s;
}
.p-relative-links_list_bnr_txt .__purposeEn .arrow {
  margin: auto;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
}
.p-relative-links_list_bnr_txt .__purposeEnBig {
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 600px) {
  .p-relative-links_list_bnr_txt .__purposeEnBig {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-relative-links_list_bnr_txt .__purposeEnBig {
    font-size: 2.6rem;
  }
}
.p-relative-links_list_bnr_txt .__purposeJa {
  line-height: 1.8;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 600px) {
  .p-relative-links_list_bnr_txt .__purposeJa {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-relative-links_list_bnr_txt .__purposeJa {
    font-size: 2.6rem;
  }
}
.p-relative-links_list_bnr_txt .__purposeJa rt {
  font-size: 5px;
  transform: translateY(-15%);
}
@media print, screen and (min-width: 600px) {
  .p-relative-links_list_bnr_txt .__purposeJa rt {
    font-size: 7px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-relative-links_list_bnr_txt .__purposeJa rt {
    font-size: 8px;
  }
}
.p-relative-links_list_bnr picture {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.p-relative-links_list_bnr img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
@media print, screen and (min-width: 960px) {
  .p-relative-links_list_bnr img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-relative-links_list .__libraries {
  grid-column: 1/3;
}
@media print, screen and (min-width: 960px) {
  .p-relative-links_list .__libraries {
    grid-column: 3/4;
  }
}

/*////////////////////////////////////////////////////

  例外のレイアウト

  ※各ページ固有の、ちょっとしたスタイルの追加に使用します

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  デバイスごとの表示切り分け
------------------------------------------------ */
@media print, screen and (min-width: 960px) {
  [no-pc] {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  [no-tablet] {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  [no-sp] {
    display: none !important;
  }
}

/* ------------------------------------------------
  テキストの調整
------------------------------------------------ */
.color01 {
  color: #0068AF;
}

.color02 {
  color: #00A0DC;
}

.fw_b {
  font-weight: bold;
}

.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_l {
  text-align: left;
}

.fnt_en01 {
  font-family: "Roboto", sans-serif;
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

/* ------------------------------------------------
  余白の調整
------------------------------------------------ */
.mt_0 {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 600px) {
  .mt_l {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .mt_l {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 600px) {
  .mt_m {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .mt_m {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 600px) {
  .mt_s {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .mt_s {
    margin-top: 16px;
  }
}

.mb_0 {
  margin-bottom: 0 !important;
}

/* ------------------------------------------------
  ページ内リンク用
------------------------------------------------ */
@media print, screen and (min-width: 960px) {
  .pglink {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .pglink {
    padding-top: 6rem;
    margin-top: -6rem;
  }
}
@media only screen and (max-width: 599px) {
  .pglink {
    padding-top: 6rem;
    margin-top: -6rem;
  }
}

/*////////////////////////////////////////////////////

    印刷

////////////////////////////////////////////////////*/
@media print {
  .header {
    display: none;
  }
  .main {
    padding-top: 0;
  }
  #btnPagetop {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
