@charset "UTF-8";
/* 769px */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 16px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ========================================
  Reset
======================================== */
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, p, blockquote, pre, address, object, form, fieldset, input, textarea, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, table, input, textarea {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style: none;
  list-style-position: inside;
}

hr {
  border: none;
  border-top: #cccccc 1px solid;
}

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

:root {
  font-size: 10px;
}

/*html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}*/
body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  /*img{
    opacity: .8;
  }
  */
}

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

/* ========================================
  layout
======================================== */
#fixed_footer {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: auto;
}
#fixed_footer .fixed_footer_inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  background-color: #faf038;
  border: 0.7vw solid #ff643a;
  padding: 0.7vw 1vw 1.7vw;
  position: relative;
}


#fixed_footer .fixed_footer_inner_flex::before {
    content: "";
    background: url(../img/fix_icon.png) no-repeat center top / contain;
    width: 11vw;
    height: 11vw;
    position: absolute;
    top: 11.5vw;
    right: 0.7vw;
    z-index: 1;
}

#fixed_footer .fixed_footer_inner_flex div img {
  width: 100%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
br.pc_br {
  display: block;
}

br.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  br.pc_br {
    display: none;
  }
  br.sp_br {
    display: block;
  }
}
.bg_white {
  background: #FFF !important;
}

.fc_red {
  color: #FF0000;
}

.fc_yellow {
  color: #FEEE00;
}

.fc_orange {
  color: #FF5800;
}

.stroke {
  text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000, 2px 0px 1px #000, 0px 2px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;
}

@media screen and (max-width: 768px) {
  .stroke {
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 0px 1px #000, 0px 1px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;
  }
}
.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FEEE00), color-stop(90%, transparent));
  background: linear-gradient(transparent 60%, #FEEE00 60% 90%, transparent 90%);
}

#contents {
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #contents {
    margin: 0 auto;
    padding-bottom: 80px;
  }
}
#header {
  z-index: 999;
  width: 100%;
  background: #FFF;
}
#header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
#header .header_inner .header_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
  }
  #header .header_inner {
    padding-top: 0;
  }
  #header .header_inner .header_logo {
    max-width: 180px;
  }
  #header .header_inner .header_btn ul {
    display: none;
  }
}
#nav {
  font-size: 16px;
  margin: 20px 0;
}
#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nav ul li {
  position: relative;
  padding: 0 20px 0 20px;
}
#nav ul li:after {
  position: absolute;
  right: 0;
  content: "|";
}
#nav ul li:last-child:after {
  content: "";
}

@media screen and (max-width: 768px) {
  #nav {
    display: none;
  }
}
.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .drawer-hamburger {
    display: block;
  }
}
#mv {
  position: relative;
}
#mv .mv_parts {
  background: url(../img/mv_parts_bg.png) no-repeat;
  width: 340px;
  height: 180px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#mv .mv_contact {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 340px;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  #mv .mv_contact {
    max-width: 25vw;
  }
}
#mv .mv_contact .mv_contact_flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mv .mv_contact .mv_contact_flex ul li {
  width: 50%;
}

#sp_mv {
  position: relative;
  padding-top: 60px;
  z-index: 1;
  margin-bottom: -6vw;
}

.contact {
  padding: 30px 20px;
  background-size: auto auto;
  background-color: rgb(234, 224, 152);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgb(246, 237, 161) 10px, rgb(246, 237, 161) 15px);
}
.contact .contact_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.contact .contact_inner .tel {
  margin-bottom: 20px;
}
.contact .contact_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: -20px;
    padding: 0;
    background-size: auto auto;
    background-color: rgb(234, 224, 152);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgb(246, 237, 161) 10px, rgb(246, 237, 161) 15px);
  }
  .contact.contact--type2 {
    margin-top: 0;
  }
  
  .contact .contact_inner .tel {
    margin-bottom: 0;
  }
  .contact .contact_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact2 {
  padding: 30px 20px 20px;
  background-size: auto auto;
  background-color: rgb(234, 224, 152);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgb(246, 237, 161) 10px, rgb(246, 237, 161) 15px);
}
.contact2 .contact2_inner {
  max-width: 1000px;
  margin: -40px auto 0;
}
.contact2 .contact2_inner .tel {
  margin-bottom: 20px;
}
.contact2 .contact2_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 340px;
  padding: 20px;
  background: url(../img/sect_bg.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #sect {
    height: auto;
    padding: 0;
  }
}
#sect2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px 0 20px;
  background: #459aab;
}
#sect2 .sect2_item {
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  #sect2 {
    padding: 0;
  }
}
.sect2_2 {
  background: #225a77;
  text-align: center;
}

#sect3 {
  padding: 0 15px;
}
#sect3 ul {
  max-width: 1000px;
  margin: 0 auto;
}

#sect3_2 {
  margin-bottom: 120px;
  padding: 0 15px;
}
#sect3_2 ul {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #sect3_2 {
    margin-top: -60px;
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
#sect4 {
  max-width: 1000px;
  margin: 0 auto 65px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  #sect4 {
    margin: 0 auto;
    margin-top: -60px;
    padding-top: 60px;
  }
  #sect4 ul {
    margin-top: 60px;
  }
}
#sect5 .sect5_ttl {
  text-align: center;
  background: #009cae;
}

#sect5 .sect5_bg {
  text-align: center;
  background: #f6eda1;
  padding: 50px 20px 30px;
}
#sect5 .sect5_bg ul li {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #sect5 {
    margin-top: -60px;
    padding-top: 60px;
  }
  #sect5 .sect5_bg {
    padding: 0;
  }
  #sect5 .sect5_bg ul li {
    margin-bottom: 0;
  }
  #sect5 .sect5_ttl img {
    width: 100%;
  }

}
#sect6 {
  text-align: center;
  background: #009cae;
  padding: 50px 20px;
}

@media screen and (max-width: 768px) {
  #sect6 {
    padding: 0;
  }
}
#sect7 {
  text-align: center;
  background: url(../img/sect7_bg.png) no-repeat;
  background-size: cover;
  padding: 50px 20px 0;
}

@media screen and (max-width: 768px) {
  #sect7 {
    padding: 0;
  }
}
.border {
  line-height: 0;
}

#sect8 {
  text-align: center;
  padding: 0 20px 90px;
  background: #ECECEC;
}
#sect8 ul {
  max-width: 1000px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  #sect8 {
    padding: 0;
    margin-top: -60px;
    padding-top: 60px;
  }
  #sect8 ul {
    margin: 0 auto;
  }
}
#sect9 {
  text-align: center;
  padding: 0 20px 90px;
}
#sect9 .sect9_inner {
  padding-top: 50px;
}
#sect9 ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sect9 ul li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  margin-right: 20px;
}
#sect9 ul li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #sect9 {
    margin-top: -60px;
    padding-top: 60px;
  }
  #sect9 .sect9_inner {
    padding-top: 60px;
  }
  #sect9 ul {
    display: block;
  }
  #sect9 ul li {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
#sect10 {
  margin-bottom: 120px;
  padding: 0 15px;
  background: url(../img/sect10_bg.png) top center repeat-x;
}
#sect10 ul {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #sect10 {
    margin-bottom: 60px;
    padding: 0;
  }
}
.sect11-1 {
  margin: 60px 0;
}
#sect11 .line_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 121px;
  background: #ef5790;
}
#sect11 .line_box.line_box--type2 {
  background: #009db0;
}
#sect11 ul {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sect11-1 {
    margin: 6vw 0;
  }
  #sect11 .line_box {
    height: auto;
  }
}
#sect12 .sect12_inner {
  background: #009cae;
}
#sect12 .line_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  background: #808080;
}
#sect12 ul {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px;
}
#sect12 ul li {
  margin-bottom: 30px;
}
#sect12 ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #sect12 {
    margin-top: -60px;
    padding-top: 60px;
  }
  #sect12 .line_box {
    height: auto;
  }
  #sect12 ul {
    padding: 0;
  }
  #sect12 ul li {
    margin-bottom: 0;
  }
}
#sect13 {
  margin-bottom: 30px;
  padding: 0 20px;
}
#sect13 .sect13_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#sect13 .sect13_inner .sect13_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sect13 .sect13_inner .sect13_flex .sect13_left {
  width: 40%;
}
#sect13 .sect13_inner .sect13_flex .sect13_left h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}
#sect13 .sect13_inner .sect13_flex .sect13_left .city_name_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sect13 .sect13_inner .sect13_flex .sect13_left .city_name_flex ul {
  width: 50%;
}
#sect13 .sect13_inner .sect13_flex .sect13_left .city_name_flex ul li {
  font-size: 26px;
}
#sect13 .sect13_inner .sect13_flex .sect13_left .city_name_flex ul li:before {
  content: "●";
  color: #009cae;
  margin-right: 5px;
}
#sect13 .sect13_inner .sect13_flex .sect13_right {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #sect13 {
    padding-top: 30px;
  }
  #sect13 .sect13_inner h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
  }
  #sect13 .sect13_inner .city_name_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sect13 .sect13_inner .city_name_flex ul {
    width: 33.333%;
  }
  #sect13 .sect13_inner .city_name_flex ul li {
    font-size: 16px;
  }
  #sect13 .sect13_inner .city_name_flex ul li:before {
    content: "●";
    color: #009cae;
    margin-right: 5px;
  }
}
@media screen and (max-width: 350px) {
  #sect13 .sect13_inner .city_name_flex ul li {
    font-size: 14px;
  }
}

#sect14 .sect14_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  background: #808080;
}
#sect14 .sect14_inner {
  padding: 40px 20px 60px;
}
#sect14 ul {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #sect14 {
    margin-top: -60px;
    padding-top: 60px;
  }
  #sect14 .sect14_ttl {
    height: auto;
  }
  #sect14 .sect14_inner {
    padding: 0;
  }
}
#sect15 .sect15_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 68px;
  background: #808080;
}
#sect15 .sect15_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sect15 .sect15_inner .sect15_box {
  width: 100%;
}
#sect15 .sect15_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bebebe;
}
#sect15 .sect15_inner dl dt {
  width: 30%;
  font-size: 26px;
  font-weight: 700;
}
#sect15 .sect15_inner dl dd {
  width: 70%;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #sect15 .sect15_ttl {
    height: auto;
  }
  #sect15 .sect15_inner {
    padding: 20px;
  }
  #sect15 .sect15_inner dl dt {
    font-size: 16px;
  }
  #sect15 .sect15_inner dl dd {
    font-size: 16px;
  }
}







/* tel HTML text */
.tel__banner {
  position: relative;
}
.tel__banner span {
  position: absolute;
  top: 0.2em;
  left: 2em;
  font-size: 1.9em;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  color: #ef5790;
  font-weight: bold;
}
.tel__banner.tel__banner--conv span {
  top: -0.35em;
  left: 7.1em;
  font-size: 3.8em;
  letter-spacing: -0.05em;
}
.tel__banner.tel__banner--header span {
  top: -0.18em;
  left: 1.15em;
  font-size: 2.55em;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
  .tel__banner {
    font-size: 1.18vw;
  }
  .tel__banner.tel__banner--conv {
    font-size: 16px; 
  }
  .tel__banner.tel__banner--header {
    font-size: 16px; 
  }
}
@media screen and (min-width: 769px) and (max-width: 1120px) {
  .tel__banner.tel__banner--header {
    font-size: 1.44vw; 
  }
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .tel__banner.tel__banner--conv {
    font-size: 1.535vw; 
  }
}


.tel__banner_sp {
  position: relative;
}
.tel__banner_sp span {
  position: absolute;
  top: -4.7vw;
  left: 24vw;
  font-size: 11.7vw;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.35vw;
  color: #c3422c;
  font-weight: 500;
  /* text-shadow: 0.03em 0.03em 0.02em #000; */
}
.tel__banner_sp.tel__banner_sp--fix span {
  top: -0.55vw;
  left: 1.8vw;
  font-size: 5.55vw;
  letter-spacing: -0.35vw;
  color: #ef5790;
}
@media screen and (max-width: 650px) {
  .tel__banner_sp span {
    top: -4.4vw;
  }
  .tel__banner_sp.tel__banner_sp--fix span {
    top: -0.4vw;
  }
}
@media screen and (max-width: 500px) {
  .tel__banner_sp span {
    top: -4.0vw;
  }
  .tel__banner_sp.tel__banner_sp--fix span {
    top: 0.3vw;
  }
}
@media screen and (max-width: 450px) {
  .tel__banner_sp.tel__banner_sp--fix span {
    top: 0.6vw;
  }
}
@media screen and (max-width: 370px) {
  .tel__banner_sp span {
    top: -3.7vw;
  }
  .tel__banner_sp.tel__banner_sp--fix span {
    top: 0.9vw;
  }
}





.payment {
  font-size: 16px;
  padding: 3em 20px;
}
.payment .payment__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
}
.payment .payment__inner > div > span {
  font-size: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  background-color: #0D70C0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.payment .payment__inner > div:nth-of-type(1) > img {
  width: 65%;
  margin: 0 auto 1em;
  display: block;
}
.payment .payment__inner > div:nth-of-type(2) > img {
  width: 27%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .payment {
    font-size: 1.54vw;
  }  
}
@media screen and (max-width: 768px) {
  .payment {
    font-size: 2.5vw;
    padding: 2em 20px 1.8em;
  }
  .payment--last {
    padding: 2em 20px 5.5em;
  }
  .payment .payment__inner {
    padding: 0;
  }
  .payment .payment__inner > div > span {
    font-size: 1.8em;
    height: 2.3em;
    margin-bottom: 0.5em;
  }
  .payment .payment__inner > div:nth-of-type(1) > img {
    width: 95%;
    max-width: 600px;
  }
  .payment .payment__inner > div:nth-of-type(2) > img {
    width: 40%;
    max-width: 260px;
  }  
}




.page_sp {
  margin-top: 60px;
  margin-bottom: 14vw;
}

.page_sp .contact_sp {
  padding: 1vw 2.2% 2.7vw;
}
.page_sp .contact_sp ul {
  margin-top: -1.5vw;
  display: flex;
  justify-content: space-between;
}

.page_sp .city_name {
  padding: 0 8vw 9vw 10vw;
}
.page_sp .city_name h3 {
  text-align: center;
  font-size: 4.2vw;
  font-weight: 600;
  padding-bottom: 2.6vw;
}
.page_sp .city_name_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_sp .city_name_flex ul {
  width: 33.333%;
}
.page_sp .city_name_flex ul li {
  font-size: 3.8vw;
  line-height: 1.6;
}
.page_sp .city_name_flex ul li:before {
  content: "●";
  color: #009cae;
  margin-right: 5px;
}


/*  corp
--------------------------------------------------------------------------- */
.corp {
  font-family: "Noto Sans JP", sans-serif;
  padding: 5em 1em 4.5em;
}
.corp .corp__title {
  text-align: center;
  font-size: 3.7em;
  font-weight: 800;
  color: #00131E;
  line-height: 1;
  margin-bottom: 1.8em;
}
.corp ul {
  width: 92%;
  margin: 0 auto;
}
.corp ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.7em;
  padding-bottom: 1.3em;
  border-bottom: 0.17em dotted #a8b1b6;
}
.corp ul li:nth-of-type(1) {
  border-bottom: 0.17em solid #00131E;
  padding-bottom: 1em;
}
.corp ul li span:nth-of-type(1) {
  font-size: 2.3em;
  font-weight: 500;
}
.corp ul li span:nth-of-type(2) {
  font-size: 2.1em;
  font-weight: 400;
}

@media screen and (max-width: 700px) {
  .corp {
    font-size: 2.28vw;
  }
}


@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}





/* new */
#header .header_inner .header_logo {
  margin: 17px 0 0 18px;
  max-width: 190px;
}

#sp_mv {
  z-index: initial;
  margin-bottom: initial;
}

#fixed_footer .fixed_footer_inner_flex {
  display: flex;
  justify-content: space-between;
  background-color: #f3e728;
  border: 0.7vw solid #ff643a;
  padding: 0.7vw 1vw 1.7vw 1.8vw;
}
#fixed_footer .fixed_footer_inner_flex > div:first-of-type {
  margin-right: 1.1vw;
  padding-top: 1vw;
  position: relative;
}
#fixed_footer .fixed_footer_inner_flex > div:first-of-type::before {
  content: "";
  background: url(../img/fixbtn_icon_sp.png) no-repeat center top / contain;
  width: 9vw;
  height: 9vw;
  position: absolute;
  bottom: -2.3vw;
  right: -4.5vw;
  z-index: 1;
}
#fixed_footer .fixed_footer_inner_flex::before {
    content: none;
}

#fixed_footer .fixed_footer_inner_flex div img {
  width: initial;
}