@charset "UTF-8";

/*
--------------------------------------------------------------------------------
Reset
--------------------------------------------------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
time,
mark,
audio,
video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  transition: all 0.2s ease;
}

a:hover img {
  opacity: 0.7;
  transition: all 0.2s ease;
}

img {
  line-height: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

/*
--------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------
*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "MS P ゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  overflow-x: hidden;
}

.inner {
  margin: 0 auto;
  max-width: 1098px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 599px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fc_red {
  color: #FF0844;
}

.fc_underline {
  background: linear-gradient(transparent 60%, #FFEA2D 60%);
}

.caution {
  text-align: left;
  padding-left: 1em;
  position: relative;
}

.caution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0em;
}

.grade_btn a {
  display: block;
  background: #ff0844;
  background: linear-gradient(90deg, #ff0844 0%, #ffb199 100%);
  border-radius: 72px;
  box-shadow: 0px 10px 0px 0px #AC4141;
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  max-width: 904px;
  margin: 0 auto;
  padding: 47px 0;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease;
}

@media (max-width: 1360px) {
  .grade_btn a {
    font-size: 40px;
  }
}

@media (max-width: 835px) {
  .grade_btn a {
    font-size: 30px;
  }
}

@media (max-width: 599px) {
  .grade_btn a {
    font-size: 6vw;
    padding: 7% 0;
  }
}

.grade_btn a:before {
  display: block;
  content: "";
  background: url(../images/icon-arrow-w-18x35.png) no-repeat left top;
  background-size: 100% 100%;
  height: 35px;
  width: 18px;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 599px) {
  .grade_btn a:before {
    height: 35%;
    width: 4%;
    right: 6%;
  }
}

.grade_btn a:hover {
  box-shadow: 0px 2px 0px 0px #AC4141;
  transition: all 0.2s ease;
  transform: translateY(8px);
}

/*
--------------------------------------------------------------------------------
Main Page & Common
--------------------------------------------------------------------------------
*/
#header {
  background: #ff0844;
  background: linear-gradient(90deg, #ff0844 0%, #ffb199 100%);
  padding-bottom: 53px;
}

@media (max-width: 599px) {
  #header {
    background: linear-gradient(135deg, #ff0844 0%, #ffb199 100%);
    padding-bottom: 5%;
  }
}

#header .h_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 0;
}

@media (max-width: 1360px) {
  #header .h_inner {
    padding: 12px 40px 0;
  }
}

@media (max-width: 599px) {
  #header .h_inner {
    padding: 10px 10px 0;
  }
}

#header .h_inner .logo {
  width: 186px;
}

@media (max-width: 599px) {
  #header .h_inner .logo {
    line-height: 0;
    width: 45%;
  }
}

#header .h_inner .h_btn {
  width: 282px;
}

@media (max-width: 599px) {
  #header .h_inner .h_btn {
    width: 50%;
  }
}

#header .h_inner .h_btn a {
  background: url(../images/icon-arrow-b-8x15.png) no-repeat right 30px center #ffffff;
  background-size: 8px 15px;
  border-radius: 25px;
  color: #333333;
  display: block;
  font-size: 24px;
  line-height: 1;
  padding: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 599px) {
  #header .h_inner .h_btn a {
    background: url(../images/icon-arrow-b-8x15.png) no-repeat right 20px center #ffffff;
    background-size: 8px 15px;
    font-size: 16px;
  }
}

#header .h_inner .h_btn a:hover {
  opacity: .7;
  transition: all 0.3s ease;
}

#header .main {
  background: url(../images/main-img.png) no-repeat right 40px bottom;
  background-size: 42.98%;
  margin: 32px auto 0;
  padding: 0 40px;
  max-width: 1320px;
}

@media (max-width: 599px) {
  #header .main {
    background: none;
    margin: 10px 0 0;
    padding: 0 25px;
  }
}

#header .main .main_p {
  margin: .91% 0 0 -.36%;
  max-width: 51.73%;
}

@media (max-width: 599px) {
  #header .main .main_p {
    margin: 3% 0 0;
    max-width: 100%;
  }
}

#header .main .main_img {
  display: none;
}

@media (max-width: 599px) {
  #header .main .main_img {
    display: block;
    margin: 5% 0 0;
  }
}

#header .main .main_btn {
  margin-top: 2.27%;
  max-width: 42.25%;
}

@media (max-width: 599px) {
  #header .main .main_btn {
    margin: 5% auto 0;
    max-width: 100%;
  }
}

#problem {
  overflow: hidden;
  padding-bottom: 10px;
}

#problem .prob_op {
  background: #FFF7F4;
  position: relative;
  padding-top: 120px;
}

@media (max-width: 835px) {
  #problem .prob_op {
    padding-top: 100px;
  }
}

@media (max-width: 599px) {
  #problem .prob_op {
    padding-top: 70px;
  }
}

#problem .prob_op:after {
  content: "";
  display: block;
  box-sizing: border-box;
  border-right: 50vw solid #fff;
  border-left: 50vw solid #fff;
  border-top: 195px solid #FFF7F4;
}

@media (max-width: 1360px) {
  #problem .prob_op:after {
    border-top: 100px solid #FFF7F4;
  }
}

@media (max-width: 599px) {
  #problem .prob_op:after {
    border-top: 50px solid #FFF7F4;
  }
}

#problem .prob_op .inner {
  padding-bottom: 65px;
}

@media (max-width: 599px) {
  #problem .prob_op .inner {
    padding-bottom: 40px;
  }
}

#problem .prob_op .inner .prob_ttl img {
  width: 755px;
}

@media (max-width: 835px) {
  #problem .prob_op .inner .prob_ttl img {
    width: 100%;
  }
}

#problem .prob_op .inner .prb_lists {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

@media (max-width: 835px) {
  #problem .prob_op .inner .prb_lists {
    margin-top: 80px;
  }
}

@media (max-width: 599px) {
  #problem .prob_op .inner .prb_lists {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

#problem .prob_op .inner .prb_lists .prb_list {
  background: #ffffff;
  border-radius: 30px;
  width: 30.6%;
}

@media (max-width: 835px) {
  #problem .prob_op .inner .prb_lists .prb_list {
    width: 32%;
  }
}

@media (max-width: 599px) {
  #problem .prob_op .inner .prb_lists .prb_list {
    margin-top: 20px;
    width: 100%;
  }

  #problem .prob_op .inner .prb_lists .prb_list:first-child {
    margin-top: 0;
  }
}

#problem .prob_op .inner .prb_lists .prb_list .prb_list_p {
  font-size: 24px;
  padding: 35px 52px 60px;
  text-align: left;
  line-height: 1.75;
  letter-spacing: .05em;
}

@media (max-width: 1360px) {
  #problem .prob_op .inner .prb_lists .prb_list .prb_list_p {
    padding: 20px 40px;
  }
}

@media (max-width: 835px) {
  #problem .prob_op .inner .prb_lists .prb_list .prb_list_p {
    font-size: 20px;
    padding: 15px 30px;
  }
}

@media (max-width: 599px) {
  #problem .prob_op .inner .prb_lists .prb_list .prb_list_p {
    font-size: 18px;
  }
}

#problem .prob_op .inner .prob_p {
  font-size: 24px;
  margin: 75px auto 0;
  text-align: left;
  line-height: 2;
  letter-spacing: .05em;
  max-width: 1040px;
}

@media (max-width: 835px) {
  #problem .prob_op .inner .prob_p {
    font-size: 24px;
    margin-top: 50px;
  }
}

@media (max-width: 599px) {
  #problem .prob_op .inner .prob_p {
    font-size: 20px;
    margin-top: 30px;
  }
}

#problem .problem_suggestion {
  margin-top: 124px;
  position: relative;
  max-width: 1120px;
}

@media (max-width: 835px) {
  #problem .problem_suggestion {
    margin-top: 100px;
  }
}

@media (max-width: 599px) {
  #problem .problem_suggestion {
    margin-top: 40px;
  }
}

#problem .problem_suggestion .prb_sgs_therefore {
  text-align: left;
}

#problem .problem_suggestion .prb_sgs_therefore img {
  width: 231px;
}

@media (max-width: 599px) {
  #problem .problem_suggestion .prb_sgs_therefore img {
    width: 50%;
  }
}

#problem .problem_suggestion .prb_sgs_txt {
  font-size: 24px;
  text-align: left;
  text-shadow: 2px 0 2px #ffffff, 0 2px 2px #ffffff, -2px 0 2px #ffffff, 0 -2px 2px #ffffff;
  margin-top: 70px;
  max-width: 630px;
  letter-spacing: .05em;
  line-height: 1.9;
}

#problem .problem_suggestion .prb_sgs_txt strong {
  font-size: 36px;
}

@media (max-width: 599px) {
  #problem .problem_suggestion .prb_sgs_txt {
    font-size: 20px;
    margin-top: 40px;
  }

  #problem .problem_suggestion .prb_sgs_txt strong {
    font-size: 35px;
  }
}

#problem .problem_suggestion .prb_sgs_img {
  width: 634px;
  position: absolute;
  top: -17px;
  right: -110px;
  z-index: -1;
}

@media (max-width: 599px) {
  #problem .problem_suggestion .prb_sgs_img {
    top: 0;
    right: -20%;
    width: 80%;
  }
}

#problem .problem_suggestion .grade_btn {
  margin-top: 120px;
}

@media (max-width: 835px) {
  #problem .problem_suggestion .grade_btn {
    margin-top: 100px;
  }
}

@media (max-width: 599px) {
  #problem .problem_suggestion .grade_btn {
    margin-top: 40px;
  }
}

#feature {
  padding-top: 152px;
  padding-bottom: 152px;
}

@media (max-width: 835px) {
  #feature {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 599px) {
  #feature {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#feature .ftr_ttl img {
  width: 455px;
}

@media (max-width: 835px) {
  #feature .ftr_ttl img {
    width: 60.26%;
  }
}

#feature .ftr_lists {
  margin-top: 100px;
}

@media (max-width: 835px) {
  #feature .ftr_lists {
    margin-top: 80px;
  }
}

@media (max-width: 599px) {
  #feature .ftr_lists {
    margin-top: 30px;
  }
}

#feature .ftr_lists .ftr_list {
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 835px) {
  #feature .ftr_lists .ftr_list {
    margin-top: 0;
  }
}

@media (max-width: 599px) {
  #feature .ftr_lists .ftr_list {
    margin-top: 30px;
    display: block;
  }
}

#feature .ftr_lists .ftr_list:first-child {
  margin-top: 0;
}

@media (max-width: 599px) {
  #feature .ftr_lists .ftr_list:first-child {
    margin-top: 0;
  }
}

#feature .ftr_lists .ftr_list:nth-child(odd) {
  flex-direction: row-reverse;
}

#feature .ftr_lists .ftr_list .ftr_list_dl {
  text-align: left;
  width: 45%;
}

@media (max-width: 1360px) {
  #feature .ftr_lists .ftr_list .ftr_list_dl {
    width: 50%;
  }
}

@media (max-width: 599px) {
  #feature .ftr_lists .ftr_list .ftr_list_dl {
    width: 100%;
  }
}

#feature .ftr_lists .ftr_list .ftr_list_dl .ftr_list_dt {
  font-size: 36px;
}

@media (max-width: 599px) {
  #feature .ftr_lists .ftr_list .ftr_list_dl .ftr_list_dt {
    font-size: 25px;
  }
}

#feature .ftr_lists .ftr_list .ftr_list_dl .ftr_list_dt i {
  display: block;
  margin-bottom: 20px;
}

#feature .ftr_lists .ftr_list .ftr_list_dl .ftr_list_dt i img {
  width: 167px;
}

@media (max-width: 599px) {
  #feature .ftr_lists .ftr_list .ftr_list_dl .ftr_list_dt i {
    margin-bottom: 10px;
  }

  #feature .ftr_lists .ftr_list .ftr_list_dl .ftr_list_dt i img {
    width: 30%;
  }
}

#feature .ftr_lists .ftr_list .ftr_list_dl .ftr_list_dd {
  font-size: 20px;
  margin-top: 50px;
}

@media (max-width: 1360px) {
  #feature .ftr_lists .ftr_list .ftr_list_dl .ftr_list_dd {
    margin-top: 30px;
  }
}

@media (max-width: 599px) {
  #feature .ftr_lists .ftr_list .ftr_list_dl .ftr_list_dd {
    margin-top: 10px;
  }
}

#feature .ftr_lists .ftr_list .ftr_list_img {
  width: 50%;
}

@media (max-width: 1360px) {
  #feature .ftr_lists .ftr_list .ftr_list_img {
    width: 45%;
  }
}

@media (max-width: 599px) {
  #feature .ftr_lists .ftr_list .ftr_list_img {
    margin-top: 20px;
    width: 100%;
  }
}

#feature .ftr_lists .ftr_list .ftr_list_img img {
  width: 100%;
}

#function {
  background: #FFF7F4;
  padding: 120px 0 90px;
}

@media (max-width: 835px) {
  #function {
    padding: 100px 0 90px;
  }
}

@media (max-width: 599px) {
  #function {
    padding: 70px 0;
  }
}

#function .inner {
  overflow: hidden;
}

#function .func_ttl img {
  width: 231px;
}

@media (max-width: 835px) {
  #function .func_ttl img {
    width: 30.59%;
  }
}

#function .func_lists {
  display: flex;
  flex-wrap: wrap;
  margin: 100px -2.43% 0 0;
}

@media (max-width: 835px) {
  #function .func_lists {
    margin: 80px -2.43% 0 0;
  }
}

@media (max-width: 599px) {
  #function .func_lists {
    margin: 40px -2.3% 0 0;
  }
}

#function .func_lists .func_list {
  background: #ffffff;
  border-radius: 20px;
  font-size: 22px;
  margin: 0 2.43% 2.43% 0;
  padding: 2.94% 0 3.67%;
  width: 17.5%;
}

@media (max-width: 1360px) {
  #function .func_lists .func_list {
    font-size: 1.6vw;
  }
}

@media (max-width: 835px) {
  #function .func_lists .func_list {
    font-size: 18px;
    line-height: 1.4;
    width: 22.5%;
  }
}

@media (max-width: 599px) {
  #function .func_lists .func_list {
    margin: 0 2.3% 2.3% 0;
    width: 31%;
  }
}

#function .func_lists .func_list:before {
  content: "";
  display: block;
  height: 58px;
  width: 72px;
  margin: 0 auto 15px;
}

#function .func_lists .func_list.func_list_login:before {
  background: url(../images/function-icon01.png) no-repeat center center;
  background-size: 54px 54px;
}

#function .func_lists .func_list.func_list_profile:before {
  background: url(../images/function-icon02.png) no-repeat center center;
  background-size: 41px 44px;
}

#function .func_lists .func_list.func_list_userlist:before {
  background: url(../images/function-icon03.png) no-repeat center center;
  background-size: 54px 54px;
}

#function .func_lists .func_list.func_list_message:before {
  background: url(../images/function-icon04.png) no-repeat center center;
  background-size: 54px 54px;
}

#function .func_lists .func_list.func_list_request:before {
  background: url(../images/function-icon05.png) no-repeat center center;
  background-size: 52px 58px;
}

#function .func_lists .func_list.func_list_review:before {
  background: url(../images/function-icon06.png) no-repeat center center;
  background-size: 46px 45px;
}

#function .func_lists .func_list.func_list_notice:before {
  background: url(../images/function-icon07.png) no-repeat center center;
  background-size: 48px 48px;
}

#function .func_lists .func_list.func_list_footmark:before {
  background: url(../images/function-icon08.png) no-repeat center center;
  background-size: 46px 49px;
}

#function .func_lists .func_list.func_list_news:before {
  background: url(../images/function-icon09.png) no-repeat center center;
  background-size: 54px 54px;
}

#function .func_lists .func_list.func_list_murmur:before {
  background: url(../images/function-icon10.png) no-repeat center center;
  background-size: 72px 58px;
}

#function .func_lists .func_list.func_list_rank:before {
  background: url(../images/function-icon11.png) no-repeat center center;
  background-size: 63px 46px;
}

#function .func_lists .func_list.func_list_friend:before {
  background: url(../images/function-icon12.png) no-repeat center center;
  background-size: 72px 53px;
}

#function .func_lists .func_list.func_list_manage:before {
  background: url(../images/function-icon13.png) no-repeat center center;
  background-size: 72px 58px;
}

#plan .plan_inner {
  /*
  &:after {
    content: "";
    display: block;
    box-sizing: border-box;
    border-right: 50vw solid #FF355A;
    border-left: 50vw solid #FF355A;
    border-top: 205px solid #FFFFFF;
    @include pc {
      border-top: 100px solid #FFFFFF;
    }
    @include sp {
      border-top: 50px solid #FFFFFF;
    };
  }
  */
}

#plan .plan_inner .inner {
  padding-top: 120px;
  padding-bottom: 80px;
}

@media (max-width: 835px) {
  #plan .plan_inner .inner {
    padding-top: 100px;
  }
}

@media (max-width: 599px) {
  #plan .plan_inner .inner {
    padding-top: 70px;
  }
}

#plan .plan_inner .plan_ttl img {
  width: 289px;
}

@media (max-width: 835px) {
  #plan .plan_inner .plan_ttl img {
    width: 38.27%;
  }
}

#plan .plan_inner .plan_lists {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

@media (max-width: 835px) {
  #plan .plan_inner .plan_lists {
    margin-top: 80px;
  }
}

@media (max-width: 599px) {
  #plan .plan_inner .plan_lists {
    display: block;
    margin-top: 40px;
  }
}

#plan .plan_inner .plan_lists .plan_list {
  width: 48%;
}

@media (max-width: 599px) {
  #plan .plan_inner .plan_lists .plan_list {
    width: 100%;
  }

  #plan .plan_inner .plan_lists .plan_list:last-child {
    margin-top: 20px;
  }
}

#plan .plan_arriving {
  background: #FF355A;
  padding: 222px 40px 215px;
}

@media (max-width: 835px) {
  #plan .plan_arriving {
    padding: 100px 40px;
  }
}

@media (max-width: 599px) {
  #plan .plan_arriving {
    padding: 80px 5px 70px;
  }
}

#plan .plan_arriving .plan_arv_inner {
  background: #ffffff;
  border-radius: 40px;
  padding: 130px 120px 150px;
  position: relative;
  max-width: 1040px;
}

@media (max-width: 1360px) {
  #plan .plan_arriving .plan_arv_inner {
    padding: 130px 80px 150px;
  }
}

@media (max-width: 835px) {
  #plan .plan_arriving .plan_arv_inner {
    padding: 100px 60px 80px;
  }
}

@media (max-width: 599px) {
  #plan .plan_arriving .plan_arv_inner {
    border-radius: 20px;
    padding: 50px 20px 40px;
  }
}

#plan .plan_arriving .plan_arv_inner .plan_arv_inn_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

#plan .plan_arriving .plan_arv_inner .plan_arv_inn_ttl img {
  width: 662px;
}

@media (max-width: 599px) {
  #plan .plan_arriving .plan_arv_inner .plan_arv_inn_ttl img {
    width: 100%;
  }
}

@media (max-width: 599px) {
  #plan .plan_arriving .plan_arv_inner .plan_arv_inn_ttl {
    width: 80%;
  }
}

#plan .plan_arriving .plan_arv_inner .plan_arv_inn_dl .plan_arv_inn_dd {
  border-top: 2px solid #575757;
  font-size: 24px;
  letter-spacing: .05em;
  margin-top: 40px;
  padding-top: 40px;
  text-align: left;
}

@media (max-width: 599px) {
  #plan .plan_arriving .plan_arv_inner .plan_arv_inn_dl .plan_arv_inn_dd {
    font-size: 20px;
    margin-top: 20px;
    padding-top: 20px;
  }
}

#plan .plan_arriving .plan_arv_inner .plan_arv_inn_subttl {
  font-size: 52px;
  margin-top: 85px;
}

@media (max-width: 835px) {
  #plan .plan_arriving .plan_arv_inner .plan_arv_inn_subttl {
    font-size: 40px;
    margin-top: 50px;
  }
}

@media (max-width: 599px) {
  #plan .plan_arriving .plan_arv_inner .plan_arv_inn_subttl {
    font-size: 25px;
    margin-top: 40px;
  }
}

#plan .plan_arriving .plan_arv_inner .plan_arv_inn_subttl.fc_underline:after {
  bottom: -.05em;
}

#plan .plan_arriving .plan_arv_inner .plan_arv_inn_btn {
  margin-top: 72px;
}

@media (max-width: 835px) {
  #plan .plan_arriving .plan_arv_inner .plan_arv_inn_btn {
    margin-top: 40px;
  }
}

@media (max-width: 599px) {
  #plan .plan_arriving .plan_arv_inner .plan_arv_inn_btn {
    margin-top: 20px;
  }
}

#flow {
  background: #FFF7F4;
  padding: 120px 0;
}

@media (max-width: 835px) {
  #flow {
    padding: 100px 0;
  }
}

@media (max-width: 599px) {
  #flow {
    padding: 70px 0;
  }
}

#flow .flow_ttl img {
  width: 406px;
}

@media (max-width: 835px) {
  #flow .flow_ttl img {
    width: 53.77%;
  }
}

#flow .flow_lists {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}

@media (max-width: 835px) {
  #flow .flow_lists {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
  }
}

@media (max-width: 599px) {
  #flow .flow_lists {
    margin-top: 50px;
  }
}

#flow .flow_lists .flow_list {
  background: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  line-height: 1.4;
  padding: 4.41% 0 2.94%;
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 1360px) {
  #flow .flow_lists .flow_list {
    font-size: 1.4vw;
  }
}

@media (max-width: 835px) {
  #flow .flow_lists .flow_list {
    margin-right: 5%;
    padding: 8% 0 6%;
    width: 30%;
  }
}

@media (max-width: 599px) {
  #flow .flow_lists .flow_list {
    font-size: 5.5vw;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
  }

  #flow .flow_lists .flow_list:first-child {
    margin-top: 0;
  }
}

#flow .flow_lists .flow_list span {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

#flow .flow_lists .flow_list span img {
  width: 71%;
}

@media (max-width: 599px) {
  #flow .flow_lists .flow_list span {
    left: 20px;
    transform: translateY(-50%);
  }

  #flow .flow_lists .flow_list span img {
    width: 40px;
  }
}

#flow .flow_lists .flow_list:before {
  background: url(../images/icon-arrow-b-10x19.png) no-repeat left top;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  left: -9%;
  top: 50%;
  height: 8.26%;
  width: 4.34%;
}

#flow .flow_lists .flow_list:first-child:before {
  display: none;
}

@media (max-width: 835px) {
  #flow .flow_lists .flow_list:nth-child(3) {
    margin-right: 0;
  }

  #flow .flow_lists .flow_list:first-child,
  #flow .flow_lists .flow_list:nth-child(2),
  #flow .flow_lists .flow_list:nth-child(3) {
    margin-bottom: 10%;
  }
}

@media (max-width: 599px) {
  #flow .flow_lists .flow_list:before {
    height: 19px;
    width: 10px;
    left: 50%;
    top: -30px;
    transform: rotate(90deg);
  }

  #flow .flow_lists .flow_list:first-child,
  #flow .flow_lists .flow_list:nth-child(2),
  #flow .flow_lists .flow_list:nth-child(3) {
    margin-bottom: 0;
  }
}

#flow .flow_caution {
  font-size: 18px;
  margin-top: 45px;
}

@media (max-width: 599px) {
  #flow .flow_caution {
    font-size: 16px;
    margin-top: 30px;
  }
}

#contact {
  padding: 120px 0 240px;
}

@media (max-width: 835px) {
  #contact {
    padding: 100px 0;
  }
}

@media (max-width: 599px) {
  #contact {
    padding: 70px 0;
  }
}

#contact .inner {
  max-width: 1120px;
}

#contact .cnt_ttl img {
  width: 348px;
}

@media (max-width: 835px) {
  #contact .cnt_ttl img {
    width: 46%;
  }
}

#contact .cnt_dl {
  margin-top: 110px;
  text-align: left;
}

@media (max-width: 835px) {
  #contact .cnt_dl {
    margin-top: 80px;
  }
}

@media (max-width: 599px) {
  #contact .cnt_dl {
    margin-top: 40px;
  }
}

#contact .cnt_dl .cnt_dt {
  color: #575757;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 40px;
}

@media (max-width: 835px) {
  #contact .cnt_dl .cnt_dt {
    font-size: 24px;
  }
}

@media (max-width: 599px) {
  #contact .cnt_dl .cnt_dt {
    font-size: 20px;
    margin-top: 30px;
  }
}

#contact .cnt_dl .cnt_dt:first-child {
  margin-top: 0;
}

#contact .cnt_dl .cnt_dt span {
  display: inline-block;
  position: relative;
}

#contact .cnt_dl .cnt_dt span img {
  width: 14px;
  position: absolute;
  top: 0;
  right: -14px;
}

#contact .cnt_dl .cnt_dd {
  align-items: center;
  margin-top: 28px;
}

@media (max-width: 599px) {
  #contact .cnt_dl .cnt_dd {
    margin-top: 20px;
  }
}

#contact .cnt_dl .cnt_dd input,
#contact .cnt_dl .cnt_dd textarea {
  background: #F6F6F6;
  border: 0;
  border-radius: 10px;
  font-size: 24px;
  padding: 10px 20px;
  width: 100%;
}

@media (max-width: 835px) {

  #contact .cnt_dl .cnt_dd input,
  #contact .cnt_dl .cnt_dd textarea {
    font-size: 24px;
  }
}

@media (max-width: 599px) {

  #contact .cnt_dl .cnt_dd input,
  #contact .cnt_dl .cnt_dd textarea {
    font-size: 18px;
    padding: 15px;
  }
}

#contact .cnt_dl .cnt_dd input:focus,
#contact .cnt_dl .cnt_dd textarea:focus {
  background: #E1F2F7;
  box-shadow: 0px 0px 0px 4px #A0D4E3 inset;
  outline: none;
}

@media (max-width: 599px) {

  #contact .cnt_dl .cnt_dd input:focus,
  #contact .cnt_dl .cnt_dd textarea:focus {
    box-shadow: 0px 0px 0px 2px #A0D4E3 inset;
  }
}

#contact .cnt_dl .cnt_dd input.error_input,
#contact .cnt_dl .cnt_dd textarea.error_input {
  background: #FFF7F4;
  box-shadow: 0px 0px 0px 4px #FF355A inset;
  outline: none;
}

@media (max-width: 599px) {

  #contact .cnt_dl .cnt_dd input.error_input,
  #contact .cnt_dl .cnt_dd textarea.error_input {
    box-shadow: 0px 0px 0px 2px #FF355A inset;
  }
}

#contact .cnt_dl .cnt_dd input {
  height: 70px;
}

@media (max-width: 599px) {
  #contact .cnt_dl .cnt_dd input {
    height: auto;
  }
}

#contact .cnt_dl .cnt_dd textarea {
  height: 403px;
  padding: 20px;
}

@media (max-width: 599px) {
  #contact .cnt_dl .cnt_dd textarea {
    height: 200px;
    padding: 15px;
  }
}

#contact .btnSubmit {
  margin: 77px auto 0;
  width: 100%;
  max-width: 904px;
  position: relative;
}

@media (max-width: 599px) {
  #contact .btnSubmit {
    margin-top: 40px;
  }
}

#contact .btnSubmit:after {
  display: block;
  content: "";
  background: url(../images/icon-arrow-w-18x35.png) no-repeat left top;
  background-size: 18px 35px;
  height: 35px;
  width: 18px;
  position: absolute;
  right: 60px;
  top: 50%;
  transition: all 0.2s ease;
  transform: translateY(-50%);
}

@media (max-width: 599px) {
  #contact .btnSubmit:after {
    background: url(../images/icon-arrow-w-18x35.png) no-repeat left top;
    background-size: 100% 100%;
    height: 35%;
    width: 4%;
    right: 6%;
  }
}

#contact .btnSubmit input[type="submit"] {
  display: block;
  background: #ff0844;
  background: linear-gradient(90deg, #ff0844 0%, #ffb199 100%);
  border-radius: 72px;
  box-shadow: 0px 10px 0px 0px #AC4141;
  border: none;
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
  padding: 47px 0;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

@media (max-width: 1360px) {
  #contact .btnSubmit input[type="submit"] {
    font-size: 40px;
  }
}

@media (max-width: 835px) {
  #contact .btnSubmit input[type="submit"] {
    font-size: 30px;
  }
}

@media (max-width: 599px) {
  #contact .btnSubmit input[type="submit"] {
    font-size: 6vw;
    padding: 7% 0;
  }
}

#contact .btnSubmit input[type="submit"]:hover {
  box-shadow: 0px 2px 0px 0px #AC4141;
  transition: all 0.2s ease;
  transform: translateY(8px);
}

#contact .btnSubmit:hover:after {
  transition: all 0.2s ease;
  transform: translateY(calc(-50% + 8px));
}

#footer {
  background: #ff0844;
  background: linear-gradient(90deg, #ff0844 0%, #ffb199 100%);
  color: #ffffff;
  padding: 54px 0;
}

@media (max-width: 599px) {
  #footer {
    padding: 30px 0;
  }
}

#footer .f_dl .cnt_dt {
  display: flex;
  justify-content: center;
}

@media (max-width: 599px) {
  #footer .f_dl .cnt_dt {
    display: block;
  }
}

#footer .f_dl .cnt_dt span {
  display: block;
  font-size: 36px;
}

@media (max-width: 1360px) {
  #footer .f_dl .cnt_dt span {
    font-size: 2.64vw;
  }
}

@media (max-width: 599px) {
  #footer .f_dl .cnt_dt span {
    font-size: 20px;
  }
}

#footer .f_dl .cnt_dt span:first-child {
  margin-right: 1em;
  padding-right: 2em;
  position: relative;
}

@media (max-width: 599px) {
  #footer .f_dl .cnt_dt span:first-child {
    margin-right: 0;
    padding-right: 0;
  }
}

#footer .f_dl .cnt_dt span:first-child:after {
  content: "│";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 599px) {
  #footer .f_dl .cnt_dt span:first-child:after {
    display: none;
  }
}

#footer .f_dl .cnt_dd {
  font-size: 24px;
  margin-top: 15px;
}

@media (max-width: 1360px) {
  #footer .f_dl .cnt_dd {
    font-size: 1.76vw;
  }
}

@media (max-width: 599px) {
  #footer .f_dl .cnt_dd {
    font-size: 17px;
  }
}

#footer .copyright {
  margin-top: 40px;
}

@media (max-width: 1360px) {
  #footer .copyright {
    font-size: 1.17vw;
  }
}

@media (max-width: 599px) {
  #footer .copyright {
    font-size: 13px;
  }
}

/*
--------------------------------------------------------------------------------
animation
--------------------------------------------------------------------------------
*/
.slidein {
  opacity: 0;
}

.slidein.anime {
  animation: slidein 1s ease 0s 1 alternate none running;
  opacity: 1;
}

.slideup {
  opacity: 0;
}

.slideup.anime {
  animation: slideup 1s ease 0s 1 alternate none running;
  opacity: 1;
}

.slideup05 {
  opacity: 0;
}

.slideup05.anime {
  animation: slideup 1s ease 0s 1 alternate none running;
  opacity: 1;
}

@media (max-width: 835px) {
  .slideup05 {
    opacity: 0;
  }

  .slideup05.anime {
    animation: slideup05 .2s ease 0s 1 alternate none running;
    opacity: .5;
  }
}

.slideuplist li {
  opacity: 0;
}

.slideuplist.anime li {
  animation: slideup 1s ease forwards;
}

.slideuplist.anime li:nth-child(1) {
  animation-delay: .2s;
}

.slideuplist.anime li:nth-child(2) {
  animation-delay: .4s;
}

.slideuplist.anime li:nth-child(3) {
  animation-delay: .6s;
}

.slideuplist.anime li:nth-child(4) {
  animation-delay: .8s;
}

.slideuplist.anime li:nth-child(5) {
  animation-delay: 1s;
}

.ftr_lists .ftr_list .ftr_list_dl {
  opacity: 0;
}

.ftr_lists .ftr_list .ftr_list_img {
  opacity: 0;
}

.ftr_lists .ftr_list:nth-child(odd) .ftr_list_dl.anime {
  animation: slideinrev .5s ease 0s 1 alternate none running;
  opacity: 1;
}

.ftr_lists .ftr_list:nth-child(odd) .ftr_list_img.anime {
  animation: slidein .5s ease 0s 1 alternate none running;
  opacity: 1;
}

.ftr_lists .ftr_list:nth-child(even) .ftr_list_dl.anime {
  animation: slidein .5s ease 0s 1 alternate none running;
  opacity: 1;
}

.ftr_lists .ftr_list:nth-child(even) .ftr_list_img.anime {
  animation: slideinrev .5s ease 0s 1 alternate none running;
  opacity: 1;
}

@media (max-width: 599px) {
  .ftr_lists .ftr_list:nth-child(odd) .ftr_list_dl.anime {
    animation: slidein .5s ease 0s 1 alternate none running;
    opacity: 1;
  }

  .ftr_lists .ftr_list:nth-child(odd) .ftr_list_img.anime {
    animation: slideinrev .5s ease 0s 1 alternate none running;
    opacity: 1;
  }
}

@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideinrev {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideup05 {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: .5;
    transform: translateY(0);
  }
}

/*
--------------------------------------------------------------------------------
Cnfirm
--------------------------------------------------------------------------------
*/
.confirm #header {
  padding: 12px 0;
}

@media (max-width: 1360px) {
  .confirm #header {
    padding: 0 20px;
  }
}

.confirm #header .h_inner {
  padding: 0;
}

.confirm #contact .cnt_dl .cnt_dd {
  font-size: 30px;
}

@media (max-width: 835px) {
  .confirm #contact .cnt_dl .cnt_dd {
    font-size: 25px;
  }
}

@media (max-width: 599px) {
  .confirm #contact .cnt_dl .cnt_dd {
    font-size: 20px;
  }
}

.confirm #contact .thanks {
  font-size: 30px;
  margin-top: 100px;
}

@media (max-width: 835px) {
  .confirm #contact .thanks {
    font-size: 25px;
    margin-top: 70px;
  }
}

@media (max-width: 599px) {
  .confirm #contact .thanks {
    font-size: 20px;
    margin-top: 40px;
  }
}

.confirm #contact .thanks_btn {
  margin-top: 100px;
}

@media (max-width: 835px) {
  .confirm #contact .thanks_btn {
    margin-top: 70px;
  }
}

@media (max-width: 599px) {
  .confirm #contact .thanks_btn {
    margin-top: 40px;
  }
}