@charset "UTF-8";
/* base
==================================*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  scroll-padding-top: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-all;
  font-feature-settings: "palt" 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

p {
  font-size: 16px;
}

h2 {
  font-weight: normal;
}

.pcbr {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:active {
  color: #000;
}

input, textarea, button, textarea {
  width: 100%;
  padding: 6px 10px;
}
@media (max-width: 899px) {
  input, textarea, button, textarea {
    padding: 12px;
  }
}

::placeholder {
  color: #999999;
  font-size: 16px;
}

textarea::placeholder {
  color: #999999;
  font-size: 16px;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.sp {
  display: none;
}
@media (max-width: 899px) {
  .sp {
    display: inline-block;
  }
}

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

#portfolio, #experience, #contact {
  padding-top: 70px;
  margin-top: -70px;
}

#professional,
#portfolio {
  padding-top: 64px;
  margin-top: -70px;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #999999;
  width: 100%;
  height: 55px;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 18px;
  margin: auto;
}
header .logo {
  width: 28px;
}
header .hum_menu {
  position: relative;
  width: 30px;
  height: 55px;
}
header .hum_menu span {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 2px;
  margin: auto;
  transition: 0.3s;
}
header .hum_menu span.line-t.show {
  top: 26px;
  transform: rotate(-38deg);
}
header .hum_menu span.line-m {
  top: 26px;
}
header .hum_menu span.line-m.show {
  top: 26px;
  transform: rotate(38deg);
}
header .hum_menu span.line-b {
  top: 32px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: transparent;
}
header .hum_menu span.line-b.show {
  opacity: 0;
  transform: translate(0, -50%);
}
header .hum_menu p {
  color: #fff;
  padding: 35px 0 0;
  font-size: 10px;
  text-align: center;
}
header nav {
  display: none;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #999999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 26px;
}
header nav ul {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
header nav li {
  width: 100%;
}
header nav a {
  display: block;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  padding: 20px;
}
header nav a:visited {
  color: #fff;
}
header nav a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-right: 18px;
}

/* footer
==================================*/
footer {
  height: 125px;
  background: #999999;
}

.footer_inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  margin: auto;
}
.footer_inner > .logo {
  width: 10%;
  max-width: 28px;
}

.copy {
  width: calc(100% - 28px);
  color: white;
  font-size: 12px;
  text-align: center;
  margin-right: 28px;
}
.copy small {
  line-height: 1.4;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}
#pageTop a:active {
  opacity: 0.7;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.sec_wrap {
  width: min(80%, 900px);
  margin: auto;
}
@media (max-width: 899px) {
  .sec_wrap {
    width: calc(100% - 40px);
  }
}

.box {
  position: relative;
  margin: auto;
  z-index: 2;
}
.box_container {
  background: black;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}
@media (max-width: 899px) {
  .box_container {
    width: calc(100% - 70px);
    box-shadow: none;
  }
}

.caption {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.caption > h2 {
  font-size: 67px;
  font-weight: normal;
  margin-bottom: 25px;
}
@media (max-width: 899px) {
  .caption > h2 {
    font-size: 35px;
    margin-bottom: 8px;
  }
}
.caption > span {
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 899px) {
  .caption > span {
    font-size: 15px;
  }
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 19px;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}
@media (min-width: 900px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 899px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li > a .date,
  .news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
@media (max-width: 899px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}
.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 900px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
  .page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #000;
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  transform: scale(-1, 1);
}
@media (min-width: 900px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}
@media (min-width: 900px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 500;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
.page_navigation > ul .link_page,
.page_navigation > ul .current_page {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation > ul .link_page:not(.current_page),
.page_navigation > ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}
@media (min-width: 900px) {
  .page_navigation > ul .link_page:not(.current_page):hover,
  .page_navigation > ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation > ul .link_page.current_page,
.page_navigation > ul .current_page.current_page {
  background-color: #000;
  color: #fff;
}

/*==================================
  Top
==================================*/
.sec_hero {
  position: relative;
  padding-top: 85px;
  z-index: -3;
  margin: 0 20px;
}
.sec_hero .mv {
  position: fixed;
  top: 55px;
  right: 0;
  width: 100%;
  visibility: visible;
}
.sec_hero .mv img {
  width: 100%;
}
.sec_hero.hidden .mv {
  visibility: hidden;
}
.sec_hero .mv_inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.sec_hero .bigtxt {
  width: 70%;
  margin-bottom: 40px;
}
.sec_hero .en {
  font-size: 19px;
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-bottom: 54px;
}

.b01 .box_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 25px;
}
.b01 .logo {
  width: 43px;
  margin: 0 auto 30px;
}
.b01 .lead {
  max-width: 500px;
  color: white;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
.b01 .btn {
  width: 100%;
}
.b01 a {
  display: block;
  max-width: 250px;
  height: 100%;
  color: white;
  font-size: 16px;
  text-align: center;
  border: 1px solid;
  padding: 12px;
  margin: auto;
  transition: 0.3s ease;
  cursor: pointer;
}
.b01 a:focus {
  background: white;
  color: #000;
}

.sec_01 {
  position: relative;
  overflow: hidden;
  height: 687.5px;
  margin-top: -400px;
}
.sec_01 .bg_img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec_01 .sec_wrap {
  position: relative;
  padding: 450px 0 55px;
  z-index: 1;
}
.sec_01 .move_wrap {
  max-width: 335px;
  margin: auto;
}
.sec_01 .caption {
  margin-bottom: 20px;
}
.sec_01 .caption.move + .move_wrap p {
  clip-path: inset(0 0 0 0);
  font-weight: 400;
}
.sec_01 .caption.move + .move_wrap p.move01 {
  transition: 0.4s 0.2s;
}
.sec_01 .caption.move + .move_wrap p.move02 {
  transition: 0.5s 0.5s;
}
.sec_01 .caption.move + .move_wrap p.move03 {
  transition: 0.5s 0.8s;
}
.sec_01 .caption.move + .move_wrap p.move04 {
  transition: 0.5s 1.1s;
}
.sec_01 .caption > h2 {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
}
.sec_01 .caption > span {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
}
.sec_01 p {
  font-size: 18px;
  line-height: 1.6;
  clip-path: inset(0 100% 0 0);
}
.sec_01 .move02 {
  display: block;
}

.sec_02 {
  position: relative;
  display: flex;
  justify-content: center;
  background: url("../images/top/sp/portfolio_bg_sp.jpg") no-repeat 50% 0%/cover;
  z-index: 1;
}
.sec_02 * {
  color: white;
}
.sec_02 .sec_wrap {
  max-width: 335px;
  padding: 55px 0 1010px;
}
.sec_02 .cap_01 {
  margin-bottom: 27px;
}
.sec_02 .content_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.sec_02 h3 {
  width: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  margin-right: -1px;
}
.sec_02 h3:nth-of-type(1) {
  background: url("../images/top/cat_img01.jpg") no-repeat 50%/cover;
}
.sec_02 h3:nth-of-type(2) {
  background: url("../images/top/cat_img02.jpg") no-repeat 50%/cover;
}
.sec_02 h3:nth-of-type(3) {
  background: url("../images/top/cat_img03.jpg") no-repeat 50%/cover;
}
.sec_02 h3:nth-of-type(4) {
  background: url("../images/top/cat_img04.jpg") no-repeat 50%/cover;
}
.sec_02 h3:nth-of-type(5) {
  background: url("../images/top/cat_img05.jpg") no-repeat 50%/cover;
}
.sec_02 h3:nth-of-type(6) {
  background: url("../images/top/cat_img06.jpg") no-repeat 50%/cover;
}
.sec_02 h3::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec_02 h3 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Gruppo", cursive;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.8;
  padding: 10px;
  margin: 0;
  transition: 0.3s ease;
}
.sec_02 h3 a:focus, .sec_02 h3 a:active, .sec_02 h3 a:visited {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  border-color: white;
  opacity: 1;
}
.sec_02 .cap_02 {
  margin-bottom: 35px;
}
.sec_02 .grid_wrap {
  grid-template-columns: 100%;
  grid-template-rows: repeat(7, auto);
}
.sec_02 .grid_wrap::after {
  content: "";
  position: absolute;
  background: white;
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 1.5s linear 0.2s;
}
.sec_02 .grid_wrap.move::after {
  transform: scaleY(1);
}
.sec_02 .inner {
  grid-area: 1;
  position: relative;
  padding-left: 30px;
}
.sec_02 .inner:not(:last-child) {
  padding-bottom: 50px;
}
.sec_02 .inner::before {
  content: "";
  position: absolute;
  background: white;
  width: 9px;
  height: 9px;
  top: 0;
  left: 0;
  border-radius: 50vw;
}
.sec_02 .inner_01 {
  grid-area: 1/1;
}
.sec_02 .inner_02 {
  grid-area: 2/1;
}
.sec_02 .inner_03 {
  grid-area: 3/1;
}
.sec_02 .inner_04 {
  grid-area: 4/1;
}
.sec_02 .inner_05 {
  grid-area: 5/1;
}
.sec_02 .inner_06 {
  grid-area: 6/1;
}
.sec_02 .inner_07 {
  grid-area: 7/1;
}
.sec_02 .txt_wrap {
  margin-top: -9.5px;
}
.sec_02 .txt_wrap > p {
  font-size: 16px;
}
.sec_02 h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.sec_02 .year {
  font-size: 21px;
}

.b02 {
  transform: translate(0, 0);
  opacity: 1;
  transition: none;
  margin-top: -955px;
}
.b02 .box_container {
  padding: 60px 27px;
}
.b02 .flex_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}
.b02 .left_inner {
  width: 100%;
  color: white;
  margin-bottom: 40px;
}
.b02 .left_inner h2 {
  font-size: 31px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 28px;
}
.b02 .left_inner .lead {
  letter-spacing: 0.05em;
  text-align: justify;
  margin-bottom: 40px;
}
.b02 .left_inner .company {
  position: relative;
  width: 180px;
  height: 40px;
  padding-left: 45px;
  margin: auto;
}
.b02 .left_inner .company::before {
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 100%;
  background: no-repeat center/contain;
}
.b02 .left_inner .company_01 {
  margin-bottom: 20px;
}
.b02 .left_inner .company_01::before {
  background-image: url("../images/top/logo.svg");
}
.b02 .left_inner .company_02 {
  display: flex;
  align-items: center;
}
.b02 .left_inner .company_02::before {
  background-image: url("../images/top/icon_izoo.svg");
}
.b02 .left_inner .company_02 .logo_size {
  width: 104px;
}
.b02 .left_inner .company a {
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 13px;
}
.b02 .right_inner {
  width: 100%;
}
.b02 .right_inner form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b02 .right_inner .btn.btn-primary {
  background: #808080;
  color: white;
  text-transform: capitalize;
  transition: 0.3s 0s;
  padding: 12px;
}
@media (hover: hover) {
  .b02 .right_inner .btn.btn-primary {
    background: #999999;
  }
}
.b02 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 144px;
  margin: auto;
}
.b02 li:nth-of-type(1) {
  width: 34px;
}
.b02 li:nth-of-type(2) {
  width: 32px;
}
.b02 li:nth-of-type(3) {
  width: 36px;
  margin-left: -2px;
}

.sec_03 {
  width: 100%;
  height: 276px;
  transform: translate(0, -100%);
  margin-top: -48px;
}
.sec_03::before {
  content: "";
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 411px;
  z-index: -1;
  background: url("../images/top/sp/footer_bg_sp.jpg") no-repeat 50% 100%/cover;
}
.sec_03.move {
  transform: none;
}

/*==================================
  Competitive（フォーム内容確認ページ）
==================================*/
body#Competitive .sec_hero {
  padding: 55px 0 10px;
  margin: 0 20px;
}
body#Competitive .sec_hero .en {
  display: none;
}
body#Competitive .sec_hero .mv_inner {
  position: relative;
  top: 17px;
  left: 0;
  width: 100%;
}
body#Competitive .b03 {
  position: relative;
  margin-bottom: 90px;
}
body#Competitive .box_container {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
body#Competitive .container {
  color: white;
  padding: 50px 20px;
}
body#Competitive .container > p {
  line-height: 1.8;
  text-align: justify;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
}
body#Competitive form#sfm-form {
  margin-top: 40px;
}
body#Competitive form#sfm-form .need {
  padding-left: 10px;
}

.modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  margin: auto 20px;
  max-height: 90%;
  background-color: #e6e6e6;
  z-index: 999;
  padding: 68px 26px 68px 26px;
}
.modal.modal_def {
  max-height: 280px;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal .close a {
  transition: 0.4s;
}
.modal .close a:hover {
  opacity: 0.6;
}
.modal .close img {
  width: 50px;
  height: auto;
}
.modal h4 {
  font-family: "Gruppo", cursive;
  font-size: 34px;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.modal .password .pass {
  font-family: "Gruppo", cursive;
  font-size: 34px;
  font-weight: normal;
  color: #000;
  text-align: center;
  line-height: 1;
  padding: 0 0 18px 0;
}
.modal .password .inpt {
  width: 100%;
  border: none;
  margin: 0 auto;
  position: relative;
}
.modal .password .inpt input {
  height: 40px;
  line-height: 1.1;
  font-size: 16px;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal .password .inpt input:focus {
  outline: none;
}
.modal .password .inpt a {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.modal .password .inpt a img {
  width: 100%;
  height: auto;
}
.modal .password .error {
  display: none;
  color: #cc0000;
  text-align: center;
  padding: 10px 0 0 0;
}
.modal .list_content {
  display: none;
  padding: 60px 0 0 0;
  height: 100%;
}
.modal .list_content .inner {
  height: 100%;
  padding: 0 0 30px 0;
  overflow: auto;
}
.modal .list_content .inner::-webkit-scrollbar {
  width: 4px;
}
.modal .list_content .inner::-webkit-scrollbar-track {
  background-color: #cccccc;
}
.modal .list_content .inner::-webkit-scrollbar-thumb {
  background-color: #000;
}
.modal .list_content .inner .box {
  border-top: #000 1px dotted;
}
.modal .list_content .inner .box h4 {
  padding: 8px 0 8px 16px;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
  position: relative;
}
.modal .list_content .inner .box h4::before {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #000;
  position: absolute;
  top: 11px;
  left: 0;
}
.modal .list_content .inner .box h4 a {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding: 0 15px 0 0;
}
.modal .list_content .inner .box h4 a::after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(/images/top/arrow02.svg) no-repeat 0 0;
  background-size: 12px 7px;
  position: absolute;
  top: 9px;
  right: 3px;
  transition: 0.4s;
}
.modal .list_content .inner .box h4 a.show::after {
  transform: rotate(180deg);
}
.modal .list_content .inner .box ul {
  display: none;
  padding: 0 0 8px 21px;
}
.modal .list_content .inner .box ul li {
  padding: 0 0 8px 15px;
  background: url(/images/top/circle.svg) no-repeat 0 10px;
  background-size: 4px 5px;
}
.modal .list_content .inner .box ul li a {
  border-bottom: #000 1px solid;
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
}
main#Contact input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=tel] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::placeholder {
  color: #999999;
}
main#Contact input:-ms-input-placeholder {
  color: #999999;
}
main#Contact input::-webkit-input-placeholder {
  color: #999999;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: unset;
  outline: none;
  background: transparent;
  font-weight: normal;
}
main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
main#Contact {
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
@keyframes onAutoFillStart {}
main#Contact span.error {
  color: yellow;
  display: block;
  margin: 7px 0 0;
}
main#Contact input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #dddddd;
}
main#Contact .ERR {
  color: #cc0303;
}
main#Contact input[type=text], main#Contact input[type=tel] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 7px 10px;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  width: 100%;
}
@media (max-width: 899px) {
  main#Contact input[type=text], main#Contact input[type=tel] {
    padding: 12px;
  }
}
main#Contact input[type=text].zip, main#Contact input[type=tel].zip {
  max-width: 247px;
  width: 100%;
}
main#Contact .zip-wrap {
  background: #dddddd;
  display: inline-block;
  position: relative;
  max-width: 247px;
  width: 100%;
  margin-right: 3px;
}
main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 18px;
  position: absolute;
  top: 0.8em;
  left: 24px;
  margin: auto;
}
main#Contact .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}
main#Contact input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  max-width: 140px;
  width: 100%;
  background: #dddddd;
  border: 3px solid #dddddd;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  main#Contact input[type=button]:hover {
    background: none;
  }
}
main#Contact input[type=checkbox] + label {
  padding-left: 29px;
  position: relative;
  margin-right: 29px;
  cursor: pointer;
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
}
main#Contact input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
main#Contact input[type=checkbox]:checked + label {
  background: none;
}
main#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
}
main#Contact input[type=radio] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}
main#Contact input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #dddddd;
  background: #dddddd;
  box-sizing: border-box;
  border-radius: 50%;
}
main#Contact input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}
main#Contact input[type=radio]:checked + label {
  background: none;
}
main#Contact input[type=radio]:checked + label::after {
  opacity: 1;
}
main#Contact .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #dddddd;
}
main#Contact .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
}
main#Contact .select-box select::-ms-expand {
  display: none;
}
main#Contact .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}
main#Contact textarea {
  min-height: 150px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 10px;
}
@media (max-width: 899px) {
  main#Contact textarea {
    min-height: 190px;
    padding: 12px;
  }
}
main#Contact .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #dddddd;
}
main#Contact .overscroll ul > li {
  margin-bottom: 25px;
}
main#Contact .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #000;
}
main#Contact .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}
main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}
main#Contact .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}
main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}
main#Contact .submit_area {
  margin-top: 0;
  text-align: center;
}
main#Contact .submit_area span {
  width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 100%;
  background: #808080;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
main#Contact .submit_area span input[type=submit] {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}
@media (hover: hover) {
  main#Contact .submit_area span:hover {
    background: #999999;
  }
  main#Contact .submit_area span:hover input[type=submit] {
    color: #fff;
  }
}
main#Contact .submit_area ul.koumoku {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 899px) {
  main#Contact .submit_area ul.koumoku {
    flex-direction: column;
    justify-content: center;
  }
}
main#Contact .submit_area ul.koumoku li {
  width: 35%;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #5a5a5a;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media (max-width: 899px) {
  main#Contact .submit_area ul.koumoku li {
    width: 100%;
  }
  main#Contact .submit_area ul.koumoku li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
main#Contact .submit_area ul.koumoku li input[type=submit] {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}
@media (hover: hover) {
  main#Contact .submit_area ul.koumoku li:hover input[type=submit] {
    color: #000;
    background: #fff;
  }
  main#Contact .submit_area ul.koumoku li:hover svg path {
    fill: #000;
  }
}
main#Contact .btn_back {
  text-align: center;
}
main#Contact .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #999999;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  height: 50px;
  padding: 5px;
}
@media (hover: hover) {
  main#Contact .btn_back input:hover {
    background: #fff;
  }
}
main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .contact_back a {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #999999;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  height: 50px;
  padding: 14px;
}
@media (hover: hover) {
  main#Contact .contact_back a:hover {
    color: #000;
    background: #fff;
    opacity: 1;
  }
}

body#Toppage main#Contact input[type=submit] {
  height: 40px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  body#Toppage main#Contact input[type=submit]:hover {
    color: #000;
    background: #fff;
    opacity: 1;
  }
}

/*==================================
  Contact
==================================*/
main#Contact .container p {
  font-size: 16px;
}
main#Contact .container p > a {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}
main#Contact .agree_area {
  margin: 30px 0 0;
  text-align: center;
}
main#Contact .need {
  color: yellow;
}
main#Contact table {
  display: block;
  margin-bottom: 50px;
}
main#Contact table tbody {
  display: block;
}
main#Contact table tr {
  display: block;
  margin-bottom: 25px;
}
main#Contact table tr th {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
}
main#Contact table tr th .caution {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}
main#Contact table tr td {
  display: block;
}
main#Contact table tr td .text02 {
  margin-top: 8px;
}
main#Contact .check-list {
  padding-left: 0;
  padding-top: 5px;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact .check-list.type > li {
  display: block;
  margin-bottom: 18px;
}
main#Contact .check-list.type > li:last-child {
  margin-bottom: 0;
}
main#Contact .check-list.pedal > li {
  margin-right: 50px;
}
main#Contact .check-list.pedal > li:last-child {
  margin-right: 0;
}
main#Contact .check-list.play {
  margin-bottom: -18px;
}
main#Contact .check-list.play > li {
  padding-bottom: 18px;
  margin-right: 20px;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
}
main#Contact.sfm2 td p {
  font-size: 16px;
  overflow-wrap: break-word;
}

/*==========================================
  Common
==========================================*/
/*==========================================
  Layout
==========================================*/