@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
#header .nav_inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#header .nav_inner::-webkit-scrollbar {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
fieldset,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  img {
    height: auto;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

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

em,
strong,
b,
em span,
strong span,
b span {
  font-weight: bold;
}

ol {
  list-style: decimal;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  border: 1px solid #707070;
}

caption,
th {
  text-align: left;
}

a:focus:not(:focus-visible) {
  outline: none;
}

.clearfix {
  display: inline-table;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

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

/* ユーザビリティ */
a:focus-visible,
.title:focus-visible,
span:focus-visible {
  outline-color: #860307;
}

/* layout base */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  color: #333;
}
@media screen and (max-width: 320px) {
  body {
    letter-spacing: 0;
  }
}

.palt {
  font-feature-settings: "palt";
}

.non_palt {
  font-feature-settings: "palt" 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body p:not(.to_call) a:not(.nocolor):not(.btn_border) {
  color: #474545;
}
body p:not(.to_call) a:not(.nocolor):not(.btn_border):hover, body p:not(.to_call) a:not(.nocolor):not(.btn_border):active, body p:not(.to_call) a:not(.nocolor):not(.btn_border):focus {
  color: #b70007;
}
body footer#footer {
  margin-top: auto;
}

.cntents_inner {
  text-align: left;
}

/* main */
@media screen and (max-width: 1024px) {
  main.contents {
    margin-top: 80px;
    font-size: 0.9rem;
  }
}
main.contents section.sec_outer {
  padding-bottom: 2em;
}
main.contents .cntents_inner.p_1em {
  padding: 1em;
}
main.contents .cntents_inner.p_2em {
  padding: 2em;
}
@media screen and (max-width: 1400px) {
  main.contents .cntents_inner.p_1em {
    padding: 1em;
  }
  main.contents .cntents_inner.p_2em {
    padding: 2em;
  }
}
@media screen and (min-width: 1601px) {
  main.contents .cntents_inner.p_1em {
    padding: 1em;
  }
  main.contents .cntents_inner.p_2em {
    padding: 2em;
  }
}
@media screen and (max-width: 1024px) {
  main.contents .cntents_inner {
    padding: 0;
    padding-left: 0;
    width: 100%;
  }
  main.contents .cntents_inner.p_1em {
    padding: 1em;
  }
  main.contents .cntents_inner.p_2em {
    padding: 2em;
  }
}
@media screen and (max-width: 639px) {
  main.contents .cntents_inner.p_1em {
    padding: 0.5em 0;
  }
  main.contents .cntents_inner.p_2em {
    padding: 1em 0;
  }
}
main.contents .cntents_inner#contents_body {
  text-align: center;
}

main.contents:not(.form) .cntents_inner {
  padding-left: 300px;
}
main.contents:not(.form) .cntents_inner.p_1em {
  padding-left: calc(300px + 1em);
}
main.contents:not(.form) .cntents_inner.p_2em {
  padding-left: calc(300px + 2em);
}
@media screen and (max-width: 1400px) {
  main.contents:not(.form) .cntents_inner {
    padding-left: calc(300px - 20px);
  }
  main.contents:not(.form) .cntents_inner.p_1em {
    padding-left: calc(300px - 20px + 1em);
  }
  main.contents:not(.form) .cntents_inner.p_2em {
    padding-left: calc(300px - 20px + 2em);
  }
}
@media screen and (min-width: 1601px) {
  main.contents:not(.form) .cntents_inner {
    padding-left: calc(300px + 30px);
  }
  main.contents:not(.form) .cntents_inner.p_1em {
    padding-left: calc(300px + 30px + 1em);
  }
  main.contents:not(.form) .cntents_inner.p_2em {
    padding-left: calc(300px + 30px + 2em);
  }
}
@media screen and (max-width: 1024px) {
  main.contents:not(.form) .cntents_inner {
    padding-left: 0;
  }
  main.contents:not(.form) .cntents_inner.p_1em {
    padding-left: 1em;
    padding-right: 1em;
  }
  main.contents:not(.form) .cntents_inner.p_2em {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* btn link */
#header .nav_inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#header .nav_inner::-webkit-scrollbar {
  display: none;
}

/* flex */
.fbox {
  display: flex;
}
@media screen and (max-width: 1400px) {
  .fbox.responsive_pc {
    display: block;
    max-width: 80%;
    max-width: 90%;
    margin: auto;
  }
  .fbox.responsive_pc .col2,
  .fbox.responsive_pc .col3,
  .fbox.responsive_pc .col4,
  .fbox.responsive_pc .col4_3 {
    width: 100%;
  }
  .fbox.responsive_pc .col5,
  .fbox.responsive_pc .col5_2,
  .fbox.responsive_pc .col5_3,
  .fbox.responsive_pc .col5_4 {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .fbox.responsive_pc {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .fbox.responsive_tab {
    display: block;
    max-width: 80%;
    margin: auto;
  }
  .fbox.responsive_tab .col2,
  .fbox.responsive_tab .col3,
  .fbox.responsive_tab .col4 {
    width: 100%;
  }
  .fbox.responsive_tab .col5,
  .fbox.responsive_tab .col5_2,
  .fbox.responsive_tab .col5_3,
  .fbox.responsive_tab .col5_4 {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .fbox.responsive_tab {
    max-width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .fbox.responsive_sp {
    display: block;
  }
  .fbox.responsive_sp .col,
  .fbox.responsive_sp .col2,
  .fbox.responsive_sp .col3,
  .fbox.responsive_sp .col3_2,
  .fbox.responsive_sp .col4,
  .fbox.responsive_sp .col4_3,
  .fbox.responsive_sp .col5,
  .fbox.responsive_sp .col5_2,
  .fbox.responsive_sp .col5_3,
  .fbox.responsive_sp .col5_4 {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .fbox.responsive_half {
    flex-wrap: wrap;
  }
  .fbox.responsive_half .col2,
  .fbox.responsive_half .col3,
  .fbox.responsive_half .col4,
  .fbox.responsive_half .col5,
  .fbox.responsive_half .col5_2,
  .fbox.responsive_half .col5_3,
  .fbox.responsive_half .col5_4 {
    width: 50%;
  }
}

.f_center {
  justify-content: center;
}

.f_space {
  justify-content: space-between;
}

.f_left {
  justify-content: flex-start !important;
}

.f_right {
  justify-content: flex-end;
}

.f_middle {
  align-items: center;
}

.f_bottom {
  align-items: flex-end;
}

.f_colmn {
  flex-direction: column;
}

.f_stretch {
  align-items: stretch;
}

.f_child {
  display: flex;
  flex-direction: column;
}

.f_gchild {
  flex-grow: 1;
}

.wrap {
  flex-wrap: wrap;
}
.wrap.f-stretch {
  align-content: stretch;
}

.f_between {
  align-content: space-between;
}

.f_justify {
  justify-content: space-between;
}

/* colmn */
.fbox_outer {
  max-width: 1400px;
  margin: auto;
}
.fbox_outer.freesize {
  max-width: 100%;
}
.fbox_outer.txt_b {
  max-width: 1200px;
}
.fbox_outer .cols_box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.fbox_outer .cols_box .col_child {
  display: flex;
  align-items: stretch;
  padding: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .fbox_outer .cols_box .col_child.col2 {
    width: 100%;
  }
}
.fbox_outer .cols_box .col_child.col5 {
  width: 33.333%;
}
@media screen and (min-width: 1400px) {
  .fbox_outer .cols_box .col_child.col5 {
    width: 20%;
  }
}
.fbox_outer .cols_box .col_child.col3.flow_arr {
  position: relative;
}
.fbox_outer .cols_box .col_child.col3.flow_arr:before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: -10px;
  background: orange;
  width: 17.3205080757px;
  height: 40px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .fbox_outer .cols_box .col_child.col3.flow_arr:before {
    left: calc(50% - 20px);
    top: calc(100% - 10px);
    height: 17.3205080757px;
    width: 40px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media screen and (max-width: 1024px) {
  .fbox_outer .cols_box .col_child.col3, .fbox_outer .cols_box .col_child.col3_2, .fbox_outer .cols_box .col_child.col4, .fbox_outer .cols_box .col_child.col4_3, .fbox_outer .cols_box .col_child.col5, .fbox_outer .cols_box .col_child.col5_2, .fbox_outer .cols_box .col_child.col5_3, .fbox_outer .cols_box .col_child.col5_4 {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .fbox_outer .cols_box .col_child.col3, .fbox_outer .cols_box .col_child.col3_2, .fbox_outer .cols_box .col_child.col4, .fbox_outer .cols_box .col_child.col4_3 {
    width: 100%;
  }
}
.fbox_outer .cols_box .col_child .col_child_contents {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.fbox_outer .cols_box .col_child .col_child_contents.radius_box {
  border-radius: 15px;
  background-color: #eeedeb;
  z-index: 1;
  overflow: hidden;
}
.fbox_outer .cols_box .col_child .col_child_contents.radius_box .op9 {
  opacity: 0.9;
}
@media screen and (max-width: 639px) {
  .fbox_outer .cols_box .col_child .col_child_contents {
    height: auto;
  }
}
.fbox_outer .cols_box .col_child .col_child_contents .ft_cnt {
  position: relative;
  margin-top: auto;
}
.fbox_outer .cols_box .col_child .col_child_contents .caption {
  padding-bottom: 10px;
}
.fbox_outer .cols_box .col_child .col_child_contents .caption .title {
  padding: 0.1em 0 0.1em;
  font-weight: bold;
  background: #979797;
  background: #666;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .fbox_outer .cols_box .col_child .col_child_contents .caption .title {
    max-width: 100%;
  }
}
.fbox_outer .cols_box .col_child .col_child_contents .caption p {
  line-height: 1.4 !important;
  font-size: 0.9em;
  padding: 0.8em 0.8em 0;
}
@media screen and (max-width: 1024px) {
  .fbox_outer .cols_box .col_child .col_child_contents .caption p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1025px) {
  .fbox_outer .cols_box .col_child .col_child_contents.align_height .item {
    flex: 1;
    height: 100%;
    min-height: 0%;
  }
  .fbox_outer .cols_box .col_child .col_child_contents.align_height .item02 {
    flex: 1.5;
    height: 100%;
    min-height: 0%;
  }
}
.fbox_outer .cols_box a.col_child {
  text-decoration: none;
  color: #474545;
}
.fbox_outer .cols_box a.col_child:hover, .fbox_outer .cols_box a.col_child:focus {
  text-decoration: none;
  color: #474545;
}
.fbox_outer .cols_box a.col_child:hover .radius_box, .fbox_outer .cols_box a.col_child:focus .radius_box {
  background-color: #303030;
}
.fbox_outer .cols_box a.col_child:hover .radius_box .op9, .fbox_outer .cols_box a.col_child:focus .radius_box .op9 {
  opacity: 0.7;
}
.fbox_outer .cols_box a.col_child:hover .radius_box .caption p, .fbox_outer .cols_box a.col_child:focus .radius_box .caption p {
  color: #fff;
}
.fbox_outer .cols_box.f_m40 {
  justify-content: space-between;
}
.fbox_outer .cols_box.f_m40 .col_child.col2 {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1024px) {
  .fbox_outer .cols_box.f_m40 .col_child.col2 {
    width: 100%;
  }
}
.fbox_outer .cols_box.f_m40 .col_child.col3 {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1024px) {
  .fbox_outer .cols_box.f_m40 .col_child.col3 {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .fbox_outer .cols_box.f_m40 .col_child.col3 {
    width: 100%;
  }
}
.fbox_outer .cols_box.col_border {
  border-top: 1px solid;
  border-left: 1px solid;
}
.fbox_outer .cols_box.col_border .col_child {
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.fbox_outer.sidebyside {
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .fbox_outer.sidebyside {
    padding: 0;
  }
}
.fbox_outer.sidebyside .cols_box {
  justify-content: flex-start;
}
.fbox_outer.sidebyside .cols_box:not(:last-of-type) {
  margin-bottom: 4em;
}
.fbox_outer.sidebyside .cols_box .col_child:nth-of-type(1) {
  padding-bottom: 90px;
}
@media screen and (max-width: 1400px) {
  .fbox_outer.sidebyside .cols_box .col_child:nth-of-type(1) {
    margin-right: -100px;
    width: calc(50% + 100px);
  }
}
@media screen and (max-width: 1024px) {
  .fbox_outer.sidebyside .cols_box .col_child:nth-of-type(1) {
    margin: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
.fbox_outer.sidebyside .cols_box .col_child:nth-of-type(2) {
  overflow: hidden;
  margin-left: -80px;
  margin-right: 0;
  width: calc(50% + 80px);
  position: relative;
  min-height: 350px;
  padding: 0;
}
.fbox_outer.sidebyside .cols_box .col_child:nth-of-type(2) img {
  position: absolute;
  z-index: -1;
  width: auto;
  height: auto;
  opacity: 0.7;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .fbox_outer.sidebyside .cols_box .col_child:nth-of-type(2) img {
    margin: 0 auto;
    margin: 0;
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .fbox_outer.sidebyside .cols_box .col_child:nth-of-type(2) {
    margin: 0;
    width: 100%;
    padding-bottom: 1em;
    min-height: 0;
  }
}
.fbox_outer.sidebyside .cols_box .col_child:nth-of-type(2) .col_child_contents {
  z-index: -1;
}
.fbox_outer.sidebyside .cols_box .col_child:nth-of-type(3) {
  margin-top: -100px;
  padding: 0;
}
@media screen and (min-width: 1601px) {
  .fbox_outer.sidebyside .cols_box .col_child:nth-of-type(3) {
    padding: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .fbox_outer.sidebyside .cols_box .col_child:nth-of-type(3) {
    margin-right: -100px;
    width: calc(50% + 100px);
  }
}
@media screen and (max-width: 1024px) {
  .fbox_outer.sidebyside .cols_box .col_child:nth-of-type(3) {
    margin-top: 0;
    margin: 0;
    width: 100%;
  }
  .fbox_outer.sidebyside .cols_box .col_child:nth-of-type(3) .btn_line {
    justify-content: flex-end;
  }
  .fbox_outer.sidebyside .cols_box .col_child:nth-of-type(3) .btn_line .col2 {
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  .fbox_outer.sidebyside .cols_box .col_child:nth-of-type(3) {
    font-size: 0.9em;
  }
}
.fbox_outer.sidebyside .cols_box .col_child:nth-of-type(3) .col_child_contents {
  background: none;
}
@media screen and (max-width: 1024px) {
  .fbox_outer.sidebyside .cols_box .col_child {
    display: block;
  }
}
.fbox_outer.sidebyside .cols_box .col_child .col_child_contents .title {
  text-align: left;
  padding: 0 0 2em 0;
}
.fbox_outer.sidebyside .cols_box .col_child .col_child_contents span {
  display: block;
}
.fbox_outer.sidebyside .cols_box .col_child p {
  text-align: left;
}
.fbox_outer.sidebyside .cols_box:nth-child(even), .fbox_outer.sidebyside .cols_box.even {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  .fbox_outer.sidebyside .cols_box:nth-child(even) .col_child, .fbox_outer.sidebyside .cols_box.even .col_child {
    margin-left: -100px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .fbox_outer.sidebyside .cols_box:nth-child(even) .col_child, .fbox_outer.sidebyside .cols_box.even .col_child {
    margin: 0 auto;
    width: 100%;
  }
}
.fbox_outer.sidebyside .cols_box:nth-child(even) .col_child .col_child_contents .title, .fbox_outer.sidebyside .cols_box.even .col_child .col_child_contents .title {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .fbox_outer.sidebyside .cols_box:nth-child(even) .col_child .col_child_contents .title, .fbox_outer.sidebyside .cols_box.even .col_child .col_child_contents .title {
    text-align: left;
  }
}
.fbox_outer.sidebyside .cols_box:nth-child(even) .col_child:nth-of-type(2), .fbox_outer.sidebyside .cols_box.even .col_child:nth-of-type(2) {
  margin-left: 0;
  margin-right: -80px;
  width: calc(50% + 80px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fbox_outer.sidebyside .cols_box:nth-child(even) .col_child:nth-of-type(2), .fbox_outer.sidebyside .cols_box.even .col_child:nth-of-type(2) {
    margin: 0 auto;
    width: 100%;
  }
}
.fbox_outer.sidebyside .cols_box:nth-child(even) .col_child:nth-of-type(2) img, .fbox_outer.sidebyside .cols_box.even .col_child:nth-of-type(2) img {
  position: absolute;
  left: 0;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .fbox_outer.sidebyside .cols_box:nth-child(even) .col_child:nth-of-type(2) img, .fbox_outer.sidebyside .cols_box.even .col_child:nth-of-type(2) img {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 1400px) {
  .fbox_outer.sidebyside .cols_box:nth-child(even) .col_child:nth-of-type(3), .fbox_outer.sidebyside .cols_box.even .col_child:nth-of-type(3) {
    margin-left: -100px;
    margin-right: 0;
  }
}

/* fl グリッドレイアウト */
.fl_grid {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.fl_grid dl {
  display: contents;
}

#header .nav_inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#header .nav_inner::-webkit-scrollbar {
  display: none;
}

/* サイドナビ固有css */
#header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100vh;
  width: 300px;
}
@media screen and (min-width: 1601px) {
  #header {
    left: 30px;
  }
}
@media screen and (max-width: 1400px) {
  #header {
    left: 0;
    width: calc(300px - 20px);
  }
}
@media screen and (max-width: 1024px) {
  #header {
    width: 100%;
    height: 80px;
  }
}
#header .nav_inner {
  position: fixed;
  top: 0;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  background: #fff;
}
@media screen and (min-width: 1400px) {
  #header .nav_inner {
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1601px) {
  #header .nav_inner {
    left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #header .nav_inner {
    width: 100%;
    height: 80px;
  }
}
@media screen and (max-width: 639px) {
  #header .nav_inner {
    position: relative;
  }
}
#header .nav_inner a {
  text-decoration: none;
}
#header .nav_inner a:hover, #header .nav_inner a:focus {
  text-decoration: none;
}
#header .nav_inner #site_identity {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #header .nav_inner #site_identity {
    padding: 5px 0;
  }
}
#header .nav_inner #site_identity .logo {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  #header .nav_inner #site_identity .logo {
    height: 40px;
    width: auto;
  }
}
#header .nav_inner #site_identity figcaption {
  font-size: 0.98rem;
  color: #767676;
  padding-top: 0.4em;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  #header .nav_inner #site_identity figcaption {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 639px) {
  #header .nav_inner #site_identity {
    position: fixed;
    width: 100%;
  }
}
#header .nav_inner #g_nav {
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  #header .nav_inner #g_nav {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1024px) {
  #header .nav_inner #g_nav {
    margin-top: 80px;
  }
}
#header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area {
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section {
  position: relative;
}
#header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > a {
  position: relative;
}
#header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > .sub_open {
  position: absolute;
  cursor: pointer;
  transition: all 0.5s ease;
  right: 0;
  box-sizing: border-box;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 100px;
  background: none;
  top: 50%;
  margin-top: -25px;
}
#header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > .sub_open.close {
  top: 25px;
}
#header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > .sub_open svg {
  width: 18px;
  height: 18px;
  fill: #474545;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
}
@media screen and (max-width: 1024px) {
  #header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > .sub_open svg {
    fill: #fff;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > .sub_open {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
}
#header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > .sub_open:hover, #header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > .sub_open:focus {
  color: #b70007;
}
#header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > .sub_open.close {
  transform: rotate(180deg);
}
#header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > .sub_open.close::after {
  transform: rotate(45deg);
}
#header .nav_inner #g_nav #g_nav_list #service_menu.accordion_area > li > .section > .sub_box {
  display: none;
  margin: 0 3% 3% 3%;
  padding: 3%;
}
@media screen and (min-width: 1025px) {
  #header .nav_inner #g_nav li .section .sub_box .submenu li a {
    border-bottom: 1.2px solid #303030;
    border-image: linear-gradient(to right, rgba(218, 218, 218, 0.1254901961) 0%, #303030 50%, rgba(218, 218, 218, 0.1254901961) 100%);
    border-image-slice: 1;
  }
}
#header .nav_inner #g_nav li a {
  text-decoration: none;
  padding: 1.1em 1em;
  display: block;
  border-bottom: 1.2px solid #dadada;
  border-image: linear-gradient(to right, rgba(218, 218, 218, 0.1254901961) 0%, #dadada 50%, rgba(218, 218, 218, 0.1254901961) 100%);
  border-image-slice: 1;
  color: #474545;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #header .nav_inner #g_nav li a {
    font-size: 0.9rem;
    padding: 0.8em 1em;
  }
}
#header .nav_inner #g_nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2px;
  background: linear-gradient(to right, #b7000720 0%, #b70007 50%, #b7000720 100%);
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
@media screen and (max-width: 1024px) {
  #header .nav_inner #g_nav li a::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1254901961) 0%, #ffffff 50%, rgba(255, 255, 255, 0.1254901961) 100%);
  }
}
#header .nav_inner #g_nav li a.current, #header .nav_inner #g_nav li a:hover, #header .nav_inner #g_nav li a:focus {
  color: #b70007;
}
#header .nav_inner #g_nav li a.current::after, #header .nav_inner #g_nav li a:hover::after, #header .nav_inner #g_nav li a:focus::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1024px) {
  #header .nav_inner #g_nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #5c5c5c;
    transition: all 0.6s;
  }
  #header .nav_inner #g_nav.panelactive {
    right: 0;
  }
  #header .nav_inner #g_nav.panelactive #g_nav_list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header .nav_inner #g_nav #g_nav_list ul#service_menu.accordion_area {
    position: absolute;
    z-index: 999;
    top: 1em;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #header .nav_inner #g_nav #g_nav_list ul#service_menu.accordion_area li {
    list-style: none;
    text-align: center;
  }
  #header .nav_inner #g_nav #g_nav_list ul#service_menu.accordion_area li .section {
    border-bottom: 1px solid #fff;
  }
  #header .nav_inner #g_nav #g_nav_list ul#service_menu.accordion_area li .section a {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    border-bottom: none;
  }
  #header .nav_inner #g_nav #g_nav_list ul#service_menu.accordion_area li .section .sub_open {
    color: #fff;
  }
  #header .nav_inner #g_nav #g_nav_list ul#service_menu.accordion_area li .section .sub_open:hover, #header .nav_inner #g_nav #g_nav_list ul#service_menu.accordion_area li .section .sub_open:focus {
    color: #fff;
  }
  #header .nav_inner #g_nav #g_nav_list ul#service_menu.accordion_area li .section .sub_open::after {
    color: #fff;
  }
  #header .nav_inner #g_nav #g_nav_list ul#service_menu.accordion_area li .section .sub_box ul.submenu > li > a {
    font-weight: normal;
  }
}
#header .nav_inner .openbtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .nav_inner .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 15px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  #header .nav_inner .openbtn #global-menu-button {
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
  }
  #header .nav_inner .openbtn #global-menu-button svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    stroke-width: 2;
  }
  #header .nav_inner .openbtn #global-menu-button svg line {
    stroke: #474545;
    transition: all 0.2s ease;
  }
  #header .nav_inner .openbtn #global-menu-button svg line.top {
    transform-origin: 11.5px 0.5px;
  }
  #header .nav_inner .openbtn #global-menu-button svg line.bottom {
    transform-origin: 11.5px 14.5px;
  }
  #header .nav_inner .openbtn #global-menu-button[aria-expanded=true] line.top {
    transform: translate(0px, 7px) rotate(45deg);
  }
  #header .nav_inner .openbtn #global-menu-button[aria-expanded=true] line.bottom {
    transform: translate(0px, -7px) rotate(-45deg);
  }
  #header .nav_inner .openbtn #global-menu-button[aria-expanded=true] line.middle {
    transform: translate(-20px, 0px);
    opacity: 0;
  }
}
#header .nav_inner .contact_box {
  position: relative;
  height: auto;
  width: 100%;
  text-align: center;
  background-color: #b70007;
  color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 1400px) {
  #header .nav_inner .contact_box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  #header .nav_inner .contact_box {
    display: none;
  }
}
#header .nav_inner .contact_box .to_call {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  #header .nav_inner .contact_box .to_call {
    padding: 0 0 14px 0;
  }
}
#header .nav_inner .contact_box .to_call .telnum {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #header .nav_inner .contact_box .to_call .telnum {
    font-size: 1.8rem;
    line-height: 1;
  }
}
#header .nav_inner .contact_box .to_call .telnum::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg id='call' data-name='call' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath d='M353.19,252.05a218,218,0,0,1-68.47-10.9c-10.72-3.66-23.9-.31-30.44,6.41l-43.18,32.6C161,253.43,130.19,222.59,103.82,172.9l31.64-42.06a31,31,0,0,0,7.63-31.44,218.4,218.4,0,0,1-11-68.59A30.84,30.84,0,0,0,101.33,0H30.81A30.84,30.84,0,0,0,0,30.81C0,225.56,158.44,384,353.19,384A30.84,30.84,0,0,0,384,353.19V282.86A30.85,30.85,0,0,0,353.19,252.05Z' style='fill: rgb(255, 255, 255);'/%3E%3C/svg%3E");
  background-size: cover;
  transform: rotate(30deg);
}
@media screen and (max-width: 1400px) {
  #header .nav_inner .contact_box .to_call .telnum::before {
    width: 22px;
    height: 22px;
  }
}
#header .nav_inner .contact_box .to_call span {
  display: block;
}
#header .nav_inner .contact_box .to_call span.teltime {
  font-size: 0.9rem;
}
@media screen and (max-width: 1400px) {
  #header .nav_inner .contact_box .to_call span.teltime {
    font-size: 0.8rem;
  }
}
#header .nav_inner .contact_box .to_form {
  position: relative;
}
#header .nav_inner .contact_box .to_form a.form_btn {
  color: #b70007;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 1em 0;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s ease;
  width: 250px;
  margin: 0 auto;
  transition: all 0.3s ease-out;
  display: inline-block;
  border: 2px solid #fff;
}
#header .nav_inner .contact_box .to_form a.form_btn:hover, #header .nav_inner .contact_box .to_form a.form_btn:focus {
  color: #fff;
  background: #b70007;
}
#header .nav_inner .contact_box .to_form a.form_btn span {
  font-size: 17px;
  font-weight: bold;
}

.nav_inner {
  width: inherit;
  text-align: left;
}

/* footer */
#footer {
  position: relative;
  font-size: 0.8rem;
  /* お問い合わせ */
}
#footer .f_mark {
  display: block;
}
#footer #copyright_area {
  background-color: #d7d7d7;
  padding: 15px;
  text-align: center;
  padding-left: calc(300px + 15px);
  font-size: 0.7rem;
}
@media screen and (max-width: 1024px) {
  #footer #copyright_area {
    padding: 15px 0;
  }
}
#footer #nav_area {
  background-color: #e3e3e3;
  padding: 15px;
  padding-left: calc(300px + 15px);
  font-size: 0.8rem;
}
@media screen and (max-width: 1024px) {
  #footer #nav_area {
    padding: 10px;
  }
}
@media screen and (max-width: 639px) {
  #footer #nav_area {
    padding: 5px;
  }
}
#footer #nav_area .f_nv_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 2em;
}
@media screen and (max-width: 1024px) {
  #footer #nav_area .f_nv_ul {
    padding: 0;
  }
}
#footer #nav_area .f_nv_ul li {
  width: 40%;
  text-align: left;
}
#footer #nav_area .f_nv_ul li:nth-of-type(3n) {
  width: 20%;
}
@media screen and (min-width: 1400px) {
  #footer #nav_area .f_nv_ul li {
    width: auto;
    padding: 0 1em;
  }
  #footer #nav_area .f_nv_ul li:nth-of-type(3n) {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  #footer #nav_area .f_nv_ul li {
    width: auto;
    padding: 0 0.5em;
  }
  #footer #nav_area .f_nv_ul li:nth-of-type(3n) {
    width: auto;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 639px) {
  #footer #nav_area .f_nv_ul li {
    padding: 0;
  }
  #footer #nav_area .f_nv_ul li:nth-of-type(3n) {
    padding: 0;
  }
}
#footer #nav_area .f_nv_ul li a {
  display: inline-block;
  color: #474545;
  text-decoration: none;
  padding: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
  position: relative;
}
#footer #nav_area .f_nv_ul li a::after {
  content: "";
  position: absolute;
  bottom: 0.2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #860307;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
#footer #nav_area .f_nv_ul li a:hover::after, #footer #nav_area .f_nv_ul li a:focus::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 639px) {
  #footer #nav_area .f_nv_ul li a {
    padding: 0.5em;
    margin: 0;
    text-align: center;
  }
}
#footer #nav_area .f_nv_ul li a:hover, #footer #nav_area .f_nv_ul li a:focus {
  color: #860307;
}
#footer #privacy_area {
  padding: 15px;
  padding-left: calc(300px + 15px);
  font-size: 0.6rem;
  background-color: #f4f4f4;
}
@media screen and (max-width: 1024px) {
  #footer #privacy_area {
    padding: 15px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 320px) {
  #footer #privacy_area {
    padding-bottom: 150px;
  }
}
#footer #privacy_area .p_ul {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 1em auto;
}
@media screen and (min-width: 1400px) {
  #footer #privacy_area .p_ul {
    width: 60%;
    min-width: 840px;
  }
}
@media screen and (max-width: 639px) {
  #footer #privacy_area .p_ul {
    flex-wrap: wrap;
  }
}
#footer #privacy_area .p_ul li {
  padding: 0.5em;
}
#footer #privacy_area .p_ul li p {
  padding-top: 0.5em;
}
#footer #privacy_area .p_ul li:nth-of-type(-n+3) {
  max-width: 16.6666666667%;
}
@media screen and (min-width: 1400px) {
  #footer #privacy_area .p_ul li:nth-of-type(-n+3) {
    width: auto;
    padding: 0.5em 2em;
  }
}
@media screen and (max-width: 639px) {
  #footer #privacy_area .p_ul li:nth-of-type(-n+3) {
    max-width: 33.3333333333%;
    padding: 0.8em;
  }
}
#footer #privacy_area .p_ul li:nth-of-type(n+4) {
  max-width: 25%;
  text-align: left;
}
@media screen and (min-width: 1400px) {
  #footer #privacy_area .p_ul li:nth-of-type(n+4) {
    width: auto;
    padding: 0.5em 2em;
  }
}
@media screen and (max-width: 639px) {
  #footer #privacy_area .p_ul li:nth-of-type(n+4) {
    max-width: 50%;
    text-align: center;
    padding: 0.8em;
  }
}
#footer #privacy_area .p_ul li:nth-of-type(4) p {
  max-width: 180px;
}
#footer #privacy_area .p_ul li:nth-of-type(5) p {
  max-width: 175px;
}
#footer #privacy_area .p_ul li img {
  margin: 0 auto;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1400px) {
  #footer #privacy_area .p_ul li img {
    max-width: 100%;
    height: auto;
  }
}
#footer #privacy_area .p_ul li a {
  display: block;
  text-align: center;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
#footer #privacy_area .p_ul li a:hover, #footer #privacy_area .p_ul li a:focus {
  color: #860307;
}
#footer .contact_box {
  position: relative;
  height: auto;
  width: 100%;
  text-align: center;
  background-color: #b70007;
  color: #fff;
  padding: 30px 0;
  padding-left: calc(300px + 15px);
}
@media screen and (max-width: 1024px) {
  #footer .contact_box {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 20px;
    height: 85px;
    z-index: 2;
  }
}
@media screen and (max-width: 320px) {
  #footer .contact_box {
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 1401px) {
  #footer .contact_box {
    display: none;
  }
}
#footer .contact_box .to_call {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #footer .contact_box .to_call {
    padding: 10px;
  }
}
#footer .contact_box .to_call .telnum {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-out;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #footer .contact_box .to_call .telnum {
    font-size: 1.2rem;
    display: block;
  }
}
#footer .contact_box .to_call .telnum:hover, #footer .contact_box .to_call .telnum:focus {
  transform: scale(1.05);
  text-shadow: 0 10px 10px rgba(124, 0, 0, 0.6);
}
#footer .contact_box .to_call .telnum::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg id='call' data-name='call' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath d='M353.19,252.05a218,218,0,0,1-68.47-10.9c-10.72-3.66-23.9-.31-30.44,6.41l-43.18,32.6C161,253.43,130.19,222.59,103.82,172.9l31.64-42.06a31,31,0,0,0,7.63-31.44,218.4,218.4,0,0,1-11-68.59A30.84,30.84,0,0,0,101.33,0H30.81A30.84,30.84,0,0,0,0,30.81C0,225.56,158.44,384,353.19,384A30.84,30.84,0,0,0,384,353.19V282.86A30.85,30.85,0,0,0,353.19,252.05Z' style='fill: rgb(255, 255, 255);'/%3E%3C/svg%3E");
  background-size: cover;
  transform: rotate(30deg);
}
@media screen and (max-width: 1024px) {
  #footer .contact_box .to_call .telnum::before {
    width: 18px;
    height: 18px;
  }
}
#footer .contact_box .to_call .telnum .teltime {
  font-size: 0.9rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  #footer .contact_box .to_call .telnum .teltime {
    font-size: 0.7rem;
  }
}
#footer .contact_box .to_form {
  position: relative;
}
#footer .contact_box .to_form .form_btn {
  color: #b70007;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0.8em 1.2em;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s ease;
  width: 230px;
  margin: 0 auto;
  transition: all 0.3s ease-out;
  display: inline-block;
}
#footer .contact_box .to_form .form_btn:hover, #footer .contact_box .to_form .form_btn:focus {
  color: #860307;
  background: #fff;
}
#footer .contact_box .to_form .form_btn .telnum,
#footer .contact_box .to_form .form_btn .teltime {
  font-size: 17px;
  font-weight: bold;
}
#footer .contact_box .to_form .form_btn:hover, #footer .contact_box .to_form .form_btn:focus {
  box-shadow: 0px 0px 1px 3px rgb(255, 255, 255);
}
@media screen and (max-width: 1024px) {
  #footer .contact_box .to_form .form_btn {
    padding: 0.8em 0.6em;
    display: block;
  }
  #footer .contact_box .to_form .form_btn .telnum,
  #footer .contact_box .to_form .form_btn .teltime {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 639px) {
  #footer .contact_box .to_form .form_btn {
    width: 100%;
    padding: 1.2em 0.6em;
  }
}
@media screen and (max-width: 320px) {
  #footer .contact_box .to_form .form_btn {
    max-width: 90%;
    display: block;
  }
}
#footer #to_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 1024px) {
  #footer #to_top {
    bottom: 100px;
  }
}
#footer #to_top .btn_scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b70007;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: ease 0.2s;
}
#footer #to_top .btn_scroll:hover, #footer #to_top .btn_scroll:focus {
  background: #860307;
}
@media screen and (max-width: 1024px) {
  #footer #to_top .btn_scroll {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
}
#footer #to_top .btn_scroll::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: 19px;
}
@media screen and (max-width: 1024px) {
  #footer #to_top .btn_scroll::after {
    width: 15px;
    height: 15px;
    border-width: 2px;
    top: 16.5px;
    right: 12.5px;
  }
}
#footer #to_top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#footer #to_top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}/*# sourceMappingURL=style.css.map */