@charset "UTF-8";
/*--------------------------------------------------------------
# 基本設定
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: auto;
}

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

/*--------------------------------------------------------------
## Breakpoint
--------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .media-set {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 599px) {
  .sp {
    display: block !important;
  }
}

/*--------------------------------------------------------------
## Imgpath
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Clearfix
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Font
--------------------------------------------------------------*/
@font-face {
  font-family: "shallou";
  src: url("../font/shallou.woff") format("woff");
}

/*--------------------------------------------------------------
## Color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100%;
  color: #050504;
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

p {
  margin: 0;
  padding: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 1.8rem;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.5rem;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.5;
  font-weight: bold;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

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

:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: top;
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

figure {
  margin: 0;
}

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/*--------------------------------------------------------------
## List
--------------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

li > ul,
li > ol {
  margin: 0;
}

/*--------------------------------------------------------------
## Link
--------------------------------------------------------------*/
a {
  color: #eb0c0c;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, a:focus, a:visited, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  display: block;
  padding: 2rem 1.5rem;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #eb0c0c !important;
}

select {
  border: 1px solid #fff;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  opacity: 0.8;
}

button:disabled {
  opacity: 0.5 !important;
  cursor: default;
}

input,
textarea,
select {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input.error,
textarea.error,
select.error {
  color: red;
}

@media screen and (max-width: 599px) {
  input,
  textarea,
  select {
    font-size: 1.6rem;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  padding: 20px 10px;
  z-index: 10;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  .header {
    padding: 0;
  }
}

.header .logo {
  padding: 0 20px 0 0;
}

@media screen and (max-width: 1199px) {
  .header .logo {
    padding: 10px 20px;
  }
}

.header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #050504;
}

.header .logo a span {
  margin-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .header .logo a span {
    font-size: 2rem;
  }
  .header .logo a img {
    height: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .header .gnav {
    display: none;
  }
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu a {
  padding: 10px;
  color: #050504;
  font-weight: bold;
}

.header .menu a:hover {
  color: #eb0c0c;
}

@media screen and (max-width: 1199px) {
  .header .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header .gnav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .btn-tel {
  background: #050504;
  text-align: center;
  border-radius: 100px;
  padding: 10px 16px;
  color: #fff;
  margin-left: 12px;
  height: 60px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}

.header .btn-tel:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .btn-tel .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.header .btn-tel .material-icons {
  font-size: 1.6rem;
}

.header .btn-tel .detail {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .header .btn-tel {
    margin-left: 0;
    margin-top: 16px;
    width: 240px;
  }
}

.header .btn-form {
  background: #eb0c0c;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  padding: 10px 16px;
  color: #fff;
  margin-left: 10px;
  height: 60px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}

.header .btn-form:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .btn-form .material-icons {
  font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
  .header .btn-form {
    margin-left: 0;
    margin-top: 16px;
    width: 240px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.is-open .header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  background: #f2f2f2;
}

.is-open .header .gnav_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*--------------------------------------------------------------
## Toggle-btn
--------------------------------------------------------------*/
.toggle-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #eb0c0c;
}

@media screen and (max-width: 1199px) {
  .toggle-btn {
    display: block;
  }
}

.toggle-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

.toggle-btn span:nth-child(1) {
  top: 20px;
}

.toggle-btn span:nth-child(2) {
  top: 29px;
}

.toggle-btn span:nth-child(3) {
  bottom: 20px;
}

.toggle-btn.is-active span {
  width: 50%;
}

.toggle-btn.is-active span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.toggle-btn.is-active span:nth-child(2) {
  opacity: 0;
}

.toggle-btn.is-active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  margin-bottom: 6rem;
}

@media screen and (max-width: 599px) {
  .breadcrumb {
    margin-bottom: 3rem;
  }
}

.breadcrumb > div {
  width: 100%;
  padding: 0 4rem;
}

@media screen and (max-width: 1199px) {
  .breadcrumb > div {
    padding: 0 5%;
  }
}

@media screen and (max-width: 599px) {
  .breadcrumb > div {
    padding: 0 1.6rem;
  }
}

.breadcrumb ul {
  overflow: auto;
  white-space: nowrap;
}

.breadcrumb li {
  display: inline-block;
  font-size: 1.4rem;
}

.breadcrumb li:not(:last-child):after {
  content: "/";
  padding: 0 8px;
  color: #050504;
  opacity: 0.5;
}

.breadcrumb li > span {
  color: #050504;
}

.breadcrumb li a {
  font-size: 1.4rem;
  opacity: 0.5;
}

.breadcrumb li a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.main {
  padding-top: 109px;
}

@media screen and (max-width: 1199px) {
  .main {
    padding-top: 60px;
  }
}

.inner, .inner-s, .inner-xs {
  margin: 0 auto;
  width: 100%;
  max-width: 1104px;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 1199px) {
  .inner, .inner-s, .inner-xs {
    padding: 0 5%;
  }
}

@media screen and (max-width: 599px) {
  .inner, .inner-s, .inner-xs {
    padding: 0 7%;
  }
}

.inner-s {
  max-width: 960px;
}

.inner-xs {
  max-width: 640px;
}

.section {
  padding: 100px 0;
}

.section.section-gray {
  background: #f5f5f5;
}

/*--------------------------------------------------------------
## feature
--------------------------------------------------------------*/
#feature {
  padding: 6rem 0;
}

#feature .loan {
  text-align: center;
}

#feature .loan .loan_lead {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

#feature .loan .loan_lead span {
  font-size: 3.6rem;
  color: #eb0c0c;
}

#feature .loan .loan_title {
  font-size: 6rem;
  margin-bottom: 2rem;
}

#feature .loan .loan_text {
  font-size: 4rem;
  font-weight: bold;
}

#feature .loan .ratio {
  margin: 4rem auto 6rem;
}

#feature .loan .balloon {
  margin: 0 auto 1rem;
  display: block;
}

#feature .loan .loan_business {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5rem;
}

#feature .loan .loan_business span {
  display: block;
}

#feature .stock .stock_lead {
  font-size: 4rem;
  padding: 0px 20px;
  color: #fff;
  background: #eb0c0c;
  font-weight: bold;
  display: inline-block;
}

#feature .stock .stock_title {
  font-size: 6rem;
  line-height: 1.3;
}

#feature .stock .stock_title span {
  font-size: 11rem;
  color: #eb0c0c;
}

#feature .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#feature .flex-box > * {
  width: 48%;
}

#feature .flex-box .lead {
  font-size: 3.6rem;
  font-weight: bold;
  color: #eb0c0c;
}

#feature .flex-box .text {
  font-size: 3rem;
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (max-width: 1199px) {
  #feature .loan .loan_lead {
    font-size: 1.6rem;
  }
  #feature .loan .loan_lead span {
    font-size: 2rem;
  }
  #feature .loan .loan_title {
    font-size: 2.4rem;
  }
  #feature .loan .balloon {
    max-width: 20rem;
  }
  #feature .loan .loan_business {
    font-size: 2rem;
  }
  #feature .loan .loan_business img {
    width: 33rem;
  }
  #feature .stock {
    text-align: center;
  }
  #feature .stock .stock_lead {
    font-size: 1.6rem;
    margin: 0 auto;
  }
  #feature .stock .stock_title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  #feature .stock .stock_title span {
    font-size: 3rem;
  }
  #feature .flex-box {
    text-align: left;
  }
  #feature .flex-box .lead {
    font-size: 2rem;
  }
  #feature .flex-box .text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  #feature .loan .loan_business {
    width: 60%;
  }
  #feature .balloon {
    width: 10rem;
  }
  #feature .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #feature .flex-box > * {
    width: 100%;
  }
  #feature .flex-box .img {
    margin-bottom: 1rem;
  }
}

/*--------------------------------------------------------------
## support
--------------------------------------------------------------*/
#support,
#support2 {
  background: #eb0c0c;
}

#support .full-img img,
#support2 .full-img img {
  width: 100%;
  max-width: inherit;
}

.support {
  padding: 100px 0;
}

.support .support_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 4.8rem;
}

.support .support_title span {
  font-size: 4.5rem;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0 5px;
}

.support .support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support .support_list > * {
  width: calc((100% - 2.4rem) / 3);
  background: #fff;
}

.support .support_list .content {
  background: #fff;
  padding: 2.4rem;
}

.support .support_list .content p {
  color: #eb0c0c;
  font-weight: bold;
  font-size: 1.8rem;
}

.support .support_list .content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.support .support_list .content li:before {
  content: "";
  background: url(../img/check.svg) no-repeat center;
  background-size: 24px 16px;
  width: 24px;
  height: 16px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
  .support .support_title span {
    font-size: 2rem;
  }
  .support .support_list .content p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .support .support_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support .support_list > * {
    width: 100%;
  }
  .support .support_list > *:not(:last-child) {
    margin-bottom: 4rem;
  }
}

/*--------------------------------------------------------------
## merit
--------------------------------------------------------------*/
#merit {
  text-align: center;
  padding: 12rem 0 0;
}

#merit .merit_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 4rem;
  color: #eb0c0c;
  border-top: 2px solid #eb0c0c;
  border-bottom: 2px solid #eb0c0c;
  margin-bottom: 10rem;
}

#merit .merit_title span {
  font-size: 3rem;
}

#merit .meritList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#merit .meritList > * {
  width: calc((100% - 4.4rem) / 2);
  margin-bottom: 4rem;
  text-align: left;
}

#merit .meritList > * h2 {
  font-size: 2.1rem;
  margin: 1rem 0;
}

#merit .meritImg {
  margin: 5.6rem 0;
}

#merit .merit_btn {
  font-size: 2.7rem;
  color: #ffffff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  background: #eb0c0c;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  -webkit-box-shadow: 5px 5px 0 #9e1206;
          box-shadow: 5px 5px 0 #9e1206;
}

@media screen and (max-width: 1199px) {
  #merit .merit_title {
    font-size: 2rem;
    padding: 1rem 0;
  }
  #merit .merit_title span {
    font-size: 1.6rem;
  }
  #merit .merit_btn {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  #merit .meritList > * {
    width: 100%;
  }
  #merit .meritList > * h2 {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------------------------
## plan
--------------------------------------------------------------*/
#plan {
  margin: 15vh 0;
  background-color: #eb0c0c;
  -webkit-transform: skew(0deg, -8deg);
          transform: skew(0deg, -8deg);
  text-align: center;
}

#plan .inner {
  -webkit-transform: skew(0deg, 8deg);
          transform: skew(0deg, 8deg);
  padding-top: 15vh;
  padding-bottom: 15vh;
}

#plan .plan_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 4rem;
  padding: 1rem 11rem;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 4rem;
}

#plan .plan_title span {
  font-size: 3rem;
}

#plan .plan_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#plan .plan_price > * {
  width: calc((100% - 2rem) / 3);
  background: #fff;
  border-radius: 7px;
}

#plan .plan_price .standard .price_header {
  background: #00b4f8;
}

#plan .plan_price .standard .price_footer span {
  color: #00b4f8;
}

#plan .plan_price .price_header {
  background: #f6cd49;
  border-radius: 7px 7px 0 0;
  padding: 2rem;
  font-size: 2.7rem;
}

#plan .plan_price .price_header p {
  font-size: 2rem;
}

#plan .plan_price .price_body {
  text-align: left;
}

#plan .plan_price .price_body p {
  padding: 2rem;
  font-size: 1.8rem;
}

#plan .plan_price .price_body li {
  border-top: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  height: 6.4rem;
}

#plan .plan_price .price_body li:before {
  content: "";
  background: url(../img/check.svg) no-repeat center;
  background-size: 24px 16px;
  width: 24px;
  height: 16px;
  margin-right: 10px;
}

#plan .plan_price .price_body li:last-child {
  border-bottom: 1px solid #efefef;
}

#plan .plan_price .price_body li.none {
  color: #d8d8d8;
}

#plan .plan_price .price_body li.none:before {
  background: url(../img/cross.svg) no-repeat center;
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
  margin-right: 7px;
}

#plan .plan_price .price_footer {
  padding: 2rem;
  font-weight: bold;
  font-size: 2rem;
}

#plan .plan_price .price_footer span {
  font-size: 5.4rem;
  padding: 0 1rem;
}

#plan .plan_text {
  line-height: 2;
  color: #fff;
  font-size: 2.4rem;
  margin-top: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  #plan .plan_price .price_header {
    font-size: 1.8rem;
  }
  #plan .plan_price .price_header p {
    font-size: 1.6rem;
  }
  #plan .plan_title {
    font-size: 2rem;
  }
  #plan .plan_title span {
    font-size: 1.6rem;
  }
  #plan .plan_price .price_footer span {
    font-size: 2rem;
  }
  #plan .plan_text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  #plan .plan_title {
    padding: 1rem;
  }
  #plan .plan_price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plan .plan_price > * {
    width: 100%;
  }
  #plan .plan_price > *:not(:last-child) {
    margin-bottom: 4rem;
  }
}

/*--------------------------------------------------------------
## satellite
--------------------------------------------------------------*/
#satellite {
  text-align: center;
}

#satellite .satellite_tile img:first-child {
  margin-bottom: 3rem;
}

#satellite .content {
  margin-top: 5.4rem;
}

#satellite .content h3 {
  font-size: 4rem;
  margin-bottom: 4rem;
}

#satellite .content .catch {
  font-size: 2.4rem;
  background: #189dd8;
  width: 20rem;
  color: #fff;
  margin: 0 auto 2.4rem;
  border-radius: 4px;
  position: relative;
}

#satellite .content .catch:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #189dd8;
}

#satellite .content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#satellite .content_list > * {
  max-width: 306px;
  width: 30%;
}

#satellite .content_list p {
  margin-top: 2rem;
}

#satellite .content_list span {
  color: #189dd8;
  display: block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1199px) {
  #satellite .satellite_tile img:first-child {
    max-width: 60%;
  }
  #satellite .content .catch {
    font-size: 1.6rem;
  }
  #satellite .content h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  #satellite {
    margin-top: 12rem;
  }
  #satellite .satellite_tile img:first-child {
    max-width: inherit;
    width: 100%;
  }
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding: calc(480 / 853 * 100%) 0 0;
  -webkit-overflow-scrolling: touch;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/*--------------------------------------------------------------
## guide
--------------------------------------------------------------*/
#guide {
  background: #189dd8;
  position: relative;
}

#guide:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4rem;
  top: 0;
  display: block;
  background: #eb0c0c;
}

#guide .contact_header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -4rem;
}

#guide .contact_header p {
  color: #fff;
  font-size: 4.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4rem 0;
}

#guide .contact_header img {
  width: 30%;
}

@media screen and (max-width: 1199px) {
  #guide .contact_header p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  #guide {
    padding-top: 1rem;
  }
  #guide .contact_header {
    margin-top: 0;
  }
  #guide .contact_header p {
    padding: 2rem 0;
    font-size: 1.6rem;
  }
  #guide:after {
    content: none;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.btn, .form button,
.form input[type="button"],
.form input[type="reset"],
.form input[type="submit"],
.form input.btn[type="submit"] {
  width: 100%;
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #eb0c0c;
  padding: 0 20px;
  border-radius: 100px;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  font-size: 1.6rem;
}

.btn img, .form button img, .form input[type="button"] img, .form input[type="reset"] img, .form input[type="submit"] img, .form input.btn[type="submit"] img {
  margin-right: 10px;
}

.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-wh {
  background: #fff;
  color: #050504;
}

.btn.btn-line {
  background: #4ecd00;
}

.btn.btn-s {
  width: auto;
}

.btn.btn-tel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn.btn-tel .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.btn-tel .num img {
  margin-right: 10px;
}

.btn.btn-tel .detail {
  display: block;
  font-size: 1rem;
}

.btn.btn-arrow:after {
  font-family: "Material Icons";
  content: "arrow_right_alt";
  margin-left: 6px;
  font-size: 2.4rem;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.btn-wrap > * {
  margin: 20px;
}

.btn-wrap .box {
  max-width: 440px;
  width: 100%;
}

.btn-wrap .box p {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  .btn-wrap {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-wrap > * {
    margin: 10px 20px;
  }
}

.form {
  padding: 8rem 0;
}

.form_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px dotted #e5e5e5;
}

.form_table dt,
.form_table dd {
  margin: 0;
}

.form_table dt {
  display: block;
  width: 100%;
  padding: 20px 0 10px;
}

.form_table dt.required:after {
  content: "必須";
  width: 4rem;
  position: relative;
  margin-left: 1rem;
  display: inline-block;
  background: #eb0c0c;
  color: #000;
  padding: 0.5rem;
  vertical-align: initial;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

.form_table dd {
  display: block;
  width: 100%;
  padding: 0 0 20px;
}

.form_table dd p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.form_table dd.dd-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_table dd.dd-flex input {
  width: calc(100% - 50px);
  margin-right: 10px;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="url"],
.form input[type="email"],
.form select,
.form textarea {
  width: 100%;
  padding: 1rem 1.6rem;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d8dde6;
  line-height: 2rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="url"]:focus,
.form input[type="email"]:focus,
.form select:focus,
.form textarea:focus {
  border: 1px solid #eb0c0c;
}

@media screen and (max-width: 599px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="url"],
  .form input[type="email"],
  .form select,
  .form textarea {
    font-size: 16px !important;
  }
}

.form input[type="submit"][disabled] {
  background: #dcdcdc !important;
  pointer-events: none;
}

.form select {
  height: 3em;
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .form select {
    height: 4rem;
    padding-top: 8px;
  }
}

.form .form-box.required .bold:after {
  content: "必須";
  width: 4rem;
  position: relative;
  margin-left: 1rem;
  display: inline-block;
  background: #eb0c0c;
  color: #000;
  padding: 0.5rem;
  vertical-align: initial;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

.form .mwform-radio-field label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form .mwform-radio-field label input {
  margin-top: 0;
}

.form__btn-wrap {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form button,
.form input[type="button"],
.form input[type="reset"],
.form input[type="submit"],
.form input[type="submit"].btn {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}

.form input[type="submit"].back {
  background: #7b7b7b !important;
}

.form input[type="submit"].back:hover {
  background: #555555;
}

.form .error {
  color: #f84e59;
  padding: 1rem 0;
  display: block;
}

@media (max-width: 767px) {
  .form_wrap {
    padding: 0;
  }
}

/*--------------------------------------------------------------
## corporate
--------------------------------------------------------------*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-clear {
    background: transparent;
    border: 1px solid #fff;
    margin-top: 3em;
    padding: 8px 36px;
    border-radius: 3px;
    line-height: 3;
    color: #fff;
    width: 300px;
}


#corporate {
  background: #384391;
  position: relative;
}

#corporate:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4rem;
  top: 0;
  display: block;
  /* background: #eb0c0c; */
}

#corporate .contact_header {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 3em;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -4rem; */
}

#corporate .contact_header p {
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4rem 0;
}

#corporate .contact_header img {
  width: 18%;
}

@media screen and (max-width: 1199px) {
  #corporate .contact_header p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  #corporate {
    padding-top: 1rem;
  }
  #corporate .contact_header {
    margin-top: 0;
  }
  #corporate .contact_header p {
    padding: 2rem 0;
    font-size: 1.6rem;
  }
  #corporate:after {
    content: none;
  }
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer {
  border-top: 2px solid #000;
  padding: 4rem;
  text-align: center;
}

.footer p {
  margin-top: 2rem;
}
/*# sourceMappingURL=style.css.map */
