@charset "UTF-8";

/*======================================================================
  Reset CSS for HTML5
======================================================================*/
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,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

body {
  font-size: 13px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: 'Noto Sans JP';
}

.boxwrap {
  margin: 0 auto;
  max-width: 1280px;
}

.Inner {
  margin: 0 130px;
}

@media screen and (max-width:1100px) {
  .Inner {
    margin: 0 70px;
  }
}

@media screen and (max-width:949px) {
  .boxwrap {
    margin: 0 auto;
    max-width: 750px;
  }

  .Inner {
    margin: 0 40px;
  }
}

a {
  color: #000;
  text-decoration: none;
}

.indent {
  padding: 0 0 0 12px;
}

/*======================================================================
  HEADER
======================================================================*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 6px #b2b2b2;
  z-index: 10;
}

.pc_header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'メイリオ';
}

.head_logo {
  margin: 0 40px 0 0;
}

.head_logo img {
  display: block;
}

.header_menu_wrap {
  display: flex;
  align-items: center;
}

.header_menu {
  margin: 0 0 0 26px;
}

.header_menu_wrap>li:nth-child(5) {
  margin: 0 0 0 30px;
}

.header_menu>p {
  cursor: pointer;
  padding: 34px 0;
  position: relative;
  display: inline-block;
}

.header_menu>p:hover {
  opacity: 1;
}

.header_menu:hover>p:after {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #005dae;
  content: "";
}

.header_menu_box {
  position: absolute;
  display: none;
  padding: 40px 0;
  top: 86px;
  left: 0;
  right: 0;
  background: URL(../../common/images/menu_bg.png) no-repeat;
  background-position: 99% 50%;
}

.header_menu_box::after {
  content: '';
  background-color: rgba(0, 64, 129, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.header_menu_box_Inner {
  width: 1020px;
  margin: 0 auto;
  display: flex;
}

.header_menu_box_Inner>img {
  width: 300px;
  height: 170px;
  margin: 0 40px 0 0;
}

.header_menu_box_Inner>ul>li a,
.header_menu_box_Inner>ul>li .digital_pamphlet{
  position: relative;
  text-decoration: none;
  padding: 0 0 0 14px;
  display: inline-block;
  background: url(../../common/images/Arrow.png) no-repeat;
  background-position: 0 50%;
  margin: 0 0 17px 0;
}

.header_menu_box_Inner>ul>li .digital_pamphlet{
  cursor: pointer;
}

.header_menu_box_Inner>ul>li:last-child a {
  margin: 0;
}

.header_menu_box_Inner>ul>li a::after,
.header_menu_box_Inner>ul>li .digital_pamphlet::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.header_menu_box_Inner>ul>li a:hover::after,
.header_menu_box_Inner>ul>li .digital_pamphlet:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.header_menu_box_Inner>ul>li a,
.header_menu_box_Inner>ul>li .digital_pamphlet {
  color: #fff;
}

.menu01:hover>.submenu01 {
  display: block;
}

.menu02:hover>.submenu02 {
  display: block;
  padding: 40px 0 17px 0;
}

.menu03:hover>.submenu03 {
  display: block;
}

.menu04:hover>.submenu04 {
  display: block;
}

.header_bluebox {
  text-align: center;
  margin: 0 0 0 10px;
  height: 48px;
}

.header_bluebox>a,
.header_bluebox>p {
  display: block;
  background: #005dae;
  width: 100px;
  padding: 6px 0;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: .3s;
  border: 1px solid #005dae;
}

.openModal::before,
.header_bluebox>a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFF;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.openModal:hover,
.header_bluebox>a:hover {
  opacity: 1;
  color: #005dae;
}

.openModal:hover::before,
.header_bluebox>a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}


.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 129, 0.9);
}

.modalArea .modalInner {
  padding: 30px;
  display: inline-block;
  background: #efefef;
  margin: 130px 0 30px 0;
}

.modalArea .modalInner a .modal_bnr_off{
  display: inline-block;
}

.modalArea .modalInner a .modal_bnr_on{
  display: none;
}

.modalArea .modalInner a:hover .modal_bnr_off{
  display: none;
}

.modalArea .modalInner a:hover .modal_bnr_on{
  display: inline-block;
}

.closeModal_wrap {
  display: block;
  text-align: center;
}

.closeModal {
  display: inline-block;
}

.closeModal:hover {
  opacity: 0.3;
}

.closeModal img {
  display: block;
  cursor: pointer;
}

/*hamburger*/
.menu__item {
  background: #005dae;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  position: relative;
  overflow-y: auto;
}

.menu__item__link {
  position: relative;
  color: #fff;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  display: block;
  padding: 17px 20px;
  border-bottom: solid 1px #58a3e5;
}

.menu__item__link::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 25px;
  height: 2px;
  background: #58a3e5;
}

.menu__item__link::after {
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 25px;
  background: #58a3e5;
}

.menu__item__link_after:after {
  display: none;
}


.menu__item__link:hover {
  opacity: 1;
}

.hamburger_bottom_item a,
.hamburger_bottom_item p {
  position: relative;
  display: block;
  background: #fff;
  color: #005dae;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 18px 20px;
  margin: 0 0 10px 0;
}

.hamburger_bottom_item p {
  margin: 30px 0 10px 0;
}

.hamburger_bottom_item a::after,
.hamburger_bottom_item p::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 23px;
  height: 10px;
  width: 6px;
  background: url(../../common/images/SP_Arrow.png) no-repeat;
  background-size: contain;
}

.submenu {
  background: #f5f5f5;
  display: none;
}

.submenu__item {
  color: #222;
  padding: 18px 20px 0 20px;
}

.submenu__item a,
.submenu__item .digital_pamphlet {
  display: block;
  font-size: 0.8125rem;
  border-bottom: 2px solid #58a3e5;
  padding: 0 48px 18px 0;
  background: url(../../common/images/SP_Arrow.png) no-repeat;
  background-size: 6px 10px;
  background-position: 95% 5px;
}

.submenu__item:last-child a,
.submenu__item:last-child .digital_pamphlet {
  border: none;
}

.hamburger {
  display: none;
  position: fixed;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 9;
  background: #005dae;
  overflow-y: auto;
}

.hamburger>.Inner>a:first-child {
  margin: 60px 0 20px 0;
}

.hamburger>.Inner>a {
  display: block;
  font-weight: bold;
  padding: 40px 37px;
  font-size: 1.625rem;
  color: #005dae;
  background: #fff;
  margin: 0 0 20px 0;
}

/*SP*/
.sp_header_wrap {
  display: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp_openModal {
  display: flex;
  align-items: center;
  padding: 15px 23px;
  font-weight: bold;
  font-size: 0.8125rem;
  color: #fff;
  background: #005dae;
  cursor: pointer;
}

.sp_modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 129, 0.9);
  overflow-y: auto;
}

.sp_modalArea .sp_modalInner {
  text-align: center;
  padding: 4% 5%;
  width: 65%;
  display: block;
  background: #efefef;
  margin: 100px auto 30px auto;
}

.sp_modalInner a {
  display: inline-block;
  margin: 0 0 40px 0;
}

.sp_modalInner a:last-child {
  margin-bottom: 0;
}

.sp_modalInner a img {
  width: 100%;
  height: auto;
}

.sp_closeModal_wrap {
  display: block;
  text-align: center;
  margin: 0 0 100px 0;
}

.sp_closeModal {
  display: inline-block;
}

.sp_closeModal:hover {
  opacity: 0.3;
}

.sp_closeModal img {
  max-width: 44px;
  display: block;
  cursor: pointer;
}

.sp_header_item {
  display: flex;
  justify-content: center;
}

.openbtn1 {
  position: relative;
  margin: 0 0 0 20px;
  cursor: pointer;
  width: 28px;
  height: 35px;
}

.openbtn1 span {
  position: absolute;
  display: inline-block;
  transition: all .4s;
  height: 2px;
  background: #005dae;
  width: 28px;
}

.openbtn1 span:nth-of-type(1) {
  top: 2px;
}

.openbtn1 span:nth-of-type(2) {
  top: 8px;
}

.openbtn1 span:nth-of-type(3) {
  top: 15px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 0px;
  left: 0px;
  transform: translateY(10px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 35px;
  left: 0px;
  transform: translateY(-25px) rotate(45deg);
}

.openbtn_label {
  position: absolute;
  bottom: -3px;
  font-size: 0.625rem;
  color: #005eae;
  left: 50%;
  transform: translateX(-50%);
}


@media screen and (max-width:949px) {
  header {
    padding: 12.5px 0;
  }

  .head_logo img {
    height: 20px;
  }

  .pc_header_wrap {
    display: none;
  }

  .sp_header_wrap {
    display: flex;
  }
}

@media screen and (max-width:575px) {
  .Inner {
    margin: 0 20px;
  }

  .sp_openModal {
    font-size: 0.8125rem;
    padding: 0 10px;
  }
}

@media screen and (min-width:950px) {
  .pc_header_wrap {
    display: flex;
  }

  .sp_header_wrap {
    display: none;
  }
}


/*======================================================================
  FOOTER
======================================================================*/
footer {
  margin: 60px 0 0 0;
  background: #f5f5f5;
  padding: 60px 0 0 0;
}

footer>.boxwrap {
  margin: 0 auto 80px;
}

.footer_logo {
  display: inline-block;
  margin: 0 0 15px 0;
}

.footer_logo img {
  display: block;
}

footer nav>ul>li>p {
  display: inline-block;
  margin: 0 0 22px 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #000;
}

footer nav ul li {
  margin: 0 0 6px 0;
}

.nav_wrap li ul li a,
.nav_wrap li ul li .digital_pamphlet {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #777;
}

.nav_wrap li ul li a::after,
.nav_wrap li ul li .digital_pamphlet::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #777;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.nav_wrap li ul li a:hover::after,
.nav_wrap li ul li .digital_pamphlet:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.nav_wrap {
  display: flex;
}

.nav_wrap>li:not(:last-child) {
  margin: 0 94px 0 0;
}

.nav_wrap>li:nth-child(2) {
  margin: 0 113px 0 0;
}

.nav_wrap>li:nth-child(3) {
  margin: 0 146px 0 0;
}

.footer_bottom {
  padding: 30px 0;
  background: #005dae;
}

.footer_bottom_itemwrap {
  display: flex;
  justify-content: space-between;
}

.footer_bottom_itemwrap ul {
  display: flex;
  flex-wrap: wrap;
}

.footer_bottom_itemwrap ul li a {
  color: #fff;
  position: relative;
}

.footer_bottom_itemwrap ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.footer_bottom_itemwrap ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.footer_bottom_itemwrap ul li:not(:last-child) {
  padding: 0 6px 0 0;
  border-right: #fff solid 1px;
}

.footer_bottom_itemwrap ul li:nth-child(2) {
  padding: 0 6px 0 6px;
}

.footer_bottom_itemwrap ul li:last-child {
  padding: 0 6px 0 6px;
}

.footer_bottom_itemwrap small {
  color: #fff;
}

.footer_bottom .pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

  opacity: 0;
  visibility: hidden;
}

.footer_bottom .active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.footer_bottom .pagetop:hover {
  opacity: 0.5;
}

@media screen and (max-width:949px) {
  .footer_logo img {
    height: 20px;
  }

  footer>.boxwrap {
    margin: 0 auto 30px;
  }

  .nav_wrap {
    display: block;
  }

  .nav_wrap>li:not(:last-child) {
    margin: 0 0 30px 0;
  }

  footer nav>ul>li>p {
    font-size: 0.875rem;
    line-height: 29px;
    letter-spacing: 0.025em;
    margin: 0 0 20px 0;
  }

  footer nav ul li {
    margin: 0 0 13px 0;
  }

  .nav_wrap li ul li a,
  .nav_wrap li ul li .digital_pamphlet {
    font-size: 0.75rem;
  }

  .footer_bottom_itemwrap {
    display: block;
  }

  .footer_bottom_itemwrap ul {
    margin: 0 0 24px 0;
  }

  .footer_bottom_itemwrap ul li:not(:last-child) {
    padding: 0 13px 0 0;
    border-right: #fff solid 1px;
  }

  .footer_bottom_itemwrap ul li:nth-child(2) {
    padding: 0 13px 0 13px;
  }

  .footer_bottom_itemwrap ul li a {
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    line-height: 20px;
  }

  .footer_bottom_itemwrap small {
    font-size: 0.625rem;
    letter-spacing: 0.025em;
    line-height: 14px;
    display: inline-block;
    width: 69%;
  }

  .footer_bottom .pagetop img {
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width:600px) {

  .footer_bottom_itemwrap ul li:not(:last-child),
  .footer_bottom_itemwrap ul li:last-child {
    padding: 0;
    border-right: none;
  }
}

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

  .SP_pagetop {
    display: block;
  }
}

@media screen and (min-width:950px) {
  .PC_pagetop {
    display: block;
  }

  .SP_pagetop {
    display: none;
  }
}

/*2023-09-07*/
@media screen and (max-width:950px) {
  .slick-slide>div>div {
    height: 260px;
  }
}

.nav_wrap li ul li .digital_pamphlet{
  cursor: pointer;
}
