@charset "UTF-8";
@import url("slick.css");
@import url("slick-theme.css");
@import url("magnific-popup.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

caption, th {
  font-weight: bold;
  text-align: left;
}

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input, textarea, select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio], input[type=checkbox], input[type=submit] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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


@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp-s {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, helvetica, arial, sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  body {
    padding-bottom: 17.0666666667vw;
  }
}

a {
  color: black;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  a {
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  a img {
    -webkit-transition: 0.3s;
  }
}
::-moz-selection {
  background: white;
  color: #231815;
}
::selection {
  background: white;
  color: #231815;
}

::-moz-selection {
  background: white;
  color: #231815;
}

.orange {
  color: #FA6600;
}

.site-main {
  overflow: hidden;
  position: relative;
}
.site-main.lower {
  padding-top: 80px;
}
@media (max-width: 1366px) {
  .site-main.lower {
    padding-top: 94px;
  }
}
@media screen and (max-width: 991px) {
  .site-main.lower {
    padding-top: 12.5333333333vw;
  }
}

#site-header {
  background: white;
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 80px;
  z-index: 92;
}
@media (max-width: 1366px) {
  #site-header {
    min-height: 5.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  #site-header {
    min-height: inherit;
    height: 12.5333333333vw;
  }
}
#site-header .head-inner {
  max-width: 1660px;
  margin: auto;
  padding: 17px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1366px) {
  #site-header .head-inner {
    padding: 1.25vw 0.7352941176vw 1.25vw 2.9411764706vw;
  }
}
@media screen and (max-width: 991px) {
  #site-header .head-inner {
    padding: 0 4vw;
    height: 100%;
  }
}
#site-header .logo-area {
  width: 400px;
  position: relative;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1660px) {
  #site-header .logo-area {
    width: 350px;
  }
}
@media (max-width: 1366px) {
  #site-header .logo-area {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  #site-header .logo-area {
    height: auto;
  }
}
#site-header .logo-area .site-logo {
  width: 223px;
}
@media (max-width: 1660px) {
  #site-header .logo-area .site-logo {
    width: 186px;
  }
}
@media screen and (max-width: 991px) {
  #site-header .logo-area .site-logo {
    width: 23.2vw;
    line-height: 1;
  }
}
#site-header .logo-area .site-logo img {
  width: 100%;
  height: auto;
}
#site-header .logo-area .mail {
  position: absolute;
  right: 0;
  top: 0;
  background: black;
  color: white;
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: 700;
  width: 140px;
  height: 24px;
  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;
  line-height: 1;
}
@media (max-width: 1366px) {
  #site-header .logo-area .mail {
    position: inherit;
    right: inherit;
    top: inherit;
    font-size: 0.8823529412vw;
    width: auto;
    height: 28px;
    padding: 0.4411764706vw 1.0294117647vw;
    margin: 0 0.7352941176vw 0 2.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  #site-header .logo-area .mail {
    display: none;
  }
}
#site-header .logo-area .tel {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.3rem;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  line-height: 1;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  #site-header .logo-area .tel {
    position: inherit;
    right: inherit;
    top: inherit;
    font-size: 0.9558823529vw;
  }
}
@media screen and (max-width: 991px) {
  #site-header .logo-area .tel {
    display: none;
  }
}
#site-header .logo-area .tel i {
  margin-right: 2px;
  position: relative;
  top: -1px;
}
@media (max-width: 1366px) {
  #site-header .logo-area .tel i {
    margin-right: 4px;
    top: 0;
  }
}
#site-header .logo-area .tel i img {
  width: 14px;
  height: auto;
}
@media (max-width: 1366px) {
  #site-header .logo-area .tel i img {
    width: 1.3235294118vw;
  }
}
#site-header .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1366px) {
  #site-header .g-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 50%;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  #site-header .g-nav {
    display: none;
  }
}
@media (max-width: 1366px) {
  #site-header .g-nav li {
    margin: 0 30px;
  }
}
@media (max-width: 1100px) {
  #site-header .g-nav li {
    margin: 0 15px;
  }
}
#site-header .g-nav li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1366px) {
  #site-header .g-nav li:not(:last-child) {
    margin: 0 2.2058823529vw;
  }
}
#site-header .g-nav li a {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  display: block;
  z-index: 10;
  /*
  				&::after{
  				content: "";
  				width: 40px;
  				height: 2px;
  				background: $orange;
  				position: absolute;
  				bottom: -7px;
  				left: 50%;
  				transform:translateX(-50%);
  				-webkit-transform:translateX(-50%);	
  				opacity: 0;
  				transition: .4s;
  				}
  */
}
@media (max-width: 1660px) {
  #site-header .g-nav li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1366px) {
  #site-header .g-nav li a {
    font-size: 1.0294117647vw;
  }
}
#site-header .g-nav li a.lp-link {
  color: #FA6600;
}
#site-header .g-nav li a:hover {
  color: #FA6600;
  opacity: 1;
  /*
  					&::after{
  					opacity: 1;
  					}
  */
}
#site-header .g-nav li a i {
  line-height: 1;
  display: inline-block;
  margin-right: 2px;
}
#site-header .g-nav li.drop {
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#site-header .g-nav li.drop .in-list {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 50px;
  visibility: hidden;
  z-index: 5;
  min-width: 200px;
}
#site-header .g-nav li.drop .in-list li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
#site-header .g-nav li.drop .in-list li a {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  position: relative;
  font-size: 1.4rem;
}
#site-header .g-nav li.drop .in-list li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: #666;
  opacity: 1;
}
#site-header .g-nav li.drop .in-list li:first-child {
  border-top: 1px solid #FA6600;
}
#site-header .g-nav li.drop .in-list li:last-child a::before {
  content: none;
}
#site-header .g-nav li.drop:hover .in-list {
  visibility: visible;
}
#site-header .g-nav li.drop:hover .in-list li {
  height: 4em;
  overflow: visible;
}
#site-header .g-nav li.drop:hover .in-list li a {
  border: 0;
}
#site-header .g-nav li.drop:hover .in-list li a:hover::after {
  content: none;
}

.h-menu {
  display: none;
  cursor: pointer;
  height: 30px;
  width: 35px;
  z-index: 92;
  padding: 0;
  /* position: fixed;
  right: 3vw;
  top: 61px; */
}
@media screen and (max-width: 991px) {
  .h-menu {
    display: block;
    height: 2.9333333333vw;
    width: 4.5333333333vw;
    /* 	right: vw-sp(20);
    	top: vw-sp(35);	 */
  }
}
.h-menu span {
  height: 4px;
  background: #FA6600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  display: block;
  position: relative;
}
.h-menu span.l-c {
  opacity: 0;
}
.p-menu-area {
  overflow-y: auto;
  position: fixed;
  right: 0;
  width: 33.3333333333vw;
  z-index: 20;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: white;
}
@media (max-width: 1366px) {
  .p-menu-area {
    width: 42.6470588235vw;
  }
}
@media screen and (max-width: 991px) {
  .p-menu-area {
    width: 100%;
  }
}
.p-menu-area .wrap {
  opacity: 0;
}
.p-menu-area .wrap .inner-wrapper {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  opacity: 0;
  padding: 22.6666666667vw 14.6666666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-menu-area .wrap .inner-wrapper .hm-nav {
  opacity: 1;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li {
  border-bottom: 1px solid #EEECEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.6666666667vw;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li a {
  font-size: 4.2666666667vw;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: black;
  display: block;
  text-align: left;
  padding: 2.1333333333vw 0;
  position: relative;
  width: 100%;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li a::after {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.8vw;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap .inner-wrapper .hm-nav li a:hover {
    opacity: 1;
  }
}
.p-menu-area .wrap .inner-wrapper .hm-nav li.lp-link a {
  color: #FA6600;
  padding-left: 2em;
  line-height: 1.3;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li.lp-link a i {
  width: 4.8vw;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.p-menu-area .wrap .inner-wrapper .hm-nav li.lp-link a i img {
  width: 100%;
  height: auto;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li.drop {
  display: block;
  border: 0;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li.drop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li.drop .in-list {
  padding-left: 1em;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li.drop .in-list li {
  margin-bottom: 0;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li.drop .in-list li a {
  font-size: 3.7333333333vw;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li.drop .in-list li a::before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  background: #333333;
  margin-right: 3px;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li.drop .in-list li a::after {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.8vw;
}
.p-menu-area .wrap .inner-wrapper .sns-area {
  text-align: center;
}
.p-menu-area .wrap .inner-wrapper .sns-area h3 {
  font-size: 3.2vw;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 2.6666666667vw;
}
.p-menu-area .wrap .inner-wrapper .sns-area .sns-list {
  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;
}
.p-menu-area .wrap .inner-wrapper .sns-area .sns-list li {
  margin: 0 2.1333333333vw;
}
.p-menu-area .wrap .inner-wrapper .sns-area .sns-list li img {
  width: 7.4666666667vw;
  height: auto;
}
.p-menu-area .wrap .inner-wrapper .sns-area .mail {
  width: 48vw;
  height: 9.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 3.4666666667vw;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin: 5.3333333333vw auto 2.6666666667vw;
  background: #333333;
}
.p-menu-area .wrap .inner-wrapper .sns-area .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-menu-area .wrap .inner-wrapper .sns-area .tel a {
  color: #333333;
  font-size: 4.2666666667vw;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
.p-menu-area .wrap .inner-wrapper .sns-area .tel a i {
  width: 5.3333333333vw;
  display: inline-block;
  margin-right: 1.3333333333vw;
  position: relative;
  top: 0.8vw;
}
.p-menu-area .wrap .inner-wrapper .sns-area .tel a i img {
  width: 100%;
  height: auto;
}

.menu-overlay {
  cursor: pointer;
  opacity: 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  visibility: hidden;
  z-index: 89;
}

body.nav-open .menu-overlay {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}
body.nav-open .h-menu span.l-t {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.0666666667vw;
}
@media screen and (max-width: 991px) {
  body.nav-open .h-menu span.l-t {
    top: 1.0666666667vw;
  }
}
body.nav-open .h-menu span.l-c {
  opacity: 0;
}
body.nav-open .h-menu span.l-b {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 1.0666666667vw;
}
@media screen and (max-width: 991px) {
  body.nav-open .h-menu span.l-b {
    bottom: 1.0666666667vw;
  }
}
body.nav-open .h-menu small {
  color: white;
}
@media screen and (max-width: 991px) {
  body.nav-open #site-header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body.nav-open .p-menu-area {
  z-index: 90;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.nav-open .p-menu-area .wrap {
  opacity: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area .wrap {
    display: block;
  }
}
body.nav-open .p-menu-area .wrap .inner-wrapper {
  overflow: auto;
  width: 100%;
  max-height: 98vh;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area .wrap .inner-wrapper {
    max-height: 100dvh;
  }
}

.site-footer {
  background: black;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 1366px) {
  .site-footer {
    padding: 2.9411764706vw 0;
  }
}
@media screen and (max-width: 991px) {
  .site-footer {
    padding: 10.6666666667vw 12vw;
  }
}
.site-footer .f-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .site-footer .f-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-footer .f-list li {
  padding: 0 14px;
  border-right: 2px solid white;
  line-height: 1;
}
@media (max-width: 1366px) {
  .site-footer .f-list li {
    padding: 0 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .f-list li {
    padding: 0 2.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
}
.site-footer .f-list li:last-child {
  border: 0;
}
@media screen and (max-width: 991px) {
  .site-footer .f-list li.bd0 {
    border: 0;
  }
}
.site-footer .f-list li a {
  color: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .site-footer .f-list li a {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .f-list li a {
    font-size: 3.7333333333vw;
  }
}
.site-footer .f-list li a img[src*=beginner] {
  width: 18px;
  height: auto;
  margin-right: 2px;
}
@media (max-width: 1366px) {
  .site-footer .f-list li a img[src*=beginner] {
    width: 1.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .f-list li a img[src*=beginner] {
    width: 3.2vw;
    margin-right: 2px;
  }
}
.site-footer .sns-list {
  padding: 22px 0;
  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;
  margin: 25px 0 40px;
}
@media (max-width: 1366px) {
  .site-footer .sns-list {
    padding: 1.6176470588vw 0;
    margin: 1.8382352941vw 0 2.9411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .sns-list {
    padding: 6.6666666667vw 0;
    margin: 2.6666666667vw 0 6.6666666667vw;
  }
}
.site-footer .sns-list::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 280px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -140px;
}
@media (max-width: 1366px) {
  .site-footer .sns-list::before {
    width: 20.5882352941vw;
    margin-left: -10.2941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .sns-list::before {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.site-footer .sns-list::after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 280px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -140px;
}
@media (max-width: 1366px) {
  .site-footer .sns-list::after {
    width: 20.5882352941vw;
    margin-left: -10.2941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .sns-list::after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.site-footer .sns-list li {
  margin: 0 16px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
@media (max-width: 1366px) {
  .site-footer .sns-list li {
    margin: 0 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .sns-list li {
    margin: 0 1.8666666667vw;
  }
}
.site-footer .sns-list li.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-footer .sns-list li img {
  width: 28px;
  height: auto;
}
@media (max-width: 1366px) {
  .site-footer .sns-list li img {
    width: 2.0588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .sns-list li img {
    width: 7.4666666667vw;
  }
}
.site-footer .detail-txt {
  font-size: 1.4rem;
  color: white;
  line-height: 1.8;
}
@media (max-width: 1366px) {
  .site-footer .detail-txt {
    font-size: 0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .detail-txt {
    font-size: 3.4666666667vw;
  }
}
.site-footer .detail-txt span {
  display: block;
  margin-top: 0.5em;
  font-size: 1.4rem;
}
@media (max-width: 1366px) {
  .site-footer .detail-txt span {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .detail-txt span {
    font-size: 3.7333333333vw;
  }
}
.site-footer .link {
  margin: 15px 0 25px;
}
@media (max-width: 1366px) {
  .site-footer .link {
    margin: 1.1029411765vw 0 1.8382352941vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .link {
    margin: 4vw 0;
  }
}
.site-footer .link a {
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: white;
  text-decoration: underline;
  font-size: 1.4rem;
}
@media (max-width: 1366px) {
  .site-footer .link a {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .link a {
    font-size: 3.7333333333vw;
  }
}
.site-footer .copyright {
  font-size: 1.2rem;
  color: white;
}
@media (max-width: 1366px) {
  .site-footer .copyright {
    font-size: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .copyright {
    font-size: 2.6666666667vw;
  }
}

.sp-bottom-fix-nav {
  background: white;
  padding: 0 6.6666666667vw;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 17.0666666667vw;
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .sp-bottom-fix-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .sp-bottom-fix-nav.scroll {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sp-bottom-fix-nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.sp-bottom-fix-nav .list li.custom {
  margin-left: -4%;
  margin-right: -4%;
  margin-top: 0.48vw;
}
.sp-bottom-fix-nav .list li.parts {
  margin-top: -1.0666666667vw;
}
.sp-bottom-fix-nav .list li a {
  display: block;
}
.sp-bottom-fix-nav .list li img {
  width: 9.6vw;
  height: auto;
}
.sp-bottom-fix-nav .list li img[src*="fix/3.svg"], .sp-bottom-fix-nav .list li img[src*="fix/5.svg"] {
  width: 8vw;
}
.sp-bottom-fix-nav .list li img[src*="fix/4.svg"] {
  width: 18.6666666667vw;
}

.pankuzu-wrap {
  background: #666666;
  padding: 10px 0;
}
@media (max-width: 1366px) {
  .pankuzu-wrap {
    padding: 0.7352941176vw 0;
  }
}
@media screen and (max-width: 991px) {
  .pankuzu-wrap {
    padding: 1.8666666667vw 0;
  }
}
.pankuzu-wrap .site-pankuzu {
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
}
@media (max-width: 1366px) {
  .pankuzu-wrap .site-pankuzu {
    max-width: 105.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .pankuzu-wrap .site-pankuzu {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.pankuzu-wrap .site-pankuzu li {
  font-size: 1.3rem;
  color: white;
}
@media (max-width: 1366px) {
  .pankuzu-wrap .site-pankuzu li {
    font-size: 0.9558823529vw;
  }
}
@media screen and (max-width: 991px) {
  .pankuzu-wrap .site-pankuzu li {
    font-size: 2.9333333333vw;
  }
}
.pankuzu-wrap .site-pankuzu li a {
  font-size: 1rem;
  color: white;
}
@media (max-width: 1366px) {
  .pankuzu-wrap .site-pankuzu li a {
    font-size: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .pankuzu-wrap .site-pankuzu li a {
    font-size: 2.6666666667vw;
  }
}
.pankuzu-wrap .site-pankuzu li::after {
  content: ">";
  margin: 0 1em;
  display: inline-block;
  position: relative;
  top: -1px;
}
.pankuzu-wrap .site-pankuzu li:last-child::after {
  content: none;
}

.lower .content-wrapper {
  padding: 90px 0 100px;
}
@media (max-width: 1366px) {
  .lower .content-wrapper {
    padding: 6.6176470588vw 0 7.3529411765vw;
  }
}
@media screen and (max-width: 991px) {
  .lower .content-wrapper {
    padding: 12vw 0 26.6666666667vw;
  }
}
.lower .content-wrapper.bg-gray {
  background: #EEECEB;
}
.lower .content-wrapper .site-inner {
  max-width: 1055px;
  margin: auto;
}
@media (max-width: 1366px) {
  .lower .content-wrapper .site-inner {
    max-width: 77.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .lower .content-wrapper .site-inner {
    padding: 0 6.6666666667vw;
    max-width: 100%;
  }
}
.lower.__about .content-wrapper, .lower.__staff.single .content-wrapper, .lower.pb0 .content-wrapper {
  padding: 90px 0 0;
}
@media (max-width: 1366px) {
  .lower.__about .content-wrapper, .lower.__staff.single .content-wrapper, .lower.pb0 .content-wrapper {
    padding: 6.6176470588vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .lower.__about .content-wrapper, .lower.__staff.single .content-wrapper, .lower.pb0 .content-wrapper {
    padding: 12vw 0 0;
  }
}

.base-title-area {
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .base-title-area {
    margin-bottom: 4.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .base-title-area {
    margin-bottom: 9.3333333333vw;
  }
}
.base-title-area h2 {
  text-align: center;
}
.base-title-area h2 img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .base-title-area h2 img {
    width: auto;
    height: 8vw;
  }
}
.base-title-area h2 + p {
  font-size: 2.4rem;
  margin-top: 0.5em;
  text-align: center;
  font-family: "HiraginoSans-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.2;
}
@media (max-width: 1366px) {
  .base-title-area h2 + p {
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 991px) {
  .base-title-area h2 + p {
    font-size: 3.7333333333vw;
  }
}

.page-ttl {
  font-size: 3.2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .page-ttl {
    font-size: 2.3529411765vw;
    margin-bottom: 3.6764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .page-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.page-ttl::after {
  content: "";
  width: 37px;
  height: 2px;
  background: #FA6600;
  display: block;
  margin: 15px auto 0;
}
@media (max-width: 1366px) {
  .page-ttl::after {
    width: 2.7205882353vw;
    height: 0.1470588235vw;
    margin: 1.1029411765vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .page-ttl::after {
    width: 9.8666666667vw;
    height: 0.5333333333vw;
    margin: 2.6666666667vw auto 0;
  }
}
.page-ttl.white {
  color: white;
}

@media screen and (max-width: 991px) {
  .__404 .base-title-area .page-ttl {
    font-size: 6.4vw;
  }
}
.__404 .base-title-area .page-ttl span {
  font-size: 75%;
}
@media screen and (max-width: 991px) {
  .__404 .base-title-area .page-ttl span {
    font-size: 50%;
    display: block;
    margin-top: 1.3333333333vw;
  }
}
.__404 .wrap404 {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 1366px) {
  .__404 .wrap404 {
    max-width: 66.1764705882vw;
    padding: 0 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__404 .wrap404 {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.__404 .wrap404 h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .__404 .wrap404 h3 {
    font-size: 1.6176470588vw;
    margin-bottom: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__404 .wrap404 h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    line-height: 2;
  }
}
.__404 .wrap404 .top-txt {
  font-size: 1.6rem;
}
@media (max-width: 1366px) {
  .__404 .wrap404 .top-txt {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__404 .wrap404 .top-txt {
    font-size: 3.4666666667vw;
  }
}
.__404 .wrap404 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__404 .wrap404 .nav li {
  width: 280px;
  height: 70px;
  margin: 50px auto 0;
}
@media (max-width: 1366px) {
  .__404 .wrap404 .nav li {
    width: 20.5882352941vw;
    height: 5.1470588235vw;
    margin: 3.6764705882vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__404 .wrap404 .nav li {
    width: 53.3333333333vw;
    height: 13.3333333333vw;
    margin: 13.3333333333vw auto 0;
  }
}
.__404 .wrap404 .nav li a {
  width: 100%;
  height: 100%;
  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;
  background: #FA6600;
  line-height: 1.3;
  color: white;
  font-weight: 700;
}
@media (min-width: 992px) {
  .__404 .wrap404 .nav li a:hover {
    opacity: 1;
    background: #333333;
  }
}
.__404 .wrap404 .nav li a span {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: white;
  text-align: center;
  display: block;
}
@media (max-width: 1366px) {
  .__404 .wrap404 .nav li a span {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__404 .wrap404 .nav li a span {
    font-size: 4.2666666667vw;
  }
}
.__404 .wrap404 .nav li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .__404 .wrap404 .nav li a::after {
    width: 0.7352941176vw;
    height: 0.7352941176vw;
    margin-left: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__404 .wrap404 .nav li a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 4vw;
  }
}

.__page .content-wrapper {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 1366px) {
  .__page .content-wrapper {
    max-width: 66.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__page .content-wrapper {
    max-width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.__page .content-wrapper .page-title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1366px) {
  .__page .content-wrapper .page-title {
    font-size: 2.6470588235vw;
    margin-bottom: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__page .content-wrapper .page-title {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    line-height: 2;
  }
}

.pop-style {
  max-width: 1055px;
  background: #EEECEB;
  margin: auto;
  position: relative;
  max-height: 90vh;
  overflow: auto;
}
.pop-style .inner {
  padding: 80px 50px 50px;
}
@media screen and (max-width: 991px) {
  .pop-style .inner {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.pop-style .popup-modal-dismiss {
  position: absolute;
  right: 0;
  top: 15px;
  width: 50px;
  height: 50px;
  background-image: url(../img/common/close.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .pop-style .popup-modal-dismiss {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 8vw;
    height: 8vw;
    background-size: 8vw;
  }
}
.pop-style .staff-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap {
    display: block;
  }
}
.pop-style .staff-wrap .profile-area {
  width: 35%;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area {
    width: 100%;
  }
}
.pop-style .staff-wrap .profile-area .thumb {
  position: relative;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .thumb {
    width: 70%;
    margin: auto;
  }
}
.pop-style .staff-wrap .profile-area .thumb::after {
  content: "";
  width: 154px;
  height: 144px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: #FA6600;
  display: block;
  position: absolute;
  left: -5px;
  top: 5px;
  z-index: 0;
  border-radius: 50%;
}
@media (max-width: 1366px) {
  .pop-style .staff-wrap .profile-area .thumb::after {
    width: 11.3235294118vw;
    height: 10.5882352941vw;
    left: -0.3676470588vw;
    top: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .thumb::after {
    width: 34.6666666667vw;
    height: 32.5333333333vw;
    left: -1.3333333333vw;
    top: 1.3333333333vw;
  }
}
.pop-style .staff-wrap .profile-area .thumb::before {
  content: "";
  width: 72px;
  height: 72px;
  background: #FA6600;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 25px;
  z-index: 0;
  border-radius: 50%;
}
@media (max-width: 1366px) {
  .pop-style .staff-wrap .profile-area .thumb::before {
    width: 5.2941176471vw;
    height: 5.2941176471vw;
    right: 0.3676470588vw;
    bottom: 1.8382352941vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .thumb::before {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
    right: 1.3333333333vw;
    bottom: 6.6666666667vw;
  }
}
.pop-style .staff-wrap .profile-area .thumb img {
  width: 100%;
  border: 6px solid #FA6600;
  border-radius: 80%;
  position: relative;
  z-index: 1;
  top: 5px;
  background: #EEECEB;
}
@media (max-width: 1366px) {
  .pop-style .staff-wrap .profile-area .thumb img {
    border: 0.2941176471vw solid #FA6600;
    top: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .thumb img {
    border: 1.0666666667vw solid #FA6600;
    top: 1.3333333333vw;
  }
}
.pop-style .staff-wrap .profile-area .name {
  font-size: 2.9rem;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .pop-style .staff-wrap .profile-area .name {
    font-size: 2.1323529412vw;
    margin-top: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .name {
    font-size: 5.3333333333vw;
    margin-top: 4vw;
  }
}
.pop-style .staff-wrap .profile-area .name span {
  position: relative;
  display: inline-block;
}
.pop-style .staff-wrap .profile-area .name span::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #FA6600;
  margin: 0 auto 0;
  display: block;
}
@media (max-width: 1366px) {
  .pop-style .staff-wrap .profile-area .name span::after {
    height: 0.2205882353vw;
  }
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .name span::after {
    height: 0.1470588235vw;
  }
}
.pop-style .staff-wrap .profile-area .name-wrap {
  background: white;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .name-wrap {
    margin-top: 4vw;
  }
}
.pop-style .staff-wrap .profile-area .name-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .name-wrap ul {
    display: block;
  }
}
.pop-style .staff-wrap .profile-area .name-wrap ul li {
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .name-wrap ul li {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.pop-style .staff-wrap .profile-area .name-wrap ul li:first-child {
  width: 45%;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .name-wrap ul li:first-child {
    width: 100%;
  }
}
.pop-style .staff-wrap .profile-area .name-wrap ul li:first-child::after {
  content: "";
  width: 1px;
  height: 60%;
  background: #FA6600;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .name-wrap ul li:first-child::after {
    width: 90%;
    height: 1px;
    left: 50%;
    right: inherit;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: inherit;
    bottom: 0;
  }
}
.pop-style .staff-wrap .profile-area .name-wrap ul li:last-child {
  width: 55%;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .name-wrap ul li:last-child {
    width: 100%;
  }
}
.pop-style .staff-wrap .profile-area .name-wrap ul li p {
  font-size: 1.7rem;
  font-weight: 600;
  color: #FA6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .profile-area .name-wrap ul li p {
    font-size: 3.7333333333vw;
  }
}
.pop-style .staff-wrap .profile-area .name-wrap ul li p .cate {
  width: 3em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pop-style .staff-wrap .profile-area .name-wrap ul li .job span {
  display: block;
}
.pop-style .staff-wrap .ques-area {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .ques-area {
    width: 100%;
    margin-top: 8vw;
  }
}
.pop-style .staff-wrap .ques-area dl dt {
  background: #FA6600;
  padding: 10px 15px;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .ques-area dl dt {
    padding: 1.3333333333vw 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.pop-style .staff-wrap .ques-area dl dd {
  font-size: 1.4rem;
  padding: 15px 0 30px;
}
@media screen and (max-width: 991px) {
  .pop-style .staff-wrap .ques-area dl dd {
    padding: 2.6666666667vw 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

/* オーバーレイ 初期状態 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/* オーバーレイ 表示アニメーション */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* オーバーレイ 非表示アニメーション */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* コンテンツ 初期状態 */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/* コンテンツ 表示アニメーション */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* コンテンツ 非表示アニメーション */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.__top .video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.__top .video-area video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 991px) {
  .__top .video-area video {
    width: 56.22vh; /* 750 ÷1334＝ 56.22% */
    height: 177.8vw; /* 1344 ÷ 450 = 177.8% */
  }
}
.__top .video-area video[poster] {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__top .video-area.over {
  height: 90%; /* 画面下に動画がでないように調整 */
}
.__top .kv-area .kv-wrap {
  padding: 250px 0 160px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .__top .kv-area .kv-wrap {
    padding: 36vw 0;
  }
}
.__top .kv-area .kv-wrap h2 {
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media screen and (max-width: 991px) {
  .__top .kv-area .kv-wrap h2 {
    margin-bottom: 10.6666666667vw;
  }
  .__top .kv-area .kv-wrap h2 img {
    width: 76.8vw;
    height: auto;
  }
}
.__top .kv-area .kv-wrap i {
  width: 40px;
  display: block;
  margin: 0 auto 75px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (max-width: 991px) {
  .__top .kv-area .kv-wrap i {
    width: 8vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.__top .kv-area .kv-wrap i img {
  position: relative;
  bottom: 0;
  -webkit-animation: arrowmove 2.4s ease-in-out infinite;
          animation: arrowmove 2.4s ease-in-out infinite;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .__top .kv-area .kv-wrap i img {
    width: 100%;
    height: auto;
  }
}
@-webkit-keyframes arrowmove {
  35% {
    bottom: 0;
  }
  62.5% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes arrowmove {
  35% {
    bottom: 0;
  }
  62.5% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
.__top .kv-area .kv-wrap p {
  font-size: 2.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 991px) {
  .__top .kv-area .kv-wrap p img {
    width: 88vw;
    height: auto;
  }
}
.__top .kv-area.loaded .kv-wrap h2, .__top .kv-area.loaded .kv-wrap i {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.__top .kv-area.loaded .kv-wrap p {
  opacity: 1;
}
.__top .top-slide-area {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  padding: 40px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 991px) {
  .__top .top-slide-area {
    padding: 4.2666666667vw 0;
  }
}
.__top .top-slide-area.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.__top .top-slide-area .slick-slide {
  position: relative;
}
.__top .top-slide-area .slick-slide::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.__top .top-slide-area .slick-slide a {
  overflow: hidden;
  display: block;
}
.__top .top-slide-area .slick-slide a:hover {
  opacity: 1;
}
.__top .top-slide-area .slick-slide a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.__top .top-slide-area .slick-slide img {
  width: 100%;
  height: auto;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.__top .top-slide-area .slick-slide.slick-current::after {
  background-color: transparent;
  pointer-events: none;
}
.__top .top-slide-area .slick-slide.slick-current img {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.__top .top-slide-area .slick-prev, .__top .top-slide-area .slick-next {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  background-repeat: no-repeat;
  background-size: 2.9166666667vw;
  top: 50%;
}
@media (max-width: 1366px) {
  .__top .top-slide-area .slick-prev, .__top .top-slide-area .slick-next {
    width: 4.1176470588vw;
    height: 4.1176470588vw;
    background-size: 4.1176470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .top-slide-area .slick-prev, .__top .top-slide-area .slick-next {
    width: 5.6vw;
    height: 5.6vw;
    background-size: 5.6vw;
  }
}
.__top .top-slide-area .slick-prev {
  background-image: url(../img/common/arrow.svg);
  left: 15vw;
}
@media screen and (max-width: 991px) {
  .__top .top-slide-area .slick-prev {
    left: 12.8vw;
  }
}
.__top .top-slide-area .slick-next {
  background-image: url(../img/common/arrow-r.svg);
  right: 15vw;
}
@media screen and (max-width: 991px) {
  .__top .top-slide-area .slick-next {
    right: 12.8vw;
  }
}
.__top .sec-nav-area {
  max-width: 1280px;
  margin: 70px auto;
  border-radius: 39px;
  background: rgba(255, 255, 255, 0.85);
  height: 345px;
}
@media (max-width: 1366px) {
  .__top .sec-nav-area {
    max-width: 94.1176470588vw;
    margin: 5.1470588235vw auto;
    border-radius: 2.8676470588vw;
    height: 25.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-nav-area {
    display: none;
  }
}
.__top .sec-nav-area .list {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1366px) {
  .__top .sec-nav-area .list {
    padding: 4.4117647059vw;
  }
}
.__top .sec-nav-area .list li {
  width: 15%;
}
.__top .sec-nav-area .list li a {
  overflow: hidden;
}
.__top .sec-nav-area .list li a img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.__top .sec-nav-area .list li a span {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  display: block;
  margin-top: 6px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1366px) {
  .__top .sec-nav-area .list li a span {
    font-size: 1.3235294118vw;
    margin-top: 0.4411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-nav-area .list li a span {
    font-size: 5.3333333333vw;
    margin-top: 1.6vw;
  }
}
.__top .sec-nav-area .list li a:hover {
  opacity: 1;
}
.__top .sec-nav-area .list li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.__top .sec-nav-area .list li a:hover span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  margin-top: 15px;
  color: #FA6600;
}
@media (max-width: 1366px) {
  .__top .sec-nav-area .list li a:hover span {
    margin-top: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-nav-area .list li a:hover span {
    margin-top: 4vw;
  }
}
.__top .sec-carousel .loop-wrapper {
  max-height: 444px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .__top .sec-carousel .loop-wrapper {
    max-height: 32.6470588235vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .loop-wrapper {
    max-height: inherit;
  }
}
.__top .sec-carousel .loop-area.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .loop-area.pc {
    display: none !important;
  }
}
.__top .sec-carousel .loop-area.sp {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .loop-area.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.__top .sec-carousel .loop-area ul {
  margin-right: -60px;
}
@media (max-width: 1366px) {
  .__top .sec-carousel .loop-area ul {
    margin-right: -4.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .loop-area ul {
    margin-right: -5.3333333333vw;
  }
}
.__top .sec-carousel .loop-area li {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .loop-area li img {
    width: auto;
    height: 39.2vw;
  }
}
.__top .sec-carousel .loop-area-rev {
  margin-top: 2.1333333333vw;
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .loop-area-rev ul {
    margin-left: -5.3333333333vw;
  }
}
.__top .sec-carousel .loop-area-rev li {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .loop-area-rev li img {
    width: auto;
    height: 39.2vw;
  }
}
.__top .sec-carousel .btn {
  max-width: 417px;
  margin: 70px auto;
}
@media (max-width: 1366px) {
  .__top .sec-carousel .btn {
    max-width: 30.6617647059vw;
    margin: 5.1470588235vw auto;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .btn {
    max-width: 74.1333333333vw;
    margin: 10.6666666667vw auto 0;
  }
}
.__top .sec-carousel .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FA6600;
  color: white;
  line-height: 1.4;
  height: 105px;
}
@media (max-width: 1366px) {
  .__top .sec-carousel .btn a {
    height: 7.7205882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .btn a {
    height: 18.6666666667vw;
  }
}
.__top .sec-carousel .btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .__top .sec-carousel .btn a::after {
    width: 1.1764705882vw;
    height: 1.1764705882vw;
    margin-left: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .btn a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.__top .sec-carousel .btn a span {
  text-align: center;
  display: block;
  font-size: 2.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__top .sec-carousel .btn a span {
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-carousel .btn a span {
    font-size: 4.2666666667vw;
  }
}
.__top .sec-about {
  position: relative;
  max-width: 1050px;
  margin: 140px auto 180px;
  z-index: 1;
}
@media (max-width: 1366px) {
  .__top .sec-about {
    max-width: 77.2058823529vw;
    margin: 10.2941176471vw auto 13.2352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-about {
    max-width: 100%;
    margin: 24vw auto 24vw;
  }
}
.__top .sec-about::before {
  content: "";
  background: white;
  width: 0;
  height: 100%;
  display: block;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-about::before {
    left: -5.3333333333vw;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
.__top .sec-about::after {
  content: "";
  background: #FA6600;
  width: 95%;
  height: 97%;
  left: 2.5%;
  top: 1.5%;
  display: block;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  position: absolute;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-about::after {
    left: 1%;
    top: -0.5%;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.__top .sec-about.active::before {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .__top .sec-about.active::before {
    width: 150%;
  }
}
.__top .sec-about.active::after {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  width: 95%;
  height: 97%;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .__top .sec-about.active::after {
    width: 99%;
    height: 100%;
  }
}
.__top .sec-about .inner {
  padding: 80px 170px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 1366px) {
  .__top .sec-about .inner {
    padding: 5.8823529412vw 12.5vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-about .inner {
    padding: 12vw 10.6666666667vw;
  }
}
.__top .sec-about .inner .top-about-slide .slick-slide .fig {
  width: 100%;
}
.__top .sec-about .inner .top-about-slide .slick-slide .fig img {
  width: 100%;
  height: auto;
}
.__top .sec-about .inner .top-about-slide .slick-slide h3 {
  font-size: 2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: #FA6600;
  margin: 30px 0;
}
@media (max-width: 1366px) {
  .__top .sec-about .inner .top-about-slide .slick-slide h3 {
    font-size: 1.4705882353vw;
    margin: 2.2058823529vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-about .inner .top-about-slide .slick-slide h3 {
    font-size: 4.8vw;
    margin: 4vw 0 4.5333333333vw;
    text-align: center;
    line-height: 1.4;
  }
}
.__top .sec-about .inner .top-about-slide .slick-slide p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 1366px) {
  .__top .sec-about .inner .top-about-slide .slick-slide p {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-about .inner .top-about-slide .slick-slide p {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
.__top .sec-about .inner .top-about-slide .slick-prev, .__top .sec-about .inner .top-about-slide .slick-next {
  background-image: url(../img/top/about/arrow.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 19px auto;
  width: 19px;
  height: 32px;
  top: 50%;
}
@media (max-width: 1366px) {
  .__top .sec-about .inner .top-about-slide .slick-prev, .__top .sec-about .inner .top-about-slide .slick-next {
    background-size: 1.3970588235vw auto;
    width: 1.3970588235vw;
    height: 2.3529411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-about .inner .top-about-slide .slick-prev, .__top .sec-about .inner .top-about-slide .slick-next {
    background-size: 3.2vw auto;
    width: 3.2vw;
    height: 6.6666666667vw;
  }
}
.__top .sec-about .inner .top-about-slide .slick-prev {
  left: -100px;
}
@media (max-width: 1366px) {
  .__top .sec-about .inner .top-about-slide .slick-prev {
    left: -7.3529411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-about .inner .top-about-slide .slick-prev {
    left: -8vw;
    top: 56%;
  }
}
.__top .sec-about .inner .top-about-slide .slick-next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -100px;
  top: 46%;
}
@media (max-width: 1366px) {
  .__top .sec-about .inner .top-about-slide .slick-next {
    right: -7.3529411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-about .inner .top-about-slide .slick-next {
    right: -8vw;
    top: 52%;
  }
}
.__top .base-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .__top .base-ttl {
    margin-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .base-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.__top .base-ttl::before {
  content: "";
  background: #333333;
  height: 4px;
  width: 0;
  left: 0;
  top: 15px;
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: cubic-bezier(1, 0.13, 0, 1.52);
  transition-property: cubic-bezier(1, 0.13, 0, 1.52);
}
@media (max-width: 1366px) {
  .__top .base-ttl::before {
    height: 0.2941176471vw;
    top: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .base-ttl::before {
    height: 2px;
    top: 1.8666666667vw;
  }
}
.__top .base-ttl.active::before {
  width: 45.5%;
  opacity: 1;
}
.__top .base-ttl .wrap {
  background: #EEECEB;
  text-align: center;
  padding: 0 15px;
  font-size: 2.4rem;
  color: #FA6600;
}
@media (max-width: 1366px) {
  .__top .base-ttl .wrap {
    padding: 0 1.1029411765vw;
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .base-ttl .wrap {
    padding: 0 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.__top .base-ttl .wrap .en {
  display: block;
  line-height: 1;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 991px) {
  .__top .base-ttl .wrap .en {
    margin-bottom: 0.4em;
  }
}
.__top .base-ttl .wrap .en img[src*=title] {
  width: 133px;
  height: auto;
}
@media (max-width: 1366px) {
  .__top .base-ttl .wrap .en img[src*=title] {
    width: 9.7794117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .base-ttl .wrap .en img[src*=title] {
    width: 17.8666666667vw;
  }
}
.__top .sec-news {
  position: relative;
  z-index: 3;
}
.__top .sec-news::after {
  content: "";
  background-color: #EEECEB;
  display: block;
  width: 150vw;
  height: 100%;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  position: absolute;
  left: -25vw;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-news::after {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
.__top .sec-news .inner {
  padding: 200px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .__top .sec-news .inner {
    padding: 14.7058823529vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .inner {
    padding: 26.6666666667vw 0;
  }
}
.__top .sec-news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin: auto;
}
@media (max-width: 1366px) {
  .__top .sec-news .news-list {
    max-width: 77.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-list {
    max-width: inherit;
    padding: 0 6.6666666667vw;
    display: block;
  }
}
.__top .sec-news .news-list li {
  width: 31.5%;
  margin-right: 2.75%;
  background: white;
  -webkit-box-shadow: 4px 4px 10px -5px #777777;
          box-shadow: 4px 4px 10px -5px #777777;
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.__top .sec-news .news-list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-list li:last-child {
    margin-bottom: 0;
  }
}
.__top .sec-news .news-list li .category {
  padding: 20px 0;
  text-align: center;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__top .sec-news .news-list li .category {
    padding: 1.4705882353vw 0;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-list li .category {
    padding: 5.8666666667vw 0;
    font-size: 4.2666666667vw;
  }
}
.__top .sec-news .news-list li .thumb {
  width: 100%;
  position: relative;
}
.__top .sec-news .news-list li .thumb::before {
  content: "";
  background: #FA6600;
  height: 4px;
  display: block;
  width: 50%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -4px;
}
@media (max-width: 1366px) {
  .__top .sec-news .news-list li .thumb::before {
    height: 0.2941176471vw;
    bottom: -0.2941176471vw;
  }
}
.__top .sec-news .news-list li .thumb::after {
  content: "";
  background: black;
  height: 4px;
  display: block;
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: -4px;
}
@media (max-width: 1366px) {
  .__top .sec-news .news-list li .thumb::after {
    height: 0.2941176471vw;
    bottom: -0.2941176471vw;
  }
}
.__top .sec-news .news-list li .thumb img {
  width: 100%;
  height: auto;
}
.__top .sec-news .news-list li .list-inner {
  padding: 10px 25px 35px;
}
@media (max-width: 1366px) {
  .__top .sec-news .news-list li .list-inner {
    padding: 0.7352941176vw 1.8382352941vw 2.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-list li .list-inner {
    padding: 2.6666666667vw 6.6666666667vw 9.3333333333vw;
  }
}
.__top .sec-news .news-list li .list-inner .day {
  font-size: 1.2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: underline;
  margin-bottom: 0.7em;
}
@media (max-width: 1366px) {
  .__top .sec-news .news-list li .list-inner .day {
    font-size: 0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-list li .list-inner .day {
    font-size: 3.2vw;
    display: block;
  }
}
.__top .sec-news .news-list li .list-inner h3 {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合 */
}
@media (max-width: 1366px) {
  .__top .sec-news .news-list li .list-inner h3 {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-list li .list-inner h3 {
    font-size: 4.8vw;
    margin-bottom: 0.5em;
  }
}
.__top .sec-news .news-list li .list-inner p {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W4", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__top .sec-news .news-list li .list-inner p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-list li .list-inner p {
    font-size: 4.2666666667vw;
  }
}
.__top .sec-news .news-list li .list-inner .btn {
  width: 70%;
  height: 40px;
  padding-top: 2px;
  background: #FA6600;
  color: white;
  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;
  margin: 1.5em auto 0;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__top .sec-news .news-list li .list-inner .btn {
    height: 2.5vw;
    padding-top: 0.1470588235vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-list li .list-inner .btn {
    height: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
.__top .sec-news .news-list li .list-inner .btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  position: relative;
  top: -1px;
}
@media (max-width: 1366px) {
  .__top .sec-news .news-list li .list-inner .btn::after {
    width: 0.5882352941vw;
    height: 0.5882352941vw;
    margin-left: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-news .news-list li .list-inner .btn::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-left: 2.1333333333vw;
    top: -1px;
  }
}
.__top .sec-news .news-list li .list-inner .btn:hover {
  opacity: 1;
  background: #333333;
}
.__top .sec-sns {
  position: relative;
  z-index: 1;
  background-color: #333333;
  margin-top: -2vw;
  padding-top: 200px;
}
@media (max-width: 1366px) {
  .__top .sec-sns {
    padding-top: 14.7058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns {
    padding: 26.6666666667vw 0 0;
  }
}
.__top .sec-sns::before {
  content: "";
  background-image: url(../img/top/sns/bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  max-height: 935px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .__top .sec-sns::before {
    max-height: 68.75vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns::before {
    background-image: url(../img/top/sns/bg-sp.webp);
  }
}
.__top .sec-sns .base-ttl {
  margin-bottom: 160px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .base-ttl {
    margin-bottom: 11.7647058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .base-ttl {
    margin-bottom: 16vw;
  }
}
.__top .sec-sns .base-ttl::before {
  background: white;
  top: 17px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .base-ttl::before {
    top: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .base-ttl::before {
    top: 2.6666666667vw;
  }
}
.__top .sec-sns .base-ttl.active::before {
  width: 44.5%;
}
@media (max-width: 1366px) {
  .__top .sec-sns .base-ttl.active::before {
    width: 41.5%;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .base-ttl.active::before {
    width: 34%;
  }
}
.__top .sec-sns .base-ttl .wrap {
  background: transparent;
}
.__top .sec-sns .base-ttl .wrap .en img[src*=title] {
  width: 190px;
  height: auto;
}
@media (max-width: 1366px) {
  .__top .sec-sns .base-ttl .wrap .en img[src*=title] {
    width: 13.9705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .base-ttl .wrap .en img[src*=title] {
    width: 25.3333333333vw;
  }
}
.__top .sec-sns .insta-wrap {
  max-width: 1055px;
  margin: auto;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__top .sec-sns .insta-wrap.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__top .sec-sns .insta-wrap {
    max-width: 77.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .insta-wrap {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.__top .sec-sns .insta-wrap h3 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .insta-wrap h3 {
    margin-bottom: 4.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .insta-wrap h3 {
    margin-bottom: 5.3333333333vw;
  }
}
.__top .sec-sns .insta-wrap h3 img {
  width: 192px;
  height: auto;
}
@media (max-width: 1366px) {
  .__top .sec-sns .insta-wrap h3 img {
    width: 14.1176470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .insta-wrap h3 img {
    width: 25.6vw;
  }
}
.__top .sec-sns .insta-wrap .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .insta-wrap .link-wrap {
    display: block;
    margin-top: 0;
  }
}
.__top .sec-sns .insta-wrap .link-wrap .link {
  margin: 0 30px;
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .insta-wrap .link-wrap .link {
    margin: 8vw 0 0;
  }
}
.__top .sec-sns .insta-wrap .link {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .insta-wrap .link {
    margin-top: 4.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .insta-wrap .link {
    margin-top: 8vw;
  }
}
.__top .sec-sns .insta-wrap .link a {
  font-size: 2.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: underline;
  color: white;
  letter-spacing: 0.05em;
}
@media (max-width: 1366px) {
  .__top .sec-sns .insta-wrap .link a {
    font-size: 2.0588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .insta-wrap .link a {
    font-size: 3.7333333333vw;
  }
}
.__top .sec-sns .youtube-wrap {
  max-width: 1055px;
  margin: 125px auto 0;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__top .sec-sns .youtube-wrap.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__top .sec-sns .youtube-wrap {
    max-width: 77.5735294118vw;
    margin: 9.1911764706vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .youtube-wrap {
    max-width: 100%;
    padding: 0 6.6666666667vw;
    margin-top: 17.3333333333vw;
  }
}
.__top .sec-sns .youtube-wrap h3 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .youtube-wrap h3 {
    margin-bottom: 4.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .youtube-wrap h3 {
    margin-bottom: 6.6666666667vw;
  }
}
.__top .sec-sns .youtube-wrap h3 img {
  width: 150px;
  height: auto;
}
@media (max-width: 1366px) {
  .__top .sec-sns .youtube-wrap h3 img {
    width: 11.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .youtube-wrap h3 img {
    width: 20vw;
  }
}
.__top .sec-sns .youtube-wrap .movie {
  position: relative;
}
.__top .sec-sns .youtube-wrap .movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.__top .sec-sns .youtube-wrap .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.__top .sec-sns .youtube-wrap .link {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .youtube-wrap .link {
    margin-top: 4.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .youtube-wrap .link {
    margin-top: 8vw;
  }
}
.__top .sec-sns .youtube-wrap .link a {
  font-size: 2.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: underline;
  color: white;
  letter-spacing: 0.05em;
}
@media (max-width: 1366px) {
  .__top .sec-sns .youtube-wrap .link a {
    font-size: 2.0588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .youtube-wrap .link a {
    font-size: 3.7333333333vw;
  }
}
.__top .sec-sns .other-sns-area {
  margin-top: 130px;
  position: relative;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area {
    margin-top: 9.5588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area {
    margin-top: 21.3333333333vw;
  }
}
.__top .sec-sns .other-sns-area h3 {
  text-align: center;
  font-size: 2.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area h3 {
    font-size: 2.0588235294vw;
    margin-bottom: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area h3 {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap {
  max-width: 1055px;
  margin: 50px auto -2%;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap {
    max-width: 77.5735294118vw;
    margin: 3.6764705882vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap {
    max-width: 100%;
    padding: 0 6.6666666667vw;
    margin-top: 8vw;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li {
  margin-bottom: 1.6%;
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li.w50 {
  width: 49.2%;
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li.w50 {
    width: 100%;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li.w30 {
  width: 32.2%;
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li.w30 {
    width: 100%;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a {
  background: white;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a {
    height: 8.4558823529vw;
    padding-left: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a {
    height: 18.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i {
    width: 13.0666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img {
  height: auto;
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="fb.svg"] {
  width: 62px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="fb.svg"] {
    width: 4.5588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="fb.svg"] {
    width: 11.4666666667vw;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="insta.png"] {
  width: 62px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="insta.png"] {
    width: 4.5588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="insta.png"] {
    width: 11.4666666667vw;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="youtube.png"] {
  width: 62px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="youtube.png"] {
    width: 4.5588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="youtube.png"] {
    width: 11.4666666667vw;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="tiktok.png"] {
  width: 62px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="tiktok.png"] {
    width: 4.5588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="tiktok.png"] {
    width: 11.4666666667vw;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="line.png"] {
  width: 70px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="line.png"] {
    width: 5.1470588235vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a i img[src*="line.png"] {
    width: 13.0666666667vw;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title {
  padding-left: 15px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title {
    padding-left: 1.1029411765vw;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt1 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt1 {
    font-size: 1.6176470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt1 {
    font-size: 3.7333333333vw;
    line-height: 1.3;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 {
    font-size: 1.6176470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 {
    font-size: 3.7333333333vw;
    line-height: 1.3;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 span {
  font-weight: 900;
  font-size: 3rem;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 span {
    font-size: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 span {
    font-size: 5.3333333333vw;
  }
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 span.fb {
  color: #0866FF;
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 span.insta {
  color: #E83362;
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 span.youtube {
  color: #FF0000;
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 span.tiktok {
  color: #000;
}
.__top .sec-sns .other-sns-area .sns-block-wrap .sns-list li a .title .txt2 span.line {
  color: #4CC764;
}
.__top .sec-sns .other-sns-area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__top .sec-sns .other-sns-area .list li {
  margin: 0 12px;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .list li {
    margin: 0 0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .list li {
    margin: 0 1.0666666667vw;
  }
}
.__top .sec-sns .other-sns-area .list li img {
  width: 76px;
  height: auto;
}
@media (max-width: 1366px) {
  .__top .sec-sns .other-sns-area .list li img {
    width: 5.5882352941vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-sns .other-sns-area .list li img {
    width: 11.7333333333vw;
  }
}
.__top .bottom-bg-wrap {
  background: #333333;
}
.__top .sec-access {
  margin-top: 240px;
  padding-bottom: 200px;
  z-index: 3;
  position: relative;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__top .sec-access.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__top .sec-access {
    margin-top: 17.6470588235vw;
    padding-bottom: 14.7058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access {
    margin-top: 26.6666666667vw;
    padding-bottom: 29.3333333333vw;
  }
}
.__top .sec-access .base-ttl {
  margin-bottom: 160px;
}
@media (max-width: 1366px) {
  .__top .sec-access .base-ttl {
    margin-bottom: 11.7647058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .base-ttl {
    margin-bottom: 13.3333333333vw;
  }
}
.__top .sec-access .base-ttl::before {
  background: white;
  width: 45.5%;
  top: 17px;
}
@media (max-width: 1366px) {
  .__top .sec-access .base-ttl::before {
    top: 1.25vw;
    width: 41.5%;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .base-ttl::before {
    width: 36%;
    top: 2.6666666667vw;
  }
}
.__top .sec-access .base-ttl .wrap {
  background: transparent;
}
.__top .sec-access .base-ttl .wrap .en img[src*=title] {
  width: 190px;
  height: auto;
}
@media (max-width: 1366px) {
  .__top .sec-access .base-ttl .wrap .en img[src*=title] {
    width: 13.9705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .base-ttl .wrap .en img[src*=title] {
    width: 23.4666666667vw;
  }
}
.__top .sec-access .shop-area {
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area {
    padding: 0 6.6666666667vw;
  }
}
.__top .sec-access .shop-area + .shop-area {
  margin-top: 150px;
}
@media (max-width: 1366px) {
  .__top .sec-access .shop-area + .shop-area {
    margin-top: 11.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area + .shop-area {
    margin-top: 16vw;
  }
}
.__top .sec-access .shop-area h3 {
  font-size: 3.2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: white;
  padding-left: 40px;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .__top .sec-access .shop-area h3 {
    font-size: 2.3529411765vw;
    padding-left: 2.9411764706vw;
    margin-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area h3 {
    font-size: 4.8vw;
    padding-left: 3.2vw;
    margin-bottom: 4vw;
  }
}
.__top .sec-access .shop-area h3::before {
  content: "";
  width: 12px;
  height: 100%;
  background: #FA6600;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1366px) {
  .__top .sec-access .shop-area h3::before {
    width: 0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area h3::before {
    width: 1.0666666667vw;
  }
}
.__top .sec-access .shop-area h3 small {
  font-size: 2.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__top .sec-access .shop-area h3 small {
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area h3 small {
    font-size: 3.4666666667vw;
  }
}
.__top .sec-access .shop-area .shop-txt {
  font-size: 2rem;
  font-family: "HiraginoSans-W4", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  color: white;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .__top .sec-access .shop-area .shop-txt {
    font-size: 1.4705882353vw;
    margin-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area .shop-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.__top .sec-access .shop-area .map {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .__top .sec-access .shop-area .map {
    margin-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area .map {
    margin-bottom: 4vw;
  }
}
.__top .sec-access .shop-area .map::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.__top .sec-access .shop-area .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.__top .sec-access .shop-area .list li {
  border: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: white;
}
@media (max-width: 1366px) {
  .__top .sec-access .shop-area .list li {
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area .list li {
    font-size: 3.2vw;
  }
}
.__top .sec-access .shop-area .list li + li {
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .__top .sec-access .shop-area .list li + li {
    margin-top: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area .list li + li {
    margin-top: 1.0666666667vw;
  }
}
.__top .sec-access .shop-area .list li .cate {
  background: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 64px;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__top .sec-access .shop-area .list li .cate {
    width: 16.9117647059vw;
    height: 4.7058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area .list li .cate {
    width: 21%;
    height: 8.5333333333vw;
  }
}
.__top .sec-access .shop-area .list li .txt {
  font-family: "HiraginoSans-W4", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  padding-left: 34px;
}
@media (max-width: 1366px) {
  .__top .sec-access .shop-area .list li .txt {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-access .shop-area .list li .txt {
    padding-left: 2.6666666667vw;
  }
}

.__blog_news {
  /* CSS 追加1207*/
}
.__blog_news .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .__blog_news .nav-list {
    margin-bottom: 3.6764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .nav-list {
    margin: 0 0 10.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__blog_news .nav-list li {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .__blog_news .nav-list li {
    width: 50%;
  }
}
.__blog_news .nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  border: 1px solid #FA6600;
  border-left: 0;
}
@media (max-width: 1366px) {
  .__blog_news .nav-list li a {
    height: 4.4117647059vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .nav-list li a {
    height: 12.5333333333vw;
    font-size: 3.7333333333vw;
    color: #666666;
    line-height: 1.4;
  }
}
.__blog_news .nav-list li a.current {
  opacity: 1;
  background: #FA6600;
  color: white;
}
@media screen and (max-width: 991px) {
  .__blog_news .nav-list li a.current {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 992px) {
  .__blog_news .nav-list li a:hover {
    opacity: 1;
    background: #FA6600;
    color: white;
  }
}
.__blog_news .nav-list li:first-child {
  border-left: 1px solid #FA6600;
}
@media screen and (max-width: 991px) {
  .__blog_news .nav-list li:nth-child(3) a, .__blog_news .nav-list li:nth-child(4) a {
    border-top: 0;
  }
  .__blog_news .nav-list li:nth-child(3) a {
    border-left: 1px solid #FA6600;
  }
}
.__blog_news .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .__blog_news .post-list {
    padding: 0 6.6666666667vw;
  }
}
.__blog_news .post-list li {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
  background: white;
  -webkit-box-shadow: 4px 4px 10px -5px #777777;
          box-shadow: 4px 4px 10px -5px #777777;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .__blog_news .post-list li {
    width: 100%;
    margin: 0 0 6.6666666667vw;
    -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, 0.6);
            box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, 0.6);
  }
  .__blog_news .post-list li:last-child {
    margin-bottom: 0;
  }
}
.__blog_news .post-list li:nth-child(3n) {
  margin-right: 0;
}
.__blog_news .post-list li .thumb {
  width: 100%;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.__blog_news .post-list li .thumb::before {
  content: "";
  background: #FA6600;
  height: 4px;
  display: block;
  width: 50%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -4px;
}
@media (max-width: 1366px) {
  .__blog_news .post-list li .thumb::before {
    height: 0.2941176471vw;
    bottom: -0.2941176471vw;
  }
}
.__blog_news .post-list li .thumb::after {
  content: "";
  background: black;
  height: 4px;
  display: block;
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: -4px;
}
@media (max-width: 1366px) {
  .__blog_news .post-list li .thumb::after {
    height: 0.2941176471vw;
    bottom: -0.2941176471vw;
  }
}
.__blog_news .post-list li .thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.__blog_news .post-list li .list-inner {
  padding: 10px 25px 35px;
}
@media (max-width: 1366px) {
  .__blog_news .post-list li .list-inner {
    padding: 0.7352941176vw 1.8382352941vw 2.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .post-list li .list-inner {
    padding: 2.6666666667vw 6.6666666667vw 9.3333333333vw;
  }
}
.__blog_news .post-list li .list-inner .day {
  font-size: 1.2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: underline;
  margin-bottom: 1em;
  display: block;
}
@media (max-width: 1366px) {
  .__blog_news .post-list li .list-inner .day {
    font-size: 0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .post-list li .list-inner .day {
    font-size: 3.2vw;
  }
}
.__blog_news .post-list li .list-inner h3 {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.2em;
  min-height: 3.2em;
}
@media (max-width: 1366px) {
  .__blog_news .post-list li .list-inner h3 {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .post-list li .list-inner h3 {
    font-size: 4.8vw;
    margin-bottom: 1em;
  }
}
.__blog_news .post-list li .list-inner p {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W4", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__blog_news .post-list li .list-inner p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .post-list li .list-inner p {
    font-size: 4.2666666667vw;
  }
}
.__blog_news .post-list li .list-inner .btn {
  width: 70%;
  height: 40px;
  padding-top: 2px;
  background: #FA6600;
  color: white;
  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;
  margin: 1.5em auto 0;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__blog_news .post-list li .list-inner .btn {
    height: 2.5vw;
    padding-top: 0.1470588235vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .post-list li .list-inner .btn {
    width: 45.3333333333vw;
    height: 8.5333333333vw;
    font-size: 4.2666666667vw;
    margin: 1em auto 0;
  }
}
.__blog_news .post-list li .list-inner .btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  position: relative;
  top: -1px;
}
@media (max-width: 1366px) {
  .__blog_news .post-list li .list-inner .btn::after {
    width: 0.5882352941vw;
    height: 0.5882352941vw;
    margin-left: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .post-list li .list-inner .btn::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-left: 1.3333333333vw;
    top: -0.5px;
  }
}
.__blog_news .post-list li .list-inner .btn:hover {
  opacity: 1;
  background: #333333;
}
.__blog_news .pagenation-area .list, .__blog_news .pagenation-area .page-numbers {
  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;
  margin-top: 45px;
}
@media (max-width: 1366px) {
  .__blog_news .pagenation-area .list, .__blog_news .pagenation-area .page-numbers {
    margin-top: 3.3088235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .pagenation-area .list, .__blog_news .pagenation-area .page-numbers {
    margin-top: 13.3333333333vw;
  }
}
.__blog_news .pagenation-area .list li, .__blog_news .pagenation-area .page-numbers li {
  width: 47px;
  height: 47px;
}
@media (max-width: 1366px) {
  .__blog_news .pagenation-area .list li, .__blog_news .pagenation-area .page-numbers li {
    width: 3.4558823529vw;
    height: 3.4558823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .pagenation-area .list li, .__blog_news .pagenation-area .page-numbers li {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
  }
}
.__blog_news .pagenation-area .list li a, .__blog_news .pagenation-area .list li span, .__blog_news .pagenation-area .page-numbers li a, .__blog_news .pagenation-area .page-numbers li span {
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}
@media (max-width: 1366px) {
  .__blog_news .pagenation-area .list li a, .__blog_news .pagenation-area .list li span, .__blog_news .pagenation-area .page-numbers li a, .__blog_news .pagenation-area .page-numbers li span {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .pagenation-area .list li a, .__blog_news .pagenation-area .list li span, .__blog_news .pagenation-area .page-numbers li a, .__blog_news .pagenation-area .page-numbers li span {
    font-size: 3.7333333333vw;
  }
}
.__blog_news .pagenation-area .list li a:hover, .__blog_news .pagenation-area .list li a.current, .__blog_news .pagenation-area .list li span:hover, .__blog_news .pagenation-area .list li span.current, .__blog_news .pagenation-area .page-numbers li a:hover, .__blog_news .pagenation-area .page-numbers li a.current, .__blog_news .pagenation-area .page-numbers li span:hover, .__blog_news .pagenation-area .page-numbers li span.current {
  background: #333333;
  color: white;
  opacity: 1;
}
.__blog_news .pagenation-area .list li a.prev, .__blog_news .pagenation-area .list li a.next, .__blog_news .pagenation-area .list li span.prev, .__blog_news .pagenation-area .list li span.next, .__blog_news .pagenation-area .page-numbers li a.prev, .__blog_news .pagenation-area .page-numbers li a.next, .__blog_news .pagenation-area .page-numbers li span.prev, .__blog_news .pagenation-area .page-numbers li span.next {
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 3px;
}
@media (max-width: 1366px) {
  .__blog_news .pagenation-area .list li a.prev, .__blog_news .pagenation-area .list li a.next, .__blog_news .pagenation-area .list li span.prev, .__blog_news .pagenation-area .list li span.next, .__blog_news .pagenation-area .page-numbers li a.prev, .__blog_news .pagenation-area .page-numbers li a.next, .__blog_news .pagenation-area .page-numbers li span.prev, .__blog_news .pagenation-area .page-numbers li span.next {
    font-size: 1.3235294118vw;
    padding-bottom: 0.2205882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .pagenation-area .list li a.prev, .__blog_news .pagenation-area .list li a.next, .__blog_news .pagenation-area .list li span.prev, .__blog_news .pagenation-area .list li span.next, .__blog_news .pagenation-area .page-numbers li a.prev, .__blog_news .pagenation-area .page-numbers li a.next, .__blog_news .pagenation-area .page-numbers li span.prev, .__blog_news .pagenation-area .page-numbers li span.next {
    font-size: 4.8vw;
    padding-bottom: 4px;
  }
}
.__blog_news.detail .post-title-area {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1366px) {
  .__blog_news.detail .post-title-area {
    margin-bottom: 2.9411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news.detail .post-title-area {
    margin-bottom: 8vw;
  }
}
.__blog_news.detail .post-title-area .category {
  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;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .__blog_news.detail .post-title-area .category {
    margin-bottom: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news.detail .post-title-area .category {
    margin-bottom: 4vw;
  }
}
.__blog_news.detail .post-title-area .category span {
  font-size: 1.6rem;
  color: #666666;
}
@media (max-width: 1366px) {
  .__blog_news.detail .post-title-area .category span {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news.detail .post-title-area .category span {
    font-size: 3.4666666667vw;
  }
}
.__blog_news.detail .post-title-area .category span:not(:last-child)::after {
  content: "/";
  padding: 0 2px;
  display: inline-block;
}
.__blog_news.detail .post-title-area h2 {
  font-size: 3.2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 991px) {
  .__blog_news.detail .post-title-area h2 {
    font-size: 5.3333333333vw;
  }
}
.__blog_news .blog-post-area img {
  max-width: 100%;
  height: auto;
}
.__blog_news .blog-post-area .eye-catch {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .__blog_news .blog-post-area .eye-catch {
    font-size: 10.6666666667vw;
  }
}
.__blog_news .blog-post-area .post-wrap {
  padding: 0 6.6666666667vw;
}
.__blog_news .blog-post-area p {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 991px) {
  .__blog_news .blog-post-area p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news.detail .site-inner {
    padding: 0;
  }
}
.__blog_news.detail .page-nav {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__blog_news.detail .page-nav {
    margin-top: 16vw;
    padding: 0 6.6666666667vw;
  }
}
.__blog_news.detail .page-nav li a {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: #FA6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .__blog_news.detail .page-nav li a {
    font-size: 4.2666666667vw;
  }
}
.__blog_news.detail .page-nav li a i {
  text-indent: -9999px;
}
.__blog_news.detail .page-nav li a i::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 16px;
  display: block;
}
@media screen and (max-width: 991px) {
  .__blog_news.detail .page-nav li a i::before {
    background-size: 3.7333333333vw auto;
    width: 3.7333333333vw;
    height: 3.2vw;
    position: relative;
  }
}
.__blog_news.detail .page-nav li.prev {
  margin-left: 0;
  margin-right: auto;
}
.__blog_news.detail .page-nav li.prev a i {
  margin-right: 0.5em;
}
.__blog_news.detail .page-nav li.prev a i::before {
  background-image: url(../img/blog_news/arrow.svg);
}
.__blog_news.detail .page-nav li.next {
  margin-right: 0;
  margin-left: auto;
}
.__blog_news.detail .page-nav li.next a i {
  margin-left: 0.5em;
}
.__blog_news.detail .page-nav li.next a i::before {
  background-image: url(../img/blog_news/arrow.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.__blog_news.thanks .content-wrapper {
  padding-top: 90px !important;
  padding-bottom: 0;
}
.__blog_news .entry-wrapper {
  max-width: 787px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper {
    max-width: 100%;
  }
}
.__blog_news .entry-wrapper .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .tbl {
    margin-bottom: 10.6666666667vw;
  }
}
.__blog_news .entry-wrapper .tbl th {
  border: 4px solid white;
  padding: 20px;
  font-size: 1.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  width: 175px;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .tbl th {
    padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    width: 37.3333333333vw;
    vertical-align: top;
  }
}
.__blog_news .entry-wrapper .tbl th .require {
  font-size: 0.8rem;
  background: #DA0000;
  border-radius: 2px;
  color: white;
  padding: 2px 3px;
  line-height: 1;
  margin-left: 5px;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .tbl th .require {
    padding: 0.8vw 0.8vw 0.5333333333vw;
    font-size: 2.1333333333vw;
    margin-left: 1.3333333333vw;
    top: -0.5333333333vw;
  }
}
.__blog_news .entry-wrapper .tbl th small {
  font-size: 85%;
}
.__blog_news .entry-wrapper .tbl td {
  border: 4px solid white;
  padding: 10px;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .tbl td {
    padding: 2.6666666667vw 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
.__blog_news .entry-wrapper .tbl td .select-wrap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .tbl td .select-wrap {
    width: 100%;
  }
}
.__blog_news .entry-wrapper .tbl td .select-wrap::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .tbl td .select-wrap::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 4vw;
    margin-top: -1.3333333333vw;
  }
}
.__blog_news .entry-wrapper .tbl tr {
  background: #F9F1E5;
}
.__blog_news .entry-wrapper .tbl tr:nth-child(even) {
  background: #EEECEB;
}
.__blog_news .entry-wrapper input, .__blog_news .entry-wrapper textarea, .__blog_news .entry-wrapper select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  background: white;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper input, .__blog_news .entry-wrapper textarea, .__blog_news .entry-wrapper select {
    border-radius: 0.8vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper textarea {
    height: 30.6666666667vw;
  }
}
.__blog_news .entry-wrapper .file-wrap label {
  color: #FA6600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
.__blog_news .entry-wrapper .file-wrap label::before {
  content: "";
  background-image: url(../img/entry/icon.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .file-wrap label::before {
    background-size: 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
    display: inline-block;
    margin-right: 0.5333333333vw;
  }
}
.__blog_news .entry-wrapper .file-wrap .select-image {
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .file-wrap .select-image {
    font-size: 3.2vw;
  }
}
.__blog_news .entry-wrapper .file-wrap label:hover {
  opacity: 0.8;
}
.__blog_news .entry-wrapper .file-wrap input[type=file] {
  display: none;
}
.__blog_news .entry-wrapper .note {
  font-size: 1.2rem;
  margin-top: 5px;
}
.__blog_news .entry-wrapper .submit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .submit-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__blog_news .entry-wrapper .submit-area .submit-btn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  max-width: 310px;
}
.__blog_news .entry-wrapper .submit-area .submit-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 29px;
  right: 40px;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .submit-area .submit-btn::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 10.6666666667vw;
    top: 7.4666666667vw;
  }
}
.__blog_news .entry-wrapper .submit-area .submit-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  background: #FA6600;
  width: 310px;
  height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .submit-area .submit-btn input {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 992px) {
  .__blog_news .entry-wrapper .submit-area .submit-btn input:hover {
    background: #333333;
  }
}
.__blog_news .entry-wrapper .submit-area .submit-btn input:disabled {
  background: #ACACAC;
  cursor: default;
  cursor: not-allowed;
}
.__blog_news .entry-wrapper .submit-area .submit-btn .confirm_txt {
  color: red;
  margin-top: 10px;
  font-size: 1.2rem;
}
.__blog_news .entry-wrapper .submit-area .resset-btn {
  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;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .submit-area .resset-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2.6666666667vw;
  }
}
.__blog_news .entry-wrapper .submit-area .resset-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -6px;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .submit-area .resset-btn::after {
    width: 3.2vw;
    height: 3.2vw;
    left: 10.6666666667vw;
    margin-top: -1.4666666667vw;
  }
}
.__blog_news .entry-wrapper .submit-area .resset-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  background: #ACACAC;
  width: 310px;
  height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .submit-area .resset-btn input {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 992px) {
  .__blog_news .entry-wrapper .submit-area .resset-btn input:hover {
    background: #666666;
  }
}
.__blog_news .entry-wrapper .submit-area.flex {
  max-width: 640px;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__blog_news .entry-wrapper .submit-area.flex {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.__about.archive {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .__about.archive {
    padding-bottom: 7.3529411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__about.archive {
    padding-bottom: 21.3333333333vw;
  }
}
.__about .sec-intro {
  background: #EEECEB;
  padding-bottom: 50px;
}
@media (max-width: 1366px) {
  .__about .sec-intro {
    padding-bottom: 3.6764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-intro {
    padding-bottom: 16vw;
  }
}
.__about .sec-intro figure {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__about .sec-intro figure.active {
  opacity: 1;
}
.__about .sec-intro figure img[src*="intro/main.webp"] {
  width: 944px;
  height: auto;
  display: block;
  text-align: center;
  margin: auto;
}
@media (max-width: 1366px) {
  .__about .sec-intro figure img[src*="intro/main.webp"] {
    width: 69.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-intro figure img[src*="intro/main.webp"] {
    width: 100%;
  }
}
.__about .sec-intro figure img[src*="intro/quolity.webp"] {
  width: 397px;
  height: auto;
  display: block;
  text-align: center;
  margin: auto;
}
@media (max-width: 1366px) {
  .__about .sec-intro figure img[src*="intro/quolity.webp"] {
    width: 29.1911764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-intro figure img[src*="intro/quolity.webp"] {
    width: 88.2666666667vw;
  }
}
.__about .sec-intro figure figcaption {
  font-size: 1.6rem;
  max-width: 700px;
  margin: 50px auto;
  color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1366px) {
  .__about .sec-intro figure figcaption {
    font-size: 1.1764705882vw;
    margin: 3.6764705882vw auto;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-intro figure figcaption {
    margin: 0;
    max-width: 100%;
    padding: 9.3333333333vw 5.3333333333vw 13.3333333333vw;
    line-height: 1.6;
    font-size: 4.2666666667vw;
  }
}
.__about .page-ttl {
  font-size: 3.2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .__about .page-ttl {
    font-size: 2.3529411765vw;
    margin-bottom: 3.6764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .page-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.__about .page-ttl::after {
  content: "";
  width: 37px;
  height: 2px;
  background: #FA6600;
  display: block;
  margin: 15px auto 0;
}
@media (max-width: 1366px) {
  .__about .page-ttl::after {
    width: 2.7205882353vw;
    height: 0.1470588235vw;
    margin: 1.1029411765vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__about .page-ttl::after {
    width: 9.8666666667vw;
    margin: 3.4666666667vw auto 0;
  }
}
.__about .sec-greeting {
  padding: 115px 0;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__about .sec-greeting.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__about .sec-greeting {
    padding: 8.4558823529vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-greeting {
    padding: 9.3333333333vw 0;
  }
}
.__about .sec-greeting .fig {
  text-align: center;
}
.__about .sec-greeting .fig img {
  width: 944px;
  height: auto;
}
@media (max-width: 1366px) {
  .__about .sec-greeting .fig img {
    width: 69.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-greeting .fig img {
    width: 100%;
  }
}
.__about .sec-greeting .message {
  max-width: 944px;
  margin: auto;
  background: #EEECEB;
  padding: 30px;
}
@media (max-width: 1366px) {
  .__about .sec-greeting .message {
    max-width: 69.4117647059vw;
    padding: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-greeting .message {
    max-width: 100%;
    padding: 2.6666666667vw;
  }
}
.__about .sec-greeting .message img {
  width: 100%;
  height: auto;
}
.__about .sec-staff .staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .staff-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6.6666666667vw;
  }
}
.__about .sec-staff .staff-list li {
  width: 22%;
  margin: 0 4% 4% 0;
  background: #EEECEB;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 0 0 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  /*
  			&::before{
  			content: "";
  			width: 86px;
  			height: 46px;
  			background: $orange;
  			position: absolute;
  			left: -37px;
  			top: -37px;
  			transform: rotate(-45deg);
  			display: block;	

  				@media (max-width: 1366px) {
  				width:vw(86);
  				height: vw(46);
  				left:vw(-37);
  				top: vw(-37);
  				}

  				@include bp{
  				width: vw-sp(77);
  				height: vw-sp(43);
  				left: vw-sp(-37);
  				top: vw-sp(-37);
  				}

  			}
  */
}
@media (max-width: 1366px) {
  .__about .sec-staff .staff-list li {
    padding: 1.3235294118vw;
    border-radius: 0.2941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .staff-list li {
    width: 49%;
    margin: 0 0 2%;
    padding: 4vw 3.4666666667vw;
  }
}
.__about .sec-staff .staff-list li:nth-child(4n) {
  margin-right: 0;
}
.__about .sec-staff .staff-list li .thumb {
  width: 100%;
  height: 160px;
  border: 2px solid white;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .__about .sec-staff .staff-list li .thumb {
    height: 11.7647058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .staff-list li .thumb {
    width: 100%;
    height: 32vw;
  }
}
.__about .sec-staff .staff-list li .thumb img {
  width: 100%;
  height: auto;
  /*
  					@include bp{
  					position: absolute;
  					top: 0;
  					left: 50%;
  					transform: translateX(-50%);
  					}
  */
}
.__about .sec-staff .staff-list li .title {
  font-size: 1.3rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin: 8px 0;
  padding: 0 10px;
}
@media (max-width: 1366px) {
  .__about .sec-staff .staff-list li .title {
    font-size: 0.9558823529vw;
    margin: 0.5882352941vw 0;
    padding: 0 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .staff-list li .title {
    font-size: 3.2vw;
    margin: 1.3333333333vw 0;
    padding: 0;
  }
}
.__about .sec-staff .staff-list li .name {
  font-size: 1.4rem;
  padding-bottom: 8px;
  text-align: center;
  margin-top: auto;
  width: 100%;
}
@media (max-width: 1366px) {
  .__about .sec-staff .staff-list li .name {
    font-size: 1.0294117647vw;
    padding-bottom: 0.5882352941vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .staff-list li .name {
    font-size: 3.7333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
.__about .sec-staff .staff-list li .profile {
  background: #FA6600;
  width: 125px;
  height: 23px;
  padding-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin: auto auto 0;
}
@media (max-width: 1366px) {
  .__about .sec-staff .staff-list li .profile {
    font-size: 0.7352941176vw;
    width: 9.1911764706vw;
    height: 1.6911764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .staff-list li .profile {
    width: 29.3333333333vw;
    height: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 992px) {
  .__about .sec-staff .staff-list li .profile:hover {
    opacity: 1;
    background: #333333;
  }
}
.__about .sec-staff .staff-list.active li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.__about .sec-staff .staff-list-wrap {
  position: relative;
  max-width: 944px;
  margin: auto;
  /*
  		&::after{
  		content: "";
  		background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));	
  		width: 100%;
  		height: 80px;
  		position: absolute;
  		z-index: 1;
  		left: 0;
  		bottom: 0;
  		pointer-events: none;

  			@media (max-width: 1366px) {
  			height: vw(80);
  			}

  		}

  		&.on{
  		max-height: inherit;

  			&::after{
  			content: none;	
  			}	

  		}
  */
}
@media (max-width: 1366px) {
  .__about .sec-staff .staff-list-wrap {
    max-width: 69.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .staff-list-wrap {
    max-width: 100%;
  }
}
.__about .sec-staff .staff-list-wrap.archive {
  max-height: inherit;
}
.__about .sec-staff .staff-list-wrap.archive::after {
  content: none;
}
.__about .sec-staff .more {
  margin: 30px 0 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media (max-width: 1366px) {
  .__about .sec-staff .more {
    margin: 2.2058823529vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .more {
    margin: 8vw 0 0;
  }
}
.__about .sec-staff .more span {
  font-size: 1.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: #FA6600;
  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;
}
@media (max-width: 1366px) {
  .__about .sec-staff .more span {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .more span {
    font-size: 3.7333333333vw;
  }
}
.__about .sec-staff .more span::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #FA6600;
  margin-right: 5px;
  display: block;
}
@media (max-width: 1366px) {
  .__about .sec-staff .more span::before {
    width: 2.9411764706vw;
    margin-right: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .more span::before {
    width: 10.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.__about .sec-staff .more span::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #FA6600;
  margin-left: 5px;
  display: block;
}
@media (max-width: 1366px) {
  .__about .sec-staff .more span::after {
    width: 2.9411764706vw;
    margin-left: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .more span::after {
    width: 10.6666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.__about .sec-staff .more.on {
  display: none;
}
.__about .sec-staff .recruit-btn {
  width: 416px;
  height: 70px;
  margin: 50px auto 0;
}
@media (max-width: 1366px) {
  .__about .sec-staff .recruit-btn {
    width: 30.5882352941vw;
    height: 5.1470588235vw;
    margin: 3.6764705882vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .recruit-btn {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    margin: 13.3333333333vw auto 0;
  }
}
.__about .sec-staff .recruit-btn a {
  width: 100%;
  height: 100%;
  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;
  background: #FA6600;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .__about .sec-staff .recruit-btn a:hover {
    opacity: 1;
    background: #333333;
  }
}
.__about .sec-staff .recruit-btn a span {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: white;
  text-align: center;
  display: block;
}
@media (max-width: 1366px) {
  .__about .sec-staff .recruit-btn a span {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .recruit-btn a span {
    font-size: 4.2666666667vw;
  }
}
.__about .sec-staff .recruit-btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .__about .sec-staff .recruit-btn a::after {
    width: 0.7352941176vw;
    height: 0.7352941176vw;
    margin-left: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-staff .recruit-btn a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 4vw;
  }
}
.__about .sec-works {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .__about .sec-works {
    margin-top: 7.3529411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-works {
    margin-top: 22.6666666667vw;
  }
}
.__about .sec-works::before {
  content: "";
  width: 50%;
  background-image: url(../img/about/works/bg.png);
  background-color: #EEECEB;
  background-size: 100% auto;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.__about .sec-works .inner {
  max-width: 1047px;
  background-image: url(../img/about/works/bg.png);
  background-color: #EEECEB;
  background-size: 100% auto;
  border-radius: 0 40px 0 0;
  padding: 105px 130px;
  margin: auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 1366px) {
  .__about .sec-works .inner {
    max-width: 76.9852941176vw;
    border-radius: 0 2.9411764706vw 0 0;
    padding: 7.7205882353vw 9.5588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-works .inner {
    max-width: 100%;
    border-radius: 0 60px 0 0;
    padding: 22.6666666667vw 6.6666666667vw;
  }
}
.__about .sec-works .list {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__about .sec-works .list.active {
  opacity: 1;
}
.__about .sec-works .list li + li {
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .__about .sec-works .list li + li {
    margin-top: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-works .list li + li {
    margin-top: 2.6666666667vw;
  }
}
.__about .sec-works .list li a, .__about .sec-works .list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  position: relative;
  height: 100%;
}
.__about .sec-works .list li a::before, .__about .sec-works .list li span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
@media (max-width: 1366px) {
  .__about .sec-works .list li a::before, .__about .sec-works .list li span::before {
    width: 0.5882352941vw;
    height: 0.5882352941vw;
    right: 1.4705882353vw;
    margin-top: -0.2941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-works .list li a::before, .__about .sec-works .list li span::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 5.3333333333vw;
    margin-top: -1.0666666667vw;
  }
}
.__about .sec-works .list li a time, .__about .sec-works .list li span time {
  background: #FA6600;
  display: block;
  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;
  width: 105px;
  height: 100%;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1366px) {
  .__about .sec-works .list li a time, .__about .sec-works .list li span time {
    width: 7.7205882353vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-works .list li a time, .__about .sec-works .list li span time {
    width: 21.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.__about .sec-works .list li a time::after, .__about .sec-works .list li span time::after {
  content: "";
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(45deg, #FA6600);
  background: #FA6600;
  position: absolute;
  right: -20px;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
}
@media (max-width: 1366px) {
  .__about .sec-works .list li a time::after, .__about .sec-works .list li span time::after {
    right: -1.4705882353vw;
    width: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-works .list li a time::after, .__about .sec-works .list li span time::after {
    right: -4vw;
    width: 4vw;
  }
}
.__about .sec-works .list li a p, .__about .sec-works .list li span p {
  padding: 20px 40px 20px 140px;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__about .sec-works .list li a p, .__about .sec-works .list li span p {
    padding: 1.4705882353vw 2.9411764706vw 1.4705882353vw 10.2941176471vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-works .list li a p, .__about .sec-works .list li span p {
    padding: 3.2vw 2.6666666667vw 3.2vw 28vw;
    font-size: 3.7333333333vw;
  }
}
.__about .sec-works .list li span::before {
  content: none;
}
.__about .bg-gray {
  padding: 100px 0;
  background: #333333;
}
@media (max-width: 1366px) {
  .__about .bg-gray {
    padding: 7.3529411765vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__about .bg-gray {
    padding: 22.6666666667vw 6.6666666667vw;
  }
}
.__about .sec-company {
  max-width: 787px;
  margin: 0 auto;
  color: white;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__about .sec-company.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__about .sec-company {
    max-width: 57.8676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-company {
    max-width: 100%;
    padding: 0 4vw;
  }
}
.__about .sec-company .tbl {
  width: 100%;
  border-collapse: collapse;
}
.__about .sec-company .tbl tr {
  border-bottom: 1px dotted #EEECEB;
}
.__about .sec-company .tbl tr:last-child {
  border: 0;
}
.__about .sec-company .tbl th {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 175px;
}
@media (max-width: 1366px) {
  .__about .sec-company .tbl th {
    font-size: 1.1764705882vw;
    padding-top: 0.8823529412vw;
    padding-bottom: 0.8823529412vw;
    width: 12.8676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-company .tbl th {
    font-size: 3.7333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    width: 22.6666666667vw;
  }
}
.__about .sec-company .tbl td {
  font-size: 1.6rem;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #EEECEB;
}
@media (max-width: 1366px) {
  .__about .sec-company .tbl td {
    font-size: 1.1764705882vw;
    padding-top: 0.8823529412vw;
    padding-bottom: 0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-company .tbl td {
    font-size: 3.7333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.__about .sec-history {
  max-width: 787px;
  margin: 110px auto 0;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__about .sec-history.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__about .sec-history {
    max-width: 57.8676470588vw;
    margin: 8.0882352941vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-history {
    max-width: 100%;
    margin: 25.3333333333vw auto 0;
  }
}
.__about .sec-history .page-ttl {
  color: white;
}
.__about .sec-history .wrap {
  background: white;
  border-radius: 10px;
  padding: 35px;
}
@media (max-width: 1366px) {
  .__about .sec-history .wrap {
    border-radius: 0.7352941176vw;
    padding: 2.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-history .wrap {
    border-radius: 2.6666666667vw;
    padding: 8vw;
  }
}
.__about .sec-history .wrap .list {
  position: relative;
}
.__about .sec-history .wrap .list::before {
  content: "";
  display: block;
  width: 1px;
  height: 98%;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #AD4C0B;
}
@media (max-width: 1366px) {
  .__about .sec-history .wrap .list::before {
    left: 0.2205882353vw;
  }
}
.__about .sec-history .wrap .list li {
  margin-bottom: 30px;
  padding-left: 15px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1366px) {
  .__about .sec-history .wrap .list li {
    margin-bottom: 2.2058823529vw;
    padding-left: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-history .wrap .list li {
    margin-bottom: 8vw;
    padding-left: 4vw;
  }
}
.__about .sec-history .wrap .list li:last-child {
  margin-bottom: 0;
}
.__about .sec-history .wrap .list li.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.__about .sec-history .wrap .list li h3 {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: #AD4C0B;
}
@media (max-width: 1366px) {
  .__about .sec-history .wrap .list li h3 {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-history .wrap .list li h3 {
    font-size: 3.7333333333vw;
  }
}
.__about .sec-history .wrap .list li .year {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: #AD4C0B;
  margin-bottom: 4px;
}
@media (max-width: 1366px) {
  .__about .sec-history .wrap .list li .year {
    font-size: 1.3235294118vw;
    margin-bottom: 0.2941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-history .wrap .list li .year {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.__about .sec-history .wrap .list li .txt {
  font-size: 1.6rem;
}
@media (max-width: 1366px) {
  .__about .sec-history .wrap .list li .txt {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-history .wrap .list li .txt {
    font-size: 3.7333333333vw;
  }
}
.__about .sec-history .wrap .list li .fig {
  margin-top: 0.5em;
}
.__about .sec-history .wrap .list li .fig img {
  max-width: 100%;
  height: auto;
}
.__about .sec-history .wrap .list li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: white;
  border: 2px solid #AD4C0B;
  position: absolute;
  left: -3px;
  top: 23px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1366px) {
  .__about .sec-history .wrap .list li::before {
    width: 0.8823529412vw;
    height: 0.8823529412vw;
    left: -0.2205882353vw;
    top: 1.6911764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-history .wrap .list li::before {
    width: 3.2vw;
    height: 3.2vw;
    left: -1.3333333333vw;
    top: 5.3333333333vw;
  }
}
.__about .sec-history .wrap .list li::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #AD4C0B;
  position: absolute;
  left: 0px;
  top: 29px;
  z-index: 0;
}
@media (max-width: 1366px) {
  .__about .sec-history .wrap .list li::after {
    top: 2.1323529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-history .wrap .list li::after {
    top: 6.9333333333vw;
  }
}
.__about .sec-history .wrap .list li.current::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #AD4C0B;
  border: 2px solid #AD4C0B;
  position: absolute;
  left: -5px;
  top: 6px;
}
@media (max-width: 1366px) {
  .__about .sec-history .wrap .list li.current::before {
    width: 1.1764705882vw;
    height: 1.1764705882vw;
    left: -0.3676470588vw;
    top: 0.4411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-history .wrap .list li.current::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    left: -1.6vw;
    top: 0.8vw;
  }
}
.__about .sec-history .wrap .list li.current::after {
  content: none;
}
.__about .sec-history .wrap .list li.current.last::before {
  top: 6px;
}
@media (max-width: 1366px) {
  .__about .sec-history .wrap .list li.current.last::before {
    top: 0.4411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__about .sec-history .wrap .list li.current.last::before {
    top: 0.8vw;
  }
}

.__achievements .post-wrapper {
  max-width: 787px;
  margin: auto;
}
@media (max-width: 1366px) {
  .__achievements .post-wrapper {
    max-width: 57.8676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__achievements .post-wrapper {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.__achievements .post-wrapper h2 {
  font-size: 2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: white;
  background: #FA6600;
  text-align: center;
  padding: 20px;
}
@media (max-width: 1366px) {
  .__achievements .post-wrapper h2 {
    font-size: 1.4705882353vw;
    padding: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__achievements .post-wrapper h2 {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw;
  }
}
.__achievements .post-wrapper .eye-catch img {
  width: 100%;
  height: auto;
}
.__achievements .post-wrapper .post-area {
  padding: 40px 0;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
}
@media (max-width: 1366px) {
  .__achievements .post-wrapper .post-area {
    padding: 2.9411764706vw 0;
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__achievements .post-wrapper .post-area {
    font-size: 3.7333333333vw;
    padding: 8vw 0;
  }
}
.__achievements .post-wrapper .post-area img {
  max-width: 100%;
  height: auto;
}
.__achievements .post-wrapper .back {
  text-align: center;
}
.__achievements .post-wrapper .back a {
  font-size: 1.6rem;
  color: #FA6600;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: underline;
}
@media (max-width: 1366px) {
  .__achievements .post-wrapper .back a {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__achievements .post-wrapper .back a {
    font-size: 3.2vw;
  }
}

.__staff .profile-area {
  max-width: 1055px;
  margin: auto;
  background: #EEECEB;
  border-radius: 4px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .__staff .profile-area {
    max-width: 77.5735294118vw;
    padding: 4.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .profile-area {
    padding: 10.6666666667vw 4vw;
    max-width: 100%;
    margin: 0 6.6666666667vw;
  }
}
.__staff .profile-area::before {
  content: "";
  width: 86px;
  height: 46px;
  background: #FA6600;
  position: absolute;
  left: -37px;
  top: -37px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
}
@media (max-width: 1366px) {
  .__staff .profile-area::before {
    width: 6.3235294118vw;
    height: 3.3823529412vw;
    left: -2.7205882353vw;
    top: -2.7205882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .profile-area::before {
    width: 20.5333333333vw;
    height: 11.4666666667vw;
    left: -8.5333333333vw;
    top: -8.5333333333vw;
  }
}
.__staff .profile-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__staff .profile-area .row .thumb {
  width: 213px;
}
@media (max-width: 1366px) {
  .__staff .profile-area .row .thumb {
    width: 15.6617647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .profile-area .row .thumb {
    width: 34%;
  }
}
.__staff .profile-area .row .thumb img {
  width: 100%;
  height: auto;
}
.__staff .profile-area .row .detail-area {
  width: 683px;
}
@media (max-width: 1366px) {
  .__staff .profile-area .row .detail-area {
    width: 50.2205882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .profile-area .row .detail-area {
    width: 60%;
  }
}
.__staff .profile-area .row .detail-area .name-area .post {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  border-bottom: 1px solid #FA6600;
  padding-bottom: 5px;
  color: #333333;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .__staff .profile-area .row .detail-area .name-area .post {
    font-size: 1.3235294118vw;
    padding-bottom: 0.3676470588vw;
    margin-bottom: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .profile-area .row .detail-area .name-area .post {
    font-size: 3.2vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.__staff .profile-area .row .detail-area .name-area .name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .__staff .profile-area .row .detail-area .name-area .name-block {
    margin-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .profile-area .row .detail-area .name-area .name-block {
    display: block;
  }
}
.__staff .profile-area .row .detail-area .name-area .name-block .name {
  margin-right: 100px;
  font-size: 2.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
}
@media (max-width: 1366px) {
  .__staff .profile-area .row .detail-area .name-area .name-block .name {
    margin-right: 7.3529411765vw;
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .profile-area .row .detail-area .name-area .name-block .name {
    font-size: 3.7333333333vw;
    margin: 0 0 2.6666666667vw;
    display: block;
  }
}
.__staff .profile-area .row .detail-area .name-area .name-block .day {
  font-size: 1.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
}
@media (max-width: 1366px) {
  .__staff .profile-area .row .detail-area .name-area .name-block .day {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .profile-area .row .detail-area .name-area .name-block .day {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
.__staff .profile-area .row .detail-area .name-area .name-block .day::before {
  content: "入社年月日";
  background: #FA6600;
  color: white;
  padding: 2px 5px;
  font-size: 1.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-right: 14px;
}
@media (max-width: 1366px) {
  .__staff .profile-area .row .detail-area .name-area .name-block .day::before {
    padding: 0.1470588235vw 0.3676470588vw;
    font-size: 1.0294117647vw;
    margin-right: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .profile-area .row .detail-area .name-area .name-block .day::before {
    font-size: 3.2vw;
    padding: 1.0666666667vw 0;
    margin-bottom: 1.6vw;
    display: block;
    width: 19.7333333333vw;
    text-align: center;
    line-height: 1;
  }
}
.__staff .profile-area .row .detail-area .name-area .txt-area {
  background: white;
  position: relative;
  padding: 30px;
  border-radius: 10px;
  color: #333333;
}
@media (max-width: 1366px) {
  .__staff .profile-area .row .detail-area .name-area .txt-area {
    padding: 2.2058823529vw;
    border-radius: 0.7352941176vw;
  }
}
.__staff .profile-area .row .detail-area .name-area .txt-area::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 12px 9.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -12px;
  top: 23px;
}
@media (max-width: 1366px) {
  .__staff .profile-area .row .detail-area .name-area .txt-area::before {
    border-width: 0.6985294118vw 0.8823529412vw 0.6985294118vw 0;
    left: -0.8823529412vw;
    top: 1.6911764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .profile-area .sp-txt-area {
    background: white;
    position: relative;
    padding: 9.3333333333vw 4.8vw;
    border-radius: 3.7333333333vw;
    color: #333333;
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .__staff .profile-area .sp-txt-area::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2.5333333333vw 3.2vw 2.5333333333vw;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 10.6666666667vw;
    top: -2.6666666667vw;
  }
}
.__staff .sec-boom {
  max-width: 1055px;
  margin: 30px auto 0;
  background: #EEECEB;
  border-radius: 4px;
  padding-bottom: 30px;
}
@media (max-width: 1366px) {
  .__staff .sec-boom {
    max-width: 77.5735294118vw;
    margin: 2.2058823529vw auto 0;
    border-radius: 0.2941176471vw;
    padding-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .sec-boom {
    max-width: 100%;
    margin: 9.3333333333vw 6.6666666667vw 0;
    border-radius: 1.0666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
.__staff .sec-boom h2 {
  font-size: 2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  background: #FA6600;
  color: white;
  padding: 20px;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 1366px) {
  .__staff .sec-boom h2 {
    font-size: 1.4705882353vw;
    padding: 1.4705882353vw;
    border-radius: 0.2941176471vw 0.2941176471vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .__staff .sec-boom h2 {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  }
}
.__staff .sec-boom .wrap {
  margin: 30px 60px 0;
  border-radius: 4px;
  padding: 30px;
  background: white;
}
@media (max-width: 1366px) {
  .__staff .sec-boom .wrap {
    margin: 2.2058823529vw 4.4117647059vw 0;
    border-radius: 0.2941176471vw;
    padding: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .sec-boom .wrap {
    margin: 4vw 3.2vw 0;
    border-radius: 1.0666666667vw;
    padding: 6.6666666667vw 3.2vw;
  }
}
.__staff .sec-boom .wrap p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 1.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
}
@media (max-width: 1366px) {
  .__staff .sec-boom .wrap p {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .sec-boom .wrap p {
    font-size: 3.2vw;
  }
}
.__staff .sec-picture {
  position: relative;
  background: #F9F1E5;
  padding-bottom: 90px;
  padding-top: 45px;
  margin-top: 70px;
}
@media (max-width: 1366px) {
  .__staff .sec-picture {
    padding-bottom: 6.6176470588vw;
    padding-top: 3.3088235294vw;
    margin-top: 5.1470588235vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .sec-picture {
    padding-bottom: 22.6666666667vw;
    padding-top: 18.6666666667vw;
    margin-top: 17.3333333333vw;
  }
}
.__staff .sec-picture::before {
  content: "";
  background-image: url(../img/achievements/wave.svg);
  background-repeat: repeat-x;
  background-size: 375px auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: -15px;
  display: block;
  width: 100%;
}
@media (max-width: 1366px) {
  .__staff .sec-picture::before {
    background-size: 27.5735294118vw auto;
    top: -1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .sec-picture::before {
    background-size: 100vw auto;
  }
}
.__staff .sec-picture .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1055px;
  margin: auto;
}
@media (max-width: 1366px) {
  .__staff .sec-picture .list {
    max-width: 77.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .sec-picture .list {
    max-width: 100%;
    display: block;
    padding: 0 6.6666666667vw;
  }
}
.__staff .sec-picture .list li {
  width: 24%;
  background: white;
  padding: 10px;
  margin-right: 1%;
  -webkit-box-shadow: 2px 2px 6px -7px #000;
          box-shadow: 2px 2px 6px -7px #000;
}
@media (max-width: 1366px) {
  .__staff .sec-picture .list li {
    padding: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .sec-picture .list li {
    width: 100%;
    padding: 4.5333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  .__staff .sec-picture .list li:last-child {
    margin-bottom: 0;
  }
}
.__staff .sec-picture .list li .fig {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .__staff .sec-picture .list li .fig {
    margin-bottom: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .sec-picture .list li .fig {
    margin: 0 0 4.5333333333vw;
  }
}
.__staff .sec-picture .list li .fig img {
  width: 100%;
  height: auto;
}
.__staff .sec-picture .list li p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 1366px) {
  .__staff .sec-picture .list li p {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__staff .sec-picture .list li p {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 991px) {
  .__works .site-inner {
    padding: 0 !important;
  }
}
.__works .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;
  max-width: 1055px;
  margin: auto;
}
@media (max-width: 1366px) {
  .__works .list {
    max-width: 77.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__works .list {
    max-width: 100%;
    display: block;
  }
}
.__works .list li {
  width: 49%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .__works .list li {
    width: 100%;
    margin-bottom: 1.8666666667vw;
  }
  .__works .list li:last-child {
    margin-bottom: 0;
  }
}
.__works .list li::before {
  content: "";
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.__works .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
}
.__works .list li a .fig {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.__works .list li a .fig img {
  width: 100%;
  height: auto;
}
.__works .list li a .txt-area {
  text-align: center;
  width: 50%;
}
.__works .list li a .txt-area h3 {
  font-size: 2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: white;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .__works .list li a .txt-area h3 {
    font-size: 1.4705882353vw;
    margin-bottom: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__works .list li a .txt-area h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.__works .list li a .txt-area i {
  width: 20px;
  margin: auto;
  display: block;
}
@media (max-width: 1366px) {
  .__works .list li a .txt-area i {
    width: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__works .list li a .txt-area i {
    width: 5.3333333333vw;
  }
}
.__works .list li a .txt-area i img {
  width: 100%;
  height: auto;
}
.__works .list.active li::before {
  left: 100%;
}
.__works .list.active li a .fig::before {
  left: 100%;
}
.__works .list.active li:nth-child(2)::before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.__works .list.active li:nth-child(3)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.__works .list.active li:nth-child(4)::before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.__works .list.active li:nth-child(5)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.__works .list.active li:nth-child(6)::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.__works.new .new-wrap {
  max-width: 767px;
  margin: auto;
}
@media (max-width: 1366px) {
  .__works.new .new-wrap {
    max-width: 204.5333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__works.new .new-wrap {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.__works.new .new-wrap h2 {
  text-align: center;
  font-size: 2.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__works.new .new-wrap h2 {
    font-size: 2.0588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__works.new .new-wrap h2 {
    font-size: 4.8vw;
  }
}
.__works.new .new-wrap h2 span {
  color: #FA6600;
}
.__works.new .new-wrap .fig {
  text-align: center;
  max-width: 430px;
  margin: 50px auto;
}
@media (max-width: 1366px) {
  .__works.new .new-wrap .fig {
    max-width: 31.6176470588vw;
    margin: 3.6764705882vw auto;
  }
}
@media screen and (max-width: 991px) {
  .__works.new .new-wrap .fig {
    max-width: 100%;
    width: 57.3333333333vw;
    margin: 8vw auto;
  }
}
.__works.new .new-wrap .fig img {
  width: 100%;
  height: auto;
}
.__works.new .new-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .__works.new .new-wrap .btn-wrap {
    margin-bottom: 3.6764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__works.new .new-wrap .btn-wrap {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.__works.new .new-wrap .btn-wrap .btn {
  width: 340px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin: 0 20px;
  background: #FA6600;
}
@media (max-width: 1366px) {
  .__works.new .new-wrap .btn-wrap .btn {
    max-width: 25vw;
    height: 5.1470588235vw;
    font-size: 1.1764705882vw;
    margin: 0 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__works.new .new-wrap .btn-wrap .btn {
    max-width: 100%;
    width: 100%;
    height: 18.6666666667vw;
    font-size: 3.7333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
.__works.new .new-wrap .txt {
  color: #333333;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 1366px) {
  .__works.new .new-wrap .txt {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__works.new .new-wrap .txt {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}

.__trade {
  /*デフォルトのサンクスメッセージを非表示*/
}
.__trade .kv-area {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .__trade .kv-area {
    margin-bottom: 5.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 18.6666666667vw;
  }
}
.__trade .kv-area .kv {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .__trade .kv-area .kv {
    margin-bottom: 3.6764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area .kv {
    margin: 0 0 6.6666666667vw;
  }
}
.__trade .kv-area .txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 1366px) {
  .__trade .kv-area .txt {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area .txt {
    font-size: 4.2666666667vw;
    padding: 0 6.6666666667vw;
  }
}
.__trade .kv-area .txt .orange {
  color: #FA6600;
}
.__trade .kv-area .balloon {
  background: #666666;
  width: 530px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  text-align: center;
  position: relative;
  margin: 30px auto;
}
@media (max-width: 1366px) {
  .__trade .kv-area .balloon {
    width: 38.9705882353vw;
    border-radius: 1.7647058824vw;
    padding: 1.4705882353vw;
    margin: 2.2058823529vw auto;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area .balloon {
    width: auto;
    border-radius: 6.4vw;
    padding: 4vw;
    margin: 10.6666666667vw 8vw 5.3333333333vw;
  }
}
.__trade .kv-area .balloon p {
  font-size: 1.6rem;
  color: white;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 1366px) {
  .__trade .kv-area .balloon p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area .balloon p {
    font-size: 3.7333333333vw;
  }
}
.__trade .kv-area .balloon p span {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .__trade .kv-area .balloon p span {
    font-size: 1.3235294118vw;
    margin-bottom: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area .balloon p span {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.__trade .kv-area .balloon p span.yellow {
  color: #FFF387;
}
.__trade .kv-area .balloon::after {
  content: "";
  background-image: url(../img/trade/intro/deco.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 21px;
  position: absolute;
  left: 75px;
  bottom: -12px;
  display: block;
}
@media (max-width: 1366px) {
  .__trade .kv-area .balloon::after {
    background-size: 2.9411764706vw auto;
    width: 2.9411764706vw;
    height: 1.5441176471vw;
    left: 5.5147058824vw;
    bottom: -0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area .balloon::after {
    background-size: 10.6666666667vw auto;
    width: 10.6666666667vw;
    height: 11.2vw;
    left: 16.8vw;
    bottom: -9.6vw;
  }
}
.__trade .kv-area .btn {
  width: 372px;
  margin: 20px auto;
}
@media (max-width: 1366px) {
  .__trade .kv-area .btn {
    width: 27.3529411765vw;
    margin: 1.4705882353vw auto;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area .btn {
    width: auto;
    margin: 5.3333333333vw 8vw;
  }
}
.__trade .kv-area .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  background: #0036AB;
  color: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
}
@media (max-width: 1366px) {
  .__trade .kv-area .btn a {
    height: 4.7058823529vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area .btn a {
    height: 17.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.__trade .kv-area .btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 15px;
  line-height: 1;
  position: relative;
  top: -3px;
}
@media (max-width: 1366px) {
  .__trade .kv-area .btn a::after {
    width: 0.8823529412vw;
    height: 0.8823529412vw;
    margin-left: 1.1029411765vw;
    top: -0.2205882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area .btn a::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin-left: 3.2vw;
    top: -0.8vw;
  }
}
.__trade .kv-area .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  text-align: left;
  color: #666666;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1366px) {
  .__trade .kv-area .note {
    font-size: 0.9558823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .kv-area .note {
    font-size: 2.6666666667vw;
  }
}
.__trade .sec-reason {
  background: #F9F1E5;
  border-radius: 10px;
  padding: 55px 40px;
}
@media (max-width: 1366px) {
  .__trade .sec-reason {
    border-radius: 0.7352941176vw;
    padding: 4.0441176471vw 2.9411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-reason {
    border-radius: 2.6666666667vw;
    padding: 9.3333333333vw 4vw;
  }
}
.__trade .sec-reason h3 {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .__trade .sec-reason h3 {
    font-size: 1.3235294118vw;
    margin-bottom: 2.9411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-reason h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
    text-align: left;
  }
}
.__trade .sec-reason .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .__trade .sec-reason .list {
    display: block;
  }
}
.__trade .sec-reason .list li {
  background: white;
  padding: 0 25px 30px;
  margin-right: 2.75%;
  width: 31.5%;
}
@media (max-width: 1366px) {
  .__trade .sec-reason .list li {
    padding: 0 1.8382352941vw 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-reason .list li {
    padding: 0 5.3333333333vw 8vw;
    margin-right: 0;
    margin-bottom: 13.3333333333vw;
    width: 100%;
  }
  .__trade .sec-reason .list li:last-child {
    margin-bottom: 0;
  }
}
.__trade .sec-reason .list li:nth-child(3n) {
  margin-right: 0;
}
.__trade .sec-reason .list li .no {
  background: #FA6600;
  width: 70%;
  height: 36px;
  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;
  top: -10px;
  margin: 0 auto 15px;
}
@media (max-width: 1366px) {
  .__trade .sec-reason .list li .no {
    height: 2.6470588235vw;
    top: -0.7352941176vw;
    margin: 0 auto 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-reason .list li .no {
    width: 57%;
    height: 9.6vw;
    top: -2.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.__trade .sec-reason .list li .icon {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .__trade .sec-reason .list li .icon {
    margin-bottom: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-reason .list li .icon {
    margin-bottom: 4vw;
  }
}
.__trade .sec-reason .list li .txt {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__trade .sec-reason .list li .txt {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-reason .list li .txt {
    font-size: 3.7333333333vw;
  }
}
.__trade .sec-purchase {
  margin: 145px auto 0;
  max-width: 944px;
}
@media (max-width: 1366px) {
  .__trade .sec-purchase {
    margin: 10.6617647059vw auto 0;
    max-width: 69.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase {
    margin: 33.3333333333vw auto 0;
    max-width: 100%;
  }
}
.__trade .sec-purchase .top-txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 1366px) {
  .__trade .sec-purchase .top-txt {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .top-txt {
    font-size: 4.2666666667vw;
  }
}
.__trade .sec-purchase .mt70 {
  margin-top: 70px;
}
@media (max-width: 1366px) {
  .__trade .sec-purchase .mt70 {
    margin-top: 5.1470588235vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .mt70 {
    margin-top: 16vw;
  }
}
.__trade .sec-purchase .flow-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FA6600;
  position: relative;
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .flow-list li {
    display: block;
  }
}
.__trade .sec-purchase .flow-list li + li {
  margin-top: 35px;
}
@media (max-width: 1366px) {
  .__trade .sec-purchase .flow-list li + li {
    margin-top: 2.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .flow-list li + li {
    margin-top: 10.6666666667vw;
  }
}
.__trade .sec-purchase .flow-list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 14px 0 14px;
  border-color: #FA6600 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -15px;
}
@media (max-width: 1366px) {
  .__trade .sec-purchase .flow-list li::after {
    border-width: 1.1029411765vw 1.0294117647vw 0 1.0294117647vw;
    bottom: -1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .flow-list li::after {
    border-width: 4vw 3.7333333333vw 0 3.7333333333vw;
  }
}
.__trade .sec-purchase .flow-list li:last-child::after {
  content: none;
}
.__trade .sec-purchase .flow-list li .thumb {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .flow-list li .thumb {
    width: 100%;
  }
}
.__trade .sec-purchase .flow-list li .thumb img {
  width: 100%;
  height: auto;
}
.__trade .sec-purchase .flow-list li .txt-area {
  width: 50%;
  padding: 20px;
  color: white;
}
@media (max-width: 1366px) {
  .__trade .sec-purchase .flow-list li .txt-area {
    padding: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .flow-list li .txt-area {
    width: 100%;
    padding: 4vw;
  }
}
.__trade .sec-purchase .flow-list li .txt-area h3 {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1366px) {
  .__trade .sec-purchase .flow-list li .txt-area h3 {
    font-size: 1.3235294118vw;
    margin-bottom: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .flow-list li .txt-area h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .__trade .sec-purchase .flow-list li .txt-area h3:last-child {
    margin-bottom: 0;
  }
}
.__trade .sec-purchase .flow-list li .txt-area p {
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1366px) {
  .__trade .sec-purchase .flow-list li .txt-area p {
    font-size: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .flow-list li .txt-area p {
    font-size: 3.7333333333vw;
  }
  .__trade .sec-purchase .flow-list li .txt-area p.sp-center {
    text-align: center;
  }
}
.__trade .sec-purchase .bottom-txt {
  background: #F9F1E5;
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 1366px) {
  .__trade .sec-purchase .bottom-txt {
    padding: 2.2058823529vw;
    margin-top: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .bottom-txt {
    padding: 4vw;
    margin-top: 6.6666666667vw;
  }
}
.__trade .sec-purchase .bottom-txt p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 1366px) {
  .__trade .sec-purchase .bottom-txt p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-purchase .bottom-txt p {
    font-size: 3.7333333333vw;
  }
}
.__trade .sec-from {
  margin-top: 100px;
  background: #EEECEB;
  padding: 115px 0;
}
@media (max-width: 1366px) {
  .__trade .sec-from {
    margin-top: 7.3529411765vw;
    padding: 8.4558823529vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from {
    margin-top: 22.6666666667vw;
    padding: 10.6666666667vw 6.6666666667vw 21.3333333333vw;
  }
}
.__trade .sec-from .inner {
  max-width: 944px;
  margin: auto;
}
@media (max-width: 1366px) {
  .__trade .sec-from .inner {
    max-width: 69.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .inner {
    max-width: 100%;
  }
}
.__trade .sec-from .tbl {
  width: 100%;
}
.__trade .sec-from .tbl th {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  width: 230px;
  padding-top: 12px;
  padding-bottom: 30px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl th {
    font-size: 1.0294117647vw;
    width: 16.9117647059vw;
    padding-top: 0.8823529412vw;
    padding-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl th {
    font-size: 3.7333333333vw;
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0.8vw;
  }
}
.__trade .sec-from .tbl th .require {
  margin-left: 0.5em;
  background: #DA0000;
  color: white;
  display: inline-block;
  padding: 4px 4px;
  font-size: 1.1rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1;
  position: relative;
  top: -2px;
  border-radius: 4px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl th .require {
    padding: 0.2941176471vw;
    font-size: 0.8088235294vw;
    top: -0.1470588235vw;
    border-radius: 0.2941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl th .require {
    padding: 0.8vw 1.0666666667vw;
    font-size: 2.9333333333vw;
    top: -0.5333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.__trade .sec-from .tbl td {
  font-size: 1.6rem;
  padding-bottom: 30px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl td {
    font-size: 1.1764705882vw;
    padding-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td {
    font-size: 3.7333333333vw;
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 4vw;
  }
}
.__trade .sec-from .tbl td input, .__trade .sec-from .tbl td select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #EEECEB;
  background: white;
  border-radius: 4px;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl td input, .__trade .sec-from .tbl td select {
    border-radius: 0.2941176471vw;
    padding: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td input, .__trade .sec-from .tbl td select {
    font-size: 3.2vw;
    padding: 2.1333333333vw 2.6666666667vw;
    border-radius: 4px;
    border: 1px solid #333333;
    color: #333333;
  }
}
.__trade .sec-from .tbl td .select-wrap {
  position: relative;
}
.__trade .sec-from .tbl td .select-wrap::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: block;
  position: absolute;
  right: 20px;
  top: 28px;
  margin-top: -7px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl td .select-wrap::after {
    width: 0.7352941176vw;
    height: 0.7352941176vw;
    right: 1.4705882353vw;
    top: 2.0588235294vw;
    margin-top: -0.5147058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .select-wrap::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    right: 5.3333333333vw;
    top: 5.0666666667vw;
    margin-top: -1.8666666667vw;
  }
}
.__trade .sec-from .tbl td .radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .radio-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.__trade .sec-from .tbl td .radio-wrap .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 143px;
  height: 34px;
  font-size: 1.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  border-radius: 4px;
  background: #ACACAC;
  margin: 0 10px 0 0;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item {
    width: 10.5147058824vw;
    height: 2.5vw;
    font-size: 1.0294117647vw;
    border-radius: 0.2941176471vw;
    margin: 0 0.7352941176vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item {
    width: 38.1333333333vw;
    height: 9.0666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
    margin: 0 2.6666666667vw 0 0;
  }
}
.__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item label {
  width: 100%;
  height: 100%;
}
.__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item.active, .__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item.last {
  background: #FA6600;
}
.__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item-label {
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item-label::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: white;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item-label::before {
    width: 0.8823529412vw;
    height: 0.8823529412vw;
    left: 3.6764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .radio-wrap .wpcf7-list-item-label::before {
    width: 3.2vw;
    height: 3.2vw;
    left: 6.1333333333vw;
  }
}
.__trade .sec-from .tbl td .radio-wrap input[type=radio] {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.__trade .sec-from .tbl td .radio-wrap input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #FA6600;
  position: absolute;
  left: 53px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl td .radio-wrap input[type=radio]:checked + .wpcf7-list-item-label::after {
    width: 0.4411764706vw;
    height: 0.4411764706vw;
    left: 3.8970588235vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .radio-wrap input[type=radio]:checked + .wpcf7-list-item-label::after {
    width: 1.6vw;
    height: 1.6vw;
    left: 6.9333333333vw;
  }
}
.__trade .sec-from .tbl td .radio-wrap .radio-num {
  /*
  					input[type="radio"]:checked + label {
  					background: $orange;

  						span{

  							&::after{
  							content: '';
  							display: block;
  							border-radius: 50%;
  							width: 6px;
  							height: 6px;
  							background-color: $orange;					
  							position: absolute; 
  							left: 3px; 			

  								@include bp{
  								width: vw-sp(6);
  								height: vw-sp(6);	
  								left: vw-sp(3); 
  								margin-top: -1px;
  								}

  							}

  						}

  					}
  */
}
.__trade .sec-from .tbl td .radio-wrap .radio-num label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  border-radius: 4px;
  background: #ACACAC;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl td .radio-wrap .radio-num label {
    font-size: 1.0294117647vw;
    border-radius: 0.2941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .radio-wrap .radio-num label {
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.__trade .sec-from .tbl td .radio-wrap .radio-num label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  position: relative;
}
.__trade .sec-from .tbl td .radio-wrap .radio-num label span::before {
  content: "";
  display: block;
  border-radius: 50%;
  background: white;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl td .radio-wrap .radio-num label span::before {
    width: 0.8823529412vw;
    height: 0.8823529412vw;
    margin-right: 0.5147058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .radio-wrap .radio-num label span::before {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 1.8666666667vw;
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .file-wrap {
    margin-top: 1.3333333333vw;
  }
}
.__trade .sec-from .tbl td .file-wrap label {
  padding: 10px 20px;
  color: #ffffff;
  background-color: #0036AB;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl td .file-wrap label {
    padding: 0.7352941176vw 1.4705882353vw;
    border-radius: 0.2941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .file-wrap label {
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.__trade .sec-from .tbl td .file-wrap label:hover {
  opacity: 0.8;
}
.__trade .sec-from .tbl td .file-wrap input[type=file] {
  display: none;
}
.__trade .sec-from .tbl td .note {
  font-size: 1.3rem;
  color: #666666;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .tbl td .note {
    font-size: 0.9558823529vw;
    margin-top: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .tbl td .note {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.__trade .sec-from .submit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.__trade .sec-from .submit-area .submit-btn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 310px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .submit-area .submit-btn {
    max-width: 22.7941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .submit-area .submit-btn {
    max-width: 100%;
    width: 100%;
  }
}
.__trade .sec-from .submit-area .submit-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 29px;
  right: 40px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .submit-area .submit-btn::after {
    width: 0.8823529412vw;
    height: 0.8823529412vw;
    top: 2.1323529412vw;
    right: 2.9411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .submit-area .submit-btn::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 8vw;
    margin-top: -1.8666666667vw;
    top: 9.2vw;
  }
}
.__trade .sec-from .submit-area .submit-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  background: #FA6600;
  width: 310px;
  height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .__trade .sec-from .submit-area .submit-btn input {
    width: 22.7941176471vw;
    height: 5.1470588235vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .submit-area .submit-btn input {
    width: 100%;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 992px) {
  .__trade .sec-from .submit-area .submit-btn input:hover {
    background: #333333;
  }
}
.__trade .sec-from .submit-area .submit-btn input:disabled {
  background: #ACACAC;
  cursor: default;
  cursor: not-allowed;
}
.__trade .sec-from .submit-area .submit-btn .confirm_txt {
  color: red;
  margin-top: 10px;
  font-size: 1.4rem;
}
@media (max-width: 1366px) {
  .__trade .sec-from .submit-area .submit-btn .confirm_txt {
    margin-top: 0.7352941176vw;
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .submit-area .submit-btn .confirm_txt {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.__trade .sec-from .submit-area .resset-btn {
  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;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .submit-area .resset-btn {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2.6666666667vw;
  }
}
.__trade .sec-from .submit-area .resset-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -7px;
}
@media (max-width: 1366px) {
  .__trade .sec-from .submit-area .resset-btn::after {
    width: 0.8823529412vw;
    height: 0.8823529412vw;
    left: 2.9411764706vw;
    margin-top: -0.5147058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .submit-area .resset-btn::after {
    width: 3.2vw;
    height: 3.2vw;
    left: 8vw;
    margin-top: -1.6vw;
  }
}
.__trade .sec-from .submit-area .resset-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  background: #ACACAC;
  width: 310px;
  height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .__trade .sec-from .submit-area .resset-btn input {
    width: 22.7941176471vw;
    height: 5.1470588235vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .submit-area .resset-btn input {
    width: 100%;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 992px) {
  .__trade .sec-from .submit-area .resset-btn input:hover {
    background: #666666;
  }
}
.__trade .sec-from .submit-area.flex {
  max-width: 640px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1366px) {
  .__trade .sec-from .submit-area.flex {
    max-width: 47.0588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .sec-from .submit-area.flex {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__trade .success-area {
  padding-bottom: 125px;
}
@media (max-width: 1366px) {
  .__trade .success-area {
    padding-bottom: 9.1911764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .success-area {
    padding-bottom: 21.3333333333vw;
  }
}
.__trade .success-area .txt-area .txt {
  text-align: center;
}
.__trade .success-area .txt-area .txt p {
  font-size: 1.6rem;
  color: #333333;
  line-height: 3;
}
@media (max-width: 1366px) {
  .__trade .success-area .txt-area .txt p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .success-area .txt-area .txt p {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.__trade .success-area .txt-area .txt p span {
  line-height: 1.6;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .__trade .success-area .txt-area .txt p span {
    font-size: 2.9333333333vw;
  }
}
.__trade .success-area .txt-area .tel {
  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;
}
.__trade .success-area .txt-area .tel i {
  display: block;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  top: -1px;
  background-image: url(../img/common/tel.svg);
  background-size: 22px;
  background-repeat: no-repeat;
}
@media (max-width: 1366px) {
  .__trade .success-area .txt-area .tel i {
    margin-right: 0.7352941176vw;
    background-size: 1.6176470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .success-area .txt-area .tel i {
    margin-right: 2.6666666667vw;
    background-size: 5.8666666667vw;
  }
}
.__trade .success-area .txt-area .tel a {
  text-decoration: underline;
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__trade .success-area .txt-area .tel a {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .success-area .txt-area .tel a {
    font-size: 4.8vw;
  }
}
.__trade .success-area .back-btn {
  width: 310px;
  height: 70px;
  margin: 50px auto 0;
}
@media (max-width: 1366px) {
  .__trade .success-area .back-btn {
    width: 22.7941176471vw;
    height: 5.1470588235vw;
    margin: 3.6764705882vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__trade .success-area .back-btn {
    width: 74.6666666667vw;
    height: 16vw;
    margin: 13.3333333333vw auto 0;
  }
}
.__trade .success-area .back-btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  background: #FA6600;
}
@media (max-width: 1366px) {
  .__trade .success-area .back-btn a {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .success-area .back-btn a {
    font-size: 4.2666666667vw;
  }
}
.__trade .success-area .back-btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
@media (max-width: 1366px) {
  .__trade .success-area .back-btn a::after {
    width: 0.8823529412vw;
    height: 0.8823529412vw;
    margin-left: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__trade .success-area .back-btn a::after {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 2.6666666667vw;
  }
}
.__trade .confirm_area,
.__trade .thanks_area {
  display: none;
}
.__trade .wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 991px) {
  .__maintenance .site-inner {
    padding: 0 !important;
  }
}
.__maintenance .kv-area {
  max-width: 1055px;
  margin: auto;
}
@media (max-width: 1366px) {
  .__maintenance .kv-area {
    max-width: 77.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .kv-area {
    max-width: 100%;
  }
}
.__maintenance .kv-area img {
  width: 100%;
  height: auto;
}
.__maintenance .common-btn {
  width: 348px;
  height: 70px;
  margin: 30px auto 0;
  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;
  background: #FA6600;
  color: white;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
}
@media (max-width: 1366px) {
  .__maintenance .common-btn {
    width: 25.5882352941vw;
    height: 5.1470588235vw;
    margin: 2.2058823529vw auto 0;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .common-btn {
    width: 77.3333333333vw;
    height: 13.8666666667vw;
    font-size: 4.2666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
.__maintenance .common-btn i {
  margin-left: 10px;
  line-height: 1;
}
@media (max-width: 1366px) {
  .__maintenance .common-btn i {
    margin-left: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .common-btn i {
    margin-left: 2.6666666667vw;
  }
}
.__maintenance .common-btn i img {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .__maintenance .common-btn i img {
    width: 4.8vw;
  }
}
.__maintenance .tab-wrap .js-tab {
  max-width: 1055px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab {
    max-width: 77.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab {
    max-width: 100%;
  }
}
.__maintenance .tab-wrap .js-tab li {
  width: 33.3333333333%;
  background: #666666;
  height: 60px;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab li {
    height: 4.4117647059vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab li {
    height: 12vw;
    font-size: 3.2vw;
  }
}
.__maintenance .tab-wrap .js-tab li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 175.5px 0 175.5px;
  border-color: #FA6600 transparent transparent transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 2;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab li::after {
    border-width: 2.2058823529vw 12.9044117647vw 0 12.9044117647vw;
    bottom: -2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab li::after {
    border-width: 5.3333333333vw 16.665vw 0 16.665vw;
    bottom: -5.0666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab li.active {
  background: #FA6600;
}
.__maintenance .tab-wrap .js-tab li.active::after {
  opacity: 1;
}
.__maintenance .tab-wrap .js-tab_content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  color: #333333;
}
.__maintenance .tab-wrap .js-tab_content.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.__maintenance .tab-wrap .js-tab_content .inner {
  max-width: 1055px;
  margin: auto;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content .inner {
    max-width: 77.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content .inner {
    max-width: 100%;
  }
}
.__maintenance .tab-wrap .js-tab_content .intro-block {
  background: #EEECEB;
  position: relative;
  padding: 100px 125px;
  margin-bottom: 150px;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__maintenance .tab-wrap .js-tab_content .intro-block.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block {
    padding: 7.3529411765vw 9.1911764706vw;
    margin-bottom: 11.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block {
    padding: 20vw 6.6666666667vw;
    margin-bottom: 40vw;
  }
}
.__maintenance .tab-wrap .js-tab_content .intro-block::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 74px 527.5px 0 527.5px;
  border-color: #EEECEB transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -74px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block::after {
    border-width: 5.4411764706vw 38.7867647059vw 0 38.7867647059vw;
    bottom: -5.4411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block::after {
    border-width: 19.2vw 50vw 0 50vw;
    bottom: -18.9333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content .intro-block.white {
  background: white;
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block.white {
    background: #EEECEB;
  }
}
.__maintenance .tab-wrap .js-tab_content .intro-block.white::after {
  border-color: white transparent transparent transparent;
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block.white::after {
    border-color: #EEECEB transparent transparent transparent;
  }
}
.__maintenance .tab-wrap .js-tab_content .intro-block .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block .txt {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block .txt {
    font-size: 4.2666666667vw;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
  }
}
.__maintenance .tab-wrap .js-tab_content .intro-block .custom-list-wrap {
  background: white;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px auto;
  max-width: 650px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block .custom-list-wrap {
    padding: 2.2058823529vw 0;
    margin: 1.8382352941vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block .custom-list-wrap {
    padding: 4vw 0 4vw 4vw;
    margin: 4vw 0;
    max-width: 100%;
  }
}
.__maintenance .tab-wrap .js-tab_content .intro-block .custom-list-wrap .custom-list li {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block .custom-list-wrap .custom-list li {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block .custom-list-wrap .custom-list li {
    font-size: 3.7333333333vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.__maintenance .tab-wrap .js-tab_content .intro-block .custom-list-wrap .custom-list li + li {
  margin-top: 5px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block .custom-list-wrap .custom-list li + li {
    margin-top: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content .intro-block .custom-list-wrap .custom-list li + li {
    margin-top: 0.8vw;
  }
}
.__maintenance .tab-wrap .js-tab_content .intro-block .custom-list-wrap .custom-list li::before {
  content: "・";
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow {
  max-width: 787px;
  margin: 0 auto 60px;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow {
    max-width: 57.8676470588vw;
    margin: 0 auto 4.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow {
    max-width: 100%;
    margin: 0 auto 13.3333333333vw;
    padding: 0 6.6666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list {
  position: relative;
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list::before {
  content: "";
  width: 2px;
  height: 85%;
  background: #FA6600;
  position: absolute;
  left: 27px;
  top: 56px;
  z-index: -1;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list::before {
    width: 0.1470588235vw;
    left: 1.9852941176vw;
    top: 4.1176470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list::before {
    left: 7.2vw;
    top: 7.2vw;
    height: 90%;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li + li {
  margin-top: 5px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li + li {
    margin-top: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li + li {
    margin-top: 2.6666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li h3 i {
  margin-right: 17px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li h3 i {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li h3 i {
    margin-right: 4.5333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li h3 i img {
  width: 56px;
  height: auto;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li h3 i img {
    width: 4.1176470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li h3 i img {
    width: 14.9333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li h3 span {
  font-size: 1.8rem;
  color: #FA6600;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li h3 span {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li h3 span {
    font-size: 4.8vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li .txt-area {
  background: #F9F1E5;
  padding: 15px;
  margin: -10px 0 0 72px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li .txt-area {
    padding: 1.1029411765vw;
    margin: -0.7352941176vw 0 0 5.2941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li .txt-area {
    padding: 3.2vw;
    margin: 0 0 0 19.2vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li .txt-area p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li .txt-area p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-flow .list li .txt-area p {
    font-size: 3.7333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case {
  background: #EEECEB;
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case {
    padding: 7.3529411765vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case {
    padding: 22.6666666667vw 6.6666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list {
    display: block;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 10px -5px #777777;
          box-shadow: 4px 4px 10px -5px #777777;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li {
    border-radius: 0.2941176471vw;
    -webkit-box-shadow: 0.2941176471vw 0.2941176471vw 0.7352941176vw -0.3676470588vw #777777;
            box-shadow: 0.2941176471vw 0.2941176471vw 0.7352941176vw -0.3676470588vw #777777;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li {
    width: 100%;
    margin: 0 0 5.3333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li.no-post-txt {
  position: relative;
  width: 100%;
  background: none;
  padding: 50px 0;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 0;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li.no-post-txt {
    padding: 3.6764705882vw 0;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li:nth-child(3n) {
  margin-right: 0;
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .category {
  padding: 20px 0;
  text-align: center;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .category {
    padding: 1.4705882353vw 0;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .category {
    padding: 5.3333333333vw 0;
    font-size: 4.2666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .thumb {
  width: 100%;
  position: relative;
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .thumb::before {
  content: "";
  background: #FA6600;
  height: 4px;
  display: block;
  width: 50%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -4px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .thumb::before {
    height: 0.2941176471vw;
    bottom: -0.2941176471vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .thumb::after {
  content: "";
  background: black;
  height: 4px;
  display: block;
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: -4px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .thumb::after {
    height: 0.2941176471vw;
    bottom: -0.2941176471vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner {
  padding: 10px 25px 35px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner {
    padding: 0.7352941176vw 1.8382352941vw 2.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner {
    padding: 2.6666666667vw 5.8666666667vw 8vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner .day {
  font-size: 1.2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: underline;
  margin-bottom: 0.7em;
  display: block;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner .day {
    font-size: 0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner .day {
    font-size: 3.2vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner h3 {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 1.5em;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner h3 {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner h3 {
    font-size: 4.8vw;
    margin-bottom: 1em;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner p {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W4", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner p {
    font-size: 4.2666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner .btn {
  width: 70%;
  height: 34px;
  padding-top: 2px;
  background: #FA6600;
  color: white;
  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;
  margin: 1.5em auto 0;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner .btn {
    height: 2.5vw;
    padding-top: 0.1470588235vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner .btn {
    width: 45.3333333333vw;
    height: 9.0666666667vw;
    margin: 1.5em auto 0;
    font-size: 4.2666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner .btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  position: relative;
  top: -1px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner .btn::after {
    width: 0.5882352941vw;
    height: 0.5882352941vw;
    margin-left: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner .btn::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-left: 2.1333333333vw;
    top: -0.2666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .post-list li .list-inner .btn:hover {
  opacity: 1;
  background: #333333;
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .more {
  text-align: center;
  margin: 20px 0 50px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .more {
    margin: 1.4705882353vw 0 3.6764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .more {
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .more a {
  color: #FA6600;
  font-size: 1.6rem;
  text-decoration: underline;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .more a {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab1 .sec-case .more a {
    font-size: 4.2666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference {
  background: #F9F1E5;
  margin-top: -150px;
  padding: 150px 0 100px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference {
    margin-top: -11.0294117647vw;
    padding: 11.0294117647vw 0 7.3529411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference {
    margin-top: -40vw;
    padding: 40vw 0 16vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list {
  max-width: 1055px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list {
    max-width: 77.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list {
    max-width: 100%;
    display: block;
    padding: 0 4vw;
    margin-top: 16vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li {
  background: white;
  border-radius: 12px;
  border: 1px solid #FA6600;
  border-right: 3px solid #FA6600;
  border-bottom: 3px solid #FA6600;
  width: 31.5%;
  margin: 0;
  padding: 0 30px 30px;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li {
    border-radius: 0.8823529412vw;
    padding: 0 2.2058823529vw 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li {
    border-radius: 3.2vw;
    width: 100%;
    margin: 0 0 21.3333333333vw;
    padding: 0 6.6666666667vw 8vw;
  }
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li:last-child {
    margin-bottom: 0;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li h3 {
  text-align: center;
  margin-top: -46px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li h3 {
    margin-top: -3.3823529412vw;
    margin-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li h3 {
    margin-top: -10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li h3 img {
  max-width: 100%;
  height: auto;
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li p {
  font-size: 1.4rem;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li p {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-difference .list li p {
    font-size: 3.7333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service {
  max-width: 1055px;
  margin: 100px auto;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service {
    max-width: 77.5735294118vw;
    margin: 7.3529411765vw auto;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service {
    max-width: 100%;
    margin: 22.6666666667vw auto;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list {
    padding: 0 4vw;
    display: block;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li {
  width: 31.5%;
  margin-right: 2.75%;
  background: #EEECEB;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li {
    padding-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li {
    width: 100%;
    margin: 0 0 10.6666666667vw;
    padding-bottom: 8vw;
  }
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li:last-child {
    margin-bottom: 0;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li:nth-child(3n) {
  margin-right: 0;
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li::after {
  content: "";
  width: 86px;
  height: 46px;
  background: #FA6600;
  position: absolute;
  right: -37px;
  bottom: -37px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li::after {
    width: 6.3235294118vw;
    height: 3.3823529412vw;
    right: -2.7205882353vw;
    bottom: -2.7205882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li::after {
    width: 20.5333333333vw;
    height: 11.4666666667vw;
    right: -8.5333333333vw;
    bottom: -8.5333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .fig {
  width: 100%;
  border-bottom: 4px solid #FA6600;
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .fig img {
  width: 100%;
  height: auto;
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li h3 {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li h3 {
    font-size: 1.3235294118vw;
    margin: 2.2058823529vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li h3 {
    font-size: 4.2666666667vw;
    margin: 6.6666666667vw 0;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li p {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  padding: 0 20px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li p {
    font-size: 1.0294117647vw;
    padding: 0 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li p {
    font-size: 3.7333333333vw;
    padding: 0 4vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .box {
  background: white;
  margin: 0 20px 20px;
  padding: 15px;
  line-height: 1.8;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .box {
    margin: 0 1.4705882353vw 1.4705882353vw;
    padding: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .box {
    margin: 4vw;
    padding: 4vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .box .num {
  padding: 0 0 0 0.5em;
  text-indent: -0.5em;
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .box .num {
    font-size: 3.2vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .box .num::before {
  content: "・";
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  padding: 0 1%;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .row {
    margin: 1.4705882353vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .row {
    margin: 6.6666666667vw 0;
    padding: 0 4vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .row .point {
  width: 31%;
  height: auto;
  margin: 0 1%;
  background: #FA6600;
  border-radius: 50%;
  position: relative;
  padding: 0;
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .row .point::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .row .point span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 1.2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: white;
  white-space: nowrap;
  text-align: center;
  display: block;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .row .point span {
    font-size: 0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .list li .row .point span {
    font-size: 3.2vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 {
  max-width: 767px;
  background: #F9F1E5;
  margin: 50px auto;
  padding: 50px 80px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 {
    max-width: 55.6617647059vw;
    margin: 3.6764705882vw auto;
    padding: 3.6764705882vw 5.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 {
    max-width: 100%;
    margin: 21.3333333333vw auto;
    padding: 4vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap::before {
  content: "";
  background-image: url(../img/maintenance/tab2/service/line.svg);
  background-repeat: repeat-x;
  background-size: auto 4px;
  width: 100%;
  height: 4px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap::before {
    background-size: auto 0.2941176471vw;
    height: 0.2941176471vw;
    margin-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap::before {
    margin-bottom: 8vw;
    background-size: auto;
    background-repeat: repeat;
    height: 2px;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap::after {
  content: "";
  background-image: url(../img/maintenance/tab2/service/line.svg);
  background-repeat: repeat-x;
  background-size: auto 4px;
  width: 100%;
  height: 4px;
  display: block;
  margin-top: 30px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap::after {
    background-size: auto 0.2941176471vw;
    height: 0.2941176471vw;
    margin-top: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap::after {
    margin-top: 2.6666666667vw;
    background-size: auto;
    background-repeat: repeat;
    height: 2px;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap h3 {
  text-align: center;
  color: #FA6600;
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap h3 {
    font-size: 1.3235294118vw;
    margin-bottom: 1.8382352941vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap h3::before {
  content: "/";
  display: inline-block;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 1em;
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap h3::after {
  content: "/";
  display: inline-block;
  margin-left: 1em;
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap p {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap p {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap p {
    font-size: 3.7333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap dl {
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap dl {
    margin-top: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap dl {
    margin-top: 8vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap dl dt {
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap dl dt {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap dl dt {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap dl dd {
  font-size: 1.4rem;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap dl dd {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap dl dd {
    font-size: 3.2vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap dl dd + dt {
  margin-top: 1.5em;
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap .car {
  text-align: right;
  display: block;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap .car {
    margin-top: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap .car {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-1 .wrap .car img {
    width: 17.0666666667vw;
    height: auto;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-2 {
  max-width: 767px;
  background: #EEECEB;
  margin: 50px auto;
  padding: 50px 80px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-2 {
    max-width: 56.3970588235vw;
    margin: 3.6764705882vw auto;
    padding: 3.6764705882vw 5.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-2 {
    max-width: 100%;
    margin: 4vw 4vw 13.3333333333vw;
    padding: 6.6666666667vw 4vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-2 p {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-2 p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-2 p {
    font-size: 3.7333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-2 p small {
  font-size: 1.2rem;
  font-family: "HiraginoSans-W4", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-2 p small {
    font-size: 0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab2 .sec-service .att-area-2 p small {
    font-size: 3.0666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-about {
  max-width: 1055px;
  margin: 0 auto 80px;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-about.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-about {
    max-width: 77.5735294118vw;
    margin: 0 auto 5.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-about {
    max-width: 100%;
    margin: 0 auto 20vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-about .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-about .list {
    display: block;
    padding: 0 6.6666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-about .list li {
  background: #F9F1E5;
  -webkit-box-shadow: 7px 7px 11px -9px rgba(0, 0, 0, 0.4);
          box-shadow: 7px 7px 11px -9px rgba(0, 0, 0, 0.4);
  width: 31.5%;
  margin: 0 1%;
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-about .list li {
    width: 100%;
    margin: 0 0 12vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-about .list li .fig {
  width: 100%;
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-about .list li .fig img {
  width: 100%;
  height: auto;
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-about .list li p {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  padding: 15px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-about .list li p {
    font-size: 1.0294117647vw;
    padding: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-about .list li p {
    font-size: 3.7333333333vw;
    padding: 4vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow {
  max-width: 787px;
  margin: 0 auto 60px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow {
    max-width: 57.8676470588vw;
    margin: 0 auto 4.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow {
    max-width: 100%;
    margin: 0 auto 21.3333333333vw;
    padding: 0 6.6666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list {
  position: relative;
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list::before {
  content: "";
  width: 2px;
  height: 80%;
  background: #FA6600;
  position: absolute;
  left: 27px;
  top: 56px;
  z-index: -1;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list::before {
    width: 0.1470588235vw;
    left: 1.9852941176vw;
    top: 4.1176470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list::before {
    height: 85%;
    left: 7.2vw;
    top: 15.2vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li + li {
  margin-top: 5px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li + li {
    margin-top: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li + li {
    margin-top: 2.6666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li h3 i {
  margin-right: 17px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li h3 i {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li h3 i {
    margin-right: 4.5333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li h3 i img {
  width: 56px;
  height: auto;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li h3 i img {
    width: 4.1176470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li h3 i img {
    width: 14.9333333333vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li h3 span {
  font-size: 1.4rem;
  color: #FA6600;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li h3 span {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li h3 span {
    font-size: 3.2vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area {
  background: #F9F1E5;
  padding: 10px 14px;
  margin: -10px 0 0 72px;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area {
    padding: 0.7352941176vw 1.0294117647vw;
    margin: -0.7352941176vw 0 0 5.2941176471vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area {
    padding: 2.6666666667vw;
    margin: -2.6666666667vw 0 0 19.2vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area p {
    font-size: 0.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area p {
    font-size: 3.2vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area .box {
  background: rgba(255, 255, 255, 0.5);
  margin: 10px 0;
  padding: 10px;
  line-height: 2;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area .box {
    margin: 0.7352941176vw 0;
    padding: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area .box {
    margin: 2.6666666667vw 0;
    padding: 2.6666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area .box p {
  color: black;
  padding-left: 1em;
  text-indent: -1em;
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area .point {
  margin: 10px 0;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area .point {
    margin: 0.7352941176vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area .point {
    margin: 4vw 2.6666666667vw;
  }
}
.__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area .point img {
  width: 250px;
  height: auto;
}
@media (max-width: 1366px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area .point img {
    width: 18.3823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__maintenance .tab-wrap .js-tab_content.tab3 .sec-flow .list li .txt-area .point img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .__recruit .site-inner {
    padding: 0 !important;
  }
}
.__recruit .kv-area {
  max-width: 850px;
  margin: auto;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__recruit .kv-area.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__recruit .kv-area {
    max-width: 62.5vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .kv-area {
    max-width: 100%;
  }
}
.__recruit .kv-area img {
  width: 100%;
  height: auto;
}
.__recruit .kv-area figure {
  margin-top: 40px;
}
@media (max-width: 1366px) {
  .__recruit .kv-area figure {
    margin-top: 2.9411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .kv-area figure {
    margin-top: 8vw;
  }
}
.__recruit .kv-area figure figcaption {
  background: #EEECEB;
  padding: 30px;
  font-size: 1.6rem;
}
@media (max-width: 1366px) {
  .__recruit .kv-area figure figcaption {
    padding: 2.2058823529vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .kv-area figure figcaption {
    padding: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.__recruit .kv-area .no-recruitment-txt {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  padding: 50px 0 200px;
}
@media (max-width: 1366px) {
  .__recruit .kv-area .no-recruitment-txt {
    font-size: 1.3235294118vw;
    padding: 3.6764705882vw 0 14.7058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .kv-area .no-recruitment-txt {
    font-size: 4.8vw;
    padding: 13.3333333333vw 0 29.3333333333vw;
  }
}
.__recruit .info-banner {
  text-align: center;
  margin: 50px 0 150px;
}
@media (max-width: 1366px) {
  .__recruit .info-banner {
    margin: 3.6764705882vw 0 11.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .info-banner {
    margin: 16vw 0 29.3333333333vw;
    padding: 0 4vw;
  }
}
.__recruit .info-banner img {
  width: 414px;
  height: auto;
}
@media (max-width: 1366px) {
  .__recruit .info-banner img {
    width: 30.4411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .info-banner img {
    width: 100%;
  }
}
.__recruit .sec-carrier {
  padding: 80px 0;
  position: relative;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__recruit .sec-carrier.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier {
    padding: 5.8823529412vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.__recruit .sec-carrier::after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #F9F1E5;
  position: absolute;
  left: 0;
  top: 0;
}
.__recruit .sec-carrier::before {
  content: "";
  width: 590px;
  height: 440px;
  background: #F9F1E5;
  border-radius: 50%;
  border: 15px solid #FA6600;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier::before {
    width: 43.3823529412vw;
    height: 32.3529411765vw;
    border: 1.1029411765vw solid #FA6600;
    top: -5.1470588235vw;
  }
}
.__recruit .sec-carrier.active::before {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .page-ttl {
    line-height: 1.6;
  }
}
.__recruit .sec-carrier .site-inner {
  z-index: 2;
  position: relative;
}
.__recruit .sec-carrier .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 85px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .row {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .row {
    display: block;
    margin-bottom: 10.6666666667vw;
    padding: 0 6.6666666667vw;
  }
}
.__recruit .sec-carrier .row .basic-policy {
  width: 510px;
  background: #FA6600;
  padding: 30px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .row .basic-policy {
    width: 37.5vw;
    padding: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .row .basic-policy {
    width: 100%;
    padding: 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.__recruit .sec-carrier .row .basic-policy h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .row .basic-policy h3 {
    font-size: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .row .basic-policy h3 {
    font-size: 4.2666666667vw;
  }
}
.__recruit .sec-carrier .row .basic-policy h3::before {
  content: "";
  background-image: url(../img/recruit/carrier/deco.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 22px;
  display: inline-block;
  margin-right: 17px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .row .basic-policy h3::before {
    background-size: 0.8823529412vw auto;
    width: 0.8823529412vw;
    height: 1.6176470588vw;
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .row .basic-policy h3::before {
    background-size: 2.1333333333vw auto;
    width: 2.1333333333vw;
    height: 4.2666666667vw;
    margin-right: 4.2666666667vw;
  }
}
.__recruit .sec-carrier .row .basic-policy h3::after {
  content: "";
  background-image: url(../img/recruit/carrier/deco.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 12px;
  height: 22px;
  display: inline-block;
  margin-left: 17px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .row .basic-policy h3::after {
    background-size: 0.8823529412vw auto;
    width: 0.8823529412vw;
    height: 1.6176470588vw;
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .row .basic-policy h3::after {
    background-size: 2.1333333333vw auto;
    width: 2.1333333333vw;
    height: 4.2666666667vw;
    margin-left: 4.2666666667vw;
  }
}
.__recruit .sec-carrier .row .basic-policy .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .row .basic-policy .list {
    margin-top: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .row .basic-policy .list {
    margin-top: 4vw;
  }
}
.__recruit .sec-carrier .row .basic-policy .list ul li {
  color: white;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .row .basic-policy .list ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 3.2vw;
  }
}
.__recruit .sec-carrier .row .basic-policy .list ul li + li {
  margin-top: 7px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .row .basic-policy .list ul li + li {
    margin-top: 0.5147058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .row .basic-policy .list ul li + li {
    margin-top: 1.3333333333vw;
  }
}
.__recruit .sec-carrier .row .txt-area {
  font-size: 1.6rem;
  width: 511px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .row .txt-area {
    font-size: 1.1764705882vw;
    width: 37.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .row .txt-area {
    font-size: 3.7333333333vw;
    width: 100%;
  }
}
.__recruit .sec-carrier .draw {
  background: white;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 55px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .draw {
    padding: 2.2058823529vw 0;
    margin-bottom: 4.0441176471vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .draw {
    padding: 10.6666666667vw 4vw;
    margin: 0 6.6666666667vw 13.3333333333vw;
  }
}
.__recruit .sec-carrier .draw img {
  width: 381px;
  height: auto;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .draw img {
    width: 28.0147058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .draw img {
    width: 100%;
  }
}
.__recruit .sec-carrier .carrier-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .carrier-list {
    display: block;
    padding: 0 6.6666666667vw;
  }
}
.__recruit .sec-carrier .carrier-list li {
  width: 31%;
  background: white;
  border-radius: 10px;
  padding-bottom: 30px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .carrier-list li {
    border-radius: 0.7352941176vw;
    padding-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .carrier-list li {
    width: 100%;
    border-radius: 2.6666666667vw;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .__recruit .sec-carrier .carrier-list li:last-child {
    margin-bottom: 0;
  }
}
.__recruit .sec-carrier .carrier-list li .ttl {
  background: #0036AB;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 10px 115px;
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  color: white;
  letter-spacing: 0.05em;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .carrier-list li .ttl {
    border-radius: 0.7352941176vw 0.7352941176vw 0 0;
    padding: 0.7352941176vw 0 0.7352941176vw 8.4558823529vw;
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .carrier-list li .ttl {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    padding: 3.2vw 0 3.2vw 30.6666666667vw;
    font-size: 4.8vw;
  }
}
.__recruit .sec-carrier .carrier-list li .ttl i {
  position: absolute;
  left: 7px;
  top: -25px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .carrier-list li .ttl i {
    left: 0.5147058824vw;
    top: -1.8382352941vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .carrier-list li .ttl i {
    left: 1.8666666667vw;
    top: -6.6666666667vw;
  }
}
.__recruit .sec-carrier .carrier-list li .ttl i img {
  width: 86px;
  height: auto;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .carrier-list li .ttl i img {
    width: 6.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .carrier-list li .ttl i img {
    width: 22.9333333333vw;
  }
}
.__recruit .sec-carrier .carrier-list li .fig {
  padding: 0 70px;
  margin: 23px 0;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .carrier-list li .fig {
    padding: 0 5.1470588235vw;
    margin: 1.6911764706vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .carrier-list li .fig {
    padding: 0 18.6666666667vw;
    margin: 6.1333333333vw 0;
  }
}
.__recruit .sec-carrier .carrier-list li .fig img {
  width: 100%;
  height: auto;
}
.__recruit .sec-carrier .carrier-list li .txt {
  padding: 0 17px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 1.6rem;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .carrier-list li .txt {
    padding: 0 1.25vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .carrier-list li .txt {
    padding: 0 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.__recruit .sec-carrier .bottom-area {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .bottom-area {
    margin-top: 5.8823529412vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .bottom-area {
    margin-top: 21.3333333333vw;
  }
}
.__recruit .sec-carrier .bottom-area .txt {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .bottom-area .txt {
    font-size: 1.1764705882vw;
    margin-bottom: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .bottom-area .txt {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.__recruit .sec-carrier .bottom-area .btn {
  background: #FA6600;
  width: 416px;
  height: 70px;
  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;
  margin: auto;
  color: white;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .bottom-area .btn {
    width: 30.5882352941vw;
    height: 5.1470588235vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .bottom-area .btn {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.3;
  }
}
.__recruit .sec-carrier .bottom-area .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 30px;
  position: relative;
  top: -1px;
}
@media (max-width: 1366px) {
  .__recruit .sec-carrier .bottom-area .btn::after {
    width: 0.7352941176vw;
    height: 0.7352941176vw;
    margin-left: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-carrier .bottom-area .btn::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 4vw;
    top: 0.2666666667vw;
  }
}
.__recruit .sec-staff {
  padding: 80px 0;
}
@media (max-width: 1366px) {
  .__recruit .sec-staff {
    padding: 5.8823529412vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-staff {
    padding: 21.3333333333vw 0;
  }
}
.__recruit .sec-staff .fig {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .__recruit .sec-staff .fig {
    margin-bottom: 2.9411764706vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-staff .fig {
    margin-bottom: 10.6666666667vw;
  }
}
.__recruit .sec-staff .fig img {
  width: 787px;
  height: auto;
}
@media (max-width: 1366px) {
  .__recruit .sec-staff .fig img {
    width: 57.8676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-staff .fig img {
    width: 100%;
  }
}
.__recruit .sec-staff .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__recruit .sec-staff .list {
    display: block;
  }
}
.__recruit .sec-staff .list li {
  width: 23%;
  margin: 0 1%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media screen and (max-width: 991px) {
  .__recruit .sec-staff .list li {
    width: 70%;
    padding: 8vw 4vw 0;
    margin: 0 auto 5.3333333333vw;
  }
  .__recruit .sec-staff .list li:last-child {
    margin-bottom: 0;
  }
}
.__recruit .sec-staff .list li.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.__recruit .sec-staff .list li a {
  width: 48%;
  padding-bottom: 2%;
  overflow: hidden;
  position: relative;
}
.__recruit .sec-staff .list li .thumb::after {
  content: "";
  width: 114px;
  height: 114px;
  background: #FA6600;
  display: block;
  position: absolute;
  left: -15px;
  top: 15px;
  z-index: 0;
  border-radius: 50%;
}
@media (max-width: 1366px) {
  .__recruit .sec-staff .list li .thumb::after {
    width: 8.3823529412vw;
    height: 8.3823529412vw;
    left: -1.1029411765vw;
    top: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-staff .list li .thumb::after {
    width: 26.1333333333vw;
    height: 26.1333333333vw;
    left: -1.3333333333vw;
    top: 4vw;
  }
}
.__recruit .sec-staff .list li .thumb::before {
  content: "";
  width: 52px;
  height: 52px;
  background: #FA6600;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 95px;
  z-index: 0;
  border-radius: 50%;
}
@media (max-width: 1366px) {
  .__recruit .sec-staff .list li .thumb::before {
    width: 3.8235294118vw;
    height: 3.8235294118vw;
    right: 0.3676470588vw;
    bottom: 6.9852941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-staff .list li .thumb::before {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    right: 1.3333333333vw;
    bottom: 25.3333333333vw;
  }
}
.__recruit .sec-staff .list li .thumb img {
  width: 100%;
  border: 4px solid #FA6600;
  border-radius: 80%;
  position: relative;
  z-index: 1;
  top: 5px;
  background: #EEECEB;
}
@media (max-width: 1366px) {
  .__recruit .sec-staff .list li .thumb img {
    border: 0.2941176471vw solid #FA6600;
    top: 0.3676470588vw;
  }
}
.__recruit .sec-staff .list li .name {
  font-size: 2.9rem;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .__recruit .sec-staff .list li .name {
    font-size: 2.1323529412vw;
    margin-top: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-staff .list li .name {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
.__recruit .sec-staff .list li .name::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #FA6600;
  margin: 5px auto 0;
  display: block;
}
@media (max-width: 1366px) {
  .__recruit .sec-staff .list li .name::after {
    width: 3.6764705882vw;
    height: 0.2941176471vw;
    margin: 0.3676470588vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-staff .list li .name::after {
    width: 13.3333333333vw;
    height: 0.8vw;
    margin: 2.6666666667vw auto 0;
  }
}
.__recruit .sec-recruiting {
  background: rgba(238, 238, 238, 0.8);
  padding: 80px 0;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting {
    padding: 5.8823529412vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting {
    padding: 21.3333333333vw 6.6666666667vw;
  }
}
.__recruit .sec-recruiting .inner-wrap {
  max-width: 787px;
  margin: auto;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__recruit .sec-recruiting .inner-wrap.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .inner-wrap {
    max-width: 57.8676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .inner-wrap {
    max-width: 100%;
  }
}
.__recruit .sec-recruiting .ttl {
  background: #666;
  text-align: center;
  padding: 18px 0;
  color: white;
  font-size: 2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .ttl {
    padding: 1.3235294118vw 0;
    font-size: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .ttl {
    padding: 4.8vw 0;
    font-size: 4.2666666667vw;
  }
}
.__recruit .sec-recruiting .num {
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .num {
    margin-top: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .num {
    margin-top: 4vw;
  }
}
.__recruit .sec-recruiting .num dl {
  background: white;
}
.__recruit .sec-recruiting .num dl dt {
  padding: 18px;
  position: relative;
  font-size: 2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .num dl dt {
    padding: 1.3235294118vw;
    font-size: 1.4705882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .num dl dt {
    padding: 4.8vw;
    font-size: 3.7333333333vw;
  }
}
.__recruit .sec-recruiting .num dl dt::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .num dl dt::after {
    width: 0.7352941176vw;
    height: 0.7352941176vw;
    right: 1.3235294118vw;
    margin-top: -0.5882352941vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .num dl dt::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4.8vw;
    margin-top: -2.1333333333vw;
  }
}
.__recruit .sec-recruiting .num dl dt.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .num dl dt.active::after {
    margin-top: -0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .num dl dt.active::after {
    margin-top: -1.3333333333vw;
  }
}
@media screen and (min-width: 992px) {
  .__recruit .sec-recruiting .num dl dt:hover {
    color: white;
    background: #333333;
  }
  .__recruit .sec-recruiting .num dl dt:hover::after {
    border-color: white;
  }
}
.__recruit .sec-recruiting .num dl dd {
  display: none;
  background: white;
  padding: 18px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .num dl dd {
    padding: 1.3235294118vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .num dl dd {
    padding: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.__recruit .sec-recruiting .num dl dd img {
  max-width: 100%;
  height: auto;
}
.__recruit .sec-recruiting .btn {
  width: 280px;
  height: 70px;
  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;
  background: #FA6600;
  color: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin: 40px auto 0;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .btn {
    width: 20.5882352941vw;
    height: 5.1470588235vw;
    font-size: 1.1764705882vw;
    margin: 2.9411764706vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .btn {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
.__recruit .sec-recruiting .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2.5px solid white;
  border-right: 2.5px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
@media (max-width: 1366px) {
  .__recruit .sec-recruiting .btn::after {
    width: 0.7352941176vw;
    height: 0.7352941176vw;
    margin-left: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-recruiting .btn::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 3.2vw;
    top: -0.2666666667vw;
  }
}
.__recruit .sec-question {
  background: #666666;
  padding: 80px 0;
}
@media (max-width: 1366px) {
  .__recruit .sec-question {
    padding: 5.8823529412vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-question {
    padding: 18.6666666667vw 6.6666666667vw;
  }
}
.__recruit .sec-question .inner-wrapper {
  max-width: 787px;
  margin: auto;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__recruit .sec-question .inner-wrapper.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__recruit .sec-question .inner-wrapper {
    max-width: 57.8676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-question .inner-wrapper {
    max-width: 100%;
  }
}
.__recruit .sec-question .inner-wrapper .list li {
  background: white;
  border-radius: 10px;
  padding: 18px;
}
@media (max-width: 1366px) {
  .__recruit .sec-question .inner-wrapper .list li {
    border-radius: 0.7352941176vw;
    padding: 1.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-question .inner-wrapper .list li {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 6.1333333333vw;
  }
}
.__recruit .sec-question .inner-wrapper .list li + li {
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .__recruit .sec-question .inner-wrapper .list li + li {
    margin-top: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-question .inner-wrapper .list li + li {
    margin-top: 2.6666666667vw;
  }
}
.__recruit .sec-question .inner-wrapper .list li dl dt {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .__recruit .sec-question .inner-wrapper .list li dl dt {
    font-size: 1.3235294118vw;
    padding-left: 1.4705882353vw;
    padding-right: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-question .inner-wrapper .list li dl dt {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.__recruit .sec-question .inner-wrapper .list li dl dt::before {
  content: "";
  background-image: url(../img/recruit/question/Q.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  width: 11px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 1366px) {
  .__recruit .sec-question .inner-wrapper .list li dl dt::before {
    background-size: 0.8088235294vw auto;
    width: 0.8088235294vw;
    height: 1.0294117647vw;
    top: 0.3676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-question .inner-wrapper .list li dl dt::before {
    background-size: 2.9333333333vw auto;
    width: 2.9333333333vw;
    height: 3.7333333333vw;
    top: 1.3333333333vw;
  }
}
.__recruit .sec-question .inner-wrapper .list li dl dt::after {
  content: "";
  background-image: url(../img/recruit/question/off.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
@media (max-width: 1366px) {
  .__recruit .sec-question .inner-wrapper .list li dl dt::after {
    background-size: 1.0294117647vw auto;
    width: 1.0294117647vw;
    height: 1.0294117647vw;
    margin-top: -0.5147058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-question .inner-wrapper .list li dl dt::after {
    background-size: 3.7333333333vw auto;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-top: -1.8666666667vw;
  }
}
.__recruit .sec-question .inner-wrapper .list li dl dt.active::after {
  background-image: url(../img/recruit/question/on.svg);
}
.__recruit .sec-question .inner-wrapper .list li dl dd {
  display: none;
  border-top: 1px solid #D9D9D9;
  padding-top: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .__recruit .sec-question .inner-wrapper .list li dl dd {
    padding-top: 1.1029411765vw;
    font-size: 1.1764705882vw;
    margin-top: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-question .inner-wrapper .list li dl dd {
    padding-top: 4vw;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.__recruit .sec-question .inner-wrapper .btn {
  width: 280px;
  height: 70px;
  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;
  background: #FA6600;
  color: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin: 40px auto 0;
}
@media (max-width: 1366px) {
  .__recruit .sec-question .inner-wrapper .btn {
    width: 20.5882352941vw;
    height: 5.1470588235vw;
    font-size: 1.1764705882vw;
    margin: 2.9411764706vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-question .inner-wrapper .btn {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
.__recruit .sec-question .inner-wrapper .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2.5px solid white;
  border-right: 2.5px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
@media (max-width: 1366px) {
  .__recruit .sec-question .inner-wrapper .btn::after {
    width: 0.7352941176vw;
    height: 0.7352941176vw;
    margin-left: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__recruit .sec-question .inner-wrapper .btn::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 3.2vw;
    top: -0.2666666667vw;
  }
}

.__info_graphics .content-wrapper {
  padding-top: 0 !important;
}
.__info_graphics .kv-area {
  text-align: center;
  background: #FA6600;
}
.__info_graphics .kv-area img {
  width: 787px;
  height: auto;
}
@media (max-width: 1366px) {
  .__info_graphics .kv-area img {
    width: 57.8676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__info_graphics .kv-area img {
    width: 100%;
  }
}
.__info_graphics .info-wrapper {
  background: #EEECEB;
  padding: 30px 0 100px;
}
@media (max-width: 1366px) {
  .__info_graphics .info-wrapper {
    padding: 2.2058823529vw 0 7.3529411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__info_graphics .info-wrapper {
    padding: 9.3333333333vw 0 26.6666666667vw;
  }
}
.__info_graphics .info-wrapper .top-txt {
  text-align: center;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .__info_graphics .info-wrapper .top-txt {
    font-size: 1.1764705882vw;
    margin-bottom: 2.2058823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__info_graphics .info-wrapper .top-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.__info_graphics .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1055px;
  margin: auto;
}
@media (max-width: 1366px) {
  .__info_graphics .list {
    max-width: 77.5735294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__info_graphics .list {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.__info_graphics .list li {
  width: 30%;
  margin-bottom: 5%;
  border-radius: 10px;
}
@media (max-width: 1366px) {
  .__info_graphics .list li {
    border-radius: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__info_graphics .list li {
    width: 100%;
    margin-bottom: 9.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .__info_graphics .list li:last-child {
    margin-bottom: 0;
  }
}
.__info_graphics .list li img {
  width: 100%;
  height: auto;
}
.__info_graphics .list li:nth-child(3n-1) {
  margin: 0 5%;
}
@media screen and (max-width: 991px) {
  .__info_graphics .list li:nth-child(3n-1) {
    margin: 0 0 9.3333333333vw;
  }
}
.__info_graphics .com-btn {
  width: 280px;
  height: 70px;
  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;
  background: #FA6600;
  color: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin: 40px auto 0;
}
@media (max-width: 1366px) {
  .__info_graphics .com-btn {
    width: 20.5882352941vw;
    height: 5.1470588235vw;
    font-size: 1.1764705882vw;
    margin: 2.9411764706vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__info_graphics .com-btn {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
    margin: 18.6666666667vw auto 0;
  }
}
.__info_graphics .com-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2.5px solid white;
  border-right: 2.5px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
@media (max-width: 1366px) {
  .__info_graphics .com-btn::after {
    width: 0.7352941176vw;
    height: 0.7352941176vw;
    margin-left: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__info_graphics .com-btn::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    top: -0.2666666667vw;
  }
}

.__entry {
  /*デフォルトのサンクスメッセージを非表示*/
}
.__entry .content-wrapper {
  padding-top: 0 !important;
}
.__entry .content-wrapper.pt {
  padding-top: 90px !important;
}
@media (max-width: 1366px) {
  .__entry .content-wrapper.pt {
    padding-top: 6.6176470588vw !important;
  }
}
@media screen and (max-width: 991px) {
  .__entry .content-wrapper.pt {
    padding-top: 12vw !important;
  }
}
.__entry .kv-area {
  text-align: center;
  margin-bottom: 50px;
}
.__entry .kv-area img {
  max-width: 787px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .__entry .kv-area img {
    width: 100%;
    max-width: 100%;
  }
}
.__entry.thanks .content-wrapper {
  padding-top: 90px !important;
  padding-bottom: 0;
}
.__entry .entry-wrapper {
  max-width: 787px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper {
    max-width: 100%;
    padding: 0 4vw;
  }
}
.__entry .entry-wrapper .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .tbl {
    margin-bottom: 10.6666666667vw;
  }
}
.__entry .entry-wrapper .tbl th {
  border: 4px solid white;
  padding: 20px;
  font-size: 1.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  width: 175px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .tbl th {
    padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    width: 37.3333333333vw;
    vertical-align: top;
  }
}
.__entry .entry-wrapper .tbl th .require {
  font-size: 0.8rem;
  background: #DA0000;
  border-radius: 2px;
  color: white;
  padding: 2px 3px;
  line-height: 1;
  margin-left: 5px;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .tbl th .require {
    padding: 0.8vw 0.8vw 0.5333333333vw;
    font-size: 2.1333333333vw;
    margin-left: 1.3333333333vw;
    top: -0.5333333333vw;
  }
}
.__entry .entry-wrapper .tbl td {
  border: 4px solid white;
  padding: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .tbl td {
    padding: 2.6666666667vw 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
.__entry .entry-wrapper .tbl td .select-wrap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .tbl td .select-wrap {
    width: 100%;
  }
}
.__entry .entry-wrapper .tbl td .select-wrap::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .tbl td .select-wrap::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 4vw;
    margin-top: -1.3333333333vw;
  }
}
.__entry .entry-wrapper .tbl tr {
  background: #F9F1E5;
}
.__entry .entry-wrapper .tbl tr:nth-child(even) {
  background: #EEECEB;
}
.__entry .entry-wrapper input, .__entry .entry-wrapper textarea, .__entry .entry-wrapper select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  background: white;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper input, .__entry .entry-wrapper textarea, .__entry .entry-wrapper select {
    border-radius: 0.8vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper textarea {
    height: 30.6666666667vw;
  }
}
.__entry .entry-wrapper .file-wrap label {
  color: #FA6600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
.__entry .entry-wrapper .file-wrap label::before {
  content: "";
  background-image: url(../img/entry/icon.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .file-wrap label::before {
    background-size: 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
    display: inline-block;
    margin-right: 0.5333333333vw;
  }
}
.__entry .entry-wrapper .file-wrap .select-image {
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .file-wrap .select-image {
    font-size: 3.2vw;
  }
}
.__entry .entry-wrapper .file-wrap label:hover {
  opacity: 0.8;
}
.__entry .entry-wrapper .file-wrap input[type=file] {
  display: none;
}
.__entry .entry-wrapper .note {
  color: #666666;
  font-size: 1rem;
}
.__entry .entry-wrapper .submit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .submit-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__entry .entry-wrapper .submit-area .submit-btn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  max-width: 310px;
}
.__entry .entry-wrapper .submit-area .submit-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 29px;
  right: 40px;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .submit-area .submit-btn::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 10.6666666667vw;
    top: 7.4666666667vw;
  }
}
.__entry .entry-wrapper .submit-area .submit-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  background: #FA6600;
  width: 310px;
  height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .submit-area .submit-btn input {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 992px) {
  .__entry .entry-wrapper .submit-area .submit-btn input:hover {
    background: #333333;
  }
}
.__entry .entry-wrapper .submit-area .submit-btn input:disabled {
  background: #ACACAC;
  cursor: default;
  cursor: not-allowed;
}
.__entry .entry-wrapper .submit-area .submit-btn .confirm_txt {
  color: red;
  margin-top: 10px;
  font-size: 1.2rem;
}
.__entry .entry-wrapper .submit-area .resset-btn {
  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;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .submit-area .resset-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2.6666666667vw;
  }
}
.__entry .entry-wrapper .submit-area .resset-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -6px;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .submit-area .resset-btn::after {
    width: 3.2vw;
    height: 3.2vw;
    left: 10.6666666667vw;
    margin-top: -1.4666666667vw;
  }
}
.__entry .entry-wrapper .submit-area .resset-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  background: #ACACAC;
  width: 310px;
  height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .submit-area .resset-btn input {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 992px) {
  .__entry .entry-wrapper .submit-area .resset-btn input:hover {
    background: #666666;
  }
}
.__entry .entry-wrapper .submit-area.flex {
  max-width: 640px;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__entry .entry-wrapper .submit-area.flex {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.__entry .success-area {
  padding-bottom: 125px;
}
.__entry .success-area .txt-area .txt {
  text-align: center;
}
.__entry .success-area .txt-area .txt p {
  font-size: 1.4rem;
  color: #333333;
  line-height: 3;
}
.__entry .success-area .txt-area .txt p span {
  line-height: 1.6;
  display: inline-block;
}
.__entry .success-area .txt-area .tel {
  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;
}
.__entry .success-area .txt-area .tel i {
  display: block;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  top: -1px;
  background-image: url(../img/common/tel.svg);
  background-size: 22px;
  background-repeat: no-repeat;
}
.__entry .success-area .txt-area .tel a {
  text-decoration: underline;
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
.__entry .success-area .back-btn {
  width: 310px;
  height: 70px;
  margin: 50px auto 0;
}
.__entry .success-area .back-btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  background: #FA6600;
}
.__entry .success-area .back-btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
.__entry .confirm_area,
.__entry .thanks_area {
  display: none;
}
.__entry .thanks_area {
  display: none; /* 初期状態では非表示 */
}
.__entry .thanks_area.show {
  display: block;
}
.__entry .wpcf7-response-output {
  display: none;
}

.__faq .nav-area {
  max-width: 787px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .__faq .nav-area {
    max-width: 57.8676470588vw;
  }
}
@media screen and (max-width: 991px) {
  .__faq .nav-area {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.__faq .nav-area li {
  width: 32%;
  margin-bottom: 2%;
}
.__faq .nav-area li a {
  width: 100%;
  height: 50px;
  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;
  background: #FA6600;
  color: white;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  border-radius: 10px;
}
@media (max-width: 1366px) {
  .__faq .nav-area li a {
    height: 3.6764705882vw;
    font-size: 1.1764705882vw;
    border-radius: 0.7352941176vw;
  }
}
@media screen and (max-width: 991px) {
  .__faq .nav-area li a {
    font-size: 3.7333333333vw;
    height: 9.0666666667vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 992px) {
  .__faq .nav-area li a:hover {
    opacity: 1;
    background: #333333;
  }
}
.__faq .faq-block {
  max-width: 944px;
  margin: 80px auto 60px;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
.__faq .faq-block.active {
  opacity: 1;
}
@media (max-width: 1366px) {
  .__faq .faq-block {
    max-width: 69.4117647059vw;
    margin: 5.8823529412vw auto 4.4117647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__faq .faq-block {
    padding: 0 4vw;
    margin: 16vw 0;
    max-width: 100%;
  }
}
.__faq .faq-block .list li {
  border-top: 1px solid #D9D9D9;
}
.__faq .faq-block .list li dl {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1366px) {
  .__faq .faq-block .list li dl {
    padding-top: 1.1029411765vw;
    padding-bottom: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__faq .faq-block .list li dl {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}
.__faq .faq-block .list li dl dt {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .__faq .faq-block .list li dl dt {
    font-size: 1.3235294118vw;
    padding-left: 2.9411764706vw;
    padding-right: 1.1029411765vw;
  }
}
@media screen and (max-width: 991px) {
  .__faq .faq-block .list li dl dt {
    font-size: 4.8vw;
    padding-left: 9.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.__faq .faq-block .list li dl dt::before {
  content: "";
  background-image: url(../img/faq/qa.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 1366px) {
  .__faq .faq-block .list li dl dt::before {
    background-size: 1.3235294118vw auto;
    width: 1.6176470588vw;
    height: 1.6176470588vw;
    top: 0.2205882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__faq .faq-block .list li dl dt::before {
    background-size: 4.8vw auto;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    top: 0.5333333333vw;
  }
}
.__faq .faq-block .list li dl dt::after {
  content: "";
  background-image: url(../img/faq/off.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
@media (max-width: 1366px) {
  .__faq .faq-block .list li dl dt::after {
    background-size: 1.4705882353vw auto;
    width: 1.4705882353vw;
    height: 1.4705882353vw;
    margin-top: -0.5147058824vw;
  }
}
@media screen and (max-width: 991px) {
  .__faq .faq-block .list li dl dt::after {
    background-size: 4.8vw auto;
    width: 4.8vw;
    height: 4.8vw;
    margin-top: -1.8666666667vw;
  }
}
.__faq .faq-block .list li dl dt.active::after {
  background-image: url(../img/faq/on.svg);
}
.__faq .faq-block .list li dl dd {
  display: none;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  color: #333333;
  padding: 0 20px 0 43px;
}
@media (max-width: 1366px) {
  .__faq .faq-block .list li dl dd {
    font-size: 1.1764705882vw;
    margin-top: 0.7352941176vw;
    padding: 0 1.4705882353vw 0 3.1617647059vw;
  }
}
@media screen and (max-width: 991px) {
  .__faq .faq-block .list li dl dd {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    padding: 0 4vw 0 9.3333333333vw;
  }
}

.__iframe .frame-wrap {
  width: 100%;
  height: auto;
  position: relative;
}
.__iframe .frame-wrap::after {
  content: "";
  display: block;
}
.__iframe .frame-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.__iframe .frame-wrap.contact::after {
  padding-top: 100%;
}
.__iframe .frame-wrap.stock::after {
  padding-top: 125%;
}
@media screen and (max-width: 991px) {
  .__iframe .frame-wrap.stock::after {
    padding-top: 250%;
  }
}

.__media .post-list {
  border-top: 1px dotted #999;
}
.__media .post-list li {
  border-bottom: 1px dotted #999;
}
.__media .post-list li a, .__media .post-list li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .__media .post-list li a, .__media .post-list li .wrap {
    display: block;
    padding: 2.6666666667vw 8vw 2.6666666667vw 0;
  }
}
.__media .post-list li a::after, .__media .post-list li .wrap::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 4px solid #FA6600;
  border-right: 4px solid #FA6600;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
@media screen and (max-width: 991px) {
  .__media .post-list li a::after, .__media .post-list li .wrap::after {
    width: 3.2vw;
    height: 3.2vw;
    border-top: 2px solid #FA6600;
    border-right: 2px solid #FA6600;
    right: 4vw;
    margin-top: -1.6vw;
  }
}
.__media .post-list li a .day, .__media .post-list li .wrap .day {
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  display: block;
  margin-right: 30px;
}
@media (max-width: 1366px) {
  .__media .post-list li a .day, .__media .post-list li .wrap .day {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 991px) {
  .__media .post-list li a .day, .__media .post-list li .wrap .day {
    font-size: 3.4666666667vw;
  }
}
.__media .post-list li a .title, .__media .post-list li .wrap .title {
  font-size: 1.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1366px) {
  .__media .post-list li a .title, .__media .post-list li .wrap .title {
    font-size: 1.3235294118vw;
  }
}
@media screen and (max-width: 991px) {
  .__media .post-list li a .title, .__media .post-list li .wrap .title {
    font-size: 4.2666666667vw;
  }
}
.__media .post-list li .wrap::after {
  content: none;
}
.__media .pagenation-area .list, .__media .pagenation-area .page-numbers {
  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;
  margin-top: 45px;
}
@media (max-width: 1366px) {
  .__media .pagenation-area .list, .__media .pagenation-area .page-numbers {
    margin-top: 3.3088235294vw;
  }
}
@media screen and (max-width: 991px) {
  .__media .pagenation-area .list, .__media .pagenation-area .page-numbers {
    margin-top: 13.3333333333vw;
  }
}
.__media .pagenation-area .list li, .__media .pagenation-area .page-numbers li {
  width: 47px;
  height: 47px;
}
@media (max-width: 1366px) {
  .__media .pagenation-area .list li, .__media .pagenation-area .page-numbers li {
    width: 3.4558823529vw;
    height: 3.4558823529vw;
  }
}
@media screen and (max-width: 991px) {
  .__media .pagenation-area .list li, .__media .pagenation-area .page-numbers li {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
  }
}
.__media .pagenation-area .list li a, .__media .pagenation-area .list li span, .__media .pagenation-area .page-numbers li a, .__media .pagenation-area .page-numbers li span {
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}
@media (max-width: 1366px) {
  .__media .pagenation-area .list li a, .__media .pagenation-area .list li span, .__media .pagenation-area .page-numbers li a, .__media .pagenation-area .page-numbers li span {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 991px) {
  .__media .pagenation-area .list li a, .__media .pagenation-area .list li span, .__media .pagenation-area .page-numbers li a, .__media .pagenation-area .page-numbers li span {
    font-size: 3.7333333333vw;
  }
}
.__media .pagenation-area .list li a:hover, .__media .pagenation-area .list li a.current, .__media .pagenation-area .list li span:hover, .__media .pagenation-area .list li span.current, .__media .pagenation-area .page-numbers li a:hover, .__media .pagenation-area .page-numbers li a.current, .__media .pagenation-area .page-numbers li span:hover, .__media .pagenation-area .page-numbers li span.current {
  background: #333333;
  color: white;
  opacity: 1;
}
.__media .pagenation-area .list li a.prev, .__media .pagenation-area .list li a.next, .__media .pagenation-area .list li span.prev, .__media .pagenation-area .list li span.next, .__media .pagenation-area .page-numbers li a.prev, .__media .pagenation-area .page-numbers li a.next, .__media .pagenation-area .page-numbers li span.prev, .__media .pagenation-area .page-numbers li span.next {
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 3px;
}
@media (max-width: 1366px) {
  .__media .pagenation-area .list li a.prev, .__media .pagenation-area .list li a.next, .__media .pagenation-area .list li span.prev, .__media .pagenation-area .list li span.next, .__media .pagenation-area .page-numbers li a.prev, .__media .pagenation-area .page-numbers li a.next, .__media .pagenation-area .page-numbers li span.prev, .__media .pagenation-area .page-numbers li span.next {
    font-size: 1.3235294118vw;
    padding-bottom: 0.2205882353vw;
  }
}
@media screen and (max-width: 991px) {
  .__media .pagenation-area .list li a.prev, .__media .pagenation-area .list li a.next, .__media .pagenation-area .list li span.prev, .__media .pagenation-area .list li span.next, .__media .pagenation-area .page-numbers li a.prev, .__media .pagenation-area .page-numbers li a.next, .__media .pagenation-area .page-numbers li span.prev, .__media .pagenation-area .page-numbers li span.next {
    font-size: 4.8vw;
    padding-bottom: 4px;
  }
}

.__contact .kv-area {
  text-align: center;
  margin-bottom: 50px;
}
.__contact .kv-area img {
  max-width: 787px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .__contact .kv-area img {
    width: 100%;
    max-width: 100%;
  }
}
.__contact.thanks .content-wrapper {
  padding-top: 90px !important;
  padding-bottom: 0;
}
.__contact .entry-wrapper {
  max-width: 787px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper {
    max-width: 100%;
  }
}
.__contact .entry-wrapper .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .tbl {
    margin-bottom: 10.6666666667vw;
  }
}
.__contact .entry-wrapper .tbl th {
  border: 4px solid white;
  padding: 20px;
  font-size: 1.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  width: 175px;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .tbl th {
    padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    width: 37.3333333333vw;
    vertical-align: top;
  }
}
.__contact .entry-wrapper .tbl th .require {
  font-size: 0.8rem;
  background: #DA0000;
  border-radius: 2px;
  color: white;
  padding: 2px 3px;
  line-height: 1;
  margin-left: 5px;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .tbl th .require {
    padding: 0.8vw 0.8vw 0.5333333333vw;
    font-size: 2.1333333333vw;
    margin-left: 1.3333333333vw;
    top: -0.5333333333vw;
  }
}
.__contact .entry-wrapper .tbl th small {
  font-size: 85%;
}
.__contact .entry-wrapper .tbl td {
  border: 4px solid white;
  padding: 10px;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .tbl td {
    padding: 2.6666666667vw 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
.__contact .entry-wrapper .tbl td .select-wrap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .tbl td .select-wrap {
    width: 100%;
  }
}
.__contact .entry-wrapper .tbl td .select-wrap::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .tbl td .select-wrap::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 4vw;
    margin-top: -1.3333333333vw;
  }
}
.__contact .entry-wrapper .tbl tr {
  background: #F9F1E5;
}
.__contact .entry-wrapper .tbl tr:nth-child(even) {
  background: #EEECEB;
}
.__contact .entry-wrapper input, .__contact .entry-wrapper textarea, .__contact .entry-wrapper select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  background: white;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper input, .__contact .entry-wrapper textarea, .__contact .entry-wrapper select {
    border-radius: 0.8vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper textarea {
    height: 30.6666666667vw;
  }
}
.__contact .entry-wrapper .file-wrap label {
  color: #FA6600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
.__contact .entry-wrapper .file-wrap label::before {
  content: "";
  background-image: url(../img/entry/icon.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .file-wrap label::before {
    background-size: 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
    display: inline-block;
    margin-right: 0.5333333333vw;
  }
}
.__contact .entry-wrapper .file-wrap .select-image {
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .file-wrap .select-image {
    font-size: 3.2vw;
  }
}
.__contact .entry-wrapper .file-wrap label:hover {
  opacity: 0.8;
}
.__contact .entry-wrapper .file-wrap input[type=file] {
  display: none;
}
.__contact .entry-wrapper .note {
  font-size: 1.2rem;
  margin-top: 5px;
}
.__contact .entry-wrapper .submit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .submit-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__contact .entry-wrapper .submit-area .submit-btn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  max-width: 310px;
}
.__contact .entry-wrapper .submit-area .submit-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 29px;
  right: 40px;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .submit-area .submit-btn::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 10.6666666667vw;
    top: 7.4666666667vw;
  }
}
.__contact .entry-wrapper .submit-area .submit-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  background: #FA6600;
  width: 310px;
  height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .submit-area .submit-btn input {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 992px) {
  .__contact .entry-wrapper .submit-area .submit-btn input:hover {
    background: #333333;
  }
}
.__contact .entry-wrapper .submit-area .submit-btn input:disabled {
  background: #ACACAC;
  cursor: default;
  cursor: not-allowed;
}
.__contact .entry-wrapper .submit-area .submit-btn .confirm_txt {
  color: red;
  margin-top: 10px;
  font-size: 1.2rem;
}
.__contact .entry-wrapper .submit-area .resset-btn {
  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;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .submit-area .resset-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2.6666666667vw;
  }
}
.__contact .entry-wrapper .submit-area .resset-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -6px;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .submit-area .resset-btn::after {
    width: 3.2vw;
    height: 3.2vw;
    left: 10.6666666667vw;
    margin-top: -1.4666666667vw;
  }
}
.__contact .entry-wrapper .submit-area .resset-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  background: #ACACAC;
  width: 310px;
  height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .submit-area .resset-btn input {
    width: 74.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 992px) {
  .__contact .entry-wrapper .submit-area .resset-btn input:hover {
    background: #666666;
  }
}
.__contact .entry-wrapper .submit-area.flex {
  max-width: 640px;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__contact .entry-wrapper .submit-area.flex {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.__test_drive .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;
}
@media screen and (max-width: 991px) {
  .__test_drive .list {
    display: block;
  }
}
.__test_drive .list li {
  width: 48.5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .__test_drive .list li {
    width: 100%;
    margin-bottom: 8vw;
  }
  .__test_drive .list li:last-child {
    margin-bottom: 0;
  }
}
.__test_drive .list li .fig {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .__test_drive .list li .fig {
    margin-bottom: 3.2vw;
  }
}
.__test_drive .list li .fig img {
  width: 100%;
  height: auto;
}
.__test_drive .list li h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FA6600;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .__test_drive .list li h3 {
    font-size: 4.2666666667vw;
  }
}
.__test_drive .list li p {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .__test_drive .list li p {
    font-size: 3.7333333333vw;
  }
}

.__catalog {
  @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");
}
.__catalog img {
  max-width: 100%;
  height: auto;
}
.__catalog .mobile-filter-btn {
  display: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .__catalog .mobile-filter-btn {
    display: block;
  }
}
.__catalog .mobile-filter-btn .catalog_filter_btn {
  width: 100%;
  margin: 0;
  border-radius: 40px;
}
.__catalog .page-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
}
.__catalog .page-row .sidebar {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
@media screen and (max-width: 991px) {
  .__catalog .page-row .sidebar {
    display: none;
  }
  .__catalog .page-row .sidebar.modal-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: auto;
  }
}
.__catalog .page-row .main-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .__catalog .page-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.__catalog .sidebar-header {
  display: none;
}
@media screen and (max-width: 991px) {
  .__catalog .sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    background: #333;
    color: white;
    position: sticky;
    top: 0;
    z-index: 10000;
  }
  .__catalog .sidebar-header h3 {
    margin: 0;
    font-size: 1.8rem;
  }
  .__catalog .sidebar-header .close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 2.4rem;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .__catalog .sidebar-header .close-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  .__catalog .sidebar-content {
    background: white;
    margin: 0 20px 20px;
    border-radius: 10px;
    padding: 20px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
}
.__catalog body.modal-open {
  overflow: hidden;
}
.__catalog .catalog_archive_list {
  margin: auto;
}
.__catalog .catalog_archive_list li:not(:last-child) {
  margin-bottom: 20px;
}
.__catalog .catalog_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border: 1px solid #000;
}
.__catalog .catalog_box .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35%;
  margin: 0;
  padding: 20px;
}
.__catalog .catalog_box .pic img {
  max-width: 100%;
}
.__catalog .catalog_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  background: #000;
  color: #fff;
}
.__catalog .catalog_box_title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
}
.__catalog .catalog_box_spec_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 15px;
  font-size: 1.2rem;
}
.__catalog .catalog_box_spec_list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__catalog .catalog_box_spec_list dt:after {
  content: "：";
}
.__catalog .catalog_box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.__catalog .catalog_box_btn .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .__catalog .catalog_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .__catalog .catalog_box .pic {
    width: 100%;
  }
  .__catalog .catalog_box .pic img {
    width: 160px;
    max-width: 100%;
  }
  .__catalog .catalog_box_title {
    font-size: 2rem;
  }
}
.__catalog .btn {
  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;
  gap: 5px;
  margin: 1.5em auto 0;
  padding: 5px;
  background: #FA6600;
  font-size: 1.4rem;
  color: white;
}
.__catalog .btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.__catalog .btn-youtube {
  width: 100%;
  border-radius: 40px;
  background: #fff;
  color: #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.__catalog .btn-youtube:after {
  content: none;
}
.__catalog .btn-youtube:hover {
  opacity: 0.7;
}
.__catalog .btn-youtube_wrapper .btn-youtube {
  background: #FA6600;
  color: #fff;
}
.__catalog .widget {
  background: #EEECEB;
}
.__catalog .widget:not(:last-child) {
  margin-bottom: 12px;
}
.__catalog .widget_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 4px;
  background: #333333;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.__catalog .widget_content {
  padding: 12px;
}
.__catalog .catalog_filter_btn {
  width: 100%;
  border-radius: 40px;
  color: #fff;
}
.__catalog .checkbox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 4px;
}
.__catalog .checkbox_list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
}
.__catalog .checkbox_list label:has(input:checked) {
  background: #FA6600;
  color: #fff;
}
.__catalog .checkbox_list label:hover {
  background: #fff;
}
.__catalog .select-all-btn {
  background: #fff;
  color: #000;
  border-radius: 40px;
  padding: 0 8px;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.__catalog .select-all-btn:hover {
  background: #FA6600;
  color: #fff;
}
.__catalog .search_input,
.__catalog .search_select {
  width: 100%;
  padding: 8px;
}
.__catalog .catalog_content_title {
  padding: 8px;
  background: #000;
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: center;
}
.__catalog .catalog_content_spec_list {
  margin-top: 50px;
}
.__catalog .catalog_content_spec_list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 15px;
  padding: 15px 10px;
  border-bottom: 1px solid #000;
}
.__catalog .catalog_content_spec_list dt {
  width: 150px;
  text-align: center;
  font-weight: 600;
}
.__catalog .catalog_content_spec_list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.__catalog .catalog_content .btn {
  margin-top: 50px;
  padding: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .__catalog .catalog_content_title {
    font-size: 2.4rem;
  }
  .__catalog .catalog_content_spec_list {
    margin-top: 24px;
  }
  .__catalog .catalog_content_spec_list .inner {
    gap: 4px 12px;
    padding: 12px 8px;
  }
  .__catalog .catalog_content .btn {
    margin-top: 30px;
    padding: 15px;
    font-size: 1.6rem;
  }
}
.__catalog .catalog_pics {
  max-width: 100%;
  overflow: hidden;
}
.__catalog .catalog_pics-main {
  margin-bottom: 15px;
}
.__catalog .catalog_pics-main .slick-slide img {
  display: block;
}
.__catalog .catalog_pics-sub .slick-slide {
  padding: 0 5px;
}
.__catalog .catalog_pics-sub .slick-slide img {
  display: block;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.__catalog .catalog_pics-sub .slick-slide img:hover {
  border-color: #FA6600;
}
.__catalog .catalog_pics-sub .slick-current img {
  border-color: #FA6600;
}
.__catalog .post-wrap {
  margin-top: 50px;
}
.__catalog .catalog_cta_box {
  padding: 40px 24px;
  background-image: url(../img/about/works/bg.png);
  background-color: #EEECEB;
  background-size: 100% auto;
  border-radius: 10px;
}
.__catalog .catalog_cta_title {
  font-size: 2.4rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 24px;
  text-align: center;
}
.__catalog .catalog_cta_title:after {
  content: "";
  width: 37px;
  height: 2px;
  background: #FA6600;
  display: block;
  margin: 15px auto 0;
}
.__catalog .catalog_cta_list {
  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;
}
.__catalog .catalog_cta_list li {
  padding: 0 15px;
}
.__catalog .catalog_cta_list li:not(:first-child) {
  border-left: 1px solid #000;
}
.__catalog .catalog_cta_list .btn {
  margin: 0;
  width: 280px;
  max-width: 100%;
  padding: 15px 20px;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
@media screen and (max-width: 991px) {
  .__catalog .catalog_cta_box {
    padding: 24px;
  }
  .__catalog .catalog_cta_title {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .__catalog .catalog_cta_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .__catalog .catalog_cta_list li {
    padding: 15px 0;
  }
  .__catalog .catalog_cta_list li:not(:first-child) {
    border-left: 0;
    border-top: 1px solid #000;
  }
}
.__catalog .tel_box {
  text-align: center;
}
.__catalog .tel_box .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
  gap: 5px;
  font-size: 2.8rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1;
}
.__catalog .tel_box .number small {
  font-size: 50%;
}
.__catalog .tel_box .reception {
  margin: 0;
  font-size: 1.2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
}
.__catalog .catalog_related {
  margin-top: 50px;
}
.__catalog .catalog_related_title {
  font-size: 2rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 10px;
}
.__catalog .catalog_related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.__catalog .catalog_related_list li {
  -ms-flex-preferred-size: calc(33.3333333333% - 20px);
      flex-basis: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 991px) {
  .__catalog .catalog_related_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.__catalog .related_catalog_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border: 1px solid #000;
}
.__catalog .related_catalog_box .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 16px;
}
.__catalog .related_catalog_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  background: #000;
  color: #fff;
}
.__catalog .related_catalog_box_title {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
}
.__catalog .related_catalog_box_btn {
  margin-top: 1rem;
}
.__catalog .related_catalog_box_btn .btn {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .__catalog .related_catalog_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .__catalog .related_catalog_box .pic {
    width: 40%;
  }
}
.__catalog .mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .__catalog .mt80 {
    margin-top: 40px;
  }
}
.__catalog .btn_wrapper {
  max-width: 416px;
  margin: 50px auto 0;
}
.__catalog .btn_wrapper .btn {
  padding: 20px;
  font-size: 1.6rem;
  font-family: "HiraginoSans-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: white;
  text-align: center;
}
.__catalog .post_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.__catalog .post_share li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.__catalog .post_share li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 5px 15px;
}
.__catalog .post_share li img {
  width: 24px;
  height: 24px;
}
.__catalog .post_share li .name {
  font-size: 1.4rem;
}
.__catalog .post_share .x {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.__catalog .post_share .line {
  border: 1px solid #00B900;
  background: #00B900;
  color: #fff;
}
.__catalog .post_share .facebook {
  border: 1px solid #1877F2;
  background: #1877F2;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .__catalog .post_share .name {
    display: none;
  }
}
.__catalog .main-content {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.__catalog .loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.__catalog .loading-text {
  color: #fff;
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  margin-top: 30px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.__catalog .speedometer {
  width: 400px;
  height: 400px;
  display: block;
  margin: -200px auto 0;
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 991px) {
  .__catalog .speedometer {
    zoom: 0.5;
  }
}
.__catalog .speed {
  position: relative;
  left: 1.7em;
  font-size: 5em;
  text-shadow: #fa6600 0 0 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  color: #fa6600;
  line-height: 1;
  text-align: center;
}
.__catalog .speed:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: kmh 5s linear 0s 1 forwards;
          animation: kmh 5s linear 0s 1 forwards;
  content: "-";
}
.__catalog .speed span {
  display: block;
  font-size: 0.5em;
  line-height: 1;
}
.__catalog [class^=speed-marker-] {
  height: 200px;
  opacity: 0.4;
}
.__catalog [class^=speed-marker-],
.__catalog [class^=speed-marker-]:after {
  width: 5px;
}
.__catalog [class^=speed-marker-],
.__catalog [class^=speed-marker-]:after,
.__catalog [class^=speed-marker-]:before {
  display: block;
  position: absolute;
  top: 200px;
  left: 0;
  margin-left: -2px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.__catalog [class^=speed-marker-]:after {
  content: " ";
  height: 20px;
}
.__catalog [class^=speed-marker-]:not(:first-child):before {
  content: " ";
  height: 23px;
  width: 3px;
  margin-left: -25px;
}
.__catalog [class^=speed-marker-]:after,
.__catalog [class^=speed-marker-]:before {
  background: #fa6600;
  -webkit-box-shadow: 0 0 5px 2.5px #fa6600;
          box-shadow: 0 0 5px 2.5px #fa6600;
}
@-webkit-keyframes toggleMarkers {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes toggleMarkers {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kmh {
  0% {
    content: "0";
  }
  10% {
    content: "20";
  }
  20% {
    content: "40";
  }
  30% {
    content: "60";
  }
  40% {
    content: "80";
  }
  50% {
    content: "100";
  }
  60% {
    content: "120";
  }
  70% {
    content: "140";
  }
  80% {
    content: "160";
  }
  90% {
    content: "180";
  }
  100% {
    content: "220";
  }
}
@keyframes kmh {
  0% {
    content: "0";
  }
  10% {
    content: "20";
  }
  20% {
    content: "40";
  }
  30% {
    content: "60";
  }
  40% {
    content: "80";
  }
  50% {
    content: "100";
  }
  60% {
    content: "120";
  }
  70% {
    content: "140";
  }
  80% {
    content: "160";
  }
  90% {
    content: "180";
  }
  100% {
    content: "220";
  }
}
.__catalog .speed-marker-1 {
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  -webkit-animation: toggleMarkers 250ms linear 6s 1 forwards;
          animation: toggleMarkers 250ms linear 6s 1 forwards;
}
.__catalog .speed-marker-1:before {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
.__catalog .speed-marker-2 {
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
  -webkit-animation: toggleMarkers 250ms linear 5.5s 1 forwards;
          animation: toggleMarkers 250ms linear 5.5s 1 forwards;
}
.__catalog .speed-marker-2:before {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.__catalog .speed-marker-3 {
  -webkit-transform: rotate(-39deg);
          transform: rotate(-39deg);
  -webkit-animation: toggleMarkers 250ms linear 5s 1 forwards;
          animation: toggleMarkers 250ms linear 5s 1 forwards;
}
.__catalog .speed-marker-3:before {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
.__catalog .speed-marker-4 {
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
  -webkit-animation: toggleMarkers 250ms linear 4.5s 1 forwards;
          animation: toggleMarkers 250ms linear 4.5s 1 forwards;
}
.__catalog .speed-marker-4:before {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.__catalog .speed-marker-5 {
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
  -webkit-animation: toggleMarkers 250ms linear 4s 1 forwards;
          animation: toggleMarkers 250ms linear 4s 1 forwards;
}
.__catalog .speed-marker-5:before {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.__catalog .speed-marker-6 {
  -webkit-transform: rotate(-78deg);
          transform: rotate(-78deg);
  -webkit-animation: toggleMarkers 250ms linear 3.5s 1 forwards;
          animation: toggleMarkers 250ms linear 3.5s 1 forwards;
}
.__catalog .speed-marker-6:before {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.__catalog .speed-marker-7 {
  -webkit-transform: rotate(-91deg);
          transform: rotate(-91deg);
  -webkit-animation: toggleMarkers 250ms linear 3s 1 forwards;
          animation: toggleMarkers 250ms linear 3s 1 forwards;
}
.__catalog .speed-marker-8 {
  -webkit-transform: rotate(-104deg);
          transform: rotate(-104deg);
  -webkit-animation: toggleMarkers 250ms linear 2.5s 1 forwards;
          animation: toggleMarkers 250ms linear 2.5s 1 forwards;
}
.__catalog .speed-marker-9 {
  -webkit-transform: rotate(-117deg);
          transform: rotate(-117deg);
  -webkit-animation: toggleMarkers 250ms linear 2s 1 forwards;
          animation: toggleMarkers 250ms linear 2s 1 forwards;
}
.__catalog .speed-marker-10 {
  -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg);
  -webkit-animation: toggleMarkers 250ms linear 1.5s 1 forwards;
          animation: toggleMarkers 250ms linear 1.5s 1 forwards;
}
.__catalog .speed-marker-11 {
  -webkit-transform: rotate(-143deg);
          transform: rotate(-143deg);
  -webkit-animation: toggleMarkers 250ms linear 1s 1 forwards;
          animation: toggleMarkers 250ms linear 1s 1 forwards;
}
.__catalog .speed-marker-12 {
  -webkit-transform: rotate(-156deg);
          transform: rotate(-156deg);
  -webkit-animation: toggleMarkers 250ms linear 0.5s 1 forwards;
          animation: toggleMarkers 250ms linear 0.5s 1 forwards;
}
.__catalog .speed-marker-13 {
  -webkit-transform: rotate(-169deg);
          transform: rotate(-169deg);
  -webkit-animation: toggleMarkers 250ms linear 0s 1 forwards;
          animation: toggleMarkers 250ms linear 0s 1 forwards;
}

.lower .post-wrapper .post-area h1 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .lower .post-wrapper .post-area h1 {
    font-size: 2.6470588235vw;
  }
}
@media screen and (max-width: 991px) {
  .lower .post-wrapper .post-area h1 {
    font-size: 8vw;
  }
}
.lower .post-wrapper .post-area h2 {
  font-size: 32px;
  font-weight: 700;
  background: none;
  color: #333333;
  text-align: left;
  padding: 0;
}
@media (max-width: 1366px) {
  .lower .post-wrapper .post-area h2 {
    font-size: 2.3529411765vw;
  }
}
@media screen and (max-width: 991px) {
  .lower .post-wrapper .post-area h2 {
    font-size: 6.6666666667vw;
  }
}
.lower .post-wrapper .post-area h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .lower .post-wrapper .post-area h3 {
    font-size: 2.0588235294vw;
  }
}
@media screen and (max-width: 991px) {
  .lower .post-wrapper .post-area h3 {
    font-size: 5.8666666667vw;
  }
}
.lower .post-wrapper .post-area h4 {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .lower .post-wrapper .post-area h4 {
    font-size: 1.8382352941vw;
  }
}
@media screen and (max-width: 991px) {
  .lower .post-wrapper .post-area h4 {
    font-size: 5.3333333333vw;
  }
}
.lower .post-wrapper .post-area h5 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .lower .post-wrapper .post-area h5 {
    font-size: 1.6176470588vw;
  }
}
@media screen and (max-width: 991px) {
  .lower .post-wrapper .post-area h5 {
    font-size: 4.5333333333vw;
  }
}
.lower .post-wrapper .post-area h6 {
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .lower .post-wrapper .post-area h6 {
    font-size: 1.3970588235vw;
  }
}
@media screen and (max-width: 991px) {
  .lower .post-wrapper .post-area h6 {
    font-size: 4vw;
  }
}
/*# sourceMappingURL=style.css.map */