@charset "utf-8";
/*************************************
*
*  共通CSS
*
**************************************/

/*+++++++++++++++++++++++++++++++++++++++++
  　root
*+++++++++++++++++++++++++++++++++++++++++*/
:root {
  --color-black: #353535;
  --color-middleblack: #454545;
  --color-white: #fff;
  --color-red: #E53535;
  --color-link: #54B4C1;
  --color-rightgray: #F9F9F9;
  --color-gray: #D9D9D9;
  --color-darkgray: #8D8D8D;
  --color-yellow: #FFD74A;
  --color-middleyellow: #E7DB9C;
  --color-rightyellow: #FEFAEE;
  --color-rightblue: #EEFDFE;
  --color-middleblue: #9CD5E7;
  --color-blue: #125892;
}

/*+++++++++++++++++++++++++++++++++++++++++
  　共通
*+++++++++++++++++++++++++++++++++++++++++*/
body {
  font-size: 16px;
  line-height: 1.5;
  font-family:  'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans W3",  "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--color-black);
}
.inner {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1205px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  overflow-wrap: break-word;
}
a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 769px) {
  .spview {
    display: none!important;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  section {
    margin-top: 80px;
  }
  .page section:first-of-type {
    margin-top: 40px;
  }

  .pcview {
    display: none!important;
  }
}

/*----- アセット -----*/
.ft-z {
  font-family: 'Zen Maru Gothic',"Hiragino Kaku Gothic ProN", "Hiragino Sans W3",  "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ft-k {
  font-family: 'Kiwi Maru', "Hiragino Kaku Gothic ProN", "Hiragino Sans W3",  "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c-link {
  color: var(--color-link);
}

.tx-ce { text-align: center; }
.tx-ri { text-align: right; }
.tx-le { text-align: left; }

.tx-m { font-weight: 500; }
.tx-sb { font-weight: 600; }
.tx-b { font-weight: 700; }

section {
  margin-top: 40px;
}
.page section:nth-of-type(n+2) {
  margin-top: 80px;
}

.m0 { margin: 0!important; }
.p0 { padding: 0!important; }

#jigyosaikouchiku{
  font-size: 14px;
  padding: 2px 16px;
  border:1px #111 solid;
  position: absolute;
  right: 8%;
}

/*----- ボタン -----*/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  opacity: 0.8;
}
.btn-common {
  width: 100%;
  max-width: 320px;
  border-radius: 100vh;
  line-height: 48px;
  background: var(--color-yellow);
  color: var(--color-middleblack);
}
.btn-sub {
  border-radius: 10px;
  color: var(--color-white);
  line-height: 54px;
}
.btn-send {
  border-radius: 10px;
  color: var(--color-white);
}
.btn-outline {
  color: var(--color-black);
  border: 2px solid var(--color-yellow);
  background: var(--color-white);
}
.btn-w100 {
  max-width: 100%;
}
.btn-w60 {
  max-width: 60%;
}
.btn-b { background-color: var(--color-black); }
.btn-r { background-color: var(--color-red); }
.btn-bl { background-color: var(--color-blue); }

/* 矢印ありボタン */
.btn-step {
  position: relative;
}
.btn-step::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: calc(50% - 5px);
  border-top: solid 2px var(--color-middleblack);
  border-right: solid 2px var(--color-middleblack);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
/* 保存ボタン */
.btn-save {
  width: 100%;
  max-width: 94px;
}
/* ダウンロードボタン */
.btn-download {
  border-radius: 5px;
  padding: 5px 15px 5px 25px;
  border: 1px solid var(--color-link);
  color: var(--color-link);
  position: relative;
  cursor: pointer;
}
.btn-download::before {
  content: "";
  background: url(../images/icon/icon-file.svg) no-repeat;
  width: 14px;
  height: 100%;
  position: absolute;
  background-size: 14px;
  left: 7px;
  top: 9px;
}
.btn-download:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .btn-common {
    padding: 5px 0;
    min-height: 48px;
    line-height: 1.3;
  }
  .btn-sub {
    padding: 5px 0;
    min-height: 54px;
    line-height: 1.3;
  }
}

/*----- タイトル -----*/
.title__box {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 16px;
}
.title__box-bt {
  justify-content: space-between;
}
.title__box-page {
  margin-top: 25px;
}
.page-bg .title__box-page {
  margin-top: 0;
}
.title--first {
  font-size: 32px;
}
.title--second {
  width: fit-content;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  /* タイトル */
  .title__box-bt {
    flex-direction: column;
    align-items: center;
  }
  .title--first {
    font-size: 28px;
  }
  .title--second {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
}

/*----- 背景 -----*/
.page-bg {
  padding: 32px 0;
}
.page-bgst {
  padding: 98px 0;
}
.bg-y { background-color: var(--color-rightyellow);}
.bg-b { background-color: var(--color-rightblue);}

/* =======================
　Layout
======================== */
/* グラデーション */
.bd-gr {
  width: 100%;
  height: 32px;
  background: radial-gradient(68.28% 443.93% at 41.37% 44.32%, rgba(255, 184, 0, 0.19) 0%, rgba(255, 0, 40, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

/* 下層ページ共通 */
.page__description {
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-middleyellow);
  color: var(--color-darkgray);
}

/*----- header -----*/
.header {
  margin: 33px 0 20px;
  /* position: fixed;
  left: 0;
  top: 0;
  width: 100%; */
}
.header__box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.header__head {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 33px;
}
.header__logo {
  max-width: 472px;
}
.header__search {
  margin-bottom: 10px;
  position: relative;
  border: 2px solid var(--color-darkgray);
  border-radius: 4px
}
.header__search::after {
  content: "";
  background: url(../images/icon/icon-search.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: -1;
}
.header__search form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__search input {
  padding: 10px 24px 12px;
}
.header__nav {
  margin-top: 36px;
  display: flex;
  flex-direction: row;
  gap: 44px;
}

.header__box-right {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 14px;
}
.header__account {
  display: flex;
  flex-direction: column;
}
:is(.btn-login, .btn-make) {
  width: 154px;
}
.header__account .btn-login {
  font-size: 24px;
}
.header__box-right .btn-make {
  font-size: 32px;
}

.hamburger {
  display: none;
  position: fixed;
  right: 15px;
  top: 8px;
  width: 40px;
  height: 40px;
  background: var(--color-black);
  border-radius: 50%;
  cursor: pointer;
  z-index: 300;
}
.hamburger_border {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 2px;
  background-color: var(--color-white);
  transition: all .6s;
}
.hamburger_border_top {
  top: 14px;
}
.hamburger_border_center {
  top: 20px;
}
.hamburger_border_bottom {
  top: 26px;
}
.black_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: var(--color-black);
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
.nav-open .nav {
  right: 0;
}
.nav-open .black_bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger_border_top {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger_border_center {
  width: 0;
  left: 50%;
}
.nav-open .hamburger_border_bottom {
  transform: rotate(-45deg);
  top: 20px;
}

@media only screen and (min-width: 769px) {
  .black_bg, .nav-open .black_bg {
    opacity: 0;
  }
}
@media only screen and (max-width: 1090px) {
  .header__box-right {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .header .inner {
    padding: 0;
  }
  .header__box {
    justify-content: center;
  }
  .header__logo {
    width: 100%;
  }
  .header__search {
    display: none;
  }

  .header__nav {
    flex-direction: column;
    gap: 20px;
  }

  .header__box-right {
    display: none;
  }

  .hamburger {
    display: block;
  }
  .nav {
    padding: 20px;
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: var(--color-white);
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }

  .header__spBtn {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .header__spBtn :is(.btn-make, .btn-login) {
    width: 100%;
    font-size: 18px;
  }
  .header__spBtn .btn-login {
    margin-bottom: 5px;
  }
}

/*----- footer -----*/
.footer {
  margin-top: 100px;
}
.footer__list {
  margin: 48px 0 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer__list dt {
  font-size: 20px;
}
.footer__list dd {
  margin-top: 15px;
  font-size: 14px;
  color: var(--color-darkgray);
}
.footer__list dd:first-of-type {
  margin-top: 20px;
}
.copyright {
  padding: 16px 0;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 12px;
}

.footer__fixed{
  min-height: calc(100vh - 244px);/*コンテンツ足らずの時*/
}

@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 56px;
  }
  .footer__list {
    margin: 28px 25px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 44px;
  }
  .footer__list li {
    width: 100%;
  }
  .footer__list dt {
    font-size: 16px;
  }
  .footer__list dd {
    margin-top: 10px;
    font-size: 12px;
  }
  .footer__list dd:first-of-type {
    margin-top: 14px;
  }
  .copyright {
    padding: 10px 0;
    font-size: 10px;
  }
}

/*----- スライダー：矢印 -----*/
.slick-arrow {
  content: url("../images/icon/icon-angle-right.svg");
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-black);
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-arrow > div {
  width: 12px;
  height: 12px;
}
.slick-arrow_prev {
  left: 0;
}
.slick-arrow_prev > div {
  margin-left: 11px;
  border-bottom: solid 3px var(--color-white);
  border-left: solid 3px var(--color-white);
  transform: rotate(45deg);
}
.slick-arrow_next {
  right: 0;
}
.slick-arrow_next > div {
  margin-left: 6px;
  border-top: solid 3px var(--color-white);
  border-right: solid 3px var(--color-white);
  transform: rotate(45deg);
}

/*----- フォーム -----*/
.formbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.formbox__mt {
  margin-top: 32px;
}
.formbox input {
  padding: 13px 20px;
  border: 2px solid var(--color-middleblack);
  border-radius: 4px;
  width: 100%;
}

.formbox .form-checkbox{
  width: auto;
}

@media only screen and (max-width: 768px) {
  .formbox input {
    padding: 10px 10px;
  }
}

/* ラジオ */
.radio {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 600;
}
input[type="radio"] {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  position: relative;
  margin-right: 10px;
  font-weight: 600;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"]::before, input[type="radio"]::after{
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
input[type="radio"]::before {
  background-color: #fff;
  border: 2px solid var(--color-middleblack);
  height: 26px;
  width: 26px;
  left: 0px;
}
input[type="radio"]::after {
  background-color: var(--color-red);
  opacity: 0;
  height: 12px;
  width: 12px;
  left: 7px;
}
input[type="radio"]:checked::after {
  opacity: 1;
}

/*----- ページャー -----*/
.pagination ul {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}
.pagination.pagination-right ul {
  justify-content: flex-end;
}
.pagination li:not(.pagination-active) {
  color: var(--color-darkgray);
}
:is(.pagination-prev, .pagination-next) a {
  background: var(--color-white);
  border-radius: 4px;
  border: 2px solid var(--color-middleyellow);
}
:is(.pagination-prev, .pagination-next) a span {
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.pagination-prev a span {
  margin: 0 10px 2px 12px;
  border-left: 2px solid var(--color-darkgray);
  border-bottom: 2px solid var(--color-darkgray);
}
.pagination-next a span {
  margin: 0 12px 2px 10px;
  border-right: 2px solid var(--color-darkgray);
  border-top: 2px solid var(--color-darkgray);
}

/*----- ページトップ -----*/
.pageTop {
  padding-top: 10px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 104px;
  height: 104px;
  background: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageTop::before {
  content: "";
  position: absolute;
  right: calc(50% - 5px);
  top: 18px;
  border-top: solid 2px var(--color-darkgray);
  border-left: solid 2px var(--color-darkgray);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 768px) {
  .pageTop {
    padding-top: 8px;
    right: 20px;
    bottom: 30px;
    width: 74px;
    height: 74px;
    font-size: 12px;
  }
  .pageTop::before {
    top: 15px;
  }
}

/*----- ぱんくず -----*/
.breadcrumb ul {
  display: flex;
  flex-direction: row;
}
.breadcrumb ul :is(li,a) {
  color: var(--color-link);
}
.breadcrumb ul li:nth-of-type(n+2){
  padding-left: 18px;
  position: relative;
}
.breadcrumb ul li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  left: -9px;
  bottom: calc(50% - 5px);
  margin-left: 11px;
  border-top: solid 2px var(--color-link);
  border-right: solid 2px var(--color-link);
  transform: rotate(45deg);
  z-index: 3;
  width: 9px;
  height: 9px;
}

/*+++++++++++++++++++++++++++++++++++++++++
  　フォーム
*+++++++++++++++++++++++++++++++++++++++++*/
.form__box {
  max-width: 950px;
}
.form__box:nth-of-type(n+2) {
  margin-top: 24px;
}
.form__box dl {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form__box dt {
  font-size: 24px;
}
.form__notRequired {
  margin-left: 11px;
  font-size: 14px;
  color: var(--color-darkgray);
}
.form__box dd.form__count {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
}

/* フォーム共通 */
.form__input {
  appearance: none;
  width: 100%;
  height: 60px;
  padding: 19px 25px;
  border: 1px solid var(--color-middleyellow);
  border-radius: 10px;
  background: var(--color-white);
  font-weight: 600;
  color: var(--color-darkgray);
}

.form__input__en {
  appearance: none;
  width: 100%;
  height: 60px;
  padding: 19px 25px;
  border: 1px solid var(--color-middleblue);
  border-radius: 10px;
  background: var(--color-white);
  font-weight: 600;
  color: var(--color-darkgray);
}

.form__box dd.form__count .form__input {
  width: calc(100% - 50px - 8px);
}
.form_counter {
  margin-left: 8px;
  width: 50px;
  font-size: 14px;
  color: var(--color-darkgray);
}

.form__box dd.form__count .form__input__en {
  width: calc(100% - 50px - 8px);
}

.form_counter {
  margin-left: 8px;
  width: 50px;
  font-size: 14px;
  color: var(--color-darkgray);
}

.form__text {
  margin-top: 8px;
  width: 100%;
  font-size: 14px;
  color: var(--color-darkgray);
}

.form__pb {
  padding-bottom: 24px;
}

.form__tx-attention{
  color:var(--color-red);
}

/* セレクトボックス */
.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 490px;
}
.selectbox::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: calc(50% - 3px);
  border-bottom: solid 2px var(--color-middleblack);
  border-right: solid 2px var(--color-middleblack);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.selectbox select {
  padding-right: 35px;
  cursor: pointer;
}

/* テキストエリア */
.form__input-textarea {
  height: 100%;
}

/* ファイル */
.form__upload {
  width: 100%;
  height: 150px;
  border: 2px dashed var(--color-middleyellow);
  background: var(--color-white);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.form__upload__en {
  width: 100%;
  height: 150px;
  border: 2px dashed var(--color-middleblue);
  background: var(--color-white);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.form__upload--text, .form__upload--text-s {
  color: var(--color-darkgray);
}
.form__upload--click {
  color: var(--color-link);
}
.form__upload--text-s {
  font-size: 14px;
}

/* 郵便番号検索 */
.form__zipSearch {
  color: var(--color-darkgray);
}

/* 横並びフォーム */
.form__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.form__list :is(.form__input, .selectbox select) {
  max-width: 167px;
}
.form__list.form__list-half :is(.form__input, .selectbox select) {
  max-width: 240px;
}
.form__list .selectbox {
  max-width: 167px;
}

/* ボタン */
.form__btn--text {
  margin-top: 54px;
  color: var(--color-darkgray);
}
.form__btn {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 34px;
}
.form__btn--save {
  max-width: 200px
}
.form__btn-r {
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .form__box dt {
    font-size: 18px;
  }
  .form__box:nth-of-type(n+2) {
    margin-top: 40px;
  }

  /* フォーム共通 */
  .form__input {
    padding: 10px 25px 10px 16px;
  }

  .form__box dd.form__count {
    flex-direction: column;
  }
  .form__box dd.form__count .form__input {
    width: 100%;
  }

  /* ファイル */
  .form__upload--text-s {
    font-size: 12px;
  }

  /* 横並びフォーム */
  .form__list {
    gap: 8px;
  }
  :is(.form__list, .form__list.form__list-half) :is(.form__input, .selectbox select) {
    max-width: 100%;
  }

  /* ボタン */
  .form__btn--text {
    margin-top: 40px;
  }
  .form__btn {
    margin: 40px 0;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .form__btn .btn {
    max-width: 400px;
  }
  .form__btn--save {
    max-width: 100%;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++
  　レビュー
*+++++++++++++++++++++++++++++++++++++++++*/
.rating {
  margin-right: 5px;
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: var(--color-gray);
  font-size: 18px;
}
.rating:before, .rating:after{
  content: '★★★★★';
}
.rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: var(--color-yellow);
}
.rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.rating[data-rate="0"]:after{ width: 0%; } /* 星0 */