@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(148, 34, 67, 0.2);
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: loaded 0.5s ease 0s;
  animation: loaded 0.5s ease 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
html.is-fontL {
  font-size: 87.5%;
}
html.is-fontM {
  font-size: 62.5%;
}
html.is-fontS {
  font-size: 50%;
}

html,
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1rem;
  line-height: 1;
  color: #23221f;
  background: #f7f2e0;
  position: relative;
}
body.is-open {
  height: 100%;
  overflow: hidden;
}

@-webkit-keyframes loaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main,
#main,
section,
.section {
  display: block;
  position: relative;
}

a {
  -webkit-tap-highlight-color: rgba(120, 126, 122, 0.3);
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ffs {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/*
.safari .ffs{
font-feature-settings:'pkna' 1;
}
*/
img {
  vertical-align: bottom;
}

section img[src$=jpg],
section img[src$=png],
.section img[src$=jpg],
.section img[src$=png] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.sp-visible {
  display: block;
}

.pc-visible {
  display: none;
}

#container {
  z-index: 1;
  min-height: 100vh;
  text-align: center;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#container.is-open {
  min-height: 100vh;
  height: 100vh;
  overflow-y: hidden;
}

@media print, screen and (min-width: 375px) {
  #container.is-open {
    height: 100.1vh;
  }
}
.pc #container.is-open {
  height: 100vh;
}

#main {
  width: 100%;
  position: relative;
  background: #fcf7e6;
}

#iphoneOverLayer {
  content: "";
  width: 100%;
  height: 500px;
  background: #1c2850;
  position: absolute;
  left: 0;
  top: -500px;
  z-index: 1;
}

@media print, screen and (min-width: 0px) and (max-width: 479px) {
  #container {
    min-width: 300px;
    max-width: 479px;
  }
}
@media print, screen and (min-width: 480px) and (max-width: 768px) {
  #container {
    min-width: 450px;
    max-width: 768px;
  }
}
@media print, screen and (min-width: 769px) {
  #container {
    min-width: 740px;
    max-width: initial;
    max-width: auto;
  }
  .sp-visible {
    display: none;
  }
  .pc-visible {
    display: block;
  }
}
.cmn_section-header {
  position: relative;
  text-align: left;
  padding: 0 0 clamp(20px, 5vw, 50px);
  font-size: 1.3rem;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .cmn_section-header {
    font-size: 1.6rem;
  }
}
.cmn_section-header_lead {
  line-height: 2;
}
.cmn_section-header_update, .cmn_section-header_notice {
  margin-top: 1em;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .cmn_section-header_update, .cmn_section-header_notice {
    font-size: 1.4rem;
  }
}

.cmn_section-body {
  margin: 1em 0 0;
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .cmn_section-body {
    margin: 2em 0 0;
    font-size: 1.6rem;
  }
}
.cmn_section-body p,
.cmn_section-body dl,
.cmn_section-body ul,
.cmn_section-body ol,
.cmn_section-body table {
  margin: 2em 0 0;
}
.cmn_section-body p:first-child,
.cmn_section-body dl:first-child,
.cmn_section-body ul:first-child,
.cmn_section-body ol:first-child,
.cmn_section-body table:first-child {
  margin-top: 0;
}

/* configs
--------------------------------------------------------- */
/* grid
--------------------------------------------------------- */
.grid {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -0.35em;
}
.grid--right {
  text-align: right;
}
.grid--center {
  text-align: center;
}
.grid--justify {
  display: block;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.grid--justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.grid--middle .grid__col {
  vertical-align: middle;
}
.grid--top .grid__col {
  vertical-align: top;
}
.grid--bottom .grid__col {
  vertical-align: bottom;
}
.grid__col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  word-wrap: break-word;
}
.grid__col--middle {
  vertical-align: middle;
}
.grid__col--top {
  vertical-align: top;
}
.grid__col--bottom {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .grid--gutters .grid__col {
    margin-left: 2%;
  }
  .grid--gutters .grid__col:first-child {
    margin-left: 0;
  }
  .grid__col {
    display: inline-block;
    width: auto;
  }
  .grid__col--1 {
    width: 8.3333333333%;
  }
  .grid__col--2 {
    width: 16.6666666667%;
  }
  .grid__col--3 {
    width: 25%;
  }
  .grid__col--4 {
    width: 33.3333333333%;
  }
  .grid__col--5 {
    width: 41.6666666667%;
  }
  .grid__col--6 {
    width: 50%;
  }
  .grid__col--7 {
    width: 58.3333333333%;
  }
  .grid__col--8 {
    width: 66.6666666667%;
  }
  .grid__col--9 {
    width: 75%;
  }
  .grid__col--10 {
    width: 83.3333333333%;
  }
  .grid__col--11 {
    width: 91.6666666667%;
  }
  .grid__col--12 {
    width: 100%;
  }
  .grid__offset--1 {
    margin-right: 8.3333333333%;
  }
  .grid__offset--2 {
    margin-right: 16.6666666667%;
  }
  .grid__offset--3 {
    margin-right: 25%;
  }
  .grid__offset--4 {
    margin-right: 33.3333333333%;
  }
  .grid__offset--5 {
    margin-right: 41.6666666667%;
  }
  .grid__offset--6 {
    margin-right: 50%;
  }
  .grid__offset--7 {
    margin-right: 58.3333333333%;
  }
  .grid__offset--8 {
    margin-right: 66.6666666667%;
  }
  .grid__offset--9 {
    margin-right: 75%;
  }
  .grid__offset--10 {
    margin-right: 83.3333333333%;
  }
  .grid__offset--11 {
    margin-right: 91.6666666667%;
  }
  .grid__offset--12 {
    margin-right: 100%;
  }
  .grid--gutters .grid__col--1 {
    width: 6.5%;
  }
  .grid--gutters .grid__col--2 {
    width: 15%;
  }
  .grid--gutters .grid__col--3 {
    width: 23.5%;
  }
  .grid--gutters .grid__col--4 {
    width: 32%;
  }
  .grid--gutters .grid__col--5 {
    width: 40.5%;
  }
  .grid--gutters .grid__col--6 {
    width: 49%;
  }
  .grid--gutters .grid__col--7 {
    width: 57.5%;
  }
  .grid--gutters .grid__col--8 {
    width: 66%;
  }
  .grid--gutters .grid__col--9 {
    width: 74.5%;
  }
  .grid--gutters .grid__col--10 {
    width: 83%;
  }
  .grid--gutters .grid__col--11 {
    width: 91.5%;
  }
  .grid--gutters .grid__col--12 {
    width: 100%;
  }
  .grid--gutters .grid__offset--1 {
    margin-right: 8.5%;
  }
  .grid--gutters .grid__offset--2 {
    margin-right: 17%;
  }
  .grid--gutters .grid__offset--3 {
    margin-right: 25.5%;
  }
  .grid--gutters .grid__offset--4 {
    margin-right: 34%;
  }
  .grid--gutters .grid__offset--5 {
    margin-right: 42.5%;
  }
  .grid--gutters .grid__offset--6 {
    margin-right: 51%;
  }
  .grid--gutters .grid__offset--7 {
    margin-right: 59.5%;
  }
  .grid--gutters .grid__offset--8 {
    margin-right: 68%;
  }
  .grid--gutters .grid__offset--9 {
    margin-right: 76.5%;
  }
  .grid--gutters .grid__offset--10 {
    margin-right: 85%;
  }
  .grid--gutters .grid__offset--11 {
    margin-right: 93.5%;
  }
  .grid--gutters .grid__offset--12 {
    margin-right: 100%;
  }
}
body,
table,
input,
textarea {
  font-family: Arial, sans-serif;
}

* {
  letter-spacing: 0em !important;
}

@-webkit-keyframes header {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes header {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
#header {
  position: fixed;
  left: 0;
  top: -60px;
  width: 100%;
  height: 60px;
  text-align: left;
  background: #1c2850;
  z-index: 777777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header.is-fixed {
  top: 0;
}
#header .hd_area01 {
  width: 100%;
  height: 54px;
  position: relative;
}
#header .hd_area01 .hd_logo {
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  max-width: 260px;
  width: 70%;
  height: 50px;
  background: url(../img/common/logo_en_sp.svg) no-repeat 50% 50%;
  background-size: contain;
}
#header .hd_area02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #294487;
}
@media print, screen and (min-width: 769px) {
  #header .hd_area02 {
    height: 49px;
  }
}
#header .hd_menu01 {
  display: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #header .hd_area01 {
    margin: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  #header .hd_area01 {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  #header {
    top: -160px;
    height: 158px;
  }
  #header .hd_area01 {
    width: 100%;
    height: 109px;
  }
  #header .hd_area01 .hd_logo {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    width: 70%;
    max-width: 920px;
    height: 44px;
    background: url(../img/common/logo_en_pc.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  #header .hd_area01 .hd_inner {
    width: 100%;
    height: 109px;
    position: relative;
  }
  #header .hd_menu01 {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* Safari */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 140px;
  }
  #header .hd_menu01 > li {
    width: 60px;
  }
  #header .hd_menu01 > li a {
    display: table;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
  }
  #header .hd_menu01 > li a span {
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #header .hd_menu01 > li .hd_menu01_en {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 300;
  }
  #header .hd_menu01 > li .hd_menu01_access span::before {
    content: "";
    position: relative;
    margin: 0 auto 5px;
    display: block;
    width: 28px;
    height: 22px;
    background: url(../img/common/ic_access.svg) no-repeat 50% 50%;
    background-size: contain;
  }
}

.no-touchevents #header .hd_menu01 a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.no-touchevents #header .hd_menu01 a:hover {
  opacity: 0.6;
}

.globalNav-sp {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0 200px;
  z-index: 777778;
  background: rgb(255, 255, 255);
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  display: none;
}
.globalNav-sp .globalNav-sp_list01 {
  padding: 0 0 0 5%;
}
.globalNav-sp .globalNav-sp_list01 li {
  margin: 0;
  padding: 0 0 0 60px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: left;
}
.globalNav-sp .globalNav-sp_list01 li + .hd_navi-txtL {
  margin-top: 1em;
}
.globalNav-sp .globalNav-sp_list01 a, .globalNav-sp .globalNav-sp_list01 span {
  display: inline-block;
  padding: 8px 0;
  color: #2178ae;
  text-decoration: none;
  position: relative;
}
.globalNav-sp .globalNav-sp_list01 .hd_navi-txtL {
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: 700;
}
.globalNav-sp .globalNav-sp_list01 .hd_navi-txtL::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 20px;
  height: 1px;
  background: #23221f;
}
.globalNav-sp .globalNav-sp_list02 {
  margin: 4em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 220px;
}
.globalNav-sp .globalNav-sp_list02 > li {
  width: 60px;
}
.globalNav-sp .globalNav-sp_list02 a {
  display: table;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  background: #2178ae;
}
.globalNav-sp .globalNav-sp_list02 a span {
  width: 60px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.globalNav-sp .globalNav-sp_list02 .globalNav-sp_list02_home span::before {
  content: "";
  position: relative;
  margin: 0 auto 5px;
  display: block;
  width: 24px;
  height: 22px;
  background: url(../img/common/ic_home.svg) no-repeat 50% 50%;
  background-size: contain;
}
.globalNav-sp .globalNav-sp_list02 .globalNav-sp_list02_en {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 200;
}
.globalNav-sp .globalNav-sp_list02 .globalNav-sp_list02_access span::before {
  content: "";
  position: relative;
  margin: 0 auto 5px;
  display: block;
  width: 28px;
  height: 22px;
  background: url(../img/common/ic_access.svg) no-repeat 50% 50%;
  background-size: contain;
}

.globalNav-pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .globalNav-pc {
    display: block;
    position: relative;
    width: 100%;
    background: #294487;
  }
  .globalNav-pc .globalNav-pc_list {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* Safari */
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .globalNav-pc .globalNav-pc_list > li {
    width: auto;
    font-size: min(1.4rem, 1.4vw);
  }
  .globalNav-pc .globalNav-pc_list > li a::before,
  .globalNav-pc .globalNav-pc_list > li .globalNav_nolink::before {
    content: "";
    width: 2px;
    height: 1em;
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #95b4cf;
  }
  .globalNav-pc .globalNav-pc_list > li:last-child a::after {
    content: "";
    width: 2px;
    height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #95b4cf;
  }
  .globalNav-pc .globalNav-pc_list > li:first-child a::before,
  .globalNav-pc .globalNav-pc_list > li:first-child .globalNav_nolink::before {
    display: none;
  }
  .globalNav-pc .globalNav-pc_list > li > a,
  .globalNav-pc .globalNav-pc_list .globalNav_nolink {
    position: relative;
    color: #fff;
    display: table;
    text-decoration: none;
    font-size: min(1.5rem, 1.4vw);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    outline: none;
    border: none;
  }
  .globalNav-pc .globalNav-pc_list > li > a > span,
  .globalNav-pc .globalNav-pc_list .globalNav_nolink > span {
    padding: 0 2em;
    display: table-cell;
    vertical-align: middle;
    height: 49px;
  }
  .globalNav-pc .globalNav-pc_list > li > a:hover,
  .globalNav-pc .globalNav-pc_list .globalNav_nolink:hover {
    color: #9fd8f9;
  }
  .globalNav-pc .globalNav-pc_list > li > a:focus-visible,
  .globalNav-pc .globalNav-pc_list .globalNav_nolink:focus-visible {
    color: #9fd8f9;
    outline-offset: -2px;
  }
  .globalNav-pc .globalNav-pc_list .globalNav_nolink:hover {
    color: #fff !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .globalNav-pc .globalNav-pc_list {
    margin: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .globalNav-pc .globalNav-pc_list {
    margin: 0 auto;
  }
}
#menuTriger {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 6px;
  text-align: center;
  background: #2178ae;
  color: #fff;
  z-index: 888888;
}

#menuTriger .ic,
#menuTriger .txt {
  position: relative;
}

#menuTriger .ic {
  height: 26px;
}

#menuTriger .txt {
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
}

#menuTriger .ic span {
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -8px;
  width: 15px;
  height: 2px;
  background: #fff;
}
#menuTriger .ic span:nth-child(1) {
  top: 7px;
  -webkit-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
}
#menuTriger .ic span:nth-child(2) {
  top: 13px;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
#menuTriger .ic span:nth-child(3) {
  top: 19px;
  -webkit-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
}

#menuTriger.is-open span:nth-child(2) {
  background: transparent !important;
  left: 100%;
}

#menuTriger.is-open span:nth-child(1) {
  top: 14px;
  margin-left: -12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 24px;
}

#menuTriger.is-open span:nth-child(3) {
  top: 14px;
  margin-left: -12px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  width: 24px;
}

.pc #menuTriger.is-open {
  right: 24px;
}

@media print, screen and (min-width: 769px) {
  #menuTriger {
    display: none;
  }
}
#footer {
  position: relative;
  padding: 115px 25px;
  width: 100%;
  text-align: center;
  background: #142541 url(../img/common/footer_bg.png) repeat 0 0;
  color: #fff;
}
#footer .ft_inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .ft_inner {
    padding: 0;
    width: min(1100px, 100%);
    text-align: left;
  }
}
#footer a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
#footer .ft-arae01 a,
#footer .ft_area02 a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#footer .ft_area01 {
  padding-bottom: 1em;
  text-align: center;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #footer .ft_area01 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3em 0;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .ft_area01 {
    display: -ms-grid;
    display: grid;
  }
  #footer .ft_area01 > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer .ft_area01 .ft_navi_list::after {
    width: 1px;
    height: 100%;
    position: absolute;
    right: min(1.5vw, 20px);
    top: 0;
    content: "";
    display: block;
    background-color: #47576d;
  }
  #footer .ft_area01 .ft_navi_list:last-child::after {
    display: none;
  }
}
#footer .ft_area01 .ft_navi_list {
  position: relative;
  width: min(100%, 300px);
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  #footer .ft_area01 .ft_navi_list {
    text-align: left;
    width: 25%;
    height: 100%;
  }
}
#footer .ft_area01 .ft_navi_list li {
  margin: 1.5em 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}
#footer .ft_area01 .ft_navi_list li:first-child {
  margin-top: 0;
}
#footer .ft_area01 .ft_navi_list li + .ft_navi_txt-sizeL {
  margin-top: 4em;
}
@media print, screen and (min-width: 769px) {
  #footer .ft_area01 .ft_navi_list li + .ft_navi_txt-sizeL {
    margin-top: 3em;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .ft_area01 .ft_navi_list li {
    margin-top: 1.5em;
    padding: 0 1.5em 0 0;
  }
  :lang(en) #footer .ft_area01 .ft_navi_list li {
    font-size: 1.1rem;
  }
}
#footer .ft_area01 .ft_navi_list li:nth-child(n+2) {
  padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
  #footer .ft_area01 .ft_navi_list li:nth-child(n+2) {
    padding-left: 0;
  }
}
#footer .ft_area01 .ft_navi_list .ft_navi_txt-sizeL {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
:lang(en) #footer .ft_area01 .ft_navi_list .ft_navi_txt-sizeL {
  font-size: 1.3rem;
}
#footer .ft_area02 {
  margin-top: 25px;
  padding: 2em 0 1em;
  border-top: #47576d solid 1px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  #footer .ft_area02 {
    text-align: center;
  }
}
#footer .ft_area02 .ft_navi_list li {
  display: inline-block;
  padding: 0 10% 1em 0;
}
@media print, screen and (min-width: 769px) {
  #footer .ft_area02 .ft_navi_list li {
    padding: 0 50px 1em 0;
  }
}
#footer .ft_area03 {
  padding: 25px 0 0;
  border-top: #47576d solid 1px;
  text-align: center;
}
#footer .ft_area03 .ft_area03_txt01 {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
#footer .ft_area03 .ft_area03_txt02 {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#footer .ft_area03 .copyright {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

.no-touchevents #footer .ft_area01 a,
.no-touchevents #footer .ft_area02 a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.no-touchevents #footer .ft_area01 a::before,
.no-touchevents #footer .ft_area02 a::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 769px) {
  .no-touchevents #footer .ft_area01 a::before,
  .no-touchevents #footer .ft_area02 a::before {
    left: 0;
  }
}
.no-touchevents #footer .ft_area01 a:hover::before,
.no-touchevents #footer .ft_area02 a:hover::before {
  left: 0%;
  width: 100%;
}

.globalNav_mega {
  display: block;
  padding: 80px 0;
  z-index: 1;
  background: #fff;
  position: absolute;
  left: 0;
  top: 49px;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(90, 90, 90, 0.3);
  box-shadow: 0 0 3px rgba(90, 90, 90, 0.3);
}

.globalNav_mega_inner {
  margin: 0 auto;
  width: min(1100px, 95%);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.globalNav_mega_inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.globalNav_mega_inner .globalNav_mega_listArea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.globalNav_mega_inner .globalNav_mega_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 160px;
}
.globalNav_mega_inner .globalNav_mega_ttl a {
  display: block;
  width: 240px;
  height: 160px;
  position: relative;
}
.globalNav_mega_inner .globalNav_mega_ttl a:hover > span {
  background: rgba(0, 0, 0, 0.8);
}
.globalNav_mega_inner .globalNav_mega_ttl a img {
  position: relative;
}
.globalNav_mega_inner .globalNav_mega_ttl a > span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: 0;
  bottom: 15px;
  font-size: min(1.6rem, 1.6vw);
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.4em 0;
  text-align: center;
  width: 100%;
}
.globalNav_mega_inner .globalNav_mega_ttl a > span span {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.globalNav_mega_inner .globalNav_mega_ttl a > span span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: url(../img/common/ic_arrow_r_01.svg) no-repeat 0 0;
  background-size: 12px 12px;
  fill: #1f7dc9;
}
.globalNav_mega_inner .globalNav_mega_list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.globalNav_mega_inner .globalNav_mega_list li {
  list-style-type: none;
}
.globalNav_mega_inner .globalNav_mega_list li a {
  border: #e1e0d6 solid 1px;
  padding: 1em;
  color: #1f7dc9;
  text-decoration: none;
  font-size: min(1.6rem, 1.6vw);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:lang(en) .globalNav_mega_inner .globalNav_mega_list li a {
  letter-spacing: 0.01em;
}
.globalNav_mega_inner .globalNav_mega_list li a > span {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  color: #1f7dc9;
}
.globalNav_mega_inner .globalNav_mega_list li a > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: url(../img/common/ic_arrow_r_01.svg) no-repeat 0 0;
  background-size: 12px 12px;
  fill: #1f7dc9;
}
.globalNav_mega_inner .globalNav_mega_list li a:hover {
  border: #1f7dc9 solid 1px;
}

.no-touchevents .globalNav_mega_ttl a {
  width: 100%;
  overflow: hidden;
}
.no-touchevents .globalNav_mega_ttl a > img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.no-touchevents .globalNav_mega_ttl a:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.globalNav_mega {
  display: none;
}
.globalNav_mega.is-show {
  display: block;
}

.ie .globalNav_mega_inner .globalNav_mega_ttl a > span span::after {
  top: 40%;
}
.ie .globalNav_mega_inner .globalNav_mega_list li a {
  padding: 1.2em 1em 0.8em;
}
.ie .globalNav_mega_inner .globalNav_mega_list li a > span::after {
  top: 35%;
}

.titleArea {
  padding-top: 60px;
  background: #1c2850;
  position: relative;
  overflow: hidden;
  height: 174px;
}
@media print, screen and (min-width: 769px) {
  .titleArea {
    padding-top: 158px;
    height: 433px;
  }
}
.titleArea_photo {
  position: relative;
  width: 100%;
  height: 200px;
}
@media print, screen and (min-width: 769px) {
  .titleArea_photo {
    height: 400px;
  }
}
.titleArea_title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #656154;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  bottom: 20px;
  display: table;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
:lang(en) .titleArea_title {
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .titleArea_title {
    font-size: 4.2rem;
    font-weight: 500;
    left: 20px;
    bottom: 45px;
  }
}
.titleArea_title > span {
  padding: 0.6em 1.5em;
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .titleArea_title > span {
    padding: 0.4em 1.5em;
  }
}
.titleArea_title::before {
  content: "";
  width: 1em;
  height: 5px;
  background: #294487;
  position: absolute;
  left: 0;
  bottom: 0;
}

.titleArea_bottom {
  display: block;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .titleArea_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* Safari */
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; /* Safari */
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.titleArea_bottom + .indexNav .indexNav_list {
  border-top: none !important;
}

.cmn_ttl-type01 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #656154;
}
.cmn_ttl-type01 .cmn_txt-en {
  padding: 0 0 1em;
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: #294487;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .cmn_ttl-type01 {
    font-size: 3.6rem;
    letter-spacing: 0.16em;
    font-weight: 700;
  }
  .cmn_ttl-type01 .cmn_txt-en {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
:lang(en) .cmn_ttl-type01 {
  letter-spacing: 0.025em;
}
.cmn_ttl-type01 > span {
  display: inline-block;
}
.cmn_ttl-type01 + * {
  margin-top: 1em;
}

.cmn_ttl-type01-in {
  margin-bottom: 2em;
  padding-bottom: 0.8em;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 769px) {
  .cmn_ttl-type01-in {
    font-size: 4rem;
  }
}
.cmn_ttl-type01-in::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 3px;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #294487;
}

.cmn_ttl-type02 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: left;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #656154;
  position: relative;
  padding: 0 0 0.7em;
}
@media print, screen and (min-width: 769px) {
  .cmn_ttl-type02 {
    display: inline-block;
    padding: 0 0 0.5em;
  }
}
:lang(en) .cmn_ttl-type02 {
  letter-spacing: 0;
}
.cmn_ttl-type02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dedaca;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .cmn_ttl-type02::before {
    min-width: 200px;
  }
}
.cmn_ttl-type02::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  z-index: 2;
  background: #294487;
}
@media print, screen and (min-width: 769px) {
  .cmn_ttl-type02 {
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.cmn_ttl-type02 > span {
  display: inline-block;
}
.cmn_ttl-type02 + * {
  margin-top: 1.5em;
}

.cmn_ttl-type03 {
  margin-top: 2em;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: left;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #656154;
  position: relative;
  padding: 0 0 0 1.8em;
}
:lang(en) .cmn_ttl-type03 {
  letter-spacing: 0;
}
.cmn_ttl-type03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 1.2em;
  height: 3px;
  background: #294487;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .cmn_ttl-type03::before {
    top: 0.6em;
    width: 1.3em;
  }
}
@media print, screen and (min-width: 769px) {
  .cmn_ttl-type03 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.cmn_ttl-type03 > span {
  display: inline-block;
}
.cmn_ttl-type03 + p {
  margin-top: 1em;
}

.cmn_ttl-type04 {
  display: inline-block;
  margin-top: 2em;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: left;
  color: #656154;
  position: relative;
  padding: 0 1em 1em;
  border-bottom: #dedaca solid 1px;
}
:lang(en) .cmn_ttl-type04 {
  letter-spacing: 0;
}
@media print, screen and (min-width: 769px) {
  .cmn_ttl-type04 {
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
}
.cmn_ttl-type04 > span {
  display: inline-block;
}
.cmn_ttl-type04 + * {
  margin-top: 1em;
}

.cmn_table-type01 caption {
  text-align: left;
  padding: 0 0 0.5em;
  font-weight: 700;
}
.cmn_table-type01 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  table-layout: fixed;
  border-top: #e7e4d6 solid 1px;
  border-left: #e7e4d6 solid 1px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .cmn_table-type01 {
    font-size: 1.6rem;
  }
}
.cmn_table-type01 th, .cmn_table-type01 td {
  padding: 0.5em 1em;
  border-right: #e7e4d6 solid 1px;
  border-bottom: #e7e4d6 solid 1px;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .cmn_table-type01 th, .cmn_table-type01 td {
    display: table-cell;
    vertical-align: middle;
  }
}
.cmn_table-type01 thead th {
  padding: 1em 0;
  background: #e7e4d6;
  text-align: center;
  color: #656154;
  vertical-align: middle;
}
.cmn_table-type01 thead th span {
  display: inline-block;
}
.cmn_table-type01 tbody th {
  background: #e7e4d6;
  color: #656154;
}
.cmn_table-type01 tbody th span {
  display: inline-block;
}
.cmn_table-type01 th {
  font-weight: 700;
}
.cmn_table-type01 td span {
  display: inline-block;
}

.cmn_table-type02 caption {
  text-align: left;
  padding: 0 0 0.5em;
  font-weight: 700;
}
.cmn_table-type02 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  table-layout: fixed;
  border-top: #e7e4d6 solid 1px;
  border-left: #e7e4d6 solid 1px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .cmn_table-type02 {
    font-size: 1.6rem;
  }
}
.cmn_table-type02 th, .cmn_table-type02 td {
  padding: 1em 1em;
  border-right: #e7e4d6 solid 1px;
  border-bottom: #e7e4d6 solid 1px;
}
.cmn_table-type02 thead th {
  padding: 1em 0;
  background: #e7e4d6;
  text-align: center;
  color: #656154;
  vertical-align: middle;
}
.cmn_table-type02 thead th span {
  display: inline-block;
}
.cmn_table-type02 tbody th {
  background: #e7e4d6;
  color: #656154;
  text-align: center;
}
.cmn_table-type02 tbody th span {
  display: inline-block;
}
.cmn_table-type02 th {
  font-weight: 700;
}
.cmn_table-type02 thead + tbody th,
.cmn_table-type02 tbody + tbody th {
  background: rgba(255, 255, 255, 0.7);
}

.cmn_table-scrollWrap {
  overflow-x: scroll;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .cmn_table-scrollWrap {
    overflow: visible;
  }
}
.cmn_table-scrollWrap::after {
  z-index: 9999;
  position: absolute;
  left: 50%;
  top: 3px;
  content: "← この表は横スクロール出来ます →";
  width: 80vw;
  display: block;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 1em 0.5em;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .cmn_table-scrollWrap::after {
    display: none;
  }
}
.cmn_table-scrollWrap.inview-on::after {
  -webkit-animation: tableScroll 2s ease-out 1.5s;
  animation: tableScroll 2s ease-out 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes tableScroll {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-90%, 0);
    transform: translate(-90%, 0);
  }
}
@keyframes tableScroll {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-90%, 0);
    transform: translate(-90%, 0);
  }
}
.cmn_list-type01 {
  margin-top: 2em;
  counter-reset: li;
}
.cmn_list-type01 li {
  margin-top: 1em;
  position: relative;
}
.cmn_list-type01 .list-disc {
  padding-left: 20px;
}
.cmn_list-type01 .list-disc::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.8em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #267cc3;
}
@media print, screen and (min-width: 769px) {
  .cmn_list-type01 .list-disc {
    padding-left: 25px;
  }
}
.cmn_list-type01 .list-decimal {
  padding-left: 20px;
}
.cmn_list-type01 .list-decimal::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 5px;
  top: 0;
  color: #267cc3;
}
@media print, screen and (min-width: 769px) {
  .cmn_list-type01 .list-decimal {
    padding-left: 25px;
  }
}

.cmn_btn-type01 {
  position: relative;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  color: #1f7dc9;
  display: table;
  background: #fff;
  text-decoration: none;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border: #f2f2f2 solid 2px;
  width: 100%;
}
:lang(en) .cmn_btn-type01 {
  letter-spacing: 0.02em;
}
.cmn_btn-type01 > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0.4em 1em;
  text-align: center;
  height: 40px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .cmn_btn-type01 > span {
    height: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .cmn_btn-type01 {
    font-size: 2rem;
    letter-spacing: 0.16em;
    font-weight: 700;
  }
}
.cmn_btn-type01 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn_btn-type01.fontSizeS {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 769px) {
  .cmn_btn-type01.fontSizeS {
    font-size: 1.4rem;
  }
}
.cmn_btn-type01.fontSizeS > span {
  height: 28px;
}
@media print, screen and (min-width: 769px) {
  .cmn_btn-type01.fontSizeS > span {
    height: 36px;
  }
}

.cmn_btn-type02 {
  position: relative;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  color: #1f7dc9;
  display: table;
  background: #fff;
  text-decoration: none;
  border-radius: 2px;
  border: #1f7dc9 solid 1px;
  width: 100%;
}
.cmn_btn-type02 > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0.4em 1em;
  text-align: center;
  height: 40px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .cmn_btn-type02 > span {
    height: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .cmn_btn-type02 {
    font-size: 2rem;
    letter-spacing: 0.16em;
    font-weight: 700;
  }
}
.cmn_btn-type02 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cmn_btn-type01.ic-arrowR01 > span::after,
.cmn_btn-type02.ic-arrowR01 > span::after {
  margin-left: 5px;
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: 0;
  background: url(../img/common/ic_arrow_r_01.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .cmn_btn-type01.ic-arrowR01 > span::after,
  .cmn_btn-type02.ic-arrowR01 > span::after {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
  }
}
.cmn_btn-type01.ic-blank span,
.cmn_btn-type02.ic-blank span {
  padding: 0.4em 2em;
}
.cmn_btn-type01.ic-blank > span::after,
.cmn_btn-type02.ic-blank > span::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -10px;
  top: -10px;
  width: 26px;
  height: 26px;
  background: url(../img/common/ic_blank_02.svg) no-repeat 50% 50%;
  background-size: contain;
}

.no-touchevents .cmn_btn-type01:hover {
  border: #1f7dc9 solid 2px;
}
.no-touchevents .cmn_btn-type02:hover {
  background: #1f7dc9;
  color: #fff;
}

.cmn_btnWrap {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .cmn_btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -ms-flex-pack: distribute;
        justify-content: space-around; /* Safari */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; /* Safari */
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.cmn_btnWrap > div {
  margin: 0 auto;
  padding: 1em;
  max-width: 400px;
  width: 100%;
}

.cmn_btnWrap-type02 {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .cmn_btnWrap-type02 {
    text-align: left;
  }
  .cmn_btnWrap-type02 > div,
  .cmn_btnWrap-type02 > li {
    display: inline-block;
  }
}

a.ic-pdf {
  margin-top: 1em;
  display: inline-block;
}
a.ic-pdf::after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  position: relative;
  vertical-align: -5px;
  background: url(../img/common/ic_pdf.svg) no-repeat left 50%;
  background-size: contain;
}

.cmn_btn-type01.ic-pdf {
  margin-top: 1.5em;
  display: table;
  width: 100%;
}
.cmn_btn-type01.ic-pdf::after {
  display: none;
}
.cmn_btn-type01.ic-pdf > span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -8px;
  vertical-align: -5px;
  background: url(../img/common/ic_pdf.svg) no-repeat left 50%;
  background-size: contain;
}

.interviewIndex_header {
  position: relative;
  text-align: center;
  padding: 60px 0 40px;
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_header {
    padding: 80px 0 70px;
  }
}
.interviewIndex_header img {
  margin: 0 auto 10px;
  display: block;
  width: 15px;
  height: 26px;
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_header img {
    width: 20px;
    height: 33px;
  }
}
.interviewIndex_header-text01 {
  margin-top: 1.5em;
  font-size: 1.2rem;
  color: #666;
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_header-text01 {
    font-size: 1.4rem;
  }
}
.interviewIndex_body {
  position: relative;
  text-align: center;
  padding: 0 5% 50px;
}
@media print, screen and (min-width: 600px) {
  .interviewIndex_body {
    padding: 0 10%;
  }
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_body {
    margin: 0 auto;
    padding: 0 50px 50px;
    max-width: 1100px;
  }
}
.staff .interviewIndex_body {
  padding-bottom: 0 !important;
}
.interviewIndex_list {
  position: relative;
  width: min(100%, 420px);
  margin: 0 auto !important;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_list {
    width: min(100%, 1100px);
    -ms-grid-columns: 1fr min(5vw, 60px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(5vw, 60px);
  }
}
.interviewIndex_list.inview-on li:nth-child(1) {
  -webkit-animation: opacity 1s ease 0.1s;
  animation: opacity 1s ease 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interviewIndex_list.inview-on li:nth-child(2) {
  -webkit-animation: opacity 1s ease 0.2s;
  animation: opacity 1s ease 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interviewIndex_list.inview-on li:nth-child(3) {
  -webkit-animation: opacity 1s ease 0.3s;
  animation: opacity 1s ease 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interviewIndex_list.inview-on li:nth-child(4) {
  -webkit-animation: opacity 1s ease 0.4s;
  animation: opacity 1s ease 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interviewIndex_list.inview-on li:nth-child(5) {
  -webkit-animation: opacity 1s ease 0.5s;
  animation: opacity 1s ease 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interviewIndex_list.inview-on li:nth-child(6) {
  -webkit-animation: opacity 1s ease 0.6s;
  animation: opacity 1s ease 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interviewIndex_list.inview-on li:nth-child(7) {
  -webkit-animation: opacity 1s ease 0.7s;
  animation: opacity 1s ease 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interviewIndex_list.inview-on li:nth-child(8) {
  -webkit-animation: opacity 1s ease 0.8s;
  animation: opacity 1s ease 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interviewIndex_list.inview-on li:nth-child(9) {
  -webkit-animation: opacity 1s ease 0.9s;
  animation: opacity 1s ease 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interviewIndex_list.inview-on li:nth-child(10) {
  -webkit-animation: opacity 1s ease 1s;
  animation: opacity 1s ease 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.interviewIndex_link {
  display: block;
  position: relative;
  text-align: right;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.interviewIndex_link .interviewIndex_name {
  position: absolute;
  bottom: 5px;
  right: -15px;
  display: inline-block;
  padding: 0.3em 1em;
  background: rgba(31, 127, 201, 0.8);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_link .interviewIndex_name {
    bottom: 10px;
    right: -1em;
    padding: 0.5em 1.5em;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
  :lang(en) .interviewIndex_link .interviewIndex_name {
    letter-spacing: -0.01em;
  }
}
.interviewIndex_link .interviewIndex_name small {
  padding: 0 0.5em;
  display: inline-block;
  font-size: 1rem;
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_link .interviewIndex_name small {
    font-size: 1.4rem;
  }
}
.interviewIndex_photo {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.interviewIndex_ic {
  width: 12px;
  height: 12px;
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_ic {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
  }
}
.interviewIndex_new {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 5px;
  background: #dd0000;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_new {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}
.interviewIndex_btnWrap {
  margin: 2em 0 0;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_btnWrap {
    margin-top: 50px;
  }
}
.interviewIndex_btn {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 350px) {
  .interviewIndex_btn {
    width: 90%;
  }
}
@media print, screen and (min-width: 769px) {
  .interviewIndex_btn {
    width: 400px;
  }
}

.no-touchevents .interviewIndex_link:hover .interviewIndex_photo {
  opacity: 0.6;
}
.no-touchevents .interviewIndex_link:hover .interviewIndex_name {
  background: rgb(7, 134, 225);
}

div.interviewIndex_link {
  pointer-events: none;
}
div.interviewIndex_link .interviewIndex_ic {
  display: none;
}

.pickup_lists {
  display: -ms-grid;
  display: grid;
  gap: 1em 1.5em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .pickup_lists {
    width: 100%;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.pickup_link {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(30vw, 150px) 1fr;
  grid-template-columns: min(30vw, 150px) 1fr;
  text-decoration: none;
  color: #23221f;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.pickup_link:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pickup_link .pickup_link-imgWrap {
  position: relative;
}
.pickup_link[target=_blank]::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 24px;
  height: 24px;
  bottom: -7px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2035%2035%22%20viewBox%3D%220%200%2035%2035%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20fill%3D%22%23267cc3%22%20r%3D%2217.5%22%2F%3E%3Cpath%20d%3D%22m11.4%2021.6v-11.2h15.2v11.2zm13.2-9.2h-11.2v7.1h11.2zm-1%2011.2c0%20.6-.5%201-1%201h-14.2v-10.1c0-.6.5-1%201-1s1%20.5%201%201v8.1h12.2c.5%200%201%20.4%201%201z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .pickup_link[target=_blank]::after {
    bottom: -8px;
    width: 35px;
    height: 35px;
  }
}
.pickup_link:not([target=_blank])::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 24px;
  height: 24px;
  bottom: -7px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2035%2035%22%20viewBox%3D%220%200%2035%2035%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2217.5%22%20fill%3D%22%23267cc3%22%20r%3D%2217.5%22%2F%3E%3Cpath%20d%3D%22m18%2024.8c.1-.1.2-.2.3-.2l6.2-6.3c.1-.1.2-.2.2-.3%200%200%20.2-.2.2-.5s-.1-.5-.1-.5c-.1-.1-.2-.2-.2-.3l-6.2-6.3c-.1-.1-.2-.2-.3-.2%200%200-.2-.2-.5-.2-.2%200-.5.1-.6.3s-.3.4-.3.6.2.5.2.5c.1.1.2.2.2.3l4.7%204.8c.1.1%200%20.1-.1.1h-10.6c-.1%200-.3%200-.4.1%200%200-.7.3-.7.8s.7.8.7.8c.1%200%20.3.1.4.1h10.6c.1%200%20.1.1.1.1l-4.7%204.8c-.1.1-.2.2-.2.3%200%200-.2.2-.2.5%200%20.2.1.5.3.6s.4.3.6.3c.2-.1.4-.2.4-.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .pickup_link:not([target=_blank])::after {
    bottom: -8px;
    width: 35px;
    height: 35px;
  }
}
.pickup_link-img {
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 150px;
  height: 100%;
}
.pickup_link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pickup_link-texts {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.pickup_link-date {
  margin: 1em 0 0 !important;
  padding: 0 15px;
  font-size: 1.2rem;
  color: #777;
  text-align: left;
}
.pickup_link-text {
  margin: 0.3em 0 0 !important;
  padding: 0 15px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  color: #23221f;
}
@media print, screen and (min-width: 769px) {
  .pickup_link-text {
    font-size: 1.6rem;
  }
}
.pickup_link-text0203Wrap {
  margin: 0.5em 0 0 !important;
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  display: -ms-grid;
  display: grid;
}
.pickup_link-text02 {
  color: #294487;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 769px) {
  .pickup_link-text02 {
    font-size: 1.5rem;
  }
}
.pickup_link-text03 {
  font-size: 0.9rem;
  color: #23221f;
}
.pickup_link-text0405Wrap {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2px 5px;
  line-height: 1.5;
  font-size: 1.2rem;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .pickup_link-text0405Wrap {
    margin-top: 0.5em;
  }
}
.pickup_link-text04 {
  color: #294487;
  padding: 0.1em 0.5em;
  outline: 1px solid #294487;
  white-space: nowrap;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.pickup_link-text05 {
  color: #23221f;
  padding: 0.1em 1em 0.1em 0;
}
.pickup_btnWrap {
  margin: 2em 0 0;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .pickup_btnWrap {
    margin-top: 50px;
  }
}
.pickup_btn {
  margin: 0 auto;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .pickup_btn {
    width: 400px;
  }
}

@media print, screen and (min-width: 769px) {
  .indexNav_list {
    margin: 0 auto;
    max-width: 1000px;
    border-top: #dedaca solid 3px;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* Safari */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .indexNav_list > li {
    margin-top: 50px;
    width: 300px;
  }
  .indexNav_list > li:nth-child(1), .indexNav_list > li:nth-child(2), .indexNav_list > li:nth-child(3) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .indexNav_list-column2 {
    max-width: 750px;
  }
  .indexNav_list-column2 > li:nth-child(3) {
    margin-top: 50px;
  }
}
.indexNav_link {
  border-top: #dedaca solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  position: relative;
  width: 100%;
  padding: 15px 5vw;
}
@media print, screen and (min-width: 769px) {
  .indexNav_link {
    padding: 0;
    border: none;
    display: block;
    text-align: center;
  }
}
.indexNav_link > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexNav_photoWrap {
  width: 40%;
}
@media print, screen and (min-width: 769px) {
  .indexNav_photoWrap {
    width: 300px;
    height: 200px;
    position: relative;
  }
}
.indexNav_photoWrap img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .indexNav_photoWrap img {
    width: 300px;
    height: 200px;
  }
}
.indexNav_photo {
  overflow: hidden;
}
.indexNav_txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px 0 15px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #656154;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 769px) {
  .indexNav_txt {
    padding: 0;
    margin-top: 0.5em;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
  }
}
.indexNav .indexMenu_ic {
  position: absolute;
  right: 5vw;
  top: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 769px) {
  .indexNav .indexMenu_ic {
    right: -7px;
    top: auto;
    bottom: -7px;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.no-touchevents .indexNav_link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.no-touchevents .indexNav_link:hover {
  opacity: 0.6;
}
.no-touchevents .indexNav_link .indexNav_photo img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media print, screen and (min-width: 769px) {
  .no-touchevents .indexNav_link:hover .indexNav_photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.breadcrumbs {
  background: #dfdcc9;
  height: 100%;
  padding: 1em 0;
}
@media print, screen and (min-width: 769px) {
  .breadcrumbs {
    padding: 2em 0;
  }
}
.breadcrumbs ul {
  padding-left: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 0;
}
.breadcrumbs li {
  padding: 0 0.5em 0 1.8em;
  display: inline-block;
  position: relative;
}
.breadcrumbs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: #656154 #656154 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumbs .breadcrumbs_link {
  text-decoration: none;
  color: #656154;
  font-weight: 700;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 769px) {
  .breadcrumbs .breadcrumbs_link {
    font-size: 1.2rem;
  }
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li:first-child::before {
  display: none;
}
.breadcrumbs li:last-child .breadcrumbs_link {
  color: #989381;
  font-weight: 400;
}

.no-touchevents .breadcrumbs a:hover {
  color: #656154;
  text-decoration: underline;
}

.subNav-header {
  height: 30px;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding-left: 15px;
}
@media print, screen and (min-width: 769px) {
  .subNav-header {
    width: auto;
    text-align: right;
    max-width: 50%;
    overflow: visible;
    height: auto;
  }
}
.subNav-header_inner {
  width: 100%;
}
@media (max-width: 768px) {
  .subNav-header_inner {
    height: 50px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* 慣性スクロール */
  }
}
@media print, screen and (min-width: 769px) {
  .subNav-header_inner {
    padding: 1em 0;
  }
}
.subNav-header_list {
  display: inline-table;
  height: 30px;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .subNav-header_list {
    display: inline-block;
    padding: 1em 0;
  }
}
.subNav-header li {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
}
@media print, screen and (min-width: 769px) {
  .subNav-header li {
    display: inline-block;
  }
}
.subNav-header a {
  position: relative;
  color: #2178ae;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 0 1em;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  .subNav-header a {
    font-size: 1.4rem;
  }
}
.subNav-header a::before {
  content: "";
  width: 1px;
  height: 1em;
  background: #cdc8bb;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.subNav-header li:first-child a::before {
  display: none;
}

.no-touchevents .subNav-header a:hover {
  color: rgb(6, 127, 249);
  text-decoration: underline;
}

.subNav-footer {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.subNav-footer .cmn_inner-type01 {
  padding: 0 5vw 50px;
}
@media print, screen and (min-width: 769px) {
  .subNav-footer .cmn_inner-type01 {
    padding: 50px 50px 100px;
  }
}
.subNav-footer_inner {
  width: 100%;
  background: #fff;
  padding: 5vw;
}
@media print, screen and (min-width: 769px) {
  .subNav-footer_inner {
    padding: 75px 50px;
  }
}
.subNav-footer_ttl {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .subNav-footer_ttl {
    font-size: 1.4rem;
    letter-spacing: 0.4em;
  }
}
.subNav-footer_ttl::before {
  margin: 0 auto 5px;
  display: block;
  position: relative;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/ic_categorymenu.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .subNav-footer_ttl::before {
    margin: 0 auto 10px;
    width: 36px;
    height: 36px;
  }
}
.subNav-footer_list {
  margin: 2em 0 0;
}
.subNav-footer li {
  display: block;
  border-top: #dddcda solid 1px;
}
.subNav-footer li:first-child {
  border-top: none;
}
@media print, screen and (min-width: 769px) {
  .subNav-footer li:first-child::before {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .subNav-footer li {
    border-top: none;
    display: inline-block;
    padding: 0 2.3em 0 2.4em;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .subNav-footer li::before {
    content: "";
    width: 1px;
    height: 1.4em;
    background: #cdc8bb;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.subNav-footer a {
  position: relative;
  display: block;
  padding: 1em 0;
  color: #2178ae;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .subNav-footer a {
    font-size: 1.8rem;
  }
}
.subNav-footer li:first-child a::before {
  display: none;
}

.no-touchevents .subNav-footer a:hover {
  color: rgb(6, 127, 249);
}

.pager {
  margin: 50px 0;
}
@media print, screen and (min-width: 769px) {
  .pager_inner {
    margin: 0 auto;
    max-width: 1000px;
  }
}
.pager a {
  color: #23221f;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 769px) {
  .pager a {
    font-size: 1.6rem;
  }
}
.pager a:hover {
  color: #118cd8;
}
.pager_prevNext {
  border-top: #dedaca solid 2px;
}
@media print, screen and (min-width: 769px) {
  .pager_prevNext {
    padding-top: 2em;
    border-top: none;
  }
}
.pager_prevNext ul {
  display: table;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .pager_prevNext ul {
    width: auto;
  }
}
.pager_prevNext li {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.pager_prevNext li:nth-child(2) {
  border-left: #dedaca solid 2px;
}
@media print, screen and (min-width: 769px) {
  .pager_prevNext li {
    width: auto;
  }
}
.pager_prevNext .pager_prev {
  text-align: left;
}
.pager_prevNext .pager_next {
  text-align: right;
}
@media (max-width: 768px) {
  .pager_prevNext .pager_next:nth-child(1) {
    border-left: #dedaca solid 2px;
  }
}
.pager_prevNext a {
  display: inline-block;
  padding: 1.5em 5vw;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .pager_prevNext a {
    padding: 0;
  }
}
.pager_prevNext .pager_link-prev span,
.pager_prevNext .pager_link-next span {
  display: inline-block;
  position: relative;
}
.pager_prevNext .pager_link-prev span::after,
.pager_prevNext .pager_link-next span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 769px) {
  .pager_prevNext .pager_link-prev span::after,
  .pager_prevNext .pager_link-next span::after {
    width: 26px;
    height: 26px;
  }
}
.pager_prevNext .pager_link-prev span {
  padding: 0 0 0 25px;
}
.pager_prevNext .pager_link-prev span::after {
  left: 0;
  top: 50%;
  background: url(../img/common/ic_arrow_l_03.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .pager_prevNext .pager_link-prev span {
    padding: 0.3em 1em 0.3em 35px;
  }
}
.pager_prevNext .pager_link-next span {
  padding: 0 25px 0 0;
}
.pager_prevNext .pager_link-next span::after {
  right: 0;
  top: 50%;
  background: url(../img/common/ic_arrow_r_03.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .pager_prevNext .pager_link-next span {
    padding: 0.3em 35px 0.3em 1em;
  }
}
.pager_index {
  border-top: #dedaca solid 2px;
  border-bottom: #dedaca solid 2px;
}
@media print, screen and (min-width: 769px) {
  .pager_index {
    padding: 2em 0;
    border: none;
  }
}
.pager_index .pager_link-index {
  display: inline-block;
  padding: 1.5em 5vw;
}
@media print, screen and (min-width: 769px) {
  .pager_index .pager_link-index {
    padding: 0;
  }
}
.pager_index .pager_link-index span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.pager_index .pager_link-index span::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
  background: url(../img/common/ic_back.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .pager_block {
    border-top: #dedaca solid 2px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* Safari */
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; /* Safari */
    -ms-flex-line-pack: stretch;
        align-content: stretch; /* Safari */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.pager-ronbunList .pager_prevNext {
  border-bottom: #dedaca solid 2px;
}
@media print, screen and (min-width: 769px) {
  .pager-ronbunList .pager_prevNext {
    border-bottom: none;
  }
}
.pager_year {
  border-top: #dedaca solid 2px;
  padding: 1em 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .pager_year {
    padding: 0.5em 0;
    border-top: none;
  }
}
.pager_year li {
  display: inline-block;
  padding: 0.5em;
  font-size: 1.4rem;
}
.pager_year a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .pager_year a {
    font-size: 1.8rem;
  }
}
.pager_year .pager_link-next span {
  display: inline-block;
  position: relative;
}
.pager_year .pager_link-next span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 769px) {
  .pager_year .pager_link-next span::after {
    width: 26px;
    height: 26px;
  }
}
.pager_year .pager_link-next span {
  padding: 0 25px 0 0;
}
.pager_year .pager_link-next span::after {
  right: 0;
  top: 50%;
  background: url(../img/common/ic_arrow_r_03.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .pager_year .pager_link-next span {
    padding: 0.3em 35px 0.3em 1em;
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.ic-move:hover img {
  -webkit-animation: arrow 1s ease infinite;
  animation: arrow 1s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.cmn_section-body a {
  color: #1f7dc9;
}
.cmn_section-body a:hover {
  color: rgb(6, 127, 249);
}

#container .txtLink-blank {
  position: relative;
  display: inline-block;
  padding-right: 2em;
}
#container .txtLink-blank::after {
  width: 18px;
  height: 13px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/common/ic_blank.svg) no-repeat 0 0;
  background-size: 18px 13px;
}

.ie #container .txtLink-blank::after {
  top: 40%;
}

#pagetop {
  position: fixed;
  z-index: 666666;
}
@media print, screen and (max-width: 768px) {
  #pagetop {
    position: absolute !important;
    left: 50%;
    bottom: -90px !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 35px;
    height: 35px;
    background: url(../img/common/btn_pagetop.svg) no-repeat 0 0;
    background-size: 35px 35px;
  }
}
#pagetop {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  #pagetop {
    left: auto;
    right: 10px;
    bottom: 10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px;
    height: 50px;
    background: url(../img/common/btn_pagetop.svg) no-repeat 0 0;
    background-size: 50px 50px;
    opacity: 0;
  }
  #pagetop.is-visible {
    opacity: 1;
  }
}

.no-touchevents #pagetop:hover {
  opacity: 0.7;
}

.visualArea {
  position: relative;
  padding-top: 60px;
  background: #1c2850;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .visualArea {
    padding-top: 158px;
  }
}

.visual_imgArea {
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .visual_imgArea {
    height: 70vh;
    min-height: 500px;
  }
}
.visual_imgArea > div {
  width: 100%;
  height: 100%;
}
.visual_imgArea.visual_imgArea-animation > div {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#bgLayer {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .cmn_inner-type01 {
    margin: 0 auto;
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.cmn_inner-type02 {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 5vw 0;
}
@media print, screen and (min-width: 769px) {
  .cmn_inner-type02 {
    padding: 75px 50px 0;
  }
}

.subSection {
  margin-top: 2em;
}
.subSection + .subSection {
  margin-top: 3em;
}
@media print, screen and (min-width: 769px) {
  .subSection + .subSection {
    margin-top: 4em;
  }
}

@media print, screen and (min-width: 769px) {
  .cmn_txtPhoto-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* Safari */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; /* Safari */
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .cmn_txtPhoto-box-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cmn_txtPhoto-box .cmn_txtPhoto-photoArea {
  margin-top: 2em;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .cmn_txtPhoto-box .cmn_txtPhoto-photoArea {
    margin-top: 0;
    width: 40%;
  }
}
.cmn_txtPhoto-box .cmn_txtPhoto-photoArea img {
  margin: 0 auto;
  max-width: 400px;
}
.cmn_txtPhoto-box .cmn_txtPhoto-txtArea {
  margin-top: 2em;
}
@media print, screen and (min-width: 769px) {
  .cmn_txtPhoto-box .cmn_txtPhoto-txtArea {
    margin-top: 0;
    width: 55%;
  }
}

.cmn_section-body p small {
  font-size: 1rem;
}
@media print, screen and (min-width: 769px) {
  .cmn_section-body p small {
    font-size: 1.3rem;
  }
}

.cmn_line {
  margin: 50px auto 0;
  padding: 0 5vw 0;
  border-top: #dedaca solid 1px;
}
@media print, screen and (min-width: 769px) {
  .cmn_line {
    margin: 100px auto 0;
    max-width: 1000px;
  }
}
.cmn_line hr {
  display: none;
}

.cmn_box-type01 {
  margin-top: 2em;
  border: #dedaca solid 1px;
}
.cmn_box-type01-ttl {
  padding: 1em;
  border-bottom: #dedaca solid 1px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .cmn_box-type01-ttl {
    font-size: 1.6rem;
  }
}
.cmn_box-type01-body {
  padding: 1em;
  text-align: center;
}

/* item align
------------------------------------------------------------------------------------------------------------- */
.cmn_layoutAlign-left {
  text-align: left !important;
}

.cmn_layoutAlign-center {
  text-align: center !important;
}

.cmn_layoutAlign-right {
  text-align: right !important;
}

.cmn_layoutVertical-top,
.cmn_layoutVertical-top th,
.cmn_layoutVertical-top td {
  vertical-align: top !important;
}

.cmn_layoutVertical-middle,
.cmn_layoutVertical-middle th,
.cmn_layoutVertical-middle td {
  vertical-align: middle !important;
}

.cmn_layoutVertical-bottom,
.cmn_layoutVertical-bottom th,
.cmn_layoutVertical-bottom td {
  vertical-align: bottom !important;
}

/* display
------------------------------------------------------------------------------------------------------------- */
.cmn_display-inline {
  display: inline !important;
}

.cmn_display-inlineBlock {
  display: inline-block !important;
}

.cmn_display-table {
  display: table !important;
}
.cmn_display-table > div {
  display: table-cell;
}

/* item is
------------------------------------------------------------------------------------------------------------- */
.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

/* letter spacing
------------------------------------------------------------------------------------------------------------- */
.cmn_letterSp-ll {
  letter-spacing: 0.2em;
}
.cmn_letterSp-ll.cmn_layoutAlign-center {
  text-indent: 0.2em;
}

.cmn_letterSp-l {
  letter-spacing: 0.1em;
}
.cmn_letterSp-l.cmn_layoutAlign-center {
  text-indent: 0.1em;
}

.cmn_letterSp-mm {
  letter-spacing: 0.075em;
}
.cmn_letterSp-mm.cmn_layoutAlign-center {
  text-indent: 0.075em;
}

.cmn_letterSp-m {
  letter-spacing: 0.05em;
}
.cmn_letterSp-m.cmn_layoutAlign-center {
  text-indent: 0.05em;
}

.cmn_letterSp-s {
  letter-spacing: 0.025em;
}
.cmn_letterSp-s.cmn_layoutAlign-center {
  text-indent: 0.025em;
}

.cmn_letterSp-0 {
  letter-spacing: 0;
}
.cmn_letterSp-0.cmn_layoutAlign-center {
  text-indent: 0;
}

@media (min-width: 768px) {
  .cmn_letterSp-ll {
    letter-spacing: 0.4em;
  }
  .cmn_letterSp-ll.cmn_layoutAlign-center {
    text-indent: 0.4em;
  }
  .cmn_letterSp-l {
    letter-spacing: 0.2em;
  }
  .cmn_letterSp-l.cmn_layoutAlign-center {
    text-indent: 0.2em;
  }
  .cmn_letterSp-mm {
    letter-spacing: 0.15em;
  }
  .cmn_letterSp-mm.cmn_layoutAlign-center {
    text-indent: 0.15em;
  }
  .cmn_letterSp-m {
    letter-spacing: 0.1em;
  }
  .cmn_letterSp-m.cmn_layoutAlign-center {
    text-indent: 0.1em;
  }
  .cmn_letterSp-s {
    letter-spacing: 0.05em;
  }
  .cmn_letterSp-s.cmn_layoutAlign-center {
    text-indent: 0.05em;
  }
  .cmn_letterSp-0 {
    letter-spacing: 0;
  }
  .cmn_letterSp-0.cmn_layoutAlign-center {
    text-indent: 0;
  }
}