@charset "UTF-8";
/* ===============================
  Breakpoint
=============================== */
/* ===============================
  Color
=============================== */
/* ===============================
  Base
=============================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2f2a25;
}

/* ===============================
  Reset（最低限）
=============================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

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

/* ===============================
  Mixin
=============================== */
/* 明朝フォント */
/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
.clearfix::after, .table-styleA dl::after,
.table-styleB dl::after {
  content: "";
  display: block;
  clear: both;
}

/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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;
}

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;
  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;
}

input,
select {
  vertical-align: middle;
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
html {
  font-size: 62.5%;
}

body {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-break: normal;
  line-break: normal;
  line-height: 1.8;
  font-weight: 300;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  color: #2f2a25;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body ul li {
  list-style-type: none;
}
body a span:hover,
body a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

.container,
.container-s,
.container-xs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .container-s {
    width: 700px;
  }
  .container-xs {
    width: 680px;
  }
}
@media (min-width: 987px) {
  .container,
  .inner-container {
    width: 930px;
  }
  .container-s {
    width: 930px;
  }
  .container-xs {
    width: 880px;
  }
}
@media (min-width: 1220px) {
  .container,
  .inner-container {
    max-width: 1000px;
  }
  .container-s {
    width: 1000px;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

.xlg-br {
  display: none;
}
@media (min-width: 1500px) {
  .xlg-br {
    display: block;
  }
}

@media (min-width: 1500px) {
  .br-xlg {
    display: none;
  }
}

/*margin 0 auto */
.block-center {
  display: block;
  margin: 0 auto;
}

/*center*/
.center {
  text-align: center;
}

.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
OP
//////////////////////////////////　*/
@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*　////////////////////////////////
テキストselection
//////////////////////////////////　*/
::-moz-selection {
  background: #0d2b5b;
  color: #fff;
}
::selection {
  background: #0d2b5b;
  color: #fff;
}

/*　////////////////////////////////
a
//////////////////////////////////　*/
a:hover,
a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #3e3a39;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////
pagetop
//////////////////////////////////　*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop a {
  background: #0d2b5b;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
}
.pagetop a:before, .pagetop a:after {
  position: absolute;
  content: "";
  top: 10px;
  width: 1px;
  height: 40px;
  background: #fff;
}
.pagetop a:before {
  left: 34%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.pagetop a:after {
  left: 66%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/*　////////////////////////////////
YouTube動画スタイル
//////////////////////////////////　*/
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　////////////////////////////////
背景色
//////////////////////////////////　*/
.bg-gray {
  background: #f2f2f0;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .bg-gray {
    padding: 80px 0;
  }
}

/*　////////////////////////////////
table
//////////////////////////////////　*/
.table-styleA,
.table-styleB {
  border-bottom: 1px solid #d7d7d7;
}
.table-styleA dl,
.table-styleA dt,
.table-styleA dd,
.table-styleB dl,
.table-styleB dt,
.table-styleB dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-styleA dl dt,
.table-styleA dl dd,
.table-styleB dl dt,
.table-styleB dl dd {
  border-top: 1px solid #d7d7d7;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleA dl dt,
  .table-styleA dl dd,
  .table-styleB dl dt,
  .table-styleB dl dd {
    font-size: 1.6rem;
  }
}
.table-styleA dl dt,
.table-styleB dl dt {
  width: 100%;
  float: none;
  padding: 10px 0;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .table-styleA dl dt,
  .table-styleB dl dt {
    text-align: left;
    width: 230px;
    float: left;
    padding: 20px 0 0 20px;
  }
}
.table-styleA dl dd,
.table-styleB dl dd {
  margin-left: 0;
  padding: 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd,
  .table-styleB dl dd {
    margin-left: 230px;
    padding: 20px 0 20px 20px;
  }
}
.table-styleA dl dd:after,
.table-styleB dl dd:after {
  content: "";
  display: block;
  clear: both;
}

body {
  color: #2f2a25;
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: bold;
}

.all-wrapper .header .site-title {
  text-align: center;
  background: #0d2b5b;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.6;
  padding: 15px 0;
  border-bottom: #b32025 6px solid;
}
.all-wrapper #top > #head-menu,
.all-wrapper #top > .pagetop {
  display: none;
}
.all-wrapper #top > .footer {
  padding: 0;
}
.all-wrapper #top > .footer .copyright {
  margin: 0;
  padding: 14px 15px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  background: #0d2b5b;
}
.all-wrapper #top .container,
.all-wrapper #top .container-narrow {
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all-wrapper #top .container {
  max-width: 1120px;
}
.all-wrapper #top .container-narrow {
  max-width: 760px;
}
.all-wrapper #top .montoro-fv-topline {
  background: #0d2b5b;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  padding: 10px;
  border-top: 1px solid #0d2b5b;
  border-bottom: 6px solid #b32025;
  letter-spacing: 0.04em;
}
.all-wrapper #top .montoro-fv-main {
  background: #fcfbe6;
  padding: 42px 0 40px;
}
.all-wrapper #top .montoro-fv-inner {
  display: block;
}
.all-wrapper #top .montoro-fv-content,
.all-wrapper #top .montoro-fv-image {
  width: 100%;
}
.all-wrapper #top .montoro-fv-content {
  margin-bottom: 28px;
  text-align: center;
}
.all-wrapper #top .montoro-fv-copy {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 2.1rem;
  line-height: 1.85;
  color: #0d2b5b;
  margin-bottom: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .all-wrapper #top .montoro-fv-copy {
    font-size: 2.4rem;
  }
}
.all-wrapper #top .montoro-fv-logo {
  width: 100%;
  margin: 0 auto 22px;
}
.all-wrapper #top .montoro-fv-logo img {
  width: 100%;
  min-width: 180px;
  height: auto;
  display: block;
}
.all-wrapper #top .montoro-fv-tel {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.all-wrapper #top .montoro-fv-tel a {
  color: #b32025;
  text-decoration: none;
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 800;
}
@media (min-width: 768px) {
  .all-wrapper #top .montoro-fv-tel a {
    font-size: 4.4rem;
  }
}
.all-wrapper #top .montoro-fv-image img {
  width: 100%;
  min-width: 220px;
  height: auto;
  display: block;
}
.all-wrapper #top .montoro-message {
  padding: 40px 0 34px;
  text-align: center;
}
.all-wrapper #top .montoro-message-title {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2d2a28;
}
.all-wrapper #top .montoro-message-badge {
  display: block;
  background: #0d2b5b;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 14px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.all-wrapper #top .montoro-message-points {
  list-style: none;
  padding: 0;
  margin: 0;
}
.all-wrapper #top .montoro-message-points li {
  color: #b32025;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
}
.all-wrapper #top .montoro-support {
  padding: 0 0 44px;
}
.all-wrapper #top .montoro-info-block {
  border-top: 1px solid #a9afb4;
  padding: 20px 0 18px;
}
.all-wrapper #top .montoro-info-block:last-child {
  border-bottom: 1px solid #a9afb4;
}
.all-wrapper #top .montoro-info-block h3 {
  color: #b32025;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.all-wrapper #top .montoro-info-block ul {
  margin: 0;
}
.all-wrapper #top .montoro-info-block li {
  font-size: 1.45rem;
  line-height: 1.9;
  color: #35312f;
}
.all-wrapper #top .montoro-price {
  background: #ececec;
  padding: 46px 0 60px;
}
.all-wrapper #top .montoro-section-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 24px;
  color: #2d2a28;
}
.all-wrapper #top .montoro-price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.all-wrapper #top .montoro-price-table tr,
.all-wrapper #top .montoro-price-table tbody,
.all-wrapper #top .montoro-price-table thead {
  display: block;
}
.all-wrapper #top .montoro-price-table tr {
  margin-bottom: 12px;
}
.all-wrapper #top .montoro-price-table th,
.all-wrapper #top .montoro-price-table td {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding: 12px 14px;
  font-size: 1.45rem;
  line-height: 1.8;
  text-align: left;
  background: #fff;
}
.all-wrapper #top .montoro-price-table th {
  background: #0d2b5b;
  color: #fff;
  font-weight: 500;
  border-bottom: 0;
}
.all-wrapper #top .montoro-contact {
  text-align: center;
  padding: 54px 0 60px;
}
.all-wrapper #top .montoro-contact-logo {
  width: 136px;
  margin: 0 auto 18px;
}
.all-wrapper #top .montoro-contact-logo img {
  width: 100%;
  min-width: 100px;
  height: auto;
  display: block;
}
.all-wrapper #top .montoro-contact-address {
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #2f2a25;
  margin-bottom: 14px;
}
.all-wrapper #top .montoro-contact-tel {
  margin-bottom: 24px;
}
.all-wrapper #top .montoro-contact-tel a {
  color: #b32025;
  text-decoration: none;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 700;
}
.all-wrapper #top .montoro-contact-note {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #0d2b5b;
  font-weight: bold;
}
@media (min-width: 480px) {
  .all-wrapper #top .container,
  .all-wrapper #top .container-narrow {
    padding: 0 24px;
  }
  .all-wrapper #top .montoro-fv-topline {
    font-size: 1.3rem;
    padding: 14px 12px;
  }
  .all-wrapper #top .montoro-fv-logo {
    width: 72%;
  }
  .all-wrapper #top .montoro-message-badge {
    display: inline-block;
    padding: 14px 28px;
  }
}
@media (min-width: 768px) {
  .all-wrapper #top .montoro-fv-main {
    padding: 52px 0 48px;
  }
  .all-wrapper #top .montoro-fv-logo {
    width: 64%;
  }
  .all-wrapper #top .montoro-message {
    padding: 56px 0 48px;
  }
  .all-wrapper #top .montoro-message-title {
    font-size: 2.1rem;
    margin-bottom: 26px;
  }
  .all-wrapper #top .montoro-message-badge {
    font-size: 2rem;
    padding: 16px 34px;
    margin-bottom: 38px;
  }
  .all-wrapper #top .montoro-message-points li {
    font-size: 2.3rem;
    line-height: 1.9;
    line-height: 1.4;
  }
  .all-wrapper #top .montoro-support {
    padding-bottom: 56px;
  }
  .all-wrapper #top .montoro-info-block {
    padding: 24px 0 22px;
  }
  .all-wrapper #top .montoro-info-block h3 {
    font-size: 2rem;
  }
  .all-wrapper #top .montoro-info-block li {
    font-size: 1.6rem;
    line-height: 2;
  }
  .all-wrapper #top .montoro-price {
    padding: 56px 0 76px;
  }
  .all-wrapper #top .montoro-section-title {
    font-size: 2.4rem;
    margin-bottom: 34px;
  }
  .all-wrapper #top .montoro-price-table tr,
  .all-wrapper #top .montoro-price-table tbody,
  .all-wrapper #top .montoro-price-table thead {
    display: table-row-group;
  }
  .all-wrapper #top .montoro-price-table tr {
    display: table-row;
    margin-bottom: 0;
  }
  .all-wrapper #top .montoro-price-table th,
  .all-wrapper #top .montoro-price-table td {
    display: table-cell;
    width: auto;
    font-size: 1.6rem;
    padding: 16px 22px;
    line-height: 1.6;
  }
  .all-wrapper #top .montoro-price-table th {
    width: 38%;
    border-bottom: 1px solid #d7d7d7;
  }
  .all-wrapper #top .montoro-contact {
    padding: 72px 0 80px;
  }
  .all-wrapper #top .montoro-contact-logo {
    width: 180px;
    margin-bottom: 24px;
  }
  .all-wrapper #top .montoro-contact-address {
    font-size: 1.7rem;
  }
  .all-wrapper #top .montoro-contact-tel {
    margin-bottom: 36px;
  }
  .all-wrapper #top .montoro-contact-tel a {
    font-size: 2.5rem;
  }
  .all-wrapper #top .montoro-contact-note {
    font-size: 2rem;
    line-height: 2;
  }
}
@media (min-width: 987px) {
  .all-wrapper #top .montoro-fv-main {
    padding: 64px 0 58px;
  }
  .all-wrapper #top .montoro-fv-inner {
    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;
    gap: 32px;
  }
  .all-wrapper #top .montoro-fv-content {
    width: 46%;
    margin-bottom: 0;
    text-align: left;
  }
  .all-wrapper #top .montoro-fv-image {
    width: 50%;
  }
  .all-wrapper #top .montoro-fv-logo {
    width: 100%;
    margin: 0 0 30px;
  }
  .all-wrapper #top .montoro-fv-tel {
    text-align: left;
  }
  .all-wrapper #top .montoro-support {
    padding-bottom: 64px;
  }
}
@media (min-width: 1220px) {
  .all-wrapper #top .montoro-contact {
    padding: 80px 0 90px;
  }
}