@charset "UTF-8";
/* ----------------------------------------------------------------
	reset
---------------------------------------------------------------- */
*, ::before, ::after {
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
  font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
main {
  display: block;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted inherit;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  border-color: inherit;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
img {
	max-width: 100%;
  height: auto;
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	   -moz-user-drag: none;
	    -ms-user-drag: none;
}
img[src$=".svg"] {
	width: 100%;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  color: #14171A;
  text-decoration: none;
  transition: all 0.3s ease;
  outline: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  background: #fff;
	font-size: 18px;
  font-weight: 400;
	line-height: 1.7;
	color: #14171A;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
  word-wrap: break-word;
  outline: none;
  width: 100%;
  overflow-x: hidden;
}
.en {
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.object-fit {
  object-fit: cover;
	font-family: 'object-fit: cover;';
}
.pc {display: block;}
.mb {display: none;}
.contentsArea {
  width: calc(100% - 50px);
}
.contents {
  width: min(80vw,1200px);
  margin: 0 auto;
}


/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 999px) {
  body {
    min-width: inherit;
    font-size: 4.3vw;
    width: 100%;
  }
  .pc {display: none;}
  .mb {display: block;}
  a:hover { opacity: 1;}
  .contentsArea {
    width: 100%;
  }
  .contents {
    width: 85.44vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	animation
---------------------------------------------------------------- */

/* --- fadeIn --------------------------- */
.fadeIn {
  opacity: 0;
  transform: translate(0, 0);
  transition: 1s;
}
.fadeIn.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/* ----------------------------------------------------------------
	header
---------------------------------------------------------------- */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 998;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
header h1 {
  width: min(19.6vw,294px);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: min(2.67vw,40px);
}
header h1 a {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
header h1 a:hover {
  opacity: 1 !important;
}
nav {
  margin: 0 50px 0 auto;
}
nav ul.globalnav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
}
nav ul.globalnav li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: min(1.67vw,25px);
}
nav ul.globalnav li a {
  display: block;
  padding: 4px 0;
  font-weight: 500;
  font-size: min(1vw,15px);
  background-image: linear-gradient(#14171A, #14171A);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
nav ul.globalnav li a:hover {
  background-position: bottom right;
  background-size: 0 1px;
}
.globalnav .nav-button-wrap,
.globalnav .open {
    display:block;
  }
.globalnav .close {
  display:block;
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 999px) {
  body.open {
    height: 100vh;
    overflow: hidden;
  }
  header {
    height: 70px;
  }
  header h1 {
    width: 170px;
    height: 70px;
    margin-left: 20px;
    position: relative;
    z-index: 1000;
  }
  nav {
    margin-right: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-button-wrap {
    display: block;
    position: relative;
    z-index:9999;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #384894;
    border-radius: 50%;
  }
  nav ul.globalnav {
    display:none;
  }
  nav ul.globalnav .close {
    display:none;
  }
  .globalnav-wrap.open .globalnav {
    display:block;
    padding: 80px 30px 0;
    position: fixed;
    left: 0;
    top: 0;
    background: url("../images/common/mb_menu_bg.png") right bottom / contain no-repeat #fff;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .globalnav-wrap.open .globalnav li {
    display:block;
    width: auto;
    margin: 0 auto;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background:transparent;
  }
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }
  .nav-button {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
  }
  .nav-button span {
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 11px;
  }
  .nav-button span:nth-of-type(1) {
    top: 14px;
  }
  .nav-button span:nth-of-type(2) {
    bottom: 14px;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(3px) rotate(210deg);
  }
  .active .nav-button span:nth-of-type(2) {
    transform: translateY(-3px) rotate(-210deg);
  }
  nav ul.globalnav li a {
    display: inline-block;
    padding: 12px 0;
    background-image: linear-gradient(#14171A, #14171A);
    background-size: 100% 1px;
    margin-bottom: 25px;
    font-size: 3.8vw;
  }
  nav ul.globalnav li a:hover {
    background-size: 100% 1px;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	footer
---------------------------------------------------------------- */
footer {
  background: #171919;
  width: 100%;
  padding: 90px 0 0;
}
footer .container {
  width: calc(100% - 50px);
  margin: 0 0 90px;
}
footer .container .inr {
  width: min(83.33vw,1250px);
  margin: 0 auto;
  display: flex;
}
footer .container .content01 {
  width: 17.84%;
  display: flex;
  flex-direction:column;
}
footer .container .content01 h2 {
  width: 100%;
  margin-bottom: min(2.67vw,40px);
  display: flex;
}
footer .container .content01 a {
  width: 100%;
  border: 1px solid #515151;
  padding: min(1vw,15px) min(0.67vw,10px);
  margin-bottom: min(0.67vw,10px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
footer .container .content01 a span {
  position: relative;
  color: #BEBEBE;
  font-size: min(1vw,15px);
}
footer .container .content01 a span::after {
  content: "";
  display: block;
  width: min(0.27vw,4px);
  height: min(0.67vw,10px);
  position: absolute;
  right: min(-0.67vw,-10px);
  top: min(0.67vw,10px);
  background: url("../images/common/footer_arrow.png") right top / contain no-repeat;
}
footer .container .content01 a:hover {
  background: #BEBEBE;
}
footer .container .content01 a:hover span {
  color: #171919;
}
footer .container .content01 a:hover span::after {
  color: #171919;
  background: url("../images/common/footer_arrow_hover.png") right top / contain no-repeat;}
footer .container .content02 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

footer .container .content02{justify-content:space-evenly}
footer .container .content02 ul {
  width: min(10.67vw,160px);
  margin-right: min(2vw,30px);
}
footer .container .content02 ul{width:min(15.67vw,200px);}
footer .container .content02 ul li {
  font-size: 12px;
  line-height: 1.7;
}
footer .container .content02 ul li:first-child a {
  display: block;
  color: #BEBEBE;
  margin-bottom: min(1.33vw,20px);
}
footer .container .content02 ul li a {
  display: block;
  color: #F7F7F7;
  margin-bottom: min(1.33vw,12px);
}
footer small {
  display: block;
  width: 100%;
  padding: min(2.13vw,32px) 0;
  background: #000;
  font-size: 10px;
  text-align: center;
  color: #F7F7F7;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  footer {
    padding: 18.99vw 0 0;
  }
  footer .container {
    width: 72.78vw;
    margin: 0 auto 11.39vw;
  }
  footer .container .inr {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  footer .container .content01 {
    width: 100%;
    margin-bottom: 12.66vw;
  }
  footer .container .content01 h2 {
    margin: 0 auto 10.13vw;
    width: 55.44vw;
  }
  footer .container .content01 a {
    width: 60.76vw;
    padding: 3.8vw 2.53vw;
    margin: 0 auto 2.53vw;
  }
  footer .container .content01 a span {
    font-size: 3.8vw;
  }
  footer .container .content01 a span::after {
    width: 1.01vw;
    height: 2.53vw;
    right: -2.53vw;
    top: 2.53vw;
    background: url("../images/common/footer_arrow.png") right top / contain no-repeat;
  }
  footer .container .content01 a:hover {
    background: #171919;
  }
  footer .container .content01 a:hover span {
    color: #BEBEBE;
  }
  footer .container .content01 a:hover span::after {
    background: url("../images/common/footer_arrow.png") right top / contain no-repeat;
  }
  footer .container .content02 {
    justify-content: space-between;
  }
  footer .container .content02 ul {
    width: 34.18vw;
    margin-right: 0;
    margin-bottom: 8.23vw;
  }
  footer .container .content02 ul:first-child {
    width: 100%;
  }
  footer .container .content02 ul li {
    font-size: 3.78vw;
  }
  footer .container .content02 ul li:first-child a {
    font-size: 3.53vw;
    margin-bottom: 6.96vw;
  }
  footer .container .content02 ul li a {
    margin-bottom: 3.54vw;
  }
  footer small {
    padding: 7.59vw 0;
    font-size: 2.53vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	pagetop
---------------------------------------------------------------- */
.pagetopArea {
  width: 50px;
  height: 100%;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  background: #384894;
}
.pagetop {
  position: fixed;
  bottom: 3.33vw;
  right: 20px;
  z-index: 1000;
  width: 10px;
  height: 75px;
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagetop a {
  width: 10px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 999px) {
  .pagetopArea {
    display: none;
    visibility: hidden;
  }
  .pagetop {
    bottom: 0;
    right: 0;
    width: 7.22vw;
    height: 21.65vw;
  }
  .pagetop a {
    width: 7.22vw;
    height: 21.65vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	.lower
---------------------------------------------------------------- */
#lower {
  background: #fff;
}
#lower header {
  background: rgba(255, 255, 255, 0.7);
}
#lower .main {
  position: relative;
  width: 100%;
  background: url("../images/common/pc_lower_main_bg.jpg") right bottom / 100% auto no-repeat #1E73EB;
  min-height: min(57.6vw,864px);
}
#lower .main::after {
  content: "";
  display: block;
  width: 100%;
  height: min(14.27vw,214px);
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 0;
}
#lower .main h2 {
  position: relative;
  z-index: 2;
  width: 86%;
  margin-left: 14%;
  margin-bottom: min(4vw,60px);
}
#lower .main ul {
  position: relative;
  z-index: 2;
  width: 86%;
  margin-left: 14%;
  margin-bottom: min(2vw,30px);
}
#lower .main ul li {
  color: #fff;
}
#lower .main ul li:nth-child(1) {
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(0.8vw,120px);
  font-weight: 600;
  line-height: 1.0;
  width: fit-content;
  padding: min(0.33vw,5px) min(0.67vw,10px);
  margin-bottom: min(0.33vw,5px);
}
#lower .main ul li:nth-child(2) h3 {
  font-size: min(2.8vw,42px);
  font-weight: 700;
  line-height: 1.4;
}
#lower .main ul li:nth-child(3) {
  font-size: min(1.87vw,28px);
}
#lower .main .breadcrumb {
  width: 86%;
  margin-left: 14%;
  display: flex;
  gap: 0 min(1.07vw,16px);
  list-style: none;
  padding: 0;
  font-size: min(0.73vw,11px);
  padding-bottom: min(5.33vw,80px);
}
#lower .main .breadcrumb li {
  display: flex;
  align-items: center;
}
#lower .main .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: min(0.53vw,8px);
  height: min(0.53vw,8px);
  margin-left: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
#lower .main .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
#lower .main .breadcrumb li:first-child a {
  text-decoration: underline;
}
.contents_container {
  width: 100%;
  padding: min(5vw,75px) 0 min(13.33vw,200px);
}
.contents_container::after {
	content: "";
	display: block;
	clear: both;
}
.contents_container .main_contents {
  float: left;
  width: 75%;
}
.contents_container .navi {
  float: right;
  width: 20%;
}
.contents_container .navi h3 {
  font-size: min(1.2vw,18px);
  font-weight: 700;
  margin-bottom: min(1.33vw,20px);
}
.contents_container .navi h3 span {
  display: block;
  font-size: min(0.8vw,12px);
  font-weight: 700;
  color: #0E56B5;
}
.contents_container .navi .list01 {
  margin-bottom: min(4vw,60px);
}
.contents_container .navi .list01 ol > li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.contents_container .navi .list01 ol > li a {
  display: flex;
  position: relative;
  width: 100%;
  font-size: min(0.93vw,14px);
  font-weight: 700;
  padding: min(0.8vw,12px) min(2vw,30px) min(0.8vw,12px) 0;
  border-bottom: 1px solid #eee;
  color: #14171A;
}
.contents_container .navi .list01 ol > li a::after {
  content: "";
  display: block;
  width: min(0.4vw,6px);
  height: min(0.8vw,12px);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: min(-0.4vw,-6px);
  background: url("../images/common/arrow_bk.png") right center / contain no-repeat;
}
.contents_container .navi .list01 ol > li a:hover {
  color: #0F67B1;
}
.contents_container .navi .list01 ol > li a:hover::after {
  background: url("../images/common/arrow_bl.png") right center / contain no-repeat;
}
.contents_container .navi .list02 ol {
  width: 100%;
  background: #F3F7FB;
  padding: min(1vw,15px);
}
.contents_container .navi .list02 ol > li {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  margin-bottom: min(0.67vw,10px);
}
.contents_container .navi .list02 ol > li:last-child {
  margin-bottom: 0;
}
.contents_container .navi .list02 ol > li a {
  display: flex;
  position: relative;
  width: 100%;
  font-size: min(0.93vw,14px);
  font-weight: 700;
  padding: min(1vw,15px) min(2.67vw,40px) min(1vw,15px) min(0.8vw,12px);
  color: #14171A;
}
.contents_container .navi .list02 ol > li a::after {
  content: "";
  display: block;
  width: min(0.4vw,6px);
  height: min(0.8vw,12px);
  position: absolute;
  right: min(0.8vw,12px);
  top: 50%;
  margin-top: min(-0.4vw,-6px);
  background: url("../images/common/arrow_bk.png") right center / contain no-repeat;
}
.contents_container .navi .list02 ol > li a:hover {
  color: #0F67B1;
}
.contents_container .navi .list02 ol > li a:hover::after {
  background: url("../images/common/arrow_bl.png") right center / contain no-repeat;
}
a.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.2vw,18px);
  font-weight: 700;
  color: #fff;
  background: #D91E10;
  width: min(18.67vw,280px);
  height: min(3.87vw,58px);
  border-radius: 9999px;
}
a.btn01 span {
  position: relative;
  font-size: min(1.2vw,18px);
  font-weight: 700;
  color: #fff;
}
a.btn01 span::after {
  content: "";
  display: block;
  width: min(1.2vw,18px);
  height: min(1.2vw,18px);
  position: absolute;
  right: min(-1.47vw,-22px);
  top: min(0.47vw,7px);
  background: url("../images/common/external-link.png") center center / contain no-repeat;
}
a.btn01.btnL {
  width: min(26.67vw,400px);
  margin: 0 auto;
  background: #D91E10;
}
a.btn01.btnB {
  width: min(26.67vw,400px);
  margin: 0 auto;
  background: #14171A;
}
a.btn01.btn02 {
  width: min(26.67vw,400px);
  margin: 0 auto;
  background: #D91E10;
}
a.btn01.btnB span::after {
  width: min(0.4vw,6px);
  height: min(0.8vw,12px);
  top: min(0.67vw,10px);
  background: url("../images/common/arrow_w.png") center center / contain no-repeat;
}
a.btn01.btn02 {
  width: min(26.67vw,400px);
  margin: 0 auto;
}
a.btn01.btn02 span::after {
  width: min(0.4vw,6px);
  height: min(0.8vw,12px);
  top: min(0.67vw,10px);
  background: url("../images/common/arrow_w.png") center center / contain no-repeat;
}

a.btn01.btnL:hover, a.btn01.btnB:hover, a.btn01.btn02:hover {
  opacity: 0.7;
}

/* Smartphone
----------------------------------------------- */
@media screen and (max-width: 999px) {
  #lower .main {
    background: url("../images/common/mb_lower_main_bg.jpg") right bottom / 100% auto no-repeat #1E73EB;
    min-height: inherit;
    padding-bottom: 17.72vw;
  }
  #lower .main::after {
    height: 53.54vw;
  }
  #lower .main h2 {
    width: 83.5%;
    margin-left: 16.5%;
    margin-bottom: 16.84vw;
  }
  #lower .main ul {
    width: 79.75vw;
    margin-left: 0;
    margin: 0 auto 3.8vw;
  }
  #lower .main ul li:nth-child(1) {
    font-size: 3.04vw;
    padding: 1.01vw 2.53vw;
    margin-bottom: 3.8vw;
  }
  #lower .main ul li:nth-child(2) h3 {
    font-size: 5.57vw;
  }
  #lower .main ul li:nth-child(3) {
    font-size: 3.54vw;
  }
  #lower .main .breadcrumb {
    width: 79.75vw;
    margin-left: 0;
    margin: 0 auto;
    gap: 0 3.8vw;
    font-size: 2.53vw;
  }
  #lower .main .breadcrumb li:not(:last-child)::after {
    width: 1.77vw;
    height: 1.77vw;
    margin-left: 2.53vw;
  }
  .contents_container {
    padding: 12.03vw 0 14.05vw;
  }
  .contents_container .main_contents {
    float: inherit;
    width: 100%;
  }
  .contents_container .navi {
    display: none;
    visibility: hidden;
  }
  a.btn01 {
    font-size: 4.56vw;
    width: 70.89vw;
    height: 14.68vw;
    margin: 0 auto 8.86vw;
  }
  a.btn01 span {
    font-size: 4.56vw;
  }
  a.btn01 span::after {
    width: 4.56vw;
    height: 4.56vw;
    right: -6.08vw;
    top: 1.52vw;
  }
  a.btn01.btnL {
    width: 70.89vw;
  }
  a.btn01.btnB {
    width: 70.89vw;
  }
  a.btn01.btnB span::after {
    width: 1.52vw;
    height: 3.8vw;
    top: 2.15vw;
    background: url("../images/common/arrow_w.png") center center / contain no-repeat;
  }
  a.btn01.btn02 {
    width: 70.89vw;
  }
  a.btn01.btn02 span::after {
    width: 1.52vw;
    height: 3.8vw;
    top: 2.15vw;
    background: url("../images/common/arrow_w.png") center center / contain no-repeat;
  }

  a.btn01.btnL:hover, a.btn01.btnB:hover a.btn01.btn02:hover {
    opacity: 1;
  }

  
  
  
}/* Smartphone End */


/* article */
.article{margin-top:min(5.33vw, 80px);}
.article h2{padding: min(0.67vw,10px) 0 min(0.67vw,10px) min(2.13vw,32px);
  border-left: min(0.33vw,5px) solid #384894;
  font-size: min(2.13vw,32px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: min(2.67vw,40px);
  margin-top: min(2.67vw,40px);
}
.article p{font-size: min(1.2vw, 18px);}