@charset "UTF-8";
@font-face {
  font-family: "KozukaGothicPr6N_EL";
  src: url("../font/KozukaGothicPr6N-EL.woff") format("woff");
}
@font-face {
  font-family: "KozukaGothicPr6N_R";
  src: url("../font/KozukaGothicPr6N-R.woff") format("woff");
}
@font-face {
  font-family: "KozukaGothicPr6N_M";
  src: url("../font/KozukaGothicPr6N-M.woff") format("woff");
}
@font-face {
  font-family: "KozukaGothicPr6N_B";
  src: url("../font/KozukaGothicPr6N-B.woff") format("woff");
}
@font-face {
  font-family: "KozukaGothicPr6N_H";
  src: url("../font/KozukaGothicPr6N-H.woff") format("woff");
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 新規追加要素をブロック要素化 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* ulのマーカー非表示 */
ol, ul {
  list-style: none;
}

/* 引用符の非表示 */
blockquote, q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
a:hover, a:active {
  text-decoration: none;
  /* opacity: 0.75; */
  /* filter: alpha(opacity=75); */
  filter: brightness(115%);
}
a:hover .thumb img, a:active .thumb img {
  transition: all 0.3s;
  transform: scale(1.1);
}

a,
a * {
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* 追加 */
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.xl_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1656px;
  box-sizing: border-box;
}
@media screen and (max-width: 1656px) {
  .xl_contain {
    padding: 0 1.4rem;
  }
}

.lg_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1329px;
  box-sizing: border-box;
}
@media screen and (max-width: 1329px) {
  .lg_contain {
    padding: 0 1.4rem;
  }
}

.md_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 768px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .md_contain {
    padding: 0 1.4rem;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* 表示切り替え */
.sp_on,
.tb_on {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* LAZYLOAD SETTINGS */
.blurUp {
  filter: blur(8px);
  transition: filter 400ms;
}
.blurUp.lazyloaded {
  filter: blur(0);
}

span.anchor::before {
  content: "";
  display: block;
  height: 11rem;
  margin-top: -11rem;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  span.anchor::before {
    height: 5.5rem;
    margin-top: -5.5rem;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*--------------------------------------------------------------
    # メインコンテンツ
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.5;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-y: scroll;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.4vw;
    line-height: 1.7;
  }
}
html body {
  font-family: KozukaGothicPr6N_R, "メイリオ", sans-serif;
  font-weight: 400;
  --global--color-primary: #000;
  --heading--font-family: KozukaGothicPr6N_R;
  --list--font-family: KozukaGothicPr6N_R;
  --form--font-family: KozukaGothicPr6N_R;
  --button--font-family: KozukaGothicPr6N_R;
  --entry-content--font-family: KozukaGothicPr6N_R;
  --entry-author-bio--font-family: KozukaGothicPr6N_R;
  --branding--title--font-family: KozukaGothicPr6N_R;
  --branding--description--font-family: KozukaGothicPr6N_R;
  --primary-nav--font-family: KozukaGothicPr6N_R;
  --pagination--font-family: KozukaGothicPr6N_R;
  --footer--font-family: KozukaGothicPr6N_R;
  --pullquote--font-family: KozukaGothicPr6N_R;
  --quote--font-family: KozukaGothicPr6N_R;
  color: #000;
}
html body #wrapper {
  position: relative;
  overflow: hidden;
}
html body #wrapper main {
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  html body #wrapper main {
    padding-top: 5.5rem;
  }
}
.thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.thumb img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.inview {
  opacity: 0;
  transform: translate(0, 7%);
  transition: all 0.9s;
}
.inview.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*--------------------------------------------------------------
# pageTop
--------------------------------------------------------------*/
.sect_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ds {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .ds {
    font-size: 1.57rem;
    line-height: 1.55;
  }
}

.pgtop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .pgtop img {
    width: 3.2rem;
  }
}
.pgtop.show {
  opacity: 1;
  visibility: visible;
}
.pgtop:hover {
  transform: translateY(-3px);
  filter: brightness(100%);
}

.tc_blue {
  color: #002286;
}

.tc_wblue {
  color: #497ee8;
}

.tc_wgrey {
  color: #fffef7;
}

.tc_red {
  color: #e70000;
}

.tc_white {
  color: #fff;
}

.tc_yellow {
  color: #f4e354;
}

.tc_orange {
  color: #ff7800;
}

@keyframes blink {
  0% {
    border-color: transparent;
  }
  100% {
    border-color: #fd8200;
  }
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none transparent;
  padding-left: 1rem;
  background: url(../image/mv_form_select_arr.png) 95% center no-repeat, #fff;
  box-shadow: inset 4px 4px 0 0 #f2f2f2;
  border: solid #b3b3b3 1px;
  border-radius: 6px;
  height: 5.5rem;
  width: 100%;
  padding-left: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  select {
    height: 5.8rem;
    border-radius: 0.8rem;
    padding-left: 1.3rem;
    font-size: 1.65rem;
    background: url(../image/mv_form_select_arr_sp.png) 96% center/1.7rem no-repeat;
  }
}
select:required:invalid {
  color: #666;
}
select option {
  color: initial;
}
select.blink {
  border: solid #fd8200 3px;
  animation: blink 0.5s linear infinite alternate;
}
select:focus {
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=fax],
input[type=zip],
input[type=addr] {
  box-shadow: inset 4px 4px 0 0 #f2f2f2;
  border: solid #b3b3b3 1px;
  border-radius: 6px;
  width: 100%;
  height: 5.5rem;
  padding-left: 1rem;
  font-size: 1.8rem;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=fax]::-moz-placeholder, input[type=zip]::-moz-placeholder, input[type=addr]::-moz-placeholder {
  color: #666;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=fax]::placeholder,
input[type=zip]::placeholder,
input[type=addr]::placeholder {
  color: #666;
}
input[type=text].blink,
input[type=email].blink,
input[type=tel].blink,
input[type=fax].blink,
input[type=zip].blink,
input[type=addr].blink {
  border: solid #fd8200 3px;
  animation: blink 0.5s linear infinite alternate;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=fax]:focus,
input[type=zip]:focus,
input[type=addr]:focus {
  outline: none;
}

textarea {
  box-shadow: inset 2px 2px 0 0 #e6e6e6;
  border: solid #999999 1px;
  border-radius: 6px;
  width: 100%;
  height: 23.5rem;
  padding: 1rem 1rem;
  font-size: 1.6rem;
}
textarea::-moz-placeholder {
  color: #666;
}
textarea::placeholder {
  color: #666;
}

.ct_form {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.ct_form .mail_ct {
  background: #fff;
  padding: 2.3rem 1.8rem 0;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct {
    padding: 2.2rem 2.2rem 0;
  }
}
.ct_form .mail_ct .ttl_line {
  margin-bottom: 1rem;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct .ttl_line {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct .ttl_line img {
    width: 6.8rem;
  }
}
.ct_form .mail_ct .ttl_line .ttb {
  margin-left: 0.5rem;
  text-align: center;
}
.ct_form .mail_ct .ttl_line .tx01 {
  font-family: KozukaGothicPr6N_B;
  font-size: 2.48rem;
  line-height: 1;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct .ttl_line .tx01 {
    margin-bottom: 0.5rem;
    font-size: 2.4rem;
  }
}
.ct_form .mail_ct .ttl_line .tx02 {
  font-family: KozukaGothicPr6N_H;
  font-size: 3.85rem;
  line-height: 1;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct .ttl_line .tx02 {
    font-size: 3.74rem;
  }
}
.ct_form .mail_ct p.tc_wblue {
  font-family: KozukaGothicPr6N_B;
  font-size: 2.27rem;
  line-height: 1;
  letter-spacing: -1.4px;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct p.tc_wblue {
    font-size: 2.2rem;
  }
}
.ct_form .mail_ct dl {
  margin-top: 3rem;
  width: 100%;
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl {
    padding-bottom: 1.9rem;
  }
}
.ct_form .mail_ct dl dt {
  width: 100%;
  font-family: KozukaGothicPr6N_M;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl dt {
    font-size: 1.7rem;
  }
}
.ct_form .mail_ct dl dt span {
  margin-left: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl dt span {
    font-size: 1.2rem;
  }
}
.ct_form .mail_ct dl dd {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl dd {
    margin-top: 1.1rem;
    margin-bottom: 1.7rem;
  }
}
.ct_form .mail_ct dl dd:last-of-type {
  margin-bottom: 0;
}
.ct_form .mail_ct .alert {
  display: none;
  padding: 0 0 2rem 0;
  font-family: KozukaGothicPr6N_M;
  font-size: 2rem;
  line-height: 1;
  color: #fe1a3f;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct .alert {
    padding: 0 0 3.4rem 0;
    font-size: 2rem;
  }
}
.ct_form .mail_ct .alert.sub {
  padding: 0 0 1rem 0;
}
.ct_form .mail_ct .alert.show {
  display: block;
}
.ct_form .submit_btn {
  position: relative;
  width: 100%;
  height: 9.9rem;
  background: url(../image/contact_btn.png) center center/cover no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .ct_form .submit_btn {
    height: 7.8rem;
    background: url(../image/contact_btn_sp.png) center center/cover no-repeat;
  }
}
.ct_form .submit_btn2 {
  position: relative;
  max-width: 77.7rem;
  width: 100%;
  height: 15.3rem;
  background: url(../image/contact_btn_sub.png) center center/contain no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .ct_form .submit_btn2 {
    height: 13.8rem;
    background: url(../image/contact_btn_sub_sp.png) center center/contain no-repeat;
  }
}
.ct_form.mpg {
  max-width: 60.6rem;
  margin: auto;
}
.ct_form.mpg .mail_ct {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg .mail_ct {
    padding: 1.5rem 0 1rem;
  }
  .ct_form.mpg .mail_ct .ds {
    line-height: 1.7;
  }
}
.ct_form.mpg dl {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg dl {
    margin-top: 1.4rem;
  }
}
.ct_form.mpg dl dt {
  width: 22rem;
  line-height: 3.3;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg dl dt {
    width: 100%;
    line-height: 2.2;
  }
}
.ct_form.mpg dl dt span {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg dl dt span {
    margin-left: 0;
  }
}
.ct_form.mpg dl dd {
  width: calc(100% - 22rem);
  margin-bottom: 3.3rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg dl dd {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .ct_form.mpg dl dd input {
    height: 5.7rem;
    padding-left: 1.5rem;
    font-size: 1.65rem;
  }
  .ct_form.mpg dl dd textarea {
    padding: 1.8rem 1.5rem;
    font-size: 1.65rem;
    line-height: 1.2;
    height: 18rem;
  }
}
.ct_form.mpg .alert {
  padding: 0 0 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg .alert {
    padding: 0 0 2rem 0;
  }
}
.ct_form.mpg .go_home {
  margin: 3rem auto 0;
  padding: 1rem 5rem 1.5rem;
  border-radius: 5rem;
  background: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  display: table;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg .go_home {
    margin-bottom: 2rem;
  }
}
.ct_form.mpg .go_home:hover {
  background: rgba(255, 120, 0, 0.1843137255);
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1215686275));
}

header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
header .header_nav {
  position: relative;
  transition: all 0.7s;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  header .header_nav {
    width: 100%;
    height: 5.5rem;
    margin-left: 0;
    padding: 0 1.4rem;
  }
}
@media screen and (max-width: 1040px) {
  header .header_nav .logo {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  header .header_nav .logo img {
    width: 13.8rem;
  }
}
@media screen and (max-width: 768px) {
  header .header_nav a.tel_link img {
    width: 5.8rem;
  }
}
header .header_nav a.tel_link .tic {
  margin-left: 0.8rem;
  padding-bottom: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .header_nav a.tel_link .tic {
    margin-left: 0.3rem;
    padding-bottom: 0.2rem;
  }
}
header .header_nav a.tel_link .tic p {
  color: #002286;
}
header .header_nav a.tel_link .tic p:first-of-type {
  padding-bottom: 1rem;
  font-family: KozukaGothicPr6N_B;
  font-size: 4.7rem;
  line-height: 0.8;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  header .header_nav a.tel_link .tic p:first-of-type {
    padding-bottom: 0.6rem;
    font-size: 2.65rem;
  }
}
header .header_nav a.tel_link .tic p:last-of-type {
  font-size: 1.7rem;
  line-height: 0.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  header .header_nav a.tel_link .tic p:last-of-type {
    padding-bottom: 0rem;
    font-size: 0.95rem;
  }
}
header .navToggle {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header .navToggle {
    display: inline-block;
    background: #298cdb;
    width: 5.5rem;
    height: 5.5rem;
    padding: 1.4rem 1.1rem;
    cursor: pointer;
    z-index: 10010;
  }
  header .navToggle div {
    position: relative;
  }
  header .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    transition: 0.35s ease-in-out;
  }
  header .navToggle span:nth-child(1) {
    top: 0;
  }
  header .navToggle span:nth-child(2) {
    top: 1.2rem;
  }
  header .navToggle span:nth-child(3) {
    top: 2.4rem;
  }
  header .navToggle p {
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    color: #59cadc;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 1rem;
  }
}
header nav.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav.sp-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100vh - 5.5rem);
    overflow-y: scroll;
    top: 5.5rem;
    left: 0;
    background: #eef6fd;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    padding: 0 2.5rem 5rem;
  }
  header nav.sp-nav a {
    display: block;
  }
  header nav.sp-nav a* {
    transition: 0s;
  }
  header nav.sp-nav ul.l_menu {
    display: block;
    padding: 0 0 0;
    margin-top: 1.7rem;
  }
  header nav.sp-nav ul.l_menu li.menu-li {
    position: relative;
  }
  header nav.sp-nav ul.l_menu li.menu-li a {
    position: relative;
  }
  header nav.sp-nav ul.l_menu li.menu-li > a {
    display: flex;
    align-items: center;
    padding: 1.85rem 0;
  }
  header nav.sp-nav ul.l_menu li.menu-li span {
    padding: 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.15;
    letter-spacing: 1px;
  }
  header nav.sp-nav ul.l_menu li.menu-li img {
    margin-left: 0.5rem;
    width: 1.9rem;
  }
  header nav.sp-nav ul.l_menu li.menu-li:last-of-type a span {
    padding-right: 2rem;
    background: url(../image/ico_sp_olink.webp) right 60%/1.6rem no-repeat;
  }
  header nav.sp-nav a.entry_link {
    display: flex;
    width: 100%;
    margin-top: 1rem;
  }
}
header.over {
  filter: drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.1843137255));
}
header.over .header_nav {
  transition: all 0.7s;
}
header.open nav.sp-nav {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s;
}
header.open .navToggle span:nth-child(1) {
  top: 1.2rem;
  transform: rotate(315deg);
}
header.open .navToggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
header.open .navToggle span:nth-child(3) {
  top: 1.2rem;
  transform: rotate(-315deg);
}

footer {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 0rem;
  }
}
footer .lg_contain {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  footer .lg_contain {
    padding-top: 0.8rem;
    padding-bottom: 1.5rem;
    justify-content: center;
  }
}
footer .lg_contain .addr {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  footer .lg_contain .addr {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
    # メインコンテンツ - main contents
--------------------------------------------------------------*/
main {
  position: relative;
}
main section {
  position: relative;
  width: 100%;
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  # contact.html
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
main section.hero {
  background: url(../image/mv_bg.jpg) bottom center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  main section.hero {
    background: url(../image/mv_bg_sp.jpg) top center/contain no-repeat, #002286;
  }
}
main section.hero .lg_contain {
  position: relative;
  z-index: 1001;
  padding-top: 5rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain {
    padding-top: 2.8rem;
    padding-bottom: 7.5rem;
  }
}
main section.hero .lg_contain .figures {
  flex: inherit;
}
@media screen and (max-width: 1070px) {
  main section.hero .lg_contain .figures {
    width: calc(100% - 40rem);
  }
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .figures {
    order: 1;
    width: 100%;
  }
}
main section.hero .lg_contain .figures .at01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .figures .at01 {
    width: 72%;
  }
}
main section.hero .lg_contain .figures .at01::after {
  position: absolute;
  content: "※1";
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  right: 0;
  top: -0.5rem;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .figures .at01::after {
    font-size: 1rem;
  }
}
main section.hero .lg_contain .figures .at02 {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .figures .at02 {
    margin-top: 2.5rem;
  }
}
main section.hero .lg_contain .figures .at03 {
  margin-top: 3rem;
}
@media screen and (max-width: 900px) {
  main section.hero .lg_contain .figures .at03 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .figures .at03 {
    margin-top: 1.5rem;
    transform: translateX(0);
  }
}
main section.hero .lg_contain .ct_form {
  width: 38.4rem;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .ct_form {
    order: 3;
    margin-top: 1.9rem;
    width: 100%;
  }
}
main section.hero .lg_contain .tagline {
  width: 100%;
  margin-top: 3.7rem;
  font-family: KozukaGothicPr6N_R;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.7px;
  color: #fffef7;
  text-shadow: 3px 0 #000a5e, -3px 0 #000a5e, 0 0 3px #000a5e;
  filter: drop-shadow(0 0 3px #000a5e);
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .tagline {
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    order: 2;
    margin: 1rem auto 0;
    font-size: 1.1rem;
    line-height: 1.45;
  }
}
main section.reason .lg_contain {
  padding-top: 12rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  main section.reason .lg_contain {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
main section.reason .lg_contain h3.sect_ttl p.st {
  font-family: KozukaGothicPr6N_B;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.reason .lg_contain h3.sect_ttl p.st {
    font-size: 2.9rem;
  }
}
main section.reason .lg_contain h3.sect_ttl p.lt {
  font-family: KozukaGothicPr6N_B;
  font-size: 10rem;
  line-height: 1.3;
}
@media screen and (max-width: 1160px) {
  main section.reason .lg_contain h3.sect_ttl p.lt {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.reason .lg_contain h3.sect_ttl p.lt {
    font-size: 8rem;
  }
}
@media screen and (max-width: 930px) {
  main section.reason .lg_contain h3.sect_ttl p.lt {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.reason .lg_contain h3.sect_ttl p.lt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.reason .lg_contain h3.sect_ttl p.lt {
    font-size: 4.85rem;
  }
}
main section.reason .lg_contain .reason_grid {
  margin-top: 10.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section.reason .lg_contain .reason_grid {
    margin-top: 3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 6rem;
  }
}
main section.reason .lg_contain .reason_grid li {
  width: 31%;
  position: relative;
  background: #27abe1;
  padding: 2.6rem 0.5rem 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  main section.reason .lg_contain .reason_grid li {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.reason .lg_contain .reason_grid li {
    width: 100%;
    padding: 1.9rem 1rem 2.2rem;
  }
}
main section.reason .lg_contain .reason_grid li:before, main section.reason .lg_contain .reason_grid li:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 2.5rem;
  width: 47%;
  top: 80%;
  background: rgba(119, 119, 119, 0.6235294118);
  box-shadow: 0 3rem 1rem rgba(119, 119, 119, 0.6235294118);
}
main section.reason .lg_contain .reason_grid li:before {
  transform: rotate(-4deg);
  left: 1rem;
}
main section.reason .lg_contain .reason_grid li:after {
  transform: rotate(4deg);
  right: 1rem;
}
main section.reason .lg_contain .reason_grid li .lbl {
  font-family: KozukaGothicPr6N_B;
  font-size: 4.4rem;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.4352941176));
}
@media screen and (max-width: 1300px) {
  main section.reason .lg_contain .reason_grid li .lbl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1150px) {
  main section.reason .lg_contain .reason_grid li .lbl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  main section.reason .lg_contain .reason_grid li .lbl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.reason .lg_contain .reason_grid li .lbl {
    font-size: 3.2rem;
  }
}
main section.reason .lg_contain .reason_grid li .fig {
  width: 100%;
  margin: 1.5rem 0;
  aspect-ratio: 1/0.57;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  main section.reason .lg_contain .reason_grid li .fig {
    aspect-ratio: 1/0.7;
  }
}
@media screen and (max-width: 768px) {
  main section.reason .lg_contain .reason_grid li .fig {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    display: block;
    max-width: 15rem;
    width: unset;
    aspect-ratio: 1/0.85;
  }
}
main section.reason .lg_contain .reason_grid li .fig img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
}
main section.reason .lg_contain .reason_grid li .ct {
  background: #fff;
  margin: 0 2.2rem;
  padding: 1.2rem 1.7rem;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.9px;
  filter: drop-shadow(0.3rem 0.3rem 0.1rem rgba(0, 0, 0, 0.5607843137));
}
@media screen and (max-width: 1150px) {
  main section.reason .lg_contain .reason_grid li .ct {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.reason .lg_contain .reason_grid li .ct {
    background: #fff;
    margin: 0 1.5rem;
    padding: 1.2rem 1.6rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
}
main section.lead_price .lg_contain {
  padding-top: 8.5rem;
  padding-bottom: 15.5rem;
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain {
    padding-top: 4rem;
    padding-bottom: 6.5rem;
  }
}
main section.lead_price .lg_contain h3.sect_ttl p.lt {
  font-family: KozukaGothicPr6N_B;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 1160px) {
  main section.lead_price .lg_contain h3.sect_ttl p.lt {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.lead_price .lg_contain h3.sect_ttl p.lt {
    font-size: 8rem;
  }
}
@media screen and (max-width: 930px) {
  main section.lead_price .lg_contain h3.sect_ttl p.lt {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.lead_price .lg_contain h3.sect_ttl p.lt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain h3.sect_ttl p.lt {
    font-size: 3.5rem;
  }
}
main section.lead_price .lg_contain .dsc {
  margin-top: 4.5rem;
  font-family: KozukaGothicPr6N_B;
  font-size: 5.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .dsc {
    margin-top: 1.5rem;
    font-size: 2.25rem;
  }
}
main section.lead_price .lg_contain .dsc span {
  font-family: inherit;
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .dsc span {
    font-size: 4rem;
    line-height: 1.4;
  }
}
main section.lead_price .lg_contain .lead_grid {
  position: relative;
  margin-top: 13rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .lead_grid {
    margin-top: 3.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main section.lead_price .lg_contain .lead_grid .m_box {
  position: absolute;
  z-index: 99;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  width: 39.2%;
  aspect-ratio: 1/0.9;
  border: solid #e70000 1rem;
  background: #fffde5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .lead_grid .m_box {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    width: 63.5%;
    border: solid #e70000 0.6rem;
  }
  main section.lead_price .lg_contain .lead_grid .m_box .fig {
    width: 10rem;
  }
}
main section.lead_price .lg_contain .lead_grid .m_box .fig img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  main section.lead_price .lg_contain .lead_grid .m_box .fig {
    max-width: 14rem;
    max-height: 14rem;
  }
}
main section.lead_price .lg_contain .lead_grid .m_box p {
  margin-top: 1rem;
  font-family: KozukaGothicPr6N_B;
  font-size: 4.5rem;
  line-height: 1.2;
  text-align: center;
  color: #e70000;
}
@media screen and (max-width: 1000px) {
  main section.lead_price .lg_contain .lead_grid .m_box p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .lead_grid .m_box p {
    margin-top: 0.5rem;
    font-size: 2.2rem;
  }
}
main section.lead_price .lg_contain .lead_grid .other_box {
  position: relative;
  z-index: 5;
  width: 62%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .lead_grid .other_box {
    width: 100%;
  }
}
main section.lead_price .lg_contain .lead_grid .other_box li {
  border: solid #626262 1rem;
  aspect-ratio: 1/0.89;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .lead_grid .other_box li {
    aspect-ratio: 1/0.9;
    border: solid #626262 0.6rem;
  }
  main section.lead_price .lg_contain .lead_grid .other_box li .fig {
    max-width: 12rem;
    max-height: 9rem;
  }
  main section.lead_price .lg_contain .lead_grid .other_box li .fig img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
main section.lead_price .lg_contain .lead_grid .other_box li:first-of-type {
  border-right: none;
}
main section.lead_price .lg_contain .lead_grid .other_box li .fig {
  max-width: 15rem;
  max-height: 15rem;
}
@media screen and (max-width: 1000px) {
  main section.lead_price .lg_contain .lead_grid .other_box li .fig {
    max-width: 12rem;
    max-height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .lead_grid .other_box li .fig {
    max-width: 10rem;
    max-height: 8rem;
  }
}
main section.lead_price .lg_contain .lead_grid .other_box li .fig img {
  width: 100%;
  height: 100%;
}
main section.lead_price .lg_contain .lead_grid .other_box li p {
  margin-top: 2rem;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  main section.lead_price .lg_contain .lead_grid .other_box li p {
    margin-top: 1rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .lead_grid .other_box li p {
    margin-top: 1rem;
    font-size: 1.7rem;
  }
}
main section.lead_price .lg_contain .send_s_grid {
  margin-top: 22.5rem;
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .send_s_grid {
    margin-top: 3.9rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .send_s_grid .fig {
    width: 100%;
  }
}
main section.lead_price .lg_contain .send_s_grid .fig.l_block {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .send_s_grid .fig.l_block {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main section.lead_price .lg_contain .send_s_grid .fig.r_block {
    margin-top: 3.8rem;
  }
}
main section.reach {
  background: url(../image/reach_bg.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  main section.reach {
    background: url(../image/reach_bg_sp.jpg) center center/cover no-repeat;
  }
}
main section.reach .lg_contain {
  padding-top: 10rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
main section.reach .lg_contain h3.sect_ttl p.lt {
  font-family: KozukaGothicPr6N_B;
  font-size: 10rem;
  line-height: 1.2;
}
@media screen and (max-width: 1160px) {
  main section.reach .lg_contain h3.sect_ttl p.lt {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.reach .lg_contain h3.sect_ttl p.lt {
    font-size: 8rem;
  }
}
@media screen and (max-width: 930px) {
  main section.reach .lg_contain h3.sect_ttl p.lt {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.reach .lg_contain h3.sect_ttl p.lt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain h3.sect_ttl p.lt {
    text-align: center;
    font-size: 3.45rem;
  }
}
main section.reach .lg_contain .reach_grid {
  margin-top: 12.6rem;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 8.5rem;
       column-gap: 8.5rem;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid {
    margin-top: 4.3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 3.4rem;
  }
}
main section.reach .lg_contain .reach_grid li {
  position: relative;
  background: #fff;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.6235294118));
  padding: 2rem 1rem 5rem;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li {
    padding: 0.9rem 1rem 2.6rem;
  }
}
main section.reach .lg_contain .reach_grid li:first-of-type .fig_grid {
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li:first-of-type .fig_grid {
    padding-left: 1.5rem;
  }
}
main section.reach .lg_contain .reach_grid li p.lbl {
  font-family: KozukaGothicPr6N_B;
  font-size: 5.2rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li p.lbl {
    font-size: 2.3rem;
    letter-spacing: -2px;
  }
}
main section.reach .lg_contain .reach_grid li .fig_grid {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li .fig_grid {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  main section.reach .lg_contain .reach_grid li .fig_grid img.sign1 {
    width: 2.7rem;
  }
  main section.reach .lg_contain .reach_grid li .fig_grid img.sign2 {
    width: 3.5rem;
  }
  main section.reach .lg_contain .reach_grid li .fig_grid img.avatar1 {
    width: 8.2rem;
  }
  main section.reach .lg_contain .reach_grid li .fig_grid img.avatar2 {
    width: 6rem;
  }
}
main section.reach .lg_contain .reach_grid li .fig_grid .ctxt {
  margin-left: 2rem;
  margin-right: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li .fig_grid .ctxt {
    margin-left: 1.5rem;
    margin-right: 1rem;
  }
}
main section.reach .lg_contain .reach_grid li .fig_grid .ctxt p:first-of-type {
  font-size: 5.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li .fig_grid .ctxt p:first-of-type {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li .fig_grid .ctxt p:last-of-type {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
main section.reach .lg_contain .reach_grid li .fig_grid .ctxt.tp01 p:last-of-type {
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li .fig_grid .ctxt.tp01 p:last-of-type {
    font-size: 2.4rem;
  }
}
main section.reach .lg_contain .reach_grid li .fig_grid .ctxt.tp01 p:last-of-type span {
  font-size: 4.25rem;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li .fig_grid .ctxt.tp01 p:last-of-type span {
    font-size: 2rem;
  }
}
main section.reach .lg_contain .reach_grid li .fig_grid .ctxt.tp02 {
  color: #e70000;
}
main section.reach .lg_contain .reach_grid li .fig_grid .ctxt.tp02 p:last-of-type {
  font-family: KozukaGothicPr6N_B;
  font-size: 7.2rem;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li .fig_grid .ctxt.tp02 p:last-of-type {
    font-size: 3.5rem;
    line-height: 1;
  }
}
main section.reach .lg_contain .reach_grid li .fig_grid .ctxt.tp02 p:last-of-type span {
  font-family: inherit;
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li .fig_grid .ctxt.tp02 p:last-of-type span {
    font-size: 2rem;
  }
}
main section.reach .lg_contain .reach_grid li .dsc {
  padding: 0 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  main section.reach .lg_contain .reach_grid li .dsc {
    padding: 0 1.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -0.7px;
  }
}
main section.sales_qlist .lg_contain {
  padding-top: 12rem;
  padding-bottom: 16.4rem;
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
main section.sales_qlist .lg_contain h3.sect_ttl p.mt {
  font-family: KozukaGothicPr6N_B;
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 1160px) {
  main section.sales_qlist .lg_contain h3.sect_ttl p.mt {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.sales_qlist .lg_contain h3.sect_ttl p.mt {
    font-size: 6rem;
  }
}
@media screen and (max-width: 930px) {
  main section.sales_qlist .lg_contain h3.sect_ttl p.mt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.sales_qlist .lg_contain h3.sect_ttl p.mt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain h3.sect_ttl p.mt {
    font-size: 2.95rem;
  }
}
main section.sales_qlist .lg_contain h3.sect_ttl p.lt {
  font-family: KozukaGothicPr6N_B;
  font-size: 10rem;
  line-height: 1.3;
}
@media screen and (max-width: 1160px) {
  main section.sales_qlist .lg_contain h3.sect_ttl p.lt {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.sales_qlist .lg_contain h3.sect_ttl p.lt {
    font-size: 8rem;
  }
}
@media screen and (max-width: 930px) {
  main section.sales_qlist .lg_contain h3.sect_ttl p.lt {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.sales_qlist .lg_contain h3.sect_ttl p.lt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain h3.sect_ttl p.lt {
    font-size: 3.8rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid {
  margin-top: 9.5rem;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 10.6rem;
       column-gap: 10.6rem;
}
@media screen and (max-width: 1270px) {
  main section.sales_qlist .lg_contain .sales_list_grid {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
@media screen and (max-width: 1160px) {
  main section.sales_qlist .lg_contain .sales_list_grid {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.sales_qlist .lg_contain .sales_list_grid {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
@media screen and (max-width: 930px) {
  main section.sales_qlist .lg_contain .sales_list_grid {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.sales_qlist .lg_contain .sales_list_grid {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid {
    margin-top: 3.8rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 4.6rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li:first-of-type {
  border: solid #626262 0.5rem;
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li:first-of-type {
    border-width: 0.3rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li:first-of-type .lbl {
  background: #626262;
}
main section.sales_qlist .lg_contain .sales_list_grid > li:last-of-type {
  border: solid #e70000 0.5rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.6235294118));
}
main section.sales_qlist .lg_contain .sales_list_grid > li:last-of-type .lbl {
  background: #e70000;
}
main section.sales_qlist .lg_contain .sales_list_grid > li:last-of-type .ct_box {
  background: #fffde5;
}
main section.sales_qlist .lg_contain .sales_list_grid > li:last-of-type .ct_box .dsc {
  font-family: KozukaGothicPr6N_B;
}
main section.sales_qlist .lg_contain .sales_list_grid > li:last-of-type .ct_box .chk_list li {
  font-family: KozukaGothicPr6N_B;
}
main section.sales_qlist .lg_contain .sales_list_grid > li:last-of-type .ct_box .emoji_grid .desc {
  color: #e70000;
}
main section.sales_qlist .lg_contain .sales_list_grid > li:last-of-type .ct_box .emoji_grid .desc p:nth-of-type(1) {
  font-family: KozukaGothicPr6N_B;
}
main section.sales_qlist .lg_contain .sales_list_grid > li .lbl {
  width: 100%;
  padding: 3.3rem 0.5rem 4.6rem;
  font-family: KozukaGothicPr6N_B;
  font-size: 4.8rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1270px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .lbl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 900px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .lbl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .lbl {
    padding: 1.2rem 0.5rem 2.1rem;
    font-size: 2.4rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box {
  padding: 3.3rem 1rem 6.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box {
    padding: 1.5rem 1rem 3.3rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .dsc {
  font-size: 5.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1270px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .dsc {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1160px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .dsc {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .dsc {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 930px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .dsc {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .dsc {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .dsc {
    font-size: 2.45rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list {
    margin-top: 2rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list li {
  position: relative;
  padding-left: 5.2rem;
  font-size: 5.23rem;
  line-height: 1.3;
}
@media screen and (max-width: 1270px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list li {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1160px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list li {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list li {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 930px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list li {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list li {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list li {
    padding-left: 2.7rem;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list li::before {
  position: absolute;
  content: "";
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
  width: 4.1rem;
  aspect-ratio: 41/49;
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list li::before {
    width: 2rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list.grey_ico li:before {
  background: url(../image/fsales_qlist_chk01.png) center center/contain no-repeat;
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .chk_list.red_ico li:before {
  background: url(../image/fsales_qlist_chk02.png) center center/contain no-repeat;
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .arr_fig {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .arr_fig {
    margin-top: 1.5rem;
    width: 1.6rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid {
    margin-top: 1rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .ico {
  width: 8rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .ico {
    width: 4rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc {
    margin-left: 1rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p {
  line-height: 1;
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(1) {
  font-size: 4.7rem;
}
@media screen and (max-width: 1270px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(1) {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 1160px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(1) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(1) {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 930px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(1) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(1) {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(1) {
    font-size: 2.4rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-family: KozukaGothicPr6N_B;
  font-size: 6rem;
}
@media screen and (max-width: 1270px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1160px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 930px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) {
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    font-size: 3rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) span {
  font-family: inherit;
  font-size: 5rem;
}
@media screen and (max-width: 1270px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1160px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) span {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 930px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(2) span {
    font-size: 2.5rem;
  }
}
main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(3) {
  font-size: 3.5rem;
}
@media screen and (max-width: 1270px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(3) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1160px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(3) {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(3) {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 930px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(3) {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 800px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(3) {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.sales_qlist .lg_contain .sales_list_grid > li .ct_box .emoji_grid .desc p:nth-of-type(3) {
    font-size: 1.7rem;
  }
}
main section.proprietary {
  background: url(../image/fsale_proprietary_bg.jpg) center center/cover no-repeat;
}
main section.proprietary .lg_contain {
  padding-top: 13.5rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
main section.proprietary .lg_contain h3.sect_ttl p.tp01 {
  font-family: KozukaGothicPr6N_B;
  font-size: 8.28rem;
  line-height: 1;
}
@media screen and (max-width: 1360px) {
  main section.proprietary .lg_contain h3.sect_ttl p.tp01 {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 1260px) {
  main section.proprietary .lg_contain h3.sect_ttl p.tp01 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1170px) {
  main section.proprietary .lg_contain h3.sect_ttl p.tp01 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1010px) {
  main section.proprietary .lg_contain h3.sect_ttl p.tp01 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain h3.sect_ttl p.tp01 {
    font-size: 4.6rem;
    line-height: 1.2;
    text-align: center;
  }
}
main section.proprietary .lg_contain h3.sect_ttl p.tp02 {
  font-family: KozukaGothicPr6N_B;
  font-size: 6.63rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain h3.sect_ttl p.tp02 {
    font-size: 3.65rem;
    line-height: 1.2;
  }
}
main section.proprietary .lg_contain .fax_box {
  margin-top: 6rem;
  background: #f7feba;
  padding: 3rem 3.5rem 4.5rem;
  filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.5607843137));
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .fax_box {
    margin-top: 4.5rem;
    padding: 1.5rem 2.4rem 2.2rem;
  }
}
main section.proprietary .lg_contain .fax_box .lbl {
  font-family: KozukaGothicPr6N_B;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .fax_box .lbl {
    font-size: 2.6rem;
    text-align: center;
  }
}
main section.proprietary .lg_contain .fax_box .dsc {
  margin-top: 1.2rem;
  font-size: 3.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .fax_box .dsc {
    margin-top: 1.4rem;
    font-size: 1.49rem;
    line-height: 1.35;
  }
}
main section.proprietary .lg_contain .fax_plus_grid {
  position: relative;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .fax_plus_grid {
    margin-top: 2rem;
    padding: 0 1.5rem;
  }
}
main section.proprietary .lg_contain .fax_plus_grid::before {
  position: absolute;
  content: "";
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 2.4rem;
  width: 8.3rem;
  aspect-ratio: 83/85;
  background: url(../image/fsale_proprietary_ast03.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .fax_plus_grid::before {
    bottom: 0.8rem;
    width: 2.5rem;
  }
}
main section.proprietary .lg_contain .fax_plus_grid li {
  width: 36%;
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .fax_plus_grid li {
    width: 39.3%;
  }
}
main section.proprietary .lg_contain .fax_plus_grid li .fig {
  width: 100%;
  aspect-ratio: 1/0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .fax_plus_grid li .fig img {
    max-width: 4.7rem;
  }
}
main section.proprietary .lg_contain .fax_plus_grid li .label {
  width: 100%;
  margin-top: 3.5rem;
  padding: 1rem 0 3.5rem;
  box-shadow: inset 0 0 15px 0 #c7c7c7;
  background: #f7feba;
  text-align: center;
  font-size: 6.1rem;
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .fax_plus_grid li .label {
    margin-top: 1rem;
    padding: 0.3rem 0 0.9rem;
    font-size: 1.8rem;
  }
}
main section.proprietary .lg_contain .efficiently_box {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .efficiently_box {
    margin-top: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .efficiently_box .fig {
    width: 6.8rem;
  }
}
main section.proprietary .lg_contain .efficiently_box .dsc {
  position: relative;
  margin-top: 2rem;
  font-family: KozukaGothicPr6N_B;
  font-size: 10rem;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
}
@media screen and (max-width: 1360px) {
  main section.proprietary .lg_contain .efficiently_box .dsc {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1260px) {
  main section.proprietary .lg_contain .efficiently_box .dsc {
    font-size: 8rem;
  }
}
@media screen and (max-width: 1170px) {
  main section.proprietary .lg_contain .efficiently_box .dsc {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1010px) {
  main section.proprietary .lg_contain .efficiently_box .dsc {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .efficiently_box .dsc {
    margin-top: 1.6rem;
    width: 100%;
    font-family: "KozukaGothicPr6N_H";
    font-size: 3.2rem;
    line-height: 1;
    -webkit-text-stroke: 0.5px #fff;
  }
}
main section.proprietary .lg_contain .efficiently_box .dsc::after {
  position: absolute;
  transform: translate(100%, -50%);
  right: 5rem;
  top: 45%;
  content: "";
  background: url(../image/fsale_proprietary_ast05.png) center center/contain no-repeat;
  width: 16.5rem;
  aspect-ratio: 165/185;
}
@media screen and (max-width: 1360px) {
  main section.proprietary .lg_contain .efficiently_box .dsc::after {
    width: 13rem;
    right: 1rem;
  }
}
@media screen and (max-width: 1260px) {
  main section.proprietary .lg_contain .efficiently_box .dsc::after {
    width: 10rem;
  }
}
@media screen and (max-width: 1170px) {
  main section.proprietary .lg_contain .efficiently_box .dsc::after {
    width: 8rem;
  }
}
@media screen and (max-width: 1010px) {
  main section.proprietary .lg_contain .efficiently_box .dsc::after {
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.proprietary .lg_contain .efficiently_box .dsc::after {
    right: 6.5rem;
    top: 20%;
    width: 6.5rem;
  }
}
main section.success .lg_contain {
  padding-top: 13rem;
  padding-bottom: 23.7rem;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
}
main section.success .lg_contain h3.sect_ttl {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain h3.sect_ttl {
    margin-bottom: 3.5rem;
  }
}
main section.success .lg_contain h3.sect_ttl p.tp01 {
  font-family: KozukaGothicPr6N_B;
  font-size: 8.28rem;
  line-height: 1;
}
@media screen and (max-width: 1360px) {
  main section.success .lg_contain h3.sect_ttl p.tp01 {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 1260px) {
  main section.success .lg_contain h3.sect_ttl p.tp01 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1170px) {
  main section.success .lg_contain h3.sect_ttl p.tp01 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1010px) {
  main section.success .lg_contain h3.sect_ttl p.tp01 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain h3.sect_ttl p.tp01 {
    text-align: center;
    font-size: 3.9rem;
    line-height: 1.2;
  }
}
main section.success .lg_contain .sub_success {
  margin-bottom: 19rem;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain .sub_success {
    margin-bottom: 6.5rem;
  }
}
main section.success .lg_contain .sub_success:last-of-type {
  margin-bottom: 0;
}
main section.success .lg_contain .sub_success .mark_lbl {
  position: relative;
  padding-left: 8rem;
  font-family: KozukaGothicPr6N_B;
  font-size: 4.99rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain .sub_success .mark_lbl {
    padding-left: 4.6rem;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}
main section.success .lg_contain .sub_success .mark_lbl::before {
  position: absolute;
  content: "";
  transform: translate(0, -50%);
  left: 0;
  top: 30%;
  width: 6.9rem;
  aspect-ratio: 69/87;
  background: url(../image/fsale_success_ico.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain .sub_success .mark_lbl::before {
    left: 1.4rem;
    top: 55%;
    width: 2.8rem;
  }
}
main section.success .lg_contain .sub_success .dsc {
  margin-top: 4rem;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain .sub_success .dsc {
    margin-top: 2rem;
    padding: 0 2.2rem;
    font-size: 1.52rem;
    line-height: 1.33;
    letter-spacing: -0.5px;
  }
}
main section.success .lg_contain .sub_success .sales_pro_flow {
  margin-top: 5.7rem;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain .sub_success .sales_pro_flow {
    margin-top: 2.7rem;
  }
}
main section.success .lg_contain .sub_success .toc_grid {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain .sub_success .toc_grid {
    margin-top: 2rem;
  }
}
main section.success .lg_contain .sub_success .toc_grid li {
  width: 31%;
}
main section.success .lg_contain .sub_success .toc_grid li .fig {
  aspect-ratio: 1/1.42;
}
main section.success .lg_contain .sub_success .toc_grid li .fig img {
  width: 100%;
}
main section.success .lg_contain .sub_success .toc_grid li .tc_red {
  margin-top: 2rem;
  text-align: center;
  font-family: KozukaGothicPr6N_B;
  font-size: 6.1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain .sub_success .toc_grid li .tc_red {
    margin-top: 0.5rem;
    font-size: 1.75rem;
  }
}
main section.success .lg_contain .sub_success .toc_grid li .tc_red span {
  font-family: inherit;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain .sub_success .toc_grid li .tc_red span {
    font-size: 1.7rem;
  }
}
main section.success .lg_contain .sub_success .optimization_chart {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section.success .lg_contain .sub_success .optimization_chart {
    margin-top: 1.7rem;
  }
}
main section.success .lg_contain .sub_success .optimization_chart img {
  width: 100%;
}
main section.compare {
  background: url(../image/comparison_bg.jpg) center center/cover no-repeat;
}
main section.compare .lg_contain {
  padding-top: 11rem;
  padding-bottom: 15.5rem;
}
@media screen and (max-width: 768px) {
  main section.compare .lg_contain {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
main section.compare .lg_contain h3.sect_ttl p.tc_blue {
  font-family: KozukaGothicPr6N_B;
  font-size: 8.28rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.compare .lg_contain h3.sect_ttl p.tc_blue {
    font-weight: 700;
    font-size: 3.35rem;
  }
}
main section.compare .lg_contain .compare_wrap {
  position: relative;
  margin-top: 11rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.compare .lg_contain .compare_wrap {
    margin-top: 4.9rem;
    overflow: scroll;
  }
}
main section.compare .lg_contain .compare_wrap .fig {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.compare .lg_contain .compare_wrap .fig {
    width: 182%;
  }
}
main section.point {
  background: #fcfabe;
}
main section.point .lg_contain {
  padding-top: 17rem;
  padding-bottom: 18.5rem;
}
@media screen and (max-width: 768px) {
  main section.point .lg_contain {
    padding-top: 4.7rem;
    padding-bottom: 7rem;
  }
}
main section.point .lg_contain h3.sect_ttl p.tc_blue {
  font-family: KozukaGothicPr6N_B;
  font-size: 6.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.point .lg_contain h3.sect_ttl p.tc_blue {
    text-align: center;
    font-size: 2.97rem;
    line-height: 1.2;
  }
}
main section.point .lg_contain .point_list {
  width: 100%;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  main section.point .lg_contain .point_list {
    margin-top: 2rem;
  }
}
main section.point .lg_contain .point_list li {
  width: 100%;
  margin-bottom: 5.2rem;
  background: #fff;
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.5607843137));
  padding: 3rem 3.7rem 2rem;
}
@media screen and (max-width: 768px) {
  main section.point .lg_contain .point_list li {
    margin-bottom: 4.1rem;
    padding: 1.8rem 2.3rem 1.8rem 1rem;
    align-items: flex-start;
  }
}
main section.point .lg_contain .point_list li:last-of-type {
  margin-bottom: 0;
}
main section.point .lg_contain .point_list li .mark {
  width: 10.5rem;
  aspect-ratio: 105/161;
}
@media screen and (max-width: 768px) {
  main section.point .lg_contain .point_list li .mark {
    width: 5.8rem;
  }
}
main section.point .lg_contain .point_list li .cnt {
  flex: 1;
  margin-left: 3.3rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  main section.point .lg_contain .point_list li .cnt {
    margin-left: 1.1rem;
    padding-bottom: 0;
  }
}
main section.point .lg_contain .point_list li .cnt .label {
  font-family: KozukaGothicPr6N_B;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  main section.point .lg_contain .point_list li .cnt .label {
    font-size: 2rem;
    line-height: 0.7;
  }
}
main section.point .lg_contain .point_list li .cnt .ds {
  margin-top: 0.6rem;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.point .lg_contain .point_list li .cnt .ds {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.35;
  }
}
main section.flow .lg_contain {
  padding-top: 13.5rem;
  padding-bottom: 24.5rem;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain {
    padding-top: 5.5rem;
    padding-bottom: 6.5rem;
  }
}
main section.flow .lg_contain h3.sect_ttl p.lt {
  font-family: KozukaGothicPr6N_B;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 1160px) {
  main section.flow .lg_contain h3.sect_ttl p.lt {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.flow .lg_contain h3.sect_ttl p.lt {
    font-size: 8rem;
  }
}
@media screen and (max-width: 930px) {
  main section.flow .lg_contain h3.sect_ttl p.lt {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.flow .lg_contain h3.sect_ttl p.lt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain h3.sect_ttl p.lt {
    font-size: 4.4rem;
  }
}
main section.flow .lg_contain .flow_list {
  margin-top: 11rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list {
    margin-top: 3.2rem;
  }
}
main section.agent_price {
  background: url(../image/sales_agent_bg.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  main section.agent_price {
    background: url(../image/sales_agent_bg_sp.jpg) center center/cover no-repeat;
  }
}
main section.agent_price .xl_contain {
  padding-top: 10.5rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain {
    padding-top: 4.7rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain h3.sect_ttl {
    max-width: 77%;
    margin: auto;
  }
}
main section.agent_price .xl_contain h3.sect_ttl img {
  margin: auto;
}
main section.agent_price .xl_contain .price_block {
  position: relative;
  margin-top: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain .price_block {
    margin-top: 3.4rem;
  }
}
main section.agent_price .xl_contain .price_block::before {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: calc(100% + 10.6rem);
  background: linear-gradient(to left, transparent 0, #f39800 10%, #f39800 90%, transparent);
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain .price_block::before {
    height: calc(100% + 3.6rem);
  }
}
main section.agent_price .xl_contain .price_block .fig {
  max-width: 78%;
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain .price_block .fig {
    margin: auto;
    max-width: 83%;
  }
}
main section.agent_price .xl_contain .price_block p.dsc {
  margin-top: -0.8rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.4352941176));
  font-family: KozukaGothicPr6N_B;
  font-size: 6.43rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1360px) {
  main section.agent_price .xl_contain .price_block p.dsc {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1260px) {
  main section.agent_price .xl_contain .price_block p.dsc {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1170px) {
  main section.agent_price .xl_contain .price_block p.dsc {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1010px) {
  main section.agent_price .xl_contain .price_block p.dsc {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain .price_block p.dsc {
    margin-top: 0.2rem;
    font-size: 1.73rem;
  }
}
main section.agent_price .xl_contain .tp_block {
  margin: 8rem auto 0;
  max-width: 115.2rem;
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain .tp_block {
    margin: 2.3rem auto 0;
  }
}
main section.agent_price .xl_contain .tp_block p.ref {
  padding: 0 1.5rem;
  font-size: 2.94rem;
  line-height: 1.2;
  letter-spacing: -3.4px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain .tp_block p.ref {
    padding: 0;
    display: table;
    margin: auto;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -1px;
  }
}
main section.agent_price .xl_contain .tp_block .tp_grid {
  margin-top: 5.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain .tp_block .tp_grid {
    margin-top: 1.2rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
main section.agent_price .xl_contain .tp_block .tp_grid li {
  padding: 1.7rem 0 2rem;
  background: #009ed4;
  border-radius: 2.3rem;
  box-shadow: inset 0 0 1.5rem 0 #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain .tp_block .tp_grid li {
    padding: 0.7rem 0 0.5rem;
    border-radius: 1.4rem;
  }
}
main section.agent_price .xl_contain .tp_block .tp_grid li .lbl {
  font-family: KozukaGothicPr6N_B;
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.4352941176));
}
@media screen and (max-width: 1360px) {
  main section.agent_price .xl_contain .tp_block .tp_grid li .lbl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1260px) {
  main section.agent_price .xl_contain .tp_block .tp_grid li .lbl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1170px) {
  main section.agent_price .xl_contain .tp_block .tp_grid li .lbl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1010px) {
  main section.agent_price .xl_contain .tp_block .tp_grid li .lbl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain .tp_block .tp_grid li .lbl {
    font-size: 1.2rem;
  }
}
main section.agent_price .xl_contain .tp_block .tp_grid li .price {
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  main section.agent_price .xl_contain .tp_block .tp_grid li .price {
    margin-top: 0.4rem;
    margin-left: 2rem;
    max-width: 5rem;
  }
}
main section.faq {
  background: #c9cdd1;
}
main section.faq .lg_contain {
  padding-top: 22rem;
  padding-bottom: 21rem;
}
@media screen and (max-width: 768px) {
  main section.faq .lg_contain {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}
main section.faq .lg_contain h3.sect_ttl p.lt {
  font-family: KozukaGothicPr6N_B;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 1160px) {
  main section.faq .lg_contain h3.sect_ttl p.lt {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.faq .lg_contain h3.sect_ttl p.lt {
    font-size: 8rem;
  }
}
@media screen and (max-width: 930px) {
  main section.faq .lg_contain h3.sect_ttl p.lt {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.faq .lg_contain h3.sect_ttl p.lt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.faq .lg_contain h3.sect_ttl p.lt {
    font-size: 3.5rem;
  }
}
main section.faq .lg_contain .faq_list {
  margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  main section.faq .lg_contain .faq_list {
    margin-top: 3.6rem;
  }
}
main section.faq .lg_contain .faq_list li {
  width: 100%;
  margin-bottom: 6.9rem;
}
@media screen and (max-width: 768px) {
  main section.faq .lg_contain .faq_list li {
    margin-bottom: 2.5rem;
  }
}
main section.faq .lg_contain .faq_list li:last-of-type {
  margin-bottom: 0;
}
main section.faq .lg_contain .faq_list li .q_line {
  width: 100%;
  padding: 3.5rem 3.5rem;
  background: #022487;
}
@media screen and (max-width: 768px) {
  main section.faq .lg_contain .faq_list li .q_line {
    padding: 1.5rem 1.8rem 1.6rem;
  }
}
main section.faq .lg_contain .faq_list li .q_line p:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  main section.faq .lg_contain .faq_list li .q_line p:first-of-type {
    width: 3rem;
  }
  main section.faq .lg_contain .faq_list li .q_line p:first-of-type img {
    width: 1.1rem;
  }
}
main section.faq .lg_contain .faq_list li .q_line p:last-of-type {
  margin-left: 2rem;
  font-family: KozukaGothicPr6N_B;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.faq .lg_contain .faq_list li .q_line p:last-of-type {
    margin-left: 1.1rem;
    font-size: 1.43rem;
    line-height: 1.4;
  }
}
main section.faq .lg_contain .faq_list li .a_line {
  padding: 3rem 2rem 4.2rem;
  padding-left: 11rem;
  background: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.faq .lg_contain .faq_list li .a_line {
    padding: 1.7rem 2rem 2.2rem 6.1rem;
    font-size: 1.33rem;
    line-height: 1.5;
  }
}
main section.voice .lg_contain {
  padding-top: 14.5rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
}
main section.voice .lg_contain h3.sect_ttl p.lt {
  font-family: KozukaGothicPr6N_B;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 1160px) {
  main section.voice .lg_contain h3.sect_ttl p.lt {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.voice .lg_contain h3.sect_ttl p.lt {
    font-size: 8rem;
  }
}
@media screen and (max-width: 930px) {
  main section.voice .lg_contain h3.sect_ttl p.lt {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.voice .lg_contain h3.sect_ttl p.lt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain h3.sect_ttl p.lt {
    font-size: 4.4rem;
  }
}
main section.voice .lg_contain .voice_list {
  margin-top: 11rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 7.5rem;
}
@media screen and (max-width: 900px) {
  main section.voice .lg_contain .voice_list {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_list {
    margin-top: 6rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 2.7rem;
  }
}
main section.voice .lg_contain .voice_list li {
  position: relative;
  background: #317aca;
  margin-bottom: 7.5rem;
  padding: 6rem 5.5rem 5.6rem 7rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_list li {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    padding: 3rem 2.3rem 2.4rem;
    justify-content: center;
  }
  main section.voice .lg_contain .voice_list li:nth-of-type(3) .lbl {
    letter-spacing: -2px;
  }
}
main section.voice .lg_contain .voice_list li:before, main section.voice .lg_contain .voice_list li:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 2.5rem;
  width: 47%;
  top: 80%;
  background: rgba(119, 119, 119, 0.6235294118);
  box-shadow: 0 3rem 1rem rgba(119, 119, 119, 0.6235294118);
}
main section.voice .lg_contain .voice_list li:before {
  transform: rotate(-4deg);
  left: 1rem;
}
main section.voice .lg_contain .voice_list li:after {
  transform: rotate(4deg);
  right: 1rem;
}
main section.voice .lg_contain .voice_list li:last-of-type {
  margin-bottom: 0;
}
main section.voice .lg_contain .voice_list li .thumb {
  width: 31.7rem;
  aspect-ratio: 317/295;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_list li .thumb {
    margin-top: 2.6rem;
    width: 22.7rem;
    order: 2;
  }
}
main section.voice .lg_contain .voice_list li .thumb img {
  height: 100%;
}
main section.voice .lg_contain .voice_list li .lbl {
  display: flex;
  align-items: center;
  font-family: KozukaGothicPr6N_B;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_list li .lbl {
    order: 1;
    font-size: 2.2rem;
  }
}
main section.voice .lg_contain .voice_list li .ct_box {
  width: calc(100% - 35.5rem);
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_list li .ct_box {
    order: 3;
    width: 100%;
    padding: 2rem 0 0;
  }
}
main section.voice .lg_contain .voice_list li .ct_box .ds {
  margin-top: 1rem;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_list li .ct_box .ds {
    margin-top: 0;
    font-size: 1.35rem;
    line-height: 1.47;
  }
}
main section.voice .lg_contain .voice_list li .ct_box .ds span {
  font-family: KozukaGothicPr6N_B;
}
main section.voice .lg_contain .arr_line {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .arr_line {
    width: 3.7rem;
    margin: 5.6rem auto 0;
  }
}
main section.voice .lg_contain .arr_line img {
  margin: auto;
}
main section.voice .lg_contain .perfect_service {
  margin-top: 11rem;
  padding: 5.5rem 1rem 6.5rem;
  width: 100%;
  background: #fffde5;
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.1843137255));
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .perfect_service {
    margin-top: 3.4rem;
    padding: 2rem 1rem 3rem;
  }
}
main section.voice .lg_contain .perfect_service .label {
  font-family: KozukaGothicPr6N_B;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .perfect_service .label {
    font-size: 3rem;
    line-height: 1.2;
  }
}
main section.voice .lg_contain .perfect_service .chk_list {
  display: table;
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .perfect_service .chk_list {
    width: 93%;
    margin: 2.9rem auto 0;
  }
}
main section.voice .lg_contain .perfect_service .chk_list li {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 3.9rem;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .perfect_service .chk_list li {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: -1.2px;
    margin-bottom: 2.3rem;
    padding-left: 2.2rem;
  }
}
main section.voice .lg_contain .perfect_service .chk_list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 3.7rem;
  aspect-ratio: 37/39;
  background: url(../image/voice_ico.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .perfect_service .chk_list li::before {
    width: 1.9rem;
  }
}
main section.voice .lg_contain .perfect_service .chk_list li:last-of-type {
  margin-bottom: 0;
}
main section.contact .heading_block {
  width: 100%;
  padding: 14rem 0 16rem;
  background: #022487;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.contact .heading_block {
    padding: 4.4rem 1.5rem 5.6rem;
  }
}
main section.contact .heading_block p.tc_red {
  font-family: KozukaGothicPr6N_B;
  font-size: 6.2rem;
  line-height: 1.6;
  -webkit-text-decoration: underline 4px;
          text-decoration: underline 4px;
}
@media screen and (max-width: 768px) {
  main section.contact .heading_block p.tc_red {
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
main section.contact .heading_block .tc_white {
  margin-top: 2rem;
  font-family: KozukaGothicPr6N_B;
  font-size: 5.7rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  main section.contact .heading_block .tc_white {
    margin-top: 2.8rem;
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
main section.contact .form_wrap {
  padding: 15.9rem 0;
  background: url(../image/contact_bg.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  main section.contact .form_wrap {
    padding: 0;
    background: url(../image/contact_bg_sp.jpg) center center/cover no-repeat;
  }
}
main section.contact .form_wrap .ct_form {
  display: table;
  max-width: 102rem;
  width: 100%;
  margin: auto;
  padding: 7rem 12rem 9rem;
  background: #f8f8f8;
}
@media screen and (max-width: 768px) {
  main section.contact .form_wrap .ct_form {
    background: none;
    max-width: 100%;
    width: 100%;
    padding: 5rem 3.8rem 4rem;
  }
}
main section.contact .form_wrap .ct_form .mail_ct {
  background: transparent;
  padding: 0;
}
main section.contact .form_wrap .ct_form .mail_ct dl {
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main section.contact .form_wrap .ct_form .mail_ct dl dt {
  width: 26rem;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  main section.contact .form_wrap .ct_form .mail_ct dl dt {
    width: 100%;
    font-size: 1.7rem;
  }
}
main section.contact .form_wrap .ct_form .mail_ct dl dt span {
  margin-left: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  main section.contact .form_wrap .ct_form .mail_ct dl dt span {
    font-size: 1.4rem;
  }
}
main section.contact .form_wrap .ct_form .mail_ct dl dd {
  width: calc(100% - 26rem);
  margin: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  main section.contact .form_wrap .ct_form .mail_ct dl dd {
    width: 100%;
    margin: 1rem 0 2rem;
  }
}
main section.contact .form_wrap .ct_form .mail_ct dl dd input,
main section.contact .form_wrap .ct_form .mail_ct dl dd select {
  height: 6.3rem;
}
@media screen and (max-width: 768px) {
  main section.contact .form_wrap .ct_form .mail_ct dl dd input,
  main section.contact .form_wrap .ct_form .mail_ct dl dd select {
    height: 5rem;
    border-radius: 0.7rem;
    background: #fff;
  }
}
main section.contact .form_wrap .ct_form .mail_ct .alert {
  padding-bottom: 3.7rem;
}
main section.pg_header {
  background: url(../image/pg_hd_bg.jpg) bottom center/cover no-repeat;
}
main section.pg_header .lg_contain {
  height: 47.5rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  main section.pg_header .lg_contain {
    height: 17.5rem;
    padding-bottom: 4rem;
  }
}
main section.pg_header .lg_contain h3.sect_ttl p.lt {
  font-family: KozukaGothicPr6N_B;
  font-size: 6rem;
}
@media screen and (max-width: 1160px) {
  main section.pg_header .lg_contain h3.sect_ttl p.lt {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1050px) {
  main section.pg_header .lg_contain h3.sect_ttl p.lt {
    font-size: 8rem;
  }
}
@media screen and (max-width: 930px) {
  main section.pg_header .lg_contain h3.sect_ttl p.lt {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 800px) {
  main section.pg_header .lg_contain h3.sect_ttl p.lt {
    font-size: 5rem;
  }
}
main section.contact_main .lg_contain {
  padding-top: 6rem;
  margin-bottom: 13rem;
  margin-top: -6rem;
  padding-bottom: 5rem;
  background: #fff;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1843137255));
}
@media screen and (max-width: 768px) {
  main section.contact_main .lg_contain {
    width: calc(100% - 3rem);
    border-radius: 0.5rem;
    padding-top: 1.6rem;
    margin-bottom: 6rem;
    margin-top: -3rem;
    padding-bottom: 0;
  }
}
main section.contact_main .lg_contain h3.sect_ttl p.zt {
  padding-bottom: 1rem;
  font-family: KozukaGothicPr6N_B;
  font-size: 3rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  main section.contact_main .lg_contain .ct_form {
    overflow: visible;
  }
}/*# sourceMappingURL=style.css.map */