@charset "UTF-8";
/* =============================================
- 追加
================================================ */
/* =============================================
- base
================================================ */
body {
  color: #282828;
  line-height: 1.8em;
  font-size: 14px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 980px) {
  body {
    line-height: 1.9em;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
#wrap {
  overflow: hidden;
}

/* =============================================
- base
================================================ */
img {
  width: 100%;
}



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

  .sp{display: inline-block;}
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: inline-block;
  }
}
.blank {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.blank:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/icon_blank.png);
  position: absolute;
  right: 0px;
  top: 50%;
  background-size: cover;
  margin-top: -5px;
}

a:hover{text-decoration: none;}

/* =============================================
- HEADER
================================================ */
@media screen and (max-width: 979px) {
  /* =============================================
  - header
  ================================================ */
  #header .headArea {
    height: 60px;
    width: 100%;
    background-color: #fff;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    padding-left: 15px;
    transition: all 0.25s ease-in-out;
  }

  body {
    padding-top: 60px;
  }

  #header .logo {
    margin-top: 5px;
    display: inline-block;
    width: 200px;
  }
  #header .logo a {
    display: block;
  }
  #header .logo svg {
    width: 100%;
  }
  #header .logo svg path, #header .logo svg circle {
    fill: #fff;
  }

  /* =============================================
  - navBtn
  ================================================ */
  .navBtn {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 99999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background-color: #FFDC1A;
  }
  .navBtn span {
    width: 32px;
    height: 2px;
    background-color: #16254B;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -1px;
    transition: all 0.2s ease-in;
  }
  .navBtn span:after, .navBtn span:before {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #16254B;
    display: block;
    position: absolute;
    left: 0px;
    transition: all 0.2s ease-in;
  }
  .navBtn span:after {
    top: -10px;
  }
  .navBtn span:before {
    bottom: -10px;
  }
  .navBtn.active span {
    background-color: transparent;
  }
  .navBtn.active span:after {
    top: 0px;
    transform: rotate(45deg);
  }
  .navBtn.active span:before {
    top: 0px;
    transform: rotate(135deg);
  }

  /* =============================================
  - navigation
  ================================================ */
  #navigation {
    width: calc( 100% + 60px);
    height: 100%;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 999;
    background-color: #16254B;
    padding: 0px 60px 100px 0px;
    overflow-y: scroll;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    transform: translateX(100%);
  }
  #navigation .gnav > ul {
    width: 100%;
    border-top: 1px solid #425177;
  }
  #navigation .gnav > ul > li {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #425177;
    position: relative;
  }
  #navigation .gnav > ul > li > a {
    position: relative;
    font-size: 15px;
    color: #fff;
    padding: 20px 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* =============================================
  - inner_navigation
  ================================================ */
}
@media screen and (max-width: 979px) and (min-width: 980px) {
  #navigation .gnav > ul > li > a {
    font-weight: bold;
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav > ul > li > a span {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-top: 3px;
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav > ul > li > a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #7184b5;
    border-right: 1px solid #7184b5;
    transform: rotate(45deg);
    right: 20px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav > ul > li > a.hasChild:after {
    display: none;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav > ul > li > a.pc {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav .childList {
    display: none;
  }
  #navigation .gnav .childList li a {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #425177;
    padding: 10px 15px;
    background-color: #fff;
    color: #16254B;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 979px) and (min-width: 980px) {
  #navigation .gnav .childList li a {
    font-weight: bold;
  }
}
@media screen and (max-width: 979px) {
  #navigation .gnav .childList li a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #7184b5;
    border-right: 1px solid #7184b5;
    transform: rotate(45deg);
    right: 20px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
  }
}
@media screen and (max-width: 979px) {
  #navigation .toggleNav {
    width: 50px;
    height: 100%;
    display: block;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #navigation .toggleNav:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: 1px solid #7184b5;
    border-right: 1px solid #7184b5;

    transform: rotate(45deg);
    right: 20px;
    top: 40px;
    margin-top: -4px;
    position: absolute;
    transform: rotate(135deg);
  }/*border-top: 1px solid #7184b5;
    border-right: 1px solid #7184b5;*/
}
@media screen and (max-width: 979px) {
  .open #navigation {
    transform: translateX(0%);
    visibility: visible;
  }
  .open .navBtn span {
    margin-top: 0px;
  }
  .open .navBtn p {
    display: none;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  #navigation .gnav li a {
    font-size: 18px;
    padding: 40px 10px;
  }
  #navigation .gnav li a span {
    margin-top: 5px;
  }
}
@media screen and (max-width: 979px) {

  .signin_and_resume #header .btn_consArea {
    display: none;
  }
  
  #header .btn_consArea {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    border-top:1px solid #ccc;
    box-shadow: 0px -1px 0px #ddd;
    text-align: center;
    padding: 10px 10px;
    z-index: 99;
  }
  #header .btn_cons {
    width: 100%;
    position: relative;
    background-color: #007bff;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 15px 13px 15px;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
    text-align: center;
  }
  #header .btn_cons .svgwrap {
    display: inline-block;
    width: 23px;
    height: 20px;
  }
  #header .btn_cons img,
#header .btn_cons svg {
    width: 23px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
  }
  #header .btn_cons img path, #header .btn_cons img circle,
#header .btn_cons svg path,
#header .btn_cons svg circle {
    fill: #fff;
  }
  #header .btn_cons .svg_wrap {
    display: inline-block;
  }
  #header .btn_cons:hover {
    background-color: #63749D;
  }
  #header._no_nav .headArea {
    background-color: transparent;
    position: relative;
  }
  #header._no_nav .headArea .logo svg path {
    fill: #16254B;
  }
  #header._no_nav .h_btnarea {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #16254B;
    text-align: center;
    padding: 15px 10px;
    z-index: 99;
  }
  #header._no_nav .h_btnarea .svgwrap {
    display: inline-block;
    width: 23px;
    height: 20px;
  }
  #header._no_nav .btn_cons {
    width: 100%;
    position: relative;
    background-color: #52AF6E;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 16px 15px 16px 15px;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
    text-align: center;
  }
  #header._no_nav .btn_cons .svgwrap {
    display: inline-block;
    width: 23px;
    height: 20px;
  }
  #header._no_nav .btn_cons img,
#header._no_nav .btn_cons svg {
    width: 23px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
  }
  #header._no_nav .btn_cons img path, #header._no_nav .btn_cons img circle,
#header._no_nav .btn_cons svg path,
#header._no_nav .btn_cons svg circle {
    fill: #fff;
  }
  #header._no_nav .btn_cons .svg_wrap {
    display: inline-block;
  }
  #header._no_nav .btn_cons:hover {
    background-color: #63749D;
  }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
  #header .btn_consArea {
    position: relative;
    bottom: 1px;
    left: -80px;
    width: 260px;
    height: auto;
    background-color: transparent;
    text-align: center;
    padding: 0px 0px;
  }
  #header .btn_cons {
    font-size: 17px;
    font-weight: normal;
    padding: 10px 15px 10px 15px;
  }
}
@media screen and (max-width: 979px) {
  #inner_navigation {
    width: calc( 100% + 60px);
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: #16254B;
    padding: 100px 60px 100px 0px;
    overflow-y: scroll;
    transition: all 0.8s ease-in-out;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    visibility: hidden;
    transform: translateX(100%);
  }
  #inner_navigation .in {
    width: 100%;
    max-width: 390px;
    margin: 0px auto;
  }
  #inner_navigation .navBtn {
    right: 60px;
  }
}
@media screen and (max-width: 979px) {
  .sub_open #inner_navigation {
    transform: translateX(0%);
    visibility: visible;
  }
}
@media screen and (max-width: 979px) {
  #inner_navigation .in {
    max-width: 300px;
    margin: 0 auto;
  }
  #inner_navigation .btn_consArea {
    padding: 20px;
  }
  #inner_navigation .title {
    color: #fff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 979px) and (min-width: 980px) {
  #inner_navigation .title {
    font-weight: bold;
  }
}
@media screen and (max-width: 979px) {
  #inner_navigation .title svg {
    width: 30px;
    height: 25px;
    position: relative;
    top: 5px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 979px) {
  #inner_navigation .btnList a {
    position: relative;
    background-color: #E2EFEF;
    display: inline-block;
    color: #16254B;
    font-weight: 600;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    text-align: center;
    padding: 12px 10px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 979px) and (min-width: 980px) {
  #inner_navigation .btnList a {
    font-weight: bold;
  }
}
@media screen and (max-width: 979px) {
  #inner_navigation .btnList a .svg_wrap {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -12px;
  }
  #inner_navigation .btnList a .svg_wrap svg {
    width: 100%;
    height: 100%;
  }
  #inner_navigation .btnList a .svg_wrap svg path, #inner_navigation .btnList a .svg_wrap svg circle {
    fill: #16254B;
  }
}
@media screen and (max-width: 979px) {
  #inner_navigation .btnList a.register {
    background-color: #FFDC1A;
  }
}
@media screen and (max-width: 979px) {
  #inner_navigation .btnList a.pc {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  #inner_navigation .btnList li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 979px) {
  #inner_navigation .colBtn {
    margin-top: 15px;
  }
  #inner_navigation .colBtn a {
    position: relative;
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    font-size: 15px;
    text-align: center;
  }
  #inner_navigation .colBtn a + a {
    margin-top: 10px;
  }
  #inner_navigation .colBtn a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  #inner_navigation .in {
    max-width: 650px;
    margin: 0 auto;
  }
  #inner_navigation .btn_consArea {
    padding: 40px 20px;
  }
  #inner_navigation .title {
    font-size: 23px;
    margin-bottom: 40px;
  }
  #inner_navigation .title svg {
    width: 40px;
    height: 30px;
    top: 6px;
    margin-right: 10px;
  }
  #inner_navigation .btnList {
    display: flex;
    flex-wrap: wrap;
  }
  #inner_navigation .btnList a {
    font-size: 17px;
    padding: 15px 10px 15px 15px;
  }
  #inner_navigation .btnList a svg {
    width: 27px;
    height: 27px;
    left: 30px;
    margin-top: -14px;
  }
  #inner_navigation .btnList li {
    width: 48.5%;
  }
  #inner_navigation .btnList li + li {
    margin-top: 0px;
  }
  #inner_navigation .btnList li + li:nth-child(even) {
    margin-left: 3%;
  }
  #inner_navigation .btnList li + li:nth-child(n+3) {
    margin-top: 20px;
  }
  #inner_navigation .colBtn {
    margin-top: 35px;
    display: flex;
  }
  #inner_navigation .colBtn a {
    width: 48.5%;
    padding: 6px 10px;
    font-size: 16px;
  }
  #inner_navigation .colBtn a + a {
    margin-top: 0px;
    margin-left: 3%;
  }
}
@media screen and (min-width: 980px) {
  /* =============================================
  - header
  ================================================ */
  #header {
    height: 80px;
    width: 100%;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.25s ease-in-out;
  }
  #header .headArea {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #header .logo {
    display: block;
    width: 180px;
    position: relative;
    top: 1px;
  }
  #header .logo a {
    display: block;
    transition: all 0.2s ease-in-out;
  }
  #header .logo a:hover {
    opacity: 0.8;
  }
  #header .logo img,
#header .logo svg {
    width: 180px;
  }
  #header .logo img path, #header .logo img circle,
#header .logo svg path,
#header .logo svg circle {
    fill: #16254B;
  }
  #header .navBtn {
    display: none;
  }
  #header .btn_consArea {
    width: 180px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .btn_consArea .btn_cons {
    width: 100%;
    background-color: #007bff;
    display: block;
    font-size: 13px;
    color: #fff;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
  }
  #header .btn_consArea .btn_cons .svgwrap {
    display: block;
    width: 18px;
    height: 18px;
  }
  #header .btn_consArea .btn_cons .svg_wrap {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  #header .btn_consArea .btn_cons .svg_wrap img,
#header .btn_consArea .btn_cons .svg_wrap svg {
    width: 100%;
    height: 100%;
  }
  #header .btn_consArea .btn_cons .svg_wrap img path, #header .btn_consArea .btn_cons .svg_wrap img circle,
#header .btn_consArea .btn_cons .svg_wrap svg path,
#header .btn_consArea .btn_cons .svg_wrap svg circle {
    fill: #fff;
  }
  #header .btn_consArea .btn_cons:hover {
    background-color: #63749D;
  }
  #header._no_nav {
    background-color: transparent;
  }
  #header._no_nav .h_btnarea {
    width: 260px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  #header._no_nav .h_btnarea .btn_cons {
    width: 100%;
    height: 100%;
    background-color: #52AF6E;
    display: block;
    font-size: 17px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-in-out;
  }
  #header._no_nav .h_btnarea .btn_cons .svgwrap {
    display: block;
    width: 18px;
    height: 18px;
  }
  #header._no_nav .h_btnarea .btn_cons .svg_wrap {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  #header._no_nav .h_btnarea .btn_cons .svg_wrap img,
#header._no_nav .h_btnarea .btn_cons .svg_wrap svg {
    width: 100%;
    height: 100%;
  }
  #header._no_nav .h_btnarea .btn_cons .svg_wrap img path, #header._no_nav .h_btnarea .btn_cons .svg_wrap img circle,
#header._no_nav .h_btnarea .btn_cons .svg_wrap svg path,
#header._no_nav .h_btnarea .btn_cons .svg_wrap svg circle {
    fill: #fff;
  }
  #header._no_nav .h_btnarea .btn_cons:hover {
    background-color: #63749D;
  }

  #navigation {
    height: 100%;
    flex: 1;
    padding-left: 15px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  #navigation .toggleNav {
    display: none;
  }
  #navigation .gnav {
    height: 100%;
  }
  #navigation .gnav > ul {
    display: flex;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    justify-content: space-between;
  }
  #navigation .gnav > ul > li {
    position: relative;
    transition: all 0.2s ease-in-out;
  }
  #navigation .gnav > ul > li > a {
    width: 100%;
    height: 100%;
    padding: 24px 10px 20px 10px;
    display: block;
    color: #16254B;
    font-size: 13px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1em;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
  }

  /* =============================================
  - inner_navigation
  ================================================ */

  /* =============================================
  - navBtn
  ================================================ */
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #navigation .gnav > ul > li > a {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #navigation .gnav > ul > li > a span {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-top: 7px;
  }
}
@media screen and (min-width: 980px) {
  #navigation .gnav > ul > li > a.hasChild:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #16254B transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    opacity: 0;
    margin-left: -3px;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 980px) {
  #navigation .gnav > ul > li > a.sp {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #navigation .gnav > ul > li:hover {
    background-color: #FFF;
  }
  #navigation .gnav > ul > li:hover a.hasChild:before {
    opacity: 1;
  }
  #navigation .gnav > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 980px) {
  #navigation .gnav .childList {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 265px;
    display: block !important;
    transition: all 0.2s ease-in-out;
  }
  #navigation .gnav .childList li {
    display: block;
  }
  #navigation .gnav .childList li a {
    background-color: #16254B;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    line-height: 1em;
    padding: 13px 15px;
    border-bottom: 1px solid #425177;
    transition: all 0.2s ease-in-out;
  }
  #navigation .gnav .childList li a:hover {
    background-color: #425177;
  }
  #navigation .gnav .childList li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #navigation .gnav .childList li.active {
    opacity: 0;
    visibility: hidden;
  }
  #navigation .gnav .childList li.active:hover {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 980px) and (min-width: 1080px) {
  #header .btn_consArea {
    width: 220px;
  }
  #header .btn_consArea .btn_cons {
    font-size: 15px;
  }

  #navigation .gnav > ul > li > a {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #navigation .gnav > ul > li > a span {
    font-size: 11px;
  }
  #navigation .gnav .childList {
    width: 300px;
  }
  #navigation .gnav .childList li a {
    font-size: 15px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  #header .logo {
    width: 250px;
  }
  #header .logo img, #header .logo svg {
    width: 250px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) and (min-width: 1260px) {
  #header .btn_consArea {
    width: 260px;
  }
  #header .btn_consArea .btn_cons {
    padding: 8px 0;
    border-radius: 30px;
    font-size: 17px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1180px) {
  #navigation {
    padding-left: 20px;
  }
  #navigation .gnav > ul {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  #navigation .gnav > ul > li > a {
    font-size: 15px;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }
  #navigation .gnav > ul > li > a span {
    font-size: 11px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1230px) {
  #navigation .gnav > ul {
    transform: translateX(-20px);
  }
  #navigation .gnav > ul > li > a {
    font-size: 15px;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
}
@media screen and (min-width: 980px) and (min-width: 1230px) and (min-width: 1360px) {
  #navigation .gnav > ul > li > a {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (min-width: 980px) {
  body.scrollOn #header {
    padding-right: 0;
    background-color: #FFF;
  }
  body.scrollOn #header .btn_consArea .btn_cons {
    height: 100%;
    padding: 0px 0;
    border-radius: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  body:not(.top_page) {
    padding-top: 80px;
  }
  body:not(.top_page) #header {
    padding-right: 0;
    background-color: #FFF;
  }
  body:not(.top_page) #header .btn_consArea .btn_cons {
    height: 100%;
    padding: 0px 0;
    border-radius: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  body:not(.top_page) #navigation .gnav > ul {
    transform: translateX(-20px);
  }
  body:not(.top_page) #navigation .gnav > ul > li:hover {
    background-color: #FFDC1A;
  }
}
@media screen and (min-width: 980px) {
  #inner_navigation {
    width: calc( 100% + 60px);
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: #16254B;
    padding: 100px 60px 100px 0px;
    overflow-y: scroll;
    transition: all 0.4s ease-in-out;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    visibility: hidden;
    transform: translateX(100%);
  }
  #inner_navigation .navBtn {
    display: block;
  }
  #inner_navigation .in {
    width: 100%;
    max-width: 390px;
  }
  #inner_navigation .title {
    color: #fff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #inner_navigation .title {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #inner_navigation .title .svg_wrap {
    width: 48px;
    height: 40px;
    position: relative;
    top: 10px;
    margin-right: 10px;
    display: inline-block;
  }
  #inner_navigation .title .svg_wrap svg {
    width: 100%;
    height: 100%;
  }
  #inner_navigation .title .svg_wrap svg .st0 {
    fill: #FFF;
  }
}
@media screen and (min-width: 980px) {
  #inner_navigation .btnList a {
    position: relative;
    background-color: #E2EFEF;
    display: inline-block;
    color: #16254B;
    font-weight: 600;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #inner_navigation .btnList a {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  #inner_navigation .btnList a .svg_wrap {
    width: 30px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -13px;
    display: inline-block;
  }
  #inner_navigation .btnList a .svg_wrap svg {
    width: 100%;
    height: 100%;
  }
  #inner_navigation .btnList a .svg_wrap svg path, #inner_navigation .btnList a .svg_wrap svg circle {
    fill: #16254B;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 980px) {
  #inner_navigation .btnList a.register {
    background-color: #FFDC1A;
  }
}
@media screen and (min-width: 980px) {
  #inner_navigation .btnList a:hover {
    background-color: #52AF6E;
    color: #fff;
  }
  #inner_navigation .btnList a:hover path, #inner_navigation .btnList a:hover circle {
    fill: #fff;
  }
}
@media screen and (min-width: 980px) {
  #inner_navigation .btnList a.sp {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #inner_navigation .btnList li + li {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  #inner_navigation .colBtn {
    margin-top: 30px;
  }
  #inner_navigation .colBtn a {
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #fff;
    width: 185px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    transition: all 0.2s ease-in-out;
  }
  #inner_navigation .colBtn a + a {
    margin-top: 0px;
    margin-left: 10px;
  }
  #inner_navigation .colBtn a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    transition: all 0.2s ease-in-out;
  }
  #inner_navigation .colBtn a:hover {
    background-color: #fff;
    color: #16254B;
  }
  #inner_navigation .colBtn a:hover:after {
    border-color: #16254B;
  }
}
@media screen and (min-width: 980px) {
  .sub_open #inner_navigation {
    transform: translateX(0%);
    visibility: visible;
  }
}
@media screen and (min-width: 980px) {
  .navBtn {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 99999;
    top: 0px;
    right: 45px;
    cursor: pointer;
    background-color: #16254B;
  }
  .navBtn span {
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -1px;
    transition: all 0.2s ease-in;
  }
  .navBtn span:after, .navBtn span:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0px;
    transition: all 0.2s ease-in;
  }
  .navBtn span:after {
    top: -12px;
  }
  .navBtn span:before {
    bottom: -12px;
  }
  .navBtn.active span {
    background-color: transparent;
  }
  .navBtn.active span:after {
    top: 0px;
    transform: rotate(45deg);
  }
  .navBtn.active span:before {
    top: 0px;
    transform: rotate(135deg);
  }
}
@media screen and (min-width: 980px) {
  _:-ms-fullscreen, :root #inner_navigation .colBtn a {
    padding: 9px 10px 4px 10px;
  }
}
/* =============================================
- FOOTER
================================================ */
.ConsultationArea + #footer {
  padding-top: 20px;
}
#footer {
  padding: 30px 0px;
  background-color: #16254B;
}
#footer .logo {
  text-align: center;
  margin-bottom: 20px;
}
#footer .logo a {
  width: 200px;
  display: inline-block;
}
#footer .logo svg {
  width: 100%;
  height: auto;
}
#footer .logo svg path, #footer .logo svg circle {
  fill: #fff;
}
#footer .copyright {
  background-color: #FFDC1A;
  padding: 10px 10px 70px 10px;
}
#footer .copyright p {
  line-height: 1.4em;
  font-size: 13px;
  text-align: center;
}

#footer .LinkArea {
  padding-bottom: 30px;
}
#footer .column {
  padding: 0px 20px;
}
#footer .column + .column {
  margin-top: 25px;
}
#footer .LinkList + .LinkList {
  margin-top: 15px;
}
#footer .LinkList a {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 1.4em;
}
#footer .LinkList > li > a {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 980px) {
  #footer .LinkList > li > a {
    font-weight: bold;
  }
}
#footer .LinkList > li > a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0.7em;
  margin-top: -4px;
}
#footer .LinkList > li .childList {
  margin-left: 15px;
}
#footer .LinkList > li .childList a {
  position: relative;
  padding-left: 20px;
}
#footer .LinkList > li .childList a:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0.7em;
  margin-top: -2px;
}

@media screen and (min-width: 768px) {
  #footer .logo {
    margin-left: 40px;
    margin-bottom: 20px;
    text-align: left;
  }
  #footer .logo a {
    width: 220px;
  }
  #footer .LinkArea {
    padding: 0px 40px 40px 40px;
    display: flex;
  }
  #footer .LinkArea .column:nth-child(1) {
    width: 45%;
  }
  #footer .LinkArea .column:nth-child(2) {
    width: 30%;
  }
  #footer .LinkArea .column:nth-child(3) {
    width: 25%;
  }
  #footer .column {
    padding: 0px;
  }
  #footer .column + .column {
    margin-top: 0px;
  }
  #footer .LinkList + .LinkList {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  #footer {
    padding-bottom: 0px;
  }
  #footer .copyright {
    padding: 20px 10px;
  }
  #footer .LinkList a {
    transition: all 0.2s ease-in-out;
  }
  #footer .LinkList a:hover {
    margin-left: 5px;
  }
}
@media screen and (min-width: 1080px) {
  #footer .inner {
    display: flex;
    padding: 0px 40px 40px 40px;
  }
  #footer .inner .logoArea {
    width: 220px;
  }
  #footer .inner .logoArea .logo {
    margin: 0px;
  }
  #footer .inner .LinkArea {
    padding: 0px;
    padding-left: 50px;
    flex: 1;
  }
  #footer .LinkList + .LinkList {
    margin-top: 20px;
  }
  #footer .LinkList > li > a {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 18px;
  }
  #footer .LinkList > li > a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  #footer .LinkList > li .childList {
    margin-left: 18px;
  }
  #footer .LinkList > li .childList a {
    font-size: 15px;
  }
  #footer .LinkList > li .childList li + li {
    margin-top: 3px;
  }
}
@media screen and (min-width: 1280px) {
  #footer .inner {
    display: flex;
    padding: 0px 40px 50px 40px;
    max-width: 1440px;
    margin: 0 auto;
  }
  #footer .inner .logoArea {
    width: 320px;
  }
  #footer .inner .logoArea .logo a {
    width: 320px;
  }
  #footer .inner .LinkArea {
    padding: 0px;
    padding-left: 100px;
    flex: 1;
  }
  #footer .inner .LinkArea .column:nth-child(1) {
    width: 300px;
  }
  #footer .inner .LinkArea .column:nth-child(2) {
    width: 180px;
  }
  #footer .inner .LinkArea .column:nth-child(3) {
    width: 180px;
  }
  #footer .inner .LinkArea .column + .column {
    margin-left: 50px;
  }
  #footer .LinkList + .LinkList {
    margin-top: 20px;
  }
  #footer .LinkList > li > a {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 18px;
  }
  #footer .LinkList > li > a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  #footer .LinkList > li .childList {
    margin-left: 18px;
  }
  #footer .LinkList > li .childList a {
    font-size: 15px;
  }
  #footer .LinkList > li .childList li + li {
    margin-top: 3px;
  }
}
@media screen and (min-width: 1520px) {
  #footer .inner .LinkArea {
    padding-left: 100px;
  }
  #footer .inner .LinkArea .column + .column {
    margin-left: 60px;
  }
  #footer .inner .LinkArea .column:nth-child(1) {
    width: 300px;
  }
  #footer .inner .LinkArea .column:nth-child(2) {
    width: 180px;
  }
  #footer .inner .LinkArea .column:nth-child(3) {
    width: 180px;
    margin-left: 90px;
  }
  #footer .LinkList + .LinkList {
    margin-top: 40px;
  }
  #footer .LinkList > li > a {
    margin-bottom: 13px;
  }
  #footer .LinkList > li .childList li + li {
    margin-top: 5px;
  }
  #footer .copyright {
    padding: 25px 10px;
  }
}
/* =============================================
- ConsultationArea
================================================ */
.ConsultationArea {
  padding: 30px 20px;
  background:url("../img/bg_orange_2.svg") ;
  background-size: 100vw auto;
}
.ConsultationArea.inst {
  background: #F52475;
  background: linear-gradient(to right, #F52475 0%, #9B25B1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
}
.ConsultationArea .titleArea .icon {
  text-align: center;
  width: 30px;
  height: 25px;
  margin: 0 auto;
}
.ConsultationArea .titleArea .icon svg {
  width: 30px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.ConsultationArea .titleArea .icon svg path, .ConsultationArea .titleArea .icon svg rect, .ConsultationArea .titleArea .icon svg circle {
  fill: #fff;
}
.ConsultationArea .titleArea .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-top: 8px;
  line-height: 1.4em;
}
@media screen and (min-width: 980px) {
  .ConsultationArea .titleArea .title {
    font-weight: bold;
  }
}
.ConsultationArea .titleArea .title span {
  padding-top: 0.3em;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  background-image: radial-gradient(0.1em 0.1em at center center, #FFDC1A, #FFDC1A 100%, transparent);
}
.ConsultationArea .iconBoxArea {
  margin-top: 30px;
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.ConsultationArea .iconBoxArea .textArea p {
  font-size: 16px;
  font-weight: 600;
  color: #16254B;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .ConsultationArea .iconBoxArea .textArea p {
    font-weight: bold;
  }
}
.ConsultationArea .iconBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ConsultationArea .iconBox .box {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ConsultationArea .iconBox .box:nth-child(even) {
    margin-left: 4%;
  }
  .ConsultationArea .iconBox .box:nth-child(n+3) {
    margin-top: 20px;
  }
}
.ConsultationArea .iconBox .circle {
  display: inline-block;
}
.ConsultationArea .iconBox .circle a {
  background-color: #52AF6E;
  width: 36vw;
  height: 36vw;
  text-align: center;
  border-radius: 50%;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.ConsultationArea .iconBox .circle a .svgwrap {
  width: 40px;
  height: 40px;
}
.ConsultationArea .iconBox .circle a svg {
  width: 40px;
  height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ConsultationArea .iconBox .circle a svg path, .ConsultationArea .iconBox .circle a svg circle {
  fill: #fff;
  transition: all 0.2s ease-in-out;
}
.ConsultationArea .iconBox .circle a.register:not(:hover) {
  background-color: #FFDC1A;
}
.ConsultationArea .iconBox .circle a.register:not(:hover) svg path, .ConsultationArea .iconBox .circle a.register:not(:hover) svg circle {
  fill: #16254B;
}
@media screen and (max-width: 767px) {
  .ConsultationArea .iconBox .circle a.pc {
    display: none !important;
  }
}
.ConsultationArea .iconBox .text {
  text-align: center;
  margin-top: 5px;
  color: #16254B;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .ConsultationArea .iconBox .text {
    font-weight: bold;
  }
}
.ConsultationArea .btnArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .ConsultationArea {
    padding: 40px 30px;
  }
  .ConsultationArea .titleArea .title {
    font-size: 25px;
  }
  .ConsultationArea .iconBoxArea {
    margin-top: 40px;
  }
  .ConsultationArea .iconBoxArea .textArea p {
    font-size: 20px;
    text-align: center;
    line-height: 1.8em;
  }
  .ConsultationArea .iconBox {
    max-width: 700px;
    margin: 20px auto 0px auto;
  }
  .ConsultationArea .iconBox .box {
    width: 25%;
    text-align: center;
  }
  .ConsultationArea .iconBox .circle a {
    width: 150px;
    height: 150px;
  }
  .ConsultationArea .iconBox .circle a.sp {
    display: none !important;
  }
  .ConsultationArea .btnArea {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ConsultationArea .iconBox .circle a, .CircleIconBox .circle a {
    width: 150px;
    height: 150px;
  }
  .ConsultationArea .iconBox .circle a.pc, .CircleIconBox .circle a.pc {
    display: none !important;
  }
}
@media screen and (max-width: 387px) {
  .ConsultationArea .iconBox .text, .CircleIconBox .text {
    font-size: 12px;
  }
  .ConsultationArea .iconBox .circle a, .CircleIconBox .circle a {
    width: 110px;
    height: 110px;
  }
}
@media screen and (min-width: 768px) {
  .ConsultationArea .iconBox .circle a, .CircleIconBox .circle a {
    width: 150px;
    height: 150px;
  }
  .ConsultationArea .iconBox .circle a.sp, .CircleIconBox .circle a.sp {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .ConsultationArea {
    padding: 60px 40px;
  }
  .ConsultationArea .titleArea .icon {
    width: 55px;
    height: 45px;
  }
  .ConsultationArea .titleArea .icon svg {
    width: 55px;
    height: 45px;
  }
  .ConsultationArea .titleArea .title {
    font-size: 35px;
    margin-top: 10px;
  }
  .ConsultationArea .iconBoxArea {
    padding: 45px 30px;
    border-radius: 15px;
    margin-top: 45px;
  }
  .ConsultationArea .iconBoxArea .textArea p {
    font-size: 24px;
  }
  .ConsultationArea .iconBox {
    max-width: 880px;
    margin: 30px auto 0px auto;
    -moz-justify-content: center;
    justify-content: center;
  }
  .ConsultationArea .iconBox .box {
    width: 160px;
  }
  .ConsultationArea .iconBox .box + .box {
    margin-left: 40px;
  }
  .ConsultationArea .iconBox .circle a:hover {
    background-color: #63749D;
    color: #fff;
  }
  .ConsultationArea .iconBox .circle a:hover path, .ConsultationArea .iconBox .circle a:hover circle {
    fill: #fff;
  }
  .ConsultationArea .iconBox .text {
    margin-top: 8px;
    font-size: 18px;
  }
  .ConsultationArea .btnArea {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1180px) {
  .ConsultationArea {
    padding: 60px 40px;
  }
  .ConsultationArea .iconBoxArea {
    max-width: 1440px;
    margin: 45px auto 0px auto;
    padding: 70px 30px;
  }
  .ConsultationArea .iconBox .box + .box {
    margin-left: 80px;
  }
}
/* =============================================
- breadcrumb
================================================ */
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #wrap {
    position: relative;
  }

  .breadcrumb {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .breadcrumb ul {
    display: flex;
    align-items: center;
  }
  .breadcrumb ul li + li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #939393;
    border-right: 1px solid #939393;
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin: 0 5px 0 7px;
  }
  .breadcrumb ul li a, .breadcrumb ul li span {
    color: #939393;
    transition: all 0.2s ease;
    font-size: 13px;
  }
  .breadcrumb ul li a:hover {
    color: #FFB100;
  }
  .breadcrumb ul li a:hover span {
    color: #FFB100;
  }
}
@media screen and (min-width: 768px) {
  .pageLayout_2column {
    position: relative;
  }
  .pageLayout_2column .breadcrumb {
    position: absolute;
    left: 0px;
    top: 0px;
  }
}
/*# sourceMappingURL=base.css.map */