@charset "UTF-8";
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: underline;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

/* wysiwyg表側表示用 */
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg li {
  list-style: initial;
}

.wysiwyg ul, .wysiwyg ol {
  padding-left: 1em;
}

.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin-bottom: 1em;
}

* {
  word-break: break-word;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

.file {
  /*border-top: 1px dotted #cccccc;*/
  margin: 15px 0;
  /*padding: 10px 0 0;*/
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

@-webkit-keyframes in_pc_01 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 7.5px);
            transform: translate(0, 7.5px);
  }
  100% {
    -webkit-transform: translate(0, 12px) rotate(45deg);
            transform: translate(0, 12px) rotate(45deg);
  }
}

@-moz-keyframes in_pc_01 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 7.5px);
         transform: translate(0, 7.5px);
  }
  100% {
    -moz-transform: translate(0, 12px) rotate(45deg);
         transform: translate(0, 12px) rotate(45deg);
  }
}

@keyframes in_pc_01 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 7.5px);
       -moz-transform: translate(0, 7.5px);
            transform: translate(0, 7.5px);
  }
  100% {
    -webkit-transform: translate(0, 12px) rotate(45deg);
       -moz-transform: translate(0, 12px) rotate(45deg);
            transform: translate(0, 12px) rotate(45deg);
  }
}

@-webkit-keyframes in_pc_02 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -7.5px);
            transform: translate(0, -7.5px);
  }
  100% {
    -webkit-transform: translate(0, -4px) rotate(-45deg);
            transform: translate(0, -4px) rotate(-45deg);
  }
}

@-moz-keyframes in_pc_02 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -7.5px);
         transform: translate(0, -7.5px);
  }
  100% {
    -moz-transform: translate(0, -4px) rotate(-45deg);
         transform: translate(0, -4px) rotate(-45deg);
  }
}

@keyframes in_pc_02 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -7.5px);
       -moz-transform: translate(0, -7.5px);
            transform: translate(0, -7.5px);
  }
  100% {
    -webkit-transform: translate(0, -4px) rotate(-45deg);
       -moz-transform: translate(0, -4px) rotate(-45deg);
            transform: translate(0, -4px) rotate(-45deg);
  }
}

@-webkit-keyframes ot_pc_01 {
  0% {
    -webkit-transform: translate(0, 12px) rotate(45deg);
            transform: translate(0, 12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 7.5px);
            transform: translate(0, 7.5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-moz-keyframes ot_pc_01 {
  0% {
    -moz-transform: translate(0, 12px) rotate(45deg);
         transform: translate(0, 12px) rotate(45deg);
  }
  50% {
    -moz-transform: translate(0, 7.5px);
         transform: translate(0, 7.5px);
  }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}

@keyframes ot_pc_01 {
  0% {
    -webkit-transform: translate(0, 12px) rotate(45deg);
       -moz-transform: translate(0, 12px) rotate(45deg);
            transform: translate(0, 12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 7.5px);
       -moz-transform: translate(0, 7.5px);
            transform: translate(0, 7.5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes ot_pc_02 {
  0% {
    -webkit-transform: translate(0, -4px) rotate(-45deg);
            transform: translate(0, -4px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate(0, -7.5px);
            transform: translate(0, -7.5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-moz-keyframes ot_pc_02 {
  0% {
    -moz-transform: translate(0, -4px) rotate(-45deg);
         transform: translate(0, -4px) rotate(-45deg);
  }
  50% {
    -moz-transform: translate(0, -7.5px);
         transform: translate(0, -7.5px);
  }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}

@keyframes ot_pc_02 {
  0% {
    -webkit-transform: translate(0, -4px) rotate(-45deg);
       -moz-transform: translate(0, -4px) rotate(-45deg);
            transform: translate(0, -4px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate(0, -7.5px);
       -moz-transform: translate(0, -7.5px);
            transform: translate(0, -7.5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes in_sp_01 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 1.23698vw);
            transform: translate(0, 1.23698vw);
  }
  100% {
    -webkit-transform: translate(0, 2.47396vw) rotate(45deg);
            transform: translate(0, 2.47396vw) rotate(45deg);
  }
}

@-moz-keyframes in_sp_01 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 1.23698vw);
         transform: translate(0, 1.23698vw);
  }
  100% {
    -moz-transform: translate(0, 2.47396vw) rotate(45deg);
         transform: translate(0, 2.47396vw) rotate(45deg);
  }
}

@keyframes in_sp_01 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 1.23698vw);
       -moz-transform: translate(0, 1.23698vw);
            transform: translate(0, 1.23698vw);
  }
  100% {
    -webkit-transform: translate(0, 2.47396vw) rotate(45deg);
       -moz-transform: translate(0, 2.47396vw) rotate(45deg);
            transform: translate(0, 2.47396vw) rotate(45deg);
  }
}

@-webkit-keyframes in_sp_02 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -1.23698vw);
            transform: translate(0, -1.23698vw);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
}

@-moz-keyframes in_sp_02 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -1.23698vw);
         transform: translate(0, -1.23698vw);
  }
  100% {
    -moz-transform: translate(0, 0) rotate(-45deg);
         transform: translate(0, 0) rotate(-45deg);
  }
}

@keyframes in_sp_02 {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -1.23698vw);
       -moz-transform: translate(0, -1.23698vw);
            transform: translate(0, -1.23698vw);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-45deg);
       -moz-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
}

@-webkit-keyframes ot_sp_01 {
  0% {
    -webkit-transform: translate(0, 2.47396vw) rotate(45deg);
            transform: translate(0, 2.47396vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 1.23698vw);
            transform: translate(0, 1.23698vw);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-moz-keyframes ot_sp_01 {
  0% {
    -moz-transform: translate(0, 2.47396vw) rotate(45deg);
         transform: translate(0, 2.47396vw) rotate(45deg);
  }
  50% {
    -moz-transform: translate(0, 1.23698vw);
         transform: translate(0, 1.23698vw);
  }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}

@keyframes ot_sp_01 {
  0% {
    -webkit-transform: translate(0, 2.47396vw) rotate(45deg);
       -moz-transform: translate(0, 2.47396vw) rotate(45deg);
            transform: translate(0, 2.47396vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 1.23698vw);
       -moz-transform: translate(0, 1.23698vw);
            transform: translate(0, 1.23698vw);
  }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes ot_sp_02 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate(0, -1.23698vw);
            transform: translate(0, -1.23698vw);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-moz-keyframes ot_sp_02 {
  0% {
    -moz-transform: translate(0, 0) rotate(-45deg);
         transform: translate(0, 0) rotate(-45deg);
  }
  50% {
    -moz-transform: translate(0, -1.23698vw);
         transform: translate(0, -1.23698vw);
  }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}

@keyframes ot_sp_02 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-45deg);
       -moz-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate(0, -1.23698vw);
       -moz-transform: translate(0, -1.23698vw);
            transform: translate(0, -1.23698vw);
  }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (min-width: 1025px), print {
  .modal__wrapper {
    overflow: auto;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .modal__box {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 516px;
    background-color: #fff;
    -moz-border-radius: 24px;
         border-radius: 24px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden;
    opacity: 1;
    display: hidden;
  }
  .modal__inner {
    padding: 100px 64px 60px;
  }
  .modal__closeBtn {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    transition: -webkit-transform 0.1s ease-in;
    -moz-transition: transform 0.1s ease-in, -moz-transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in, -moz-transform 0.1s ease-in;
  }
  .modal__closeBtn span {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: -8%;
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    width: 116%;
    height: 2px;
    display: block;
    border-bottom: 2px solid #000;
  }
  .modal__closeBtn span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .modal__closeBtn span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .modal__closeBtn:hover {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .modal__closeBtn:active {
    -webkit-transform: rotate(90deg) scale(0.8);
       -moz-transform: rotate(90deg) scale(0.8);
        -ms-transform: rotate(90deg) scale(0.8);
            transform: rotate(90deg) scale(0.8);
  }
  .modal__closeBtn:active span:nth-of-type(1) {
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  .modal__closeBtn:active span:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .modal__button {
    background-color: #a99019;
    cursor: pointer;
    width: 200px;
    -moz-border-radius: 40px;
         border-radius: 40px;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px auto 25px;
    display: block;
    padding: 8px 0;
  }
  .modal__button:hover {
    background-color: #8a7614;
  }
  .modal__button:focus {
    outline: none;
  }
  .modal__footer {
    color: #666;
  }
  .modal__link {
    text-align: center;
    margin-top: 0.5em;
  }
  .modal__link a {
    color: inherit;
  }
  .-login .modal__inner {
    padding-top: 30px;
  }
  .-login .modal__title {
    background-color: #a99019;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0;
  }
  .-login .modal__closeBtn span {
    border-color: #fff;
  }
  .login__item input {
    margin-top: 30px;
    width: 100%;
    font-size: 20px;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 8px 1em;
  }
  .login__item input:focus {
    background-color: #eee;
    outline: none;
  }
  .checker__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 18px;
  }
  .checker__text {
    width: 50%;
  }
  .checker__text.-question {
    padding-right: 1em;
    word-break: break-all;
  }
  .checker__text.-choice label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
  }
  .checker__text.-choice label:nth-of-type(n + 1) {
    margin-left: 8px;
  }
  .checker__text.-choice input {
    position: absolute;
    opacity: 0;
  }
  .checker__text.-choice input:checked ~ .checkbox::after {
    display: block;
  }
  .checker__result {
    text-align: center;
    height: 0px;
  }
  .checker__result .-lead {
    margin-top: 0.2em;
    opacity: 0;
  }
  .checker__result .-output {
    margin-top: 0.2em;
    opacity: 0;
    font-size: 34px;
    height: 50px;
  }
  .checker__arrow {
    width: 22px;
    height: 0;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative;
  }
  .checker__arrow img {
    width: 100%;
  }
  .checkbox {
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .checkbox::after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: red;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1200px;
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  header .header_rg .lang a, header .header_rg .btn_hd {
    -webkit-transform: perspective(1px) translateZ(0);
       -moz-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  header .header_rg .lang a:hover, header .header_rg .btn_hd:hover {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  header {
    width: 100%;
    min-width: 1200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }
  header.active {
    top: -100%;
  }
  header.is_hidden {
    top: -100%;
  }
  header .logo {
    font-size: 0;
    width: 139px;
    height: 139px;
    position: absolute;
    top: 50px;
    left: 51px;
  }
  header .logo a {
    display: block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  header .logo a:hover {
    opacity: 0.8;
  }
  header .header_rg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header_rg .lang {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 33px;
  }
  header .header_rg .lang a {
    display: block;
    width: 60px;
    height: 60px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    line-height: 60px;
    letter-spacing: 1px;
    text-decoration: none;
    -moz-border-radius: 100%;
         border-radius: 100%;
    text-align: center;
    margin-top: 15px;
    background: #fff;
    color: #e61f19;
  }
  header .header_rg .lang a:not(last-of-type) {
    margin-right: 15px;
  }
  header .header_rg .lang a.active {
    background: #e61f19;
    color: #fff;
  }
  header .header_rg .btn_hd {
    width: 223px;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  header .header_rg .btn_hd span {
    font-size: 2rem;
    line-height: 25px;
    letter-spacing: 1.3px;
    pointer-events: none;
    font-weight: bold;
  }
  header .header_rg .btn_hd.hd_contact {
    background: #a99019;
    color: #fff;
  }
  header .header_rg .btn_hd.hd_contact::before {
    width: 31px;
    height: 23px;
    background-image: url("/common/images/icon_01.png");
    background-repeat: no-repeat;
  }
  header .header_rg .btn_hd.hd_contact.member::before {
    background-image: url("/common/images/icon_01_member.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    height: 45px;
  }
  header .header_rg .btn_hd.hd_log {
    background: #fff;
    color: #e61f19;
  }
  header .header_rg .btn_hd.hd_log::before {
    width: 32px;
    height: 35px;
    background: url("/common/images/icon_02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-top: -11px;
  }
  header .header_rg .btn_hd::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
  }
  header .header_rg .lf {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_rg .rg .trigger {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100px;
    height: 100px;
    background: #000;
    position: relative;
    cursor: pointer;
  }
  header .header_rg .rg .trigger span::before, header .header_rg .rg .trigger span::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    -moz-border-radius: 4px;
         border-radius: 4px;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  header .header_rg .rg .trigger span {
    display: block;
    width: 52px;
    height: 19px;
    position: relative;
    z-index: 10;
  }
  header .header_rg .rg .trigger span::before {
    top: 0;
  }
  header .header_rg .rg .trigger span::after {
    bottom: 0;
  }
  header .header_rg .rg .wrap_nav {
    width: 806px;
    height: 100%;
    background: #000;
    padding: 45px 106px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -806px;
    z-index: 9;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
  }
  header .header_rg .rg .wrap_nav.active {
    right: 0;
  }
  header .header_rg .rg .wrap_nav nav .menu_list li a {
    display: block;
    width: 653px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 5rem;
    line-height: 95px;
    color: #fff;
    letter-spacing: 0.4px;
    text-decoration: none;
    padding-left: 62px;
    position: relative;
  }
  header .header_rg .rg .wrap_nav nav .menu_list li a:hover::before {
    left: 15px;
  }
  header .header_rg .rg .wrap_nav nav .menu_list li a::before {
    content: "";
    display: block;
    width: 27px;
    height: 24px;
    background: url("/common/images/icon_03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  header .header_rg .rg .wrap_nav nav .header_sns_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
  }
  header .header_rg .rg .wrap_nav nav .header_sns_area li {
    margin-right: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_rg .rg .wrap_nav nav .header_sns_area li a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  header .header_rg .rg .wrap_nav nav .header_sns_area li a:hover {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  header .header_rg .rg .wrap_nav nav .header_sns_area.member {
    margin-bottom: 70px;
  }
  header .header_rg .rg .wrap_nav .lang {
    padding: 25px 0 50px;
  }
  header .header_rg .rg .wrap_nav .lang a {
    width: 91px;
    height: 91px;
    font-size: 3.033rem;
    line-height: 92px;
  }
  header .header_rg .rg .wrap_nav .lang a.en {
    margin-right: 22px;
    line-height: 94px;
  }
  header .header_rg .rg .wrap_nav a.btn_hd {
    width: 256px;
    font-size: 3.291rem;
    line-height: 104px;
    position: relative;
  }
  header .header_rg .rg .wrap_nav a.btn_hd.hd_log {
    padding-left: 51px;
  }
  header .header_rg .rg .wrap_nav a.btn_hd.hd_log::before {
    width: 39px;
    height: 44px;
    margin-top: -15px;
    margin-right: 19px;
  }
  header .header_rg .rg .wrap_nav a.btn_hd.hd_log::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/common/images/icon_04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  header .header_rg .in .trigger span::before {
    -webkit-transform: translate(0, 12px) rotate(45deg);
       -moz-transform: translate(0, 12px) rotate(45deg);
        -ms-transform: translate(0, 12px) rotate(45deg);
            transform: translate(0, 12px) rotate(45deg);
    -webkit-animation: in_pc_01 1s;
       -moz-animation: in_pc_01 1s;
            animation: in_pc_01 1s;
  }
  header .header_rg .in .trigger span::after {
    -webkit-transform: translate(0, -4px) rotate(-45deg);
       -moz-transform: translate(0, -4px) rotate(-45deg);
        -ms-transform: translate(0, -4px) rotate(-45deg);
            transform: translate(0, -4px) rotate(-45deg);
    -webkit-animation: in_pc_02 1s;
       -moz-animation: in_pc_02 1s;
            animation: in_pc_02 1s;
  }
  header .header_rg .out .trigger span::before {
    -webkit-animation: ot_pc_01 1s;
       -moz-animation: ot_pc_01 1s;
            animation: ot_pc_01 1s;
  }
  header .header_rg .out .trigger span::after {
    -webkit-animation: ot_pc_02 1s;
       -moz-animation: ot_pc_02 1s;
            animation: ot_pc_02 1s;
  }
  header.after_login {
    background: #eee;
  }
  header.after_login .logo {
    width: 100px;
    height: 65px;
    top: 19px;
    left: 69px;
  }
  header.after_login .header_rg .btn_hd.hd_log {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    background: #e61f19;
    color: #fff;
  }
  header.after_login .header_rg .btn_hd.hd_log::before {
    background: url("/common/images/icon_02_ex.png") no-repeat;
    margin-right: 15px;
  }
  header.after_login .header_rg .lf .estate {
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 3rem;
    color: #231815;
    padding-top: 5px;
    padding-right: 30px;
  }
  header.after_login .header_rg .lf .lang {
    display: none;
  }
  header.after_login .header_rg .rg .trigger {
    background: #231815;
  }
  footer {
    background: #e61f19;
    position: relative;
    padding: 58px 0 54px;
  }
  footer .row {
    padding-left: 105px;
    padding-right: 108px;
  }
  footer .row::after {
    content: "";
    display: table;
    clear: both;
  }
  footer .pagetop {
    display: block;
    cursor: pointer;
  }
  footer .pagetop::before {
    content: "";
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
    border-bottom: 54px solid #e61f19;
    position: absolute;
    top: -54px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  footer .pagetop:hover i {
    top: -37px;
  }
  footer .pagetop i {
    display: block;
    width: 20px;
    height: 19px;
    text-indent: -9999px;
    background: url("/common/images/icon_05.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  footer .menu_ft {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    float: left;
  }
  footer .menu_ft ul::after {
    content: "";
    display: table;
    clear: both;
  }
  footer .menu_ft ul li {
    float: left;
    width: 50%;
  }
  footer .menu_ft ul li:nth-of-type(4), footer .menu_ft ul li:nth-of-type(2) {
    padding-left: 24px;
  }
  footer .menu_ft ul li:nth-of-type(4) a::before, footer .menu_ft ul li:nth-of-type(2) a::before {
    left: 5px;
  }
  footer .menu_ft ul li:nth-of-type(5), footer .menu_ft ul li:nth-of-type(6), footer .menu_ft ul li:nth-of-type(7) {
    width: 100%;
  }
  footer .menu_ft ul li a {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1.803rem;
    line-height: 40px;
    color: #fff;
    letter-spacing: 1.7px;
    text-decoration: none;
    position: relative;
    padding-left: 27px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  footer .menu_ft ul li a:hover {
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
  footer .menu_ft ul li a::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: #a99019;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .rg {
    width: 200px;
    float: right;
    text-align: right;
    padding-top: 66px;
  }
  footer .rg a.logo_ft {
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  footer .rg a.logo_ft:hover {
    opacity: 0.8;
  }
  footer .rg p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 40px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 16px;
  }
  .ttl figure img {
    width: 100%;
    display: block;
    height: auto;
  }
  .main_content {
    background-color: #000;
    position: relative;
  }
  .main_content .bg {
    background-color: #fff;
    width: -webkit-calc(100% - 104px);
    width: -moz-calc(100% - 104px);
    width: calc(100% - 104px);
    position: absolute;
    top: -49px;
    left: 52px;
    z-index: 99;
    height: 49px;
  }
  .main_content .ct {
    width: -webkit-calc(100% - 104px);
    width: -moz-calc(100% - 104px);
    width: calc(100% - 104px);
    margin: 0 auto;
    background-color: #fff;
    position: relative;
  }
  .main_content .ct::after {
    content: "";
    position: absolute;
    top: -49px;
    left: -52px;
    width: 52px;
    height: -webkit-calc(100% + 49px);
    height: -moz-calc(100% + 49px);
    height: calc(100% + 49px);
    background: #fff;
    display: block;
  }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    font-family: "Nunito Sans", sans-serif;
  }
  .breadcrumbs ul li {
    color: #9b9b9b;
    font-size: 1.8rem;
    line-height: 22px;
    position: relative;
    letter-spacing: 0.9px;
  }
  .breadcrumbs ul li:not(:last-child) {
    padding-right: 22px;
  }
  .breadcrumbs ul li:not(:last-child)::after {
    content: ">";
    right: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .breadcrumbs ul li a {
    color: #9b9b9b;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .breadcrumbs ul li:hover a {
    opacity: 0.8;
  }
  .ttl02 h2 {
    color: #231815;
    font-weight: 800;
    position: relative;
    font-size: 3.3rem;
    font-family: "Nunito Sans", sans-serif;
    line-height: 71px;
    letter-spacing: 0.5px;
  }
  .ttl02 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 56px;
    width: 55px;
    height: 5px;
    background: #a99019;
    display: block;
    z-index: 1;
  }
  .ttl02 h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 55px;
    height: 5px;
    background: #231815;
    display: block;
    z-index: 1;
  }
  .wysiwyg ul, .wysiwyg ol, .wysiwyg li {
    font-size: 2rem;
    line-height: 28px;
    color: #000;
    text-align: justify;
    letter-spacing: 0.52px;
  }
}

@media screen and (max-width: 1024px) {
  .modal__wrapper {
    overflow: auto;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .modal__box {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 4.16667vw;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93.75vw;
    background-color: #fff;
    -moz-border-radius: 4.6875vw;
         border-radius: 4.6875vw;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden;
    opacity: 1;
    display: hidden;
  }
  .modal__inner {
    padding: 13.02083vw 8.33333vw 7.8125vw;
  }
  .modal__closeBtn {
    position: absolute;
    right: 4.94792vw;
    top: 4.94792vw;
    width: 5.46875vw;
    height: 5.46875vw;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    transition: -webkit-transform 0.1s ease-in;
    -moz-transition: transform 0.1s ease-in, -moz-transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in, -moz-transform 0.1s ease-in;
  }
  .modal__closeBtn span {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: -8%;
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    width: 116%;
    height: 0.26042vw;
    display: block;
    border-bottom: 0.26042vw solid #000;
  }
  .modal__closeBtn span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .modal__closeBtn span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .modal__closeBtn:active {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .modal__closeBtn:active span:nth-of-type(1) {
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .modal__closeBtn:active span:nth-of-type(2) {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .modal__button {
    background-color: #a99019;
    cursor: pointer;
    width: 46.875vw;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    color: #fff;
    text-align: center;
    font-size: 5.72917vw;
    font-weight: bold;
    margin: 5.85938vw auto 0;
    display: block;
    padding: 1.04167vw 0;
  }
  .modal__button:hover {
    background-color: #8a7614;
  }
  .modal__button:focus {
    outline: none;
  }
  .modal__footer {
    color: #666;
  }
  .modal__link {
    text-align: center;
    margin-top: 0.5em;
  }
  .modal__link a {
    color: inherit;
  }
  .-login .modal__inner {
    padding-top: 3.90625vw;
  }
  .-login .modal__title {
    background-color: #a99019;
    color: #fff;
    text-align: center;
    font-size: 3.64583vw;
    font-weight: bold;
    padding: 2.60417vw 0;
  }
  .-login .modal__closeBtn span {
    border-color: #fff;
  }
  .login__item input {
    margin-top: 3.90625vw;
    width: 100%;
    font-size: 2.60417vw;
    border: 0.13021vw solid #ddd;
    -moz-border-radius: 0.65104vw;
         border-radius: 0.65104vw;
    padding: 1.04167vw 1em;
  }
  .login__item input:focus {
    background-color: #eee;
    outline: none;
  }
  .checker__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.34375vw;
  }
  .checker__text {
    width: 50%;
  }
  .checker__text.-question {
    padding-right: 1em;
    word-break: break-all;
  }
  .checker__text.-choice label {
    position: relative;
    padding-left: 4.55729vw;
    cursor: pointer;
  }
  .checker__text.-choice label:nth-of-type(n + 1) {
    margin-left: 1.04167vw;
  }
  .checker__text.-choice input {
    position: absolute;
    opacity: 0;
  }
  .checker__text.-choice input:checked ~ .checkbox::after {
    display: block;
  }
  .checker__result {
    text-align: center;
    height: 0vw;
  }
  .checker__result .-lead {
    margin-top: 0.2em;
    opacity: 0;
  }
  .checker__result .-output {
    margin-top: 0.2em;
    opacity: 0;
    font-size: 5.72917vw;
    height: 6.51042vw;
  }
  .checker__arrow {
    width: 4.16667vw;
    height: 0;
    margin: 4.16667vw auto 0;
    overflow: hidden;
    position: relative;
  }
  .checker__arrow img {
    width: 100%;
  }
  .checkbox {
    position: absolute;
    height: 3.125vw;
    width: 3.125vw;
    background-color: #fff;
    border: 0.13021vw solid #ddd;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .checkbox::after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1.04167vw;
    height: 1.04167vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: red;
  }
  .show_pc {
    display: none !important;
  }
  .container {
    min-width: 320px;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }
  header .logo {
    width: 16.27604vw;
    font-size: 0;
    margin: 3.77604vw 0 0 3.90625vw;
  }
  header .logo a {
    display: block;
  }
  header.is_hidden {
    top: -100%;
  }
  header .header_rg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header_rg .btn_hd {
    width: 33.33333vw;
    height: 16.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  header .header_rg .btn_hd span {
    font-size: 3.64583vw;
    line-height: 4.16667vw;
    letter-spacing: 1.3px;
    pointer-events: none;
    font-weight: bold;
  }
  header .header_rg .btn_hd.hd_contact {
    background: #a99019;
    color: #fff;
  }
  header .header_rg .btn_hd.hd_contact::before {
    content: '';
    display: block;
    margin-right: 2.60417vw;
    width: 5.46875vw;
    height: 4.03646vw;
    background-image: url("/common/images/icon_01.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: contain;
         background-size: contain;
  }
  header .header_rg .rg .trigger {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16.66667vw;
    height: 16.66667vw;
    background: #000;
    position: relative;
  }
  header .header_rg .rg .trigger span::before, header .header_rg .rg .trigger span::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.78125vw;
    background: #fff;
    -moz-border-radius: 4px;
         border-radius: 4px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header_rg .rg .trigger span {
    display: block;
    width: 8.85417vw;
    height: 3.25521vw;
    position: relative;
    z-index: 10;
  }
  header .header_rg .rg .trigger span::before {
    top: 0;
  }
  header .header_rg .rg .trigger span::after {
    bottom: 0;
  }
  header .header_rg .rg .wrap_nav {
    width: 100%;
    height: 100%;
    background: #000;
    overflow-y: auto;
    padding: 9.375vw 0 9.375vw 6.51042vw;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
  }
  header .header_rg .rg .wrap_nav.active {
    right: 0;
  }
  header .header_rg .rg .wrap_nav nav .menu_list li a {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 6.51042vw;
    line-height: 15.625vw;
    color: #fff;
    letter-spacing: 0.4px;
    text-decoration: none;
    padding-left: 8.07292vw;
    position: relative;
  }
  header .header_rg .rg .wrap_nav nav .menu_list li a::before {
    content: '';
    display: block;
    width: 3.51562vw;
    height: 3.125vw;
    background: url("/common/images/icon_03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header_rg .rg .wrap_nav nav .header_sns_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5vw 0;
  }
  header .header_rg .rg .wrap_nav nav .header_sns_area li {
    width: 8vw;
    margin-right: 9vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_rg .rg .wrap_nav nav .header_sns_area.member {
    margin-bottom: 10vw;
  }
  header .header_rg .rg .wrap_nav .lang {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.90625vw 0 8.20312vw;
  }
  header .header_rg .rg .wrap_nav .lang a {
    display: block;
    width: 15.23438vw;
    height: 15.23438vw;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 5.07812vw;
    line-height: 15.23438vw;
    letter-spacing: 0.13021vw;
    text-decoration: none;
    -moz-border-radius: 100%;
         border-radius: 100%;
    text-align: center;
    background: #fff;
    color: #e61f19;
  }
  header .header_rg .rg .wrap_nav .lang a:not(last-of-type) {
    margin-right: 3.77604vw;
  }
  header .header_rg .rg .wrap_nav .lang a.active {
    background: #e61f19;
    color: #fff;
  }
  header .header_rg .rg .wrap_nav .btn_hd {
    width: 38.54167vw;
    height: 19.27083vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
    position: relative;
  }
  header .header_rg .rg .wrap_nav .btn_hd > span {
    font-size: 3.64583vw;
    line-height: 4.16667vw;
    letter-spacing: 1.3px;
    pointer-events: none;
    font-weight: bold;
  }
  header .header_rg .rg .wrap_nav .btn_hd.hd_log {
    background: #fff;
    color: #e61f19;
  }
  header .header_rg .rg .wrap_nav .btn_hd.hd_log::before {
    content: '';
    display: inline-block;
    width: 6.77083vw;
    height: 7.68229vw;
    background: url("/common/images/icon_02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    vertical-align: middle;
    margin-top: -1.95312vw;
    margin-right: 2.60417vw;
    pointer-events: none;
  }
  header .header_rg .rg .wrap_nav .btn_hd.hd_log::after {
    content: '';
    display: block;
    width: 4.42708vw;
    height: 4.42708vw;
    background: url("/common/images/icon_04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 1.17188vw;
    right: 1.30208vw;
  }
  header .header_rg .rg.in span::before {
    -webkit-transform: translate(0, 2.47396vw) rotate(45deg);
       -moz-transform: translate(0, 2.47396vw) rotate(45deg);
        -ms-transform: translate(0, 2.47396vw) rotate(45deg);
            transform: translate(0, 2.47396vw) rotate(45deg);
    -webkit-animation: in_sp_01 1s;
       -moz-animation: in_sp_01 1s;
            animation: in_sp_01 1s;
  }
  header .header_rg .rg.in span::after {
    -webkit-transform: translate(0, 0) rotate(-45deg);
       -moz-transform: translate(0, 0) rotate(-45deg);
        -ms-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
    -webkit-animation: in_sp_02 1s;
       -moz-animation: in_sp_02 1s;
            animation: in_sp_02 1s;
  }
  header .header_rg .rg.out span::before {
    -webkit-animation: ot_sp_01 1s;
       -moz-animation: ot_sp_01 1s;
            animation: ot_sp_01 1s;
  }
  header .header_rg .rg.out span::after {
    -webkit-animation: ot_sp_02 1s;
       -moz-animation: ot_sp_02 1s;
            animation: ot_sp_02 1s;
  }
  header.after_login {
    background: #eee;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.after_login .logo {
    margin-top: 0;
  }
  header.after_login + main {
    padding-top: 16.66667vw;
  }
  footer {
    background: #e61f19;
    position: relative;
    padding: 8.07292vw 0 5.72917vw;
  }
  footer .pagetop {
    display: block;
  }
  footer .pagetop::before {
    content: '';
    border-left: 11.58854vw solid transparent;
    border-right: 11.58854vw solid transparent;
    border-bottom: 11.19792vw solid #e61f19;
    position: absolute;
    top: -10.9375vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  footer .pagetop i {
    display: block;
    width: 6.51042vw;
    height: 6.11979vw;
    text-indent: -9999px;
    background: url("/common/images/icon_05.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -8.46354vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  footer .rg {
    text-align: center;
  }
  footer .rg a.logo_ft {
    display: block;
    width: 24.73958vw;
    margin: 0 auto 4.94792vw;
  }
  footer .rg p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    color: #fff;
    letter-spacing: 0.13021vw;
  }
  .ttl figure img {
    width: 100%;
    display: block;
    height: auto;
  }
  .main_content {
    background-color: #000;
    position: relative;
  }
  .main_content .bg {
    display: none;
  }
  .main_content .ct {
    background-color: #fff;
  }
  .main_content .ct .row {
    padding-right: 3.90625vw;
    padding-left: 3.90625vw;
  }
  .ttl02 h2 {
    color: #231815;
    font-weight: 800;
    position: relative;
    font-size: 7.8125vw;
    font-family: "Nunito Sans", sans-serif;
    line-height: 16.66667vw;
    text-align: center;
  }
  .ttl02 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 12.5vw;
    height: 1.17188vw;
    background: #a99019;
    display: block;
    z-index: 1;
  }
  .ttl02 h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 12.5vw;
    height: 1.17188vw;
    background: #231815;
    display: block;
    z-index: 1;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .wysiwyg ul, .wysiwyg ol, .wysiwyg li {
    font-size: 3.90625vw;
    line-height: 4.94792vw;
    color: #000;
    text-align: justify;
  }
}
