﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
/* =========================================================
		Reset
========================================================= */
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
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%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  list-style-type: none;
}
body {
  line-height: 1;
}
pre, textarea {
  overflow: auto;
}
[hidden], audio:not([controls]), template {
  display: none;
}
details, main, summary {
  display: block;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
textarea {
  resize: vertical;
}
[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}
* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
a {
  text-decoration: none;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
button, input, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
nav ol, nav ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}
::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}
@media screen {
  [hidden ~ =screen] {
    display: inherit;
  }
  [hidden ~ =screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* =========================================================
		Common
========================================================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #2f3032;
  font-family: 'Noto Sans JP', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "繝｡繧､繝ｪ繧ｪ", "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", Helvetica, Sans-Serif;
  font-size: 1.6rem;
  max-height: 999999px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  word-break: break-all;
  text-align: justify;
}
a {
  color: #2f3032;
  text-decoration: none;
  -webkit-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  cursor: default;
  color: #999;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
b, strong {
  font-weight: bold;
}
.spOnly {
  display: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.link {
  padding: 10px 0 0 1.5em;
  text-indent: -1.5em;
}
.link a[target="_blank"]::after {
  content: "\e909";
  font-family: 'iconset';
  display: inline-block;
  position: relative;
  margin-left: 8px;
  font-size: 1.6rem;
  text-indent: 0;
  color: #4b87dd;
  top: 1px;
  text-decoration: none;
}
.link a[href$=".pdf"]:after {
  content: "";
  background: url(../images/pdf.svg) no-repeat;
  width: 19px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 10px;
  text-indent: 0;
  text-decoration: none;
}
.link::before {
  content: '';
  background: url(../images/arrow_kentei.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
#pageTop {
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
  display: none;
}
#pageTop a {
  line-height: 62px;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.47, 1.26);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.47, 1.26);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.47, 1.26);
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#pageTop a i {
  color: #fff;
  font-size: 3.6rem;
}
.spInnerNav {
  display: none;
}
@media only screen and (max-width: 800px) {
  body, body.kyokai {
    margin-top: 66px;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  #pageTop {
    right: 20px;
    bottom: 25px;
  }
  #pageTop a {
    line-height: 47px;
    width: 47px;
    height: 47px;
  }
  #pageTop a i {
    font-size: 2.8rem;
  }
  .spInnerNav {
    display: block;
  }
  .spInnerNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }
  .spInnerNav ul li {
    width: 25%;
    font-size: 1rem;
    text-align: center;
    border-right: 1px solid #ccc;
    margin: 7px 0;
    line-height: 1;
  }
  .spInnerNav ul li i {
    color: #f59228;
    font-size: 2.6rem;
  }
  .spInnerNav ul li p {
    padding-top: 6px;
  }
}
h1 {
  font-size: 3.6rem;
  margin: 60px 0 85px;
}
h2 {
  font-size: 2.6rem;
  margin: 100px 0 30px;
}
h3 {
  font-size: 2.2rem;
  margin: 60px 0 20px;
}
h3.circle {
  font-size: 2.2rem;
  margin: 80px 0 30px;
}
h3.mt0 {
  margin: 0 0 20px;
}
h3.circle.mt0 {
  margin: 0 0 30px;
}
h4 {
  font-size: 2rem;
  margin: 60px 0 20px;
}
h4.circle {
  font-size: 2rem;
  margin: 80px 0 30px;
}
h4.mt0 {
  margin: 0 0 20px;
}
h4.circle.mt0 {
  margin: 0 0 30px;
}
h1, h2, h3, h4 {
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 2.8rem;
    margin: 40px 0 55px;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 2rem;
  }
  h3.circle {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h4.circle {
    font-size: 1.8rem;
  }
}
/* =========================================================
		Header
========================================================= */
.fixWrap {
  background: #fff;
}
.fixWrap .header {
  width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 0;
}
.fixWrap .header .logo {
  max-width: 329px;
  width: 32%;
  padding-top: 20px;
  margin: 0;
  font-size: 3.6rem;
}
.fixWrap .header .metaLink {
  width: 68%;
  margin: 0 0 0 auto;
  position: relative;
}
.fixWrap .header .metaLink .metaLinkTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}
.fixWrap .header .metaLink .metaLinkTop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixWrap .header .metaLink .metaLinkTop ul li {
  margin-left: 27px;
}
.fixWrap .header .metaLink .metaLinkTop ul li a {
  padding-top: 5px;
  display: inline-block;
}
.fixWrap .header .metaLink .metaLinkTop ul li i {
  font-size: 1.4rem;
  position: relative;
  top: -2px;
  padding-left: 3px;
  vertical-align: bottom;
}
.fixWrap .header .metaLink .metaLinkTop ul li .search p {
  -webkit-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  padding: 5px 5px 0 14px;
}
.fixWrap .header .metaLink .metaLinkTop ul li .search .label {
  opacity: 0;
  display: block;
  width: 670px;
  position: absolute;
  right: 0;
  background: #c9dbf5;
  border-radius: 10px;
  padding: 14px 20px;
  z-index: -1;
  -webkit-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.fixWrap .header .metaLink .metaLinkTop ul li .search .label form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixWrap .header .metaLink .metaLinkTop ul li .search .label form div input {
  background: #fff;
  border: 1px solid #4b87dd;
  padding: 8px;
  font-size: 1.6rem;
  color: #2f3032;
  width: 530px;
}
.fixWrap .header .metaLink .metaLinkTop ul li .search .label form div .click_area {
  background: #4b87dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixWrap .header .metaLink .metaLinkTop ul li .search .label form div .click_area button {
  width: 100px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  height: 100%;
}
.fixWrap .header .metaLink .metaLinkTop ul li .search .label form div .click_area button:hover {
  cursor: pointer;
}
.fixWrap .header .metaLink .metaLinkTop ul li .search:hover p {
  background: #c9dbf5;
  border-radius: 5px 5px 0 0;
}
.fixWrap .header .metaLink .metaLinkTop ul li .search:hover .label {
  opacity: 1;
  z-index: 6;
}
.fixWrap .header .metaLink .metaLinkTop .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f59228;
  color: #fff;
  padding: 7px 15px;
  border-radius: 20px;
  margin-left: 28px;
}
.fixWrap .header .metaLink .metaLinkTop .btn a:hover {
  text-decoration: none;
}
.fixWrap .header .metaLink .metaLinkTop .btn i {
  font-size: 1.2rem;
  padding-left: 3px;
  position: relative;
}
.fixWrap .header .metaLink .metaLinkBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  padding-bottom: 13px;
}
.fixWrap .header .metaLink .metaLinkBottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  margin-top: 14px;
  border-left: 1px solid #ccc;
}
.fixWrap .header .metaLink .metaLinkBottom ul li {
  width: 18.5%;
  border-right: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}
.fixWrap .header .metaLink .metaLinkBottom ul li a {
  white-space: nowrap;
  padding: 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixWrap .header .metaLink .metaLinkBottom ul li a:hover {
  text-decoration: none;
}
.fixWrap .header .metaLink .metaLinkBottom ul li a i {
  font-size: 3rem;
  padding-right: 2px;
  vertical-align: bottom;
  color: #f59228;
}
.fixWrap .header .metaLink .metaLinkBottom ul li a p {
  font-size: 1.2rem;
}
.fixWrap .header .metaLink .metaLinkBottom ul li a:hover p {
  text-decoration: underline;
}
.fixWrap .header .metaLink .metaLinkBottom ul li.group {
  width: 26%;
  border-right: none;
}
.fixWrap .header .metaLink .metaLinkBottom ul li.group a {
  border: 2px solid #f59228;
  margin-left: 12px;
  border-radius: 20px;
  padding: 3px 8px;
  position: relative;
  width: 100%;
}
.fixWrap .header .metaLink .metaLinkBottom ul li.group a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #f59228;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fixWrap .header .metaLink .metaLinkBottom ul li.group a:hover, .fixWrap .header .metaLink .metaLinkBottom ul li.group a:hover p {
  text-decoration: none;
}
.fixWrap .header .metaLink .metaLinkBottom ul li.groupBtn {
  display: none;
}
.fixWrap .header .spBtn {
  display: none;
}
.fixWrap.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.fixWrap.fixed .header {
  padding: 0;
}
.fixWrap.fixed .header .logo {
  max-width: 250px;
  width: 24%;
  padding: 10px 0 6px;
  font-size: 2.8rem;
}
.fixWrap.fixed .header .metaLink {
  width: 76%;
}
.fixWrap.fixed .header .metaLink .metaLinkTop {
  display: none;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom {
  padding-bottom: 0;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul {
  border: none;
  margin: 15px 0 10px;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li:nth-child(1) {
  width: 17%;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li:nth-child(2) {
  width: 12%;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li:nth-child(3) {
  width: 12%;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li:nth-child(4) {
  border: none;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li a p {
  padding-top: 3px;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li br {
  display: none;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li.group {
  width: 22.5%;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li.group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 3px 8px;
  margin: 0;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li.group a p {
  padding-top: 2px;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li.groupBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  width: 18%;
  margin-left: 1%;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li.groupBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 8px;
  background: #f59228;
  color: #fff;
  border-radius: 25px;
  position: relative;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li.groupBtn a p {
  font-size: 1.1rem;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li.groupBtn a i {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li.groupBtn a:hover, .fixWrap.fixed .header .metaLink .metaLinkBottom ul li.groupBtn a:hover p {
  text-decoration: none;
}
.fixWrap.fixed .header .metaLink .metaLinkBottom ul li.groupBtn br {
  display: block;
}
.fixWrap.fixed .header .spBtn {
  display: none;
}
@media only screen and (max-width: 800px) {
  .fixWrap .header {
    border-bottom: 1px solid #ccc;
    padding: 0;
    z-index: 5;
    background: #fff;
    width: 100%;
  }
  .fixWrap .header .logo {
    max-width: none;
    width: 58%;
    padding-top: 0;
    margin: 0 0 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
  }
  .fixWrap .header .logo img {
    width: 100%;
  }
  .fixWrap .header .metaLink {
    display: none;
  }
  .fixWrap .header .spBtn {
    margin: 0 0 0 auto;
    display: block;
  }
  .fixWrap .header .spBtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fixWrap .header .spBtn ul li {
    width: 55px;
  }
  .fixWrap .header .spBtn ul li.quetion {
    text-align: center;
    background-color: rgba(75, 135, 221, 0.2);
    margin-right: 55px;
  }
  .fixWrap .header .spBtn ul li.quetion a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 65px;
  }
  .fixWrap .header .spBtn ul li.quetion a img {
    width: 33px;
  }
  .fixWrap .header .spBtn ul li.headTrigger {
    text-align: center;
    background: #4b87dd;
    color: #fff;
    font-size: 1.1rem;
    position: fixed;
    right: 0;
    top: 0;
    height: 65px;
    width: 55px;
    z-index: 5;
  }
  .fixWrap .header .spBtn ul li.headTrigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 23px;
    z-index: 9;
  }
  .fixWrap .header .spBtn ul li.headTrigger span:nth-of-type(1) {
    top: 14px;
  }
  .fixWrap .header .spBtn ul li.headTrigger span:nth-of-type(2) {
    top: 23px;
  }
  .fixWrap .header .spBtn ul li.headTrigger span:nth-of-type(3) {
    bottom: 30px;
  }
  .fixWrap .header .spBtn ul li.headTrigger span:nth-of-type(4) {
    width: auto;
    height: auto;
    bottom: 8px;
    background: none;
  }
}
@media only screen and (max-width: 800px) {
  .fixWrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .fixWrap.fixed .header .logo {
    max-width: none;
    width: 58%;
  }
  .fixWrap.fixed .header .spBtn {
    display: block;
  }
}
.innerHead {
  width: 1050px;
  margin: 0 auto;
}
.innerHead h1 {
  color: #4b87dd;
}
@media only screen and (max-width: 800px) {
  .innerHead {
    width: 90%;
  }
}
@media screen and (orientation: portrait) {
  .tablet .fixWrap .header .logo {
    width: 25%;
  }
  .tablet .fixWrap .header .metaLink {
    width: 75%;
  }
  .tablet .fixWrap.fixed .header .logo {
    width: 20%;
  }
  .tablet .fixWrap.fixed .header .metaLink {
    width: 80%;
  }
  .tablet .fixWrap.fixed .header .metaLink .metaLinkBottom ul {
    width: 98%;
  }
  .tablet .fixWrap.fixed .header .metaLink .metaLinkBottom ul li a p {
    font-size: 1.1rem;
  }
}
@media print {
  .fixWrap.fixed {
    position: relative;
  }
}
.spHeadNavi {
  display: none
}
@media only screen and (max-width:800px) {
  .spHeadNavi {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc
  }
  .spHeadNavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .spHeadNavi ul li {
    width: 25%;
    font-size: 1rem;
    position: relative
  }
  .spHeadNavi ul li a {
    display: block;
    padding: 9px 0 6px
  }
  .spHeadNavi ul li a i {
    font-size: 2.6rem;
    color: #f59228
  }
  .spHeadNavi ul li a:hover {
    text-decoration: none;
    opacity: 0.7
  }
  .spHeadNavi ul li:after {
    content: "";
    height: 72%;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #ccc
  }
  .spHeadNavi ul li:last-child::after {
    display: none;
  }
}
/* =========================================================
        Navi
========================================================= */
.fixWrap a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.fixWrap .globalNav {
  background: #4b87dd;
}
.fixWrap .globalNav ul {
  width: 1050px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #fff;
  background: #fff;
}
.fixWrap .globalNav ul li {
  text-align: center;
  width: 14.3%;
  font-size: 1.5rem;
  border-left: 1px solid #fff;
}
.fixWrap .globalNav ul li a {
  display: block;
  padding: 15px 0 13px;
  color: #fff;
  background: #4b87dd;
  -webkit-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.fixWrap .globalNav ul li a:hover {
  text-decoration: none;
}
.fixWrap .globalNav ul li .listTitle {
  padding: 15px 0 13px;
  color: #fff;
  background: #4b87dd;
}
.fixWrap .globalNav ul li .listTitle:hover {
  cursor: pointer;
}
.fixWrap .globalNav ul li.havChild a {
  display: inline-block;
}
.fixWrap .globalNav ul li.havChild a:hover {
  text-decoration: underline;
}
.fixWrap .globalNav ul li.havChild .trigger {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5.5px 0 5.5px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  margin-left: 5px;
}
.fixWrap .globalNav ul li.havChild p.active {
  background-color: #fff;
  color: #4b87dd;
  font-weight: bold;
}
.fixWrap .globalNav ul li.havChild p.active .trigger {
  border-color: #4b87dd transparent transparent transparent;
}
.fixWrap .globalNav ul li .childMenu {
  display: none;
  position: absolute;
  width: 1050px;
  height: 440px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  background: #fff;
  overflow: hidden;
  line-height: 1.6;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap {
  padding: 38px 60px 0;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 50%;
  top: 16px;
  right: 18px;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .close::before, .fixWrap .globalNav ul li .childMenu .childMenuWrap .close::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #4b87dd;
  position: absolute;
  display: block;
  margin: auto;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .close::before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .close::after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .close:hover {
  cursor: pointer;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .btnBlock {
  border-bottom: 1px solid #4b87dd;
  padding: 0 0 14px;
  margin-bottom: 26px;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .btnBlock .btn {
  width: 300px;
  margin: 0 auto 40px;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .btnBlock .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  background: #4b87dd;
  height: 48px;
  position: relative;
  border-radius: 30px;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .btnBlock .btn a:hover {
  text-decoration: none;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .btnBlock .btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .btnBlock p {
  color: #2f3032;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  background: none;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .btnBlock p::after {
  display: none;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box {
  background-color: rgba(75, 135, 221, 0.2);
  padding: 20px 20px 0;
  height: 220px;
  overflow: hidden;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box h3 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 1.7rem;
  text-align: left;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul {
  display: block;
  background: none;
  width: 100%;
  border: none;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul li {
  text-align: left;
  font-size: 1.4rem;
  display: block;
  margin: 0 0 14px;
  padding: 0;
  width: 100%;
  border: none;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul li a {
  display: block;
  color: #2f3032;
  padding: 0 0 0 1.6em;
  margin: 0;
  line-height: 1.5;
  text-indent: -1.6em;
  background: none;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul li a::before {
  content: '';
  background: url(../images/arrow_kentei.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 6px;
  border: none;
  text-decoration: none;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul li::before {
  display: none;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul li.havSub {
  margin: 0 0 6px;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul li ul {
  padding: 0 20px;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul li ul li {
  margin: 0 0 4px;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul li ul li a::before {
  content: "\e908";
  font-family: 'iconset';
  display: inline-block;
  text-decoration: none;
  background: none;
  width: auto;
  height: auto;
  text-indent: 0;
  top: 1px;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul::after {
  display: none;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul.gradeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap .box ul.gradeList li {
  width: auto;
  margin-right: 30px;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.full .box {
  width: 100%;
  margin-right: 0;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.full .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.full .box ul li {
  width: 25%;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.box2 .box {
  width: 49%;
  margin-right: 2%;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.box2 .box:last-of-type {
  margin-right: 0;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.box2_5 .box {
  width: 32%;
  margin-right: 2%;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.box2_5 .box:last-of-type {
  margin-right: 0;
  width: 66%;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.box2_5 .box .flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.box2_5 .box .flexWrap div {
  width: 50%;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.box3 .box {
  width: 32%;
  margin-right: 2%;
}
.fixWrap .globalNav ul li .childMenu .childMenuWrap .menuWrap.box3 .box:last-of-type {
  margin-right: 0;
}
.fixWrap .globalNav ul li.current a, .fixWrap .globalNav ul li.current p {
  background-color: rgba(75, 135, 221, 0.2);
  color: #4b87dd;
}
.fixWrap .globalNav ul li.current .trigger {
  border-color: #4b87dd transparent transparent transparent;
}
@media only screen and (max-width: 800px) {
  .fixWrap .globalNav {
    display: none;
  }
}
.fixWrap .spSitemap {
  display: none;
}
@media only screen and (max-width: 800px) {
  .fixWrap .spSitemap {
    position: fixed;
    height: 100%;
    overflow: auto;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .fixWrap .spSitemap .spSitemapWrap {
    height: 100%;
    overflow: auto;
  }
}
/* =========================================================
		Sp Navi
========================================================= */
@media only screen and (max-width: 800px) {
  .headSearch {
    background: #4b87dd;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 80px 0 4%;
  }
  .headSearch .label {
    background: #fff;
    width: 100%;
    position: relative;
  }
  .headSearch .label input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }
  .headSearch .label input[type="text"] {
    width: 100%;
    position: relative;
    padding: 6px 11% 6px 4%;
  }
  .headSearch .label button {
    position: absolute;
    right: 2%;
    top: 0;
    color: #ccc;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headTrigger.close {
    text-align: center;
    background: #4b87dd;
    color: #fff;
    font-size: 1.1rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 65px;
    width: 55px;
    z-index: 6;
  }
  .headTrigger.close span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 23px;
    z-index: 9;
  }
  .headTrigger.close span:nth-of-type(1) {
    top: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .headTrigger.close span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: opneMenuBar .8s forwards;
    animation: opneMenuBar .8s forwards;
  }
  .headTrigger.close span:nth-of-type(3) {
    bottom: 30px;
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .headTrigger.close span:nth-of-type(4) {
    width: auto;
    height: auto;
    bottom: 8px;
    background: none;
  }
  .spSitemapNav {
    display: block;
  }
  .spSitemapNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    border-top: 1px solid #ccc;
  }
  .spSitemapNav ul li {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50%;
    background: #fff;
  }
  .spSitemapNav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 4%;
    position: relative;
  }
  .spSitemapNav ul li a i {
    color: #f59228;
    font-size: 2rem;
    padding-right: 5px;
  }
  .spSitemapNav ul li a::after {
    content: "";
    content: "\e91d";
    font-family: 'iconset';
    position: absolute;
    right: 4%;
    color: #ccc;
    text-decoration: none;
  }
  .spSitemapNav ul li:nth-child(2n) {
    border-right: none;
  }
  .spSitemapNav ul li:last-child {
    width: 100%;
    border-right: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .spSitemapNav ul li:last-child a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .spSitemapNav ul li:last-child a::after {
    right: 2%;
  }
  .sitemapTitle {
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4b87dd;
    padding: 12px 0 10px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
  }
  .sitemapTitle .trigger {
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 50%;
    background: #4b87dd;
    margin-left: 2%;
  }
  .sitemapTitle .trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    z-index: 2;
    background-color: #fff;
  }
  .sitemapTitle .trigger span:first-of-type {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .sitemapTitle .trigger span:last-of-type {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sitemapTitle.active .trigger span:first-of-type {
    display: none;
  }
  .sitemapTitle.active .trigger span:last-of-type {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sitemapWrap {
    display: none;
  }
  .topNav {
    background: #f7f6f4;
    width: 100%;
    margin: 0 auto 12px;
    display: block;
  }
  .topNav.pcOnly {
    display: none;
  }
  .topNav.spOnly {
    display: block;
    margin-bottom: 0;
  }
  .topNav .box {
    width: 100%;
    margin: 0;
  }
  .topNav .box h3 {
    margin: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
    background: #4b87dd;
    font-size: 1.4rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
  }
  .topNav .box h3 a {
    padding: 11px 4%;
    pointer-events: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .topNav .box h3::before {
    content: "";
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    width: 12px;
    height: 2px;
    z-index: 2;
    background-color: #fff;
    left: auto;
    right: 2%;
    top: auto;
    border: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .topNav .box h3::after {
    content: "";
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    width: 12px;
    height: 2px;
    z-index: 2;
    background-color: #fff;
    left: auto;
    right: 2%;
    top: auto;
    border-radius: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .topNav .box h3.linkActive a {
    pointer-events: auto;
  }
  .topNav .box h3.linkActive::before {
    content: "\e91d";
    font-family: 'iconset';
    position: absolute;
    width: auto;
    height: auto;
    background: none;
    color: #fff;
    text-decoration: none;
  }
  .topNav .box h3.linkActive::after {
    display: none;
  }
  .topNav .box h3.active::before {
    display: none;
  }
  .topNav .box h3.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .topNav .box .subBox {
    display: none;
  }
  .topNav .box .cornerTitle {
    background-color: rgba(75, 135, 221, 0.2);
    color: #2f3032;
    border-bottom: 1px solid #fff;
  }
  .topNav .box .cornerTitle h4 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .topNav .box .cornerTitle h4 a {
    color: #2f3032;
    position: relative;
    display: block;
    padding: 11px 4%;
  }
  .topNav .box .cornerTitle h4 a::after {
    content: "\e91d";
    font-family: 'iconset';
    position: absolute;
    right: 2%;
    color: #4b87dd;
    text-decoration: none;
  }
  .topNav .box .cornerTitle p {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0 4% 14px;
  }
  .topNav .box li {
    font-size: 1.4rem;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .topNav .box li a {
    color: #2f3032;
    position: relative;
    display: block;
    padding: 11px 4%;
    background-color: rgba(75, 135, 221, 0.2);
  }
  .topNav .box li a::before {
    content: "\e91d";
    font-family: 'iconset';
    position: absolute;
    right: 2%;
    color: #4b87dd;
    text-decoration: none;
  }
  .topNav .box dl dt {
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    color: #4b87dd;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 4%;
    background-color: rgba(75, 135, 221, 0.2);
    font-weight: bold;
  }
  .topNav .box dl dt::before {
    content: "";
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    width: 12px;
    height: 2px;
    z-index: 2;
    background-color: #4b87dd;
    right: 3%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .topNav .box dl dt::after {
    content: "";
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    width: 12px;
    height: 2px;
    z-index: 2;
    background-color: #4b87dd;
    right: 3%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .topNav .box dl dt.active::before {
    display: none;
  }
  .topNav .box dl dt.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .topNav .box dl dd {
    display: none;
  }
  .topNav .box dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f4f0ef;
  }
  .topNav .box dl dd ul li {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topNav .box dl dd ul li a {
    background: #f4f0ef;
    font-size: 1.3rem;
    padding: 11px 14% 11px 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .topNav .box dl dd ul li a::before {
    right: 5%;
  }
  .topNav .box dl dd ul li:nth-child(odd) {
    border-right: none;
  }
  .topNav .box dl dd ul li:first-child {
    width: 100%;
    background: none;
  }
  .topNav .box dl dd ul li:first-child a {
    padding: 11px 4%;
    width: 100%;
  }
  .topNav .box dl dd ul li:first-child a::before {
    right: 2.5%;
  }
  .topNav .box.question {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .topNav .box.question h3.linkActive::before {
    color: #4b87dd;
  }
  .topNav .box.question a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    background: #fff;
    color: #4b87dd;
    padding: 12px 4% 10px;
  }
  .topNav .box.question a i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 2px solid #4b87dd;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    border-radius: 50%;
    margin-right: 2%;
    position: relative;
    top: -1px;
    text-decoration: none;
  }
  .topNav .box.question a i::before {
    vertical-align: middle;
    position: relative;
    top: -4px;
    text-decoration: none;
  }
  .topNav .box.navOther {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
  }
  .topNav .box.navOther li {
    width: 50%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .topNav .box.navOther li a {
    color: #2f3032;
    background: #f7f6f4;
    font-size: 1.2rem;
    padding: 11px 7%;
  }
  .topNav .box.navOther li a::before {
    color: #2f3032;
    right: 4%;
  }
  .topNav .box.navOther li:last-child {
    width: 100%;
  }
  .topNav .box.navOther li:last-child a {
    padding: 11px 4%;
  }
  .topNav .box.navOther li:last-child a::before {
    right: 2%;
  }
  .topNav .closeBtn {
    background: #f7f6f4;
    padding: 18px 0;
  }
  .topNav .closeBtn .btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46%;
    margin: 0 auto;
    background: #4b87dd;
    color: #fff;
    border-radius: 25px;
    font-size: 1.5rem;
    padding: 9px 0;
  }
  .topNav .closeBtn .btnWrap p {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 3%;
  }
  .topNav .closeBtn .btnWrap p span {
    display: inline-block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 12px;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .topNav .closeBtn .btnWrap p span:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .topNav .closeBtn .btnWrap p span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@media only screen and (max-width: 800px) and (max-width: 320px) {
  .spSitemapNav ul {
    font-size: 1.1rem;
  }
  .spSitemapNav ul li a i {
    font-size: 1.8rem;
  }
}
/* =========================================================
		breadcrumb
========================================================= */
.breadcrumb {
  width: 1050px;
  margin: 0 auto;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.breadcrumb li::after {
  content: ">";
  margin: 0 6px;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media only screen and (max-width: 800px) {
  .breadcrumb {
    width: 100%;
    margin: 0;
    background: #f4f0ef;
    font-size: 1.2rem;
    padding: 11px 3%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .breadcrumb li::after {
    content: ">";
    margin: 0 6px;
  }
  .breadcrumb li:last-child::after {
    display: none;
  }
}
/* =========================================================
		Main Contents
========================================================= */
.mainContents {
  position: relative;
  display: block;
}
.mainContents.fixed {
  padding-top: 238px;
}
.mainContents .digital_result,
.mainContents .highSchool {
  color: #3a3a3c;
}
.mainContents .digital_result .digital_resultHead,
.mainContents .highSchool .highSchoolHead {
  position: relative;
  background: url(../images/digital_result/head_img.jpg) no-repeat 50% 0;
  height: 500px;
}
.mainContents .digital_result .digital_resultHead h1,
.mainContents .highSchool .highSchoolHead h1 {
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  height: 0;
  border: 0;
}
@media only screen and (max-width: 800px) {
  .mainContents .digital_result .digital_resultHead,
  .mainContents .highSchool .highSchoolHead {
    background: none;
    height: auto;
  }
  .mainContents .digital_result .digital_resultHead .breadcrumb,
  .mainContents .highSchool .highSchoolHead .breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: none;
  }
  .mainContents .digital_result .digital_resultHead h1,
  .mainContents .highSchool .highSchoolHead h1 {
    text-indent: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    height: auto;
  }
  .mainContents .digital_result .digital_resultHead h1 img,
  .mainContents .highSchool .highSchoolHead h1 img {
    width: 100%;
    display: block;
  }
}
/* =========================================================
		digital_result - layout
========================================================= */
.mainContents .digital_result .contents-wrapper {
  background: #fff;
}
.mainContents .digital_result .contents-inner {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
}
.mainContents .digital_result .about-nav-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
}
/* =========================================================
		digital_result - eco (section1)
========================================================= */
.mainContents .digital_result .eco {
  background-color: #00a6ba;
  padding: 20px;
}
.mainContents .digital_result .eco .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.mainContents .digital_result .eco-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 956px;
  max-width: 100%;
}
.mainContents .digital_result .eco-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  line-height: 0;
}
.mainContents .digital_result .eco-icon-svg {
  display: block;
  width: 32px;
  height: 32px;
}
.mainContents .digital_result .eco-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin: 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.6;
}
@media only screen and (max-width: 800px) {
  .mainContents .digital_result .eco {
    padding: 20px;
  }
  .mainContents .digital_result .contents-inner,
  .mainContents .digital_result .about-nav-inner {
    width: 100%;
  }
  .mainContents .digital_result .eco-card {
    width: 100%;
    gap: 10px;
  }
  .mainContents .digital_result .eco-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
/* =========================================================
		digital_result - section background / separate
========================================================= */
.mainContents .digital_result .section-separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  background: #fff;
}
.mainContents .digital_result .section-separate__line {
  display: block;
  width: 100%;
  height: 3px;
  background: #00a6ba;
}
.mainContents .digital_result .section-separate__chevron {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #00a6ba;
  line-height: 0;
}
.mainContents .digital_result .section-separate__chevron svg {
  display: block;
  width: 70px;
  height: 21px;
}
.mainContents .digital_result .section-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  width: 1920px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.mainContents .digital_result .section-bg__dots {
  position: absolute;
  width: 530px;
  height: 530px;
  background-image: radial-gradient(circle, rgba(238, 238, 238, 1) 2.4px, transparent 2.4px);
  background-size: 10.8px 10.8px;
}
.mainContents .digital_result .section-bg__circle {
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background: #d7f6ff;
}
.mainContents .digital_result .section-bg__circle--about-tl {
  top: -372px;
  left: -73px;
  width: 1006px;
  height: 1006px;
  opacity: 0.3;
  background: linear-gradient(135deg, rgba(194, 227, 227, 1) 0%, rgba(188, 225, 239, 1) 100%);
}
.mainContents .digital_result .section-bg__dots--about-br {
  right: -20px;
  bottom: -350px;
  background-image: radial-gradient(circle, rgba(238, 238, 238, 1) 2.4px, transparent 2.4px);
  background-size: 10.8px 10.8px;
}
/* merit（section3） */
.mainContents .digital_result .section-bg__circle--merit-deco1 {
  top: 1169px;
  left: -338px;
  width: 750px;
  height: 750px;
  border-radius: 756.03px;
  background: #e8f9fe;
}
.mainContents .digital_result .section-bg__circle--merit-deco2 {
  top: 882px;
  left: 56px;
  width: 700px;
  height: 700px;
  background: linear-gradient(143deg, #c2e3e3 20.04%, #bde1ed 90.06%);
  opacity: 0.7457;
}
.mainContents .digital_result .section-bg__circle--merit-gradient-ring {
  top: 0;
  left: calc(50% + 870px);
  width: 960px;
  height: 960px;
  border-radius: 960px;
  border: 1px solid #00a6ba;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mainContents .digital_result .section-bg__circle--merit-gradient {
  top: 70px;
  left: calc(50% + 870px);
  width: 800px;
  height: 800px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(143deg, #c2e3e3 20.04%, #bde1ed 90.06%);
  opacity: 0.7457;
}
.mainContents .digital_result .section-bg__dots--merit-tl {
  top: 171px;
  left: 36px;
}
.mainContents .digital_result .section-bg__dots--merit-br {
  top: 1443px;
  right: 115px;
}
/* usage（section4） */
.mainContents .digital_result .section-bg__circle--usage-tr {
  top: 50px;
  right: -306px;
  width: 720px;
  height: 720px;
  background: rgba(255, 254, 232, 0.63);
}
.mainContents .digital_result .section-bg__circle--usage-tr-ring {
  top: 273px;
  left: 1419px;
  width: 700px;
  height: 700px;
  border-radius: 700px;
  border: 1px solid #00a6ba;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContents .digital_result .section-bg__circle--usage-bl {
  top: 1459px;
  left: -164px;
  width: 700px;
  height: 700px;
  background: rgba(255, 254, 232, 0.63);
}
.mainContents .digital_result .section-bg__circle--usage-bl-ring {
  top: 1334px;
  left: -289px;
  width: 950px;
  height: 950px;
  border-radius: 960px;
  border: 1px solid #00a6ba;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContents .digital_result .section-bg__dots--usage-tl,
.mainContents .digital_result .section-bg__dots--usage-br {
  background-image: radial-gradient(circle, rgba(208, 234, 248, 1) 2.4px, transparent 2.4px);
}
.mainContents .digital_result .section-bg__dots--usage-tl {
  top: 501px;
  left: 73px;
}
.mainContents .digital_result .section-bg__dots--usage-br {
  top: 1424px;
  right: 94px;
}
/* verify（section5） */
.mainContents .digital_result .section-bg__circle--verify-br {
  right: -100px;
  bottom: -200px;
  width: 600px;
  height: 600px;
  background: rgba(247, 252, 240, 1);
}
.mainContents .digital_result .section-bg__dots--verify-tl {
  top: 114px;
  left: 3px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 2.4px, transparent 2.4px);
}
/* group（section6） */
.mainContents .digital_result .section-bg__circle--group-deco1 {
  top: 1060px;
  left: 1310px;
  z-index: 2;
  width: 800px;
  height: 800px;
  background: #e8f9fe;
  opacity: 0.7457;
}
.mainContents .digital_result .section-bg__circle--group-deco2 {
  top: 639px;
  left: 1253px;
  z-index: 1;
  width: 600px;
  height: 600px;
  background: linear-gradient(143deg, #c2e3e3 20.04%, #bde1ed 90.06%);
  opacity: 0.7457;
}
.mainContents .digital_result .section-bg__circle--group-solid-top {
  top: 40px;
  left: calc(50% - 750px);
  width: 800px;
  height: 800px;
  background: #e8f9fe;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mainContents .digital_result .section-bg__circle--group-ring {
  top: 360px;
  left: -475px;
  width: 950px;
  height: 950px;
  border-radius: 960px;
  border: 1px solid #00a6ba;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContents .digital_result .section-bg__dots--group-br {
  top: 239px;
  right: -106px;
  background-image: radial-gradient(circle, rgba(238, 238, 238, 1) 2.4px, transparent 2.4px);
}
/* =========================================================
		digital_result - about
========================================================= */
.mainContents .digital_result .about {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 56px 0 64px;
}
.mainContents .digital_result .about .contents-inner,
.mainContents .digital_result .about .about-nav-inner {
  position: relative;
  z-index: 1;
}
.mainContents .digital_result .about-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.mainContents .digital_result .about-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  text-align: left;
}
.mainContents .digital_result .about-lead {
  margin: 0 0 30px;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}
.mainContents .digital_result .about-lead-mark {
  font-size: 1.4rem;
  vertical-align: super;
}
.mainContents .digital_result .about-title {
  margin: 0 0 50px;
  font-size: 4.6rem;
  line-height: 1.5;
  font-weight: 900;
}
.mainContents .digital_result .about-title-line {
  display: block;
  color: #00a6ba;
  font-weight: 900;
}
.mainContents .digital_result .about-title .about-color-pink {
  color: #e73079;
  font-weight: 900;
}
.mainContents .digital_result .about-note {
  margin: 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
.mainContents .digital_result .about-note p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.mainContents .digital_result .about-visual {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.mainContents .digital_result .about-visual-figure {
  position: relative;
  width: 480px;
  max-width: 100%;
  margin: 0;
  padding: 21px 29px;
  border: 2px solid #00a6ba;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}
.mainContents .digital_result .about-visual-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}
.mainContents .digital_result .about-badge {
  position: absolute;
  top: -20px;
  right: -50px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 176px;
  height: 176px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #fff;
}
.mainContents .digital_result .about-badge::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 20px 11px 0;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  z-index: -1;
}
.mainContents .digital_result .about-badge::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  background: #fff100;
}
.mainContents .digital_result .about-badge-inner {
  position: absolute;
  top: -20px;
  right: -50px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 176px;
  height: 176px;
  margin: 0;
  padding: 14px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #00a6ba;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}
.mainContents .digital_result .about-badge-inner::before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 14px 8px 0;
  border-color: transparent #fff100 transparent transparent;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.mainContents .digital_result .about-visual-note {
  margin: 0;
  text-align: center;
  color: #3a3a3c;
  font-size: 1.2rem;
  line-height: 1.6;
}
.mainContents .digital_result .about-nav {
  display: grid;
  grid-template-columns: repeat(4, 260px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainContents .digital_result .about-nav-card {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 260px;
  height: 200px;
  padding: 20px 0;
  border-radius: 20px;
  background: #00a6ba;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow: hidden;
}
.mainContents .digital_result .about-nav-card::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 3px solid #fff;
  border-radius: 17px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContents .digital_result .about-nav-card > * {
  position: relative;
  z-index: 1;
}
.mainContents .digital_result .about-nav-card:hover {
  opacity: 0.85;
  text-decoration: none;
  color: #fff;
}
.mainContents .digital_result .about-nav-ttitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.mainContents .digital_result .about-nav-label {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #333;
}
.mainContents .digital_result .about-nav-label--yellow {
  background: #ffe100;
}
.mainContents .digital_result .about-nav-label--green {
  background: #b4ec44;
}
.mainContents .digital_result .about-nav-text {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}
.mainContents .digital_result .about-nav-icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 15px;
  line-height: 0;
}
.mainContents .digital_result .about-nav-icon-svg {
  display: block;
  width: 50px;
  height: 15px;
}
@media only screen and (max-width: 800px) {
  .mainContents .digital_result .about {
    padding: 30px 10px 48px;
  }
  .mainContents .digital_result .about-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
  }
  .mainContents .digital_result .about-header {
    text-align: center;
  }
  .mainContents .digital_result .about-lead {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .mainContents .digital_result .about-title {
    margin-bottom: 20px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .mainContents .digital_result .about-note,
  .mainContents .digital_result .about-visual-note {
    font-size: 1.1rem;
    text-align: left;
  }
  .mainContents .digital_result .about-visual {
    width: 100%;
  }
  .mainContents .digital_result .about-visual-figure {
    width: 100%;
    padding: 14px 16px;
  }
  .mainContents .digital_result .about-visual-figure img {
    width: 95%;
    border-radius: 10px;
  }
  .mainContents .digital_result .about-badge {
    top: -20px;
    right: 0;
    width: 128px;
    height: 128px;
  }
  .mainContents .digital_result .about-badge::before {
    left: calc(5% - 5px);
    bottom: 24px;
    border-width: 8px 14px 8px 0;
  }
  .mainContents .digital_result .about-badge-inner {
    top: -20px;
    right: 0;
    width: 128px;
    height: 128px;
    padding: 10px 8px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .mainContents .digital_result .about-badge-inner::before {
    left: 5px;
    bottom: 26px;
    border-width: 6px 10px 6px 0;
  }
  .mainContents .digital_result .about-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mainContents .digital_result .about-nav-card {
    width: 100%;
    height: auto;
    min-height: 160px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 8px;
    border-radius: 10px;
  }
  .mainContents .digital_result .about-nav-card::after {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-width: 2px;
    border-radius: 7px;
  }
  .mainContents .digital_result .about-nav-ttitle {
    gap: 12px;
  }
  .mainContents .digital_result .about-nav-label {
    padding: 8px 12px;
    font-size: 1.2rem;
  }
  .mainContents .digital_result .about-nav-text {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .mainContents .digital_result .about-nav-icon {
    width: 40px;
    height: 12px;
  }
  .mainContents .digital_result .about-nav-icon-svg {
    width: 40px;
    height: 12px;
  }
}
/* =========================================================
		digital_result - section audience badge
========================================================= */
.mainContents .digital_result .section-audience {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 10px 20px;
  border-radius: 100px;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.mainContents .digital_result .section-audience__text {
  font-weight: bold;
}
.mainContents .digital_result .section-audience--yellow {
  background: #fff20f;
}
.mainContents .digital_result .section-audience--green {
  background: #b4ec44;
}
.mainContents .digital_result .section-audience--lime {
  background: #b4ec44;
}
.mainContents .digital_result .section-audience__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333;
}
/* =========================================================
		digital_result - merit / usage / verify / group - common
========================================================= */
.mainContents .digital_result .merit,
.mainContents .digital_result .group-section {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 80px 0 130px;
}
.mainContents .digital_result .usage {
  position: relative;
  overflow: hidden;
  background: #e8f9fe;
  padding: 80px 0 130px;
}
.mainContents .digital_result .verify {
  position: relative;
  overflow: hidden;
  background: #e6f4ee;
  padding: 80px 0 130px;
}
.mainContents .digital_result .section-separate:has(+ #usage) {
  background: #e8f9fe;
}
.mainContents .digital_result .section-separate:has(+ #verify) {
  background: #e6f4ee;
}
.mainContents .digital_result .merit-inner,
.mainContents .digital_result .usage-inner,
.mainContents .digital_result .verify-inner,
.mainContents .digital_result .group-inner {
  position: relative;
  z-index: 1;
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* =========================================================
		digital_result - merit
========================================================= */
.mainContents .digital_result .merit-header {
  text-align: center;
  margin-bottom: 50px;
}
.mainContents .digital_result .merit-title {
  margin: 0 0 20px;
  color: #00a6ba;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.6;
}
.mainContents .digital_result .merit-lead {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.mainContents .digital_result .merit-pink {
  color: #e73079;
}
.mainContents .digital_result .merit-lead .merit-pink {
  font-weight: 700;
}
.mainContents .digital_result .merit-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.mainContents .digital_result .merit-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: 510px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContents .digital_result .merit-card__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  min-height: 340px;
  padding: 20px;
  background: #00a6ba;
  border-radius: 10px 10px 0 0;
}
.mainContents .digital_result .merit-card__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mainContents .digital_result .merit-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 7px 20px;
  background: #fff;
  color: #e73079;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 100px;
  white-space: nowrap;
}
.mainContents .digital_result .merit-badge__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #e73079;
}
.mainContents .digital_result .merit-card__illust {
  margin: 0;
}
.mainContents .digital_result .merit-card__illust img {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
}
.mainContents .digital_result .merit-card__body {
  padding: 0 30px 30px;
  text-align: center;
}
.mainContents .digital_result .merit-card__title {
  margin: 20px 0 30px;
  color: #e73079;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.mainContents .digital_result .merit-card__text {
  margin: 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.mainContents .digital_result .merit-card__body .about-note {
  text-align: left;
}
.mainContents .digital_result .merit-subtitle {
  margin: 0 0 30px;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.mainContents .digital_result .merit-subcards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
.mainContents .digital_result .merit-subcard {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContents .digital_result .merit-subcard__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  background: #00a6ba;
  border-radius: 10px 10px 0 0;
  line-height: 0;
}
.mainContents .digital_result .merit-subcard__illust {
  margin: 0;
  line-height: 0;
}
.mainContents .digital_result .merit-subcard__illust img {
  display: block;
  width: auto;
  height: auto;
}
.mainContents .digital_result .merit-subcard__body {
  padding: 0 30px 30px;
  text-align: center;
}
.mainContents .digital_result .merit-subcard__title {
  margin: 20px 0 30px;
  color: #e73079;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.mainContents .digital_result .merit-subcard__text {
  margin: 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.mainContents .digital_result .merit-security {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.mainContents .digital_result .merit-security__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 40px;
  background: #00a6ba;
  color: #fff;
}
.mainContents .digital_result .merit-security__title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.mainContents .digital_result .merit-security__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}
.mainContents .digital_result .merit-security__body {
  padding: 40px 30px;
  background: #fff;
  border: 2px solid #949494;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.mainContents .digital_result .merit-security__body p {
  margin: 0;
  color: #333;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
/* =========================================================
		digital_result - usage
========================================================= */
.mainContents .digital_result .usage-header {
  text-align: center;
  margin-bottom: 50px;
}
.mainContents .digital_result .usage-title {
  margin: 0 0 20px;
  color: #00a6ba;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.6;
}
.mainContents .digital_result .usage-pink {
  color: #e73079;
  font-weight: 500;
}
.mainContents .digital_result .usage-pink--link {
  text-decoration: underline;
}
.mainContents .digital_result .usage-block {
  margin-bottom: 50px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.25);
}
.mainContents .digital_result .usage-block:last-child {
  margin-bottom: 0;
}
.mainContents .digital_result .usage-block__title {
  margin: 0;
  padding: 30px 40px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.mainContents .digital_result .usage-block--teal .usage-block__title,
.mainContents .digital_result .usage-block--blue .usage-block__title,
.mainContents .digital_result .usage-block--green .usage-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
}
.mainContents .digital_result .usage-block__title-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  color: #fff;
}
.mainContents .digital_result .usage-block--teal .usage-block__title {
  background: #00a6ba;
}
.mainContents .digital_result .usage-block--blue .usage-block__title {
  background: #0095de;
}
.mainContents .digital_result .usage-block--green .usage-block__title {
  background: #00ba70;
}
.mainContents .digital_result .usage-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  padding: 40px 70px 50px;
}
.mainContents .digital_result .usage-block__illust {
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mainContents .digital_result .usage-block__illust img {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
}
.mainContents .digital_result .usage-block__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mainContents .digital_result .usage-block__text p {
  margin: 0 0 20px;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
.mainContents .digital_result .usage-block__text p:last-child {
  margin-bottom: 0;
}
.mainContents .digital_result .usage-block__note {
  margin-top: 20px !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #333;
}
.mainContents .digital_result .usage-qr-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 34px;
  padding: 30px 40px;
  border: 2px solid #606060;
  border-radius: 0;
}
.mainContents .digital_result .usage-qr-box__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mainContents .digital_result .usage-qr-box__text p {
  margin: 0 0 10px;
  color: #333;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
.mainContents .digital_result .usage-qr-box__text p:last-child {
  margin-bottom: 0;
}
.mainContents .digital_result .usage-qr-box__code {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mainContents .digital_result .usage-block__steps {
  padding: 30px 70px 20px;
}
.mainContents .digital_result .usage-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.mainContents .digital_result .usage-step__marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 52px;
}
.mainContents .digital_result .usage-step__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #0095de;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1;
}
.mainContents .digital_result .usage-block--green .usage-step__num {
  background: #00ba70;
}
.mainContents .digital_result .usage-step__line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 2px;
  min-height: 0;
  margin: 4px 0 0;
  background: repeating-linear-gradient(180deg, #b6e6ff 0, #b6e6ff 6px, transparent 6px, transparent 12px);
}
.mainContents .digital_result .usage-block--green .usage-step__line {
  background: repeating-linear-gradient(180deg, #66bf97 0, #66bf97 6px, transparent 6px, transparent 12px);
}
.mainContents .digital_result .usage-step__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px 30px;
}
.mainContents .digital_result .usage-step__text p {
  margin: 0 0 10px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.mainContents .digital_result .usage-step__title {
  margin: 0 0 10px;
  color: #0095de;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.mainContents .digital_result .usage-block--green .usage-step__title {
  color: #00ba70;
}
.mainContents .digital_result .usage-step__note {
  margin: 0 !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}
.mainContents .digital_result .usage-external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin: 0 0 10px;
  color: #e73079;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  text-decoration: none;
}
.mainContents .digital_result .usage-external-link__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #e73079;
}
.mainContents .digital_result .usage-external-link__text {
  color: #e73079;
  font-weight: 500;
}
/* =========================================================
		digital_result - verify
========================================================= */
.mainContents .digital_result .verify-header {
  text-align: center;
  margin-bottom: 50px;
}
.mainContents .digital_result .verify-title {
  margin: 0 0 20px;
  color: #00a6ba;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.6;
}
.mainContents .digital_result .verify-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.25);
}
.mainContents .digital_result .verify-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 30px 40px;
  background: #007cba;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.mainContents .digital_result .verify-card__title-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  color: #fff;
}
.mainContents .digital_result .verify-card__steps {
  padding: 30px 70px 20px;
}
.mainContents .digital_result .verify-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.mainContents .digital_result .verify-step__marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 52px;
}
.mainContents .digital_result .verify-step__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #007cba;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1;
}
.mainContents .digital_result .verify-step__line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 2px;
  min-height: 0;
  margin: 4px 0 0;
  background: repeating-linear-gradient(180deg, #b6e6ff 0, #b6e6ff 6px, transparent 6px, transparent 12px);
}
.mainContents .digital_result .verify-step__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px 30px;
}
.mainContents .digital_result .verify-step__title {
  margin: 0 0 10px;
  color: #007cba;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.mainContents .digital_result .verify-step__text p {
  margin: 0 0 10px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.mainContents .digital_result .verify-step__text ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.mainContents .digital_result .verify-step__text ul li {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.mainContents .digital_result .verify-pink {
  color: #e73079;
}
.mainContents .digital_result .verify-pink--link {
  text-decoration: underline;
}
/* =========================================================
		digital_result - group
========================================================= */
.mainContents .digital_result .group-header {
  text-align: center;
  margin-bottom: 40px;
}
.mainContents .digital_result .group-title {
  margin: 0 0 20px;
  color: #00a6ba;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.6;
}
.mainContents .digital_result .group-lead {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.mainContents .digital_result .group-pink {
  color: #e73079;
  font-weight: 700;
}
.mainContents .digital_result .group-intro {
  margin-bottom: 40px;
  padding: 40px 20px;
  background: #fff;
  border: 4px solid #00a6ba;
  border-radius: 10px;
  text-align: center;
}
.mainContents .digital_result .group-intro__lead {
  margin: 0 0 20px;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.mainContents .digital_result .group-intro__note {
  margin: 0;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.mainContents .digital_result .group-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.mainContents .digital_result .group-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContents .digital_result .group-card--green {
  background: #c2e5d5;
}
.mainContents .digital_result .group-card--blue {
  background: #b3d4ea;
}
.mainContents .digital_result .group-card__heading {
  margin: 0;
  padding: 20px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.mainContents .digital_result .group-card--green .group-card__heading {
  background: #66bf97;
}
.mainContents .digital_result .group-card--blue .group-card__heading {
  background: #036eb8;
}
.mainContents .digital_result .group-card__illust {
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}
.mainContents .digital_result .group-card__illust img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.mainContents .digital_result .group-card__merits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 20px 30px 30px;
}
.mainContents .digital_result .group-merit {
  padding: 20px 30px;
  background: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContents .digital_result .group-merit__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.mainContents .digital_result .group-merit__title-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  color: #e73079;
}
.mainContents .digital_result .group-merit__title-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mainContents .digital_result .group-merit__title-text {
  color: #e73079;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.mainContents .digital_result .group-merit--blue .group-merit__title {
  border-bottom: 3px solid #036eb8;
}
.mainContents .digital_result .group-merit--green .group-merit__title {
  border-bottom: 3px solid #66bf97;
}
.mainContents .digital_result .group-merit__text {
  margin: 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.mainContents .digital_result .group-cta-lead {
  margin: 0 0 30px;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.mainContents .digital_result .group-cta-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
  background: #e73079;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContents .digital_result .group-cta-btn:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}
.mainContents .digital_result .group-cta-btn__text {
  width: 100%;
  font-weight: 500;
  text-align: center;
}
.mainContents .digital_result .group-cta-btn__icon {
  position: absolute;
  top: 50%;
  right: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainContents .digital_result .group-cta-btn__icon svg {
  width: 30px;
  height: 30px;
}
/* =========================================================
		digital_result - responsive (merit / usage / group)
========================================================= */
@media only screen and (max-width: 800px) {
  .mainContents .digital_result .section-bg {
    left: 0;
    right: 0;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .mainContents .digital_result .section-separate {
    gap: 12px;
    padding: 0;
  }
  .mainContents .digital_result .section-separate__chevron svg {
    width: 50px;
    height: 15px;
  }
  .mainContents .digital_result .section-bg__dots {
    width: 300px;
    height: 300px;
    max-width: 80vw;
    max-height: 80vw;
    background-image: radial-gradient(circle, rgba(238, 238, 238, 1) 1.68px, transparent 1.68px);
    background-size: 7.56px 7.56px;
  }
  .mainContents .digital_result .section-bg__circle--about-tl {
    top: -130px;
    left: -220px;
    width: 560px;
    height: 560px;
    max-width: none;
    max-height: none;
  }
  .mainContents .digital_result .section-bg__dots--about-br {
    right: -40px;
    bottom: -40px;
    background-image: radial-gradient(circle, rgba(238, 238, 238, 1) 1.68px, transparent 1.68px);
    background-size: 7.56px 7.56px;
  }
  /* merit / usage / verify / group — SP背景（位置: vw/%、サイズ: PCの60%固定px） */
  .mainContents .digital_result .merit .section-bg__dots,
  .mainContents .digital_result .usage .section-bg__dots,
  .mainContents .digital_result .verify .section-bg__dots,
  .mainContents .digital_result .group-section .section-bg__dots {
    width: 318px;
    height: 318px;
    max-width: none;
    max-height: none;
    background-size: 6.48px 6.48px;
  }
  /* merit（section3 / PC高さ1878px） */
  .mainContents .digital_result .section-bg__circle--merit-deco1 {
    top: calc(1169 / 1878 * 100% + 10%);
    left: calc(-338 / 1920 * 100vw - 20vw);
    width: 450px;
    height: 450px;
    border-radius: 453.62px;
    background: #e8f9fe;
  }
  .mainContents .digital_result .section-bg__circle--merit-deco2 {
    top: calc(882 / 1878 * 100%);
    left: calc(56 / 1920 * 100vw + 20vw);
    width: 420px;
    height: 420px;
    background: linear-gradient(143deg, #c2e3e3 20.04%, #bde1ed 90.06%);
    opacity: 0.7457;
  }
  .mainContents .digital_result .section-bg__circle--merit-gradient-ring {
    top: calc(50% + 25%);
    left: calc(50% + 870 / 1920 * 100vw);
    width: 576px;
    height: 576px;
    border-radius: 576px;
    border: 1px solid #00a6ba;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mainContents .digital_result .section-bg__circle--merit-gradient {
    top: calc(70 / 1878 * 100%);
    left: calc(50% + 870 / 1920 * 100vw);
    width: 480px;
    height: 480px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(143deg, #c2e3e3 20.04%, #bde1ed 90.06%);
    opacity: 0.7457;
  }
  .mainContents .digital_result .section-bg__dots--merit-tl {
    top: calc(171 / 1878 * 100% + 15%);
    left: calc(36 / 1920 * 100vw - 40vw);
    background-image: radial-gradient(circle, rgba(238, 238, 238, 1) 1.44px, transparent 1.44px);
  }
  .mainContents .digital_result .section-bg__dots--merit-br {
    top: calc(1443 / 1878 * 100% + 15%);
    right: calc(115 / 1920 * 100vw - 25vw);
    background-image: radial-gradient(circle, rgba(238, 238, 238, 1) 1.44px, transparent 1.44px);
  }
  /* usage（section4 / PC高さ2198px） */
  .mainContents .digital_result .section-bg__circle--usage-tr {
    top: calc(50 / 2198 * 100%);
    right: calc(-306 / 1920 * 100vw - 30vw);
    left: auto;
    width: 432px;
    height: 432px;
    background: rgba(255, 254, 232, 0.63);
  }
  .mainContents .digital_result .section-bg__circle--usage-tr-ring {
    top: calc(273 / 2198 * 100% + 10%);
    left: calc(1419 / 1920 * 100vw);
    width: 420px;
    height: 420px;
    border-radius: 420px;
    border: 1px solid #00a6ba;
    background: transparent;
  }
  .mainContents .digital_result .section-bg__circle--usage-bl {
    top: auto;
    bottom: -5%;
    left: calc(-164 / 1920 * 100vw - 20vw);
    width: 420px;
    height: 420px;
    background: rgba(255, 254, 232, 0.63);
  }
  .mainContents .digital_result .section-bg__circle--usage-bl-ring {
    top: calc(1334 / 2198 * 100%);
    left: calc(-289 / 1920 * 100vw + 20vw);
    width: 570px;
    height: 570px;
    border-radius: 576px;
    border: 1px solid #00a6ba;
    background: transparent;
  }
  .mainContents .digital_result .section-bg__dots--usage-tl,
  .mainContents .digital_result .section-bg__dots--usage-br {
    background-image: radial-gradient(circle, rgba(208, 234, 248, 1) 1.44px, transparent 1.44px);
  }
  .mainContents .digital_result .section-bg__dots--usage-tl {
    top: calc(501 / 2198 * 100% + 10%);
    left: calc(73 / 1920 * 100vw - 30vw);
  }
  .mainContents .digital_result .section-bg__dots--usage-br {
    top: calc(1424 / 2198 * 100%);
    right: calc(94 / 1920 * 100vw - 20vw);
  }
  /* verify（section5 / PC高さ927px） */
  .mainContents .digital_result .section-bg__circle--verify-br {
    right: calc(-100 / 1920 * 100vw - 10vw);
    bottom: calc(-200 / 927 * 100% + 10%);
    width: 360px;
    height: 360px;
    background: rgba(247, 252, 240, 1);
  }
  .mainContents .digital_result .section-bg__dots--verify-tl {
    top: calc(114 / 927 * 100% + 3%);
    left: calc(3 / 1920 * 100vw - 20vw);
    background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 1.44px, transparent 1.44px);
  }
  /* group（section6 / PC高さ1690px） */
  .mainContents .digital_result .section-bg__circle--group-deco1 {
    top: calc(1060 / 1690 * 100% + 20%);
    left: calc(1310 / 1920 * 100vw);
    z-index: 2;
    width: 480px;
    height: 480px;
    background: #e8f9fe;
    opacity: 0.7457;
  }
  .mainContents .digital_result .section-bg__circle--group-deco2 {
    top: calc(639 / 1690 * 100%);
    left: calc(1253 / 1920 * 100vw);
    z-index: 1;
    width: 360px;
    height: 360px;
    background: linear-gradient(143deg, #c2e3e3 20.04%, #bde1ed 90.06%);
    opacity: 0.7457;
  }
  .mainContents .digital_result .section-bg__circle--group-solid-top {
    top: calc(40 / 1690 * 100%);
    left: calc(50% - 750 / 1920 * 100vw);
    width: 480px;
    height: 480px;
    background: #e8f9fe;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mainContents .digital_result .section-bg__circle--group-ring {
    top: calc(360 / 1690 * 100% + 30%);
    left: calc(-475 / 1920 * 100vw);
    width: 570px;
    height: 570px;
    border-radius: 576px;
    border: 1px solid #00a6ba;
    background: transparent;
  }
  .mainContents .digital_result .section-bg__dots--group-br {
    top: calc(239 / 1690 * 100%);
    right: calc(-106 / 1920 * 100vw);
    background-image: radial-gradient(circle, rgba(238, 238, 238, 1) 1.44px, transparent 1.44px);
  }
  .mainContents .digital_result .section-audience {
    font-size: 1.4rem;
    padding: 8px 14px;
    margin-bottom: 20px;
  }
  .mainContents .digital_result .section-audience__icon svg {
    width: 24px;
    height: 24px;
  }
  .mainContents .digital_result .merit,
  .mainContents .digital_result .usage,
  .mainContents .digital_result .verify,
  .mainContents .digital_result .group-section {
    padding: 40px 0 100px;
  }
  .mainContents .digital_result .merit-inner,
  .mainContents .digital_result .usage-inner,
  .mainContents .digital_result .verify-inner,
  .mainContents .digital_result .group-inner {
    width: 100%;
    padding: 0 14px;
  }
  .mainContents .digital_result .merit-header,
  .mainContents .digital_result .group-header,
  .mainContents .digital_result .usage-header,
  .mainContents .digital_result .verify-header {
    margin-bottom: 28px;
  }
  .mainContents .digital_result .merit-title,
  .mainContents .digital_result .group-title,
  .mainContents .digital_result .usage-title,
  .mainContents .digital_result .verify-title {
    font-size: 2.4rem;
    margin-bottom: 18px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .mainContents .digital_result .merit-lead,
  .mainContents .digital_result .group-lead {
    font-size: 1.6rem;
    font-weight: 500;
    word-break: break-word;
  }
  .mainContents .digital_result .merit-lead {
    text-align: center;
  }
  .mainContents .digital_result .group-lead {
    text-align: left;
  }
  .mainContents .digital_result .merit-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 28px;
  }
  .mainContents .digital_result .merit-card {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .mainContents .digital_result .merit-card__visual {
    min-height: 260px;
  }
  .mainContents .digital_result .merit-badge {
    font-size: 1.4rem;
    padding: 5px 14px;
  }
  .mainContents .digital_result .merit-card__body {
    padding: 0 16px 26px;
  }
  .mainContents .digital_result .merit-card__title {
    font-size: 1.8rem;
    margin: 20px 0 16px;
    word-break: break-word;
  }
  .mainContents .digital_result .merit-card__text {
    font-size: 1.5rem;
  }
  .mainContents .digital_result .merit-subtitle {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .mainContents .digital_result .merit-subcards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }
  .mainContents .digital_result .merit-subcard__body {
    padding: 0 16px 26px;
  }
  .mainContents .digital_result .merit-subcard__title {
    font-size: 1.8rem;
    margin: 20px 0 16px;
    word-break: break-word;
  }
  .mainContents .digital_result .merit-subcard__text {
    font-size: 1.5rem;
  }
  .mainContents .digital_result .merit-security__head {
    padding: 16px 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
  }
  .mainContents .digital_result .merit-security__title {
    font-size: 1.5rem;
    text-align: left;
  }
  .mainContents .digital_result .merit-security__body {
    padding: 20px 16px;
  }
  .mainContents .digital_result .merit-security__body p {
    font-size: 1.3rem;
  }
  .mainContents .digital_result .usage-block {
    margin-bottom: 24px;
    border-radius: 8px;
  }
  .mainContents .digital_result .usage-block__title,
  .mainContents .digital_result .verify-card__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 14px;
    font-size: 1.8rem;
    line-height: 1.5;
    word-break: break-word;
  }
  .mainContents .digital_result .usage-block__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 16px;
    gap: 20px;
  }
  .mainContents .digital_result .usage-qr-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 16px;
    gap: 16px;
  }
  .mainContents .digital_result .usage-qr-box__text p {
    font-size: 1.5rem;
  }
  .mainContents .digital_result .usage-block__illust img {
    width: 250px;
    margin: 0 auto;
  }
  .mainContents .digital_result .usage-block__text p {
    font-size: 1.5rem;
    word-break: break-word;
  }
  .mainContents .digital_result .usage-block__note {
    font-size: 1.3rem !important;
  }
  .mainContents .digital_result .usage-block__steps,
  .mainContents .digital_result .verify-card__steps {
    padding: 20px 20px 0;
  }
  .mainContents .digital_result .usage-step,
  .mainContents .digital_result .verify-step {
    gap: 16px;
  }
  .mainContents .digital_result .usage-step__marker,
  .mainContents .digital_result .verify-step__marker {
    width: 44px;
  }
  .mainContents .digital_result .usage-step__num,
  .mainContents .digital_result .verify-step__num {
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }
  .mainContents .digital_result .usage-step__text,
  .mainContents .digital_result .verify-step__text {
    padding: 0 0 20px;
  }
  .mainContents .digital_result .usage-step__title,
  .mainContents .digital_result .verify-step__title {
    font-size: 1.7rem;
    word-break: break-word;
  }
  .mainContents .digital_result .usage-step__text p,
  .mainContents .digital_result .verify-step__text p {
    font-size: 1.4rem;
    word-break: break-word;
  }
  .mainContents .digital_result .verify-step__text ul li {
    font-size: 1.4rem;
    word-break: break-word;
  }
  .mainContents .digital_result .usage-step__note {
    margin: 0 !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
  }
  .mainContents .digital_result .usage-external-link {
    font-size: 1.3rem;
  }
  .mainContents .digital_result .group-intro {
    padding: 24px 14px;
    margin-bottom: 24px;
  }
  .mainContents .digital_result .group-intro__lead {
    font-size: 1.7rem;
    text-align: left;
  }
  .mainContents .digital_result .group-intro__note {
    font-size: 1.3rem;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  .mainContents .digital_result .group-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }
  .mainContents .digital_result .group-card {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .mainContents .digital_result .group-card--blue {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .mainContents .digital_result .group-card--green {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .mainContents .digital_result .group-card__heading {
    font-size: 2rem;
    padding: 14px;
  }
  .mainContents .digital_result .group-card__merits {
    padding: 16px 14px 20px;
  }
  .mainContents .digital_result .group-merit {
    padding: 20px 14px;
  }
  .mainContents .digital_result .group-merit__title {
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .mainContents .digital_result .group-merit__title-icon {
    width: 40px;
    height: 40px;
  }
  .mainContents .digital_result .group-merit__title-text {
    font-size: 1.8rem;
    word-break: break-word;
  }
  .mainContents .digital_result .group-merit__text {
    font-size: 1.4rem;
  }
  .mainContents .digital_result .group-cta-lead {
    font-size: 1.5rem;
  }
  .mainContents .digital_result .group-cta-btn {
    width: 100%;
    padding: 18px 16px;
    border-radius: 50px;
    line-height: 1.4;
  }
  .mainContents .digital_result .group-cta-btn__text {
    font-size: 1.7rem;
  }
  .mainContents .digital_result .group-cta-btn__icon {
    right: 35px;
    width: 30px;
    height: 30px;
  }
  .mainContents .digital_result .group-cta-btn__icon svg {
    width: 30px;
    height: 30px;
  }
}
/* =========================================================
		Footer
========================================================= */
.footer {
  padding: 58px 0 0;
  background: #f7f6f4;
  position: relative;
}
.footer .spFootNav {
  display: none;
}
.footer .topNav {
  width: 1050px;
  margin: 0 auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .topNav .box {
  width: 18%;
  margin: 0 2.5% 25px 0;
}
.footer .topNav .box h3 {
  font-size: 1.4rem;
  margin: 0 0 10px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}
.footer .topNav .box h3 a {
  position: relative;
}
.footer .topNav .box h3::before {
  content: '';
  background: url("../images/arrow_kentei.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.footer .topNav .box li {
  font-size: 1.2rem;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .topNav .box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .topNav .box li::before {
  content: "\e908";
  font-family: 'iconset';
  display: block;
  padding: 0 9px 0 4px;
  text-decoration: none;
}
.footer .topNav .box:nth-of-type(5n) {
  margin-right: 0;
}
.footer .topNav .box.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .topNav .box.sns ul li {
  width: 17%;
  margin: 0 5%;
}
.footer .topNav .box.sns ul li a {
  width: 100%;
  display: block;
}
.footer .topNav .box.sns ul li a::before {
  display: none;
}
.footer .topNav .box.sns ul li::before {
  display: none;
}
.footer .spSiteMap {
  display: none;
}
.footer .bottomNav {
  width: 1050px;
  margin: 0 auto 14px;
  text-align: center;
}
.footer .bottomNav li {
  display: inline-block;
  font-size: 1.2rem;
}
.footer .bottomNav li::after {
  content: "|";
  margin: 0 7px;
}
.footer .bottomNav li:last-child::after {
  display: none;
}
.footer .footTop {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.footer .footTop .footLogo {
  display: inline-block;
  width: 190px;
  margin: 0 1%;
}
.footer .footTop .footBtn {
  display: inline-block;
  margin: 0 1%;
}
.footer .footTop .footBtn a {
  display: inline-block;
  padding: 12px 0;
  width: 360px;
  color: #fff;
  position: relative;
  background: #00a6ba;
  border-radius: 25px;
}
.footer .footTop .footBtn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 16px;
}
.footer .footTop .footBtn a:hover {
  text-decoration: none;
}
.footer .bottomSpNav {
  display: none;
}
.footer .footMiddle {
  width: 1050px;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footMiddle .footLogo {
  width: 320px;
}
.footer .footMiddle .footBanner {
  margin: 0 0 0 auto;
}
.footer .footMiddle .footBanner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footMiddle .footBanner ul li {
  margin-left: 17px;
}
.footer .spSns {
  display: none;
}
.footer .footBottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.footer .footBottom ul {
  width: 1050px;
  margin: 0 auto;
  font-size: 1rem;
}
.footer .copyright {
  font-size: 1rem;
  text-align: center;
  padding: 25px 3%;
}
.footer::after {
  content: "";
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.footer.openSubMenu::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  top: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
@media only screen and (max-width: 800px) {
  .footer {
    padding: 0;
  }
  .footer .topNav.pcOnly {
    display: none;
  }
  .footer .spSiteMap {
    display: block;
  }
  .footer .spSiteMap .spSitemapNav {
    display: block;
  }
  .footer .spSiteMap .spSitemapNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    border-top: 1px solid #ccc;
  }
  .footer .spSiteMap .spSitemapNav ul li {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50%;
    background: #fff;
  }
  .footer .spSiteMap .spSitemapNav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 4%;
    position: relative;
  }
  .footer .spSiteMap .spSitemapNav ul li a i {
    color: #f59228;
    font-size: 2rem;
    padding-right: 5px;
  }
  .footer .spSiteMap .spSitemapNav ul li a::after {
    content: "\e91d";
    font-family: 'iconset';
    position: absolute;
    right: 4%;
    color: #ccc;
    text-decoration: none;
  }
  .footer .spSiteMap .spSitemapNav ul li:nth-child(2n) {
    border-right: none;
  }
  .footer .spSiteMap .spSitemapNav ul li:last-child {
    width: 100%;
    border-right: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .spSiteMap .spSitemapNav ul li:last-child a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .spSiteMap .spSitemapNav ul li:last-child a::after {
    right: 2%;
  }
  .footer .spSiteMap .sitemapTitle {
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4b87dd;
    padding: 12px 0 10px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
  }
  .footer .spSiteMap .sitemapTitle .trigger {
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 50%;
    background: #4b87dd;
    margin-left: 2%;
  }
  .footer .spSiteMap .sitemapTitle .trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    z-index: 2;
    background-color: #fff;
  }
  .footer .spSiteMap .sitemapTitle .trigger span:first-of-type {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .footer .spSiteMap .sitemapTitle .trigger span:last-of-type {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer .spSiteMap .sitemapTitle.active .trigger span:first-of-type {
    display: none;
  }
  .footer .spSiteMap .sitemapTitle.active .trigger span:last-of-type {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer .sitemapWrap {
    display: none;
  }
  .footer .sitemapWrap .topNav {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .footer .sitemapWrap .topNav.pcOnly {
    display: none;
  }
  .footer .sitemapWrap .topNav.spOnly {
    display: block;
  }
  .footer .sitemapWrap .topNav .box {
    width: 100%;
    margin: 0;
  }
  .footer .sitemapWrap .topNav .box h3 {
    margin: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
    background: #4b87dd;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .sitemapWrap .topNav .box h3 a {
    padding: 11px 4%;
    width: 100%;
    pointer-events: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .sitemapWrap .topNav .box h3 a::before {
    display: none;
  }
  .footer .sitemapWrap .topNav .box h3 a::after {
    display: none;
  }
  .footer .sitemapWrap .topNav .box h3::before {
    content: "";
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    width: 12px;
    height: 2px;
    z-index: 2;
    background-color: #fff;
    left: auto;
    right: 2%;
    margin: 0;
    top: auto;
    border: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }
  .footer .sitemapWrap .topNav .box h3::after {
    content: "";
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    width: 12px;
    height: 2px;
    z-index: 2;
    background-color: #fff;
    left: auto;
    right: 2%;
    top: auto;
    border-radius: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer .sitemapWrap .topNav .box h3.linkActive a {
    pointer-events: auto;
  }
  .footer .sitemapWrap .topNav .box h3.linkActive::before {
    content: "\e91d";
    font-family: 'iconset';
    position: absolute;
    width: auto;
    height: auto;
    background: none;
    color: #fff;
    text-decoration: none;
  }
  .footer .sitemapWrap .topNav .box h3.linkActive::after {
    display: none;
  }
  .footer .sitemapWrap .topNav .box h3.active::before {
    display: none;
  }
  .footer .sitemapWrap .topNav .box h3.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer .sitemapWrap .topNav .box .subBox {
    display: none;
  }
  .footer .sitemapWrap .topNav .box .cornerTitle {
    background-color: rgba(75, 135, 221, 0.2);
    color: #2f3032;
    border-bottom: 1px solid #fff;
  }
  .footer .sitemapWrap .topNav .box .cornerTitle h4 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .footer .sitemapWrap .topNav .box .cornerTitle h4 a {
    color: #2f3032;
    position: relative;
    display: block;
    padding: 11px 4%;
  }
  .footer .sitemapWrap .topNav .box .cornerTitle h4 a::after {
    content: "\e91d";
    font-family: 'iconset';
    position: absolute;
    right: 2%;
    color: #4b87dd;
    text-decoration: none;
  }
  .footer .sitemapWrap .topNav .box .cornerTitle p {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0 4% 14px;
  }
  .footer .sitemapWrap .topNav .box li {
    font-size: 1.4rem;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    display: block;
  }
  .footer .sitemapWrap .topNav .box li a {
    color: #2f3032;
    position: relative;
    display: block;
    padding: 11px 4%;
    background-color: rgba(75, 135, 221, 0.2);
  }
  .footer .sitemapWrap .topNav .box li a::before {
    content: "\e91d";
    font-family: 'iconset';
    position: absolute;
    right: 2%;
    color: #4b87dd;
    text-decoration: none;
  }
  .footer .sitemapWrap .topNav .box li::before {
    display: none;
  }
  .footer .sitemapWrap .topNav .box dl dt {
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    color: #4b87dd;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 4%;
    background-color: rgba(75, 135, 221, 0.2);
    font-weight: bold;
  }
  .footer .sitemapWrap .topNav .box dl dt::before {
    content: "";
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    width: 12px;
    height: 2px;
    z-index: 2;
    background-color: #4b87dd;
    right: 3%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer .sitemapWrap .topNav .box dl dt::after {
    content: "";
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    width: 12px;
    height: 2px;
    z-index: 2;
    background-color: #4b87dd;
    right: 3%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer .sitemapWrap .topNav .box dl dt.active::before {
    display: none;
  }
  .footer .sitemapWrap .topNav .box dl dt.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer .sitemapWrap .topNav .box dl dd {
    display: none;
  }
  .footer .sitemapWrap .topNav .box dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f4f0ef;
  }
  .footer .sitemapWrap .topNav .box dl dd ul li {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .sitemapWrap .topNav .box dl dd ul li a {
    background: #f4f0ef;
    font-size: 1.3rem;
    padding: 11px 14% 11px 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .footer .sitemapWrap .topNav .box dl dd ul li:nth-child(odd) {
    border-right: none;
  }
  .footer .sitemapWrap .topNav .box dl dd ul li:first-child {
    width: 100%;
    background: none;
  }
  .footer .sitemapWrap .topNav .box dl dd ul li:first-child a {
    padding: 11px 4%;
    width: 100%;
  }
  .footer .sitemapWrap .topNav .box.question {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .footer .sitemapWrap .topNav .box.question h3.linkActive::before {
    color: #4b87dd;
  }
  .footer .sitemapWrap .topNav .box.question a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    background: #fff;
    color: #4b87dd;
    padding: 12px 4% 10px;
  }
  .footer .sitemapWrap .topNav .box.question a i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 2px solid #4b87dd;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    border-radius: 50%;
    margin-right: 2%;
    position: relative;
    top: -1px;
  }
  .footer .sitemapWrap .topNav .box.question a i::before {
    vertical-align: middle;
    position: relative;
    top: -4px;
  }
  .footer .sitemapWrap .topNav .box.navOther {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  .footer .sitemapWrap .topNav .box.navOther li {
    width: 50%;
    border-right: 1px solid #ccc;
  }
  .footer .sitemapWrap .topNav .box.navOther li a {
    color: #2f3032;
    background: #f7f6f4;
    font-size: 1.2rem;
    padding: 11px 7%;
  }
  .footer .sitemapWrap .topNav .box.navOther li a::before {
    color: #2f3032;
    right: 4%;
  }
  .footer .sitemapWrap .topNav .box.navOther li:last-child {
    display: none;
    width: 100%;
  }
  .footer .sitemapWrap .topNav .box.navOther li:last-child a {
    padding: 11px 4%;
  }
  .footer .sitemapWrap .topNav .box.navOther li:last-child a::before {
    right: 2%;
  }
  .footer .sitemapWrap .closeBtn {
    display: none;
  }
  .footer .spSns {
    display: block;
    text-align: center;
    padding: 13px 0;
  }
  .footer .spSns li {
    display: inline-block;
    width: 10%;
    margin: 0 2%;
  }
  .footer .bottomNav {
    display: none;
  }
  .footer .footTop {
    padding: 22px 0;
  }
  .footer .footTop .footLogo {
    display: block;
    width: 52%;
    margin: 0 auto 11px;
  }
  .footer .footTop .footBtn {
    display: block;
    margin: 0 auto;
  }
  .footer .footTop .footBtn a {
    display: block;
    padding: 9px 0;
    width: 85%;
    margin: 0 auto;
  }
  .footer .footTop .footBtn a::after {
    right: 4%;
    top: 32%;
  }
  .footer .bottomSpNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .bottomSpNav li {
    width: 50%;
    position: relative;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .bottomSpNav li a {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    padding: 14px 7%;
  }
  .footer .bottomSpNav li a::after {
    content: "\e91d";
    font-family: 'iconset';
    position: absolute;
    right: 4%;
    color: #2f3032;
    text-decoration: none;
  }
  .footer .bottomSpNav li:last-child {
    width: 100%;
  }
  .footer .bottomSpNav li:last-child a {
    padding: 14px 4%;
  }
  .footer .bottomSpNav li:last-child a::after {
    right: 2%;
  }
  .footer .bottomSpNav li:nth-child(2n), .footer .bottomSpNav li:last-child {
    border-right: none;
  }
  .footer .footMiddle {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 10px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footMiddle .footLogo {
    width: 86%;
    margin: 0 auto 20px;
  }
  .footer .footMiddle .footBanner {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 17px 7% 0;
  }
  .footer .footMiddle .footBanner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .footMiddle .footBanner ul li {
    margin: 0 2%;
  }
  .footer .footBottom {
    padding: 20px 0 10px;
  }
  .footer .footBottom ul {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    font-size: 1rem;
  }
  .footer .footBottom ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .footer .copyright {
    text-align: center;
    padding: 18px 3%;
  }
}
@media only screen and (max-width: 320px) {
  .footer .spSiteMap .spSitemapNav ul li {
    font-size: 1.1rem;
  }
  .footer .spSiteMap .spSitemapNav ul li a i {
    font-size: 1.8rem;
  }
  .footer .footTop .footBtn a {
    width: 90%;
    font-size: 1.3rem;
  }
  .footer .bottomSpNav li a {
    font-size: 1rem;
  }
}
