@charset "UTF-8";
/* ==========================================================================
  Foundation
  ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  text-decoration: none;
}



.font18{
font-size: 18px;
}


/* change colours to suit your needs */
mark {
  background-color: #ff9;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* フォームの初期化を追加 */
/* テキスト */
input[type="text"],
input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 100px;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* セレクト */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  background-image: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

/* base */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: url(../images/dot-bg.png) repeat center center/contain;
  color: #111111;
  font-family: "Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

@media (max-width: 960px) {
  body {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    line-height: 1.8;
  }
}

.wrapper {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}

a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

/* ==========================================================================
  Block
  ========================================================================== */
/* ==========================================================================
  bar
  ========================================================================== */
.bar {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-justify-content: center;
  align-items: center;
  background: #009900;
  border-radius: 10px;
  border-radius: 14px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  justify-content: center;
  padding: 20px;
  padding: 14px;
}

@media (max-width: 960px) {
  .bar {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 8px;
  }
}
.bar_1 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #009900;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  justify-content: center;
  padding: 20px;
  padding: 14px;
}

@media (max-width: 960px) {
  .bar_1 {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 8px;
  }
}

/* ==========================================================================
  btn
  ========================================================================== */
.btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0px 3px 0 0 rgba(0, 153, 0, 0.2);
  -webkit-justify-content: center;
  -webkit-transition: .2s;
  align-items: center;
  background: #009900;
  border-radius: 30px;
  box-shadow: 0px 3px 0 0 rgba(0, 153, 0, 0.2);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 52px;
  justify-content: center;
  position: relative;
  transition: .2s;
  width: 260px;
}

.btn:hover {
  background: #00b300;
}

.btn_or {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  /*-webkit-box-shadow: 0px 3px 0 0 rgba(0, 153, 0, 0.2);*/
  -webkit-justify-content: center;
  -webkit-transition: .2s;
  align-items: center;
  background: #f56611;
  /*border-radius: 30px;*/
  /*box-shadow: 0px 3px 0 0 rgba(0, 153, 0, 0.2);*/
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 52px;
  justify-content: center;
  position: relative;
  transition: .2s;
  width: 260px;
}

.btn_or:hover {
  background: #f79d42;;
}
.btn_1{
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: 0px 3px 0 0 rgba(0, 153, 0, 0.2);
    -webkit-justify-content: center;
    -webkit-transition: .2s;
    align-items: center;
    background: #009900;
    border-radius: 30px;
    box-shadow: 0px 3px 0 0 rgba(0, 153, 0, 0.2);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.6rem;
    font-weight: bold;
    height: 62px;
    justify-content: center;
    position: relative;
    transition: .2s;
    width: 360px;
}
.btn_1::before {
    -webkit-transform: translateY(-50%);
    background: url(../images/simple-arrow.svg) no-repeat center center/14px 12px;
    content: "";
    height: 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.faq__btn_3 {
    margin: 20px 0 0 40px;
}
.btn_3{
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: 0px 3px 0 0 rgba(0, 153, 0, 0.2);
    -webkit-justify-content: center;
    -webkit-transition: .2s;
    align-items: center;
    background: #009900;
    border-radius: 30px;
    box-shadow: 0px 3px 0 0 rgba(0, 153, 0, 0.2);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    height: 40px;
    justify-content: center;
    position: relative;
    transition: .2s;
    width: 320px;
}
.btn_3::before {
    -webkit-transform: translateY(-50%);
    background: url(../images/simple-arrow.svg) no-repeat center center/14px 12px;
    content: "";
    height: 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.btn_1:hover {
    background: #00b300;
}
.btn_3:hover {
    background: #00b300;
}


.faq__btn_4 {
    margin: 20px 0 0 40px;
}
.btn_4{
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: 0px 3px 0 0 rgba(0, 153, 0, 0.2);
    -webkit-justify-content: center;
    -webkit-transition: .2s;
    align-items: center;
    background: #009900;
    border-radius: 30px;
    box-shadow: 0px 3px 0 0 rgba(0, 153, 0, 0.2);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    height: 40px;
    justify-content: center;
    position: relative;
    transition: .2s;
    width: 420px;
margin: 20px auto;
}
.btn_4::before {
    -webkit-transform: translateY(-50%);
    background: url(../images/simple-arrow.svg) no-repeat center center/14px 12px;
    content: "";
    height: 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.foot-wrap .menu-left, .menu-center, .menu-right {
    display: inline-block;
    width: 20%;
    margin: 10px auto;
}
.foot-wrap {
    color: #111;
    text-align: center;
    margin: 10px 0;
}
.foot-wrap .menu-left :hover, .menu-center :hover, .menu-right :hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media (max-width: 860px) {
.foot-wrap .menu-left, .menu-center, .menu-right {
    display: inline-block;
    width: 80%;
    margin: 5px auto;
}
}


@media (max-width: 480px) {
.btn_4{
width: 100%;
font-size:12px;
}
}

@media (max-width: 420px) {
.btn_1{
    font-size: 1.5rem;
    width: 260px;
}

.btn_3{
    font-size: 1.1rem;
    max-width: 230px;
}
.btn_4{
    font-size: 1.1rem;
    /*max-width: 230px;*/
}
}

@media (max-width: 960px) {
  .btn {
    font-size: 1.4rem;
    height: 44px;
    max-width: 220px;
  }

.faq__btn_3 {
    margin: 0 auto;
}

}

.btn::before {
  -webkit-transform: translateY(-50%);
  background: url(../images/simple-arrow.svg) no-repeat center center/14px 12px;
  content: "";
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.btn2 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0px 5px 0 0 #603204;
  -webkit-justify-content: center;
  -webkit-transition: .2s;
  align-items: center;
  background: #f56611;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4a511), to(#f56611));
  background-image: -webkit-linear-gradient(top, #f4a511, #f56611);
  background-image: linear-gradient(to bottom, #f4a511, #f56611);
  border-radius: 12px;
  box-shadow: 0px 5px 0 0 #603204;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  transition: .2s;
  width: 360px;
}

.btn2:hover {
  -webkit-box-shadow: 0px 5px 0 0 #914c06;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6b742), to(#f79d42));
  background-image: -webkit-linear-gradient(top, #f6b742, #f79d42);
  background-image: linear-gradient(to bottom, #f6b742, #f79d42);
  box-shadow: 0px 5px 0 0 #914c06;
}

@media (max-width: 960px) {
  .btn2:hover {
    -webkit-box-shadow: 0px 2.5px 0 0 #914c06;
    box-shadow: 0px 2.5px 0 0 #914c06;
  }
}

@media (max-width: 960px) {
  .btn2 {
    -webkit-box-shadow: 0px 2.5px 0 0 #603204;
    border-radius: 7px;
    box-shadow: 0px 2.5px 0 0 #603204;
    font-size: 1.8rem;
    height: 47px;
    max-width: 220px;
    width: 100%;
  }
}

.btn3 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0px 5px 0 0 #333333;
  -webkit-justify-content: center;
  -webkit-transition: .2s;
  align-items: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,666666+100 */
  background: rgb(153,153,153); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(102,102,102,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
  border-radius: 12px;
  box-shadow: 0px 5px 0 0 #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  transition: .2s;
  width: 360px;
}

.btn3:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aaaaaa+0,555555+100 */
  background: rgb(170,170,170); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(170,170,170,1) 0%, rgba(85,85,85,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(85,85,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(170,170,170,1) 0%,rgba(85,85,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px 5px 0 0 #444444;
  box-shadow: 0px 5px 0 0 #444444;
}

@media (max-width: 960px) {
  .btn3:hover {
    -webkit-box-shadow: 0px 2.5px 0 0 #444444;
    box-shadow: 0px 2.5px 0 0 #444444;
  }
}

@media (max-width: 960px) {
  .btn3 {
    -webkit-box-shadow: 0px 2.5px 0 0 #333333;
    border-radius: 7px;
    box-shadow: 0px 2.5px 0 0 #333333;
    font-size: 1.8rem;
    height: 47px;
    max-width: 220px;
    width: 100%;
  }
}

/* ==========================================================================
  footer
  ========================================================================== */
.footer {
  background: #fff;
  border-top: 1px solid #eeeeee;
  padding: 30px 0 0;
}

@media (max-width: 960px) {
  .footer {
    padding: 16px 0 0;
  }
}

.footer__logo {
  margin: 0 auto 20px;
  width: 203px;
}

@media (max-width: 960px) {
  .footer__logo {
    margin: 0 auto 13px;
    width: 123px;
  }
}

.footer__copyright {
  background: #f8f8f8;
  color: #b8b8b8;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 20px;
  padding: 33px 10px;
  text-align: center;
}

@media (max-width: 960px) {
  .footer__copyright {
    font-size: 1rem;
    padding: 15px 10px;
  }
}

/* ==========================================================================
  header
  ========================================================================== */
.header {
  background: #fff;
  /*height: 100px;（4月6日変更）*/
  height: 80px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

@media (max-width: 960px) {
  .header {
    height: 55px;
  }
}

.header .inner {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
  max-width: calc(1174px + 5% * 2);
}

@media (max-width: 1180px) {
  .header .inner {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .header .inner {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.header__logo {
  margin-right: 10px;
  width: 203px;
}

@media (max-width: 1180px) {
  .header__logo {
    margin-left: 15px;
  }
}

@media (max-width: 960px) {
  .header__logo {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
  }
}

.header__contents {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 960px) {
  .header__contents {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    background: rgba(0, 0, 0, 0.9);
    bottom: 0;
    display: none;
    flex-direction: column;
    height: 100%;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
  }
}

@media (min-width: 961px) {
  .header__nav {
    margin-right: 10px;
  }
}

@media (max-width: 960px) {
  .header__nav {
    width: 100%;
  }
}

.header__list {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .header__list {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.header__item {
  font-weight: bold;
}

@media (min-width: 961px) {
  .header__item {
    /*line-height: 100px;（4月6日削除）*/
    /*padding: 0 17px;（4月6日変更）*/
    padding: 16px 12px 0 12px;
  }
}

@media (max-width: 1180px) {
  .header__item {
    padding: 0 10px;
  }
}

@media (max-width: 960px) {
  .header__item {
    padding: 0 17px;
    width: 100%;
  }
  .header__item:last-child > a {
    border-bottom: 1px solid #fff;
  }
}

.header__item > a {
  -webkit-transition: .2s;
  transition: .2s;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .header__item > a {
    font-size: 1.4rem;
  }
}

@media (max-width: 960px) {
  .header__item > a {
    border-top: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    line-height: 62px;
    text-align: left;
  }
}

@media (min-width: 961px) {
  .header__item > a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 960px) {
  .header__item > a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

.header__link {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-transition: .2s;
  align-items: center;
  background: #f56611;
  /*color: #fff;（4月6日変更）*/
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*font-size: 1.8rem;（4月6日変更）*/
  font-size: 12px;
  font-weight: bold;
  /*height: 100%;（4月6日変更）*/
  height: 60%;
  justify-content: center;
  transition: .2s;
  /*width: 160px;（4月6日変更）*/
  width: 180px;
  margin-right:5px;
}

@media (max-width: 960px) {
  .header__link {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    height: auto;
    justify-content: flex-start;
    line-height: 62px;
    padding: 0 17px;
    text-align: left;
    width: 100%;
  }
}

@media (min-width: 961px) {
  .header__link:hover {
    background: #f79d42;
  }
}

@media (max-width: 960px) {
  .header__link:hover:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

.header__link span {
  /*padding-left: 35px;（4月6日変更）削除*/
  position: relative;
}

@media (max-width: 960px) {
  .header__link span {
    padding-left: 0;
  }
}

.header__link span::before {
  -webkit-transform: translateY(-50%);
  /*background: url(../images/login.svg) no-repeat center center/25px 25px;（4月6日削除）*/
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

@media (max-width: 960px) {
  .header__link span::before {
    display: none;
  }
}

.close {
  background: #2b536a;
  cursor: pointer;
  display: none;
  height: 55px;
  margin-left: auto;
  position: relative;
  position: relative;
  /*right: -20px;*/
  width: 55px;
}

@media (max-width: 960px) {
  .close {
    display: block;
  }
}

.close::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../images/cross.svg) no-repeat center center/21px 21px;
  content: "";
  height: 21px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
}

.toggle {
  -webkit-transition: 0.3s;
  cursor: pointer;
  display: none;
  height: 30px;
  margin-left: auto;
  position: relative;
  right: 5px;
  top: -2px;
  transition: 0.3s;
  width: 42px;
}

@media (max-width: 960px) {
  .toggle {
    display: block;
  }
}

.toggle span {
  -webkit-transition: 0.35s ease-in-out;
  border-bottom: solid 2px #111111;
  display: block;
  left: 8px;
  position: absolute;
  transition: 0.35s ease-in-out;
  width: 24px;
}

.toggle span:nth-child(1) {
  top: 6px;
}

.toggle span:nth-child(2) {
  top: 16px;
}

.toggle span:nth-child(3) {
  top: 26px;
}

.toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  left: 8px;
  top: 18px;
  transform: rotate(-45deg);
}

.toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  top: 18px;
  transform: rotate(45deg);
}

/* ==========================================================================
  highlight
  ========================================================================== */
.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 50%, #ffff00 0%);
  background: linear-gradient(transparent 50%, #ffff00 0%);
  display: inline;
  padding: 0 1px 2px;
}

/* ==========================================================================
  inner
  ========================================================================== */
.inner {
  margin: 0 auto;
  max-width: calc(980px + 5% * 2);
  padding: 0 5%;
  width: 100%;
}

@media (max-width: 960px) {
  .inner {
    max-width: 550px;
    padding: 0 18px;
  }
}

/* ==========================================================================
  lato
  ========================================================================== */
.lato {
  font-family: 'Lato', sans-serif;
}

/* ==========================================================================
  page
  ========================================================================== */
.page {
  margin-top: 100px;
}

@media (max-width: 960px) {
  .page {
    margin-top: 55px;
  }
}

.page .price {
  margin-bottom: -8px;
  margin-bottom: 0;
}

@media (min-width: 961px) {
  .page .terms {
    margin-bottom: 90px;
  }
.terms_1 {
    margin-bottom: 0;
  }
}


/* ==========================================================================
  section
  ========================================================================== */
.section {
  padding: 36px 0 95px;
}

@media (max-width: 960px) {
  .section {
    padding: 37px 0;
  }
}

.section__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 39px;
  text-align: center;
}

@media (max-width: 960px) {
  .section__ttl {
    font-size: 1.8rem;
    margin-bottom: 23px;
  }
}

.section__ttl--colored {
  color: #009900;
}

.section__ttl--white {
  color: #fff;
}

/* ==========================================================================
  show
  ========================================================================== */
@media (max-width: 960px) {
  .show--pc {
    display: none;
  }
}

.show--sp {
  display: none;
}

@media (max-width: 960px) {
  .show--sp {
    display: block;
  }
}

/* ==========================================================================
  totop
  ========================================================================== */
.toTop {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-transition: 0.3s;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  bottom: 41px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 2%;
  transition: 0.3s;
  visibility: hidden;
  width: 62px;
  z-index: 9990;
}

@media (max-width: 960px) {
  .toTop {
    bottom: 17px;
    height: 32px;
    right: 4%;
    width: 32px;
  }
}

.toTop_arrow {
  -webkit-transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 12px;
  position: relative;
  top: 4px;
  transform: rotate(-45deg);
  width: 12px;
}

@media (max-width: 960px) {
  .toTop_arrow {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 6px;
    top: 2px;
    width: 6px;
  }
}

.toTop._show {
  opacity: 1;
  visibility: visible;
}

.toTop:hover {
  opacity: 0.7;
}

/* ==========================================================================
  application
  ========================================================================== */
.application {
  background: url(../images/application-bg.png) no-repeat center center/cover;
  color: #fff;
  text-align: center;
}

@media (max-width: 960px) {
  .application {
    padding: 30px 0px;
  }
}

.application .section__ttl {
  margin-bottom: 35px;
}

@media (max-width: 960px) {
  .application .section__ttl {
    margin-bottom: 10px;
  }
}

.application__txt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 960px) {
  .application__txt {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}

.application__txt .highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f56611));
  background: -webkit-linear-gradient(transparent 60%, #f56611 0%);
  background: linear-gradient(transparent 60%, #f56611 0%);
}

.application__btn {
  margin: 0 auto 31px;
}

@media (max-width: 960px) {
  .application__btn {
    margin: 0 auto 12px;
  }
}

.application__link {
  -webkit-transition: .2s;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  transition: .2s;
}

.application__link:hover {
  opacity: .6;
}

@media (max-width: 960px) {
  .application__link {
    font-size: 1.2rem;
  }
}

/* ==========================================================================
  contact
  ========================================================================== */
.contact {
  background: #fff;
}

.contact.confirm {
  margin-top: 100px;
}

@media (max-width: 960px) {
  .contact {
    padding: 37px 0 39px;
  }

  .contact.confirm {
    margin-top: 55px;
  }

  .contact .section__ttl {
    margin-bottom: 62px;
  }
}

@media (max-width: 960px) {
  .contact .c-form {
    margin: 0 3%;
  }
}

.contact .c-form dl {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-shadow: 0px 3px 0 0 rgba(0, 0, 0, 0.1);
  align-items: stretch;
  border: solid 1px #dddddd;
  box-shadow: 0px 3px 0 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}

@media (max-width: 960px) {
  .contact .c-form dl {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
  }
}

.contact .c-form dl:not(:last-of-type) {
  margin-bottom: 28px;
}

@media (max-width: 960px) {
  .contact .c-form dl {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact .c-form dt {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 33px 3%;
  width: 32%;
}

@media (min-width: 961px) {
  .contact .c-form dt {
    border-right: 1px solid #dddddd;
  }
}

@media (max-width: 960px) {
  .contact .c-form dt {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    border-bottom: 1px solid #dddddd;
    justify-content: center;
    padding: 8px 3%;
    position: relative;
    width: 100%;
  }
}

.contact .c-form dd {
  -ms-flex: 1 1 0%;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -webkit-flex: 1 1 0%;
  -webkit-justify-content: center;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-start;
  /*justify-content: center;*/
  padding: 18px 2%;
  text-align: left;
}

@media (max-width: 960px) {
  .contact .c-form dd {
    font-size: 1.4rem;
    padding: 13px 4%;
  }
}

.contact .c-form dd input, .contact .c-form dd textarea {
  border: solid 3px #dddddd;
  padding: 10px;
}

@media (max-width: 960px) {
  .contact .c-form dd input, .contact .c-form dd textarea {
    border: solid 1px #dddddd;
  }
}

.contact .c-form dd input::-webkit-input-placeholder, .contact .c-form dd textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}

.contact .c-form dd input::-moz-placeholder, .contact .c-form dd textarea::-moz-placeholder {
  color: #b8b8b8;
}

.contact .c-form dd input:-ms-input-placeholder, .contact .c-form dd textarea:-ms-input-placeholder {
  color: #b8b8b8;
}

.contact .c-form dd input::-ms-input-placeholder, .contact .c-form dd textarea::-ms-input-placeholder {
  color: #b8b8b8;
}

.contact .c-form dd input::placeholder, .contact .c-form dd textarea::placeholder {
  color: #b8b8b8;
}

.contact .c-form dd textarea {
  height: 150px;
}

@media (max-width: 960px) {
  .contact .c-form dd textarea {
    height: 134px;
  }
}

.contact .c-form .require {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background-color: #ff3f00;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 40px;
}

@media (max-width: 960px) {
  .contact .c-form .require {
    -webkit-transform: translateY(-50%);
    border-radius: 4px;
    font-size: 1rem;
    height: 20px;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
}

.contact .c-form .any {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background-color: #007fff;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 40px;
}

@media (max-width: 960px) {
  .contact .c-form .any {
    -webkit-transform: translateY(-50%);
    border-radius: 4px;
    font-size: 1rem;
    height: 20px;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
}

.contact .c-form__submit button[type="submit"],
.contact .c-form__submit button[type="button"] {
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  margin: 70px auto 0;
  outline: none;
}

@media (max-width: 960px) {
  .contact .c-form__submit button[type="submit"],
  .contact .c-form__submit button[type="button"] {
    margin: 33px auto 0;
  }
}

.contact .c-form__submit button[type="submit"]:focus, .contact .c-form__submit button[type="submit"]:active,
.contact .c-form__submit button[type="button"]:focus, .contact .c-form__submit button[type="button"]:active {
  border: none;
  outline: none;
}

.c-form__confirmBtn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.c-form__confirmBtn__btn {
  margin-right: 30px;
}

.c-form__confirmBtn__btn:last-child {
  margin-right: 0;
}

.contact .c-form__confirmBtn__btn .c-form__submit button[type="submit"],
.contact .c-form__confirmBtn__btn .c-form__submit button[type="button"] {
  margin: 0;
}

@media (max-width: 960px) {

  .c-form__confirmBtn {
    justify-content: space-between;
    margin-top: 33px;
  }

  .c-form__confirmBtn__btn {
    width: 47.5%;
    margin-right: 0;
  }
}

/* ==========================================================================
  cspa
  ========================================================================== */
.cspa {
  background: url(../images/cspa-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}

@media (max-width: 960px) {
  .cspa {
    padding: 32px 0;
  }
}

@media (max-width: 960px) {
  .cspa .section__ttl {
    margin-bottom: 14px;
  }
}

.cspa .inner {
  position: relative;
  z-index: 1;
}

.cspa__wrap {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .cspa__wrap {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.cspa__img {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  justify-content: center;
  margin-right: 4%;
  width: 140px;
}

@media (max-width: 960px) {
  .cspa__img {
    height: 100px;
    margin-bottom: 17px;
    width: 100px;
  }
  .cspa__img img {
    width: 68px;
  }
}

.cspa__box {
  color: #fff;
}

@media (min-width: 961px) {
  .cspa__box {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

.cspa__subttl {
  font-weight: bold;
  margin-bottom: 26px;
}

@media (max-width: 960px) {
  .cspa__subttl {
    margin-bottom: 4px;
  }
}

.cspa__txt {
  font-size: 1.4rem;
}

@media (max-width: 960px) {
  .cspa__txt {
    font-size: 1.2rem;
  }
}

/* ==========================================================================
  faq
  ========================================================================== */
.faq {
  background: url(../images/stripe-bg.png) no-repeat center center/cover;
}

@media (max-width: 960px) {
  .faq {
    padding: 30px 0;
  }
}

@media (max-width: 960px) {
  .faq .section__ttl {
    margin-bottom: 15px;
  }
}

@media (max-width: 960px) {
  .faq__block {
    margin-left: 3%;
  }
}

.faq__block:not(:last-child) {
  margin-bottom: 66px;
}

@media (max-width: 960px) {
  .faq__block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.faq__q, .faq__a {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq__q > span, .faq__a > span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #009900;
  border-radius: 12px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  margin-right: 2%;
  width: 80px;
}

@media (max-width: 960px) {
  .faq__q > span, .faq__a > span {
    border-radius: 7px;
    font-size: 1.4rem;
    height: 40px;
    width: 40px;
  }
}

.faq__q > p, .faq__a > p {
  -ms-flex: 1 1 0%;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: start;
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-flex: 1 1 0%;
  -webkit-justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: -webkit-flex;20220802作業*/
  /*display: flex;*/
  flex: 1 1 0%;
  font-size: 2rem;
  font-weight: bold;
  justify-content: flex-start;
  padding: 10px 3%;
}

@media (max-width: 960px) {
  .faq__q > p, .faq__a > p {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.05);
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 9px 5%;
  }
}

.faq__q {
  margin-bottom: 24px;
}

@media (max-width: 960px) {
  .faq__q {
    margin-bottom: 18px;
  }
}

.faq__a > span {
  background: #111111;
}

.faq__a > p {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 30px 3%;
}

@media (max-width: 960px) {
  .faq__a > p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 10px 6%;
  }
}

.faq__btn {
  margin: 20px auto 0;
}

@media (max-width: 960px) {
  .faq__btn {
    margin: -9px auto 0;
  }
}

/* ==========================================================================
  flow
  ========================================================================== */
@media (max-width: 960px) {
  .flow {
    padding: 30px 0;
  }
}

@media (max-width: 960px) {
  .flow .section__ttl {
    margin-bottom: 17px;
  }
}

.flow__baloons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}

@media (min-width: 961px) {
  .flow__baloons {
    max-width: 640px;
    width: 80%;
  }
}

@media (max-width: 960px) {
  .flow__baloons {
    margin-bottom: 21px;
  }
}

.flow__baloon {
  background: #009900;
  border-radius: 12px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 2%;
  position: relative;
  text-align: center;
  width: calc(50% - 5.5% / 2);
}

.flow__baloon:not(:nth-child(2n)) {
  margin-right: 5.5%;
}

@media (max-width: 960px) {
  .flow__baloon {
    border-radius: 7px;
    font-size: 1.6rem;
    padding: 4px 2%;
  }
}

.flow__baloon::before {
  -webkit-transform: translateX(-50%);
  border-color: #009900 transparent transparent transparent;
  border-style: solid;
  border-width: 24px 12px 0 12px;
  bottom: -13px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

@media (max-width: 960px) {
  .flow__baloon::before {
    border-width: 11px 8px 0 8px;
    bottom: -7px;
  }
}

.flow__subttl {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 13px 2%;
}

@media (min-width: 961px) {
  .flow__subttl {
    max-width: 640px;
    width: 80%;
  }
}

@media (max-width: 960px) {
  .flow__subttl {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    font-size: 1.5rem;
    justify-content: center;
    padding: 4px 2%;
  }
}

.flow__num {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #009900;
  border-radius: 12px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 34px;
  justify-content: center;
  margin-right: 2%;
  width: 34px;
}

@media (max-width: 960px) {
  .flow__num {
    border-radius: 4px;
    font-size: 1.2rem;
    height: 22px;
    margin-right: 1.5%;
    width: 22px;
  }
}

.flow__item:not(:last-child) {
  margin-bottom: 44px;
}

@media (max-width: 960px) {
  .flow__item:not(:last-child) {
    margin-bottom: 37px;
  }
}

.flow__contents {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .flow__contents {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flow__box {
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #e5f5e5;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 2% 25px;
}

@media (min-width: 961px) {
  .flow__box {
    margin-right: 5.5%;
    width: 65%;
  }
}

@media (max-width: 960px) {
  .flow__box {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 7px 7px;
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    line-height: 1.55;
    padding: 15px 3% 17px;
    width:100%;
  }
}

.flow__box--adjust {
  padding: 28px 2% 31px;
}

@media (max-width: 960px) {
  .flow__box--adjust {
    padding: 19px 5% 18px;
  }
}

.flow__box--adjust .flow__divide ol li:not(:last-child) {
  margin-bottom: 13px;
}

@media (max-width: 960px) {
  .flow__box--adjust .flow__divide ol li:not(:last-child) {
    margin-bottom: 9px;
  }
}

.flow__video {
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 961px) {
  .flow__video {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
  }
}

@media (max-width: 960px) {
  .flow__video {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    margin-top: 26px;
  }
}

.flow__video::before {
  content: "";
  display: block;
  height: 0;
  padding-top: 65%;
}

@media (max-width: 960px) {
  .flow__video::before {
    padding-top: 58%;
  }
}

.flow__video iframe {
  border: 0px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.flow__divide {
width: 50%;

}

.flow__divide:not(:last-child) {
  border-right: 1px solid #dddddd;
  padding-right: 5%;
}

@media (max-width: 960px) {
  .flow__divide:not(:last-child) {
    padding-right: 2%;
  }
}

.flow__divide:last-child {
  padding-left: 4%;
}

@media (max-width: 320px) {
  .flow__divide:last-child {
    padding-left: 2%;
  }
}

.flow__divide ul li {
  padding-left: 10px;
  position: relative;
}

@media (min-width: 961px) {
  .flow__divide ul li {
    line-height: 1.7;
  }
}

.flow__divide ul li::before {
  background: #009900;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 4px;
}

.flow__divide ol {
  counter-reset: count;
  line-height: 1.75;
}

.flow__divide ol li {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -1px;
}

.flow__divide ol li::before {
  color: #009900;
  content: counter(count) ".";
  counter-increment: count;
  font-family: 'Lato', sans-serif;
  margin-right: 8px;
}

@media (max-width: 960px) {
  .flow__divide ol li::before {
    margin-right: 3px;
  }
}

.flow__divide li:not(:last-child) {
  margin-bottom: 19px;
}

@media (max-width: 960px) {
  .flow__divide li:not(:last-child) {
    margin-bottom: 9px;
  }
}

.flow__btn {
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 18px;
}

.flow__btn > span {
  left: -10px;
  position: relative;
}

@media (max-width: 960px) {
  .flow__btn > span {
    left: 0;
  }
}

@media (max-width: 400px) {
  .flow__btn > span {
    left: -5px;
  }
}

.flow__btn::before {
  right: 21px;
}

@media (max-width: 960px) {
  .flow__btn {
    font-size: 1rem;
    height: 44px;
    letter-spacing: -0.06em;
    margin-top: 15px;
    width: 100%;
  }
  .flow__btn::before {
    background: url(../images/simple-arrow.svg) no-repeat center center/9px 8px;
    height: 8px;
    right: 9px;
    width: 9px;
  }
}

@media (max-width: 320px) {
  .flow__btn::before {
    right: 4px;
  }
}

/* ==========================================================================
  intro
  ========================================================================== */
.intro {
  background: #e5f5e5;
}

@media (max-width: 960px) {
  .intro {
    padding: 31px 0 37px;
  }
}

@media (max-width: 960px) {
  .intro .section__ttl {
    margin-bottom: 17px;
  }
}

.intro__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 960px) {
  .intro__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 961px) {
  .intro__list::before {
    -webkit-transform: translate(-50%, -50%);
    background: url(../images/arrows.svg) no-repeat center center/35px 250px;
    content: "";
    height: 250px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
  }
}

.intro__item {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 960px) {
  .intro__item {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .intro__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (min-width: 961px) {
  .intro__item {
    width: calc(50% - 5.5% / 2);
  }
  .intro__item:not(:nth-child(2n)) {
    margin-right: 5.5%;
    position: relative;
  }
}

@media (max-width: 960px) {
  .intro__item:not(:last-child) {
    margin-bottom: 51px;
  }
}

.intro__head {
  background: #009900;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 12px 2%;
  text-align: center;
}

@media (max-width: 960px) {
  .intro__head {
    border-radius: 7px 7px 0 0;
    font-size: 1.6rem;
    padding: 4px 2%;
  }
}

.intro__txt {
  letter-spacing: 0;
}

.intro__txt + ul {
  margin-top: 27px;
}

@media (max-width: 960px) {
  .intro__txt + ul {
    margin-top: 16px;
  }
}

@media (max-width: 960px) {
  .intro__txt {
    margin-bottom: 0;
  }
}

.intro__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.intro__body {
  font-weight: bold;
  padding: 26px 5% 31px;
}

@media (max-width: 960px) {
  .intro__body {
    font-size: 1.4rem;
    padding: 15px 3% 16px;
  }
}

.intro__body ul li {
  border-top: 1px solid #009900;
  color: #009900;
  font-weight: bold;
  padding: 12px 0;
}

@media (max-width: 960px) {
  .intro__body ul li {
    line-height: 1;
    padding: 8px 4px;
  }
}

.intro__body ul li:last-child {
  border-bottom: 1px solid #009900;
}

.intro__subitem {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.intro__check {
  background: #009900;
  border-radius: 50%;
  height: 20px;
  margin-right: 13px;
  position: relative;
  top: 3px;
  width: 20px;
}

@media (max-width: 960px) {
  .intro__check {
    height: 13px;
    margin-right: 8px;
    top: 0px;
    width: 13px;
  }
}

.intro__check::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: '';
  display: block;
  height: 5px;
  left: 25%;
  position: absolute;
  top: 36%;
  transform: translate(-50%, -50%);
  transform: rotate(-45deg);
  width: 10px;
}

@media (max-width: 960px) {
  .intro__check::before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 3px;
    width: 6px;
  }
}

/* ==========================================================================
  mv
  ========================================================================== */
.mv {
  margin: 80px auto 0;
  max-width: 1920px;
  padding-bottom: 12px;
  /*padding-top: 78px;*/
padding-top:10px;
background: url(../images/back.jpg);
}

@media (max-width: 960px) {
  .mv {
    margin: 55px auto 0;
    padding-bottom: 7px;
    padding-top: 26px;
background: url(../images/back1.jpg);
  }
}

.mv .inner {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (min-width: 961px) {
  .mv .inner {
    max-width: calc(1462px + 5% * 2);
  }
}

@media (max-width: 960px) {
  .mv .inner {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

.mv .inner::before {
  background: url(../images/mv-bg1.png) no-repeat center center/206px 314px;
  content: "";
  height: 314px;
  left: -134px;
  position: absolute;
  top: -26px;
  width: 206px;
  z-index: -1;
}

@media (max-width: 960px) {
  .mv .inner::before {
    display: none;
  }
}

.mv .inner::after {
  background: url(../images/mv-bg2.png) no-repeat center center/393px 404px;
  content: "";
  height: 404px;
  position: absolute;
  right: -133px;
  top: -40px;
  width: 393px;
  z-index: -1;
}

@media (max-width: 960px) {
  .mv .inner::after {
    display: none;
  }
}

.mv__contents {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media (max-width: 960px) {
  .mv__contents {
    width: 100%;
  }
}

@media (min-width: 961px) {
  .mv__logo {
    position: relative;
    top: -29px;
    width: 152px;
  }
}

@media (max-width: 960px) {
  .mv__logo {
    left: 5.5%;
    margin-right: 2%;
    position: relative;
  }
}

.mv__ttl {
margin: 32px auto 0;
text-align: center;
}

@media (max-width: 960px) {
  .mv__ttl {
    margin: 0 auto 18px;
    max-width: 96%;
  }
}

@media (max-width: 960px) {
  .mv__txt {
    margin: 0 auto;
    max-width: 288px;
  }
}

.mv__wrap {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

.mv__imgs {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media (max-width: 960px) {
  .mv__imgs {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*margin: 22px -3%;*/
    position: relative;
    width: 96%;
  }
}

@media (min-width: 961px) {
  .mv__icon {
    width: 93px;
  }
}

@media (max-width: 960px) {
  .mv__icon {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    left: -2%;
    order: 2;
    position: relative;
  }
}

@media (min-width: 961px) {
  .mv__img {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 96%;
    position: relative;
    /*right: 3%;*/
    top: 10px;
  }
}

@media (max-width: 960px) {
  .mv__img {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
}

/* ==========================================================================
  price
  ========================================================================== */
@media (max-width: 960px) {
  .price {
    padding: 30px 0 40px;
  }
}

.price__desc {
  margin-bottom: 47px;
}

@media (max-width: 960px) {
  .price .section__ttl {
    line-height: 1.6;
    margin-bottom: 17px;
  }
}

@media (max-width: 960px) {
  .price .bar {
    line-height: 1.5;
    text-align: center;
  }
}

.price__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 66px;
}

@media (max-width: 960px) {
  .price__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.price__list + .price__desc {
  margin-top: -17px;
}

@media (max-width: 960px) {
  .price__list + .price__desc {
    margin-top: 27px;
  }
}

.price__item {
  text-align: center;
}

@media (min-width: 961px) {
  .price__item {
    width: calc(100% / 3 - 6% * 2 / 3);
  }
  .price__item:not(:nth-child(3n)) {
    margin-right: 6%;
  }
}

@media (max-width: 960px) {
  .price__item {
    width: 100%;
  }
  .price__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.price__item:not(:nth-child(3n)) .price__box {
  position: relative;
}

.price__item:not(:nth-child(3n)) .price__box::before {
  background: url(../images/arrow.svg) no-repeat center center/23px 45px;
  content: "";
  height: 45px;
  position: absolute;
  width: 23px;
}

@media (min-width: 961px) {
  .price__item:not(:nth-child(3n)) .price__box::before {
    -webkit-transform: translateY(-50%);
    right: -14%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 960px) {
  .price__item:not(:nth-child(3n)) .price__box::before {
    -webkit-transform: rotate(90deg) translateX(-50%);
    bottom: -60px;
    left: 47%;
    transform: rotate(90deg) translateX(-50%);
  }
}

.price__box {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  color: #009900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 120px;
  justify-content: center;
  padding: 30px 2%;
}

@media (min-width: 961px) {
  .price__box {
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .price__box {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    height: auto;
    min-height: 53px;
    padding: 11px 2%;
  }
  .price__box .highlight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffff00));
    background: -webkit-linear-gradient(transparent 60%, #ffff00 0%);
    background: linear-gradient(transparent 60%, #ffff00 0%);
    line-height: 1.2;
  }
}

@media (max-width: 960px) {
  .price__box--adjust::before {
    bottom: -90px !important;
  }
}

@media (min-width: 961px) {
  .price__box--lg {
    font-size: 2.4rem;
  }
}

.price__txt {
  margin-top: 10px;
  text-align: left;
}

.price__desc {
  margin-bottom: 37px;
}

@media (max-width: 960px) {
  .price__desc {
    margin-bottom: 25px;
  }
}

.price__btn {
  margin: 0 auto;
}

.price__btn::before {
  right: 19px;
}

.price__tbl {
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}

@media (max-width: 960px) {
  .price__tbl {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.price__tbl tr:first-child th:first-child {
  border-left: none;
  border-radius: 12px 0 0 0;
}

.price__tbl tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
  border-right: none;
}

.price__tbl .price__tr--colored .price__merge {
  border-radius: 0 0 0 12px;
}

.price__tbl tr td:last-child {
  border-right: none;
}

.price__tbl tr:last-child th,
.price__tbl tr:last-child td {
  border-bottom: none;
}

.price__tbl tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
  border-right: none;
}

.price__tbl th,
.price__tbl td {
  border: 1px solid #e6e6e6;
}

.price__tbl th {
  font-weight: bold;
  vertical-align: middle;
}

@media (min-width: 961px) {
  .price__tbl th {
    white-space: nowrap;
  }
}

@media (max-width: 960px) {
  .price__tbl th {
    font-size: 1.8rem;
  }
}

.price__tbl td {
  padding: 15px 2% 17px;
}

@media (max-width: 960px) {
  .price__tbl td {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 10px 10px 10px 1%;
  }
}

.price__tbl td ul li:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 960px) {
  .price__tbl td ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.price__tbl td ul li::before {
  content: "・";
}

.price__tbl td ul li > p {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media (max-width: 960px) {
  .price__tbl td ul li > p {
    margin-top: 5px;
  }
}

.price__tbl td ul li > span {
  margin-left: 4%;
}

.price__tblttl {
  background: #e5f5e5;
  color: #009900;
  font-weight: bold;
}

.price__tblttl th {
  border-top: none;
  padding-bottom: 18px;
  padding-top: 18px;
}

@media (max-width: 960px) {
  .price__tblttl th {
    min-width: 60px;
    padding: 2px;
  }
}

.price__tblttl th > span {
  font-size: 1.2rem;
}

@media (max-width: 960px) {
  .price__tblttl th > span {
    font-size: 1rem;
  }
}

.price__tblttl th.sm {
  padding-left: 2%;
  padding-right: 2%;
}

@media (min-width: 961px) {
  .price__tblttl th.sm {
    min-width: 92px;
  }
}

@media (max-width: 960px) {
  .price__tblttl th.sm {
    min-width: 80px;
    padding-left: 1%;
    padding-right: 1%;
  }
}

.price__tblttl th.md {
  padding-left: 3%;
  padding-right: 3%;
}

@media (min-width: 961px) {
  .price__tblttl th.md {
    min-width: 92px;
  }
}

@media (max-width: 960px) {
  .price__tblttl th.md {
    min-width: 80px;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.price__tblttl th.lg {
  width: 41%;
}

@media (min-width: 961px) {
  .price__tblttl th.lg {
    padding-left: 15.5%;
    padding-right: 15.5%;
  }
}

@media (max-width: 960px) {
  .price__tblttl th.lg {
    min-width: 325px;
    width: 38%;
  }
}

.price__tblttl th.xl {
  width: 41%;
}

@media (min-width: 961px) {
  .price__tblttl th.xl {
    padding-left: 15.5%;
    padding-right: 15.5%;
  }
}

@media (max-width: 960px) {
  .price__tblttl th.xl {
    min-width: 400px;
    width: 45%;
  }
}

.price__tr--white {
  background: #fff;
}

.price__tr--colored {
  background: #e5f5e5;
}

.price__tr--colored th {
  color: #009900;
}

.price__merge {
  border-left: none !important;
}

/* ==========================================================================
  service
  ========================================================================== */
@media (min-width: 961px) {
  .service {
    padding: 66px 0 104px;
  }
}

@media (max-width: 960px) {
  .service {
    padding-top: 31px;
  }
}

.service .section__ttl {
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .service .section__ttl {
    margin-bottom: 9px;
  }
}

.service__txt {
  margin-bottom: 45px;
}

@media (max-width: 960px) {
  .service__txt {
    margin-bottom: 18px;
  }
}

.service__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .service__wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.service__item {
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 961px) {
  .service__item {
    width: calc(50% - 3% / 2);
  }
  .service__item:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}

@media (max-width: 960px) {
  .service__item {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .service__item:not(:last-child) {
    margin-bottom: 22px;
  }
}

.service__imgs {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 36px 3% 35px;
}

@media (max-width: 960px) {
  .service__imgs {
    border-radius: 7px;
    padding: 17px 7% 14px;
  }
}

.service__upperImg {
  margin-bottom: 14px;
}

@media (max-width: 960px) {
  .service__upperImg {
    margin-bottom: 18px;
  }
}

@media (min-width: 961px) {
  .service__belowImg {
    margin-left: auto;
    width: 65%;
  }
}

@media (max-width: 960px) {
  .service__belowImg {
    margin: 0 -3%;
  }
}

.service__video {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 961px) {
  .service__video {
    margin-left: 3%;
  }
}

@media (max-width: 960px) {
  .service__video {
    border-radius: 7px;
  }
  .service__video::before {
    content: "";
    display: block;
    height: 0;
    padding-top: 58%;
  }
}

.service__video iframe {
  border: 0px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ==========================================================================
  terms
  ========================================================================== */
.terms {
  padding-top: 64px;
}

@media (max-width: 960px) {
  .terms {
    padding: 30px 0 40px;
  }
}

.terms__txt {
  margin-bottom: 44px;
}

@media (max-width: 960px) {
  .terms__txt {
    margin-bottom: 30px;
  }
}

.terms__subttl {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 31px;
}

@media (min-width: 961px) {
  .terms__subttl {
    font-size: 2rem;
    padding: 14px 20px;
  }
}

@media (max-width: 960px) {
  .terms__subttl {
    margin-bottom: 20px;
  }
}

.terms__item {
  letter-spacing: 0;
  line-height: 1.75;
  padding-bottom: 40px;
}

@media (max-width: 960px) {
  .terms__item {
    padding-bottom: 30px;
  }
}

.terms__item > ol {
  counter-reset: count;
}

.terms__item > ol > li {
  padding-left: 22px;
  text-indent: -22px;
}

.terms__item > ol > li::before {
  content: counter(count) ".";
  counter-increment: count;
  margin-right: 8px;
}

.terms__item > ol > li:not(:last-child) {
  margin-bottom: 22px;
}

@media (max-width: 960px) {
  .terms__item > ol > li:not(:last-child) {
    margin-bottom: 14px;
  }
}

.terms__item > ol > li > ol {
  counter-reset: count;
  padding-left: 33px;
  padding-top: 27px;
  text-indent: -33px;
}

@media (max-width: 960px) {
  .terms__item > ol > li > ol {
    padding-left: 21px;
    padding-top: 17px;
    text-indent: -21px;
  }
}

.terms__item > ol > li > ol > li:not(:last-child) {
  margin-bottom: 4px;
}

.terms__item > ol > li > ol > li::before {
  content: "(" counter(count) ") ";
  counter-increment: count;
  margin-right: 8px;
}

@media (max-width: 960px) {
  .terms__item > ol > li > ol > li::before {
    margin-right: 4px;
  }
}

.terms__item > ol > li > ol > li > ol {
  counter-reset: count;
  margin: 22px 0 22px -12px;
  padding-left: 32px;
  text-indent: -32px;
}

@media (max-width: 960px) {
  .terms__item > ol > li > ol > li > ol {
    margin: 14px 0 22px -12px;
    padding-left: 23px;
    text-indent: -23px;
  }
}

.terms__item > ol > li > ol > li > ol > li:not(:last-child) {
  margin-bottom: 4px;
}

.terms__item > ol > li > ol > li > ol > li::before {
  content: "[" counter(count) "] ";
  counter-increment: count;
  margin-right: 8px;
}

@media (max-width: 960px) {
  .terms__item > ol > li > ol > li > ol > li::before {
    margin-right: 4px;
  }
}

.terms__item--adjust > ol {
  margin-top: 29px;
}

@media (max-width: 960px) {
  .terms__item--adjust > ol {
    margin-top: 20px;
  }
}

.terms__item--adjust > ol > li {
  padding-left: 0;
  text-indent: 0;
}

.terms__item--adjust > ol > li::before {
  content: "";
  display: none;
}

.terms__item--adjust > ol > li:not(:last-child) {
  margin-bottom: 25px;
}

@media (max-width: 960px) {
  .terms__item--adjust > ol > li:not(:last-child) {
    margin-bottom: 14px;
  }
}

.terms__item--adjust > ol > li > ol {
  counter-reset: count;
  line-height: 1.75;
  margin: 26px 2% 24px;
  padding-top: 0;
}

@media (max-width: 960px) {
  .terms__item--adjust > ol > li > ol {
    margin: 20px 2% 20px;
  }
}

.terms__item--adjust > ol > li > ol > li::before {
  content: counter(count) ".";
  counter-increment: count;
  margin-right: 8px;
}

.terms__item--adjust2 ol {
  margin: 15px 22px 0;
}

.terms__item--adjust2 ol li:not(:last-child) {
  margin-bottom: 5px;
}

.terms__item--adjust2 ol li::before {
  content: "(" counter(count) ") ";
  counter-increment: count;
  margin-right: 8px;
}

.terms .bold {
  font-weight: bold;
}

.terms__note {
  margin-top: -13px;
  text-align: right;
}

/* ==========================================================================
  trouble
  ========================================================================== */
.trouble {
  background: #e5f5e5;
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .trouble {
    padding: 29px 0 36px;
  }
}

@media (max-width: 960px) {
  .trouble .section__ttl {
    margin-bottom: 16px;
  }
}

.trouble__subttl .highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #f48311));
  background: -webkit-linear-gradient(transparent 60%, #f48311 0);
  background: linear-gradient(transparent 60%, #f48311 0);
}

@media (max-width: 960px) {
  .trouble__subttl .highlight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, transparent), color-stop(0, #f48311));
    background: -webkit-linear-gradient(transparent 63%, #f48311 0);
    background: linear-gradient(transparent 63%, #f48311 0);
  }
}

.trouble__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media (max-width: 960px) {
  .trouble__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

@media (min-width: 961px) {
  .trouble__item {
    width: calc(50% - 5.5% / 2);
  }
  .trouble__item:not(:nth-child(2n)) {
    margin-right: 5.5%;
  }
}

@media (max-width: 960px) {
  .trouble__item {
    width: 100%;
  }
  .trouble__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.trouble__num {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-justify-content: center;
  align-items: center;
  background: #009900;
  border-radius: 12px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 60px;
}

@media (max-width: 960px) {
  .trouble__num {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 960px) {
  .trouble__num {
    border-radius: 6px;
    font-size: 1.4rem;
    height: 30px;
    margin: 0 auto 12px;
    width: 30px;
  }
}

.trouble__head {
  background: #009900;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 14px 1%;
  text-align: center;
}

@media (max-width: 960px) {
  .trouble__head {
    border-radius: 7px 7px 0 0;
    font-size: 1.5rem;
    padding: 4px 1%;
  }
}

.trouble__body {
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 27px 6%;
}

@media (max-width: 960px) {
  .trouble__body {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    padding: 15px 4% 20px;
  }
}

.trouble__txt {
  line-height: 1.75;
}

@media (max-width: 960px) {
  .trouble__txt {
    line-height: 1.8;
  }
}

.trouble__txt:last-of-type {
  margin-top: 20px;
}

.trouble__arrow {
  display: block;
  margin: 39px 0 10px;
}

@media (max-width: 960px) {
  .trouble__arrow {
    margin: 1px 0 6px;
  }
}

@media (min-width: 961px) {
  .trouble__arrow--adjust {
    margin: 10px 0 11px;
  }
}

.trouble__explain {
  color: #009900;
  color: #009900;
  font-size: 1.8rem;
  line-height: 1.75;
}

@media (max-width: 960px) {
  .trouble__explain {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.trouble__explain .highlight::before {
  top: 13px;
}

/* ==========================================================================
  voice
  ========================================================================== */
.voice {
  padding: 66px 0 89px;
}

@media (max-width: 960px) {
  .voice {
    padding: 30px 0 40px;
  }
}

@media (max-width: 960px) {
  .voice .section__ttl {
    margin-bottom: 15px;
  }
}

.voice__list {
  -webkit-box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.1);
  padding: 37px 4%;
}

@media (max-width: 960px) {
  .voice__list {
    -webkit-box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    box-shadow: 0px 2.5px 0 0 rgba(0, 0, 0, 0.1);
    padding: 18px 4%;
  }
}

.voice__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.voice__item:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .voice__item:not(:last-child) {
    margin-bottom: 36px;
  }
}

.voice__item::before {
  background-color: #e8e8e8;
  border-radius: 0.2px;
  bottom: -17px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 960px) {
  .voice__item {
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.voice__img {
  border: solid 1px #e8e8e8;
  margin-right: 3%;
  padding: 5px;
  position: relative;
}

.voice__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}

@media (min-width: 961px) {
  .voice__img {
    width: 27%;
  }
}

@media (max-width: 960px) {
  .voice__img {
    margin: 0 auto 15px;
    padding: 3px;
    width: 145px;
  }
}

.voice__img::before {
  border-color: #009900 transparent transparent transparent;
  border-style: solid;
  border-width: 16px 16px 0 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.voice__img::after {
  border-color: transparent transparent #e8e8e8 transparent;
  border-style: solid;
  border-width: 0 0 16px 16px;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

@media (min-width: 961px) {
  .voice__contents {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

.voice__txt {
  line-height: 1.75;
}

.voice__subttl {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 21px;
}

@media (max-width: 960px) {
  .voice__subttl {
    margin-bottom: 13px;
  }
}

.voice__num {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #009900;
  border-radius: 12px 0 0 12px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}

@media (max-width: 960px) {
  .voice__num {
    border-radius: 7px 0 0 7px;
    font-size: 1.4rem;
    height: 34px;
    width: 34px;
  }
}

.voice__desc {
  -ms-flex: 1 1 0%;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: start;
  -webkit-flex: 1 1 0%;
  -webkit-justify-content: flex-start;
  align-items: center;
  border: solid 2px #e8e8e8;
  border-left: none;
  border-radius: 0 12px 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-start;
  padding: 10px 17px;
}

@media (max-width: 960px) {
  .voice__desc {
    border-radius: 0 7px 7px 0;
    font-size: 1.4rem;
    height: 34px;
    padding: 10px 11px;
  }
}


/**********************************

 c-subHero

***********************************/
.c-subHero {
  margin-top: 100px;
  background-color: #009900;
}

.c-subHero__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.c-subHero__inner__ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.5;
}

@media screen and (max-width:960px){
  .c-subHero {
    margin-top: 55px;
  }

  .c-subHero__inner {
    height: 150px;
  }

  .c-subHero__inner__ttl {
    font-size: 18px;
  }
}


/**********************************

 c-completeSec

***********************************/
.c-completeSec {
  background-color: #fff;
}

.c-completeSec__inner {

}

.c-completeSec__inner__txt01 {
  margin-bottom: 3em;
}

.c-completeSec__inner__back {
  text-align: center;
}

.c-completeSec__inner__back a {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.confirm{
text-align: center;
margin-bottom: 20px;
margin-top: -25px;
color: #090;
font-size: 18px;
}
.conf1{
width:420px;

/*width: 350px;*/
margin-right: 300px;
margin-top: 18px;
}
.conf{
width:420px;
}

@media (max-width: 1380px) {
.conf1{
margin-right: 200px;
}
}
@media (max-width: 1260px) {
.conf1{
margin-right: 150px;
}
}
@media (max-width: 1200px) {
.conf1{
margin-right: 100px;
}
}
@media (max-width: 1100px) {
.conf1{
margin-right: 0px;
}
}

@media (max-width: 960px) {
.confirm{
font-size: 14px;
  }
.conf1{
max-width:400px;
width:300px;
margin-right: 0px;
margin-left: -5px;
}
.conf{
max-width:420px;
}
}
@media (max-width: 480px) {
.conf1{
max-width:100%;
}
}
@media (max-width: 370px) {
.conf1{
font-size:11px;
}
.conf{
max-width:100%;
}
}

.flow__box_1 {
    margin-right: 0;
margin-bottom:50px;
    width: 100%;
}

.non_title{
font-size:20px;
}
.section_1{

    padding: 20px 20px 55px;

}
.menu1 ul{
padding:12px;
}
.non_bottom {
    margin-bottom: 5px !important;
    padding-left:40px;
}
.guidpl{
padding-left:48px;
}


.flow__box_1 ul li {
  position: relative;
}
/*.flow__box_1 ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #111111;
  border-bottom: 2px solid #111111;
  /*border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;*/
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/



.section_list{
padding: 20px 20px 55px;
}
.inner_list {
    margin: 0 auto;
    max-width: calc(980px + 5% * 2);
    padding: 0 5%;
    width: 100%;
}
.navi01{
padding: 10px;
margin: 50px;
background: #009900;
border-radius: 10px;
color:#fff;
}
.guideml{
margin-left:60px;
}
.guide_top{
margin:0 10px;
padding-left:50px;
width:100%;
}
.guide_info{
margin-bottom: 10px;
font-size: 18px;
font-weight:bold
}
.guide_demo{
margin:0 auto;
float: right;
}

@media (max-width: 960px) {
  .inner_list {
    max-width: 550px;
    padding: 0 5px;
  }
.navi01{
margin: 0 15px;
}
.guide_top{
padding-left:0;
}
.guideml{
margin-left:0;
}
.non_bottom {
    padding-left:0;
}
.guidpl{
padding-left:0;
}

.guide_demo{
float: initial;
}

}
/*4月6日追加*/
.menu{
text-align:center;
color:#11111;
}
.under {
border-bottom:solid;
border-color:#11111;
border-width:3px;
}
/*下段メニュー*/
.div_menu {
  text-align: center;
  margin: 10px;
  padding: 5px 0 0 0;
 }
.div_menu_1 {
    text-align: center;
    padding: 5px 0 0 0;
    background-color: #f56611;
    font-weight: bold;
    height: 65px;
    color: #fff;
    margin-left: -163px;
    width: 280px;
    margin-top: 20px;
box-shadow: 0px -10px #e5f5e5;
 }
.div_menu_1:hover{
    background: #f79d42;
}

.slash{
font-family: Arial;
font-size:12px
}
.slash_in{
font-size:12px
}

.foot_hr{
margin:0 auto;
width:80%;
}

@media screen and (max-width: 1080px) {
.div_menu_1 {
    text-align: center;
    padding: 5px 0 0 0;
    background-color: #f56611;
    font-weight: bold;
    height: 65px;
 }
.slash{
font-size:10px
}
.slash_in{
font-size:10px
}


}

@media screen and (max-width: 520px) {
/*.slash{
display:none;
}
.slash_in{
display:none;
}*/
.div_menu_1 {
    padding: 8px 0 0 0;
}
}

@media screen and (max-width: 420px) {
.div_menu_1 {
    width: 240px;
    margin-left: -82%;
}
}

@media screen and (max-width: 380px) {
.div_menu_1 {
    margin-left: -90%;
}
}

@media screen and (max-width: 360px) {
.div_menu_1 {
    margin-left: -100%;
}
}

@media screen and (max-width: 320px){
.div_menu_1 {
    margin-left: -94%;
}
}

.parent {
  
  margin: 0 auto;
  /*max-width: calc(900px + 5% * 2);*/
  max-width:1400px;
  padding: 0 5%;
  width: 100%;
 }

.parent_in{
  margin: 0 auto;
  display: flex;
 }

.child {
  /*width : calc(100% / 3) ;*/
min-width :280px;
  background-color: #f56611;
  font-weight: bold;
  height: 65px;
color:#fff;
 }


.child:hover{
    background: #f79d42;
}

.div_menu a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media screen and (max-width: 800px) {
.parent {
  margin: 0 auto;
  max-width: calc(600px + 5% * 2);
  padding: initial;
  width: initial;
 }
}

@media screen and (max-width: 960px) {
.parent_in {
  display: block;
}

.under {
border-bottom:initial;
}
.child {
    width: 280px;
    margin: 10px auto;
}
.pc{
display:none;
}
.under {
    font-size: 14px;
}
}

@media screen and (max-width: 960px) {

}
@media screen and (min-width: 960px) {
.sp{
display:none;
}
}