@charset "UTF-8";
/* CSS Document */

/*オリジナルリセットcss----------------------------------------------------------- */
p {
  margin-bottom: 0;
}

img {
  display: block;
/*  width: 100%;*/
}

a {
  display: inline-block;
}

/*デバイス共通----------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}



body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  line-height: 1.5;
  background-color: #fff;
  color: #363636;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.4;
  }
}

a,
a img {
  transition: all .3s;
}

.dib {
  display: inline-block;
}

.m0a {
  margin: 0 auto;
}

.mla {
  margin-left: auto;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.imgr {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sp_scroll {
    width: 100%;
    overflow-x: scroll;
  }

  .sp_scroll>* {
    min-width: 768px;
  }
}

h1 {
  margin: 0;
}

h2,
h3 {
  text-align: center;
}

/*テキスト関連----------------------------------------------------------- */
.fwb {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline;
}

.cta-contact a{
  color: #000;
}

/*16~24px*/
.font_s {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

/*24~32px*/
.font_m {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
}

/*32~48px*/
.font_l {
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
}

/*42~60px*/
.font_xl {
  font-size: clamp(2.625rem, 2.216rem + 2.05vw, 3.75rem);
}

@media screen and (max-width: 768px) {
  .font_m {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  }

  .font_l {
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  }

  .font_xl {
    font-size: clamp(2.25rem, 1.977rem + 1.36vw, 3rem);
  }

}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.shadow {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.font_noto_r {
/*  font-family: noto-sans-cjk-jp, sans-serif;*/
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_noto_b {
/*  font-family: noto-sans-cjk-jp, sans-serif;*/
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font_go_b {
/*  font-family: vdl-v7marugothic, sans-serif;*/
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font_go_eb {
/*  font-family: vdl-v7marugothic, sans-serif;*/
  font-family: sans-serif;
  font-weight: 800;
  font-style: normal;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.note {
  position: relative;
  font-size: 0.777em;
  padding-left: 1em;
}

.note:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  font-size: 1em;
  line-height: 1.554em;
}

@media (min-width: 768px) and (max-width: 959px) {
  .tab_shadow {
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
}

@media screen and (max-width: 767px) {
  .sp_tal {
    text-align: left !important;
  }

  .sp_shadow {
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
}

/*余白&幅調整----------------------------------------------------------- */

.mxwidth1080 {
  max-width: 1080px;
}

.m0a {
  margin: 0 auto;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt45 {
  margin-top: 45px;
}

.mt60 {
  margin-top: 60px;
}

.mt75 {
  margin-top: 75px;
}

.mt90 {
  margin-top: 90px;
}

.mt120 {
  margin-top: 120px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.pt0 {
  padding-top: 0;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt45 {
  padding-top: 45px;
}

.pt60 {
  padding-top: 60px;
}

.pt75 {
  padding-top: 75px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .spmt0 {
    margin-top: 0;
  }

  .spmt5 {
    margin-top: 5px;
  }

  .spmt10 {
    margin-top: 10px;
  }

  .spmt15 {
    margin-top: 15px;
  }

  .spmt20 {
    margin-top: 20px;
  }

  .spmt30 {
    margin-top: 30px;
  }

  .spmt45 {
    margin-top: 45px;
  }

  .spmt60 {
    margin-top: 60px;
  }

  .spmb0 {
    margin-bottom: 0;
  }

  .spmb5 {
    margin-bottom: 5px;
  }

  .spmb10 {
    margin-bottom: 10px;
  }

  .spmb15 {
    margin-bottom: 15px;
  }

  .spmb20 {
    margin-bottom: 20px;
  }

  .spmb30 {
    margin-bottom: 30px;
  }

  .spmb45 {
    margin-bottom: 45px;
  }

  .spmb60 {
    margin-bottom: 60px;
  }

  .sppt0 {
    padding-top: 0;
  }

  .sppt5 {
    padding-top: 5px;
  }

  .sppt10 {
    padding-top: 10px;
  }

  .sppt15 {
    padding-top: 15px;
  }

  .sppt20 {
    padding-top: 20px;
  }

  .sppt30 {
    padding-top: 30px;
  }

  .sppt45 {
    padding-top: 45px;
  }

  .sppt60 {
    padding-top: 60px;
  }

  .sppb0 {
    padding-bottom: 0;
  }

  .sppb5 {
    padding-bottom: 5px;
  }

  .sppb10 {
    padding-bottom: 10px;
  }

  .sppb15 {
    padding-bottom: 15px;
  }

  .sppb20 {
    padding-bottom: 20px;
  }

  .sppb30 {
    padding-bottom: 30px;
  }

  .sppb45 {
    padding-bottom: 45px;
  }

  .sppb60 {
    padding-bottom: 60px;
  }

  .sppl0 {
    padding-left: 0;
  }

  .sppr0 {
    padding-right: 0;
  }

  .spph0 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .spwd50 {
    width: 50% !important;
  }

  .spwd60 {
    width: 60% !important;
  }

  .spwd70 {
    width: 70% !important;
  }

  .spwd80 {
    width: 80% !important;
  }

  .spwd90 {
    width: 90% !important;
  }
}

/*見出し----------------------------------------------------------- */
h1,
h2,
h3 {
  letter-spacing: -0.05em;
  line-height: 1.3;
}

h2 {
  margin: 0;
  padding: 0 0 45px;
  text-align: center;
}

h3 {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 959px) {
  h2 {
    padding: 0 0 45px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    padding: 0 0 30px;
  }
}

/*ボタン----------------------------------------------------------- */
.btn {
  display: block;
  width: calc(100% - 20.625rem);
  max-width: 1080px;
  background-color: #ffdb08;
  padding: 1.688rem 2.25rem;
  border-radius: 60px;
  position: relative;
/*  box-shadow: 0 6px 0 #ffdb08;*/
  transition: .3s;
  color: #000;
}

.btn:hover {
  box-shadow: unset;
  transform: translateY(6px);
  text-decoration: none;
}

.btn i {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateY(-50%);
}

.btn img {
  position: absolute;
  right: 5px;
  width: 20%;
  top: -12px;
}

@media screen and (max-width: 768px) {
  .btn {
    display: block;
    width: 90%;
    padding: 1.688rem 2.25rem;
    position: relative;
    margin:0 15px;
  }

}

.btn_gradient {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: #2d660a;
  background: -moz-linear-gradient(#5edd00 0%, #2d660a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#5edd00), to(#2d660a));
  background: -webkit-linear-gradient(#5edd00 0%, #2d660a 100%);
  background: -o-linear-gradient(#5edd00 0%, #2d660a 100%);
  background: -ms-linear-gradient(#5edd00 0%, #2d660a 100%);
  background: linear-gradient(#5edd00 0%, #2d660a 100%);
}

button {
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 100%;
}

button img:hover {
  opacity: .7;
}


/*Page Top----------------------------------------------------------- */
/*TOPへ戻る*/
.pagetop {
  position: fixed;
  right: 3%;
  bottom: 15%;
  width: 100px;
  height: 100px;
  background: #2265b5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.pagetop:hover {
  background: #1a4c8f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}

/*ページ下部固定部分----------------------------------------------------------- */
.btm_fix {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 998;
}

.btm_fix a {
  width: 50%;
  min-width: 400px;
}

@media screen and (max-width: 767px) {
  .btm_fix a {
    width: 90%;
    min-width: inherit;
    font-size: 1.2em;
  }
}

/*white-box----------------------------------------------------------- */
.white_box {
  padding: 45px;
  background-color: #fff;
  margin-bottom: 30px;
}

.white_box_l {
  padding: 60px;
  background-color: #fff;
  margin-bottom: 30px;
}

.white_box_s {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.white_box_xs {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 30px;
}

.white_box:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 959px) {
  .white_box {
    padding: 30px;
    margin-bottom: 15px;
  }

  .white_box_l {
    padding: 45q;
    margin-bottom: 30px;
  }

  .white_box_s,
  .white_box_xs {
    padding: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {

  .white_box,
  .white_box_s,
  .white_box_xs {
    padding: 15px;
    margin-bottom: 15px;
  }

  .white_box_l {
    padding: 30px;
    margin-bottom: 15px;
  }
}

/*背景左右はみだし----------------------------------------------------------- */
.white_box.bg_over_l,
.white_box.bg_over_l>*,
.white_box.bg_over_r,
.white_box.bg_over_r>* {
  position: relative;
  z-index: 1;
}

.white_box.bg_over_l:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  background-color: #eeeef5;
  z-index: 0;
}

.white_box.bg_over_r:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  right: 0;
  transform: translateX(50vw);
  background-color: #eeeef5;
  z-index: 0;
}

/* 画像カバースライドイン */
.slidein {
  width: 100%;
  overflow: hidden;
}

.slidein .slidein_inner {
  width: inherit;
  height: inherit;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8, 0, .5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8, 0, .5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(109.6deg, rgba(156, 252, 248, 1) 11.2%, rgba(110, 123, 251, 1) 91.1%);
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

/* 画像フェードイン */
.fadein {
  width: 100%;
  overflow: hidden;
}

.fadein .fadein_inner {
  width: inherit;
  height: inherit;
  opacity: 0;
}

.isfadein {
  animation-name: fadein;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8, 0, .5, 1);
  position: relative;
  opacity: 1;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*check_list----------------------------------------------------------- */
.check_list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 3px;
}

.check_list li:last-child {
  margin-bottom: 0;
}

.check_list li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  left: 0;
  color: orange;
}

.list_border {
  border-bottom: 2px dashed #000;
}

.list_border_stop {
  border-bottom: 2px dashed #000;
  display: inline-block;
}

/*FOXcss追加スタイル----------------------------------------------------------- */
.fx-row-gutter-s {
  margin-left: -8px;
  margin-right: -8px;
}

.fx-row-gutter-s li {
  padding-left: 8px;
  padding-right: 8px;
}

.fx-row-gutter-xs {
  margin-left: -5px;
  margin-right: -5px;
}

.fx-row-gutter-xs li {
  padding-left: 5px;
  padding-right: 5px;
}

/*タブ切り替え----------------------------------------------------------- */
.tabs {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 45px;
  clear: both;
  overflow: hidden;
}

#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content,
#design:checked~#design_content {
  display: block;
}

.tabs input:checked+.tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

/*Container / Break----------------------------------------------------------- */
@media (min-width: 960px) {
  .container {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .p_none {
    display: none;
  }

  .pt_none {
    display: none;
  }

  .ps_none {
    display: none;
  }

  .t_none {
    display: block;
  }

  .ts_none {
    display: block;
  }

  .s_none {
    display: block;
  }
}

@media (min-width: 768px) {
  .sp{display: none !important;}
}

@media (min-width: 768px) and (max-width: 959px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: 768px;
    margin: 0 auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .p_none {
    display: block;
  }

  .pt_none {
    display: none;
  }

  .ps_none {
    display: block;
  }

  .t_none {
    display: none;
  }

  .ts_none {
    display: none;
  }

  .s_none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc{display: none !important;}
  body {
    overflow-x: hidden;
    display: block;
    max-width: 767px;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .p_none {
    display: block;
  }

  .pt_none {
    display: block;
  }

  .ps_none {
    display: none;
  }

  .t_none {
    display: block;
  }

  .ts_none {
    display: none;
  }

  .s_none {
    display: none;
  }
}

.c-form__errorText {
  color: #e10000;
  font-size: 1.0rem;
  margin: 14px 0 8px;
}

.c-form__errorText::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-form__errorText::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-form__errorText {
    margin-top: 0;
  }
}

.c-form__group.c-form__group--narrow.has--error {
  margin-top: 0;
}

.has--error .c-form__label {
  margin-top: 0;
}

.has--error .c-form__errorText {
  font-family: sans-serif;
  margin-top: 1rem;
}

.has--error .c-form__control {
  border: 0.5px solid #e10000;
  border-color: #e10000;
  box-shadow: inset 0 0 0 1px #e10000;
  background-color: #fff4f4;
}

.has--error .c-form__select {
  background: #fff4f4;
}

.c-formError {
  color: #e10000;
  background: #fff4f4;
  margin-top: 32px;
  padding: 24px;
  box-shadow: #d9d9d9 2px 2px 1px;
}

.c-formError p {
  font-family: sans-serif;
  font-size: 1.0rem;
}

.c-formError p::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-formError p::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-text_captcha {
  font-family: sans-serif;
  margin-top: .5em;
}

.u-red {
  color: #e10000 !important;
}

#exec_btn span::after {
  content: none !important;
  display: none !important;
}