@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding-left: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  line-height: 1.6;
  background: #fff;
  font-family: "Zen Kaku Gothic New", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 1100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

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

strong {
  font-weight: bold;
}

a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: c;
  text-decoration: none;
}

a[href^=tel] {
  color: #000;
}

.contain {
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -o-border-image: none;
     border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #000;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
}
input::placeholder, textarea::placeholder {
  color: #000;
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #000;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #000;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: #000;
}

.red {
  color: #e73817;
}

.yellow {
  color: #fff100;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}
.key {
  background: url(../img/bg_key.png) center top/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .key {
    background: url(../img/sp/bg_key.png) center top/100% no-repeat;
  }
}
.key_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: -60px;
}
@media screen and (max-width: 768px) {
  .key_inner {
    display: block;
  }
}
.key_logo {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .key_logo {
    margin: 0 auto 5.3333333333vw;
    padding: 8vw 0 0;
    width: 80vw;
  }
}
.key_chara {
  margin: 0 0 0 -80px;
}
@media screen and (max-width: 768px) {
  .key_chara {
    margin: 0 auto -20vw;
    width: 84.4vw;
  }
}

.birth {
  background: url(../img/bg_birth.png) center top/auto no-repeat;
  position: relative;
  height: 697px;
}
@media screen and (max-width: 768px) {
  .birth {
    background: url(../img/sp/bg_birth.png?ver2) center top/100% no-repeat;
    height: inherit;
  }
}
.birth_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .birth_inner {
    display: block;
  }
}
.birth_info {
  color: #fff;
  padding-top: 70px;
  width: calc(100% - 496px);
}
@media screen and (max-width: 768px) {
  .birth_info {
    width: 100%;
    padding-top: 16vw;
  }
}
.birth_ttl {
  font-size: 4.6rem;
  font-weight: 900;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .birth_ttl {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
}
.birth_text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .birth_text {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
.birth_img {
  width: 874px;
  margin-right: -378px;
}
@media screen and (max-width: 768px) {
  .birth_img {
    width: 88.9333333333vw;
    margin-right: -5.3333333333vw;
    margin-left: auto;
  }
}

.content_ttl {
  text-align: center;
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  .content_ttl {
    padding: 10.6666666667vw 0 6.6666666667vw;
    line-height: 1.4;
  }
}
.content_ttl-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .content_ttl-logo {
    width: 17.3333333333vw;
    margin: 0 auto 4vw;
  }
}
.content_ttl-text {
  font-size: 4.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .content_ttl-text {
    font-size: 8vw;
  }
}
.content_ttl-text small {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .content_ttl-text small {
    font-size: 6vw;
    display: block;
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
  }
}
.content_subttl {
  font-size: 4rem;
  font-weight: 900;
  color: #e73817;
  padding: 90px 0 37px;
}
@media screen and (max-width: 768px) {
  .content_subttl {
    font-size: 7.3333333333vw;
    padding: 13.3333333333vw 0 5.3333333333vw;
    text-align: center;
  }
}

.seriously_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .seriously_list {
    display: block;
    margin-bottom: 13.3333333333vw;
  }
}
.seriously_item {
  width: 300px;
  height: 324px;
  border-radius: 10px;
  background: url(../img/seriously_text.png) center 18px/auto no-repeat #e73817;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .seriously_item {
    background: url(../img/sp/seriously_text.png) right 4vw top 4vw/19.2vw no-repeat #e73817;
    width: 100%;
    height: inherit;
    padding: 5.3333333333vw 8vw;
    margin-bottom: 8vw;
  }
}
.seriously_item-num {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .seriously_item-num {
    font-size: 4vw;
    margin-bottom: 3.3333333333vw;
  }
}
.seriously_item-ttl {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .seriously_item-ttl {
    font-size: 6vw;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
}
.seriously_item-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .seriously_item-text {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.seriously_item-more {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .seriously_item-more {
    position: static;
  }
}
.seriously_item-more a {
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  color: #e73817;
  font-size: 1.4rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .seriously_item-more a {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.seriously_item:last-child .seriously_item-ttl {
  margin-bottom: 12px;
}

.dashi {
  background: url(../img/bg_dashi.png) center top/auto no-repeat;
  height: 824px;
}
@media screen and (max-width: 768px) {
  .dashi {
    background: url(../img/sp/bg_dashi.png) center top/100% no-repeat;
    height: 307.4666666667vw;
  }
}
.dashi_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .dashi_inner {
    display: block;
  }
}
.dashi_img {
  margin-top: 184px;
}
@media screen and (max-width: 768px) {
  .dashi_img {
    margin-top: 0;
    margin-bottom: 6.4vw;
  }
}
.dashi_img figcaption {
  font-size: 1.4rem;
  color: #9b9595;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .dashi_img figcaption {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.dashi_info {
  width: 465px;
}
@media screen and (max-width: 768px) {
  .dashi_info {
    width: inherit;
  }
}
.dashi_info-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .dashi_info-list {
    margin-bottom: 5.3333333333vw;
  }
}
.dashi_info-list dt {
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .dashi_info-list dt {
    font-size: 4.2666666667vw;
  }
}
.dashi_info-list dt i {
  color: #e73817;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .dashi_info-list dt i {
    margin-right: 2.6666666667vw;
  }
}
.dashi_info-list dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .dashi_info-list dd {
    font-size: 3.7333333333vw;
  }
}

.men {
  margin: 57px 0 76px;
}
@media screen and (max-width: 768px) {
  .men {
    margin: 0 0 14.2666666667vw;
  }
}
.men_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .men_inner {
    display: block;
  }
}
.men_img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .men_img {
    margin-bottom: 8vw;
  }
}
.men_info {
  width: 490px;
}
@media screen and (max-width: 768px) {
  .men_info {
    width: inherit;
  }
}
.men_info-text {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .men_info-text {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
.men .content_subttl {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .men .content_subttl {
    padding-top: 11.3333333333vw;
  }
}

.preparation {
  background: url(../img/bg_preparation.png) center top/auto no-repeat;
  height: 651px;
}
@media screen and (max-width: 768px) {
  .preparation {
    background: url(../img/sp/bg_preparation.png) center top/100% no-repeat;
    height: 259.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.preparation_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .preparation_inner {
    display: block;
  }
}
.preparation_img {
  margin-top: 171px;
}
@media screen and (max-width: 768px) {
  .preparation_img {
    margin-top: 0;
    margin-bottom: 8vw;
  }
}
.preparation_info {
  width: 344px;
}
@media screen and (max-width: 768px) {
  .preparation_info {
    width: inherit;
  }
}
.preparation_info-text {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .preparation_info-text {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.preparation_catch dt {
  color: #e73817;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .preparation_catch dt {
    font-size: 5.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.preparation_catch dd {
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .preparation_catch dd {
    font-size: 4vw;
  }
}

.contact {
  background: url(../img/bg_contact.png) center top/auto no-repeat;
  height: 534px;
}
@media screen and (max-width: 768px) {
  .contact {
    background: url(../img/sp/bg_contact.png) center top/100% no-repeat;
    height: 88.8vw;
  }
}
.contact_ttl {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  padding: 100px 0 30px;
  color: #6e0d00;
}
@media screen and (max-width: 768px) {
  .contact_ttl {
    font-size: 5.3333333333vw;
    padding: 13.3333333333vw 0 5.3333333333vw;
  }
}
.contact_text {
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact_text {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 900;
  color: #e73817;
  width: 620px;
  height: 90px;
  background: #fff100;
  border: 2px solid #fff;
  border-radius: 45px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact_btn a {
    font-size: 5.3333333333vw;
    width: 85.3333333333vw;
    height: 16vw;
    border-radius: 30px;
  }
}

.innovation {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .innovation {
    margin-bottom: 16vw;
  }
}
.innovation_img {
  display: flex;
  justify-content: center;
}

.basic {
  background: url(../img/bg_basic.png) center top/auto no-repeat;
  height: 946px;
}
@media screen and (max-width: 768px) {
  .basic {
    background: url(../img/sp/bg_basic.png) center top/100% no-repeat;
    height: 527.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.basic .content_ttl {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .basic .content_ttl {
    padding-top: 13.3333333333vw;
  }
}
.basic_text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .basic_text {
    font-size: 3.7333333333vw;
    margin: 0 -2vw 5.3333333333vw;
  }
}
.basic_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .basic_list {
    display: block;
  }
}
.basic_item {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .basic_item {
    width: 81.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.basic_item-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .basic_item-img {
    width: 77.3333333333vw;
    margin: 0 auto 4vw;
  }
}
.basic_item-info dt {
  font-size: 1.8rem;
  font-weight: 900;
  color: #e73817;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic_item-info dt {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.basic_item-info dd {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .basic_item-info dd {
    font-size: 3.7333333333vw;
  }
}
.basic_item:first-child .basic_item-img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .basic_item:first-child .basic_item-img {
    margin-bottom: 4vw;
  }
}
.basic_item:first-child .basic_item-info dt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .basic_item:first-child .basic_item-info dt {
    margin-bottom: 4vw;
  }
}

.strength {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .strength {
    margin-bottom: 13.3333333333vw;
  }
}
.strength_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .strength_list {
    display: block;
  }
}
.strength_item {
  width: 220px;
  background: #e73817;
  color: #fff;
  text-align: center;
  padding: 25px 18px 27px;
  border-radius: 10px;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .strength_item {
    width: inherit;
    height: inherit;
    padding: 5.3333333333vw 12.6666666667vw;
    margin-bottom: 8vw;
  }
}
.strength_item-num {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .strength_item-num {
    font-size: 4vw;
    margin-bottom: 3.3333333333vw;
  }
}
.strength_item-ttl {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 25px;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  .strength_item-ttl {
    font-size: 6vw;
    margin: 0 -2.6666666667vw 5.2vw;
    letter-spacing: normal;
  }
}
.strength_item-more {
  position: absolute;
  bottom: 27px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .strength_item-more {
    position: static;
  }
}
.strength_item-more a {
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  color: #e73817;
  font-size: 1.4rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .strength_item-more a {
    font-size: 3.7333333333vw;
    border-radius: 20px;
    width: 64vw;
    height: 10.6666666667vw;
  }
}
.strength_item:nth-child(3) .strength_item-num {
  margin-bottom: 30px;
}

.return {
  background: url(../img/bg_return.png) center top/auto no-repeat;
  height: 1051px;
}
@media screen and (max-width: 768px) {
  .return {
    background: url(../img/sp/bg_return.png) center top/100% no-repeat;
    height: 348.2666666667vw;
  }
}
.return_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .return_list {
    margin: 0 0.6666666667vw 1.3333333333vw;
  }
}
.return_item {
  width: 220px;
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .return_item {
    width: 40vw;
    border-radius: 5px;
    padding: 4.6666666667vw 3.2vw 3.2vw;
    margin-bottom: 6.6666666667vw;
  }
}
.return_item-info {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .return_item-info {
    margin-bottom: 3.3333333333vw;
  }
}
.return_item-info dt {
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .return_item-info dt {
    font-size: 3.7333333333vw;
  }
}
.return_item-info dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .return_item-info dd {
    font-size: 3.4666666667vw;
  }
}
.return_item-img {
  border-radius: 10px;
  overflow: hidden;
}
.return_item-roi {
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #e73817;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .return_item-roi {
    right: -2.6666666667vw;
    bottom: -2.6666666667vw;
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.return_item-roi .yellow {
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .return_item-roi .yellow {
    font-size: 4.2666666667vw;
  }
}
.return_lead {
  background: #e73817;
  color: #fff;
  border-radius: 10px;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .return_lead {
    font-size: 4.8vw;
    margin: 0 0.6666666667vw;
  }
  .return_lead .yellow {
    font-size: 5.3333333333vw;
    display: block;
  }
}

.six {
  margin-bottom: 77px;
}
@media screen and (max-width: 768px) {
  .six {
    margin-bottom: 14.2666666667vw;
  }
}
.six .content_subttl {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .six .content_subttl {
    padding-top: 11.3333333333vw;
  }
}
.six_item {
  display: flex;
  background: #f4f3ed;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .six_item {
    display: block;
    margin: 0 0.6666666667vw 8vw;
  }
}
.six_item-num {
  background: #e73817;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 900;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .six_item-num {
    font-size: 4.5333333333vw;
    width: inherit;
    padding: 1.0666666667vw;
  }
}
.six_item-info {
  display: flex;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .six_item-info {
    display: block;
    padding: 4vw 4vw;
  }
}
.six_item-info dt {
  font-size: 3.4rem;
  font-weight: 900;
  color: #e73817;
  width: 353px;
  border-right: 1px solid #e5e5e5;
  padding: 0 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .six_item-info dt {
    font-size: 5.8666666667vw;
    width: inherit;
    padding: 0 0 4vw;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
  }
}
.six_item-info dd {
  width: 557px;
  font-size: 1.4rem;
  padding: 0 10px 0 30px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .six_item-info dd {
    font-size: 3.7333333333vw;
    width: inherit;
    padding: 4vw 0 0;
    text-align: center;
    letter-spacing: normal;
  }
}

.strategy {
  background: url(../img/bg_strategy.png) center top/auto no-repeat;
  height: 983px;
}
@media screen and (max-width: 768px) {
  .strategy {
    background: url(../img/sp/bg_strategy.png) center top/100% no-repeat;
    height: 342.2666666667vw;
  }
}
.strategy_lead {
  background: #e73817;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .strategy_lead {
    background: none;
    border-radius: 0;
    display: block;
    padding: 0;
    margin-bottom: 6.6666666667vw;
  }
}
.strategy_lead li {
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .strategy_lead li {
    font-size: 4.5333333333vw;
    background: #e73817;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 5.3333333333vw;
    padding: 1.8666666667vw;
  }
}
.strategy_lead li + li {
  border-left: 1px solid #fff;
  padding-left: 1em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .strategy_lead li + li {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}
.strategy_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .strategy_img {
    margin-bottom: 6.6666666667vw;
  }
}
.strategy_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .strategy_list {
    flex-wrap: wrap;
  }
}
.strategy_item {
  width: 220px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .strategy_item {
    width: 42vw;
    border-radius: 5px;
    margin-bottom: 5.3333333333vw;
  }
}
.strategy_item dt {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  padding: 5px 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .strategy_item dt {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 1.3333333333vw;
    height: 19.3333333333vw;
  }
}
.strategy_item dd {
  font-size: 1.4rem;
  padding: 25px 10px;
}
@media screen and (max-width: 768px) {
  .strategy_item dd {
    font-size: 3.4666666667vw;
    padding: 4vw 3.3333333333vw;
  }
}
.strategy_item:nth-child(1) dt {
  background: #88abda;
}
.strategy_item:nth-child(2) dt {
  background: #aa89bd;
}
.strategy_item:nth-child(3) dt {
  background: #f29b76;
}
.strategy_item:nth-child(4) dt {
  background: #89c997;
}

.support {
  margin-bottom: 140px;
  margin-bottom: 0;
  background: url(../img/bg_preparation.png) center top/auto no-repeat;
  height: 651px;
}
@media screen and (max-width: 768px) {
  .support {
    background: url(../img/sp/bg_preparation.png) center top/100% no-repeat;
    height: 259.4666666667vw;
    margin-bottom: 24vw;
    margin-bottom: 5.3333333333vw;
  }
}
.support .content_subttl {
  padding-top: 30px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .support .content_subttl {
    padding-top: 16.6666666667vw;
  }
}
.support_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .support_list {
    display: block;
  }
}
.support_item {
  width: 310px;
  background: #f4f3ed;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support_item {
    width: inherit;
    margin-bottom: 8vw;
  }
}
.support_item dt {
  background: #e73817;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .support_item dt {
    font-size: 5.8666666667vw;
    height: 24vw;
  }
}
.support_item dd {
  padding: 25px 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .support_item dd {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw;
  }
}

.franchise {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .franchise {
    margin-bottom: 16vw;
  }
}
.franchise_box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .franchise_box {
    margin: 0 0.6666666667vw 10.6666666667vw;
  }
}
.franchise_box-inner {
  padding: 0 50px 50px;
}
@media screen and (max-width: 768px) {
  .franchise_box-inner {
    padding: 5.3333333333vw 6vw;
  }
}
.franchise_box-ttl {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  padding: 6px 0;
}
@media screen and (max-width: 768px) {
  .franchise_box-ttl {
    font-size: 5.3333333333vw;
    padding: 3.7333333333vw 0;
  }
}
.franchise_box-subttl {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  margin: 50px 0 29px;
}
@media screen and (max-width: 768px) {
  .franchise_box-subttl {
    font-size: 4.8vw;
    margin: 0 0 4vw;
  }
}
.franchise_box-text {
  font-size: 1.6rem;
  color: #9b9595;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .franchise_box-text {
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.franchise_box-text .black {
  color: #000;
  font-weight: 700;
}
.franchise_box-img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .franchise_box-img {
    margin-top: 0;
  }
}
.franchise_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .franchise_list {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.franchise_item {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .franchise_item {
    width: inherit;
    margin-bottom: 3.3333333333vw;
  }
}
.franchise_item-price {
  background: #edeada;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .franchise_item-price {
    border-radius: 5px;
    padding: 2.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.franchise_item-price dt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .franchise_item-price dt {
    font-size: 3.4666666667vw;
    margin-right: 5.0666666667vw;
  }
}
.franchise_item-price dd {
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .franchise_item-price dd {
    font-size: 3.7333333333vw;
  }
}
.franchise_item-price dd .red {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .franchise_item-price dd .red {
    font-size: 5.6vw;
  }
}
.franchise_item-attend {
  text-align: center;
  font-size: 1.2rem;
  color: #9b9595;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .franchise_item-attend {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
.franchise_table {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .franchise_table {
    margin-bottom: 5.3333333333vw;
  }
}
.franchise_table tr {
  border-bottom: 1px solid #fff;
}
.franchise_table th {
  width: 50%;
  background: #edeada;
  padding: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .franchise_table th {
    padding: 1.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
.franchise_table td {
  width: 50%;
  background: #edeada;
  text-align: center;
  padding: 10px;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .franchise_table td {
    padding: 1.8666666667vw;
    font-size: 4.8vw;
  }
}
.franchise_table td small {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .franchise_table td small {
    font-size: 3.4666666667vw;
  }
}
.franchise_table-head th, .franchise_table-head td {
  background: #e73817;
  color: #fff;
}
.franchise_attend {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .franchise_attend {
    font-size: 3.4666666667vw;
  }
}

/* =================================
 top movieセクション
================================= */
.movie {
  margin-bottom: 160px;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .movie {
    margin: 0 16px 40px;
  }
}
.movie .movie_inner {
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}

.movie .movie_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .movie .movie_inner {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 1025px) {
  .movie {
    padding: 0;
  }
  .movie .movie_inner {
    width: 100%;
  }
  .movie .movie_inner video {
    width: 100%;
  }
}
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 5.3333333333vw;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  min-width: 1100px;
}
.l_header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_header .logo {
  margin: 0 0 0 40px;
}
.l_header .nav {
  display: flex;
  align-items: center;
}
.l_header .nav li:after {
  content: "|";
}
.l_header .nav li a {
  padding: 0 25px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
}
.l_header .nav li:nth-child(3):after {
  content: "";
}
.l_header .nav li.nav_contact:after {
  content: "";
}
.l_header .nav li.nav_contact a {
  padding: 28px 42px;
  background: #e73817;
  color: #fff;
  font-size: 1.6rem;
}
.l_header .nav li.nav_contact a i {
  margin-right: 4px;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l_header_sp {
    display: flex;
    justify-content: space-between;
  }
}
.l_header_sp .logo {
  width: 18vw;
  margin: 3.3333333333vw 0 3.3333333333vw 4vw;
}
.l_header_sp .toggle {
  width: 14.6666666667vw;
  height: 14.6666666667vw;
  background: #e73817;
  position: relative;
}
.l_header_sp .toggle span {
  width: 6.6666666667vw;
  height: 0.4vw;
  background: #fff;
  display: block;
  position: absolute;
  left: 4.3333333333vw;
  transition: transform 0.5s, top 0.5s, width 0.5s;
}
.l_header_sp .toggle span:nth-child(1) {
  top: 5.6vw;
}
.l_header_sp .toggle span:nth-child(2) {
  top: 7.2vw;
}
.l_header_sp .toggle span:nth-child(3) {
  top: 8.8vw;
}
.l_header_sp.open {
  top: 0;
  left: 0;
  width: 100%;
}
.l_header_sp.open .toggle span:nth-child(1) {
  top: 7.3333333333vw;
  transform: rotate(45deg);
}
.l_header_sp.open .toggle span:nth-child(2) {
  top: 7.3333333333vw;
  width: 0;
  transform: rotate(-45deg);
}
.l_header_sp.open .toggle span:nth-child(3) {
  top: 7.3333333333vw;
  transform: rotate(-45deg);
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  background: #fff;
  padding: 26.6666666667vw 0 5.6vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  opacity: 0;
  transition-duration: 0.4s;
  transform: translate(100vw, 0);
}
.l_menu_sp.active {
  opacity: 1;
  transform: translate(0, 0);
}
.l_menu_sp .nav {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  margin-bottom: 1.3333333333vw;
}
.l_menu_sp .nav li {
  margin-bottom: 8vw;
}
.l_menu_sp .nav li.nav_contact a {
  width: 89.3333333333vw;
  margin: 0 auto;
  display: block;
  padding: 4.2666666667vw 0;
  background: #e73817;
  color: #fff;
}
.l_menu_sp .nav li.nav_contact a i {
  margin-right: 4px;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer {
  background: #e73817;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l_footer {
    padding: 10.6666666667vw 0;
  }
}
.l_footer .footer_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_logo {
    width: 12.5333333333vw;
    margin: 0 auto 9.3333333333vw;
  }
}
.l_footer .footer_copy {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_copy {
    font-size: 2.9333333333vw;
  }
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 998;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 999;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}