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

File Name: top.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1100px;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #3B1513;
  font-weight: 500;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body ::selection {
  color: #F7F7F7;
  background: #3b1513;
  /* Safari */
}
body ::-moz-selection {
  color: #F7F7F7;
  background: #3b1513;
  /* Firefox */
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .right-nav {
    bottom: 8px;
    right: 8px;
  }
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.right-nav img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  background-color: #5c3735;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF5C3735', endColorstr='#FF3B1513');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiM1YzM3MzUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjE1MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #5c3735 25%, #3b1513 100%);
  background-image: -webkit-linear-gradient(left, #5c3735 25%, #3b1513 100%);
  background-image: linear-gradient(to right, #5c3735 25%, #3b1513 100%);
}
@media screen and (max-width: 768px) {
  .header {
    top: 0;
    height: 50px;
  }
}
.header__inner, .header__inner2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
}
@media screen and (max-width: 768px) {
  .header__inner, .header__inner2 {
    height: 50px;
    padding: 2% 3%;
  }
}
.header__inner2 {
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .header__inner2 {
    display: none;
    height: 50px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 120px;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  display: flex;
}
.header__nav__list2 {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  max-width: 100%;
  background: #804126;
}
.header__nav__item a, .header__nav__item2 a {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  line-height: 20px;
}
@media screen and (max-width: 1200px) {
  .header__nav__item a, .header__nav__item2 a {
    font-size: 14px;
  }
}
.header__nav__item {
  margin: 0 20px;
  align-self: center;
}
@media screen and (max-width: 1200px) {
  .header__nav__item {
    margin: 0 12px;
  }
}
.header__nav__item2 {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  line-height: 20px;
  border-right: 1px solid #d2b48c;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .header__contact {
    display: none;
  }
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer__copyright {
  padding: 20px 0;
  background: #3b1513;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main {
  padding-top: 110px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .main {
    overflow: unset;
    padding-top: 0;
  }
}
.main__visual {
  background-color: #3b1513;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3B1513', endColorstr='#FF6C504E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiMTUxMyIvPjxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjM2IxNTEzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM2YzUwNGUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #3b1513 0%, #3b1513 22%, #6c504e 90%);
  background-image: -webkit-linear-gradient(top, #3b1513 0%, #3b1513 22%, #6c504e 90%);
  background-image: linear-gradient(to bottom, #3b1513 0%, #3b1513 22%, #6c504e 90%);
}
@media screen and (max-width: 768px) {
  .main__visual {
    background: #4D2C2B;
  }
}
.main__visual__inner {
  padding: 110px 0 100px;
  background: url("../img/main_visual_bg.png") center top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .main__visual__inner {
    padding: 106% 0 10%;
    background: url("../img/main_visual_bg_sp.png") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.main__visual__title, .main__visual__contact {
  text-align: center;
}
.main__visual__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  .main__visual__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main__visual__title {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .main__visual__title img {
    width: 500px;
  }
}
.main__visual__contact {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main__visual__contact {
    margin-bottom: 10%;
  }
}
.main__visual__contact__lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .main__visual__contact__lead {
    margin: 0 8% 5%;
  }
}
@media screen and (max-width: 1280px) {
  .main__visual__contact__lead img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .main__visual__contact__lead img {
    width: 100%;
  }
}
.main__visual__contact__link {
  display: inline-block;
  margin-bottom: 25px;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .main__visual__contact__link {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .main__visual__contact__link {
    width: 73.33333%;
    margin-bottom: 4%;
  }
}
.main__visual__contact__link a {
  display: block;
  position: relative;
}
.main__visual__contact__link a:after {
  content: "";
  position: absolute;
  right: -45px;
  top: -47px;
  width: 110px;
  height: 109px;
  background: url("../img/main_visual_contact_link_icon.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .main__visual__contact__link a:after {
    right: -10%;
    top: -40%;
    width: 60px;
    height: 60px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.main__visual__contact__notice {
  color: #FFF;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .main__visual__contact__notice {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.box {
  padding: 125px 0 30px;
}
@media screen and (max-width: 768px) {
  .box {
    padding: 8% 0 3%;
  }
}
.box__inner {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .box__inner {
    width: auto;
  }
}
.box__title {
  position: relative;
  margin-bottom: 95px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box__title {
    margin-bottom: 10%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.box__title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
  width: 132px;
  height: 13px;
  margin: auto;
  background: url("../img/box_title_bg1.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .box__title:before {
    bottom: -20px;
    width: 66px;
    height: 6.5px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.problem {
  padding-bottom: 270px;
  background: url("../img/problem_bg.png") center bottom no-repeat;
}
@media screen and (max-width: 768px) {
  .problem {
    padding-bottom: 27%;
    background: url("../img/problem_bg_sp.png") center bottom no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.problem__title {
  margin-bottom: 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .problem__title {
    margin: 0 12% 6%;
  }
}
.problem__title img {
  margin: auto;
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  .problem__title img {
    padding-left: 0;
  }
}
.problem__list {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .problem__list {
    display: block;
    margin-bottom: 5%;
  }
}
.problem__item {
  margin: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .problem__item {
    margin: 0 5% 4%;
  }
}
@media screen and (max-width: 768px) {
  .problem__item dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.problem__item__term {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .problem__item__term {
    width: 24%;
    margin-bottom: 0;
  }
}
.problem__item__description {
  color: #FFF;
  font-size: 18px;
  line-height: 1.66667;
}
@media screen and (max-width: 768px) {
  .problem__item__description {
    width: 72%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.57143;
    text-align: left;
  }
}
.problem__item__description em {
  color: #D7CB84;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .problem__item__description br {
    display: none;
  }
}
.problem__lead {
  margin: 0 0 60px 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .problem__lead {
    margin: 0 8% 6%;
  }
}
.problem__lead img {
  margin: auto;
}
.problem__text {
  color: #FFF;
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .problem__text {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2;
  }
}
.problem__text em {
  color: #D7CB84;
  font-weight: bold;
}

.about__lead {
  width: 900px;
  margin: 0 auto 70px;
  font-size: 18px;
  line-height: 2.33333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__lead {
    width: auto;
    margin: 0 5% 5%;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2;
    text-align: left;
  }
}
.about__lead em {
  color: #AE2917;
  font-weight: bold;
}
.about__pic {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__pic {
    width: 74.66667%;
    margin: auto;
  }
}
.about__pic img {
  margin: auto;
}

.strength {
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .strength {
    margin-bottom: 10%;
  }
}
.strength:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 200px solid #fff;
}
@media screen and (max-width: 768px) {
  .strength:after {
    content: none;
  }
}
.strength__list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .strength__list {
    display: block;
    width: auto;
  }
}
.strength__item {
  width: 360px;
  padding: 180px 0 35px;
  background-position: left top;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .strength__item {
    width: auto;
    padding: 54% 0 6%;
  }
}
@media screen and (max-width: 768px) {
  .strength__item:not(:last-child) {
    margin-bottom: 8%;
  }
}
.strength__item:nth-child(1) {
  background-image: url("../img/strength_item_bg1.jpg");
}
.strength__item:nth-child(2) {
  background-image: url("../img/strength_item_bg2.jpg");
}
.strength__item:nth-child(3) {
  background-image: url("../img/strength_item_bg3.jpg");
}
.strength__item:nth-child(1) {
  background-color: #E0EAF1;
}
.strength__item:nth-child(2) {
  background-color: #F2E7E8;
}
.strength__item:nth-child(3) {
  background-color: #F6EFD6;
}
.strength__item__term {
  margin-top: 25px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strength__item__term {
    margin-top: 0;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.strength__item__description {
  margin-top: 20px;
  padding: 0 30px;
  color: #333;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .strength__item__description {
    margin-top: 3%;
    padding: 0 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.merit {
  padding: 300px 0 100px;
  background: #EBE3D9;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 10% 0;
  }
}
.merit__title {
  margin-bottom: 85px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__title {
    margin: 0 6% 6%;
  }
}
.merit__inner {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .merit__inner {
    width: auto;
  }
}
.merit__anchor {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .merit__anchor {
    display: none;
  }
}
.merit__anchor__item {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .merit__anchor__item {
    width: auto;
  }
}
.merit__anchor__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 160px;
  background-color: #FFF;
  background-position: left top;
  background-repeat: no-repeat;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5625;
  text-align: center;
}
.merit__anchor__item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 22px;
  height: 10px;
  margin: auto;
  background: url("../img/arrow1.png") left top no-repeat;
}
.merit__anchor__item:nth-child(1) a {
  background-image: url("../img/merit_anchor_item_bg1.png");
}
.merit__anchor__item:nth-child(2) a {
  background-image: url("../img/merit_anchor_item_bg2.png");
}
.merit__anchor__item:nth-child(3) a {
  background-image: url("../img/merit_anchor_item_bg3.png");
}
.merit__anchor__item:nth-child(4) a {
  background-image: url("../img/merit_anchor_item_bg4.png");
}
.merit__anchor__item:nth-child(5) a {
  background-image: url("../img/merit_anchor_item_bg5.png");
}
.merit__box {
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 65px 60px;
  background-color: #FFF;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .merit__box {
    margin: 0 5%;
    padding: 6% 5% 5%;
    -moz-background-size: 65px 65px;
    -webkit-background-size: 65px 65px;
    background-size: 65px 65px;
  }
}
.merit__box:nth-of-type(1) {
  background-image: url("../img/merit_box_bg1.png");
}
.merit__box:nth-of-type(2) {
  background-image: url("../img/merit_box_bg2.png");
}
.merit__box:nth-of-type(3) {
  background-image: url("../img/merit_box_bg3.png");
}
.merit__box:nth-of-type(4) {
  background-image: url("../img/merit_box_bg4.png");
}
.merit__box:nth-of-type(5) {
  background-image: url("../img/merit_box_bg5.png");
}
.merit__box:nth-of-type(5) {
  background-image: url("../img/merit_box_bg5.png"), url("../img/merit5_bg.jpg");
  background-position: left top, right 50px bottom 65px;
}
@media screen and (max-width: 768px) {
  .merit__box:nth-of-type(5) {
    background-image: url("../img/merit_box_bg5.png");
  }
}
.merit__box:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .merit__box:not(:last-child) {
    margin-bottom: 8%;
  }
}
.merit__box__title {
  margin-bottom: 45px;
  padding-left: 85px;
  color: #333;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .merit__box__title {
    margin-bottom: 5%;
    padding-left: 12%;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.3;
  }
}
.merit__box__text {
  color: #333;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .merit__box__text {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
}
.merit__box__text em {
  color: #AE2917;
  font-weight: bold;
}
.merit__box__text strong {
  font-weight: bold;
}
.merit__pic {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .merit__pic {
    display: block;
    margin: 8% 0;
  }
}
.merit__pic__item {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .merit__pic__item {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .merit__pic__item:first-child {
    margin-bottom: 8%;
  }
}
.merit__pic__item__term {
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__pic__item__term {
    margin-bottom: 3%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.3;
  }
}
.merit__pic__item img {
  width: 100%;
}

.circle {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 35px;
}
@media screen and (max-width: 768px) {
  .circle {
    display: block;
    margin: 8% 0;
  }
}
.circle__pic {
  width: 377px;
}
@media screen and (max-width: 768px) {
  .circle__pic {
    width: auto;
  }
}
.circle__pic img {
  width: 100%;
}
.circle__right {
  width: 655px;
}
@media screen and (max-width: 768px) {
  .circle__right {
    width: auto;
  }
}
.circle__right__title {
  position: relative;
  padding: 40px 0 25px 140px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .circle__right__title {
    margin-bottom: 2%;
    padding: 34px 0 10px 64px;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.circle__right__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 100px;
  height: 50px;
  background: url("../img/circle_right_title.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .circle__right__title:before {
    width: 50px;
    height: 25px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.circle__right__list {
  padding-left: 75px;
}
@media screen and (max-width: 768px) {
  .circle__right__list {
    padding-left: 52px;
  }
}
.circle__right__item {
  position: relative;
  padding: 30px 0 25px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px dotted #858585;
}
@media screen and (max-width: 768px) {
  .circle__right__item {
    padding: 7px 0;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
.circle__right__item:before {
  content: "";
  position: absolute;
  left: -77px;
  top: 11px;
  width: 60px;
  height: 60px;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .circle__right__item:before {
    left: -52px;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.circle__right__item:nth-child(1):before {
  background-image: url("../img/circle_right_item_bg1.png");
}
.circle__right__item:nth-child(2):before {
  background-image: url("../img/circle_right_item_bg2.png");
}
.circle__right__item:nth-child(3):before {
  background-image: url("../img/circle_right_item_bg3.png");
}
@media screen and (max-width: 768px) {
  .circle__right__item:not(:last-child) {
    margin-bottom: 3%;
  }
}
.circle__right__item em {
  color: #AE2917;
  font-weight: bold;
}

.function__item {
  display: inline-block;
  margin: 10px 40px 0 0;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .function__item {
    margin: 3% 5% 0 0;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.function__item:before {
  content: "・";
}

.product {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product {
    display: block;
  }
}
.product__list {
  width: 48%;
  margin-top: 35px;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .product__list {
    width: auto;
    padding-left: 52px;
  }
}
.product__item {
  position: relative;
  color: #333;
  font-size: 16px;
}
.product__item:before {
  content: "";
  position: absolute;
  left: -77px;
  top: -9px;
  width: 60px;
  height: 60px;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .product__item:before {
    left: -52px;
    width: 40px;
    height: 40px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.product__item:nth-child(1):before {
  background-image: url("../img/product_item_bg1.png");
}
.product__item:nth-child(2):before {
  background-image: url("../img/product_item_bg2.png");
}
.product__item:nth-child(3):before {
  background-image: url("../img/product_item_bg3.png");
}
.product__item:nth-child(4):before {
  background-image: url("../img/product_item_bg4.png");
}
.product__item:nth-child(5):before {
  background-image: url("../img/product_item_bg5.png");
}
.product__item:nth-child(6):before {
  background-image: url("../img/product_item_bg6.png");
}
.product__item:nth-child(7):before {
  background-image: url("../img/product_item_bg7.png");
}
.product__item:nth-child(8):before {
  background-image: url("../img/product_item_bg8.png");
}
.product__item:nth-child(9):before {
  background-image: url("../img/product_item_bg9.png");
}
.product__item:nth-child(10):before {
  background-image: url("../img/product_item_bg10.png");
}
.product__item:nth-child(11):before {
  background-image: url("../img/product_item_bg11.png");
}
.product__item:not(:last-child) {
  margin-bottom: 35px;
}
.product__item__term {
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product__item__term {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.product__item__description {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .product__item__description {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.lower {
  background-color: #3b1513;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6C504E', endColorstr='#FF3B1513');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNTA0ZSIvPjxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjNmM1MDRlIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMzYjE1MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #6c504e 0%, #6c504e 22%, #3b1513 90%);
  background-image: -webkit-linear-gradient(top, #6c504e 0%, #6c504e 22%, #3b1513 90%);
  background-image: linear-gradient(to bottom, #6c504e 0%, #6c504e 22%, #3b1513 90%);
}
.lower__inner {
  padding: 100px 0 110px;
  background: url("../img/lower_inner_bg.png") center bottom no-repeat;
}
@media screen and (max-width: 768px) {
  .lower__inner {
    padding: 10% 0;
    background: none;
  }
}
.lower__wrapper {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lower__wrapper {
    width: auto;
  }
}

.contact__text {
  margin-bottom: 75px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin-bottom: 6%;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.3;
  }
}
.contact__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact__list {
    display: block;
  }
}
.contact__item {
  width: 360px;
  padding: 40px 0 35px;
  background: #3B1513;
  color: #FFF;
  border: 1px solid #C2973B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__item {
    width: auto;
    margin: 0 5% 5%;
    padding: 7% 0 8%;
  }
}
.contact__item__term {
  position: relative;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact__item__term {
    margin-bottom: 10%;
    font-size: 22px;
    font-size: 5.86667vw;
  }
}
.contact__item__term:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #FFF;
}
.contact__item__description {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact__item__description {
    margin-bottom: 5%;
    font-size: 15px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__item__link {
    width: 77.61194%;
    margin: auto;
  }
}
.contact__item__link img {
  margin: auto;
}

.price__title {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
  color: #FFF;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .price__title {
    margin-bottom: 20px;
    font-size: .8215rem;
  }
}
.price__title:before {
  background: url(../img/box_title_bg2.png) left top no-repeat;
}
@media screen and (max-width: 768px) {
  .price__title:before {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.price__lead {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__lead {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 768px) {
  .price__lead img {
    width: 65%;
  }
}
.price__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .price__flex {
    display: block;
  }
}
.price__box {
  width: 580px;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__box {
    width: auto;
    margin: 0 5% 5%;
  }
}
.price__box__title {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 25px 0 20px;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__box__title {
    padding: 5% 0;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.price__box__title.-normal {
  background: #736F6F;
}
.price__box__title.-normal {
  background: #736F6F;
}
.price__box__title.-year {
  position: relative;
  background-color: #b3a46e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB3A46E', endColorstr='#FF836E47');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzYTQ2ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IzYTQ2ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgzNmU0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #b3a46e 0%, #b3a46e 100%, #836e47 100%);
  background-image: -webkit-linear-gradient(left, #b3a46e 0%, #b3a46e 100%, #836e47 100%);
  background-image: linear-gradient(to right, #b3a46e 0%, #b3a46e 100%, #836e47 100%);
}
.price__box__title.-year:after {
  content: "";
  position: absolute;
  right: 68px;
  top: 20px;
  width: 16px;
  height: 19px;
  background: url("../img/price_box_title_year_bg.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .price__box__title.-year:after {
    content: none;
  }
}
.price__box__subtitle {
  padding: 30px 0;
  color: #333;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px dashed #999;
}
@media screen and (max-width: 768px) {
  .price__box__subtitle {
    padding: 5% 0;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.price__box__num {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__box__num {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}
.price__box__num small {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__box__num small {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.price__text {
  padding: 70px 0 80px;
  color: #FFF;
  font-size: 18px;
  line-height: 2.11111;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__text {
    padding: 3% 5% 8%;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 2;
    text-align: left;
  }
}
.price__text em {
  color: #D7CB84;
  font-weight: bold;
}
.price__period {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .price__period {
    margin: 0 5%;
  }
}
.price__period.-normal {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .price__period.-normal {
    margin-bottom: 6%;
  }
}
.price__period__term {
  padding: 20px 0;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__period__term {
    padding: 4% 0;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.price__period__term.-normal {
  background: #736F6F;
}
.price__period__term.-year {
  background-color: #b3a46e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB3A46E', endColorstr='#FF836E47');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzYTQ2ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IzYTQ2ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgzNmU0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #b3a46e 0%, #b3a46e 100%, #836e47 100%);
  background-image: -webkit-linear-gradient(left, #b3a46e 0%, #b3a46e 100%, #836e47 100%);
  background-image: linear-gradient(to right, #b3a46e 0%, #b3a46e 100%, #836e47 100%);
}
.price__period__description {
  padding: 30px 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__period__description {
    padding: 5% 3%;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.3;
    text-align: left;
  }
}
.price__period__description em {
  color: #AE2917;
  font-weight: bold;
}
.price__period__pic {
  padding-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__period__pic {
    margin-left: 4%;
    padding-bottom: 7%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 769px) {
  .price__period__pic .notice {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .price__period__pic .notice {
    display: block;
    margin-bottom: 2%;
    color: #333;
    font-size: 10px;
    font-size: 2.66667vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .price__period__pic img {
    width: 450px;
  }
}

.subtxt {
  position: relative;
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .subtxt {
    padding: 10px 10px 20px;
    font-size: 12px;
  }
}
.subtxt:before {
  content: "※";
}

.privilege {
  display: flex;
  padding: 30px 0 30px 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .privilege {
    padding: 4% 3%;
  }
}
.privilege__term {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .privilege__term {
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .privilege__term img {
    width: 70px;
    height: 70px;
  }
}
.privilege__item {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .privilege__item {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.privilege__item:before {
  content: "・";
}

.flow__title {
  margin-bottom: 110px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .flow__title {
    margin-bottom: 12%;
  }
}
.flow__title:before {
  background: url(../img/box_title_bg2.png) left top no-repeat;
}
@media screen and (max-width: 768px) {
  .flow__title:before {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.flow__inner {
  width: 1000px;
  margin: auto;
  padding: 60px 75px 70px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    width: auto;
    margin: 0 5%;
    padding: 5%;
  }
}
.flow__list {
  padding-left: 140px;
}
@media screen and (max-width: 768px) {
  .flow__list {
    padding-left: 0;
  }
}
.flow__item {
  position: relative;
  color: #333;
}
.flow__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .flow__item:not(:last-child) {
    margin-bottom: 16%;
  }
}
.flow__item:before {
  content: "";
  position: absolute;
  left: -140px;
  top: 35px;
  width: 101px;
  height: 101px;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .flow__item:before {
    left: 0;
    top: -2%;
    width: 50px;
    height: 50px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.flow__item:nth-child(1):before {
  background-image: url("../img/flow_item_bg1.png");
}
.flow__item:nth-child(2):before {
  background-image: url("../img/flow_item_bg2.png");
}
.flow__item:nth-child(3):before {
  background-image: url("../img/flow_item_bg3.png");
}
.flow__item:nth-child(4):before {
  background-image: url("../img/flow_item_bg4.png");
}
.flow__item:nth-child(5):before {
  background-image: url("../img/flow_item_bg5.png");
}
.flow__item:nth-child(6):before {
  background-image: url("../img/flow_item_bg6.png");
}
.flow__item:nth-child(7):before {
  background-image: url("../img/flow_item_bg7.png");
}
.flow__item:nth-child(8):before {
  background-image: url("../img/flow_item_bg8.png");
}
.flow__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 250px;
  bottom: -55px;
  width: 50px;
  height: 22px;
  margin: auto;
  background: url("../img/arrow2.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .flow__item:not(:last-child):after {
    left: 0;
    right: 0;
    bottom: -16%;
  }
}
.flow__item__term {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .flow__item__term {
    display: block;
    margin-bottom: 4%;
    padding-left: 20%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.flow__item__term .step {
  margin-right: 20px;
  color: #C2973B;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__item__term .step {
    margin-right: 3%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.flow__item__term .num {
  font-family: 'EB Garamond', serif;
  font-size: 52px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .flow__item__term .num {
    font-size: 28px;
    font-size: 7.46667vw;
  }
}
.flow__item__term em {
  color: #AE2917;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__item__term em {
    display: block;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.flow__item__description {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .flow__item__description {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.organizer {
  background: url("../img/organizer_bg.png") right top 250px no-repeat;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .organizer {
    background: url("../img/organizer_bg_sp.png") right bottom 17% no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.organizer__title {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .organizer__title {
    margin-bottom: 10%;
  }
}
.organizer__title:before {
  background: url(../img/box_title_bg2.png) left top no-repeat;
}
@media screen and (max-width: 768px) {
  .organizer__title:before {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.organizer__text {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .organizer__text {
    margin: 0 5%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.organizer .postscript {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.organizer .postscript:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 14px;
  width: 59%;
  height: 1px;
  background: #FFF;
}
.organizer__company {
  margin: 40px 20px 160px 0;
  font-size: 16px;
  line-height: 1.75;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .organizer__company {
    margin: 10% 5% 60% 0;
    font-size: 11px;
    font-size: 2.93333vw;
    text-align: right;
  }
}
.organizer__contact {
  text-align: center;
}
.organizer__contact__lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .organizer__contact__lead {
    margin: 0 10% 12%;
  }
}
@media screen and (max-width: 768px) {
  .organizer__contact__link {
    width: 70%;
    margin: auto;
  }
}
.organizer__contact__link a {
  display: inline-block;
  position: relative;
}
.organizer__contact__link a:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -10px;
  width: 100px;
  height: 100px;
  background: url("../img/organizer_contact_link_icon.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .organizer__contact__link a:before {
    left: -12%;
    top: -40%;
    width: 60px;
    height: 60px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

/*# sourceMappingURL=top.css.map */
