@charset "UTF-8";

/*!
* Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
}

:root,
html,
body {
  background: #fff;
  color: #222;
  width: 100%;
  scroll-padding-top: 100px;
}

body {
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  color: #222;
}

a:hover {
  text-decoration: none;
  color: #222;
}

input[type=text],
input[type=password],
input[type=submit],
textarea,
select,
button {
  outline: none;
}

input[type=text],
input[type=password],
input[type=submit],
textarea,
select,
button {
  outline: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inner {
  max-width: 1060px;
  padding: 0 20px;
  margin: auto;
}

.sp-only {
  display: none !important;
}

.l-wrapper {
  position: relative;
  width: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100vh;
  z-index: 1000;
}

.l-content {
  overflow: hidden;
  position: relative;
  height: 100vh;
  max-height: 100vh;
  background: #ebeae5;
  padding-top: 4.63vh;
  padding-right: 270px;
  padding-bottom: 12vh;
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-half {
  width: 50%;
}

.header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 90px;
}

.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.header__search {
  position: relative;
  width: 100%;
  max-width: 250px;
}

.header__search-input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  background: #eeeeee;
  border-radius: 20px;
  border: none;
  margin: auto;
  padding: 10px 40px 10px 20px;
  -webkit-transition: background 0.35s ease-in;
  transition: background 0.35s ease-in;
}

.header__search-input::-webkit-input-placeholder {
  font-size: 1.1rem;
}

.header__search-input::-moz-placeholder {
  font-size: 1.1rem;
}

.header__search-input:-ms-input-placeholder {
  font-size: 1.1rem;
}

.header__search-input::-ms-input-placeholder {
  font-size: 1.1rem;
}

.header__search-input::placeholder {
  font-size: 1.1rem;
}

.header__search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/top/search_btn_01.png) center center/contain no-repeat;
}

@-webkit-keyframes menu-fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  50% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes menu-fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  50% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__item {
  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: 80px;
  text-align: center;
}

.menu__icon01 {
  position: relative;
  padding-left: 50px;
}

.menu__icon01::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/menu_icon_01.png) center center/contain no-repeat;
}

.menu__icon02 {
  position: relative;
  padding-left: 50px;
}

.menu__icon02::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 35px;
  background: url(../images/common/menu_icon_02.png) center center/contain no-repeat;
}

.menu__icon03 {
  position: relative;
  padding-left: 50px;
}

.menu__icon03::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../images/common/menu_icon_03.png) center center/contain no-repeat;
}

.menu__icon04 {
  position: relative;
  padding-left: 50px;
}

.menu__icon04::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 33px;
  background: url(../images/common/menu_icon_04.png) center center/contain no-repeat;
}

.menu__icon05 {
  position: relative;
  padding-left: 50px;
}

.menu__icon05::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 33px;
  height: 35px;
  background: url(../images/common/menu_icon_05.png) center center/contain no-repeat;
}

.menu__icon06 {
  position: relative;
  padding-left: 50px;
}

.menu__icon06::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../images/common/menu_icon_06.png) center center/contain no-repeat;
}

.menu__icon07 {
  position: relative;
  padding-left: 50px;
}

.menu__icon07::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../images/common/menu_icon_07.png) center center/contain no-repeat;
}

.menu__ttl {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 25px;
}

.menu__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 51%;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(-90deg, #ddd, #ddd 4px, transparent 4px, transparent 7px);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background-size: 8px 8px;
}

.menu__ttl::after {
  content: attr(data-ttl-en);
  position: absolute;
  bottom: 0;
  left: 2px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  color: #26a000;
}

@-webkit-keyframes anim {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes anim {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 100%;
  }
}

.sp-menu-contact {
  display: none;
}

.sp-toggle {
  display: none;
}

.section {
  padding: 80px 0;
}

.section__ttl {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
}

.section__ttl-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.section__ttl-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(-90deg, #26a000, #26a000 4px, transparent 4px, transparent 6px);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.section__ttl-type1 {
  display: inline-block;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #26a000;
  border-bottom: 1px solid #555;
  margin-bottom: 15px;
  padding-bottom: 6px;
}

.section__ttl-type1 span {
  display: block;
  font-size: 1.8rem;
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 220px;
  margin: auto;
  -webkit-transition: color 0.35s ease-in;
  transition: color 0.35s ease-in;
  z-index: 1;
}

.btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, transparent 2px, transparent 4px);
  border-radius: 23px;
  z-index: -1;
}

.btn__inner {
  display: block;
  height: 45px;
  line-height: 43px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #26a000;
  border-radius: 23px;
  border: 1px solid #26a000;
}

.btn:hover {
  color: #fff;
}

.footer {
  border-top: 1px solid #999;
}

.footer__head {
  margin-bottom: 50px;
  padding-top: 45px;
}

.footer__body {
  text-align: center;
  padding-bottom: 40px;
}

.footer__contact-txt {
  position: relative;
  display: inline-block;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #222;
  margin-bottom: 10px;
  padding: 8px 30px;
  z-index: 1;
}

.footer__contact-txt::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  border: 7px solid transparent;
  border-top: 10px solid #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.footer__contact-txt::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  border: 7px solid transparent;
  border-top: 10px solid #222;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.footer__contact-tel {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.footer__contact-tel a {
  cursor: default;
}

.footer__btn .btn__inner {
  color: #fff;
  background: #222;
  border-color: #222;
}

.footer__foot {
  text-align: center;
  color: #fff;
  background: #222;
}

.footer__copy {
  font-size: 0.9rem;
  margin-bottom: 0;
  padding: 24px 10px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-nav__item {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 25px;
}

.footer-nav__item a:hover {
  color: #26a000;
}

.pagetop {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 4%;
}

.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 1.4;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #26a000;
  text-align: center;
}

.pagetop span {
  position: relative;
  color: #fff;
  text-align: center;
}

.pagetop span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #fff transparent;
  margin: auto;
  margin-bottom: 6px;
}

.page-title {
  position: relative;
  text-align: center;
}

.page-title .inner {
  position: relative;
  max-width: 1020px;
  border-bottom: 1px dotted #ccc;
  padding: 25px 20px;
}

.page-title .inner::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
}

.page-title__ttl-ja {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  margin-bottom: 0;
}

.page-title__ttl-en {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #26a000;
  margin-bottom: 0;
}

@media only screen and (min-width: 560px) {
  .menu__item a:hover .menu__ttl {
    color: #26a000;
  }

  .menu__item a:hover .menu__ttl::before {
    -webkit-animation: anim 5s linear infinite;
    animation: anim 5s linear infinite;
  }

  .btn:hover {
    color: #26a000;
  }

  .btn:hover .btn__inner {
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }

  .pagetop a:hover {
    color: #fff;
    opacity: 0.8;
  }
}

@media only screen and (max-width: 559px) {
  body {
    font-size: 13px;
    font-size: 3.467vw;
  }

  .inner {
    width: 100%;
    padding: 0 15px;
  }

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

  .l-wrapper {
    padding-top: 16vw;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    margin: auto;
    z-index: 1000;
    -webkit-transition: width 0.25s ease-in, -webkit-box-shadow 0.25s ease-in;
    transition: width 0.25s ease-in, -webkit-box-shadow 0.25s ease-in;
    transition: width 0.25s ease-in, box-shadow 0.25s ease-in;
    transition: width 0.25s ease-in, box-shadow 0.25s ease-in, -webkit-box-shadow 0.25s ease-in;
  }

  .header .inner {
    padding: 0;
  }

  .header.is-open {
    width: 94%;
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 8px 8px;
  }

  .header__head {
    height: 16vw;
  }

  .header__logo {
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .header__logo img {
    width: auto;
    height: 11.2vw;
  }

  .header__search {
    display: none;
  }

  .header__body {
    display: none;
    opacity: 0;
    padding: 10px 4vw 20px;
    pointer-events: none;
  }

  .is-open .header__body {
    display: block;
    opacity: 1;
    pointer-events: auto;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-name: menu-fade-in;
    animation-name: menu-fade-in;
  }

  .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
  }

  .menu__item {
    width: 33.333%;
    height: auto;
    margin-bottom: 28px;
  }

  .menu__icon01 {
    padding: 0;
  }

  .menu__icon01::before {
    position: static;
    display: block;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin: 0 auto 4px;
  }

  .menu__icon02 {
    padding: 0;
  }

  .menu__icon02::before {
    position: static;
    display: block;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin: 0 auto 4px;
  }

  .menu__icon03 {
    padding: 0;
  }

  .menu__icon03::before {
    position: static;
    display: block;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin: 0 auto 4px;
  }

  .menu__icon04 {
    padding: 0;
  }

  .menu__icon04::before {
    position: static;
    display: block;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin: 0 auto 4px;
  }

  .menu__icon05 {
    padding: 0;
  }

  .menu__icon05::before {
    position: static;
    display: block;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin: 0 auto 4px;
  }

  .menu__icon06 {
    padding: 0;
  }

  .menu__icon06::before {
    position: static;
    display: block;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin: 0 auto 4px;
  }

  .menu__icon07 {
    padding: 0;
  }

  .menu__icon07::before {
    position: static;
    display: block;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin: 0 auto 4px;
  }

  .menu__ttl {
    font-size: 15px;
    font-size: 4vw;
  }

  .menu__ttl::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 10px;
    font-size: 2.6666666667vw;
  }

  .sp-menu-contact {
    display: block;
    padding-top: 20px;
  }

  .sp-menu-contact__ttl {
    font-size: 15px;
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
  }

  .sp-menu-contact__btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sp-menu-contact__btn {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    font-size: 15px;
    font-size: 4vw;
    font-weight: 700;
    border-radius: 25px;
    border: 1px solid #222;
    padding: 0 4vw;
  }

  .sp-menu-contact__btn--pt2 {
    color: #fff;
    background: #222;
  }

  .sp-toggle {
    display: block;
    width: 12vw;
    height: 12vw;
    background: #222;
    position: absolute;
    top: 2vw;
    right: 2vw;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.25s ease-in;
    transition: -webkit-transform 0.25s ease-in;
    transition: transform 0.25s ease-in;
    transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
    z-index: 1001;
  }

  .sp-toggle span {
    display: block;
    position: absolute;
    height: 0.533vw;
    width: 32%;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
  }

  .sp-toggle span:nth-child(1) {
    top: 38%;
    z-index: 1002;
  }

  .is-open .sp-toggle span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sp-toggle span:nth-child(2) {
    top: 50%;
    z-index: 1003;
  }

  .is-open .sp-toggle span:nth-child(2) {
    width: 0;
  }

  .sp-toggle span:nth-child(3) {
    top: 62%;
    z-index: 1004;
  }

  .is-open .sp-toggle span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .section {
    padding: 50px 0;
  }

  .section__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 20px;
  }

  .section__ttl-type1 span {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .section__ttl-type1 {
    font-size: 18px;
    font-size: 4.8vw;
    padding-bottom: 2px;
  }

  .btn {
    max-width: 58.667vw;
  }

  .btn__inner {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .footer__head {
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .footer__contact-txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .footer__contact-tel {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }

  .footer__copy {
    font-size: 9px;
    font-size: 2.4vw;
    padding: 18px 15px;
  }

  .footer-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-nav__item {
    width: 50%;
    font-size: 12px;
    font-size: 3.2vw;
    margin: 0 0 10px;
  }

  .pagetop {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
  }

  .pagetop a {
    width: 50px;
    height: 50px;
  }

  .pagetop span {
    right: 0;
    bottom: 0;
  }

  .page-title__ttl-ja {
    font-size: 24px;
    font-size: 6.4vw;
  }

  .page-title__ttl-en {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .header .inner {
    padding: 0 2.083vw;
  }

  .header__search {
    width: 26.04%;
    min-width: 160px;
  }

  .menu__icon01 {
    padding-left: 5.208vw;
  }

  .menu__icon01::before {
    width: 3.125vw;
    height: 3.125vw;
  }

  .menu__icon02 {
    padding-left: 5.208vw;
  }

  .menu__icon02::before {
    width: 3.229vw;
    height: 3.646vw;
  }

  .menu__icon03 {
    padding-left: 5.208vw;
  }

  .menu__icon03::before {
    width: 3.646vw;
    height: 3.646vw;
  }

  .menu__icon04 {
    padding-left: 5.208vw;
  }

  .menu__icon04::before {
    width: 3.646vw;
    height: 3.438vw;
  }

  .menu__icon05 {
    padding-left: 5.208vw;
  }

  .menu__icon05::before {
    width: 3.438vw;
    height: 3.646vw;
  }

  .menu__icon06 {
    padding-left: 5.208vw;
  }

  .menu__icon06::before {
    width: 3.646vw;
    height: 3.646vw;
  }

  .menu__icon07 {
    padding-left: 5.208vw;
  }

  .menu__icon07::before {
    width: 3.646vw;
    height: 3.646vw;
  }

  .menu__ttl {
    font-size: 1.5rem;
    font-size: 1.563vw;
  }

  .menu__ttl::after {
    font-size: 1rem;
    font-size: 1.042vw;
  }

  .section {
    padding: 60px 0;
  }

  .section__ttl {
    font-size: 2.8rem;
    font-size: 2.917vw;
  }

  .section__ttl-type1 {
    font-size: 2.2rem;
    font-size: 2.292vw;
  }

  .page-title__ttl-ja {
    font-size: 4rem;
    font-size: 4.167vw;
  }

  .page-title__ttl-en {
    font-size: 1.3rem;
    font-size: 1.354vw;
  }
}