@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Zen+Old+Mincho:wght@400;500&display=swap");
nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/director/logo-bg.svg) no-repeat center bottom/contain;
}
nav ul {
  padding: 150px 100px;
  display: grid;
  gap: 40px;
}
nav ul li {
  line-height: 1.3;
  display: flex;
}
nav ul li a {
  color: #000000;
  text-decoration: none;
  opacity: 0.3;
  transition: all 0.3s ease;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 15px;
}
nav ul li a:hover {
  opacity: 1;
}
nav ul li a span:nth-child(1) {
  font-family: "Cinzel", serif;
  font-size: 28px;
  font-size: 1.6470588235rem;
}
nav ul li a span:nth-child(1):before {
  content: "/";
  margin-right: 0.5em;
}
@media screen and (max-width: 13000px) {
  nav ul {
    padding: 100px 50px;
  }
  nav ul li a span:nth-child(1) {
    font-size: 23px;
    font-size: 1.3529411765rem;
  }
  nav ul li a span:nth-child(2) {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}

#mainimg {
  padding: 40px 40px 60px;
}
#mainimg h1 {
  margin-left: -40px;
  margin-bottom: 40px;
}
#mainimg p {
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: 500;
  margin-bottom: 30px;
}
#mainimg h2 {
  text-align: right;
}

footer {
  background: #F0F0F0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 40px;
  font-family: "Cinzel", serif;
}
footer small {
  font-size: 12px;
  font-size: 0.7058823529rem;
}
footer a {
  color: #000000;
  font-size: 12px;
  font-size: 0.7058823529rem;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  footer {
    padding-bottom: 80px;
  }
}

/* main director
------------------------------------------------------------*/
body {
  background: #F0F0F0;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-size: 0.8823529412rem;
  font-weight: 400;
}

#wrapper {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  #wrapper {
    width: 50%;
    margin-left: 40%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 900px) {
  #wrapper {
    width: 58%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  #wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

main.recruit > section {
  padding: 80px 40px;
}
main.recruit #style-hd, main.recruit #entry .item-hd, main.recruit #recruit .item-hd, main.recruit #team .item-hd, main.recruit #person .item-hd, main.recruit #mind .item-hd {
  font-family: "Cinzel", serif;
  line-height: 1;
  font-size: 58px;
  font-size: 3.4117647059rem;
  font-weight: normal;
}
main.recruit #style-hd span, main.recruit #entry .item-hd span, main.recruit #recruit .item-hd span, main.recruit #team .item-hd span, main.recruit #person .item-hd span, main.recruit #mind .item-hd span {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: normal;
  display: block;
  margin-top: 15px;
}
main.recruit #style-hd:not(:last-child), main.recruit #entry .item-hd:not(:last-child), main.recruit #recruit .item-hd:not(:last-child), main.recruit #team .item-hd:not(:last-child), main.recruit #person .item-hd:not(:last-child), main.recruit #mind .item-hd:not(:last-child) {
  margin-bottom: 60px;
}
main.recruit #style-text, main.recruit #person .item-text, main.recruit #mind .item-text {
  font-size: 15px;
  font-size: 0.8823529412rem;
  line-height: 2;
}
main.recruit #style-text h3, main.recruit #person .item-text h3, main.recruit #mind .item-text h3 {
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: normal;
  line-height: 1.3;
}
main.recruit #style-text h3:not(:last-child), main.recruit #person .item-text h3:not(:last-child), main.recruit #mind .item-text h3:not(:last-child) {
  margin-bottom: 25px;
}
main.recruit #style-text h3:not(:first-child), main.recruit #person .item-text h3:not(:first-child), main.recruit #mind .item-text h3:not(:first-child) {
  margin-top: 60px;
}
main.recruit #style-text p:not(:last-child), main.recruit #person .item-text p:not(:last-child), main.recruit #mind .item-text p:not(:last-child) {
  margin-bottom: 30px;
}
main.recruit #mind {
  background: url(../img/recruit/mind/bg.png) no-repeat center bottom/100% auto;
}
main.recruit #person {
  background: linear-gradient(180deg, #EAEAEA 0%, #F6F6F6 32.22%);
}
main.recruit #team .item-list {
  margin-bottom: 0;
}
main.recruit #team .item-list .slick-list {
  overflow: visible;
}
main.recruit #team .item-list .slick-slide {
  width: 240px;
  margin-right: 33px;
}
main.recruit #team .item-list .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 50px;
  width: 100%;
  display: flex !important;
  border-radius: 3px;
  background: #E5E5E5;
}
main.recruit #team .item-list .slick-dots li {
  width: auto;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  margin: 0;
  height: 6px;
}
main.recruit #team .item-list .slick-dots li button {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #E5E5E5;
  transition: all 0.3s ease;
}
main.recruit #team .item-list .slick-dots li.slick-active button {
  background-color: #CBCBCB;
}
main.recruit #team .item-img {
  position: relative;
  margin-bottom: 25px;
}
main.recruit #team .item-img figcaption {
  font-size: 42px;
  font-size: 2.4705882353rem;
  color: #FFF;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.8;
  font-family: "Cinzel", serif;
}
main.recruit #team .item-text h3 {
  font-size: 17px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.6;
}
main.recruit #team .item-text p {
  font-size: 14px;
  font-size: 0.8235294118rem;
}
main.recruit #team .item-text p:not(:last-child) {
  margin-bottom: 20px;
}
main.recruit #recruit {
  background-color: #272727;
  color: #FFF;
}
main.recruit #recruit .item-text {
  line-height: 1.6;
}
main.recruit #recruit .item-text:not(:last-child) {
  margin-bottom: 60px;
}
main.recruit #recruit .item-text h3 {
  font-size: 16px;
  font-size: 0.9411764706rem;
  font-weight: normal;
}
main.recruit #recruit .item-text h3:not(:first-child) {
  margin-top: 40px;
}
main.recruit #recruit .item-text h3:not(:last-child) {
  margin-bottom: 10px;
}
main.recruit #recruit .item-text p {
  font-size: 14px;
  font-size: 0.8235294118rem;
}
main.recruit #recruit .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.recruit #recruit .item-img {
  margin-left: -40px;
  margin-right: -40px;
  line-height: 0;
}
main.recruit #recruit .item-img img {
  width: 100%;
  height: auto;
}
main.recruit #recruit .item-info {
  background: #EAEAEA;
  color: #000000;
  margin: 0 -40px -80px;
  padding: 60px 40px 80px;
  display: grid;
  grid-template-columns: max-content 1fr;
}
main.recruit #recruit .item-info > * {
  border-bottom: 1px solid #D1D1D1;
  padding: 15px 10px;
}
main.recruit #recruit .item-info dt {
  font-size: 16px;
  font-size: 0.9411764706rem;
  font-weight: 500;
}
main.recruit #recruit .item-info dd {
  font-size: 14px;
  font-size: 0.8235294118rem;
}
main.recruit #entry .item-list:not(:last-child) {
  margin-bottom: 40px;
}
main.recruit #entry .item-list dt {
  font-size: 15px;
  font-size: 0.8823529412rem;
  margin-bottom: 10px;
}
main.recruit #entry .item-list dt.required:after {
  content: "*";
}
main.recruit #entry .item-list dd:not(:last-child) {
  margin-bottom: 20px;
}
main.recruit #entry .item-list dd input {
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
}
main.recruit #entry .item-list dd textarea {
  border-radius: 5px;
}
main.recruit #entry .item-btn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
main.recruit #entry .item-btn .btn {
  width: 200px;
  font-family: "Zen Old Mincho", serif;
  background-color: #000000;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  color: #FFF;
  font-size: 15px;
  font-size: 0.8823529412rem;
  font-weight: normal;
  gap: 10px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
main.recruit #entry .item-btn .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
main.recruit #entry .item-btn .btn:hover:after {
  transform: translateX(5px);
}
main.recruit #entry .item-btn .btn.back {
  background-color: #FFF;
  color: #000000;
  border: 1px solid #000000;
}
main.recruit #entry .item-btn .btn.back:hover {
  background-color: #000000;
  color: #FFF;
}
main.recruit #entry .item-btn .btn.arrow:after {
  content: "";
  width: 21px;
  height: 6px;
  background: no-repeat center/auto;
  background-image: url(../img/recruit/arrow-btn.svg);
  transition: all 0.3s ease;
}

@media screen and (min-width: 701px) and (max-width: 1080px) {
  /* main recruit
  ------------------------------------------------------------*/
  main.recruit #recommend .item-hd {
    font-size: 42px;
    font-size: 2.4705882353rem;
  }
  main.recruit #recommend .item-reason ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
  }
  main.recruit #recommend .item-reason ul li {
    margin-right: 30px;
    width: calc(50% - 30px);
    padding: 15px;
  }
  main.recruit #recommend .item-reason ul li:nth-child(odd) {
    top: 30px;
  }
  main.recruit #recommend .item-reason ul li .img {
    margin-bottom: 20px;
  }
  main.recruit #uechi .item-title {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  main.recruit #uechi .item-title .text p {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
  main.recruit #uechi .item-title .text h2 {
    font-size: 42px;
    font-size: 2.4705882353rem;
  }
  main.recruit #uechi .item-content .text {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  main.recruit #uechi .item-content .img {
    max-width: 45%;
  }
  main.recruit #uechi .item-content .img p:nth-child(1) {
    margin-right: 20%;
  }
  main.recruit #uechi .item-content .img p:nth-child(2) {
    margin-top: -10%;
  }
  main.recruit #attraction .item-img {
    padding-left: 20px;
    padding-right: 20px;
  }
  main.recruit #attraction .item-text {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  main.recruit #attraction .item-text strong {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
  main.recruit #introduction .item-name {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.recruit #original .item-list {
    margin-left: 100px;
  }
  main.recruit #original .item-list .slick-slide {
    width: 320px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  /* main recruit
  ------------------------------------------------------------*/
  main.recruit > section {
    padding: 55px 20px;
  }
  main.recruit #recommend {
    padding-top: 40px;
  }
  main.recruit #recommend .item-hd {
    font-size: 28px;
    font-size: 1.6470588235rem;
    padding-bottom: 30px;
    background-size: 300px auto;
    margin-bottom: 25px;
  }
  main.recruit #recommend .item-list li {
    font-size: 18px;
    font-size: 1.0588235294rem;
    background-size: 20px auto;
    padding-left: 30px;
  }
  main.recruit #recommend .item-hd-02 {
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
  }
  main.recruit #recommend .item-reason {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  main.recruit #recommend .item-reason:before {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  main.recruit #recommend .item-reason ul {
    margin-right: 0;
    margin-bottom: -20px;
  }
  main.recruit #recommend .item-reason ul li {
    width: calc(100% - 20px);
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px;
  }
  main.recruit #recommend .item-reason ul li:nth-child(odd) {
    top: 0;
    margin-left: -10px;
  }
  main.recruit #recommend .item-reason ul li:nth-child(even) {
    margin-left: auto;
    margin-right: -10px;
  }
  main.recruit #recommend .item-reason ul li .img {
    margin-bottom: 15px;
  }
  main.recruit #recommend .item-reason ul li .text h4 {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  main.recruit #recommend .item-reason ul li .text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.recruit #uechi {
    padding-bottom: 50px;
  }
  main.recruit #uechi .item-title {
    padding-top: 200px;
    padding-bottom: 30px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main.recruit #uechi .item-title:not(:last-child) {
    margin-bottom: 40px;
  }
  main.recruit #uechi .item-title .bg span {
    height: 120%;
    background-position: 30% center;
  }
  main.recruit #uechi .item-title .text {
    width: auto;
    margin-left: auto;
    box-sizing: border-box;
    border-radius: 10px;
  }
  main.recruit #uechi .item-title .text p {
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin-bottom: 10px;
  }
  main.recruit #uechi .item-title .text h2 {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  main.recruit #uechi .item-content {
    flex-wrap: wrap;
  }
  main.recruit #uechi .item-content .text {
    width: 100%;
    margin-right: 0px;
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin-bottom: 20px;
  }
  main.recruit #uechi .item-content .text p br {
    display: none;
  }
  main.recruit #uechi .item-content .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.recruit #uechi .item-content .img {
    max-width: 100%;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    flex-direction: row;
  }
  main.recruit #uechi .item-content .img p:nth-child(1) {
    width: 100%;
    padding-right: 20px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  main.recruit #uechi .item-content .img p:nth-child(2) {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
    margin-right: -10px;
    margin-top: -50px;
    max-width: calc(50% - 10px);
  }
  main.recruit #uechi .item-content .img p:nth-child(3) {
    margin-left: 0;
    margin-right: auto;
    margin-top: 20px;
    max-width: 50%;
  }
  main.recruit #attraction {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.recruit #attraction:before {
    max-width: calc(100% - 60px);
  }
  main.recruit #attraction .item-list {
    margin-right: -15px;
    margin-bottom: -30px;
  }
  main.recruit #attraction .item-list li {
    margin-right: 15px;
    margin-bottom: 30px;
    width: calc(50% - 15px);
  }
  main.recruit #attraction .item-img {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  main.recruit #attraction .item-text {
    font-size: 17px;
    font-size: 1rem;
  }
  main.recruit #attraction .item-text strong {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  main.recruit #introduction {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  main.recruit #introduction .item-list li {
    width: 50%;
  }
  main.recruit #introduction .item-name {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.recruit #original {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  main.recruit #original .item-list {
    margin-left: 0;
  }
  main.recruit #original .item-list .slick-slide {
    width: 250px;
    margin-right: 20px;
  }
  main.recruit #original .item-list .slick-arrow {
    width: 50px;
    height: 50px;
  }
  main.recruit #original .item-list .slick-next {
    right: -10px;
  }
  main.recruit #original .item-list .slick-prev {
    left: -10px;
  }
  main.recruit #original .item-list .slick-dots {
    margin-top: 20px;
    text-align: center;
  }
  main.recruit #original .item-text {
    padding: 15px;
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  main.recruit #original .item-text > span {
    font-size: 12px;
    font-size: 0.7058823529rem;
  }
  main.recruit #original .item-text .title {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.recruit #faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.recruit #faq .item-list > * {
    padding-left: 30px;
  }
  main.recruit #faq .item-list > *:before {
    font-size: 38px;
    font-size: 2.2352941176rem;
    top: -6px;
    color: #2dc4c8;
  }
  main.recruit #faq .item-list dt {
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin-bottom: 10px;
  }
  main.recruit #faq .item-list dd {
    border-bottom: 1px solid #2dc4c8;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.recruit #faq .item-list dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.recruit #faq .item-list dd:before {
    font-size: 26px;
    font-size: 1.5294117647rem;
    top: 0;
    left: 15px;
  }
  main.recruit #contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.recruit #contact .item-title {
    font-size: 28px;
    font-size: 1.6470588235rem;
    margin-bottom: 30px;
  }
  main.recruit #contact .item-sup {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.recruit #contact .item-sup:not(:last-child) {
    margin-bottom: 30px;
  }
  main.recruit #contact .item-or {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.recruit #contact .item-or {
    font-size: 16px;
    font-size: 0.9411764706rem;
    margin-left: -10px;
    margin-right: -10px;
  }
  main.recruit #contact .item-or:not(:last-child) {
    margin-bottom: 25px;
  }
  main.recruit #contact .item-or:not(:first-child) {
    margin-top: 30px;
  }
  main.recruit #contact .item-or:before, main.recruit #contact .item-or:after {
    margin-right: 10px;
    margin-left: 10px;
  }
  main.recruit #contact .item-or + .item-title {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
  main.recruit #contact .item-flow {
    margin-bottom: 30px;
  }
  main.recruit #contact .item-flow li {
    width: 70px;
  }
  main.recruit #contact .item-flow li:not(:last-child) {
    margin-right: 40px;
  }
  main.recruit #contact .item-flow li:not(:last-child):after {
    width: 40px;
  }
  main.recruit #contact .item-flow li .number {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
  main.recruit #contact .item-flow li .text {
    font-size: 13px;
    font-size: 0.7647058824rem;
  }
  main.recruit #contact .item-list {
    margin-bottom: -20px;
  }
  main.recruit #contact .item-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main.recruit #contact .item-list > * {
    margin-bottom: 20px;
  }
  main.recruit #contact .item-list dt {
    width: 100%;
    padding-left: 0px;
    position: relative;
    padding-top: 0;
    margin-bottom: 10px;
  }
  main.recruit #contact .item-list dt.required {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.recruit #contact .item-list dt.required:before {
    display: none;
  }
  main.recruit #contact .item-list dt.required:after {
    content: "必須";
    background-color: #f6ff00;
    color: #2dc4c8;
    font-size: 14px;
    font-size: 0.8235294118rem;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
    margin-left: 10px;
  }
  main.recruit #contact .item-list dd {
    width: 100%;
    border-bottom: 1px solid #a0e9eb;
    padding-bottom: 15px;
  }
  main.recruit #contact .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.recruit #contact [class*=input] .item-flow li:nth-child(1) {
    background-color: #a0e9eb;
    color: #0ea7ab;
  }
  main.recruit #contact [class*=confirm] .item-flow li:nth-child(2) {
    background-color: #a0e9eb;
    color: #0ea7ab;
  }
  main.recruit #contact [class*=confirm] .item-list dt {
    padding-top: 0;
  }
  main.recruit #contact [class*=confirm] .item-list dt.required:before {
    margin-top: 0;
  }
  main.recruit #contact [class*=confirm] .item-list dd .select:after {
    display: none;
  }
}
/* form */
textarea {
  -webkit-appearance: none;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  border-radius: 15px;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: none;
  background: #FFF;
  font-size: 14px;
  font-size: 0.8235294118rem;
  padding: 10px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea:focus {
  background-color: #FFF;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}
textarea.h100 {
  height: 100px;
}
textarea::placeholder {
  color: #999;
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search] {
  -webkit-appearance: none;
  height: 60px;
  line-height: 60px;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 15px;
  border: none;
  font-size: 14px;
  font-size: 0.8235294118rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 700px) {
  input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search] {
    height: 50px;
    line-height: 50px;
  }
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus {
  background-color: #FFF;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}
input[type=text].lg, input[type=email].lg, input[type=tel].lg, input[type=password].lg, input[type=number].lg, input[type=search].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.0588235294rem;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder {
  color: #999;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
  transform-origin: center center;
}
input[type=radio] {
  display: none;
}
input[type=radio]:checked + .radio:after {
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 40px;
  min-height: 30px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}
label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border: none;
  border-radius: 50%;
  margin-top: 0;
}
label.checkbox:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 11px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 3px solid #262630;
  border-bottom: 3px solid #262630;
  transform: rotate(60deg);
  transform-origin: center center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
}
label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}
label.radio.single {
  width: 20px;
  padding-left: 0;
}
label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 50% 50% 50% 50%;
  margin-top: 2px;
}
label.radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #262630;
  border-radius: 50% 50% 50% 50%;
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
}
label.select {
  position: relative;
  display: block;
  max-width: 100%;
}
label.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  right: 0;
  background: url(../img/common/arrow-select.svg) no-repeat center;
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  label.select:after {
    width: 45px;
  }
}
label.select select {
  padding-right: 70px;
}
@media screen and (max-width: 700px) {
  label.select select {
    padding-right: 50px;
  }
}

select:not(.ui-datepicker-month, .ui-datepicker-year) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 15px;
  background: #FFF;
  cursor: pointer;
  color: #262630;
  font-size: 14px;
  font-size: 0.8235294118rem;
  font-weight: normal;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
select:not(.ui-datepicker-month, .ui-datepicker-year) option {
  padding: 8px;
  border: none;
}
select:not(.ui-datepicker-month, .ui-datepicker-year).lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.0588235294rem;
}
select:not(.ui-datepicker-month, .ui-datepicker-year)::-ms-expand {
  display: none;
}

.check-radios {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-bottom: -10px;
}
.check-radios > * {
  margin: 0 25px 10px 0;
}
.check-radios .horizontal-item {
  margin-left: 0;
}
.check-radios .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.check-radios.vertical {
  -webkit-box-orient: vertical;
  flex-direction: column;
}

/* form */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}
.w20 {
  width: 20px;
}
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w160 {
  width: 160px;
}
.w170 {
  width: 170px;
}
.w180 {
  width: 180px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w210 {
  width: 210px;
}
.w220 {
  width: 220px;
}
.w230 {
  width: 230px;
}
.w240 {
  width: 240px;
}
.w250 {
  width: 250px;
}
.w260 {
  width: 260px;
}
.w270 {
  width: 270px;
}
.w280 {
  width: 280px;
}
.w290 {
  width: 290px;
}
.w300 {
  width: 300px;
}
.w310 {
  width: 310px;
}
.w320 {
  width: 320px;
}
.w330 {
  width: 330px;
}
.w340 {
  width: 340px;
}
.w350 {
  width: 350px;
}
.w360 {
  width: 360px;
}
.w370 {
  width: 370px;
}
.w380 {
  width: 380px;
}
.w390 {
  width: 390px;
}
.w400 {
  width: 400px;
}
.w410 {
  width: 410px;
}
.w420 {
  width: 420px;
}
.w430 {
  width: 430px;
}
.w440 {
  width: 440px;
}
.w450 {
  width: 450px;
}
.w460 {
  width: 460px;
}
.w470 {
  width: 470px;
}
.w480 {
  width: 480px;
}
.w490 {
  width: 490px;
}
.w500 {
  width: 500px;
}
.w510 {
  width: 510px;
}
.w520 {
  width: 520px;
}
.w530 {
  width: 530px;
}
.w540 {
  width: 540px;
}
.w550 {
  width: 550px;
}
.w560 {
  width: 560px;
}
.w570 {
  width: 570px;
}
.w580 {
  width: 580px;
}
.w590 {
  width: 590px;
}
.w600 {
  width: 600px;
}
.w610 {
  width: 610px;
}
.w620 {
  width: 620px;
}
.w630 {
  width: 630px;
}
.w640 {
  width: 640px;
}
.w650 {
  width: 650px;
}
.w660 {
  width: 660px;
}
.w670 {
  width: 670px;
}
.w680 {
  width: 680px;
}
.w690 {
  width: 690px;
}
.w700 {
  width: 700px;
}
.w710 {
  width: 710px;
}
.w720 {
  width: 720px;
}
.w730 {
  width: 730px;
}
.w740 {
  width: 740px;
}
.w750 {
  width: 750px;
}
.w760 {
  width: 760px;
}
.w770 {
  width: 770px;
}
.w780 {
  width: 780px;
}
.w790 {
  width: 790px;
}
.w800 {
  width: 800px;
}
.w810 {
  width: 810px;
}
.w820 {
  width: 820px;
}
.w830 {
  width: 830px;
}
.w840 {
  width: 840px;
}
.w850 {
  width: 850px;
}
.w860 {
  width: 860px;
}
.w870 {
  width: 870px;
}
.w880 {
  width: 880px;
}
.w890 {
  width: 890px;
}
.w900 {
  width: 900px;
}
.w910 {
  width: 910px;
}
.w920 {
  width: 920px;
}
.w930 {
  width: 930px;
}
.w940 {
  width: 940px;
}
.w950 {
  width: 950px;
}
.w960 {
  width: 960px;
}
.w970 {
  width: 970px;
}
.w980 {
  width: 980px;
}
.w990 {
  width: 990px;
}
.w1000 {
  width: 1000px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.w550 {
  width: 550px;
}
.w600 {
  width: 600px;
}
.w650 {
  width: 650px;
}
.w700 {
  width: 700px;
}
.w750 {
  width: 750px;
}
.w800 {
  width: 800px;
}
.w850 {
  width: 850px;
}
.w900 {
  width: 900px;
}
.w950 {
  width: 950px;
}
.w1000 {
  width: 1000px;
}
.w5p {
  width: 5%;
}
.w10p {
  width: 10%;
}
.w15p {
  width: 15%;
}
.w20p {
  width: 20%;
}
.w25p {
  width: 25%;
}
.w30p {
  width: 30%;
}
.w35p {
  width: 35%;
}
.w40p {
  width: 40%;
}
.w45p {
  width: 45%;
}
.w50p {
  width: 50%;
}
.w55p {
  width: 55%;
}
.w60p {
  width: 60%;
}
.w65p {
  width: 65%;
}
.w70p {
  width: 70%;
}
.w75p {
  width: 75%;
}
.w80p {
  width: 80%;
}
.w85p {
  width: 85%;
}
.w90p {
  width: 90%;
}
.w95p {
  width: 95%;
}
.w100p {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}
@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}
@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}
@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}
@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}
@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}
@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}
@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}
@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}
@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}
@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}
@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}
@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}
@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}
@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}
@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}
@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}
@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}
@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}
@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}
@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}
@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}
@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}
@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}
@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}
@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}
@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}
@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}
@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}
@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}
@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}
@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}
@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}
@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}
@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}
@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}
@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}
@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}
@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}
@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}
@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}
@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}
@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}
@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}
@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}
@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}
@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}
@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}
@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}
@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}
@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}
@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}
@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}
@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}
@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}
@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}
@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}
@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}
@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  br.pc {
    display: none;
  }
}
br.tablet {
  display: none;
}
@media screen and (min-width: 701px) and (max-width: 1080px) {
  br.tablet {
    display: inline;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  img.pc {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
