@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

/* resetここまで */
/* common */
main {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

body * {
  box-sizing: border-box;
}

body *::before, body *::after {
  box-sizing: border-box;
}

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
  /* IE10以上のみ適応 */
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

p, dl, ul {
  line-height: 1.6;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.dib {
  display: inline-block;
}

.ieonly {
  display: none !important;
}

@media all and (-ms-high-contrast: none) {
  .ieonly {
    display: block !important;
  }
  .ieonly.pconly {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  .ieonly.pconly {
    display: block !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .ieonly.sponly {
    display: block !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  .ieonly.sponly {
    display: none !important;
  }
}

.pconly {
  display: none;
}

@media (max-width: 768px) {
  .pconly {
    display: block;
  }
}

.sponly {
  display: block;
}

@media (max-width: 768px) {
  .sponly {
    display: none;
  }
}

.small_only {
  display: none;
}

@media (max-width: 350px) {
  .small_only {
    display: block;
  }
}

.baseW {
  width: 90%;
  max-width: 982px;
  margin: auto;
}

@media (max-width: 768px) {
  .baseW {
    max-width: 1200px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: .8s;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

/* common */
.pc-item {
  display: inline;
}

@media (max-width: 1024px) {
  .pc-item {
    display: none;
  }
}

.sp-item {
  display: none;
}

@media (max-width: 768px) {
  .sp-item {
    display: inline;
  }
}

#news, #info, #about, #company_overview, #btn_area, #document_dl {
  padding-top: 90px;
}

@media (max-width: 768px) {
  #news, #info, #about, #company_overview, #btn_area, #document_dl {
    padding-top: 30px;
  }
}

#works {
  padding-top: 70px;
}

@media (max-width: 768px) {
  #works {
    padding-top: 30px;
  }
}

.section-title {
  font-size: 3.8rem;
  color: #333;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
  letter-spacing: .5rem;
  margin-bottom: 54px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.7rem;
    padding-bottom: .5em;
    margin-bottom: 1em;
  }
}

.section-title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #ED6100;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .section-title::before {
    width: 40px;
    height: 2px;
  }
}

/* section_inner */
.section_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .section_inner {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .section_inner {
    padding: 0 10px;
  }
}

/* second section title */
.second-section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ED6100;
  position: relative;
  padding: 5px 80px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .second-section-title {
    font-size: 1.6rem;
    padding: 5px 10%;
    margin-bottom: 1em;
  }
}

.second-section-title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 27px;
  background-color: #ED6100;
  transform: translateY(-50%) skewX(-15deg);
  left: 0;
  top: 50%;
}

.second-section-title::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 27px;
  background-color: #ED6100;
  transform: translateY(-50%) skewX(-15deg);
  right: 0;
  top: 50%;
}

.second-section {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .second-section:last-of-type {
    margin-bottom: 30px;
  }
}

.category-tag {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  padding: 8px 26px;
  background-color: #ED6100;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .category-tag {
    font-size: 1.1rem;
    padding: .2em 1em;
    max-width: 7em;
  }
}

.sing-up_btn_small {
  display: block;
  width: 442px;
  height: 74px;
  line-height: 74px;
  background-image: linear-gradient(90deg, #f9530c 0%, #ff8f23 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  border: solid 2px #f9530c;
  transition: all .3s;
}

@media (max-width: 768px) {
  .sing-up_btn_small {
    max-width: 375px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 1.5rem;
  }
}

.sing-up_btn_small:hover {
  color: #ED6100;
  background-image: linear-gradient(90deg, white -5px, white 101%);
  border: solid 2px #f9530c;
  letter-spacing: 0.3rem;
}

.sing-up_btn_small::after {
  position: absolute;
  content: "";
  background-image: url(../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  display: inline-block;
  transform: translateX(-40%);
  top: 40%;
  right: 10%;
}

@media (max-width: 768px) {
  .sing-up_btn_small::after {
    transform: translateX(-37%);
    top: 37%;
    right: 4%;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1920px;
  padding-bottom: 30px;
  z-index: 999;
  background-color: #ededed;
}

@media (max-width: 768px) {
  header {
    background-color: #fff;
  }
}

.header-base {
  height: 90px;
  display: flex;
  max-width: 1920px;
  justify-content: space-between;
  margin: 0 auto;
  background-image: linear-gradient(105deg, transparent 0%, transparent 50%, black 50%, black 100%);
}

@media (max-width: 1024px) {
  .header-base {
    background-image: none;
  }
}

@media (max-width: 768px) {
  .header-base {
    height: 70px;
  }
}

.header-base .header_nav {
  background-color: #000;
  transform: skewX(-15deg);
  margin-right: calc(50% - 50vw);
}

@media (max-width: 1024px) {
  .header-base .header_nav {
    transform: skewX(0);
    width: 60%;
    transition: all 0.6s;
    position: fixed;
    top: 0;
    right: -120%;
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 350px) {
  .header-base .header_nav {
    width: 100%;
  }
}

.header-base .header_nav.panelactive {
  right: 0;
}

.header-base .header_nav .header_nav_list {
  display: flex;
  padding-left: 2vw;
  transform: skewX(15deg);
}

@media (max-width: 1024px) {
  .header-base .header_nav .header_nav_list {
    transform: skewX(0);
    flex-direction: column;
    padding: 10%;
    transition: all 0.6s;
  }
}

.header-base .header_nav .header_nav_list .nav_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  font-size: 1.9rem;
  color: #fff;
  font-weight: bold;
  margin-right: 1vw;
  transition: all .3s;
}

.header-base .header_nav .header_nav_list .nav_item:hover {
  color: #ED6100;
}

.header-base .header_nav .header_nav_list .nav_item:last-of-type {
  color: #ED6100;
  margin-right: 35px;
}

.header-base .header_nav .header_nav_list .nav_item:last-of-type:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .header-base .header_nav .header_nav_list .nav_item:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .header-base .header_nav .header_nav_list .nav_item {
    font-size: 1.6rem;
    line-height: 60px;
  }
}

/*ハンバーガーメニュー*/
#open_btn {
  display: none;
}

@media (max-width: 1024px) {
  #open_btn {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #000;
  }
  #open_btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  #open_btn span:nth-of-type(1) {
    top: 15px;
  }
  #open_btn span:nth-of-type(2) {
    top: 23px;
  }
  #open_btn span:nth-of-type(3) {
    top: 31px;
  }
}

#open_btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

#open_btn.active span:nth-of-type(2) {
  opacity: 0;
}

#open_btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.header-logo {
  display: flex;
  align-items: center;
  margin-left: 3%;
}

@media (max-width: 768px) {
  .header-logo {
    margin-left: 1rem;
  }
}

.header-logo img {
  width: 14.4vw;
  max-width: 277px;
  display: inline-block;
}

@media (max-width: 768px) {
  .header-logo img {
    width: 34vw;
    min-width: 138px;
  }
}

.header-logo a img {
  display: block;
}

.header-logo span {
  display: block;
  font-size: 2.0rem;
  color: #ED6100;
  width: 100%;
}

@media (max-width: 1024px) {
  .header-logo span {
    display: none;
  }
}

.footer {
  margin-top: 100px;
  background-color: #ED6100;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.footer_logo {
  width: 219px;
  padding: 73px 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer_logo {
    width: 110px;
    padding: 26px 0;
  }
}

.footer_info_list {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 83px;
}

@media (max-width: 768px) {
  .footer_info_list {
    font-size: 1.4rem;
    margin-bottom: 36px;
  }
}

.footer_info_list .info_item {
  display: flex;
}

.footer_info_list .info_item .info_title {
  text-align: right;
  font-weight: bold;
  margin-right: 25px;
  width: 55px;
}

.footer_info_list .info_item .info-detail {
  text-align: left;
}

.copy-right {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 80px;
  display: inline-block;
}

@media (max-width: 768px) {
  .copy-right {
    padding-bottom: 30px;
  }
}

/*------------------------------
会員登録はこちら　フローティングボタン
------------------------------*/
#page_top {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: fixed;
  z-index: 5;
  bottom: 66px;
  right: 50px;
  width: 120px;
  height: 120px;
  transition: all .3s ease;
  border: solid 2px #fff;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  background-color: #ED6100;
  text-align: center;
  padding: 30px 10px;
  white-space: nowrap;
}

#page_top:hover {
  transform: scale(1.08);
}

@media (max-width: 768px) {
  #page_top {
    width: 80px;
    height: 80px;
    font-size: 1rem;
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 460px) {
  #page_top {
    width: 70px;
    height: 70px;
    padding: 0;
    right: 10px;
    bottom: 10px;
  }
}

.fix_download_link {
  position: fixed;
  top: 60%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  padding: 12px 0;
  border: 2px solid #ED6100;
  font-size: 20px;
  font-weight: bold;
  color: #ED6100;
  letter-spacing: .2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 12;
  transition: .3s;
}

.fix_download_link:hover {
  opacity: .8;
}

@media (max-width: 768px) {
  .fix_download_link {
    top: auto;
    bottom: 20%;
    font-size: 1em;
    transform: none;
  }
}

.um-field-area .um:not(.um-directory) input, .um-field-area .um:not(.um-directory) select, .um-field-area .um:not(.um-directory) textarea {
  font-size: 17px;
}

.um-field-area .um-field-checkbox input, .um-field-radio input {
  opacity: 1 !important;
  width: auto !important;
  margin-top: 4px;
}

.um-field-area .um-field-checkbox-state, .um-field-area .um-field-radio-state {
  display: none;
}
