@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/*hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}*/
input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.03em;
  color: #333;
  font-weight: 500;
  line-height: 1.753;
  position: relative;
  background-color: #FFF;
  text-align: center;
  word-wrap: break-word;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

a,
a:active,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}

a,
a img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

ol,
ul {
  list-style: none;
}

video {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a[href^="tel:"] {
  cursor: default;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ---------------------------------------------------
  common
------------------------------------------------------*/
.l-header {
  text-align: center;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
}

.l-header .l-header__inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.l-header .l-header__cts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
  height: 146px;
}

@media only screen and (max-width: 1024px) {
  .l-header .l-header__cts {
    height: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .l-header .l-header__cts {
    height: 80px;
  }
}

.l-header__cts.is-animation {
  height: 80px;
}

@media only screen and (max-width: 1024px) {
  .l-header__cts.is-animation {
    height: 80px;
  }
}

.l-header-menu {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.l-header-logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.l-header-logo .h-logo {
  height: 80px;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .l-header-logo .h-logo {
    height: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .l-header-logo .h-logo {
    height: 55px;
  }
}

.l-header__cts.is-animation .h-logo {
  height: 60px;
}

@media only screen and (max-width: 480px) {
  .l-header__cts.is-animation .h-logo {
    height: 55px;
  }
}

.l-header-sns {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.l-header-sns a {
  display: inline-block;
  padding: 0 2px;
}

.l-header-sns a:hover {
  opacity: 0.6;
}

.l-main-nav__bg {
  content: "";
  width: 500px;
  height: auto;
  margin-left: -100%;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #FFF;
  text-align: center;
  overflow-y: auto;
  padding-bottom: 180px;
}

@media only screen and (max-width: 1024px) {
  .l-main-nav__bg {
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
  }
}

body.open .l-main-nav__bg {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  margin-left: 0;
  text-align: center;
}

.l-main-nav {
  padding-top: 130px;
  padding-left: 50px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .l-main-nav {
    padding-top: 80px;
  }
}

.l-main-nav {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

body.open .l-main-nav {
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* nav-list  */
.open .main-nav {
  z-index: 999;
  visibility: visible;
}

.main-nav-close {
  text-align: left;
  margin-bottom: 2em;
}

.main-nav {
  color: #FFF;
}

.main-nav .main-nav__item {
  font-size: 5.0rem;
  text-align: left;
  padding: 0.3em 0;
  line-height: 1;
  font-family: 'Sen', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 480px) {
  .main-nav .main-nav__item {
    font-size: 3.3rem;
  }
}

.main-nav .main-nav__item a {
  color: #fff;
}

.main-nav .main-nav__item a:hover {
  color: #666;
}

/*メインナビのSNS*/
.c-main-nav-sns {
  font-size: 1.6rem;
}

.c-main-nav-sns a {
  display: inline-block;
  padding: 0 2px;
}

/*メニューボタン*/
#MenuToggle {
  position: relative;
  z-index: 99;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.c-menu-trigger,
.c-menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.c-menu-trigger {
  position: relative;
  width: 20px;
  height: 44px;
}

.c-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}

#MenuToggle.active .c-menu-trigger span {
  background-color: #FFF;
}

.c-menu-trigger span:nth-of-type(1) {
  top: 16px;
}

.c-menu-trigger span:nth-of-type(2) {
  bottom: 16px;
}

#MenuToggle.active .c-menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

#MenuToggle.active .c-menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
}

.c-menu-trigger__txt {
  color: #000;
  padding-left: 10px;
  font-size: 1.3rem;
}

#MenuToggle.active .c-menu-trigger__txt {
  color: #FFF;
}

.l-main {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 146px;
}

@media only screen and (max-width: 1024px) {
  .l-main {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .l-main {
    padding-top: 80px;
  }
}

.l-footer {
  background-color: #c9caca;
  text-align: center;
}

.l-footer .l-footer__inner {
  width: 100%;
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .l-footer .l-footer__inner {
    padding: 20px;
  }
}

.c-footer-menu .c-footer-menu__item {
  display: inline;
  font-size: 1.5rem;
  border-left: 1px solid #666;
}

.c-footer-menu .c-footer-menu__item:first-child {
  border: 0;
}

.c-footer-menu .c-footer-menu__item a {
  display: inline-block;
  padding: 0.2em 0.8em;
  transition: 0.3s;
}

@media only screen and (max-width: 1024px) {
  .c-footer-menu .c-footer-menu__item a {
    font-size: 1.3rem;
    margin-bottom: 3em;
  }
}

.c-footer-menu .c-footer-menu__item a:hover {
  opacity: 0.3;
}

@media only screen and (max-width: 480px) {
  .c-footer-menu {
    display: none;
  }
}

.c-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 480px) {
  .c-footer-info {
    display: block;
  }
}

.c-footer-info .c-footer-info__logo {
  width: 200px;
}

@media only screen and (max-width: 1024px) {
  .c-footer-info .c-footer-info__logo {
    width: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .c-footer-info .c-footer-info__logo {
    width: 100%;
  }
}

.c-footer-info .c-footer-info__logo .f-logo {
  width: 200px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .c-footer-info .c-footer-info__logo .f-logo {
    width: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .c-footer-info .c-footer-info__logo .f-logo {
    margin-bottom: 13px;
  }
}

.c-footer-info .c-footer-add {
  text-align: left;
  width: calc(100% - 200px);
  padding-left: 50px;
}

@media only screen and (max-width: 1024px) {
  .c-footer-info .c-footer-add {
    font-size: 1.3rem;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .c-footer-info .c-footer-add {
    width: 100%;
    text-align: center;
  }
}

.c-footer-info .l-footer-sns {
  width: 100px;
}

@media only screen and (max-width: 480px) {
  .c-footer-info .l-footer-sns {
    width: 100%;
    text-align: center;
    padding-top: 1em;
  }
}

.c-footer-info .l-footer-sns a:hover {
  opacity: 0.5;
}

.c-footer-copy {
  padding-top: 40px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 480px) {
  .c-footer-copy {
    padding-top: 20px;
  }
}

.c-pagetop-arrow {
  position: absolute;
  top: 20px;
  right: 5px;
  display: inline-block;
  color: #292929;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}

@media only screen and (max-width: 1024px) {
  .c-pagetop-arrow {
    top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .c-pagetop-arrow {
    top: 20px;
  }
}

.c-pagetop-arrow:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -4px;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.c-pagetop-arrow:hover {
  cursor: pointer;
}

.c-pagetop-arrow:hover {
  opacity: 0.6;
}

.l-page-hero {
  text-align: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  .l-page-hero {
    margin-bottom: 20px;
  }
}

.l-page-hero .l-page-hero__inner {
  width: 100%;
  position: relative;
}

.l-page-hero .l-page-hero__inner img {
  position: relative;
  width: 100%;
  height: 370px;
  object-fit: cover;
}

@media only screen and (max-width: 1280px) {
  .l-page-hero .l-page-hero__inner img {
    height: 310px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-page-hero .l-page-hero__inner img {
    height: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .l-page-hero .l-page-hero__inner img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: fill;
  }
}

.l-page-hero .l-page-hero__inner .c-page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #FFF;
  font-family: 'Sen', sans-serif;
  font-weight: 400;
  font-size: 7.5rem;
  line-height: 1.2;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .l-page-hero .l-page-hero__inner .c-page-title {
    font-size: 3.5rem;
  }
}

.l-page-hero .l-page-hero__inner .c-page-title .c-ja {
  display: block;
  font-size: 0.22em;
  line-height: 1.3;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .l-page-hero .l-page-hero__inner .c-page-title .c-ja {
    font-size: 0.4em;
  }
}

.c-case-all-wrap {
  text-align: center;
}

.c-case-all {
  text-align: center;
  margin: 150px auto 80px;
  width: 140px;
}

@media only screen and (max-width: 480px) {
  .c-case-all {
    margin: 20px auto;
    width: 120px;
  }
}

.c-case-all a {
  text-align: center;
  margin: auto;
  background-color: #FFF;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 1.5rem;
  line-height: 1.1;
  display: table-cell;
  vertical-align: middle;
  transition: 0.3s;
  border: 1px solid #f5f5f5;
}

@media only screen and (max-width: 480px) {
  .c-case-all a {
    width: 120px;
    height: 120px;
    line-height: 1;
  }
}

.c-case-all a:hover {
  box-shadow: 9px 7px 16px -2px #d9d9d9;
}

.l-case-pager {
  text-align: center;
  margin: 80px auto 0;
}

@media only screen and (max-width: 1024px) {
  .l-case-pager {
    margin: 10px auto 50px;
  }
}

.page-case-dt .c-case-all, .page-news-dt .c-case-all {
  margin: 0 auto;
  width: 140px;
}

.c-wrap-case-pager {
  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: 240px;
  min-width: 240px;
  margin: auto;
}

.c-page-arrow {
  position: relative;
  color: #292929;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
}

.c-page-arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  visibility: hidden;
}

.c-page-arrow:hover {
  cursor: pointer;
}

.c-page-arrow.arrow-prev {
  margin-left: auto;
  margin-right: 0;
}

.c-page-arrow.arrow-prev:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  transform: rotate(-135deg);
  transition: 0.3s;
}

.c-page-arrow.arrow-next {
  margin-right: auto;
  margin-left: 0;
}

.c-page-arrow.arrow-next:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -10px;
  transform: rotate(45deg);
  transition: 0.3s;
}

.c-page-arrow:hover:before {
  opacity: 0.6;
}

/*--------------------------
 ページ送り（WP-PageNavi）
---------------------------*/
.post-pager {
  padding: 0;
  font-family: 'Sen', sans-serif;
  font-weight: 400;
}

.wp-pagenavi {
  clear: both;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: 5px 10px;
  margin: 5px;
  /* CSS3 */
}

.wp-pagenavi span.pages {
  /*border: 1px solid #e2e2e2;*/
  /*background: #e2e2e2;*/
  color: #999;
  zoom: 1;
}

.wp-pagenavi span.current {
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  zoom: 1;
}

.wp-pagenavi a {
  border: 1px solid #e2e2e2;
  background: #e2e2e2;
  color: #999;
  zoom: 1;
}

.wp-pagenavi a:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

/* ---------------------------------------------------
  404ページ
------------------------------------------------------*/
.c-404box {
  padding: 40px 0;
}

.c-404box .img-404 {
  margin: 60px auto;
}

@media only screen and (max-width: 480px) {
  .c-404box .img-404 {
    width: 150px;
  }
}

.c-404box .c-btn-back404 {
  margin-top: 50px;
  margin-bottom: 40px;
}

.c-404box .c-btn-back404 a {
  padding: 0.5em;
  display: block;
  margin: auto;
  width: 90%;
  max-width: 250px;
  border: 2px solid #000;
  color: #000;
}

.c-404box .c-btn-back404 a:hover {
  background-color: #000;
  color: #FFF;
}

/* ---------------------------------------------------
  components
------------------------------------------------------*/
.l-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .l-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-title {
  font-size: 2.0rem;
  margin-bottom: 1.5em;
  line-height: 1.3;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .c-title {
    margin-bottom: 0.3em;
  }
}

@media only screen and (max-width: 480px) {
  .c-title {
    font-size: 1.8rem;
    margin-bottom: 0.2em;
  }
}

.c-text {
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.c-fit {
  width: 100%;
  height: 100%;
}

.c-fit .c-fit__img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.c-breadcrumb-wrap {
  text-align: left;
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .c-breadcrumb-wrap {
    padding-bottom: 30px;
  }
}

.c-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-size: 1.2rem;
}

.c-breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.c-breadcrumb li:last-child:after {
  content: '';
}

.c-breadcrumb li a {
  text-decoration: none;
}

.c-breadcrumb li a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------
  form
------------------------------------------------------*/
.form-parts {
  background-color: #E6E6E6;
  font-size: 1.6rem;
  padding: 0.8em 1em;
}

.form-parts.size-ss {
  width: 100px;
}

.form-parts.size-s {
  width: 33%;
}

@media only screen and (max-width: 480px) {
  .form-parts.size-s {
    width: 100%;
  }
}

.form-parts.size-zip {
  width: 33%;
}

@media only screen and (max-width: 480px) {
  .form-parts.size-zip {
    width: 50%;
  }
}

.form-parts.size-m {
  width: 65%;
}

@media only screen and (max-width: 480px) {
  .form-parts.size-m {
    width: 100%;
  }
}

.form-parts.size-l {
  width: 100%;
}

textarea.form-parts {
  width: 100%;
  max-width: 500px;
  height: 250px;
}

.form-parts-chk {
  display: none;
}

.form-parts-chk + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.6em;
  position: relative;
  font-size: 1.6rem;
}

.form-parts-chk + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.form-parts-chk + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  border-left: 3px solid rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.form-parts-chk:checked + span::after {
  opacity: 1;
}

.c-wrap-btn {
  padding: 80px 0 0;
}

@media only screen and (max-width: 480px) {
  .c-wrap-btn {
    padding-top: 50px;
  }
}

.form-parts.button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.43em 1.8em;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
  border-radius: 2px;
  width: 100%;
  max-width: 200px;
}

@media only screen and (max-width: 480px) {
  .form-parts.button {
    font-size: 1.6rem;
  }
}

.form-parts.button:hover {
  background-color: #555;
}

.c-zip {
  margin-bottom: 5px;
}

select::-ms-expand {
  display: none;
}

.wrap-select {
  overflow: hidden;
  text-align: center;
}

.wrap-select select {
  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;
}

.wrap-select select::-ms-expand {
  display: none;
}

.wrap-select {
  position: relative;
  background: #f4f1ed;
}

.wrap-select::before {
  position: absolute;
  top: 1.5em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.wrap-select select {
  padding: 13px 38px 12px 10px;
  color: #666666;
}

.form-parts-radio {
  opacity: 0;
  appearance: none;
  position: absolute;
}

.radio-lb {
  display: inline-block;
}

.radio-lb span {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.radio-lb span::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #999;
  width: 19px;
  height: 19px;
}

.radio-lb span::after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: #FFF;
  content: '';
  position: absolute;
  left: 3px;
  display: block;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: #FFF;
}

.form-parts-radio:checked + span::after {
  content: '';
  position: absolute;
  left: calc(8px - 5px);
  top: calc(50% - 6.5px);
  display: block;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: #666;
}

.form-parts-radio:checked + span::before {
  border: 1px solid #666;
}

/* ---------------------------------------------------
  utility
------------------------------------------------------*/
.is-s {
  display: none;
}

@media only screen and (max-width: 480px) {
  .is-s {
    display: block;
  }
}

.sen {
  font-family: 'Sen', sans-serif;
  font-weight: 400;
}

.sen-b {
  font-family: 'Sen', sans-serif;
  font-weight: 700;
}

.is-a-disabled {
  cursor: default;
  pointer-events: none;
}

.is-hover:hover {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  opacity: 0.75;
}
