@charset "UTF-8";
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;
}

body {
  line-height: 1;
}

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

nav ul {
  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;
}

/* 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;
}

/* 調整用スタイル */
a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

/*-------------------------------------------------------------*/
*{
  font-size: 1em;/*remの基準値(16px=1rem)*/
  line-height: 160%;
  color: #0C2F5D;
}

.sectionTitle {
  text-align: center;
  padding: 20px;
  font-size: 1.75em;
  margin-bottom: 10px;
  letter-spacing: 3px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sectionTitle {
    padding: 60px 0 20px;
    font-size: 2em;
    letter-spacing: 3px;
  }
}

@media screen and (min-width: 980px) {
  .sectionTitle {
    padding: 90px 0 20px;
    font-size: 2em;
    letter-spacing: 3px;
  }
}

._padding20 {
  padding: 20px 0;
}

/*fade*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}

.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
/*-------------------------------------------------------------*/
/*FV*/
.gradient {
  width: 100vw;
  padding-top: 40px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .gradient {
    margin: 0;
    padding-top: 60px;
  }
}

.gradient03 {
  background: linear-gradient(65deg, #F5F7F8 50%, #F3B664 0);
}

@media screen and (min-width: 980px) {
  .gradient03 {
    background: linear-gradient(50deg, #F5F7F8 50%, #F3B664 0);
  }
}

.fv_text_img_waku {
  display: flex;
  width: min(100%, 70%);
  margin: 0 auto;
  background-image: url(./images/d_fv_img.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

@media screen and (min-width: 420px) {
  .fv_text_img_waku {
    width: min(100%, 280px);
  }
}

@media screen and (min-width: 768px) {
  .fv_text_img_waku {
    display: flex;
    width: min(100%, 65%);
    margin: 0 auto;
    background-image: url(./images/d_fv_img.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
}

@media screen and (min-width: 980px) {
  .fv_text_img_waku {
    width: min(100%, 600px);
    height: 200px;
  }
}

.fv_text_main {
  font-size: 1.125em;
  white-space: nowrap
}

@media screen and (min-width: 768px) {
  .fv_text_main {
    font-size: 1.5em;
    margin-left: 10%;
  }
}

@media screen and (min-width: 980px) {
  .fv_text_main {
    font-size: 2em;
  }
}


.fv_text_img {
  width: min(100%, 150px);
  margin-left: -30px;
}

.fv_text_sub {
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 20px 100px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 70%);
}

@media screen and (min-width: 768px) {
  .fv_text_sub {
    font-size: 1.25em;
    font-weight: bold;
    background-image: none
  }
}

@media screen and (min-width: 768px) {
  .fv_text {
    width: min(100%, 1060px);
    margin: 0 auto;
    height: 230px;
  }

  .fv_text_sub {
    width: min(100%, 890px);
    font-size: 1.5em;
    font-weight: bold;
    background-image: none;
    padding: 0;
    margin-top: -12px;
  }
}


/*-------------------------------------------------------------*/
/*冒頭説明*/
.explanation_wapper01 {
  background-color: #F3B664;
  padding: 20px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .explanation_wapper01 {
    background-color: #F3B664;
    padding: 40px 0;
    text-align: center;
  }
}

.explanation_text {
  font-size: 1.25em;
  font-weight: bold;
}

.explanation_wapper02 {
  text-align: center;
  padding: 48px 0 20px;
}

.explanation_text_big {
  font-size: 1.25em;
  font-size: 40px;
}

.explanation_text_note {
  text-align: center;
  font-size: 1em;
  padding-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .explanation_text_note {
    padding-bottom: 0px;
  }
}
/*-------------------------------------------------------------*/
/*お見積もり*/
.estimate {
  margin-bottom: 50px;
}

@media screen and (min-width: 890px) {
  .estimate {
    margin-bottom: 90px;
  }
}

.estimate_text {
  text-align: center;
  font-size: 1.25em;
  padding-bottom: 20px;
}

@media screen and (min-width: 890px) {
  .estimate_wapper01 {
    display: flex;
    width: min(100%, 80%);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}

.estimate_img_wapper {
  width: min(100%, 80%);
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 890px) {
  .estimate_img_wapper {
    width: min(100%, 400px);
    margin: 0 auto;
    text-align: center;
  }
}

.estimate_img {
  width: min(100%, 80%);
  margin: 0 auto;
}

@media screen and (min-width: 890px) {
  .estimate_img {
    width: min(100%, 400px);
    margin: 0 auto;
  }
}

.estimate_wapper02 {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .estimate_wapper02 {
    width: min(100%, 70%);
    margin: 0 auto;
  }
}

@media screen and (min-width: 890px) {
  .estimate_wapper02 {
    width: min(100%, 400px);
  }
}

.estimate_list {
  display: flex;
  border-bottom: #F3B664 solid 1px;
  width: min(100%, 80%);
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 1.125em;
}

@media screen and (min-width: 890px) {
  .estimate_list {
    width: min(100%, 500px);
    font-size: 1.25em;
  }
}

.estimate_list_main::before {
  content: "・";
}

.estimate_total {
  display: flex;
  border-bottom: #F3B664 solid 5px;
  width: min(100%, 80%);
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .estimate_total {
    font-size: 1.5em;
    justify-content: space-around;
    width: min(100%, 70%);
  }
}

@media screen and (min-width: 890px) {
  .estimate_total {
    font-size: 2em;
    justify-content: space-around;
  }
}
/*-------------------------------------------------------------*/
/*制作工程*/

.process {
  background-color: #F5F7F8;
}