@charset "UTF-8";
/*
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;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  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;
  box-sizing: border-box;
  text-decoration: none;
}

/* 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;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

th, strong, address {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

/* basic class */
.clear {
  clear: both;
}

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0;
}

.acenter {
  text-align: center;
}

.aright {
  text-align: right;
}

.aleft {
  text-align: left;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1;
}

textarea {
  font-size: 100%;
}

/* for iphone */
* {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
}
body a {
  transition: 0.3s ease;
  cursor: pointer;
}
body a:hover {
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  body {
    min-width: auto;
  }
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

.tb,
.tb-flex,
.tb-inline-block {
  display: none !important;
}

.sp,
.sp-flex,
.sp-inline-block {
  display: none !important;
}

.pc {
  display: block !important;
}

.pc-inline-block {
  display: inline-block !important;
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.fadein, .fadein_delay, .fadein_ttl {
  visibility: hidden;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

@media screen and (max-width: 900px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important;
  }
  .sp,
  .sp-flex,
  .sp-inline-block {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tb-inline-block {
    display: inline-block !important;
  }
  .tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important;
  }
  .tb,
  .tb-inline-block,
  .tb-flex {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header {
  background: #fff;
  height: 90px;
  padding: 0 50px;
  position: fixed;
  min-width: 1200px;
  width: 100%;
  z-index: 10;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 900px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1264px) {
  .header {
    padding: 0 25px;
  }
}
@media screen and (max-width: 900px) {
  .header {
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding: 0 15px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
.header__inner--left {
  margin-right: auto;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
@media screen and (max-width: 1264px) {
  .header__inner--left {
    position: relative;
  }
}
.header__inner--right {
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.header__logo {
  margin-left: -2px;
}
.header__txt {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 8px;
  position: absolute;
  top: 6px;
}
.header__tel {
  text-align: right;
}
.header__tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__tel-num {
  font-family: "Archivo", sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-left: 6px;
  margin-top: -2px;
}
.header__tel-time {
  margin-top: 4px;
  font-size: 12px;
}
.header .sp-fix__btn--line a, .header .sp-fix__btn--tel a, .header .header__login a, .header .header__register a {
  display: block;
  width: 160px;
  border: solid 2px #F7D42F;
  color: #333333;
  font-size: 12px;
  text-align: center;
  border-radius: 20px;
  padding: 12px 0;
  font-weight: 500;
}
@media screen and (max-width: 1264px) {
  .header .sp-fix__btn--line a, .header .sp-fix__btn--tel a, .header .header__login a, .header .header__register a {
    width: 150px;
  }
}
.header .sp-fix__btn--line a:hover, .header .sp-fix__btn--tel a:hover, .header .header__login a:hover, .header .header__register a:hover {
  background: #f9e16d;
  border-color: #f9e16d;
}
.header__login {
  margin-left: 21px;
}
@media screen and (max-width: 1440px) {
  .header__login {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1470px) {
  .header__login a {
    background: #F7D42F;
  }
}
.header__register {
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .header__register {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1470px) {
  .header__register {
    display: none;
  }
}
.header__register a {
  background: #F7D42F;
}
.header__register a img {
  margin-right: -19px;
  margin-left: 13px;
}
.header__mb {
  display: none;
}
@media screen and (max-width: 900px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header__txt {
    top: -5px;
    left: -2px;
    margin: 0 !important;
    font-weight: 900;
  }
  .header__logo {
    margin-top: 6px !important;
  }
  .header__logo a {
    display: block;
    padding: 5px 0;
  }
  .header__logo img {
    width: 185px;
    height: auto;
  }
  .header .nav {
    display: none;
  }
  .header__inner--right {
    display: none;
  }
  .header__bar {
    position: fixed;
    top: 18px;
    right: 15px;
    z-index: 100;
  }
  .header__mb {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.85);
    z-index: 101;
  }
  .header__mb.open {
    opacity: 1;
    visibility: visible;
  }
  .header__mb-inner {
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    overflow-y: scroll;
    padding: 55px 20px;
    position: relative;
  }
  .header__mb-close {
    position: fixed;
    top: 20px;
    right: 19px;
  }
  .header__mb-content {
    width: 100%;
  }
  .header__mb ul.inList {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin: 30px auto;
    padding: 30px 0 0 0;
  }
  .header__mb ul.inList li {
    width: 50%;
  }
  .header__mb-item {
    text-align: center;
  }
  .header__mb-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 14px 0;
    display: inline-block;
  }
  .header__mb-action--mypage {
    margin-top: 36px;
  }
  .header__mb-action--mypage a {
    background: #fff;
  }
  .header__mb-action--register {
    margin-top: 10px;
  }
  .header__mb-action--register a {
    background: #F7D42F;
  }
  .header__mb-action a {
    max-width: 345px;
    border-radius: 30px;
    display: block;
    width: 100%;
    font-weight: 500;
    color: #333333;
    text-align: center;
    font-size: 16px;
    padding: 22px 0;
    margin: 0 auto;
  }
  .header__mb ul.policyList {
    margin-top: 55px;
    text-align: center;
    font-size: 14px;
  }
  .header__mb ul.policyList ul {
    display: flex;
    justify-content: center;
  }
  .header__mb ul.policyList li {
    margin: 15px 0;
    line-height: 1.5;
  }
  .header__mb ul.policyList a {
    color: #fff;
  }
  .header__mb ul.policyList a:hover {
    color: #F7D42F;
  }
}
@media screen and (max-width: 600px) {
  .header {
    transition: 0.6s;
  }
  .header.hide {
    top: -100%;
  }
  .header__bar {
    transition: 0.6s;
  }
  .header__bar.hide {
    top: -100%;
  }
}

.js-modal-open span {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
  padding-top: 10px;
}
@media screen and (max-width: 900px) {
  .js-modal-open span {
    display: block;
    padding-top: 6px;
  }
}

.nav {
  margin-left: 37px;
  height: 100%;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.nav__item a {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  padding: 0 10px;
}
@media screen and (max-width: 1490px) {
  .nav__item a {
    padding: 0 15px;
  }
}
.nav__item a:hover {
  color: #F7D42F;
}
.nav__item:hover .nav-cld {
  top: 90px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1490px) {
  .nav {
    margin-left: 12px;
  }
}
.nav-cld {
  position: absolute;
  left: 0;
  top: 100px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.nav-cld--big {
  width: 587px;
  transform: translate(-34px, 3px);
}
.nav-cld--big .nav-cld__content {
  width: 407px;
}
.nav-cld--big .nav-cld__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-cld--big .nav-cld__item {
  flex: 0 0 50%;
  max-width: 50%;
}
.nav-cld--huge {
  width: 680px;
  transform: translate(-46px, 3px);
}
.nav-cld--huge .nav-cld__content {
  width: 500px;
}
.nav-cld--huge .nav-cld__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30em;
}
.nav-cld--huge .nav-cld__item {
  flex: 0 0 50%;
  max-width: 50%;
}
.nav-cld--huge .nav-cld__item :last-child {
  max-width: 100%;
  white-space: nowrap;
}
.nav-cld--huge .nav-cld__item + .--privacy > a {
  font-size: 0.8rem !important;
}
.nav-cld--com, .nav-cld--fav {
  width: 422px;
}
.nav-cld--com .nav-cld__content, .nav-cld--fav .nav-cld__content {
  width: 242px;
}
.nav-cld--com {
  transform: translate(-46px, 3px);
}
.nav-cld--fav {
  transform: translate(-41px, 3px);
}
.nav-cld__ttl {
  background: #F7D42F;
  width: 180px;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}
.nav-cld__ttl:before {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #F7D42F transparent;
}
.nav-cld__content {
  background: #fff;
  padding: 18px 35px;
}
.nav-cld__item {
  line-height: 30px;
}
.nav-cld__item a {
  padding: 0;
  font-size: 14px;
}
.nav-cld__item a:hover {
  color: #F7D42F;
}

.contents {
  margin-top: 90px;
}
@media screen and (max-width: 900px) {
  .contents {
    margin-top: 0;
  }
}

.footer {
  background: #333333;
  padding: 80px 0 104px;
}
.footer__search {
  margin: 20px auto 0px auto;
  width: 400px;
}
.footer__search input {
  margin-top: 15px;
  background: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .footer__search {
    width: 90%;
  }
}
.footer__content {
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .footer__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.footer__rel {
  position: relative;
}
.footer__logo {
  text-align: center;
}
.footer__txt {
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 350px) {
  .footer__txt {
    font-size: 10px;
    line-height: 18px;
  }
}
.footer__nav {
  margin-top: 82px;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.footer__nav-item {
  margin: 0 21px;
}
.footer__nav-item a {
  color: #fff;
  font-weight: 700;
}
.footer__nav-item a:hover {
  color: #F7D42F;
}
.footer .footer__action a {
  display: block;
  width: 160px;
  background: #fff;
  color: #333333;
  font-size: 12px;
  text-align: center;
  border-radius: 20px;
  padding: 14px 0;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .footer .footer__action a:hover {
    background: #F7D42F;
  }
}
.footer__action {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.footer__action--login, .footer__action--register {
  margin: 0 7px 0 8px;
}
.footer__action--register a img {
  margin-right: -19px;
  margin-left: 13px;
}
.footer__policy-lists {
  margin-top: 55px;
}
@media screen and (max-width: 600px) {
  .footer__policy-lists {
    margin-top: 30px;
  }
}
.footer__policy-lists {
  text-align: center;
  font-size: 12px;
}
.footer__policy-lists ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .footer__policy-lists ul {
    flex-direction: column;
  }
}
.footer__policy-lists li {
  margin: 0 10px;
}
@media screen and (max-width: 600px) {
  .footer__policy-lists li {
    margin: 5px 0;
  }
}
.footer__policy-lists a {
  color: #fff;
}
.footer__policy-lists a:hover {
  color: #F7D42F;
}
.footer__copy {
  margin-top: 30px;
  text-align: center;
  color: #9A9A9A;
  font-size: 12px;
  font-family: "Archivo", sans-serif;
}
.footer__pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer__pagetop a {
  display: block;
  background: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  .footer__pagetop a:hover {
    background: #F7D42F;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 54px 0 52px;
  }
  .footer--line {
    padding: 54px 0 172px;
  }
  .footer__logo img {
    width: 264px;
    height: auto;
  }
  .footer__copy {
    font-size: 12px;
    color: #9A9A9A;
    margin-top: 24px;
  }
}

.sp-fix {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 102;
  width: 100%;
  background: #fff;
  padding: 20px 15px;
  transition: 0.4s ease;
}
.sp-fix--wd {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 102;
  width: 100%;
  background: #F6F6F6;
  padding: 20px 15px;
  transition: 0.4s ease;
}
@media screen and (max-width: 900px) {
  .sp-fix--wd {
    padding: 12px 0;
  }
}
.sp-fix--wd.hide {
  bottom: -105px;
}
@media screen and (max-width: 900px) {
  .sp-fix--wd.hide {
    bottom: -87px;
  }
}
.sp-fix.hide {
  bottom: -105px;
}
.sp-fix__content {
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .sp-fix__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sp-fix__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sp-fix__inner {
  margin-right: -6px;
  margin-left: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-fix .sp-fix__btn--line, .sp-fix .sp-fix__btn--tel, .sp-fix .header__login, .sp-fix .header__register {
  padding-right: 7px;
  padding-left: 6px;
  flex: 0 0 50%;
  max-width: 50%;
}
.sp-fix .sp-fix__btn--line a, .sp-fix .sp-fix__btn--tel a, .sp-fix .header__login a, .sp-fix .header__register a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border-radius: 25px;
}
.sp-fix__btn--tel a {
  padding: 16px 0;
  background: #F7D42F url("../img/base/arrow-right.svg") right 15px center no-repeat;
  background-size: 10px;
  color: #333333;
}
.sp-fix__btn--tel a img {
  margin-left: -14px;
  display: inline-block;
  vertical-align: top;
}
.sp-fix__btn--tel a span {
  margin-left: -2px;
  display: inline-block;
  vertical-align: top;
}
.sp-fix__btn--line a {
  padding: 17px 0 16px;
  background: #1BB91F url("../img/base/arrow-right-wh.svg") right 15px center no-repeat;
  background-size: 10px;
  color: #fff;
}
.sp-fix__action {
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .sp-fix__action {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.sp-fix__action .sp-fix__action--entry, .sp-fix__action .sp-fix__action--line, .sp-fix__action .sp-fix__action--tel, .sp-fix__action .sp-fix__action--fav {
  width: 263px;
  padding: 0 10px;
}
@media screen and (max-width: 900px) {
  .sp-fix__action .sp-fix__action--entry, .sp-fix__action .sp-fix__action--line, .sp-fix__action .sp-fix__action--tel, .sp-fix__action .sp-fix__action--fav {
    width: 50%;
    padding: 0 5px;
  }
}
.sp-fix__action--entry a {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0 22px;
  display: block;
  width: 100%;
  background: #5AD2CE;
  border-bottom: solid 3px #409390;
  text-align: center;
  border-radius: 33px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .sp-fix__action--entry a:hover {
    background: #8cd4d1;
    border-bottom-color: #6CA5A5;
  }
}
.sp-fix__action--line a {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0 22px;
  display: block;
  width: 100%;
  background: #1bb91f;
  border-bottom: solid 3px #126c14;
  text-align: center;
  border-radius: 33px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .sp-fix__action--line a:hover {
    background: #6dd26f;
    border-bottom-color: #386D3A;
  }
}
.sp-fix__action--tel {
  position: relative;
}
.sp-fix__action--tel a, .sp-fix__action--tel button {
  display: block;
  width: 100%;
  background: #F7D42F;
  border-bottom: solid 3px #B79D24;
  text-align: center;
  border-radius: 33px;
  line-height: 1;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 0 20px;
}
@media screen and (min-width: 600px) {
  .sp-fix__action--tel a {
    pointer-events: none;
  }
}
.sp-fix__action--fav button {
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.4s ease;
  display: block;
  width: 100%;
  background: #F5F5F5;
  border-bottom: solid 3px #838383;
  text-align: center;
  border-radius: 33px;
  line-height: 1;
  color: #333333;
  padding: 19px 0;
}
.sp-fix__action--fav button img, .sp-fix__action--fav button .small {
  vertical-align: middle;
}
@media screen and (min-width: 901px) {
  .sp-fix__action--fav button:hover {
    background: #e8e8e8;
  }
}
.sp-fix__action--fav .active {
  background: #626262;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .sp-fix__action--fav .active:hover {
    background: #808080;
  }
}

@media screen and (max-width: 900px) {
  .contents {
    overflow: hidden;
  }
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
  transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
}

body.fadeout::after {
  opacity: 1;
}

.pnkz__item--current, .pnkz__item a, .pnkz__item:after {
  font-size: 11px;
}

.pnkz {
  background: #F7D42F;
}
.pnkz--detail {
  background: none;
}
.pnkz--form .pnkz__content {
  max-width: 100%;
}
.pnkz--form .pnkz__list {
  padding-top: 3px;
}
.pnkz__content {
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .pnkz__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .pnkz__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.pnkz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  overflow-x: scroll;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 13px 0 11px;
}
.pnkz__list::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.pnkz__item {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pnkz__item:after {
  content: ">";
  margin: 0 2px 0 3px;
  display: block;
}
.pnkz__item a {
  color: #333333;
  display: block;
}
@media screen and (min-width: 901px) {
  .pnkz__item a:hover {
    opacity: 0.7;
  }
}
.lead {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 900px) {
  .lead {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .lead {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.lead {
  max-width: 772px;
  margin: 117px auto 0;
  width: 100%;
}
.lead__main {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.lead__desc {
  margin-top: 39px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.lead__action {
  margin: 31px -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lead__action-item {
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.lead__action-item--tel {
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.lead__action a {
  display: block;
  color: #333333;
  text-align: center;
  border: solid 1px #333333;
  padding: 20px 0;
  border-radius: 30px;
}
.lead__action a .label {
  font-weight: 700;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (min-width: 901px) {
  .lead__action a:hover {
    background: #eee;
  }
}
.lead__action-desc {
  text-align: center;
  font-size: 12px;
  margin-top: 14px;
}
@media screen and (max-width: 900px) {
  .lead {
    max-width: 100%;
    margin-top: 88px;
  }
}
@media screen and (max-width: 600px) {
  .lead {
    max-width: 100%;
    margin-top: 36px;
  }
  .lead__main {
    font-size: 24px;
    line-height: 36px;
  }
  .lead__desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .lead__action {
    display: block;
    margin: 20px 0 0;
  }
  .lead__action-item {
    width: 100%;
    max-width: 280px;
    padding: 0;
    margin: 15px auto 0;
  }
  .lead__action-item--tel {
    width: 100%;
    max-width: 280px;
    padding: 0;
    margin: 15px auto 0;
  }
}

.pc-line {
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.pc-line.show {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.pc-line .line-btn {
  position: absolute;
  top: 19px;
  left: -9px;
}
.pc-line .line-btn svg rect {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pc-line .line-btn svg:hover rect {
  fill: #F7D42F;
}

@media screen and (max-width: 900px) {
  .pc-line img {
    max-width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .pc-line {
    width: 80%;
    padding: 0 15px;
    left: initial;
    right: 0;
  }
  .pc-line img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .pc-line a {
    display: block;
    text-align: center;
  }
  .pc-line.show {
    bottom: 15px;
  }
  .pc-line .line-btn {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 22%;
    left: 18px;
  }
}
.fade-out {
  opacity: 0 !important;
  transform: translateY(20px);
}

.offer__list:not(.js-offer-item) {
  max-width: 1200px;
  width: 100%;
  padding-right: 34px;
  padding-left: 33px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.offer__list:not(.js-offer-item) .offer__item {
  width: 33.3333%;
  max-width: 33.3333%;
}
.offer__list .slick-prev {
  left: 50%;
  transform: translate(-575px, -50%);
  width: 50px;
  height: 50px;
  background: url("../img/base/arrow-sl-prev.svg") no-repeat center;
  z-index: 2;
}
.offer__list .slick-prev:before {
  display: none;
}
.offer__list .slick-next {
  right: 50%;
  transform: translate(575px, -50%);
  width: 50px;
  height: 50px;
  background: url("../img/base/arrow-sl-next.svg") no-repeat center;
  z-index: 2;
}
.offer__list .slick-next:before {
  display: none;
}
.js-offer-item .offer__item {
  width: 378px !important;
}
.offer__item {
  max-width: 378px;
  padding-right: 16px;
  padding-left: 17px;
}
.offer__item-link {
  display: block;
  width: 100%;
  color: #333333;
  background: #F6F6F6;
  height: 100%;
}
.offer__item-link:hover {
  opacity: 0.7;
}
.offer__item-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.offer__item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.offer__item-detail {
  background: #F6F6F6;
  padding: 21px 20px 19px;
}
.offer__item-ttl {
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 22px;
}
.offer__item-ttl + .offer__item-row {
  margin-top: 0;
}
.offer__item-row {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
}
.offer__item-row--label {
  background: #F7D42F;
  text-align: center;
  font-size: 12px;
  width: 56px;
  padding: 4px 5px;
}
.offer__item-row--txt {
  flex: 1 0 0%;
  font-size: 12px;
  line-height: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  .offer__list:not(.js-offer-item) {
    padding-right: 4px;
    padding-left: 3px;
  }
  .offer__list:not(.js-offer-item) .offer__item {
    width: 50%;
    max-width: 50%;
  }
  .offer__list .slick-prev {
    left: 30px;
    transform: translate(0, -50%);
  }
  .offer__list .slick-next {
    right: 30px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 600px) {
  .offer__list:not(.js-offer-item) {
    padding-right: 15px;
    padding-left: 15px;
  }
  .offer__list:not(.js-offer-item) .offer__item {
    width: 100%;
    max-width: 100%;
  }
  .offer__list {
    padding-right: 15px;
    padding-left: 15px;
  }
  .js-offer-item .offer__item {
    width: 100% !important;
  }
  .offer__item {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .offer__item:last-child {
    margin-bottom: 0;
  }
  .offer__item:nth-child(n+4) {
    display: none !important;
  }
}

.contents {
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .contents {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 900px) {
  .contents {
    padding-top: 60px;
  }
}
.alert {
  padding: 0px 0px 20px 0px;
  color: #b50000;
}

.danger {
  border: 1px solid #ff9b98 !important;
}

.p-ttl {
  text-align: center;
  margin-top: 100px;
}
.p-ttl--comp {
  text-align: center;
  margin-top: 72px;
}
.p-ttl--comp .p-ttl__name {
  font-size: 30px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .p-ttl--comp {
    margin-top: 61px;
  }
}
.p-ttl--register {
  text-align: center;
  margin-top: 86px;
}
.p-ttl--register .p-ttl__name {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
}
.p-ttl--register .p-ttl__desc {
  margin-top: 29px;
}
.p-ttl__name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.p-ttl__name--lg {
  font-size: 60px;
  font-weight: 700;
  color: #F7D42F;
  font-family: "Archivo", sans-serif;
  letter-spacing: 0.05em;
  vertical-align: top;
  margin-top: -8px;
  margin-left: 12px;
  margin-right: 16px;
}
.p-ttl__desc {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .p-ttl {
    margin-top: 60px;
  }
}
.p-ttl__link {
  text-align: center;
  margin-top: 25px;
}
.p-ttl__link a {
  font-size: 16px;
  color: #707070;
}

.form {
  margin-top: 30px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 900px) {
  .form {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .form {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.form {
  max-width: 980px;
}
@media screen and (max-width: 900px) {
  .form {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .form {
    margin-top: 30px;
  }
}
.form__panel {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 30px 50px;
}
@media screen and (max-width: 600px) {
  .form__panel {
    padding: 20px 15px 30px;
  }
}
.form__ttl {
  background: #F7D42F;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 21px 21px 19px;
}
.form__ttl.in {
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  .form__ttl {
    font-size: 18px;
    padding: 14px 15px;
  }
}
.form__content--conf {
  margin-top: 24px;
}
.form .form__row--radio, .form .form__row {
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .form .form__row--radio, .form .form__row {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.form .form__item--half, .form .form__item {
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  color: #333333;
}
@media screen and (max-width: 600px) {
  .form .form__item--half, .form .form__item {
    padding-right: 0;
    padding-left: 0;
  }
}
.form__row {
  margin-top: 20px;
}
.form__row--radio {
  margin-top: 33px;
  margin-bottom: 28px;
}
@media screen and (max-width: 600px) {
  .form__row {
    margin-top: 0;
  }
}
.form__row--mt {
  margin-top: 44px;
}
.form__row--birth {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.form__item {
  width: 100%;
}
.form__item--half {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 600px) {
  .form__item--half {
    max-width: 100%;
    margin: 18px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .form__item {
    max-width: 100%;
    margin: 18px 0 0;
  }
}

/* ===== お名前（姓・名）専用 ===== */
.form__row--name {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
}

.form__item--name {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .form__item--name {
    max-width: 100%;
    margin-top: 18px;
  }
}

.form__item--conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 600px) {
  .form__item--conf {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.form__item--year {
  flex: 0 0 400px;
  max-width: 400px;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .form__item--year {
    max-width: 42%;
  }
}
@media screen and (max-width: 600px) {
  .form__item--year .form__label {
    left: 18px;
  }
}
.form__item--birth {
  flex: 0 0 200px;
  max-width: 200px;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 900px) {
  .form__item--birth {
    max-width: 29%;
  }
}
.form__item--birth-unit {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  right: 29px;
  top: 50%;
  transform: translate(0, -50%);
  color: #a9a9a9;
}
.form__label {
  position: absolute;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #A9A9A9;
  transition: all 0.2s ease;
  top: 14px;
  font-weight: 500;
  left: 24px;
  display: inline-block;
  padding: 3px 6px;
  background: #fff;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .form__label {
    left: 8px;
    font-size: 14px;
  }
}
.form__label.focus {
  font-size: 12px;
  top: -9px;
  color: #707070;
}
.form__label--fix {
  font-size: 16px;
  color: #707070;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .form__label--fix {
    font-size: 14px;
  }
}
.form__label--conf {
  width: 210px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .form__label--conf {
    width: 100%;
  }
}
.form .err {
  color: #ab0000;
  font-size: 12px;
  margin-top: 8px;
  display: none;
}
.form .form__input--sm, .form .form__input--area, .form .form__input--select, .form .form__input {
  border: solid 1px #CCCCCC;
  border-radius: 10px;
  width: 100%;
  line-height: normal;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #707070;
  font-weight: 500;
  padding: 12px 19px;
  display: block;
  height: 50px;
}
.form .form__input--sm::placeholder, .form .form__input--area::placeholder, .form .form__input--select::placeholder, .form .form__input::placeholder {
  color: white;
}
.form .form__input--sm:-ms-input-placeholder, .form .form__input--area:-ms-input-placeholder, .form .form__input--select:-ms-input-placeholder, .form .form__input:-ms-input-placeholder {
  color: white;
}
.form .form__input--sm::-ms-input-placeholder, .form .form__input--area::-ms-input-placeholder, .form .form__input--select::-ms-input-placeholder, .form .form__input::-ms-input-placeholder {
  color: white;
}
.form .form__input--sm:has(+ .form__label.focus)::placeholder, .form .form__input--area:has(+ .form__label.focus)::placeholder, .form .form__input--select:has(+ .form__label.focus)::placeholder, .form .form__input:has(+ .form__label.focus)::placeholder {
  color: #a9a9a9;
}
.form .form__input--sm:has(+ .form__label.focus):-ms-input-placeholder, .form .form__input--area:has(+ .form__label.focus):-ms-input-placeholder, .form .form__input--select:has(+ .form__label.focus):-ms-input-placeholder, .form .form__input:has(+ .form__label.focus):-ms-input-placeholder {
  color: #a9a9a9;
}
.form .form__input--sm:has(+ .form__label.focus)::-ms-input-placeholder, .form .form__input--area:has(+ .form__label.focus)::-ms-input-placeholder, .form .form__input--select:has(+ .form__label.focus)::-ms-input-placeholder, .form .form__input:has(+ .form__label.focus)::-ms-input-placeholder {
  color: #a9a9a9;
}
@media screen and (max-width: 600px) {
  .form .form__input--sm, .form .form__input--area, .form .form__input--select, .form .form__input {
    padding: 12px 13px;
  }
}
.form .js-initial-gray {
  color: #A9A9A9;
}
.form__input--select {
  background: url("../img/base/arrow-select.svg") no-repeat center right 19px;
}
.form__input--select option[value=""] {
  color: red;
}
.form__input--area {
  min-width: 100%;
  height: 270px !important;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .form__input--area {
    height: 180px !important;
  }
}
.form__input--sm {
  display: inline-block !important;
  vertical-align: middle;
  width: 185px !important;
}
@media screen and (max-width: 900px) {
  .form__input--sm {
    width: 26% !important;
  }
}
@media screen and (max-width: 600px) {
  .form__input--sm {
    width: 90px !important;
  }
}
@media screen and (max-width: 350px) {
  .form__input--sm {
    width: 70px !important;
  }
}
.form__input--unit {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background: #707070;
  margin: 0 5px;
}
@media screen and (max-width: 600px) {
  .form__input--unit {
    margin: 0 3px;
  }
}
.form__input--conf {
  flex: 1 0 0%;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .form__input--conf {
    width: 100%;
  }
}
.form__radio-list {
  margin-top: 13px;
  letter-spacing: -0.4em;
  padding-left: 2px;
}
.form__radio-item {
  display: inline-block;
  margin-right: 19px;
  letter-spacing: 0.03em;
  margin-top: 6px;
}
.form__radio-item input {
  display: none;
}
.form__radio-item input:checked + label:after {
  opacity: 1;
}
.form__radio-label {
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 35px;
  line-height: 25px;
  display: inline-block;
  cursor: pointer;
}
.form__radio-label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: solid 1px #ccc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-sizing: border-box;
}
.form__radio-label:after {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #707070;
  opacity: 0;
}
.form__radio-label.checked::after {
  background: #F6D42F;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .form__radio-label {
    font-size: 14px;
    line-height: 21px;
    padding-left: 28px;
  }
  .form__radio-label:before {
    width: 21px;
    height: 21px;
  }
  .form__radio-label:after {
    width: 11px;
    height: 11px;
  }
}
.form__action {
  margin: 63px auto 0;
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .form__action {
    margin: 30px auto 0;
  }
}
.form__action--more {
  margin-top: 20px;
}
.form__action-btn {
  background: #F7D42F;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
  line-height: normal;
  margin: 0 auto;
  padding: 17px 0 19px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.4s ease;
}
@media screen and (min-width: 901px) {
  .form__action-btn:hover {
    background: #f9e16d;
  }
}
.form__action-btn:disabled {
  cursor: no-drop;
  background: #bfbfbf;
  color: #333333;
}
.form__action-link a {
  color: #707070;
  font-size: 13px;
  line-height: 19px;
  display: inline-block;
}
@media screen and (min-width: 901px) {
  .form__action-link a:hover {
    color: #F7D42F;
  }
}
.form__addButton {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 20px;
  background: #333;
  width: 190px;
  color: #fff;
}
.form__addButton:hover {
  opacity: 0.6;
}
.form .license_name__item {
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.form .license_name__item:first-child {
  margin-top: 0;
  border: none;
}
.form .license_name__item:first-child .license_name__deleteButton {
  display: none;
}
.form .license_name__item .index {
  margin: 20px 0;
}
.form .license_name__deleteButton {
  position: absolute;
  height: 28px;
  aspect-ratio: 1;
  right: 0;
  top: 13px;
  border-radius: 10px;
  border: 1px solid #b50000;
  cursor: pointer;
  transition: 0.3s;
}
.form .license_name__deleteButton img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: inherit;
  transform: translate(-50%, -50%);
  height: 12px;
  aspect-ratio: 1;
}
.form .license_name__deleteButton img:last-child {
  opacity: 0;
}
.form .license_name__deleteButton:hover {
  background-color: #b50000;
}
.form .license_name__deleteButton:hover img:first-child {
  opacity: 0;
}
.form .license_name__deleteButton:hover img:last-child {
  opacity: 1;
}
.form .job_history__item {
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.form .job_history__item:first-child {
  margin-top: 0;
  border: none;
}
.form .job_history__item:first-child .job_history__deleteButton {
  display: none;
}
.form .job_history__item .index {
  margin: 20px 0;
}
.form .job_history__deleteButton {
  position: absolute;
  height: 28px;
  aspect-ratio: 1;
  right: 0;
  top: 13px;
  border-radius: 10px;
  border: 1px solid #b50000;
  cursor: pointer;
  transition: 0.3s;
}
.form .job_history__deleteButton img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: inherit;
  transform: translate(-50%, -50%);
  height: 12px;
  aspect-ratio: 1;
}
.form .job_history__deleteButton img:last-child {
  opacity: 0;
}
.form .job_history__deleteButton:hover {
  background-color: #b50000;
}
.form .job_history__deleteButton:hover img:first-child {
  opacity: 0;
}
.form .job_history__deleteButton:hover img:last-child {
  opacity: 1;
}

.complete {
  margin-top: 32px;
}
.complete__icn {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .complete__icn img {
    width: 112px;
    height: auto;
  }
}
.complete__catch {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 33px;
}
@media screen and (max-width: 600px) {
  .complete__catch {
    line-height: 28px;
  }
}
.complete__desc {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-top: 23px;
}
.complete__desc a {
  font-weight: 700;
  color: #0061A6;
  text-decoration: underline;
}
.complete__btn {
  margin-top: 48px;
}
.complete__btn--txt {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .complete__btn--txt {
    font-size: 16px;
    line-height: 28px;
  }
}
.complete__btn--txt .out, .complete__btn--txt .in {
  display: inline-block;
  position: relative;
}
.complete__btn--txt .out:before, .complete__btn--txt .out:after, .complete__btn--txt .in:before, .complete__btn--txt .in:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  background: #333333;
}
.complete__btn--txt .in:before, .complete__btn--txt .in:after {
  width: 2px;
  height: 42px;
}
.complete__btn--txt .in:before {
  transform: rotate(-22deg);
  left: -18px;
}
.complete__btn--txt .in:after {
  transform: rotate(22deg);
  right: -18px;
}
@media screen and (max-width: 600px) {
  .complete__btn--txt .in:before {
    left: -12px;
  }
  .complete__btn--txt .in:after {
    right: -12px;
  }
}
.complete__btn--txt .out:before, .complete__btn--txt .out:after {
  width: 2px;
  bottom: -3px;
  height: 34px;
}
.complete__btn--txt .out:before {
  transform: rotate(-34deg);
  left: -30px;
}
.complete__btn--txt .out:after {
  transform: rotate(34deg);
  right: -30px;
}
@media screen and (max-width: 600px) {
  .complete__btn--txt .out:before, .complete__btn--txt .out:after {
    display: none;
  }
}
.complete__btn--att {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
}
.complete__btn a {
  max-width: 300px;
  margin: 22px auto 0;
  display: block;
  background: #F7D42F;
  color: #333333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 22px 0;
  border-radius: 30px;
}
@media screen and (min-width: 901px) {
  .complete__btn a:hover {
    background: #f9e16d;
  }
}

.container {
  padding-bottom: 0;
}

.sp-fix {
  display: none !important;
}

.p-content {
  margin-top: 28px;
}
.p-content__ttl {
  font-weight: 500;
}
.p-content__ttl--sub {
  margin-bottom: 18px;
  padding: 8px 18px;
  background: #F7D42F;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .p-content__ttl--sub {
    padding: 8px 12px;
    margin-bottom: 10px;
  }
}
.p-content__box {
  border: 1px solid #333333;
  padding: 20px;
  max-height: 200px;
  overflow: auto;
  margin: 8px 0 30px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .p-content__box {
    padding: 16px 12px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.p-content__detail {
  margin-bottom: 2em;
}
.p-content__detail-ttl {
  padding-bottom: 4px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 8px;
}
.p-content__detail-txt-img {
  line-height: 2;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-content__detail-txt-img p {
  flex: 1 0 0%;
  margin-right: 30px;
}
.p-content__detail-txt-img .bg {
  font-weight: 500;
  background: linear-gradient(transparent 40%, #FCEEAC 40%);
}
.p-content__detail-txt-img img {
  margin-top: 3px;
  width: 100px;
}
@media screen and (max-width: 600px) {
  .p-content__detail-txt-img {
    display: block;
    line-height: 1.6;
  }
  .p-content__detail-txt-img p {
    margin-right: 0;
  }
  .p-content__detail-txt-img img {
    display: block;
    margin: 12px auto 0;
  }
}
.p-content__desc {
  text-align: center;
  line-height: 2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-content__desc a {
  background: url("../img/base/icn_nwin.svg") no-repeat right center;
  background-size: 16px;
  padding-right: 18px;
  margin-right: 5px;
  margin-left: 5px;
  color: #333333;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-content__desc {
    text-align: left;
  }
  .p-content__desc br {
    display: none;
  }
}
.p-content__agree {
  text-align: center;
  margin-top: 30px;
}
.p-content__agree-label {
  letter-spacing: 0.04em;
  padding-left: 24px;
  position: relative;
  display: inline-block;
  line-height: 16px;
  cursor: pointer;
}
.p-content__agree-label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: solid 1px #333333;
  display: block;
  content: "";
  box-sizing: border-box;
}
.p-content__agree-label:after {
  width: 8px;
  height: 5px;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.p-content__agree-input {
  display: block;
}
.p-content__agree-input:checked + .p-content__agree-label:before {
  background: #333333;
}

.reserve__ttl {
  font-size: 14px;
  line-height: 2;
}
.reserve__ttl.--note {
  margin-top: 16px;
}
.reserve__radios {
  margin-top: 0 !important;
  display: flex;
  width: 280px;
  justify-content: space-between;
  margin-bottom: 26px;
}
.reserve__radios label {
  font-size: 14px;
}
.reserve__txt {
  margin: 24px 0;
  font-size: 14px;
}
.reserve__selects {
  display: none;
}
.reserve__select {
  display: flex;
  justify-content: space-between;
}
.reserve__select > .form__input, .reserve__select .form__input--select {
  width: 49%;
}

.form__works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.form .offer__item {
  margin: 0 auto 15px;
}

/* チェックボックス */
.check__ttl {
  margin-bottom: 14px;
}

.checkbox__list {
  margin-bottom: 20px;
}

input[type=checkbox] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.03em;
}

.checkbox::before {
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checkbox::after {
  border-right: 3px solid #f6d42f;
  border-bottom: 3px solid #f6d42f;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

/*# sourceMappingURL=contact.css.map */
