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

    version: 1.0
    created: 2017/01/01
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
@font-face {
  font-family: 'Gilroy';
  src: url("../../fonts/Gilroy-Light.otf") format("opentype");
  src: url("../../fonts/Gilroy-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../../fonts/Gilroy-ExtraBold.otf") format("opentype");
  src: url("../../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "icon";
  src: url("../../fonts/icon.woff");
}

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

format

====================================================================================================*/
html {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ', Meiryo, sans-serif;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin-top: 0;
}

p {
  margin: 0 0 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 0;
  letter-spacing: -.5em;
}

ul,
ol {
  list-style: none;
}

li {
  letter-spacing: 0;
}

dl {
  margin: 0;
}

dl dt, dl dd {
  margin: 0;
  padding: 0;
}

table {
  margin: 0 0 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0 !important;
}

hr {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
}

li img {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
  font-size: 1.6rem;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

button {
  display: inline;
  border: none;
  padding: 0;
  background: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:placeholder-shown {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccccc;
}

em,
address,
small {
  font-style: normal;
}

em {
  font-weight: bold;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
picture,
main {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

nav ul {
  list-style: none;
}

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

base

====================================================================================================*/
body {
  color: #374047;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

#document {
  overflow: hidden;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  #document {
    min-width: 1280px;
  }
}

a {
  color: #0078DC;
}

@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: text;
  }
  a[href*="tel:"] img {
    cursor: default;
  }
}

::-moz-selection {
  background: #374047;
  color: #fff;
}

::selection {
  background: #374047;
  color: #fff;
}

/* Header
--------------------------------------------------------------------------------------------------- */
#gheader .logo {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  #gheader .logo a {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 200px;
    height: 34px;
    background-position: -245px -49px;
    background-size: 505px 260px;
  }
  #gheader .content {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #gheader .logo a {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 160px;
    height: 27px;
    background-position: -245px -145px;
    background-size: 505px 260px;
  }
}

/* GlobalNavigation
--------------------------------------------------------------------------------------------------- */
#gnav {
  position: relative;
  margin: 0 auto;
}

#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

#gnav ul > li a {
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  #gnav {
    width: 1024px;
  }
  #gnav .menu {
    display: none;
  }
  #gnav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #gnav ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #gnav ul > li a {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #gnav .menu {
    position: absolute;
    top: -50px;
    right: 0;
  }
  #gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gnav ul > li {
    border-bottom: 1px solid currentColor;
    padding: 10px;
  }
}

/* Breadcrumb
--------------------------------------------------------------------------------------------------- */
#breadcrumb ol {
  position: relative;
  margin: 0;
}

#breadcrumb ol > li {
  padding: 10px 0;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}

#breadcrumb ol > li:nth-child(n+2)::before {
  width: 2em;
  content: ">";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#breadcrumb ol > li em {
  font-weight: normal;
}

/* MainContents
--------------------------------------------------------------------------------------------------- */
#container {
  position: relative;
  margin: 0 auto;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  #wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper #mainContents {
    padding-right: 30px;
  }
}

/* SubContents
--------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  #subContents {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
}

/* Footer
--------------------------------------------------------------------------------------------------- */
#gfooter {
  margin: 0 auto;
  color: #fff;
}

#gfooter a {
  color: #fff;
}

#gfooter .content1 {
  background: #374047;
}

#gfooter .content1 .footLogo, #gfooter .content1 .txt {
  margin: 0;
}

#gfooter .content1 .txt {
  line-height: 2;
}

#gfooter .content1 .txt a[target="_blank"]:after {
  content: '';
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 8px;
  height: 8px;
  background-position: -351px -177px;
  background-size: 505px 260px;
  vertical-align: 2px;
  margin-left: 3px;
  margin-right: 2px;
}

#gfooter .content2 {
  background: #A1ABB1;
}

#gfooter .content2:only-child {
  background: #374047;
}

#gfooter .copyright {
  text-align: center;
  margin: 0;
}

#gfooter .snsList {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gfooter .snsList > li + li {
  margin-left: 5px;
}

#gfooter .snsList > li a {
  display: block;
  opacity: 0.6;
}

@media print, screen and (min-width: 769px) {
  #gfooter {
    padding-bottom: 22px;
  }
  #gfooter .footLogo a {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 200px;
    height: 34px;
    background-position: -245px -49px;
    background-size: 505px 260px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #gfooter .footLogo a:hover {
    opacity: 0.7;
  }
  #gfooter .content1 .inner {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 90px 0;
  }
  #gfooter .content1 .txt {
    font-size: 1.6rem;
    margin-left: auto;
  }
  #gfooter .content1 .txt a:hover {
    text-decoration: none;
  }
  #gfooter .content2 .inner {
    width: 1000px;
    height: 80px;
    margin: auto;
    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;
    position: relative;
  }
  #gfooter .content2 .snsList {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gfooter .content2 .snsList a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #gfooter .content2 .snsList a:hover {
    opacity: 1;
  }
  #gfooter .copyright small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  #gfooter {
    padding-bottom: 17px;
  }
  #gfooter .content1 {
    padding: 80px 30px 70px;
  }
  #gfooter .content1 .footLogo {
    text-align: center;
    margin-bottom: 35px;
  }
  #gfooter .content1 .footLogo a {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 160px;
    height: 27px;
    background-position: -245px -145px;
    background-size: 505px 260px;
  }
  #gfooter .content1 .txt {
    font-size: 1.4rem;
  }
  #gfooter .content2 .inner {
    height: 60px;
    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;
    padding: 0 30px;
  }
  #gfooter .content2 .inner .snsList {
    margin: auto 0 auto auto;
  }
  #gfooter .copyright small {
    font-size: 1rem;
  }
}

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

    module

====================================================================================================*/
/* section module
--------------------------------------------------------------------------------------------------- */
.m_section {
  position: relative;
  background: #F3F4F5;
}

.m_section.s_white {
  background: #fff;
}

.m_section.s_footBtn {
  background: #fff;
  text-align: center;
}

.m_section > .secInner > *:last-child {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 769px) {
  .m_section {
    padding: 130px 0;
  }
  .m_section > .secInner {
    width: 1000px;
    margin: 0 auto;
  }
  .m_section.s_footBtn {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .m_section {
    padding: 70px 0;
  }
  .m_section > .secInner {
    margin: 0 30px;
  }
}

/* heading module
--------------------------------------------------------------------------------------------------- */
@page {
  margin: 0;
}

.m_secHead {
  color: #374047;
}

.m_secHead:after {
  content: '';
  display: block;
  width: 1px;
  background: #374047;
}

.m_secHead .en {
  font-family: 'Gilroy';
  display: block;
  line-height: 1;
}

.m_secHead .jp {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .m_secHead {
    margin-bottom: 20px;
  }
  .m_secHead:after {
    height: 80px;
    margin-top: 20px;
    margin-left: 40px;
  }
  .m_secHead .en {
    font-size: 9rem;
  }
}

@media screen and (max-width: 768px) {
  .m_secHead {
    margin-bottom: 20px;
  }
  .m_secHead:after {
    height: 60px;
    margin-top: 23px;
    margin-left: 20px;
  }
  .m_secHead .en {
    font-size: 6rem;
    margin-bottom: 5px;
  }
  .m_secHead .sub {
    font-size: 1.6rem;
  }
}

.m_imgHead {
  position: relative;
}

.m_imgHead.s_result {
  margin-bottom: 0;
  padding-bottom: 0;
}

.m_imgHead.s_result:after {
  display: none;
}

.m_imgHead.s_result .mvInner:after {
  display: none;
}

.m_imgHead:after {
  content: '';
  display: block;
  width: 1px;
  background: #374047;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.m_imgHead .mvInner {
  position: relative;
  overflow: hidden;
}

.m_imgHead .mvInner:after {
  content: '';
  display: block;
  width: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m_imgHead .mvInner .ttl {
  position: absolute;
  text-align: center;
  margin: 0;
  width: 100%;
}

.m_imgHead .mvInner .ttl .num {
  font-family: 'Gilroy';
  color: rgba(255, 255, 255, 0.3);
  display: block;
  line-height: 1;
}

.m_imgHead .mvInner .ttl .en {
  font-family: 'Gilroy';
  color: #fff;
  display: block;
  line-height: 1;
}

.m_imgHead .mvInner .ttl .jp {
  color: #fff;
  display: block;
  line-height: 1;
}

.m_imgHead .m_bln.s_right.s_anim {
  -webkit-transform: none;
          transform: none;
}

.m_imgHead .m_bln.s_right.s_anim.is_active .icon img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m_imgHead .m_bln.s_right.s_anim .icon {
  overflow: hidden;
}

.m_imgHead .m_bln.s_right.s_anim .icon img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media print, screen and (min-width: 1240px) {
  .m_imgHead .mvInner .img {
    width: 100% !important;
  }
  .m_imgHead .mvInner .img img {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .m_imgHead {
    padding: 20px;
    margin-bottom: 60px;
  }
  .m_imgHead:after {
    height: 60px;
    bottom: -40px;
  }
  .m_imgHead .mvInner {
    height: 420px;
  }
  .m_imgHead .mvInner:after {
    height: 60px;
  }
  .m_imgHead .mvInner .ttl {
    top: 150px;
  }
  .m_imgHead .mvInner .ttl .bln {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 120px;
    height: 52px;
    background-position: -245px -88px;
    background-size: 505px 260px;
    margin-bottom: -15px;
  }
  .m_imgHead .mvInner .ttl .num {
    font-size: 3rem;
  }
  .m_imgHead .mvInner .ttl .en {
    font-size: 9rem;
    margin-bottom: 10px;
  }
  .m_imgHead .mvInner .ttl .jp {
    font-size: 1.6rem;
  }
  .m_imgHead .mvInner .img {
    width: 900px;
    margin: 0 auto;
  }
  .m_imgHead .mvInner .img img {
    width: 1240px;
    margin-left: -170px;
  }
  .m_imgHead .m_bln.s_right {
    width: 1026px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
  .m_imgHead .m_bln.s_right .blnInner {
    right: 0;
    bottom: -39px;
  }
  .m_imgHead .m_bln.s_right .icon {
    position: absolute;
    right: 3px;
    bottom: -99px;
  }
  .m_imgHead .m_bln.s_right .icon:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 140px;
    height: 1px;
    background: #ECEDEF;
  }
}

@media screen and (max-width: 768px) {
  .m_imgHead {
    margin-bottom: 80px;
  }
  .m_imgHead.s_result {
    height: 400px;
  }
  .m_imgHead.s_result .mvInner {
    height: 100%;
  }
  .m_imgHead .mvInner .ttl {
    bottom: 100px;
  }
  .m_imgHead .mvInner .ttl .bln {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 100px;
    height: 47px;
    background-position: -370px -88px;
    background-size: 505px 260px;
    margin-bottom: -10px;
  }
  .m_imgHead .mvInner .ttl .num {
    font-size: 2.6rem;
  }
  .m_imgHead .mvInner .ttl .en {
    font-size: 6rem;
    margin-bottom: 10px;
  }
  .m_imgHead .mvInner .ttl .jp {
    font-size: 1.6rem;
  }
  .m_imgHead .mvInner .img img {
    width: 100%;
  }
  .m_imgHead .m_bln.s_right {
    width: 178px;
    left: 0;
    right: 0;
    margin: -65px auto 0;
  }
  .m_imgHead .m_bln.s_right .blnInner {
    width: 100%;
  }
  .m_imgHead .m_bln.s_right .blnInner:after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #374047;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
  }
  .m_imgHead .m_bln.s_right .icon {
    position: absolute;
    width: 77px;
    height: 100px;
    top: 26px;
    right: -30px;
  }
}

.m_boldHead {
  font-weight: bold;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .m_boldHead {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .m_boldHead {
    font-size: 2rem;
  }
}

/* box module
--------------------------------------------------------------------------------------------------- */
.m_bln {
  position: absolute;
}

.m_bln.js_anim, .m_bln.s_anim {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.m_bln.js_anim.is_active, .m_bln.s_anim.is_active {
  -webkit-transform: none;
          transform: none;
}

.m_bln.js_anim.is_active .blnInner, .m_bln.s_anim.is_active .blnInner {
  opacity: 1;
}

.m_bln.js_anim.is_active .blnInner .txt, .m_bln.s_anim.is_active .blnInner .txt {
  opacity: 1;
}

.m_bln.js_anim .blnInner, .m_bln.s_anim .blnInner {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.4s;
  transition: opacity 0.5s 0.4s;
}

.m_bln.js_anim .blnInner .txt, .m_bln.s_anim .blnInner .txt {
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.9s;
  transition: opacity 0.2s 0.9s;
}

.m_bln .blnInner {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(55, 64, 71, 0.12);
          box-shadow: 0px 3px 20px rgba(55, 64, 71, 0.12);
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_bln .blnInner .txt {
  margin: 0;
}

.m_bln .icon {
  position: relative;
  z-index: 2;
}

.m_bln.s_form .blnInner .txt {
  line-height: 2;
}

@media print, screen and (min-width: 769px) {
  .m_bln.s_left .blnInner {
    left: 50%;
  }
  .m_bln.s_right .blnInner {
    right: 50%;
    bottom: 60px;
  }
  .m_bln.s_form {
    position: relative;
    width: 560px;
    margin: 0 auto 45px;
  }
  .m_bln.s_form .blnInner {
    width: 100%;
    padding: 40px 35px;
    text-align: center;
    position: static;
  }
  .m_bln.s_form .icon {
    position: absolute;
    left: -50px;
    bottom: -45px;
  }
  .m_bln.js_anim, .m_bln.s_anim {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  .m_bln .blnInner {
    padding: 30px 35px;
    width: 310px;
  }
  .m_bln .blnInner.wide {
    width: 330px;
  }
  .m_bln .blnInner .txt {
    font-size: 1.6rem;
  }
  .m_bln .blnInner .close {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .m_bln.s_left .blnInner {
    left: 0;
  }
  .m_bln.s_right .blnInner {
    right: 0;
  }
  .m_bln.s_form .blnInner {
    width: 100%;
    position: relative;
  }
  .m_bln.s_form .blnInner .txt {
    font-size: 1.4rem;
  }
  .m_bln.s_form .icon {
    text-align: right;
    margin-right: 2px;
    margin-top: -63px;
  }
  .m_bln.js_anim, .m_bln.s_anim {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  .m_bln.is_hide .blnInner {
    opacity: 0 !important;
  }
  .m_bln .blnInner {
    padding: 23px 25px;
    width: 170px;
  }
  .m_bln .blnInner.wide {
    width: 230px;
  }
  .m_bln .blnInner .txt {
    font-size: 1.2rem;
  }
  .m_bln .blnInner .close {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 20px;
    height: 20px;
    background-position: -475px -114px;
    background-size: 505px 260px;
    position: absolute;
    top: -5px;
    right: -5px;
  }
}

.m_formBox .err {
  margin: 7px 0 0;
  color: #FF4674;
  font-weight: bold;
}

.m_formBox .err:before {
  content: '';
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: -2px;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 14px;
  height: 14px;
  background-position: -264px -177px;
  background-size: 505px 260px;
  margin-right: 4px;
}

.m_formBox .boxInner {
  background: #fff;
}

.m_formBox .boxInner .list dt {
  font-weight: bold;
}

.m_formBox .boxInner .list dt .req {
  color: #FF4674;
  margin-left: 5px;
  vertical-align: middle;
}

.m_formBox .boxInner .list .txtInput {
  width: 100%;
  border: 1px solid #CFD3D6;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  font-size: 1.6rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  -webkit-appearance: none;
}

.m_formBox .boxInner .list .txtInput.error {
  border-color: #FF4674;
}

.m_formBox .boxInner .innerBox {
  background: #F3F4F5;
  text-align: center;
}

.m_formBox .boxInner .innerBox + .err {
  text-align: center;
  margin: 12px 0 0;
}

.m_formBox .boxInner .innerBox .checkBox {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: 20px;
}

.m_formBox .boxInner .innerBox .checkBox.error label:before {
  border-color: #FF4674;
}

.m_formBox .boxInner .innerBox .checkBox input {
  opacity: 0;
  position: absolute;
}

.m_formBox .boxInner .innerBox .checkBox input:checked + label:after {
  opacity: 1;
}

.m_formBox .boxInner .innerBox .checkBox label {
  cursor: pointer;
}

.m_formBox .boxInner .innerBox .checkBox label:before, .m_formBox .boxInner .innerBox .checkBox label:after {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
}

.m_formBox .boxInner .innerBox .checkBox label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #CFD3D6;
  background: #fff;
  top: 0;
  left: 0;
}

.m_formBox .boxInner .innerBox .checkBox label:after {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 14px;
  height: 13px;
  background-position: -302px -177px;
  background-size: 505px 260px;
  top: 4px;
  left: 3px;
  opacity: 0;
}

@media print, screen and (min-width: 769px) {
  .m_formBox {
    width: 800px;
    margin: 0 auto;
  }
  .m_formBox .boxInner {
    padding: 75px 80px 80px;
    margin-bottom: 60px;
  }
  .m_formBox .boxInner .txt {
    font-size: 1.4rem;
  }
  .m_formBox .boxInner .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .m_formBox .boxInner .list dt:not(:first-of-type), .m_formBox .boxInner .list dd:not(:first-of-type) {
    margin-top: 20px;
  }
  .m_formBox .boxInner .list dt {
    width: 260px;
    font-size: 1.8rem;
    padding-top: 5px;
  }
  .m_formBox .boxInner .list dd {
    width: calc(100% - 260px);
  }
  .m_formBox .boxInner .list .err {
    font-size: 1.6rem;
  }
  .m_formBox .boxInner .innerBox {
    padding: 38px 10px;
  }
  .m_formBox .boxInner .innerBox .txt {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
  .m_formBox .boxInner .innerBox .txt a:hover {
    text-decoration: none;
  }
  .m_formBox .boxInner .innerBox .checkBox {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .m_formBox {
    margin: 0 -30px;
  }
  .m_formBox .boxInner {
    padding: 50px 30px 60px;
    margin-bottom: 60px;
  }
  .m_formBox .boxInner .txt {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .m_formBox .boxInner .list {
    margin-bottom: 40px;
  }
  .m_formBox .boxInner .list dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .m_formBox .boxInner .list dt:not(:first-of-type) {
    margin-top: 20px;
  }
  .m_formBox .boxInner .list .err {
    font-size: 1.4rem;
  }
  .m_formBox .boxInner .innerBox {
    padding: 30px 0 35px;
  }
  .m_formBox .boxInner .innerBox .txt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.m_intro {
  text-align: center;
  color: #fff;
  margin-bottom: 1px;
}

.m_intro > .txt {
  line-height: 2;
}

@media print, screen and (min-width: 769px) {
  .m_intro {
    background: url(../../images/home/secBg.jpg) no-repeat center top/cover;
    padding: 140px 0 100px;
  }
  .m_intro .logo {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 260px;
    height: 44px;
    background-position: -245px 0px;
    background-size: 505px 260px;
    margin-bottom: 50px;
  }
  .m_intro .head {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .m_intro > .txt {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .m_intro .btn {
    text-align: center;
    width: 240px;
    height: 50px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: auto;
  }
  .m_intro .btn:hover {
    background: #FF4674;
  }
  .m_intro .btn .txt {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: top;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 240px;
    height: 50px;
    background-position: 0px -110px;
    background-size: 505px 260px;
  }
}

@media screen and (max-width: 768px) {
  .m_intro {
    background: url(../../images/home/asideBgSp.jpg) no-repeat center top/cover;
    padding: 80px 0;
  }
  .m_intro .logo {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 160px;
    height: 27px;
    background-position: -245px -145px;
    background-size: 505px 260px;
    margin: 0 auto 35px;
  }
  .m_intro .head {
    font-size: 2rem;
  }
  .m_intro > .txt {
    margin: 0 30px 35px;
    text-align: left;
  }
  .m_intro .btn .txt {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: top;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 240px;
    height: 50px;
    background-position: 0px -165px;
    background-size: 505px 260px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11999;
  width: 100vw;
  height: 100vh;
  background: rgba(55, 64, 71, 0.8);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 980px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.modal .close {
  border: none;
  background: none;
  outline: none;
}

.modal-dialog .closeBtn {
  text-align: right;
}

.modal-dialog .closeBtn span {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 18px;
  height: 24px;
  background-position: -410px -145px;
  background-size: 505px 260px;
}

.modal-dialog .modal-body {
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.modal-dialog .modal-body .head {
  color: #FF4674;
  font-size: 2.6rem;
  margin-top: 70px;
  margin-bottom: 20px;
}

.modal-dialog .modal-body > .txt {
  line-height: 2;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .modal-dialog {
    width: 660px;
  }
  .modal-dialog .closeBtn {
    padding-bottom: 10px;
    overflow: visible;
  }
  .modal-dialog .closeBtn span {
    margin-right: -16px;
  }
}

@media screen and (max-width: 768px) {
  .modal-dialog {
    margin: 5px 30px;
  }
  .modal-dialog .modal-content {
    margin-top: -97px;
  }
  .modal-dialog .closeBtn {
    padding-bottom: 15px;
  }
}

/* paragraph module
--------------------------------------------------------------------------------------------------- */
.m_liquidImage {
  text-align: center;
}

.m_liquidImage .caption {
  display: block;
  text-align: right;
}

.m_liquidImage .caption > span {
  display: inline-block;
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .m_liquidImage {
    margin: 0 0 40px;
  }
  .m_liquidImage .caption {
    margin: 10px 0 0;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}

@media screen and (max-width: 768px) {
  .m_liquidImage {
    margin: 0 0 20px;
  }
  .m_liquidImage img {
    max-width: 100%;
    height: auto;
  }
}

/* list module
--------------------------------------------------------------------------------------------------- */
.m_faqList {
  border-bottom: 1px solid #ECEDEF;
  background: #fff;
}

.m_faqList .qTxt {
  font-weight: bold;
  position: relative;
  border-top: 1px solid #ECEDEF;
  cursor: pointer;
}

.m_faqList .qTxt.is_active:before {
  color: #FF4674;
}

.m_faqList .qTxt.is_active .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m_faqList .qTxt.is_active .icon:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m_faqList .qTxt:before {
  content: 'Q.';
  font-family: 'Gilroy';
  font-weight: bold;
  color: #CFD3D6;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
}

.m_faqList .qTxt .icon {
  position: absolute;
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.m_faqList .qTxt .icon:before, .m_faqList .qTxt .icon:after {
  content: '';
  display: block;
  width: 14px;
  height: 3px;
  border-radius: 1px;
  background: #FF4674;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.m_faqList .qTxt .icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m_faqList .aCol {
  background: #F3F4F5;
  display: none;
}

.m_faqList .aCol > *:last-child {
  margin-bottom: 0 !important;
}

.m_faqList .aCol .m_txt {
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .m_faqList {
    margin-top: 20px;
  }
  .m_faqList .qTxt {
    font-size: 1.8rem;
    padding: 30px 54px 30px 89px;
  }
  .m_faqList .qTxt:hover:before {
    color: #FF4674;
  }
  .m_faqList .qTxt:hover .icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .m_faqList .qTxt:before {
    top: 25px;
    left: 50px;
    font-size: 2.4rem;
  }
  .m_faqList .qTxt .icon {
    top: 36px;
    right: 40px;
  }
  .m_faqList .aCol {
    padding: 20px 80px;
  }
}

@media screen and (max-width: 768px) {
  .m_faqList .qTxt {
    font-size: 1.6rem;
    padding: 24px 60px;
  }
  .m_faqList .qTxt:before {
    top: 20px;
    left: 30px;
    font-size: 2rem;
  }
  .m_faqList .qTxt .icon {
    top: 30px;
    right: 30px;
  }
  .m_faqList .aCol {
    padding: 15px 60px;
  }
}

.m_flowList .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.m_flowList .list > li {
  text-align: center;
}

.m_flowList .list > li.is_active:after {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  background: #FF4674 !important;
}

.m_flowList .list > li.is_active .num {
  background: #FF4674 !important;
}

.m_flowList .list > li.is_active .txt {
  color: #374047 !important;
}

.m_flowList .list > li:not(:last-child) {
  position: relative;
}

.m_flowList .list > li:not(:last-child):before, .m_flowList .list > li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  background: #ECEDEF;
}

.m_flowList .list > li:not(:last-child):before {
  height: 1px;
}

.m_flowList .list > li:not(:last-child):after {
  height: 4px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  margin-top: -1px;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.m_flowList .list > li .num {
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #CFD3D6;
  font-family: 'Gilroy';
  font-weight: 800;
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.m_flowList .list > li .txt {
  display: block;
  letter-spacing: 0.2em;
  font-weight: bold;
  width: 100px;
  color: #A1ABB1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media print, screen and (min-width: 769px) {
  .m_flowList {
    margin-bottom: 75px;
  }
  .m_flowList .list > li {
    width: 60px;
  }
  .m_flowList .list > li:not(:last-child) {
    margin-right: 48px;
  }
  .m_flowList .list > li:not(:last-child):before, .m_flowList .list > li:not(:last-child):after {
    width: 48px;
    left: 60px;
    top: 30px;
  }
  .m_flowList .list > li .num {
    font-size: 2.4rem;
    width: 60px;
    line-height: 60px;
    margin-bottom: 7px;
  }
  .m_flowList .list .txt {
    font-size: 1.6rem;
    margin-left: -20px;
  }
}

@media screen and (max-width: 768px) {
  .m_flowList {
    margin-bottom: 55px;
  }
  .m_flowList .list > li {
    width: 40px;
  }
  .m_flowList .list > li:not(:last-child) {
    margin-right: 15px;
  }
  .m_flowList .list > li:not(:last-child):before, .m_flowList .list > li:not(:last-child):after {
    width: 15px;
    left: 40px;
    top: 20px;
  }
  .m_flowList .list > li .num {
    font-size: 2rem;
    width: 40px;
    line-height: 40px;
    margin-bottom: 3px;
  }
  .m_flowList .list > li .txt {
    font-size: 1rem;
    margin-left: -30px;
  }
}

.m_checkList > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m_checkList > .col + .col {
  border-top: 1px solid #CFD3D6;
}

.m_checkList > .col .ttl {
  text-align: center;
  width: 100%;
}

.m_checkList > .col .sub {
  text-align: center;
  margin-bottom: 23px;
  width: 100%;
}

.m_checkList > .col .err {
  width: 100%;
  margin-top: 12px;
  font-weight: bold;
  color: #FF4674;
  text-align: center;
  margin-bottom: 0;
}

.m_checkList > .col .err:before {
  content: '';
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: -1px;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 14px;
  height: 14px;
  background-position: -264px -177px;
  background-size: 505px 260px;
  margin-right: 3px;
}

@media print, screen and (min-width: 769px) {
  .m_checkList > .col + .col {
    padding-top: 75px;
    margin-top: 80px;
  }
  .m_checkList > .col .ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .m_checkList > .col .sub {
    font-size: 1.6rem;
    margin-top: -20px;
  }
  .m_checkList > .col .err {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .m_checkList > .col + .col {
    padding-top: 50px;
    margin-top: 50px;
  }
  .m_checkList > .col .ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .m_checkList > .col .sub {
    font-size: 1.4rem;
    margin-top: -10px;
  }
  .m_checkList > .col .err {
    font-size: 1.4rem;
  }
}

.m_radioBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.m_radioBtnList.s_error label .circle:before {
  border-color: #FF4674;
}

.m_radioBtnList > li {
  position: relative;
}

.m_radioBtnList .txt {
  margin-bottom: 0;
  text-align: center;
  display: block;
}

.m_radioBtnList input {
  position: absolute;
  opacity: 0;
}

.m_radioBtnList input:focus + label .circle:before {
  opacity: 0.7;
}

.m_radioBtnList input:checked + label {
  pointer-events: none;
  opacity: 1;
}

.m_radioBtnList input:checked + label .circle:before {
  background: #FF4674;
  border-color: #FF4674;
  opacity: 1 !important;
}

.m_radioBtnList input:checked + label .circle:after {
  opacity: 1;
}

.m_radioBtnList input:checked + label .txt {
  font-weight: bold;
}

.m_radioBtnList label {
  cursor: pointer;
}

.m_radioBtnList label .circle {
  display: block;
  position: relative;
}

.m_radioBtnList label .circle:before, .m_radioBtnList label .circle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_radioBtnList label .circle:before {
  background: #fff;
  border: 1px solid #CFD3D6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m_radioBtnList label .circle:after {
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media print, screen and (min-width: 769px) {
  .m_radioBtnList input:hover + label .circle:before {
    opacity: 0.7;
  }
  .m_radioBtnList > li + li {
    margin-left: 77px;
  }
  .m_radioBtnList > li:nth-child(1), .m_radioBtnList > li:nth-child(5) {
    width: 50px;
  }
  .m_radioBtnList > li:nth-child(1) .txt, .m_radioBtnList > li:nth-child(5) .txt {
    width: 250px;
    margin-left: -100px;
    margin-top: 10px;
  }
  .m_radioBtnList > li:nth-child(1) label .circle, .m_radioBtnList > li:nth-child(5) label .circle {
    width: 50px;
    height: 50px;
  }
  .m_radioBtnList > li:nth-child(1) label .circle:after, .m_radioBtnList > li:nth-child(5) label .circle:after {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 22px;
    height: 21px;
    background-position: -475px -88px;
    background-size: 505px 260px;
  }
  .m_radioBtnList > li:nth-child(2), .m_radioBtnList > li:nth-child(4) {
    margin-top: 5px;
  }
  .m_radioBtnList > li:nth-child(2) label .circle, .m_radioBtnList > li:nth-child(4) label .circle {
    width: 40px;
    height: 40px;
  }
  .m_radioBtnList > li:nth-child(2) label .circle:after, .m_radioBtnList > li:nth-child(4) label .circle:after {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 18px;
    height: 16px;
    background-position: -458px -145px;
    background-size: 505px 260px;
  }
  .m_radioBtnList > li:nth-child(3) {
    margin-top: 10px;
  }
  .m_radioBtnList > li:nth-child(3) label .circle {
    width: 30px;
    height: 30px;
  }
  .m_radioBtnList > li:nth-child(3) label .circle:after {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 14px;
    height: 13px;
    background-position: -283px -177px;
    background-size: 505px 260px;
  }
}

@media screen and (max-width: 768px) {
  .m_radioBtnList > li + li {
    margin-left: 36px;
  }
  .m_radioBtnList > li:nth-child(1) .txt {
    text-align: left;
  }
  .m_radioBtnList > li:nth-child(5) .txt {
    text-align: right;
    margin-left: -60px;
  }
  .m_radioBtnList > li:nth-child(1), .m_radioBtnList > li:nth-child(5) {
    width: 40px;
  }
  .m_radioBtnList > li:nth-child(1) .txt, .m_radioBtnList > li:nth-child(5) .txt {
    width: 100px;
    margin-top: 5px;
  }
  .m_radioBtnList > li:nth-child(1) label .circle, .m_radioBtnList > li:nth-child(5) label .circle {
    width: 40px;
    height: 40px;
  }
  .m_radioBtnList > li:nth-child(1) label .circle:after, .m_radioBtnList > li:nth-child(5) label .circle:after {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 20px;
    height: 18px;
    background-position: -433px -145px;
    background-size: 505px 260px;
  }
  .m_radioBtnList > li:nth-child(2), .m_radioBtnList > li:nth-child(4) {
    margin-top: 5px;
  }
  .m_radioBtnList > li:nth-child(2) label .circle, .m_radioBtnList > li:nth-child(4) label .circle {
    width: 30px;
    height: 30px;
  }
  .m_radioBtnList > li:nth-child(2) label .circle:after, .m_radioBtnList > li:nth-child(4) label .circle:after {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 16px;
    height: 14px;
    background-position: -481px -145px;
    background-size: 505px 260px;
  }
  .m_radioBtnList > li:nth-child(3) {
    margin-top: 10px;
  }
  .m_radioBtnList > li:nth-child(3) label .circle {
    width: 20px;
    height: 20px;
  }
  .m_radioBtnList > li:nth-child(3) label .circle:after {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 12px;
    height: 10px;
    background-position: -321px -177px;
    background-size: 505px 260px;
  }
}

/* table module
--------------------------------------------------------------------------------------------------- */
.m_table table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid currentColor;
  border-width: 0 0 1px 1px;
  width: 100%;
}

.m_table table th,
.m_table table td {
  border: solid currentColor;
  border-width: 1px 1px 0 0;
}

.m_table[class*="_fixed"] table {
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .m_table {
    overflow: auto;
  }
  .m_table table th {
    white-space: nowrap;
  }
}

/* navigation module
--------------------------------------------------------------------------------------------------- */
.m_btn {
  display: inline-block;
}

.m_btn > .txt {
  display: block;
  text-decoration: none;
  min-width: 240px;
  padding: 13px 10px;
  background: #fff;
  border-radius: 25px;
  font-size: 1.6rem;
  color: #374047;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_btn.s_submit > .txt {
  background: #FF4674;
  color: #fff;
}

.m_btn.s_form > .txt {
  padding: 11px 10px;
  border: 1px solid #FF4674;
  background: #FF4674;
  color: #fff;
}

.m_btn.s_close > .txt {
  padding: 11px 10px;
  border: 1px solid #CFD3D6;
}

@media print, screen and (min-width: 769px) {
  .m_btn > .txt {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .m_btn > .txt:hover {
    opacity: 0.7;
  }
  .m_btn.s_submit > .txt {
    min-width: 300px;
    padding: 17px 10px;
    border-radius: 30px;
  }
}

.m_radioBtn {
  position: relative;
}

.m_radioBtn.s_error label {
  border-color: #FF4674;
}

.m_radioBtn label {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #fff;
  border: 1px solid #CFD3D6;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m_radioBtn input {
  opacity: 0;
  position: absolute;
}

.m_radioBtn input:focus + label {
  opacity: 0.7;
}

.m_radioBtn input:checked + label {
  background: #FF4674;
  border-color: #FF4674;
  color: #fff;
  pointer-events: none;
  font-weight: bold;
  opacity: 1;
}

@media print, screen and (min-width: 769px) {
  .m_radioBtn + .m_radioBtn {
    margin-left: 40px;
  }
  .m_radioBtn label {
    width: 240px;
    line-height: 48px;
    border-radius: 25px;
  }
  .m_radioBtn label:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .m_radioBtn + .m_radioBtn {
    margin-left: 15px;
  }
  .m_radioBtn label {
    width: 150px;
    line-height: 38px;
    border-radius: 20px;
  }
}

/* inline module
--------------------------------------------------------------------------------------------------- */
.m_br[class*="_before"]::before,
.m_br[class*="_after"]::after {
  content: "\A";
  white-space: pre;
}

@media print, screen and (min-width: 769px) {
  .m_pcHide {
    display: none !important;
  }
  .m_pcbr[class*="_before"]::before,
  .m_pcbr[class*="_after"]::after {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 768px) {
  .m_spHide {
    display: none !important;
  }
  .m_spbr[class*="_before"]::before,
  .m_spbr[class*="_after"]::after {
    content: "\A";
    white-space: pre;
  }
}

.i_tw {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 22px;
  height: 22px;
  background-position: -477px -49px;
  background-size: 505px 260px;
}

.i_fb {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 22px;
  height: 22px;
  background-position: -450px -49px;
  background-size: 505px 260px;
}

.m_desc {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 28px;
}

@media print, screen and (min-width: 769px) {
  .m_desc {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .m_desc {
    font-size: 2.2rem;
  }
}

.m_txt {
  line-height: 2;
}

@media print, screen and (min-width: 769px) {
  .m_txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .m_txt {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m_notes {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .m_notes {
    font-size: 1.2rem;
  }
}

.m_link {
  color: #0078DC;
  text-decoration: underline;
}

.m_link[target="_blank"]:after {
  content: '';
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 8px;
  height: 8px;
  background-position: -338px -177px;
  background-size: 505px 260px;
  margin: 0 3px;
  vertical-align: 2px;
}

@media print, screen and (min-width: 769px) {
  .m_link:hover {
    text-decoration: none;
  }
}

/* modifire module
--------------------------------------------------------------------------------------------------- */
/* text align */
[class*="_alignLeft"] {
  text-align: left !important;
}

[class*="_alignCenter"] {
  text-align: center !important;
}

[class*="_alignRight"] {
  text-align: right !important;
}

[class*="_alignTop"] {
  vertical-align: top !important;
}

[class*="_alignMiddle"] {
  vertical-align: middle !important;
}

[class*="_alignBottom"] {
  vertical-align: bottom !important;
}

/* font style */
[class*="_fontBold"] {
  font-weight: bold;
}

[class*="_fontItalic"] {
  font-style: italic;
}

[class*="_fontNormal"] {
  font-style: normal !important;
  font-weight: normal !important;
}

/* fontColor */
[class*="_colorType01"] {
  color: #374047;
}

[class*="_colorType02"] {
  color: #0078DC;
}

/* block width */
/* ※※ module
--------------------------------------------------------------------------------------------------- */
/*====================================================================================================

    unique

====================================================================================================*/
/* Top Page
--------------------------------------------------------------------------------------------------- */
#document.home #gheader {
  position: absolute;
  z-index: 3;
}

@media print, screen and (min-width: 769px) {
  #document.home #gheader {
    top: 60px;
    left: 60px;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  #document.home #gheader:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  #document.home #gheader {
    width: 100%;
    top: 40px;
    text-align: center;
  }
}

#document.home .fixedBtn .txt > span:after {
  margin-left: 0;
}

@media print, screen and (min-width: 769px) {
  #document.home {
    background: url(../../images/home/bgLine.png) repeat-y center 20px;
  }
}

#document.home .mvArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#document.home .mvArea .mvBox .graph {
  position: absolute;
  pointer-events: none;
}

#document.home .mvArea .mvBox .graph #radar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#document.home .mvArea .snsList {
  position: absolute;
  margin: 0;
  z-index: 2;
}

#document.home .mvArea .snsList > li + li {
  margin-top: 5px;
}

#document.home .mvArea .snsList > li a {
  opacity: 0.6;
  display: block;
}

#document.home .mvArea .scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.2rem;
  font-family: 'Gilroy';
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  pointer-events: none;
}

#document.home .mvArea .scroll .icon {
  display: block;
  margin: 10px auto 0;
  width: 1px;
  overflow: hidden;
  position: relative;
}

#document.home .mvArea .scroll .icon:before {
  content: '';
  display: block;
  height: 180%;
  background: #fff;
  -webkit-animation: scrollDown 2.5s 1s cubic-bezier(0.3, 0, 0.7, 1) infinite;
          animation: scrollDown 2.5s 1s cubic-bezier(0.3, 0, 0.7, 1) infinite;
}

@media print, screen and (min-width: 769px) {
  #document.home .mvArea {
    padding: 20px;
  }
  #document.home .mvArea .mvInner {
    position: relative;
    background: url(../../images/home/secBg.jpg) no-repeat center top/cover;
    height: 100%;
  }
  #document.home .mvArea .mvBox {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #document.home .mvArea .mvBox .graph {
    width: 648px;
    height: 648px;
    top: 0;
    bottom: 0;
    right: -130px;
    margin: auto;
    background: url(../../images/home/graph.png) no-repeat center center/100%;
  }
  #document.home .mvArea .mvBox .graph .graphInner {
    width: 810px;
    height: 600px;
    position: relative;
    margin-left: -81px;
    margin-top: 24px;
  }
  #document.home .mvArea .txtWrap {
    margin-top: 65px;
  }
  #document.home .mvArea .head {
    margin-bottom: 60px;
  }
  #document.home .mvArea .head span {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 548px;
    height: 118px;
    background-position: 0px 0px;
    background-size: 723px 668px;
  }
  #document.home .mvArea .btn a {
    display: inline-block;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #document.home .mvArea .btn a span {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 240px;
    height: 50px;
    background-position: 0px 0px;
    background-size: 505px 260px;
  }
  #document.home .mvArea .btn a:hover {
    background: #FF4674;
  }
  #document.home .mvArea .snsList {
    bottom: 30px;
    left: 30px;
  }
  #document.home .mvArea .snsList a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #document.home .mvArea .snsList a:hover {
    opacity: 1;
  }
  #document.home .mvArea .scroll .icon {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  #document.home .mvArea {
    background: url(../../images/home/mvBgSp.jpg) no-repeat center top/cover;
    height: 100vh;
    position: relative;
    margin-bottom: 80px;
  }
  #document.home .mvArea .mvBox:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    --webkit-backdrop-filter: blur(1px);
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
  }
  #document.home .mvArea .mvBox .txtWrap {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #document.home .mvArea .mvBox .txtWrap > * {
    pointer-events: all;
  }
  #document.home .mvArea .mvBox .txtWrap .head {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 335px;
    height: 76px;
    background-position: 0px -447px;
    background-size: 723px 668px;
    margin: 0 auto 40px;
  }
  #document.home .mvArea .mvBox .txtWrap .btn a {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 240px;
    height: 50px;
    background-position: 0px -55px;
    background-size: 505px 260px;
  }
  #document.home .mvArea .mvBox .graph {
    width: 320px;
    height: 521px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #document.home .mvArea .mvBox .graph .graphInner {
    width: 576px;
    height: 100%;
    margin-left: -128px;
    position: relative;
    background: url(../../images/home/graphSp.png) no-repeat center center/462px;
  }
  #document.home .mvArea .snsList {
    left: 20px;
    bottom: 20px;
  }
  #document.home .mvArea .scroll {
    z-index: 3;
  }
  #document.home .mvArea .scroll .icon {
    height: 40px;
    margin-top: 10px;
  }
}

#document.home .fixedBtn {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 5;
  overflow: hidden;
}

#document.home .fixedBtn.is_fixed {
  opacity: 1;
  pointer-events: all;
}

#document.home .fixedBtn .txt span {
  text-indent: -9999px;
  font-size: 0;
}

#document.home .fixedBtn .txt span:before, #document.home .fixedBtn .txt span:after {
  content: '';
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 769px) {
  #document.home .fixedBtn {
    bottom: 40px;
    right: 40px;
    border-radius: 25px;
    width: 240px;
    height: 50px;
  }
  #document.home .fixedBtn .txt:hover span:after {
    opacity: 1;
  }
  #document.home .fixedBtn .txt span:before {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 240px;
    height: 50px;
    background-position: -205px -528px;
    background-size: 723px 668px;
  }
  #document.home .fixedBtn .txt span:after {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 240px;
    height: 50px;
    background-position: -450px -528px;
    background-size: 723px 668px;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  #document.home .fixedBtn {
    bottom: 30px;
    right: 20px;
    border-radius: 20px;
    background: #FF4674;
    width: 40px;
    height: 40px;
    -webkit-transition: width 0.3s, opacity 0.3s;
    transition: width 0.3s, opacity 0.3s;
  }
  #document.home .fixedBtn.is_active {
    width: 160px;
  }
  #document.home .fixedBtn.is_active .txt span:before {
    opacity: 1;
  }
  #document.home .fixedBtn.is_active .txt span:after {
    opacity: 0;
  }
  #document.home .fixedBtn .txt span:before {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 160px;
    height: 40px;
    background-position: -553px -417px;
    background-size: 723px 668px;
    opacity: 0;
  }
  #document.home .fixedBtn .txt span:after {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 40px;
    height: 40px;
    background-position: -250px -249px;
    background-size: 723px 668px;
  }
}

#document.home .aboutArea .txtWrap > *:last-child {
  margin-bottom: 0 !important;
}

#document.home .aboutArea .movArea video {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  #document.home .aboutArea {
    padding: 125px 0 135px;
    position: relative;
  }
  #document.home .aboutArea:before, #document.home .aboutArea:after {
    content: '';
    width: 1px;
    position: absolute;
    top: -20px;
    bottom: 0;
    background: #F3F4F5;
  }
  #document.home .aboutArea:before {
    left: 25%;
  }
  #document.home .aboutArea:after {
    right: 25%;
  }
  #document.home .aboutArea .aboutInner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #document.home .aboutArea .movArea {
    position: absolute;
    bottom: 0;
    right: -274px;
  }
  #document.home .aboutArea .movArea video {
    width: 582px;
    height: 345px;
    top: 52px;
    left: 96px;
  }
}

@media screen and (max-width: 768px) {
  #document.home .aboutArea {
    margin-bottom: 80px;
  }
  #document.home .aboutArea .aboutInner {
    margin: 0 20px;
  }
  #document.home .aboutArea .txtWrap {
    margin-bottom: 30px;
  }
  #document.home .aboutArea .movArea {
    width: 280px;
    margin: 0 auto;
    position: relative;
  }
  #document.home .aboutArea .movArea img {
    width: 354px;
    margin-left: -37px;
  }
  #document.home .aboutArea .movArea video {
    width: 266px;
    top: 24px;
    left: 7px;
  }
}

@media print, screen and (min-width: 769px) {
  #document.home .secBgWrap {
    position: relative;
  }
  #document.home .secBgWrap > * {
    position: relative;
    z-index: 2;
  }
  #document.home .secBgWrap:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 315px;
    bottom: 370px;
    background: #F3F4F5;
  }
}

@media screen and (max-width: 768px) {
  #document.home .secBgWrap {
    background: #F3F4F5;
  }
}

#document.home .recoArea {
  color: #fff;
}

#document.home .recoArea .head {
  text-align: center;
}

#document.home .recoArea .head .sub {
  display: block;
}

#document.home .recoArea .list {
  margin: 0;
}

#document.home .recoArea .list .col {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
}

#document.home .recoArea .list .col .txt {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}

#document.home .recoArea .list .col .txt .sub {
  display: block;
  font-size: 1.6rem;
}

#document.home .recoArea .list .col:before, #document.home .recoArea .list .col:after, #document.home .recoArea .list .col .txt:before, #document.home .recoArea .list .col .txt:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  #document.home .recoArea {
    padding: 0 20px;
  }
  #document.home .recoArea .recoInner {
    background: url(../../images/home/secBg.jpg) no-repeat center top/cover;
    padding: 150px 0 160px;
  }
  #document.home .recoArea .head {
    margin-bottom: 45px;
  }
  #document.home .recoArea .head .sub {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  #document.home .recoArea .head .main {
    font-size: 3rem;
  }
  #document.home .recoArea .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #document.home .recoArea .list .col {
    width: 235px;
    height: 235px;
    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;
  }
  #document.home .recoArea .list .col:before, #document.home .recoArea .list .col:after, #document.home .recoArea .list .col .txt:before, #document.home .recoArea .list .col .txt:after {
    width: 5px;
    height: 5px;
  }
  #document.home .recoArea .list .col:before {
    top: -3px;
    left: -3px;
  }
  #document.home .recoArea .list .col:after {
    top: -3px;
    right: -3px;
  }
  #document.home .recoArea .list .col + .col {
    margin-left: 20px;
  }
  #document.home .recoArea .list .col .txt:before {
    bottom: -3px;
    left: -3px;
  }
  #document.home .recoArea .list .col .txt:after {
    bottom: -3px;
    right: -3px;
  }
  #document.home .recoArea .list .col .txt .sub {
    margin-bottom: 5px;
  }
  #document.home .recoArea .list .col .txt .main {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  #document.home .recoArea {
    background: url(../../images/home/secBgSp.jpg) no-repeat center 40%/cover;
    padding: 95px 0 100px;
  }
  #document.home .recoArea .head {
    margin-bottom: 35px;
  }
  #document.home .recoArea .head .sub {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  #document.home .recoArea .head .main {
    font-size: 2.4rem;
  }
  #document.home .recoArea .list {
    margin: 0 29px;
  }
  #document.home .recoArea .list .col {
    padding: 35px 0;
  }
  #document.home .recoArea .list .col:before, #document.home .recoArea .list .col:after, #document.home .recoArea .list .col .txt:before, #document.home .recoArea .list .col .txt:after {
    width: 3px;
    height: 3px;
  }
  #document.home .recoArea .list .col:before {
    top: -2px;
    left: -2px;
  }
  #document.home .recoArea .list .col:after {
    top: -2px;
    right: -2px;
  }
  #document.home .recoArea .list .col + .col {
    margin-top: 19px;
  }
  #document.home .recoArea .list .col .txt:before {
    bottom: -2px;
    left: -2px;
  }
  #document.home .recoArea .list .col .txt:after {
    bottom: -2px;
    right: -2px;
  }
  #document.home .recoArea .list .col .txt .main {
    font-size: 2rem;
  }
}

#document.home .pointArea .m_secHead {
  margin-bottom: 0;
}

#document.home .pointArea .list .col > *:last-child {
  margin-bottom: 0 !important;
}

#document.home .pointArea .list .col .imgWrap {
  text-align: center;
}

#document.home .pointArea .list .col .imgWrap .img {
  margin: auto;
  position: relative;
}

#document.home .pointArea .list .col .imgWrap .img .parts {
  position: absolute;
}

#document.home .pointArea .list .col .imgWrap .js_anim.is_active .parts {
  opacity: 1;
}

#document.home .pointArea .list .col .imgWrap .js_anim .parts {
  opacity: 0;
}

#document.home .pointArea .list .col .imgWrap .js_anim .parts.parts01 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#document.home .pointArea .list .col .imgWrap .js_anim .parts.parts02 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#document.home .pointArea .list .col .imgWrap .js_anim .parts.parts03 {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

#document.home .pointArea .list .col .imgWrap .js_anim .parts.parts04 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

#document.home .pointArea .list .col .imgWrap .js_anim .parts.parts05 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

#document.home .pointArea .list .col .ttl .txt {
  display: block;
}

#document.home .pointArea .list .col .ttl .bnr {
  color: #FF4674;
  border: 1px solid #FF4674;
  font-size: 1.2rem;
  display: block;
  width: 80px;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 23px;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  #document.home .pointArea {
    padding: 150px 0 130px;
    background: url(../../images/home/bgLine.png) repeat-y center top;
    position: relative;
  }
  #document.home .pointArea:before, #document.home .pointArea:after {
    content: '';
    width: 1px;
    position: absolute;
    top: -0;
    bottom: 0;
    background: #E8E9EB;
  }
  #document.home .pointArea:before {
    left: 25%;
  }
  #document.home .pointArea:after {
    right: 25%;
  }
  #document.home .pointArea .pointInner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #document.home .pointArea .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #document.home .pointArea .list .col {
    width: 460px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #document.home .pointArea .list .col:nth-child(even) {
    margin-left: 80px;
  }
  #document.home .pointArea .list .col:nth-child(n+3) {
    margin-top: 85px;
  }
  #document.home .pointArea .list .col .imgWrap {
    margin-bottom: 25px;
  }
  #document.home .pointArea .list .col .imgWrap .img {
    width: 288px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img01 {
    height: 166px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img01 .parts01 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 245px;
    height: 166px;
    background-position: 0px -123px;
    background-size: 723px 668px;
    top: 1px;
    left: 22px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img01 .parts02 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 58px;
    height: 51px;
    background-position: 0px -617px;
    background-size: 723px 668px;
    top: 36px;
    left: 0;
  }
  #document.home .pointArea .list .col .imgWrap .img.img01 .parts03 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 50px;
    height: 44px;
    background-position: -494px -294px;
    background-size: 723px 668px;
    top: 8px;
    right: 0;
  }
  #document.home .pointArea .list .col .imgWrap .img.img02 {
    height: 166px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img02 .parts01 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 210px;
    height: 148px;
    background-position: 0px -294px;
    background-size: 723px 668px;
    top: 10px;
    left: 39px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img02 .parts02 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 79px;
    height: 79px;
    background-position: -410px -294px;
    background-size: 723px 668px;
    top: 61px;
    left: 62px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img03 {
    height: 164px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img03 .parts01 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 121px;
    height: 85px;
    background-position: -553px -327px;
    background-size: 723px 668px;
    top: 0;
    left: 0;
  }
  #document.home .pointArea .list .col .imgWrap .img.img03 .parts02 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 41px;
    height: 55px;
    background-position: -679px -327px;
    background-size: 723px 668px;
    top: 73px;
    left: 49px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img03 .parts03 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 190px;
    height: 134px;
    background-position: -215px -294px;
    background-size: 723px 668px;
    right: 0;
    bottom: 0;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 {
    height: 164px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 .parts01 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 288px;
    height: 121px;
    background-position: -250px -123px;
    background-size: 723px 668px;
    top: 44px;
    left: 0;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 .parts02 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 65px;
    height: 44px;
    background-position: -410px -378px;
    background-size: 723px 668px;
    top: 0;
    left: 44px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 .parts03 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 80px;
    height: 66px;
    background-position: -340px -447px;
    background-size: 723px 668px;
    top: 35px;
    left: 15px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 .parts04 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 80px;
    height: 64px;
    background-position: -425px -447px;
    background-size: 723px 668px;
    top: 0;
    right: 43px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 .parts05 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 50px;
    height: 44px;
    background-position: -480px -378px;
    background-size: 723px 668px;
    top: 68px;
    right: 14px;
  }
  #document.home .pointArea .list .col .ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #document.home .pointArea {
    padding: 80px 0 70px;
  }
  #document.home .pointArea .pointInner {
    margin: 0 30px;
  }
  #document.home .pointArea .list .col + .col {
    margin-top: 55px;
    padding-top: 55px;
    border-top: 1px solid #CFD3D6;
  }
  #document.home .pointArea .list .col .imgWrap {
    margin-bottom: 35px;
  }
  #document.home .pointArea .list .col .imgWrap .img {
    width: 200px;
    height: 115px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img01 .parts01 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 170px;
    height: 115px;
    background-position: -553px 0px;
    background-size: 723px 668px;
    top: 0;
    left: 15px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img01 .parts02 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 40px;
    height: 35px;
    background-position: -185px -617px;
    background-size: 723px 668px;
    top: 25px;
    left: 0;
  }
  #document.home .pointArea .list .col .imgWrap .img.img01 .parts03 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 35px;
    height: 31px;
    background-position: -346px -249px;
    background-size: 723px 668px;
    top: 5px;
    right: 0;
  }
  #document.home .pointArea .list .col .imgWrap .img.img02 .parts01 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 146px;
    height: 103px;
    background-position: -553px -120px;
    background-size: 723px 668px;
    top: 7px;
    left: 27px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img02 .parts02 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 56px;
    height: 56px;
    background-position: -642px -462px;
    background-size: 723px 668px;
    top: 42px;
    left: 43px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img03 .parts01 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 84px;
    height: 60px;
    background-position: -553px -462px;
    background-size: 723px 668px;
    top: 0;
    left: 0;
  }
  #document.home .pointArea .list .col .imgWrap .img.img03 .parts02 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 29px;
    height: 39px;
    background-position: -690px -228px;
    background-size: 723px 668px;
    top: 51px;
    left: 34px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img03 .parts03 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 132px;
    height: 94px;
    background-position: -553px -228px;
    background-size: 723px 668px;
    right: 0;
    bottom: 0;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 .parts01 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 200px;
    height: 84px;
    background-position: 0px -528px;
    background-size: 723px 668px;
    top: 31px;
    left: 0;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 .parts02 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 46px;
    height: 31px;
    background-position: -295px -249px;
    background-size: 723px 668px;
    top: 0;
    left: 30px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 .parts03 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 56px;
    height: 46px;
    background-position: -63px -617px;
    background-size: 723px 668px;
    top: 24px;
    left: 10px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 .parts04 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 56px;
    height: 45px;
    background-position: -124px -617px;
    background-size: 723px 668px;
    top: 0;
    right: 29px;
  }
  #document.home .pointArea .list .col .imgWrap .img.img04 .parts05 {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 35px;
    height: 32px;
    background-position: -510px -447px;
    background-size: 723px 668px;
    top: 47px;
    right: 9px;
  }
  #document.home .pointArea .list .col .ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

#document.home .catArea .catList .catTtl {
  cursor: pointer;
  position: relative;
}

#document.home .catArea .catList .catTtl:not(:first-of-type) {
  border-top: 1px solid #ECEDEF;
}

#document.home .catArea .catList .catTtl .num {
  font-family: 'Gilroy';
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  width: 55px;
}

#document.home .catArea .catList .catTtl .txt {
  font-weight: bold;
  vertical-align: middle;
}

#document.home .catArea .catList .catTtl .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#document.home .catArea .catList .catListInner {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}

#document.home .catArea .catList .catListInner > *:last-child {
  margin-bottom: 0 !important;
}

#document.home .catArea .catList .catListInner .catHead {
  position: relative;
}

#document.home .catArea .catList .catListInner .catHead:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
}

#document.home .catArea .catList .catListInner .catHead .num {
  font-family: 'Gilroy';
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
}

#document.home .catArea .catList .catListInner .catHead .txt {
  color: #fff;
  position: absolute;
  left: 0;
  line-height: 1;
}

#document.home .catArea .catList .catListInner .m_txt {
  font-weight: bold;
}

#document.home .catArea .imgList {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  #document.home .catArea {
    padding-bottom: 140px;
    background: url(../../images/home/bgLine.png) repeat-y center top;
    position: relative;
  }
  #document.home .catArea .catWrap {
    position: relative;
  }
  #document.home .catArea .catWrap:before {
    content: '';
    width: calc((100% - 1280px)/2);
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 105px;
    background: #fff;
  }
  #document.home .catArea:before, #document.home .catArea:after {
    content: '';
    width: 1px;
    position: absolute;
    top: -0;
    bottom: 0;
    background: #E8E9EB;
  }
  #document.home .catArea:before {
    left: 25%;
  }
  #document.home .catArea:after {
    right: 25%;
  }
  #document.home .catArea .catInner {
    padding: 0 20px;
    margin-left: calc((100% - 1280px)/2);
    position: relative;
    z-index: 1;
  }
  #document.home .catArea .m_bln {
    bottom: 800px;
    right: 115px;
    z-index: 2;
  }
  #document.home .catArea .m_bln .blnInner {
    bottom: 60px;
  }
  #document.home .catArea .catListWrap {
    position: relative;
    height: 1105px;
    margin-bottom: 85px;
  }
  #document.home .catArea .catListWrap .m_secHead {
    position: relative;
    z-index: 2;
    padding: 160px 115px 0;
  }
  #document.home .catArea .catListWrap .catList .catTtl {
    width: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 120px;
    z-index: 2;
    padding: 18px 0;
  }
  #document.home .catArea .catListWrap .catList .catTtl.is_first .num {
    color: #FF4674;
  }
  #document.home .catArea .catListWrap .catList .catTtl.is_first .icon {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  #document.home .catArea .catListWrap .catList .catTtl:hover .num {
    color: #FF4674;
  }
  #document.home .catArea .catListWrap .catList .catTtl:hover .icon {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  #document.home .catArea .catListWrap .catList .catTtl:hover + .catListInner {
    z-index: 5;
  }
  #document.home .catArea .catListWrap .catList .catTtl .num {
    font-size: 3rem;
    color: #CFD3D6;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #document.home .catArea .catListWrap .catList .catTtl .txt {
    font-size: 2rem;
    margin-top: -2px;
    display: inline-block;
  }
  #document.home .catArea .catListWrap .catList .catTtl .icon {
    right: 40px;
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 14px;
    height: 14px;
    background-position: -245px -177px;
    background-size: 505px 260px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #document.home .catArea .catListWrap .catList .catListInner {
    position: absolute;
    z-index: 3;
    width: calc(100% - 520px);
    height: 800px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 80px;
    right: 0;
    top: 305px;
    background-color: #000;
  }
  #document.home .catArea .catListWrap .catList .catListInner:nth-of-type(1) {
    background-image: url(../../images/home/catListBg01.jpg);
    z-index: 4;
  }
  #document.home .catArea .catListWrap .catList .catListInner:nth-of-type(2) {
    background-image: url(../../images/home/catListBg02.jpg);
  }
  #document.home .catArea .catListWrap .catList .catListInner:nth-of-type(3) {
    background-image: url(../../images/home/catListBg03.jpg);
  }
  #document.home .catArea .catListWrap .catList .catListInner:nth-of-type(4) {
    background-image: url(../../images/home/catListBg04.jpg);
  }
  #document.home .catArea .catListWrap .catList .catListInner:nth-of-type(5) {
    background-image: url(../../images/home/catListBg05.jpg);
  }
  #document.home .catArea .catListWrap .catList .catListInner:nth-of-type(6) {
    background-image: url(../../images/home/catListBg06.jpg);
  }
  #document.home .catArea .catListWrap .catList .catListInner .catHead:after {
    bottom: 18px;
  }
  #document.home .catArea .catListWrap .catList .catListInner .catHead .num {
    font-size: 12rem;
  }
  #document.home .catArea .catListWrap .catList .catListInner .catHead .txt {
    font-size: 2.6rem;
    bottom: 18px;
  }
  #document.home .catArea .catListWrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 720px;
    background: #fff;
    top: 0;
    bottom: 105px;
    left: 0;
    z-index: 1;
  }
  #document.home .catArea .imgList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
  }
  #document.home .catArea .imgList > li + li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  #document.home .catArea {
    margin-bottom: 80px;
  }
  #document.home .catArea .catListWrap {
    background: #fff;
    padding-top: 75px;
  }
  #document.home .catArea .m_secHead {
    margin-left: 30px;
  }
  #document.home .catArea .blnWrap {
    position: relative;
  }
  #document.home .catArea .blnWrap .m_bln {
    top: -105px;
    right: 20px;
  }
  #document.home .catArea .blnWrap .m_bln .blnInner {
    top: -115px;
  }
  #document.home .catArea .catList {
    border-bottom: 1px solid #ECEDEF;
    margin-bottom: 160px;
    position: relative;
    z-index: 2;
  }
  #document.home .catArea .catList .catTtl {
    border-top: 1px solid #ECEDEF;
    padding: 21px 30px;
    background: #fff;
  }
  #document.home .catArea .catList .catTtl.is_active .num {
    color: #FF4674;
  }
  #document.home .catArea .catList .catTtl.is_active .icon:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #document.home .catArea .catList .catTtl .num {
    font-size: 2.6rem;
    color: #CFD3D6;
  }
  #document.home .catArea .catList .catTtl .txt {
    font-size: 1.8rem;
  }
  #document.home .catArea .catList .catTtl .icon {
    right: 30px;
    width: 12px;
    height: 12px;
  }
  #document.home .catArea .catList .catTtl .icon:before, #document.home .catArea .catList .catTtl .icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 12px;
    border-radius: 1px;
    background: #FF4674;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #document.home .catArea .catList .catTtl .icon:before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #document.home .catArea .catList .catTtl .icon:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #document.home .catArea .catList .catListInner {
    padding: 35px 30px 55px;
    display: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #document.home .catArea .catList .catListInner:nth-of-type(1) {
    background-image: url(../../images/home/catListBgSp01.jpg);
    display: block;
  }
  #document.home .catArea .catList .catListInner:nth-of-type(2) {
    background-image: url(../../images/home/catListBgSp02.jpg);
  }
  #document.home .catArea .catList .catListInner:nth-of-type(3) {
    background-image: url(../../images/home/catListBgSp03.jpg);
  }
  #document.home .catArea .catList .catListInner:nth-of-type(4) {
    background-image: url(../../images/home/catListBgSp04.jpg);
  }
  #document.home .catArea .catList .catListInner:nth-of-type(5) {
    background-image: url(../../images/home/catListBgSp05.jpg);
  }
  #document.home .catArea .catList .catListInner:nth-of-type(6) {
    background-image: url(../../images/home/catListBgSp06.jpg);
  }
  #document.home .catArea .catList .catListInner .catHead .num {
    font-size: 9rem;
  }
  #document.home .catArea .catList .catListInner .catHead .txt {
    font-size: 2rem;
    bottom: 13px;
  }
  #document.home .catArea .catList .catListInner .catHead:after {
    bottom: 12px;
  }
  #document.home .catArea .imgList {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #document.home .catArea .imgList > li + li {
    margin-left: 20px;
  }
  #document.home .catArea .imgList > li:first-child {
    padding-left: 30px;
  }
  #document.home .catArea .imgList > li:last-child {
    padding-right: 30px;
  }
}

#document.home .stepArea:before {
  content: '';
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#document.home .stepArea .blnWrap {
  position: relative;
  z-index: 1;
}

#document.home .stepArea .stepInner {
  position: relative;
  z-index: 3;
}

#document.home .stepArea .m_secHead {
  color: #fff;
  position: relative;
  z-index: 1;
}

#document.home .stepArea .m_secHead:after {
  background: #fff;
}

#document.home .stepArea .list {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
}

#document.home .stepArea .list .col {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#document.home .stepArea .list .col > *:last-child {
  margin-bottom: 0 !important;
}

#document.home .stepArea .list .col:before {
  content: '';
  position: absolute;
  margin: auto;
}

#document.home .stepArea .list .col .head {
  position: relative;
}

#document.home .stepArea .list .col .head .num {
  font-family: 'Gilroy';
  font-weight: bold;
  color: #F3F4F5;
  line-height: 1;
}

#document.home .stepArea .list .col .head .txtWrap {
  position: absolute;
  left: 0;
}

#document.home .stepArea .list .col .head .txtWrap .bnr {
  color: #FF4674;
  border: 1px solid #FF4674;
  font-size: 1.2rem;
  display: block;
  width: 80px;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 23px;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 5px;
}

#document.home .stepArea .list .col .m_txt {
  margin-bottom: 2px;
  line-height: 1.5;
}

#document.home .stepArea .list .col .m_txt a[target="_blank"]::after {
  content: '';
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 8px;
  height: 8px;
  background-position: -338px -177px;
  background-size: 505px 260px;
  vertical-align: 2px;
  margin-left: 3px;
  margin-right: 2px;
}

@media print, screen and (min-width: 769px) {
  #document.home .stepArea {
    margin: 0 20px;
  }
  #document.home .stepArea:before {
    background: url(../../images/home/secBg.jpg) no-repeat center top/cover;
  }
  #document.home .stepArea .blnWrap {
    width: 1000px;
    margin: 0 auto;
  }
  #document.home .stepArea .stepInner {
    width: 1000px;
    margin: 0 auto;
    padding: 155px 0 140px;
  }
  #document.home .stepArea .stepInner:before {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    right: -100px;
    background: url(../../images/home/stepBg.png) no-repeat center top/100%;
    width: 652px;
    height: 652px;
  }
  #document.home .stepArea .m_bln {
    top: -135px;
  }
  #document.home .stepArea .m_bln .blnInner {
    bottom: 115px;
  }
  #document.home .stepArea .m_secHead {
    margin-bottom: 30px;
  }
  #document.home .stepArea .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #document.home .stepArea .list .col {
    width: 313px;
    padding: 48px 29px 35px 40px;
  }
  #document.home .stepArea .list .col:before {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 8px;
    height: 18px;
    background-position: -245px -196px;
    background-size: 505px 260px;
    top: 0;
    bottom: 0;
    left: -18px;
  }
  #document.home .stepArea .list .col:nth-child(n+4) {
    width: 485px;
    margin-top: 30px;
  }
  #document.home .stepArea .list .col .head {
    margin-bottom: 12px;
  }
  #document.home .stepArea .list .col .head .num {
    font-size: 9rem;
  }
  #document.home .stepArea .list .col .head .txtWrap {
    font-size: 2rem;
    bottom: -2px;
  }
  #document.home .stepArea .list .col a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  #document.home .stepArea {
    padding: 80px 30px;
    position: relative;
  }
  #document.home .stepArea:before {
    background: url(../../images/home/secBgSp.jpg) no-repeat center top/cover;
  }
  #document.home .stepArea:after {
    content: '';
    display: block;
    width: 460px;
    height: 460px;
    background: url(../../images/home/stepBgSp.png) no-repeat center top/cover;
    position: absolute;
    top: 95px;
    left: 90px;
  }
  #document.home .stepArea .blnWrap {
    position: absolute;
    left: 20px;
    top: -104px;
  }
  #document.home .stepArea .blnWrap .m_bln .blnInner {
    top: -15px;
    left: 44px;
    width: 243px;
  }
  #document.home .stepArea .stepInner {
    position: relative;
    z-index: 3;
  }
  #document.home .stepArea .list .col {
    padding: 30px 30px 28px;
  }
  #document.home .stepArea .list .col + .col {
    margin-top: 30px;
  }
  #document.home .stepArea .list .col + .col::before {
    content: '';
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 12px;
    height: 6px;
    background-position: -450px -76px;
    background-size: 505px 260px;
    left: 0;
    right: 0;
    top: -16px;
    margin: auto;
  }
  #document.home .stepArea .list .col .head {
    margin-bottom: 5px;
  }
  #document.home .stepArea .list .col .head .num {
    font-size: 6rem;
  }
  #document.home .stepArea .list .col .head .txtWrap {
    font-size: 1.8rem;
    bottom: 7px;
  }
}

#document.home .faqArea .listInner {
  position: relative;
}

#document.home .faqArea .listInner .m_faqList {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  #document.home .faqArea {
    padding: 150px 0 140px;
    position: relative;
  }
  #document.home .faqArea:before, #document.home .faqArea:after {
    content: '';
    width: 1px;
    position: absolute;
    top: -0;
    bottom: 0;
    background: #F1F2F3;
  }
  #document.home .faqArea:before {
    left: 25%;
  }
  #document.home .faqArea:after {
    right: 25%;
  }
  #document.home .faqArea .faqInner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #document.home .faqArea .m_bln {
    top: -132px;
    right: 18px;
  }
  #document.home .faqArea .m_bln .blnInner {
    bottom: 82px;
  }
}

@media screen and (max-width: 768px) {
  #document.home .faqArea {
    padding: 75px 0 0;
  }
  #document.home .faqArea .m_secHead {
    margin: 0 30px 30px;
  }
  #document.home .faqArea .listInner .m_bln {
    top: -102px;
    right: 20px;
  }
  #document.home .faqArea .listInner .m_bln .blnInner {
    top: -78px;
  }
}

#document.home .asideArea {
  text-align: center;
  color: #fff;
  background: #fff;
}

#document.home .asideArea .head .num {
  font-family: 'Gilroy';
  font-weight: bold;
}

#document.home .asideArea .btn {
  display: inline-block;
}

#document.home .asideArea .btn a {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  #document.home .asideArea {
    padding: 0 20px 20px;
  }
  #document.home .asideArea .asideInner {
    background: url(../../images/home/secBg.jpg) no-repeat center top/cover;
    padding: 110px 0 100px;
  }
  #document.home .asideArea .head {
    font-size: 2.6rem;
    margin-bottom: 17px;
  }
  #document.home .asideArea .head .num {
    font-size: 3rem;
  }
  #document.home .asideArea .btn a {
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
    border-radius: 25px;
  }
  #document.home .asideArea .btn a span {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 240px;
    height: 50px;
    background-position: 0px 0px;
    background-size: 505px 260px;
  }
  #document.home .asideArea .btn a:hover {
    background: #FF4674;
  }
}

@media screen and (max-width: 768px) {
  #document.home .asideArea {
    padding: 0 10px 10px;
    margin-top: 80px;
  }
  #document.home .asideArea .asideInner {
    background: url(../../images/home/asideBgSp.jpg) no-repeat center bottom/cover;
    padding: 60px 0;
  }
  #document.home .asideArea .head {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #document.home .asideArea .head .num {
    font-size: 2.6rem;
  }
  #document.home .asideArea .btn a span {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 240px;
    height: 50px;
    background-position: 0px -55px;
    background-size: 505px 260px;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

#document.input #gheader {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  #document.input #gheader {
    top: 60px;
    left: 60px;
  }
}

@media screen and (max-width: 768px) {
  #document.input #gheader {
    width: 160px;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#document.input #catWrap > li {
  display: none;
}

#document.input .mvTab > .m_imgHead:not(:first-child) {
  display: none;
}

@media screen and (max-width: 768px) {
  #document.input .mvTab > .m_imgHead:nth-child(3) .m_bln.s_right, #document.input .mvTab > .m_imgHead:nth-child(4) .m_bln.s_right, #document.input .mvTab > .m_imgHead:nth-child(6) .m_bln.s_right {
    width: 202px;
  }
}

#document.result #loading {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  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;
}

#document.result #loading .icon {
  display: inline-block;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}

#document.result #loading .icon span {
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 40px;
  height: 40px;
  background-position: 0px -220px;
  background-size: 505px 260px;
}

@media print, screen and (min-width: 769px) {
  #document.result #loading .icon span {
    -webkit-animation: lds-circle 8.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-circle 8.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
}

@media screen and (max-width: 768px) {
  #document.result #loading .icon span {
    -webkit-animation: lds-circle 3.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-circle 3.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
}

@-webkit-keyframes lds-circle {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(1800deg);
            transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    -webkit-transform: rotateY(3600deg);
            transform: rotateY(3600deg);
  }
}

@keyframes lds-circle {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(1800deg);
            transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    -webkit-transform: rotateY(3600deg);
            transform: rotateY(3600deg);
  }
}

#document.result #gheader {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  #document.result #gheader {
    top: 50px;
    left: 50px;
  }
}

@media screen and (max-width: 768px) {
  #document.result #gheader {
    top: 40px;
    width: 100%;
    text-align: center;
  }
  #document.result #gheader .logo {
    display: inline-block;
  }
}

#document.result .blnArea .txtWrap {
  background: #fff;
  margin: 0 auto 29px;
  -webkit-box-shadow: 0px 3px 20px rgba(55, 64, 71, 0.12);
          box-shadow: 0px 3px 20px rgba(55, 64, 71, 0.12);
  position: relative;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#document.result .blnArea .txtWrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 19px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -19px;
}

#document.result .blnArea .txtWrap .txt {
  margin: 0;
  color: #374047;
  text-align: center;
  font-weight: bold;
}

#document.result .blnArea .img {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #document.result .blnArea {
    margin-bottom: 20px;
  }
  #document.result .blnArea .txtWrap {
    width: 800px;
    margin-top: -40px;
    margin-bottom: 40px;
    padding: 42px 10px;
  }
  #document.result .blnArea .txtWrap .txt {
    font-size: 2.2rem;
  }
  #document.result .blnArea .btlnInner {
    position: relative;
    min-width: 1240px;
    margin: 0 auto;
  }
  #document.result .blnArea .scroll {
    position: absolute;
    bottom: 0;
    right: 38px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #document.result .blnArea .scroll .icon {
    display: block;
    width: 1px;
    height: 80px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
  }
  #document.result .blnArea .scroll .icon:after {
    content: '';
    display: block;
    width: 1px;
    height: 180%;
    background: #374047;
    -webkit-animation: scrollDown 2.5s cubic-bezier(0.3, 0, 0.7, 1) infinite;
            animation: scrollDown 2.5s cubic-bezier(0.3, 0, 0.7, 1) infinite;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  #document.result .blnArea {
    margin-top: -60px;
    padding-bottom: 20px;
  }
  #document.result .blnArea .txtWrap {
    width: 260px;
    padding: 30px 10px;
  }
  #document.result .blnArea .txtWrap .txt {
    font-size: 1.6rem;
  }
  #document.result .blnArea .scroll {
    display: none;
  }
}

#document.result .m_imgHead + #sec01 {
  margin-top: 20px;
}

#document.result #sec01 .gCmt {
  position: relative;
}

#document.result #sec01 .gCmt .txtWrap {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 20px rgba(55, 64, 71, 0.12);
          box-shadow: 0px 3px 20px rgba(55, 64, 71, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#document.result #sec01 .gCmt .txtWrap .txt {
  margin-bottom: 0;
  line-height: 2;
}

#document.result #sec01 .gCmt .icon {
  position: relative;
}

#document.result #sec01 .gCmt .icon:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background: #CFD3D6;
  bottom: 0;
}

#document.result #sec01 #scoreGraph {
  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;
  text-align: center;
  position: relative;
}

#document.result #sec01 #scoreGraph canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#document.result #sec01 #scoreGraph .txtWrap .head {
  font-family: 'Gilroy';
  line-height: 1;
  color: #A1ABB1;
  border-bottom: 1px solid #CFD3D6;
  font-weight: 800;
  padding-bottom: 10px;
}

#document.result #sec01 #scoreGraph .txtWrap .txt {
  font-family: 'Gilroy';
  line-height: 1;
  margin: 0;
  font-weight: 800;
}

@media print, screen and (min-width: 769px) {
  #document.result #sec01 .secInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 800px;
  }
  #document.result #sec01 .secInner #scoreGraph {
    width: 320px;
    height: 320px;
  }
  #document.result #sec01 .secInner #scoreGraph .txtWrap .head {
    font-size: 2.4rem;
  }
  #document.result #sec01 .secInner #scoreGraph .txtWrap .txt {
    font-size: 10rem;
  }
  #document.result #sec01 .secInner .gCmt {
    width: 445px;
    margin-right: -45px;
  }
  #document.result #sec01 .secInner .gCmt .txtWrap {
    width: 400px;
    padding: 27px 35px;
  }
  #document.result #sec01 .secInner .gCmt .icon {
    position: absolute;
    bottom: -56px;
    right: 0;
  }
  #document.result #sec01 .secInner .gCmt .icon:after {
    width: 140px;
    left: -25px;
  }
}

@media screen and (max-width: 768px) {
  #document.result #sec01 {
    padding: 80px 0 0;
  }
  #document.result #sec01 #scoreGraph {
    width: 200px;
    height: 200px;
    margin: 0 auto 40px;
  }
  #document.result #sec01 #scoreGraph .txtWrap .head {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  #document.result #sec01 #scoreGraph .txtWrap .txt {
    font-size: 7rem;
  }
  #document.result #sec01 .gCmt .txtWrap {
    padding: 20px 25px;
  }
  #document.result #sec01 .gCmt .txtWrap .txt {
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
  }
  #document.result #sec01 .gCmt .icon {
    text-align: right;
    margin-right: 5px;
    margin-top: -50px;
  }
}

#document.result #sec02 .dtlGraph {
  position: relative;
}

#document.result #sec02 .dtlGraph .label {
  position: absolute;
  font-weight: bold;
  display: block;
  line-height: 1.15;
}

#document.result #sec02 .dtlGraph .label.label5 {
  text-align: right;
}

#document.result #sec02 .graphList > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  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;
}

#document.result #sec02 .graphList > .col .colHead {
  margin: 0;
}

#document.result #sec02 .graphList > .col .colHead .jp {
  display: block;
}

#document.result #sec02 .graphList > .col .colHead .en {
  display: block;
  color: #CFD3D6;
  font-family: 'Gilroy';
  font-weight: 800;
}

#document.result #sec02 .graphList > .col .graph {
  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;
  text-align: center;
}

#document.result #sec02 .graphList > .col .graph canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#document.result #sec02 .graphList > .col .graph .txt {
  margin: 0;
  font-family: 'Gilroy';
  font-weight: 800;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  #document.result #sec02 .secInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
  }
  #document.result #sec02 .secInner .dtlGraph {
    width: 510px;
    margin-right: 75px;
    margin-top: 26px;
  }
  #document.result #sec02 .secInner .dtlGraph .label {
    font-size: 1.8rem;
  }
  #document.result #sec02 .secInner .dtlGraph .label.label1 {
    top: -17px;
    left: 238px;
  }
  #document.result #sec02 .secInner .dtlGraph .label.label2 {
    top: 70px;
    right: 59px;
  }
  #document.result #sec02 .secInner .dtlGraph .label.label3 {
    top: 315px;
    right: -10px;
  }
  #document.result #sec02 .secInner .dtlGraph .label.label4 {
    bottom: 75px;
    left: 238px;
  }
  #document.result #sec02 .secInner .dtlGraph .label.label5 {
    bottom: 163px;
    left: 57px;
  }
  #document.result #sec02 .secInner .dtlGraph .label.label6 {
    top: 70px;
    left: -10px;
  }
  #document.result #sec02 .secInner .dtlGraph .graphInner {
    width: 810px;
    height: 500px;
    margin-left: -150px;
  }
  #document.result #sec02 .graphList {
    margin-right: -40px;
  }
  #document.result #sec02 .graphList > .col + .col {
    margin-top: 20px;
  }
  #document.result #sec02 .graphList > .col .colHead .jp {
    font-size: 1.8rem;
  }
  #document.result #sec02 .graphList > .col .colHead .en {
    font-size: 1.4rem;
  }
  #document.result #sec02 .graphList > .col .graph {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  #document.result #sec02 .graphList > .col .graph .txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #document.result #sec02 .dtlGraph {
    width: 300px;
    margin: 0 auto 50px;
  }
  #document.result #sec02 .dtlGraph .graphInner {
    width: 530px;
    height: 265px;
    margin-left: -115px;
  }
  #document.result #sec02 .dtlGraph .label {
    font-size: 1.4rem;
  }
  #document.result #sec02 .dtlGraph .label.label1 {
    top: -10px;
    left: 136px;
  }
  #document.result #sec02 .dtlGraph .label.label2 {
    top: 37px;
    right: 35px;
  }
  #document.result #sec02 .dtlGraph .label.label3 {
    top: 213px;
    right: -19px;
  }
  #document.result #sec02 .dtlGraph .label.label4 {
    bottom: -12px;
    left: 136px;
  }
  #document.result #sec02 .dtlGraph .label.label5 {
    bottom: 39px;
    left: 20px;
  }
  #document.result #sec02 .dtlGraph .label.label6 {
    top: 37px;
    left: -15px;
  }
  #document.result #sec02 .graphList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #document.result #sec02 .graphList > .col {
    width: 50%;
  }
  #document.result #sec02 .graphList > .col:nth-child(n+3) {
    margin-top: 15px;
  }
  #document.result #sec02 .graphList > .col .colHead .jp {
    font-size: 1.5rem;
  }
  #document.result #sec02 .graphList > .col .colHead .en {
    font-size: 1rem;
  }
  #document.result #sec02 .graphList > .col .graph {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  #document.result #sec02 .graphList > .col .graph .txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  #document.result #sec03 .m_bln {
    position: relative;
  }
}

#document.result .cmtArea {
  border-top: 1px solid #CFD3D6;
}

#document.result .cmtArea .headTxt {
  text-align: center;
}

#document.result .cmtArea .headTxt .em {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

#document.result .cmtArea .cmtList {
  counter-reset: num;
}

#document.result .cmtArea .cmtList .cmtHead {
  position: relative;
  border-bottom: 1px solid #CFD3D6;
}

#document.result .cmtArea .cmtList .cmtHead:before {
  counter-increment: num;
  content: "0" counter(num);
  color: #F3F4F5;
  font-family: 'Gilroy';
  font-weight: 800;
  line-height: 1;
  display: block;
}

#document.result .cmtArea .cmtList .cmtHead:after {
  content: '';
  display: block;
  position: absolute;
  background-size: cover;
}

#document.result .cmtArea .cmtList .cmtHead .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  line-height: 1;
}

#document.result .cmtArea .cmtList .cmtHead#fbArea01:after {
  background-image: url(../../images/input/bln_tsuka.png);
}

#document.result .cmtArea .cmtList .cmtHead#fbArea02:after {
  background-image: url(../../images/input/bln_ono.png);
}

#document.result .cmtArea .cmtList .cmtHead#fbArea03:after {
  background-image: url(../../images/input/bln_oba.png);
}

#document.result .cmtArea .cmtList .cmtHead#fbArea04:after {
  background-image: url(../../images/input/bln_kame.png);
}

#document.result .cmtArea .cmtList .cmtHead#fbArea05:after {
  background-image: url(../../images/input/bln_hada.png);
}

#document.result .cmtArea .cmtList .cmtHead#fbArea06:after {
  background-image: url(../../images/input/bln_naka.png);
}

#document.result .cmtArea .cmtList .list {
  margin: 0;
  border-bottom: 1px solid #ECEDEF;
}

#document.result .cmtArea .cmtList .list > .col + .col {
  border-top: 1px solid #ECEDEF;
}

#document.result .cmtArea .cmtList .list > .col .colTxt {
  position: relative;
  cursor: pointer;
  margin: 0;
}

#document.result .cmtArea .cmtList .list > .col .colTxt:before, #document.result .cmtArea .cmtList .list > .col .colTxt:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 1px;
  background: #FF4674;
  height: 3px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#document.result .cmtArea .cmtList .list > .col .colTxt:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#document.result .cmtArea .cmtList .list > .col .colTxt .txt1 {
  display: block;
  font-weight: bold;
}

#document.result .cmtArea .cmtList .list > .col .colTxt .txt2 {
  display: block;
}

#document.result .cmtArea .cmtList .list > .col .colInner {
  background: #F3F4F5;
  margin: 0;
  display: none;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  #document.result .cmtArea {
    padding-top: 130px;
    padding-bottom: 140px;
  }
  #document.result .cmtArea .areaInner {
    width: 920px;
    margin: 0 auto;
  }
  #document.result .cmtArea .headTxt {
    font-size: 1.6rem;
  }
  #document.result .cmtArea .headTxt .em {
    font-size: 2rem;
  }
  #document.result .cmtArea .cmtHead:not(:first-of-type) {
    margin-top: 75px;
  }
  #document.result .cmtArea .cmtHead:before {
    font-size: 12rem;
    margin-bottom: -17px;
  }
  #document.result .cmtArea .cmtHead .txt {
    font-size: 2.6rem;
  }
  #document.result .cmtArea .cmtHead:after {
    width: 77px;
    height: 100px;
    right: 9px;
    bottom: 0;
  }
  #document.result .cmtArea .listTxt {
    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;
    height: 55px;
    border-bottom: 1px solid #ECEDEF;
    margin-bottom: 0;
  }
  #document.result .cmtArea .listTxt .txt1 {
    display: block;
    width: 620px;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
  }
  #document.result .cmtArea .listTxt .txt1:after {
    content: '';
    width: 1px;
    height: 21px;
    background: -webkit-gradient(linear, left top, left bottom, from(#374047), color-stop(25%, #374047), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
    background: linear-gradient(to bottom, #374047, #374047 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 1px 4px;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #document.result .cmtArea .listTxt .txt2 {
    display: block;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 620px);
    text-align: center;
    font-size: 1.4rem;
  }
  #document.result .cmtArea .list > .col .colTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #document.result .cmtArea .list > .col .colTxt:hover:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #document.result .cmtArea .list > .col .colTxt:hover:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #document.result .cmtArea .list > .col .colTxt.is_active:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #document.result .cmtArea .list > .col .colTxt.is_active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #document.result .cmtArea .list > .col .colTxt:before, #document.result .cmtArea .list > .col .colTxt:after {
    width: 14px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #document.result .cmtArea .list > .col .colTxt .txt1 {
    width: 620px;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
  }
  #document.result .cmtArea .list > .col .colTxt .txt2 {
    padding-right: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 620px);
    text-align: center;
    font-size: 1.6rem;
  }
  #document.result .cmtArea .list > .col .colInner {
    font-size: 1.6rem;
    padding: 26px 40px;
  }
}

@media screen and (max-width: 768px) {
  #document.result .cmtArea {
    padding: 70px 0 80px;
  }
  #document.result .cmtArea .headTxt {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  #document.result .cmtArea .headTxt .em {
    font-size: 1.8rem;
  }
  #document.result .cmtArea .cmtList .cmtHead {
    padding-left: 30px;
  }
  #document.result .cmtArea .cmtList .cmtHead:not(:first-of-type) {
    margin-top: 55px;
  }
  #document.result .cmtArea .cmtList .cmtHead:before {
    font-size: 9rem;
    margin-bottom: -14px;
  }
  #document.result .cmtArea .cmtList .cmtHead .txt {
    font-size: 2rem;
    left: 30px;
  }
  #document.result .cmtArea .cmtList .cmtHead:after {
    width: 54px;
    height: 70px;
    right: 20px;
    bottom: 0;
  }
  #document.result .cmtArea .listTxt {
    display: none;
  }
  #document.result .cmtArea .list > .col .colTxt {
    padding: 22px 65px 20px 30px;
  }
  #document.result .cmtArea .list > .col .colTxt.is_active:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #document.result .cmtArea .list > .col .colTxt:before, #document.result .cmtArea .list > .col .colTxt:after {
    width: 12px;
    top: 29px;
    right: 30px;
  }
  #document.result .cmtArea .list > .col .txt1 {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }
  #document.result .cmtArea .list > .col .txt2 {
    font-size: 1.2rem;
  }
  #document.result .cmtArea .list > .col .txt2:before {
    content: 'あなたの回答：';
  }
  #document.result .cmtArea .list > .col .colInner {
    font-size: 1.4rem;
    padding: 15px 30px;
  }
}

#document.result .modal-dialog .modal-body .head {
  color: #374047;
}

@media print, screen and (min-width: 769px) {
  #document.result .modal-dialog {
    width: 800px;
  }
  #document.result .modal-dialog .modal-body {
    padding-bottom: 80px;
  }
  #document.result .modal-dialog .modal-body .head {
    margin-top: 110px;
  }
  #document.result .modal-dialog .modal-body > .txt {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  #document.result .modal-dialog .modal-body {
    padding-bottom: 60px;
  }
  #document.result .modal-dialog .modal-body .head {
    font-size: 2rem;
    margin-top: 90px;
    margin-bottom: 20px;
  }
  #document.result .modal-dialog .modal-body > .txt {
    margin-bottom: 35px;
    font-size: 1.4rem;
  }
}

.fixedBtn {
  position: fixed;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
}

.fixedBtn.is_fixed {
  opacity: 1;
  pointer-events: all;
}

.fixedBtn .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  background: #FF4674;
  text-decoration: none;
  font-weight: bold;
}

.fixedBtn .txt > span:after {
  content: '';
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: 2px;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 8px;
  height: 8px;
  background-position: -390px -177px;
  background-size: 505px 260px;
}

@media print, screen and (min-width: 769px) {
  .fixedBtn {
    bottom: 40px;
    right: 40px;
  }
  .fixedBtn .txt {
    width: 240px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 1.8rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .fixedBtn .txt:hover {
    opacity: 0.7;
  }
  .fixedBtn .txt > span:after {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .fixedBtn {
    bottom: 30px;
    right: 20px;
  }
  .fixedBtn .txt {
    border-radius: 20px;
    background: #FF4674;
    width: 40px;
    height: 40px;
    -webkit-transition: width 0.3s, opacity 0.3s;
    transition: width 0.3s, opacity 0.3s;
  }
  .fixedBtn .txt > span {
    width: 160px;
    height: 40px;
    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;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .fixedBtn .txt > span:after {
    margin-left: 5px;
  }
  .fixedBtn:before {
    content: '';
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/home/mod_img_sprite.png");
    width: 40px;
    height: 40px;
    background-position: -250px -249px;
    background-size: 723px 668px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .fixedBtn.is_active:before {
    opacity: 0;
  }
  .fixedBtn.is_active .txt {
    width: 160px;
  }
  .fixedBtn.is_active .txt > span {
    opacity: 1;
  }
}

#cvBtn {
  position: fixed;
  z-index: 1;
  display: none;
}

#cvBtn .txt:after {
  content: '';
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: 2px;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 8px;
  height: 8px;
  background-position: -351px -177px;
  background-size: 505px 260px;
  margin-left: 10px;
}

@media print, screen and (min-width: 769px) {
  #cvBtn {
    bottom: 40px;
    right: 40px;
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/*# sourceMappingURL=../../Templates/dev/sourcemap/common/styles.css.map */
