@charset "UTF-8";
/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
}

body {
  color: #3f3f3f;
  position: relative;
  background: #f5f3e4;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  padding: 130px 0 40px;
}

div::selection,
p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
span::selection,
dt::selection,
dd::selection,
img::selection,
strong::selection,
li::selection,
a::selection {
  background: rgba(255, 246, 87, 0.9);
  color: #000;
}

div::-moz-selection,
p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
dt::-moz-selection,
dd::-moz-selection,
img::-moz-selection,
span::-moz-selection,
strong::-moz-selection,
li::-moz-selection,
a::-moz-selection {
  background: rgba(255, 246, 87, 0.9);
  color: #000;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
button,
input,
select,
textarea {
  color: #3f3f3f;
  outline: none;
}

button {
  cursor: pointer;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: none;
}

a {
  color: #1c1c1c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 990px) {
  a:hover {
    text-decoration: none;
  }
}

p {
  margin: 0 0 1em;
}

label,
select,
input[type=submit] {
  cursor: pointer;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:active img.over,
.desktop a:hover img.over {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 990px) {
  a:active img.over,
  .desktop a:hover img.over {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

img {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

address {
  font-style: normal;
}

.js-move-box,
.js-move-box02 {
  visibility: hidden;
  opacity: 0;
}

.spPic {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  background: #ff9a23;
  padding: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.header_icon {
  position: absolute;
  width: 120px;
  top: 15px;
  left: 15px;
}
.header h1 {
  text-align: center;
}

.mainBox {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.mainBox_list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}
.mainBox_list dt {
  width: 160px;
  font-weight: bold;
  color: #3fb72e;
}
.mainBox_list dd {
  flex: 1;
}
.mainBox_list dd input[type=text],
.mainBox_list dd input[type=email] {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1em;
  font-size: 16px;
  min-height: 46px;
}
.mainBox_list dd input[type=number] {
  width: 10em;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1em;
  font-size: 16px;
  min-height: 46px;
}
.mainBox_list dd input[type=date] {
  border: 1px solid #ddd;
  padding: 1em;
}
.mainBox_list dd input[type=tel] {
  width: 15em;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1em;
  font-size: 16px;
  min-height: 46px;
}
.mainBox_list dd select {
  width: 100%;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 1em;
}
.mainBox_list dd button {
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #ff9a23;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .mainBox_list dd button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.mainBox_list dd button:active, .mainBox_list dd button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .mainBox_list dd button:active, .mainBox_list dd button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.mainBox_check {
  display: flex;
  align-items: center;
  gap: 0 3px;
}
.mainBox_check label {
  margin-right: 5px;
}
.mainBox_button {
  text-align: center;
  padding-top: 30px;
}
.mainBox_button button {
  display: inline-flex;
  padding: 0 30px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #ffec00;
  color: #000;
  border: none;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .mainBox_button button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.mainBox_button button:active, .mainBox_button button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .mainBox_button button:active, .mainBox_button button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.mainBox_text {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  background: #fafafa;
  padding: 15px 10px;
  line-height: 2;
  font-weight: bold;
}
.mainBox_text strong {
  color: #bc045a;
}
.mainBox_text02 {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  line-height: 2;
  font-weight: bold;
}
.mainBox_title {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 30px;
  background: #fafafa;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}
.mainBox_btn {
  text-align: center;
  padding-top: 30px;
}
.mainBox_btn a {
  display: inline-flex;
  padding: 0 30px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fafafa;
  color: #000;
  border: none;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .mainBox_btn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.mainBox_btn a:active, .mainBox_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .mainBox_btn a:active, .mainBox_btn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.mainBoxColumn {
  display: flex;
  gap: 0 15px;
}
.mainBoxColumn input[type=text] {
  width: 200px !important;
}

.mainBoxTitle {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 30px;
  background: #fafafa;
  padding: 10px;
  border-radius: 10px;
}

.copyTxt {
  text-align: center;
  padding-top: 30px;
  font-size: 13px;
}