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

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

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

img {
  margin: 0;
  padding: 0;
}

/* --- base --- */

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: .1rem;
  text-align: left;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: transform;
}

.linkdeco {
  color: #1D39A7;
  text-decoration: underline;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: transform;
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: transform;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/* --- common --- */

.inner {
  width: 100%;
  overflow: hidden;
}

.contents {
  width: 1200px;
  margin: 0 auto 100px;
}

.section_title {
  font-size: 3.5rem;
  margin-bottom: 15px;
  text-align: center;
}

.border {
  position: relative;
  width: 140px;
  height: 4px;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  text-align: center;
  margin: 0 auto 60px;
}

.border::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  content: '';
  width: 50%;
  height: 4px;
  background-color: #409FE5;
}

.mb50 {
  margin-bottom: 50px;
}

.fRed_l {
  color: #E50C0C;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

.arrow {
  position: relative;
  padding-left: 30px;
  color: #409FE5;
}

.arrow:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 15px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #409FE5;
  z-index: 2;
}

.circleBtn a {
  padding: 13px 0;
  border: 1px solid #409FE5;
  border-radius: 30px;
  text-align: center;
  display: block;
}

.circleBtn .arrow {
  color: #3A3838;
  font-weight: bold;
}

.circleBtn a:hover {
  background: #409FE5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: transform;
  opacity: 1;
}

.circleBtn a:hover .arrow {
  color: #FFF;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: transform;
}

.circleBtn a:hover .arrow:before {
  border-color: transparent transparent transparent #FFF;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: transform;
  opacity: 1;
}

.textBtn {
  position: relative;
  left: 0;
  right: 0;
}

.textBtn a {
  position: relative;
  display: block;
  background: none;
  padding: 22px 25px;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 322px;
  color: #FFF;
  text-align: left;
  text-decoration: none;
  border: 1px solid #fff;
}

.textBtn a:hover {
  color: #000;
  background: #FFF;
  border: 1px solid #fff;
  opacity: 1;
}

.textBtn .btnArrow {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 40px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: inline-block;
  height: 1px;
}

.textBtn .btnArrow::after, .textBtn .btnArrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #FFF;
}

.textBtn .btnArrow::before {
  left: 0;
  width: 100%;
  height: 1px;
}

.textBtn .btnArrow::after {
  right: 0;
  bottom: 1px;
  width: 1px;
  height: 7px;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.textBtn a:hover .btnArrow::after, .textBtn a:hover .btnArrow::before {
  background-color: #000;
}

ol {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 40px;
}

ol li {
  padding-left: 1rem;
}

.marker_y {
  background: linear-gradient(transparent 60%, #ffffa8 0%);
  }
/* --- header --- */

#top header {
  position: relative;
  height: 800px;
  margin-bottom: 0;
}

#secound header {
  position: relative;
  top: 0;
  height: 380px;
  margin-bottom: 100px;
}

#third header {
  position: relative;
  height: 250px;
  margin-bottom: 100px;
}

.headerArea {
  padding-bottom: 65px;
}

.header_inner {
  position: fixed;
  height: 70px;
  width: 100%;
  background: #409FE5;
  z-index: 3;
  opacity: 1;
  transition: .4s;
}

.header_contents {
  position: fixed;
  left: 0;
  right: 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 4;
  transition: .4s;
}

.header_contents h1 {
  position: relative;
  z-index: 5;
  width: 480px;
  margin: 0;
  transition: .4s;
  line-height: 1;
}

.header_contents h1 img {
  width: 100%;
}

/* Start Navigation Bar */

.navbar a {
  opacity: initial;
}

.navbar {
  color: #ffffff;
  border-radius: 4px;
  width: 100vw;
  max-width: 600px;
  margin: 0 auto;
  z-index: 10;
}

.navbar .menu {
  display: flex;
  position: relative;
}

.navbar .menu li {
  flex: 1;
  display: flex;
  text-align: center;
  transition: background-color 0.5s ease;
}

.navbar .menu a {
  flex: 1;
  justify-content: center;
  display: inline-flex;
  color: #ffffff;
  text-decoration: none;
  padding: 20px 0;
  position: relative;
}

.navbar .menu li:hover {
  background-color: #409FE5;
  z-index: 9;
}

.navbar .menu li:hover .container {
  display: flex;
}

a.hasDropdown:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #25283d;
  z-index: 9;
}

li:hover a.hasDropdown:after {
  content: '';
  border-top-color: #409FE5;
}

/* End Navigation Bar */

/* Start Single Section Menu */

.container {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: #EDF7F8;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  text-align: left;
  margin-bottom: 30px;
  z-index: -1;
}

.container__list {
  display: flex;
  flex-wrap: wrap;
}

.container__listItem {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 40px;
}

.container__listItem>div {
  color: #DB6356;
  text-decoration: underline;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container .container__listItem .main a {
  color: #000;
  padding: 0 0  10px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  opacity: 1;
}

.container .container__listItem .main a::before {
  content: '';
  height: 0;
  width: 0;
  display: block;
  margin-right: 10px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #44AAF8;
}

.container .container__listItem .main {
font-weight: bold;
text-decoration: none;
}

.container .container__listItem .sub a, .container .container__listItem .imgArea a {
  color: #000;
  padding: 0 0  10px 20px;
}

.container .container__listItem .imgArea {
  background: #FFF;
  padding:10px 5px 5px;
}

.container .container__listItem .imgArea a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.container .container__listItem .imgArea a:hover {
opacity: 0.5;
}

.container .container__listItem .imgArea img {
  width: 80px;
  margin-left: 10px;
}

/* End Single Section Menu */

/* Start Multiple Section Menu */

.container.has-multi .container__listItem {
  flex-basis: 100%;
}

.container.has-multi .container__list {
  flex-basis: 33.333%;
  border-radius: 4px;
}

.container.has-multi .container__list:not(:last-child) {
  border-right: solid 1px #f3f3f3;
  margin-right: 20px;
}

/* End Multiple Section Menu */

.titleArea {
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: top center;
}

#third .titleArea {
  height: 250px;
}

#topics .titleArea {
  height: 200px;
  background: #F5F5F5;
  margin-bottom: 80px;
}

.titleArea .pageTitle {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}

#topics .titleArea .pageTitle {
  color: #409FE5;
  font-size: 3rem;
  font-weight: bold;
}

/* --- footer --- */

footer {
  width: 100%;
  background: #409FE5;
  padding: 60px 0;
  color: #fff;
}

footer h1 {
  text-align: center;
  margin-bottom: 60px;
}

footer .footer_contents {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

footer .footer_contents .footer_ContentsBox {
  margin-right: 80px;
  padding-right: 80px;
  border-right: 1px dotted #fff;
}

footer .footer_contents .footer_ContentsBox p {
  margin-bottom: 20px;
}

footer .footer_contents .footer_ContentsBox:nth-of-type(3n) {
  margin-right: 0;
  padding-right: 50px;
  border-right: none;
}

footer .footer_contents .footer_ContentsBox h2 {
  font-weight: bold;
}

footer .footer_contents .footer_ContentsBox ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

footer .footer_contents .footer_ContentsBox ul li a::before {
  content: '-\00a0';
  display: inline-block;
  color: #fff;
}

/* --- コンテンツ --- */

.subCategory {
  width: 1200px;
  margin: 0 auto 90px;
  text-align: center;
}

.subCategory ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}


.subCategory ul li {
  width: 400px;
  box-sizing: border-box;
  border: 1px dotted #636363;
  border-top: none;
  border-left: none;
  text-align: center;
}

.subCategory ul:first-of-type li {
  border-top: 1px dotted #636363;
}

.subCategory ul li:nth-of-type(4n), .subCategory ul li:first-of-type {
  border-left: 1px dotted #636363;
}

.subCategory ul li a {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 1;
  font-size: 2rem;
  font-weight: bold;
}

.subCategory ul li a:hover {
  background: #DCF0FF;
}

.subCategory ul li a::before {
  content: '';
  height: 0;
  width: 0;
  display: block;
  margin-right: 10px;
  border-style: solid;
}

.subCategory ul .innerLink a::before {
  border-width: 7px 5px 0 5px;
  border-color: #44AAF8 transparent transparent transparent;
  margin-right: 15px;
}

.subCategory ul .pageLink a::before {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #44AAF8;
}

/*== sp ==*/

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

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

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

@media (max-width: 769px) {
  img {
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none!important;
  }
  /* --- common --- */
  .contents {
    width: 90%;
    margin: 0 auto 50px;
  }
  .section_title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .border {
    margin: 0 auto 30px;
  }

  ol {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 40px;
  }
  
  ol li {
    padding-left: 1rem;
  }
  /*---------------- header ---------------- */
  #top header {
    position: relative;
    height: 410px;
  }
  #secound header, #third header {
    position: relative;
    height: 100px;
    margin-bottom: 30px;
  }
  .head_area {
    position: fixed;
    background: #409FE5;
    z-index: 997;
    height: 60px;
    top: 0;
    width: 100%;
  }
  .head_area h1 {
    width: 75%;
    margin: 20px 0 20px 20px;
    opacity: 1;
    transition: .4s;
    z-index: 998;
  }
  /*------remodal reset-----*/
  .remodal {
    height: 100%;
  }
  .remodal-wrapper {
    padding: 0;
  }
  /*------secound titlearea-----*/
  #secound .titleArea, #third .titleArea {
    height: 100px;
    margin-top: 57px;
    background-size: cover;
    background-position: top center;
  }
  #secound .titleArea .pageTitle {
    font-size: 2rem;
  }
  #topics .titleArea {
    height: 100px;
    margin-top: 57px;
    background: #F5F5F5;
    margin-bottom: 40px;
  }
  .titleArea .pageTitle {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  #topics .titleArea .pageTitle {
    color: #409FE5;
    font-size: 2rem;
    font-weight: bold;
  }
  /* ----------------------------------------------------------------

　　open_menu

----------------------------------------------------------------- */
  .open-menu-btn-wrap {
    display: block;
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 24px;
    right: 5%;
    cursor: pointer;
    z-index: 999;
    top: 20px;
  }
  .open-menu-btn {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 2em;
    z-index: 999;
  }
  .open-menu-btn .toggle {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    transition: all .4s ease;
    border-radius: 5px;
    background-color: #fff;
  }
  .open-menu-btn .toggle:nth-child(1) {
    top: 0;
  }
  .open-menu-btn .toggle:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .open-menu-btn .toggle:nth-child(3) {
    bottom: 0;
  }
  .open .open-menu-btn .toggle:nth-child(1) {
    top: 50%;
    left: 0;
    transform: rotate(45deg) translateY(-2px);
  }
  .open .open-menu-btn .toggle:nth-child(2) {
    opacity: 0;
  }
  .open .open-menu-btn .toggle:nth-child(3) {
    bottom: 50%;
    left: 0;
    transform: rotate(-45deg) translateY(1px);
    width: 100%;
  }
  .open-menu-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #409FE5;
    top: 0;
    left: 0;
    z-index: 996;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  .open .open-menu-bg, .open .open-menu-wrap {
    pointer-events: auto;
    opacity: 1;
    transition: opacity .4s ease;
  }
  .open-menu-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 996;
    padding: 10% 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0s ease;
    overflow-y: scroll;
    text-align: left;
  }
  .open-menu-wrap .nv_accordion {
    padding-top: 25px;
  }
  .open-menu-wrap .nv_accordion {
    margin-bottom: 30px;
  }
  .open-menu-wrap .nv_accordion .accordion_area:last-of-type .accordion_header {
    border-bottom: 1px dotted #fff;
  }
  .open-menu-wrap #head_nv {
    position: relative;
    margin-bottom: 30px;
  }
  .open-menu-wrap #head_nv ul {
    display: flex;
    justify-content: center;
  }
  .open-menu-wrap #head_nv li a {
    display: block;
    padding: 15px 40px;
    color: #fff;
  }
  .open-menu-wrap #head_nv li a:first-of-type {
    border-right: 1px solid #fff;
  }
  .open-menu-wrap #head_nv li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
  }
  .open-menu-logo {
    margin: 0 auto 24px;
    display: block;
    font-weight: 700;
    line-height: 1.6;
  }
  .open-menu-nav {
    padding: 5%;
  }
  .open-menu-nav ul li {
    margin-bottom: 3.2vh;
    font-weight: bold;
    line-height: 1.4
  }

 .open-menu-nav .sns-nav {
    text-align: center;
  }
  .open-menu-nav .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 24px auto 0;
  }
  .open-menu-nav .btn-wrap a {
    display: block;
    width: 30%;
  }
  .open-menu .btn-wrap {
    width: 72%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 5%;
  }
  .open-menu .btn-wrap a {
    display: block;
    width: 30%;
  }
  .open-menu-wrap .spmenu_map h2 {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .open-menu-wrap .spmenu_map p {
    margin-bottom: 10px;
  }

  /*------accordion-----*/
  .nv_accordion .accordion_area {
    max-width: 100%;
  }
  .nv_accordion .accordion_area .accordion_header {
    font-weight: bold;
    padding: 5%;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition-duration: 0.2s;
    border-top: 1px dotted #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  .nv_accordion .accordion_area .accordion_header .arrow02 {
    position: absolute;
    content: '';
    top: 30px;
    right: 15px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
  }
  .nv_accordion .accordion_area .accordion_header.open .arrow02 {
    position: absolute;
    content: '';
    top: 30px;
    right: 15px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
  }
  .nv_accordion .accordion_area .accordion_inner {
    display: none;
    padding: 30px 30px;
    box-sizing: border-box;
    background: #fff;
  }

  .nv_accordion .accordion_area .accordion_inner .accordion_glnv {
    margin-bottom: 20px;
  }
  .nv_accordion .accordion_area .accordion_inner .accordion_glnv>li {
    margin-bottom: 10px;
  }

  .accordion_glnv .main a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: start;
    opacity: 1;
  }
  
  .accordion_glnv .main a::before {
    content: '';
    height: 0;
    width: 0;
    display: block;
    margin-right: 10px;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #44AAF8;
  }
  
  .accordion_glnv .main {
  font-weight: bold;
  text-decoration: none;
  }

  .accordion_glnv .sub a::before {
    content: '-\00a0';
    display: inline-block;
    color: #409FE5;
  }


  .nv_accordion .accordion_area .accordion_inner .accordion_glnv li .imgSet {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .nv_accordion .accordion_area .accordion_inner .accordion_glnv li .imgSet img {
    width: 30%;
    margin: 0 auto;
  }
  /* --- footer --- */
  footer {
    width: 100%;
    background: #409FE5;
    padding: 60px 0;
    color: #fff;
  }
  footer h1 {
    margin: 0 auto;
    width: 80%;
  }
  /* --- コンテンツ --- */
  .subCategory {
    width: 90%;
    margin: 0 auto 40px;
  }
  .subCategory ul {
    flex-wrap: wrap;
    justify-content: start;
  }
  .subCategory ul li {
    font-size: 1.2rem;
    margin-bottom: 5px;
    width: auto;
    border:none;
  }
  .subCategory ul li a {
    padding: 0 5px;
    font-size: 1.4rem;
    margin-right: 5px;
  }

  .subCategory ul:first-of-type li {
    border:none;
  }

  .subCategory ul li:first-of-type {
    border:none;
  }
  .subCategory ul:first-of-type {
    justify-content: start;
  }

  .circleBtn a {
    padding: 10px;
    border: 1px solid #409FE5;
    border-radius: 10px;
    text-align: center;
    display: block;
  }

}