@charset "utf-8";
/* RESET CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
  display: block;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquotevoice2, q:after, qvoice2 {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* reset */
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  font-size: 1.8rem;
  color: #3f3f3f;
  line-height: 1.7;
  -webkit-font-feature-settings: 'palt'1;
  font-feature-settings: 'palt'1;
  letter-spacing: 1px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, sans-serif;
  background: #F5F3EB;
}
.small {
  font-size: 80%;
}
.large {
  font-size: 120%;
}
.xxlarge {
  font-size: 150%;
}
.b {
  font-weight: bold;
}
.r {
  color: #9f1414;
}
.blue {
  color: #235a94;
}
.gold {
  font-weight: bold;
  color: transparent;
  background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  -webkit-background-clip: text;
}
.txt_c {
  text-align: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.side_photo {
  float: right;
  padding: 0 0 2rem 2rem;
}
.side_photo2 {
  float: left;
  padding: 0 2rem 2rem 0;
}
.mincho {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.lh14 {
  line-height: 1.4;
}
.arrow {
  width: 20%;
  height: 0;
  border-left: 115px solid transparent;
  border-right: 115px solid transparent;
  border-top: 50px solid #000;
  margin: 1.5em auto;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
p + img, img + p, h2 + p, h3 + p, h4 + p, p + ul.list1, ul.list1 + p, .box01 + p, p + .box01, .box02 + p, p + .box02, .box03 + p, p + .box03, .box04 + p, p + .box04, .flex + p, p + .flex, .flex + .flex, .box02 + .box02, .box-nintei + .box-nintei, .box-nintei + p {
  margin-top: 2rem;
}
p + .btn {
  margin-top: 4rem;
}
h1 {
  width: 100%;
}
h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 2rem;
  position: relative;
  margin: 2rem auto 6rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 180px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #9f1414;
  border-radius: 2px;
}
h3 {
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
h3:before {
  width: 5pc;
  height: 3px;
  background: #9f1414;
  border-radius: 2em;
  display: inline-block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
h4 {
  padding: 0.5em;
  color: #222;
  background: #e8e5da;
  border-bottom: solid 3px #9f1414;
  font-size: 110%;
  font-weight: bold;
  margin: 2em auto;
}
h5 {
  padding: 0.5em;
  color: #fff;
  background: #9f1414;
  font-size: 110%;
  font-weight: bold;
  margin: 0 auto 1em;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.youtube {
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.flex {
  display: flex;
}
.flex .txt {
  width: 75%;
  padding-right: 2rem;
}
.flex .img {
  width: 25%;
}
/* head + nav */
#header {
  background: url("https://shosendou.net/rasen-zero/wp-content/themes/rasen0/img/top/head_bg.jpg");
  background-size: cover;
}
#header h1 {
  margin: 0 auto;
  width: 1100px;
  padding: 83px 0 0;
}
#header h2:before {
  content: none;
}
#logo {
  padding: 0;
  margin: 1rem 0;
  width: 55px;
}
#nav_area {
  width: 100%;
  position: fixed;
  background: #9f1414e8;
  z-index: 1000;
}
#nav_wrap {
  width: 1100px;
  color: #333;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}
#g-nav {
  position: relative;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav ul {
  display: flex;
  right: 0;
}
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
  transition: .3s;
  height: 100%;
  align-items: center;
  font-size: 80%;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
#g-nav li.tel a {
  color: #fff;
}
#g-nav li a:hover {
  color: #fff;
  background: #9f1414;
}
#g-nav li.tel {
  background: #43be29;
  border-radius: 8px;
  margin: 1rem auto;
}
#g-nav li.tel a {
  display: inline-block;
  font-size: 2.2rem;
  padding: .5rem .5rem 1rem .5rem;
  line-height: 1.1;
}
#g-nav li.tel a .small {
  font-size: 60%;
}
#g-nav li.tel a:hover {
  filter: opacity(55%);
  color: #fff;
}
#g-nav li.tel .material-icons {
  font-size: 2rem;
  vertical-align: text-bottom;
  padding: 0 0.1rem 0 0;
}
.openbtn1 {
  display: none;
}
/* #breadcrumb */
#breadcrumb {
  width: 100%;
  background: rgba(0, 0, 0, 1);
}
.breadcrumb-inner {
  margin: 0 auto;
  width: 1100px;
  font-family: "brandon", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #fff;
}
.breadcrumb-list {
  display: flex;
}
.breadcrumb-list li {}
.breadcrumb-list li a {
  margin: 0;
  padding: 15px 15px 15px 10px;
  color: #fff;
  display: inline-block;
  position: relative;
}
.breadcrumb-list a::after {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  margin-top: -5px;
  border-top: 1px solid rgba(255, 255, 255, 1.0);
  border-right: 1px solid rgba(255, 255, 255, 1.0);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb-list .breadcrumb-text {
  padding: 15px 15px 15px 10px;
  display: inline-block;
}
/* section + inner */
main {
  background: url(https://shosendou.net/rasen-zero/wp-content/themes/rasen0/img/common/bg-01.jpg);
  background-attachment: fixed;
  background-size: cover;
}
section {
  padding: 6rem 0;
}
#sub_top {
  padding: 10rem 0 6rem;
}
.cta {
  background: #9f1414;
  padding: 4rem 0;
}
.inner {
  width: 960px;
  margin: 0 auto;
}
.bg-02 {
  background: url("https://shosendou.net/rasen-zero/wp-content/themes/rasen0/img/top/bg-02.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.bg-02 .inner p {
  color: #fff;
}
.bg-02 h2 {
  padding-bottom: 0;
  color: #fff;
}
.bg-02 h2::before {
  content: none;
}
.bg-03 {
  background: url("https://shosendou.net/rasen-zero/wp-content/themes/rasen0/img/top/bg-03.jpg");
  background-attachment: fixed;
  background-size: cover;
}
/* ichiran */
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  padding: 1em;
  background: #fff;
  border-radius: 5px;
}
/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  transition: all .5s ease;
  font-weight: bold;
}
/*アイコンの＋と×*/
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #a9a9a9;
}
.accordion-area .title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.accordion-area .title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(45deg);
}
.accordion-area .title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;
  background: #f3f3f3;
  padding: 2rem;
  width: 95%;
  margin: 1em auto 0;
}
.accordion-area .accordion-list {
  background: none;
  padding: 0;
}
.accordion-area .box li {
  margin: 0;
  background: #eee;
  padding: 1em;
  border-radius: 5px;
}
.accordion-area .box a li:hover {
  background: #ddd;
}
.accordion-area .box a + a {
  margin: 1em auto;
  display: block;
}
.box-nintei {
  background: #fff;
  padding: 2rem;
  position: relative;
}
.box-nintei-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box-nintei-inner .medal {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 150px;
}
.box-nintei img {
  width: 30%;
  margin: 0;
}
.box-nintei h3 {
  width: 100%;
  background: #9f1414;
  color: #fff;
  text-align: left;
  padding: .5rem 1em;
}
.box-nintei h3.b{
    background: #222 !important;
    color: #ffea98;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    border: solid 1px #ffea98;
    z-index: 0;
}
.box-nintei h3::before {
  content: none;
}
.box-nintei .txt {
  width: 68%;
}
.box-nintei h4 {
  padding: 0 0 0 1rem;
  background: none;
  border-bottom: none;
  margin: 0 0 .5em;
}
.box-nintei h4 + p {
  margin-top: 0;
}
/* table01 */
.nintei-table tr {
  border-bottom: 1px solid #e7e5da;
}
.nintei-table th, .nintei-table td {
  padding: 1rem 0;
  border: none;
}
.nintei-table th {
  width: 30%;
  text-align: left;
  padding-left: 1em;
  font-weight: bold;
}
/* sp */
@media only screen and (max-width: 480px) {
  .nintei-table th, .nintei-table td {
    width: 100%;
    display: block;
  }
  .nintei-table th {
    width: 100%;
  }
  .nintei-table td {
    padding-top: 0;
  }
}
/* box */
.box01 {
  border: 1px solid #d2cec1;
  padding: 2rem;
  border-radius: 5px;
  background: #fff;
  width: 33%;
}
.box02 {
  background: #fff;
  padding: 2rem;
}
.box03 {
  border: 4px solid #9f1414;
  padding: 2rem;
}
.box04 {
  border-radius: 5px;
  background: #fff;
}
/* list */
ol {
  counter-reset: number;
  list-style-type: none !important;
}
ol li {
  border-bottom: dashed 1px #9f1414;
  position: relative;
  padding: .5em .5em .5em 2em;
  line-height: 1.5em;
  font-weight: bold;
}
ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #9f1414;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}
ul.list1 li {
  position: relative;
  padding: 1rem 0 1rem 4rem;
  font-weight: bold;
  line-height: 1.4;
}
ul.list1 li:nth-child(2n) {
  background: #e8e5da;
}
ul.list1 li:before {
  content: '\e92f';
  font-family: 'Material Icons';
  display: inline-block;
  top: 50%;
  left: 10px;
  position: absolute;
  transform: translateY(-50%);
  color: #9f1414;
}
/* price */
table {
  width: 100%;
}
.price tr {
  border-bottom: 10px solid #f5f3eb;
}
.price th {
  background: #9f1414;
  padding: 1rem;
  font-weight: bold;
  width: 20%;
  color: #fff;
}
.price td {
  padding: 1rem;
  background: #fff;
  font-size: 80%;
  width: 80%;
  font-weight: bold;
}
/* flow */
.flow .img {
  width: 20%;
}
.flow:nth-of-type(1) {
  border-top: 0;
}
.flow_wrap {
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.flow_wrap::before {
  content: '';
  display: inline-block;
  left: 50%;
  bottom: -40px;
  position: absolute;
  background: #F5F3EB;
  z-index: 10;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
}
.flow_wrap::after {
  content: '\e5cf';
  font-family: 'Material Icons';
  display: inline-block;
  left: 50%;
  bottom: -40px;
  position: absolute;
  transform: translateX(-50%);
  color: #9f1414;
  font-size: 5rem;
  z-index: 10;
}
.flow_wrap:last-child::before, .flow_wrap:last-child::after {
  display: none;
}
.flow_wrap:first-child {
  border: none;
  padding-top: 0;
}
.flow .number {
  margin-right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #9f1414;
  color: #fff;
  font-size: 20px;
  display: inline-block;
}
.flow .txt_box {
  width: 80%;
  padding-left: 2rem;
}
.flow .txt_box .ttl {
  font-size: 110%;
  font-weight: bold;
}
/* step */
.step {
  list-style-type: none;
  padding: 0;
  margin: 4rem auto 0;
  position: relative;
}
.step p {
  position: absolute;
  padding: 0 0 0 100px;
  top: 0;
  width: 1100px;
  font-weight: normal;
  color: #222;
  text-align: left;
}
.step li {
  position: relative;
  width: 100px;
  background: #504944;
  padding: 1em 1em;
  margin: 0 0 5rem 0;
  text-align: center;
  color: #fff;
  border: none;
}
.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 0;
  border-style: solid;
  border-color: #504944 transparent transparent transparent;
  border-width: 20px 50px 0 50px;
  z-index: 1;
}
.step li.step1 {
  font-weight: bold;
  background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #fbd351 70%, #f3c510 85%, #ecc015 90% 100%);
}
.step li.step1:after {
  border-color: #B67B03 transparent transparent transparent;
}
.step li.step2 {
  background: linear-gradient(0deg, #797979 0%, #9E9E9E 45%, #dedede 70%, #b1b1b1 85%, #a4a0a0 90% 100%);
}
.step li.step2:after {
  border-color: #797979 transparent transparent transparent;
}
.step li.step3 {
  background: #7a1c1c;
}
.step li.step3:after {
  border-color: #7a1c1c transparent transparent transparent;
}
.step li.step4 {
  background: #626060;
}
.step li.step4:after {
  border-color: #626060 transparent transparent transparent;
}
ol.step li:before {
  content: none;
}
/* reason */
.reason_wrap {
  width: 100%;
  background: #fff;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.reason_wrap .ttl {
  width: 100%;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 3px solid #9f1414;
  margin-bottom: 1rem;
}
.reason_wrap .ttl .number {
  margin-right: 15px;
  text-align: center;
  background: #9f1414;
  color: #fff;
  font-size: 80%;
  display: inline-block;
  padding: 0.2rem 1rem;
}
.reason_wrap .txt {
  width: 80%;
}
.reason_wrap .img {
  width: 20%;
  padding-left: 2rem;
}
.reason_wrap + .reason_wrap {
  margin-top: 2rem;
}
/* faq */
.faq_box {
  width: 100%;
}
.faq-list:not(:first-child) {
  margin-top: 10px;
}
.faq-title {
  background: #9f1414;
  cursor: pointer;
  padding: 2rem;
  position: relative;
  font-weight: bold;
  color: #fff;
}
.faq-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.faq-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: all .3s ease-in-out;
}
.faq-title.open:before {
  transform: rotate(180deg);
}
.faq-title.open:after {
  opacity: 0;
}
.faq-text {
  border-left: 1px solid #d2cec1;
  border-right: 1px solid #d2cec1;
  border-bottom: 1px solid #d2cec1;
  display: none;
  padding: 20px 40px;
  background: #fff;
}
/* link */
a {
  color: #252525;
  outline: 0;
  text-decoration: none;
  word-break: break-all;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 60px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.btn a:hover {
  color: #f2f2f2;
}
.btn01 a {
  background: #9f1414;
  border: 2px solid #000;
  border-radius: 50px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  padding: 1rem 2rem;
  display: block;
  text-align: center;
  margin: 2rem auto;
}
.btn01 a:hover, .btn01 input:hover, .btn02 input:hover {
  background: #000;
  border: 1px solid #333;
  color: #fff;
}
.btn01 a::after, .btn01 input::after, .btn02 input::after {
  content: '\e5cc';
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  color: #000;
  right: 10px;
}
.btn01 input {
  background: #9f1414;
  border: 2px solid #000;
  border-radius: 50px;
  margin: 6rem auto 0;
  width: 100%;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
}
.btn02 input {
  background: #8e8e8e;
  border: 2px solid #5d5d5d;
  border-radius: 50px;
  margin: 0 auto;
  width: 100%;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
}
.btn02 a {
  background: #ffda37;
  border: 2px solid #000;
  border-radius: 50px;
  margin: 1.5em auto .5em;
  padding: 1rem;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
}
.btn02 a::after {
  content: '\e5cc';
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  color: #fff;
  right: 10px;
}
.bn01 img {
  border-radius: 10px;
}
.bn01 img:hover {
  filter: opacity(85%);
}
.bn01 {
  box-shadow: 0 0 15px #870000;
  width: 49%;
}
.bn02 img:hover {
  filter: opacity(85%);
}
a.btn-top {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #ffdf6a;
    background: #e5b91a;
    color: #222;
    border-radius: 5px;
    transition: 0.5s;
    animation: move_d 2s infinite;
    box-shadow: 0 5px 0 #856902;
    position: relative;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 1.5em;
}
@keyframes move_d {
    0% {box-shadow: 0 5px 0 #534510; top: 0px;}
    10% {box-shadow: 0 0 0 #534510; top: 5px;}
    20% {box-shadow: 0 5px #534510; top: 0px;}
    30% {box-shadow: 0 0 0 #534510; top: 5px;}
    40% {box-shadow: 0 5px 0 #534510; top: 0px;}
}
a.btn-top:hover {
	background: #ffd334;
	border: 2px solid #ffdf6a;
}
/* footer */
footer {
  width: 100%;
  background: #222;
  color: #fff;
  padding: 2em 0;
  text-align: center;
  font-size: 80%;
}
/* footer  */
.footer-3 {
    padding: 3rem 2rem;
    background-color: #e7e5da;
}
.footer-3__container {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1200px;
    margin: 0 auto;
	align-items: center;
}

.footer-3__logo {
    width: 104px;
    height: 26px;
    margin-bottom: .2em;
}

.footer-3__caption {
    margin-top: 0;
    color: #a6adb3;
    font-size: .75em;
}

.footer-3__title,
.footer-3__link {
    margin: 0 0 .8em;
    color: #333;
    font-size: .9em;
}

.footer-3__title {
    font-weight: 600;
}

.footer-3__list {
    padding: 0;
    list-style-type: none;
}

.footer-3__link {
    display: block;
}

.footer-3__link:not(:hover) {
    text-decoration: none;
}

footer p {
  margin: 0 auto
}
footer a {
  font-style: normal;
}
footer a:link {
  font-style: normal;
  text-decoration: none;
}
footer a:visited {
}
footer a:hover {
  font-style: normal;
}
footer a:active {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .xxlarge {
    font-size: 5vw;
  }
  /* header + nav */
  #logo {
    padding: 0;
    top: 5px;
    left: 10px;
    position: absolute;
    margin: 0;
  }
  #header {
    width: 100%;
  }
  #header h1 {
    width: 100%;
    padding-top: 56px;
  }
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  #nav_wrap {
    width: 100%;
  }
  #nav_area {
    height: 56px;
  }
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #9f1414e8;
    transition: all 0.6s;
  }
  #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: auto;
  }
  #g-nav li a {
    padding: 2rem 0;
    color: #fff;
  }
  #g-nav li a::after {
    display: none;
  }
  .breadcrumb_list {
    width: 95%;
  }
  .box01 + .box01 {
    margin-top: 2rem;
  }
	a.btn-top {
		font-size: 5vw;}
  /* section + inner */
  h2 {
    padding-bottom: 1.5rem;
    font-size: 7vw;
    margin: 2rem auto 4rem;
    line-height: 1.4;
  }
  h2:before {
    width: 120px;
  }
  h4 {
    border-bottom: solid 2px #9f1414;
    margin: 2em auto 1em;
    font-size: 5vw;
  }
  section {
    padding: 2rem 0;
  }
  #sub_top {
    padding: 6rem 0 2rem;
  }
  .inner {
    width: 95%
  }
  .cta {
    padding: 2rem 0;
  }
  .cta .flex a {
    width: 80%;
    margin: 0 auto;
  }
  .flex .txt, .flex .img {
    width: 100%;
  }
  .flex .txt {
    padding: 0 0 2rem;
  }
  .cta .flex a + a {
    margin-top: 2rem;
  }
  /* box */
  .box01 {
    width: 100%;
    padding: 2rem 1rem;
  }
  /* nintei */
  .box-nintei-inner .medal {
    width: 60px;
  }
  .box-nintei img {
    width: 60%;
    margin: 0 auto;
  }
  .box-nintei h4 {
    padding: .5em 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    background: no-repeat;
    font-size: 6vw;
  }
  .box-nintei .txt {
    width: 100%;
  }
  .nintei-table th {
    padding: 1rem 0 0;
  }
  /* price */
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .price th {
    text-align: center;
    line-height: 1.4;
    width: 20%;
    padding: 0.5rem;
    font-size: 80%;
    vertical-align: middle;
  }
  .price td {
    vertical-align: middle;
  }
  .price tr {
    border-bottom: 1px solid #f5f3eb;
  }
  .price tr:last-child, .last td:last-child {
    border-bottom: none;
  }
  /* flow */
  .flow {
    border-top: 0;
  }
  .flow .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  .flow .txt_box {
    width: 100%;
    padding: 0;
  }
  .flow .txt_box .ttl {
    text-align: center;
    margin: 0 auto 0.5em;
  }
  .flow .txt_box .txt {
    text-align: left;
    font-size: 90%;
  }
  .flow .img {
    width: 80%;
    margin: 0 auto 1rem;
  }
  .flow_wrap::before {
    bottom: -2px;
    height: 2px;
  }
  /* faq */
  .faq dt, .faq dd {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0.5em 0 0.5em 2.3em;
    color: #333333;
  }
  .faq dt::before, .faq dd::before {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    border-radius: 50%;
    font-weight: 600;
    font-size: .8em;
    line-height: 30px;
    text-align: center;
  }
  .faq dd {
    padding-bottom: 1.5em;
    margin-bottom: 1em;
  }
  .faq-text {
    font-size: 80%;
    padding: 2rem;
  }
  /* reason */
  .reason_wrap .ttl {
    text-align: center;
  }
  .reason_wrap .ttl .number {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .reason_wrap .txt {
    width: 100%;
  }
  .reason_wrap .img {
    width: 100%;
    padding: 0 0 1em;
  }
  .reason_wrap.img {
    order: 1;
  }
  .reason_wrap .txt {
    order: 2;
  }
  /* step */
  .step li {
    margin: 0 0 2rem;
  }
  .step li.step1, .step li.step2, .step li.step3, .step li.step4 {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
  .step li:after {
    content: none;
  }
  .step p {
    position: relative;
    width: 95%;
    margin: 1rem auto 0;
    padding: 1rem;
    background: #fff;
  }
  /* footer */
}
@media screen and (max-width: 640px) {
  #g-nav li a {
    padding: 1rem 0;
  }
}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item input {
  padding: 1rem;
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  padding: .5rem 1rem;
  margin-right: 1rem;
  display: inline-block;
  text-align: center;
  background: #9f1414;
  color: #fff;
  font-size: 80%;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form {
    margin-top: 40px;
  }
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
	/* footer  */
    .footer-3__container {
        justify-items: start;
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
    }

    .footer-3__head {
        grid-column: 1/3;
    }

    .footer-3__caption br {
        display: none;
    }
}