@charset "UTF-8";
/* Scss Document */
/* =============================================================
reset.scss
============================================================== */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;
  background:transparent;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}
*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* =============================================================
base.scss
============================================================== */
html {
  font-size: 10px;
}

body {
  line-height: 1;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  min-width: 350px;
}

a {
  outline: none;
  color: #333;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover, a:active {
  color: #333;
  text-decoration: none;
}

.cen {
  text-align: center !important;
}

.rgt {
  text-align: right !important;
}

.lft {
  text-align: left !important;
}

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt0 {
  margin-top: 5px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 5px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 599px) {
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.roboto, .sp_menu__tel, #loading .progressbar-text, #loading {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
  line-height: inherit;
}

/* =============================================================
parts/layout.scss
============================================================== */
/* box style
---------------------------------------------*/
.base--small, .base, .base--wide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--wide {
  max-width: 1240px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.base {
  max-width: 1000px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 560px) {
  .base {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.base--small {
  max-width: 960px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.base .base--small {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 560px) {
  .base .base--small {
    max-width: 960px;
  }
}

/* =============================================================
space.scss　直でclassを書く
============================================================== */
.space--large {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.space--medium {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.space--med {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 560px) {
  .space--med {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 960px) {
  .space--med {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* =============================================================
txt.scss
============================================================== */
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
  .txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.txtbox p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

/* =============================================================
sectionbox.scss
============================================================== */
.sectionbox {
  margin-top: 60px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 90px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox .sectionbox_inner {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .sectionbox .sectionbox_inner {
    margin-top: 45px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox .sectionbox_inner {
    margin-top: 60px;
  }
}

.sectionbox__small {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .sectionbox__small {
    margin-top: 45px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox__small {
    margin-top: 60px;
  }
}

/* =============================================================
box.css
============================================================== */
/*******調整********/
#wrapper canvas {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
}

main, footer, header, .promo__inner, .pageTitle, .footerContact {
  position: relative;
  z-index: 1;
}

main {
  overflow: hidden;
}

.promo__inner {
  margin-top: 56px;
}
@media screen and (min-width: 960px) {
  .promo__inner {
    margin-top: 76px;
  }
}

.pageTitle {
  margin-top: 56px;
}
@media screen and (min-width: 960px) {
  .pageTitle {
    margin-top: 76px;
  }
}

.conversion {
  padding-top: 10.8333333333vw;
  padding-bottom: 10.8333333333vw;
}
@media screen and (min-width: 1200px) {
  .conversion {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.conversion--special {
  padding-bottom: 0px;
}
.conversion__inner {
  max-width: 1600px;
  margin-inline: auto;
  position: relative;
  background: #fff;
}
.conversion__inner--special {
  padding-top: 7.5vw;
  padding-bottom: 0px;
}
@media screen and (min-width: 1200px) {
  .conversion__inner--special {
    padding-top: 90px;
  }
}
.conversion__inner2 {
  max-width: 1025px;
  width: 100%;
  margin-inline: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .conversion__inner2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.conversion__soudan {
  text-align: center;
  font-size: 4.6666666667vw;
  font-weight: 600;
  margin-bottom: 5.8333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .conversion__soudan {
    font-size: 5.6rem;
    margin-bottom: 70px;
  }
}
.conversion__soudan span {
  background: url(../../img/common/conversion_ttl_stripe.svg) left bottom no-repeat;
  background-size: contain;
}
.conversion__btn {
  position: relative;
}
.conversion__btn:before {
  content: "";
  position: absolute;
  background: #B75119;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  border-radius: 70px;
}
@media screen and (min-width: 960px) {
  .conversion__btn:before {
    left: 5px;
    top: 5px;
  }
}
.conversion__btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  padding: 4.1666666667vw 2.25vw;
  background: #FF6D1D;
  position: relative;
  border-radius: 70px;
  font-weight: 600;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .conversion__btn a {
    font-size: 3.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .conversion__btn a {
    padding: 50px 27px;
    font-size: 4.4rem;
  }
}
.conversion__btn a i {
  margin-right: 5px;
}
.conversion__btn a:hover {
  left: 3px;
  top: 3px;
}
@media screen and (min-width: 960px) {
  .conversion__btn a:hover {
    left: 5px;
    top: 5px;
  }
}
.conversion__telbox {
  margin-top: 5.8333333333vw;
}
@media screen and (min-width: 1200px) {
  .conversion__telbox {
    margin-top: 70px;
  }
}
.conversion__telbox__txt {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .conversion__telbox__txt {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .conversion__telbox__txt {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .conversion__telbox2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.conversion__telbox2__tel {
  font-size: 10.4275286757vw;
  font-weight: 900;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conversion__telbox2__tel {
    font-size: 7.5vw;
    text-align: left;
    width: auto;
    margin-right: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .conversion__telbox2__tel {
    font-size: 9rem;
  }
}
.conversion__telbox2__tel i {
  font-size: 80%;
  transform: translateY(-5px);
}
.conversion__telbox2__time {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .conversion__telbox2__time {
    width: 23%;
  }
}
@media screen and (min-width: 960px) {
  .conversion__telbox2__time {
    width: 28%;
    max-width: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .conversion__telbox2__time {
    margin-top: 0px;
  }
}
.conversion__telbox2__time dt {
  background: #FBAE15;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 6px 8px 8px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .conversion__telbox2__time dt {
    font-size: 1.8333333333vw;
    padding: 0.5vw 0.8333333333vw 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .conversion__telbox2__time dt {
    font-size: 2.2rem;
    padding: 6px 10px 10px;
  }
}
.conversion__telbox2__time dd {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .conversion__telbox2__time dd {
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .conversion__telbox2__time dd {
    font-size: 2.2rem;
  }
}

.conversionCircle {
  position: absolute;
}
.conversionCircle__box {
  width: 22vw;
  height: 22vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .conversionCircle__box {
    width: 264px;
    height: 264px;
  }
}
.conversionCircle__box:before {
  content: "";
  position: absolute;
  background: #FFE93B;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  padding: 50%;
}
.conversionCircle__box--left:after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #FFE93B;
  position: absolute;
  right: 2.5vw;
  bottom: 0px;
  width: 2.5vw;
  height: 2.5vw;
  transform: rotate(-40deg);
}
@media screen and (min-width: 560px) {
  .conversionCircle__box--left:after {
    right: 30px;
    bottom: 0px;
    width: 30px;
    height: 30px;
  }
}
.conversionCircle__box--right:after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #FFE93B;
  position: absolute;
  transform: rotate(40deg);
  left: 2.5vw;
  bottom: 0px;
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (min-width: 560px) {
  .conversionCircle__box--right:after {
    left: 30px;
    bottom: 0px;
    width: 30px;
    height: 30px;
  }
}
.conversionCircle__txt {
  position: relative;
  z-index: 1;
  font-size: 2.8333333333vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .conversionCircle__txt {
    font-size: 3.4rem;
  }
}
.conversionCircle__txt span {
  display: block;
  color: #1DA536;
}
.conversionCircle--left {
  top: -21.6666666667vw;
  left: 0px;
  transform: rotate(-10deg);
}
@media screen and (min-width: 960px) {
  .conversionCircle--left {
    top: -260px;
  }
}
@media screen and (min-width: 1200px) {
  .conversionCircle--left {
    top: -190px;
  }
}
.conversionCircle--right {
  top: -21.6666666667vw;
  right: 0px;
  transform: rotate(10deg);
}
@media screen and (min-width: 960px) {
  .conversionCircle--right {
    top: -260px;
  }
}
@media screen and (min-width: 1200px) {
  .conversionCircle--right {
    top: -190px;
  }
}
.conversionCircle--top {
  top: -16.6666666667vw !important;
}
@media screen and (min-width: 960px) {
  .conversionCircle--top {
    top: -190px !important;
  }
}
@media screen and (min-width: 1200px) {
  .conversionCircle--top {
    top: -190px !important;
  }
}

.caseBox {
  width: 49%;
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 768px) {
  .caseBox {
    margin-bottom: 100px;
    width: 30%;
  }
}
.caseBox__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.caseBox__wrap--bg {
  position: relative;
}
.caseBox__wrap--bg:before {
  content: "";
  position: absolute;
  background: url(../../img/top/nikky.svg) right bottom no-repeat;
  background-size: contain;
  width: 19%;
  height: 30%;
  right: -15px;
  top: -30%;
}
.caseBox__ttl {
  text-align: center;
  transform: translateY(-13px);
}
@media screen and (min-width: 768px) {
  .caseBox__ttl {
    transform: translateY(-21px);
  }
}
.caseBox__ttl span {
  color: #fff;
  background: #1DA536;
  width: 80%;
  display: inline-block;
  padding: 7px 0px;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .caseBox__ttl span {
    font-size: 1.8333333333vw;
    padding: 0.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .caseBox__ttl span {
    padding: 10px;
    font-size: 2.2rem;
  }
}

/* =============================================================
breadcrumb.css
============================================================== */
/* =============================================================
breadcrumb.css
============================================================== */
#pan {
  display: none;
  text-align: right;
  color: #000000;
}
@media screen and (min-width: 960px) {
  #pan {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#pan li {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 5px;
}
#pan li a {
  color: #000000;
  text-decoration: none;
}

/* =============================================================
pagenavi.css
============================================================== */
/* pagination
-----------------------*/
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (min-width: 560px) {
  .pagination {
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .pagination {
    margin-top: 100px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination a,
.pagination .current_page {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #ccc;
  transition: 0.2s all;
  padding: 8px;
}
@media screen and (min-width: 560px) {
  .pagination a,
  .pagination .current_page {
    font-size: 1.3rem;
    padding: 8px 10px;
    margin: 5px 3px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .pagination a,
  .pagination .current_page {
    font-size: 1.4rem;
    padding: 10px 15px;
    margin: 8px 5px;
  }
}
@media screen and (min-width: 960px) {
  .pagination a:hover,
  .pagination .current_page:hover {
    color: #fff;
  }
}
.pagination .current_page {
  color: #fff;
}
/* pagenavi
-----------------------*/
.pagenavi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
@media screen and (min-width: 560px) {
  .pagenavi {
    width: 100%;
    margin: 0px;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi {
    align-items: flex-start;
  }
}
.pagenavi_top {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .pagenavi_top {
    width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi_top {
    width: 33.3%;
  }
}
.pagenavi_top .btn01 {
  margin-top: 0;
}
.pagenavi_top .btn01 a {
  width: 80%;
}
.pagenavi_top .btn01 a::after {
  display: none;
}
.pagenavi_next, .pagenavi_prev {
  width: 25%;
}
@media screen and (min-width: 560px) {
  .pagenavi_next, .pagenavi_prev {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi_next, .pagenavi_prev {
    width: 33.3%;
  }
}
.pagenavi_next span, .pagenavi_prev span {
  position: relative;
}
.pagenavi_next span:first-of-type, .pagenavi_prev span:first-of-type {
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .pagenavi_next span:first-of-type, .pagenavi_prev span:first-of-type {
    font-size: 1.6rem;
  }
}
.pagenavi_next span:nth-of-type(2), .pagenavi_prev span:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagenavi_next span:nth-of-type(2), .pagenavi_prev span:nth-of-type(2) {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi_next span:nth-of-type(2), .pagenavi_prev span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.pagenavi_next a, .pagenavi_prev a {
  text-decoration: none;
  color: #000000;
  transition: all 0.1s;
}
@media screen and (min-width: 960px) {
  .pagenavi_next a:hover, .pagenavi_prev a:hover {
    opacity: 0.6;
  }
}
.pagenavi .pagenavi_next {
  text-align: right;
}
.pagenavi .pagenavi_prev {
  text-align: left;
}

/* =============================================================
button.scss
============================================================== */
.h_btn {
  position: relative;
}
.h_btn:before {
  content: "";
  position: absolute;
  background: #B75119;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.h_btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.7rem;
  padding: 13px 13px;
  background: #FF6D1D;
  position: relative;
  border-radius: 50px;
  font-weight: 600;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .h_btn a {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .h_btn a {
    padding: 10px 27px;
    font-size: 1.6rem;
  }
}
.h_btn a i {
  margin-right: 0px;
}
@media screen and (min-width: 960px) {
  .h_btn a i {
    margin-right: 5px;
  }
}
.h_btn a:hover {
  left: 2px;
  top: 2px;
}
.h_btn span {
  display: none;
}
@media screen and (min-width: 960px) {
  .h_btn span {
    display: inline-block;
  }
}

.btn01 {
  font-size: 1.6rem;
  max-width: 200px;
  margin-inline: auto;
  text-align: center;
  margin-top: 32px !important;
}
@media screen and (min-width: 360px) {
  .btn01 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 560px) {
  .btn01 {
    font-size: 2.4rem;
    margin-top: 35px !important;
  }
}
@media screen and (min-width: 960px) {
  .btn01 {
    font-size: 3rem;
    margin-top: 40px !important;
  }
}
.btn01 a {
  background: #fc6b00;
  display: block;
  border-radius: 5px;
  padding: 8px 10px;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 360px) {
  .btn01 a {
    padding: 15px 10px 15px;
  }
}
@media screen and (min-width: 560px) {
  .btn01 a {
    padding: 13px 10px 13px;
  }
}

.btn05 {
  box-shadow: 6px 6px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .btn05 {
    display: inline-block;
    width: auto;
  }
}
.btn05 a {
  display: block;
  border: 7px solid #fff;
  background: linear-gradient(to right, #ee744d, #e33455);
  position: relative;
  text-align: center;
  border-radius: 50px;
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.7rem;
  font-weight: 900;
  padding: 10px 20px 10px;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .btn05 a {
    font-size: 2rem;
    border: 8px solid #fff;
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .btn05 a {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn05 a {
    font-size: 3.6rem;
    border: 10px solid #fff;
  }
}
.btn05 a span {
  padding: 10px 20px 10px 30px;
  display: inline-block;
}
.btn05 a:hover {
  background: #000;
}

/********************/
.floating {
  position: fixed;
  right: 0px;
  bottom: 0px;
  font-weight: bold;
  display: flex;
  z-index: 10;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .floating {
    display: none;
    width: auto;
    bottom: 73px;
  }
}
@media screen and (min-width: 960px) {
  .floating {
    bottom: 93px;
  }
}
.floating__inner {
  /*height:61px;*/
}
@media screen and (min-width: 560px) {
  .floating__inner {
    height: auto;
    width: 100%;
    max-width: 50%;
    border-right: none;
  }
}
.floating__contact, .floating__simuration {
  width: 50%;
}
.floating__contact a, .floating__simuration a {
  display: block;
  height: 65px;
  color: #fff;
  text-align: center;
  padding: 13px 5px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #eee;
  font-size: 1.4rem;
}
.floating__contact a i, .floating__simuration a i {
  display: block;
  margin-bottom: 5px;
  font-size: 130%;
}
.floating__contact a {
  background: #CF1212;
}
.floating__simuration a {
  background: #ff6d1d;
}
.floating__mitsumori {
  /*&__contact{


      @include mq-up(sm){   
          @include m-font-size(11);
      }

      @include mq-up(lg){
          @include m-font-size(12);
      }
  }
  &__tel{
      @include m-font-size(21);
      margin-bottom: 5px;
      @include mq-up(sm){    
          @include m-font-size(19);
      }
      @include mq-up(lg){
          @include m-font-size(20);
      }
  }*/
}
.floating__mitsumori .floating__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .floating__mitsumori {
    width: auto;
  }
}
.floating__mitsumori a {
  display: block;
  background: #ff6000;
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
  padding: 3px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .floating__mitsumori a {
    padding: 2px 0px 2px 2px;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .floating__mitsumori a {
    font-size: 1.6rem;
  }
}

/* =============================================================
form.css
============================================================== */
.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #fff5f5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #cf1212;
}
@media screen and (min-width: 560px) {
  .error_box p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .error_box p {
    font-size: 1.8rem;
  }
}
.error_box p + p {
  padding-top: 8px;
}
@media screen and (min-width: 960px) {
  .error_box p + p {
    padding-top: 13px;
  }
}

.submit_btn button[type=submit] {
  margin: 0px auto;
  display: block;
  width: 90%;
  max-width: 400px;
  border: 1px solid #FF6D1D;
  color: #fff;
  font-weight: bold;
  padding: 15px 0px;
  font-size: 138.5%;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  border-radius: 40px;
  background: #FF6D1D;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.back_btn {
  width: 100%;
  max-width: 250px;
  margin: 20px auto 0px auto;
  text-align: center;
}
@media screen and (min-width: 360px) {
  .back_btn {
    width: 60%;
  }
}

.back_btn button {
  border: 1px solid #b9b9b9;
  display: block;
  width: 100%;
  margin: 0px auto;
  color: #000000;
  padding: 10px 0px 8px 0px;
  font-size: 1.3rem;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: rgb(238, 238, 238);
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 560px) {
  .submit_btn button[type=submit] {
    padding: 15px 0px;
    font-size: 2rem;
  }
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 100%;
  background: #F7F7F7;
  border: 1px solid #333;
}
@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 6px;
  }
}

@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 8px;
    border-radius: 3px;
  }
}
select {
  border: 1px solid #ccc;
  padding: 5px;
}

input:focus,
textarea:focus {
  border: 1px solid #217fc4;
  box-shadow: 0px 0px 3px #ccc;
}

input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

/* =============================================================
list.css list-style-typeを書く
============================================================== */
/* =============================================================
list.scss
============================================================== */
.staffList a {
  display: block;
  text-decoration: none;
  color: #000000;
  position: relative;
  z-index: 1;
  transition-duration: 0.3s;
  right: 0px;
  top: 0px;
  min-height: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.staffList a:hover {
  /*box-shadow: -2px 2px 2px rgba(0,0,0,.7);*/
  opacity: 0.7;
}
.staffList__info {
  position: absolute;
  left: 0px;
  mix-blend-mode: hard-light;
  background: rgba(7, 50, 124, 0.9);
  color: #fff;
  padding: 10px;
  bottom: 0px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staffList__info {
    padding: 10px;
    width: 90%;
    bottom: 10px;
  }
}
.staffList__info-otherbg {
  background: rgb(37, 104, 134);
  mix-blend-mode: hard-light;
}
@media screen and (min-width: 360px) {
  .staffList__info {
    padding: 13px 10px 10px;
  }
}
@media screen and (min-width: 560px) {
  .staffList__info {
    padding: 18px 20px 18px;
  }
}
@media screen and (min-width: 960px) {
  .staffList__info {
    padding: 20px 20px 20px;
    bottom: 20px;
  }
}
.staffList__name {
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (min-width: 360px) {
  .staffList__name {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 560px) {
  .staffList__name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .staffList__name {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .staffList__name {
    font-size: 3rem;
  }
}
.staffList__division {
  font-size: 1.1rem;
  font-weight: 300;
  margin-top: 5px;
  line-height: 1.4;
}
@media screen and (min-width: 360px) {
  .staffList__division {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 560px) {
  .staffList__division {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .staffList__division {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
.staffList__history {
  font-size: 1.1rem;
  font-weight: 300;
  margin-top: 5px;
}
@media screen and (min-width: 560px) {
  .staffList__history {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .staffList__history {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

.c-ul_basic {
  padding-left: 20px;
}
.c-ul_basic li {
  list-style: disc;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-ul_basic li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .c-ul_basic li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.c-ol_basic {
  padding-left: 20px;
}
.c-ol_basic li {
  list-style: disc;
  font-size: 100%;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-ol_basic li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .c-ol_basic li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.c-li_attention li {
  position: relative;
  padding-left: 20px;
  text-indent: -15px;
  font-size: 100%;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-li_attention li {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .c-li_attention li {
    font-size: 1.5rem;
    line-height: 1.8;
    line-height: 1.4;
  }
}
.c-li_attention li + li {
  margin-top: 5px;
}
.c-li_attention li::before {
  content: "※";
}

.c-li_icon li {
  position: relative;
  font-size: 100%;
  font-size: 1.3rem;
  line-height: 1.8;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-li_icon li {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .c-li_icon li {
    font-size: 1.5rem;
    line-height: 1.8;
    line-height: 1.4;
  }
}
.c-li_icon li + li {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .c-li_icon li + li {
    margin-top: 8px;
  }
}

.c-li_small li {
  font-size: 1.2rem;
}
@media screen and (min-width: 560px) {
  .c-li_small li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .c-li_small li {
    font-size: 1.3rem;
  }
}

/* =============================================================
parts/title.scss
============================================================== */
/*******ttl01*********/
.ttl01 {
  text-align: center;
  font-size: 2rem;
  text-shadow: 1px 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 12px;
  letter-spacing: 0.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .ttl01 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .ttl01 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
.ttl01__undertxt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .ttl01__undertxt {
    font-size: 1.6rem;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .ttl01__undertxt {
    font-size: 2rem;
    margin-bottom: 70px;
  }
}
.ttl01__undertxt span {
  display: inline-block;
  border-top: 2px solid #EB6100;
  padding-top: 12px;
}
@media screen and (min-width: 560px) {
  .ttl01__undertxt span {
    padding-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .ttl01__undertxt span {
    padding-top: 20px;
  }
}

/*******ttl02*********/
.ttl02 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 5vw;
  font-weight: 900;
  color: #36563C;
}
@media screen and (min-width: 560px) {
  .ttl02 {
    font-size: 4.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .ttl02 {
    font-size: 5.6rem;
    margin-bottom: 60px;
  }
}

/**********************/
.ttl03 {
  text-align: center;
  font-size: 1.8rem;
  text-shadow: 1px 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  letter-spacing: 0.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .ttl03 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .ttl03 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .ttl03 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.ttl03 span {
  display: inline-block;
  border-bottom: 2px solid #EB6100;
  padding-bottom: 10px;
}
.ttl03--margin {
  margin-bottom: 50px;
}
@media screen and (min-width: 560px) {
  .ttl03--margin {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 960px) {
  .ttl03--margin {
    margin-bottom: 60px;
  }
}

/*************/
.reason_ttl {
  text-align: center;
  font-size: 4.6666666667vw;
  color: #fff;
  transform: translateY(-6.6666666667vw);
}
@media screen and (min-width: 1200px) {
  .reason_ttl {
    font-size: 5.6rem;
    transform: translateY(-50px);
  }
}
.reason_ttl strong {
  color: #FFE93B;
}
.reason_ttl__bg {
  padding: 5px;
  background: #36563C;
  display: inline-block;
}
.reason_ttl__circle {
  background: url(../../img/common/circle_bg.svg) left top no-repeat, url(../../img/common/circle_bg.svg) right top no-repeat, url(../../img/common/circle_bg.svg) left bottom no-repeat, url(../../img/common/circle_bg.svg) right bottom no-repeat;
  display: inline-block;
  padding: 20px 40px;
}

.otherCase_ttl {
  text-align: center;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -20px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .otherCase_ttl {
    top: -3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .otherCase_ttl {
    top: -40px;
  }
}
.otherCase_ttl span {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  padding: 10px 20px;
  color: #36563C;
  border: solid 3px #36563C;
  border-radius: 40px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .otherCase_ttl span {
    font-size: 3vw;
    padding: 1.6666666667vw 3.3333333333vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .otherCase_ttl span {
    font-size: 3.6rem;
    padding: 20px 40px;
    margin-bottom: 60px;
  }
}
.otherCase_ttl span:before {
  content: "";
  position: absolute;
  bottom: -2.8333333333vw;
  left: 50%;
  margin-left: -1.25vw;
  border: solid transparent;
  border-width: 1vw;
  border-top: 2.6666666667vw solid #FFF;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .otherCase_ttl span:before {
    bottom: -42px;
    margin-left: -15px;
    border-width: 12px;
    border-top: 31px solid #FFF;
  }
}
.otherCase_ttl span:after {
  content: "";
  position: absolute;
  bottom: -4.3333333333vw;
  left: 50%;
  margin-left: -1.4166666667vw;
  border: 1.1666666667vw solid transparent;
  border-top: 3.0833333333vw solid #36563C;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .otherCase_ttl span:after {
    bottom: -50px;
    margin-left: -17px;
    border-width: 14px;
    border-top: 34px solid #36563C;
  }
}

.page_heading {
  background: url(../../img/top/contact_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  text-shadow: #000 2px 0 5px, #000 2px 0 5px;
  margin-top: 65px;
}
@media screen and (min-width: 560px) {
  .page_heading {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .page_heading {
    margin-top: 72px;
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
.page_heading_ttl {
  font-size: 2rem;
}
@media screen and (min-width: 560px) {
  .page_heading_ttl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .page_heading_ttl {
    font-size: 3rem;
  }
}
.page_heading_eng {
  margin-top: 13px;
  font-size: 1.6rem;
}
@media screen and (min-width: 560px) {
  .page_heading_eng {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .page_heading_eng {
    margin-top: 20px;
    font-size: 2rem;
  }
}

.form_ttl01 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 560px) {
  .form_ttl01 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .form_ttl01 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

/* =============================================================
table.css
============================================================== */
.tbl01 {
  width: 100%;
  border: 1px solid #b6b6b6;
  table-layout: fixed;
}
.tbl01 th, .tbl01 td {
  border-right: 1px solid #b6b6b6;
  /*width: 50%;*/
  line-height: 2;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .tbl01 th, .tbl01 td {
    display: table-cell;
    width: auto;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 th, .tbl01 td {
    font-size: 2rem;
  }
}
.tbl01 th {
  padding: 10px 15px 10px 15px;
  text-align: left;
  background: #eee;
  border-bottom: 1px solid #b6b6b6;
  width: 125px;
}
@media screen and (min-width: 768px) {
  .tbl01 th {
    width: 150px;
    vertical-align: top;
    font-weight: normal;
    border-right: 1px solid #b6b6b6;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 th {
    width: 270px;
    padding: 40px 25px;
  }
}
.tbl01 td {
  padding: 5px 15px 10px 15px;
  border-bottom: 1px solid #b6b6b6;
}
@media screen and (min-width: 768px) {
  .tbl01 td {
    padding: 15px 30px;
    border-right: 1px solid #b6b6b6;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 td {
    padding: 20px 40px;
  }
}

.tbl02 {
  width: 100%;
  table-layout: fixed;
}
.tbl02 th, .tbl02 td {
  line-height: 2;
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .tbl02 th, .tbl02 td {
    display: table-cell;
    width: auto;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .tbl02 th, .tbl02 td {
    font-size: 2rem;
  }
}
.tbl02 th {
  padding: 5px 15px 5px 15px !important;
  text-align: left;
  background: none !important;
}
@media screen and (min-width: 768px) {
  .tbl02 th {
    width: 200px;
    vertical-align: top;
    font-weight: normal;
    padding: 15px !important;
  }
}
@media screen and (min-width: 960px) {
  .tbl02 th {
    width: 270px;
    padding: 20px 0px !important;
  }
}
.tbl02 td {
  padding: 5px 15px 5px 15px !important;
}
@media screen and (min-width: 768px) {
  .tbl02 td {
    padding: 15px 30px !important;
  }
}
@media screen and (min-width: 960px) {
  .tbl02 td {
    padding: 20px 40px !important;
  }
}

/* =============================================================
keyframe.scss
============================================================== */
/*****スタッフカード interviewページ******/
.js_staffcard {
  position: relative;
}
@media screen and (min-width: 768px) {
  .js_staffcard {
    opacity: 0;
    right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .js_staffcard.js_staffcard_move {
    opacity: 1;
    right: 0px;
    transition: right 0.5s, opacity 0.5s;
  }
}

/*****製品一覧******/
.js_product {
  position: relative;
}
@media screen and (min-width: 768px) {
  .js_product {
    opacity: 0;
    transform: scale(0.97);
  }
}
@media screen and (min-width: 768px) {
  .js_product.js_product_active {
    opacity: 1;
    transform: scale(1);
    transition: top 0.5s, opacity 0.5s, transform 0.5s;
  }
}

/*****下から上へ******/
.js_fadeinup {
  position: relative;
}
@media screen and (min-width: 768px) {
  .js_fadeinup {
    top: 20px;
    opacity: 0;
    transform: scale(0.98);
  }
}
@media screen and (min-width: 768px) {
  .js_fadeinup.js_fadeinup_move {
    top: 0px;
    opacity: 1;
    transform: scale(1);
    transition: top 0.5s, opacity 0.5s, transform 0.5s;
  }
}

/**********/
.js_box {
  overflow: hidden;
}
.js_box_pos {
  position: relative;
  transform: translateY(100%);
  transition-duration: 0.8s;
  display: block;
}
.js_box_move {
  transform: translateY(0%);
  transition-duration: 0.8s;
}

/*****下から上へ******/
.js_scale {
  position: relative;
}
@media screen and (min-width: 768px) {
  .js_scale {
    opacity: 0;
    transform: scale(0.98);
  }
}
@media screen and (min-width: 768px) {
  .js_scale.js_scale_move {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s, transform 0.5s;
  }
}

@-webkit-keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
}
@keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes jump {
  from {
    bottom: 0;
  }
  45% {
    bottom: -10px;
  }
  55% {
    bottom: -10px;
  }
  to {
    bottom: 0;
  }
}
.move_start {
  opacity: 0;
  top: 50px;
  transition-duration: 1s;
  position: relative;
}
.move_start-sp {
  top: 0px;
}

.chara_move {
  bottom: 0;
  position: relative;
  animation-duration: 0.5s;
  animation-name: jump;
  animation-timing-function: ease-in;
}

.fade-in-up {
  transition-duration: 1s !important;
  opacity: 1 !important;
  top: 0px !important;
}

@keyframes pikapika {
  0% {
    opacity: 1;
  }
  50.0% {
    opacity: 0;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowslider {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.js_show {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 3px 0px 3px;
  position: relative;
}
.js_show .js_show_mv {
  position: absolute;
  background: #084098;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
}
.js_show .action {
  width: 100%;
}
.js_show span {
  display: block;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #0093f2;
  text-align: center;
  font-weight: 200;
}
#loading svg {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -25px);
}
@media screen and (min-width: 560px) {
  #loading svg {
    transform: translate(0%, -30px);
  }
}
@media screen and (min-width: 960px) {
  #loading svg {
    transform: translate(0%, -35px);
  }
}
#loading .progressbar-text {
  font-size: 2.5rem;
}
@media screen and (min-width: 560px) {
  #loading .progressbar-text {
    font-size: 3rem;
  }
}
@media screen and (min-width: 960px) {
  #loading .progressbar-text {
    font-size: 3.5rem;
  }
}
#loading #loading_text span {
  display: none;
}

/* =============================================================
header
============================================================== */
.header {
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: #fff;
}
.header__inner {
  max-width: 1840px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  max-width: 255px;
}
@media screen and (min-width: 960px) {
  .header__logo {
    max-width: 298px;
  }
}
.header__box {
  display: flex;
  align-items: center;
}
.header__nav {
  display: none;
}
@media screen and (min-width: 960px) {
  .header__nav {
    display: block;
  }
}
.header__nav ul {
  display: flex;
}
.header__nav ul li {
  margin-right: 30px;
}
@media screen and (min-width: 960px) {
  .header__nav ul li {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav ul li {
    margin-right: 30px;
  }
}
.header__nav ul a {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 960px) {
  .header__nav ul a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav ul a {
    font-size: 1.6rem;
  }
}
.header__nav ul a:hover {
  background: linear-gradient(transparent 50%, #FFE93B 50%);
}

/* =============================================================
navigation
============================================================== */
/************************/
/**  SPメニューCSS     **/
/************************/
.menu-button-right {
  position: fixed;
  right: 10px;
  top: 8px;
  cursor: pointer;
  z-index: 130;
  display: block;
  background: #fff;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .menu-button-right {
    top: 18px;
  }
}
@media screen and (min-width: 960px) {
  .menu-button-right {
    display: none;
  }
}

.h_menu {
  position: fixed;
  left: 15px;
  top: 40px;
  z-index: 101;
  display: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.notclick {
  pointer-events: none;
}

.menu-trigger span {
  position: absolute;
  right: 0%;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 5px;
}

.menu-trigger span:nth-of-type(2) {
  top: 14px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  -ms-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

div.sp_menu {
  position: fixed;
  width: 100%;
  max-height: 100%;
  height: 100%;
  left: 0%;
  top: -100%;
  margin-bottom: 10px;
  z-index: 101;
  overflow-y: auto;
  background: #fff;
}
@media screen and (min-width: 960px) {
  div.sp_menu {
    display: none;
  }
}
div.sp_menu .sp_menu_in {
  margin-top: 57px;
  align-items: center;
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 768px) {
  div.sp_menu .sp_menu_in {
    margin-top: 76px;
  }
}

.sp_menu__tel span {
  position: relative;
}
.sp_menu__tel span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  position: absolute;
  font-size: 20px;
  left: -25px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .sp_menu__tel span:before {
    top: 10px;
    font-size: 25px;
    left: -25px;
    top: 8px;
  }
}

.sp_menu__tel {
  font-weight: bold;
  font-size: 2.5rem;
}
@media screen and (min-width: 560px) {
  .sp_menu__tel {
    font-size: 3rem;
  }
}

.sp_menu__tel a {
  text-decoration: none;
}

/*********/
div.sp_menu .sp_icon {
  margin-bottom: 17px;
}

div.sp_menu .sp_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.sp_menu .sp_icon ul li {
  margin-right: 8px;
}

div.sp_menu .sp_icon ul li:last-child {
  margin-right: 0px;
}

div.sp_menu .sp_icon dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 5px;
}

div.sp_menu .sp_icon dl dt {
  margin-right: 5px;
}

/***********/
.menu-button-right a.stop {
  pointer-events: none;
}

div.sp_menu.active {
  display: block;
}

div.sp_menu p.tel {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 560px) {
  div.sp_menu p.tel {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
div.sp_menu p.tel:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  border-top: 1px solid #083f99;
  transition: width 0.2s;
}
div.sp_menu p.tel.menu_line:before {
  width: 100%;
  transition: width 0.2s;
}

div.sp_menu p.tel a {
  color: #000;
}

div.sp_menu ul.nav {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 74px;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 0px;
}

div.sp_menu ul.nav a {
  font-weight: normal;
  font-weight: 400;
}

div.sp_menu ul.nav li {
  list-style: none;
  text-align: left;
  margin: 0 auto;
}

div.sp_menu ul.nav li ul {
  padding-bottom: 0px;
}

div.sp_menu ul.nav li.parent ul {
  padding-top: 0px;
  display: none;
}

div.sp_menu ul.nav li:first-child {
  border-top: none;
}

div.sp_menu ul.nav li a {
  display: block;
  width: 100%;
  padding: 15px 10px 15px 10px;
  /*color:#fff;*/
  cursor: pointer;
  border-bottom: 1px solid #083f99;
}

div.sp_menu ul.nav li.parent span {
  display: block;
  width: 100%;
  padding: 15px 10px 15px 10px;
  border-bottom: 1px solid #083f99;
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 560px) {
  div.sp_menu ul.nav li.parent span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  div.sp_menu ul.nav li.parent span {
    font-size: 2rem;
  }
}

/**************/
div.sp_menu ul.nav li.parent span {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 560px) {
  div.sp_menu ul.nav li.parent span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  div.sp_menu ul.nav li.parent span {
    font-size: 2rem;
  }
}

div.sp_menu ul.nav li.parent span::before,
div.sp_menu ul.nav li.parent span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

div.sp_menu ul.nav li.parent span::after {
  left: 83px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
@media screen and (min-width: 560px) {
  div.sp_menu ul.nav li.parent span::after {
    left: 101px;
  }
}
@media screen and (min-width: 768px) {
  div.sp_menu ul.nav li.parent span::after {
    left: 112px;
  }
}

div.sp_menu ul.nav li.parent span.ar_btn::after {
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

/***********/
div.sp_menu ul.nav li a {
  font-size: 1.6rem;
  color: #000 !important;
  text-decoration: none;
}
@media screen and (min-width: 560px) {
  div.sp_menu ul.nav li a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  div.sp_menu ul.nav li a {
    font-size: 2rem;
  }
}

div.sp_menu ul.nav li.parent ul li a {
  color: #fff !important;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  padding-left: 30px;
}
@media screen and (min-width: 560px) {
  div.sp_menu ul.nav li.parent ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  div.sp_menu ul.nav li.parent ul li a {
    font-size: 2rem;
  }
}

/* =============================================================
footer
============================================================== */
.footer {
  background: #F7F7F7;
  text-align: center;
  padding-top: 40px;
}
@media screen and (min-width: 560px) {
  .footer {
    padding-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .footer {
    padding-top: 80px;
  }
}
.footer__logo {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .footer__logo {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .footer__logo {
    margin-bottom: 60px;
  }
}
.footer__logo img {
  width: 80%;
}
@media screen and (min-width: 960px) {
  .footer__logo img {
    width: auto;
  }
}

.footerCompany p {
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (min-width: 560px) {
  .footerCompany p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  .footerCompany p {
    font-size: 1.8rem;
  }
}

.footerAddress {
  display: flex;
  justify-content: center;
}
.footerAddress__zip {
  margin-right: 10px;
}

.footer2 {
  background: #36563C;
  color: #fff;
  margin-top: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (min-width: 560px) {
  .footer2 {
    margin-top: 60px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .footer2 {
    margin-top: 80px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

/* =============================================================
main.css
============================================================== */
#wrapper {
  position: relative;
  overflow: hidden;
}

.wraptop {
  margin-bottom: 65px;
}
@media screen and (min-width: 560px) {
  .wraptop {
    margin-bottom: 0px;
  }
}

/* =============================================================
top.css
============================================================== */
.tel a {
  text-decoration: none;
}

/*************************/
/******** promo **********/
/*************************/
.promo {
  margin-top: 60px;
}
.promo img {
  width: 100%;
}

.kaitaisimuration__bnr {
  background: #FFE93B;
  text-align: center;
}
.kaitaisimuration__bnr a {
  display: block;
  opacity: 1;
  transition: opacity 0.7s;
  padding: 20px 10px;
}
@media screen and (min-width: 560px) {
  .kaitaisimuration__bnr a {
    padding: 25px 10px;
  }
}
@media screen and (min-width: 960px) {
  .kaitaisimuration__bnr a {
    padding: 40px 10px;
  }
}
.kaitaisimuration__bnr a:hover {
  opacity: 0.7;
  transition: opacity 0.7s;
}

/*************************/
/******** event **********/
/*************************/
.event {
  margin-top: 7.5vw;
  margin-bottom: 16.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .event {
    margin-top: 90px;
    margin-bottom: 200px;
  }
}
.event__catch {
  text-align: center;
  font-size: 1.5rem;
  color: #36563C;
  font-weight: 900;
}
@media screen and (min-width: 560px) {
  .event__catch {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .event__catch {
    font-size: 3.6rem;
  }
}
.event__catch span {
  position: relative;
}
.event__catch span:before {
  content: "";
  border-bottom: solid #36563C;
  transform: rotate(55deg);
  transform-origin: right;
  position: absolute;
  font-weight: 600;
  top: 0px;
  height: 100%;
  left: -2.5vw;
  width: 2.9166666667vw;
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 1200px) {
  .event__catch span:before {
    width: 35px;
    left: -30px;
    border-width: 5px;
  }
}
.event__catch span:after {
  content: "";
  border-bottom: 5px solid;
  transform: rotate(-55deg);
  transform-origin: left;
  position: absolute;
  font-weight: 600;
  top: 0px;
  height: 100%;
  right: -1.5833333333vw;
  width: 2.9166666667vw;
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 1200px) {
  .event__catch span:after {
    right: -19px;
    width: 35px;
    border-width: 5px;
  }
}

.eventBox {
  border: 5px solid #36563C;
  margin-top: 2.5vw;
  border-radius: 20px;
  position: relative;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .eventBox {
    margin-top: 30px;
  }
}
.eventBox:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: 30%;
  background: #fff;
  background: linear-gradient(transparent 0%, #fff 50%, #fff 100%);
}
.eventBox:after {
  content: "";
  position: absolute;
  background: url(../../img/top/arrow.svg) center bottom no-repeat;
  background-size: contain;
  right: 50%;
  transform: translateX(50%);
  bottom: -16.6666666667vw;
  width: 50%;
  height: 18%;
}
@media screen and (min-width: 960px) {
  .eventBox:after {
    bottom: -200px;
  }
}
.eventBox__inner {
  margin: 1.25vw;
  background: rgba(29, 164, 54, 0.2);
  border-radius: 20px;
  padding: 5vw 1.6666666667vw 5vw;
}
@media screen and (min-width: 1200px) {
  .eventBox__inner {
    padding: 60px 20px 60px;
    margin: 15px;
  }
}
.eventBox__ttlbox {
  position: relative;
  left: -2.9166666667vw;
  background: #36563C;
  max-width: 1017px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .eventBox__ttlbox {
    left: -35px;
  }
}
.eventBox__ttlwrap {
  margin-left: 10.8333333333vw;
  padding-top: 5vw;
  padding-bottom: 2.5vw;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .eventBox__ttlwrap {
    margin-left: 150px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.eventBox__ttl {
  font-weight: 900;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 1200px) {
  .eventBox__ttl {
    font-size: 6.4rem;
  }
}
.eventBox__ttl span {
  color: #FFE93B;
}
.eventBox__ttlsub {
  font-weight: 900;
  position: absolute;
  left: 0.8333333333vw;
  top: -1.5vw;
  padding: 0.8333333333vw 2.3333333333vw;
  font-size: 3vw;
}
@media screen and (min-width: 1200px) {
  .eventBox__ttlsub {
    left: 10px;
    top: -18px;
    padding: 10px 28px;
    font-size: 3.6rem;
  }
}
.eventBox__ttlsub:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #FF6D1D;
  transform: skew(-20deg);
}
.eventBox__ttlsub span {
  display: inline-block;
  position: relative;
}

.eventBoxCircle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .eventBoxCircle {
    right: -80px;
  }
}
.eventBoxCircle:before {
  content: "";
  position: absolute;
  background: #FF6D1D;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  right: -5px;
  bottom: -5px;
}
.eventBoxCircle__inner {
  position: relative;
  background: #FFE93B;
  padding: 3.3333333333vw 2.9166666667vw;
  border-radius: 50%;
  z-index: 1;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .eventBoxCircle__inner {
    padding: 40px 35px;
  }
}
.eventBoxCircle__month {
  font-size: 2.6666666667vw;
  font-weight: 800;
}
@media screen and (min-width: 1200px) {
  .eventBoxCircle__month {
    font-size: 3.2rem;
  }
}
.eventBoxCircle__num {
  font-size: 3.4166666667vw;
  font-weight: 800;
  margin-top: 0.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .eventBoxCircle__num {
    margin-top: 8px;
    font-size: 4.1rem;
  }
}
.eventBoxCircle__num span {
  font-size: 200%;
  font-family: "Roboto", sans-serif;
  color: #FF6D1D;
}

.eventBoxList {
  max-width: 958px;
  margin-inline: auto;
  margin-top: 6.6666666667vw;
  position: relative;
  z-index: 1;
  background: #41B356;
  border-radius: 20px;
  padding: 1.6666666667vw 3.3333333333vw 3.3333333333vw;
}
@media screen and (min-width: 1200px) {
  .eventBoxList {
    padding: 20px 40px 40px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .eventBoxList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.eventBoxList ul li {
  line-height: 1.2;
  background: #fff;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .eventBoxList ul li {
    font-size: 1.6666666667vw;
    width: 48%;
    margin-top: 1.6666666667vw;
    padding: 1.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .eventBoxList ul li {
    font-size: 2rem;
    margin-top: 20px;
    padding: 15px;
  }
}
.eventBoxList ul li span {
  background: url(../../img/top/check.svg) left center no-repeat;
  padding-left: 23px;
  display: block;
  background-size: 13px 17px;
}
@media screen and (min-width: 768px) {
  .eventBoxList ul li span {
    background-size: 2.25vw 2.4166666667vw;
    padding-top: 0.4166666667vw;
    padding-bottom: 0.4166666667vw;
    padding-left: 2.9166666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .eventBoxList ul li span {
    padding-left: 35px;
    background-size: 27px 29px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.eventBoxPrice {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 958px;
  box-shadow: 0.6666666667vw 0.5833333333vw 0px #36563C;
  padding: 20px 30px;
  background: #fff;
  margin-top: 5.8333333333vw;
}
@media screen and (min-width: 768px) {
  .eventBoxPrice {
    padding: 2.5vw 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .eventBoxPrice {
    margin-top: 70px;
    padding: 30px 60px;
    box-shadow: 8px 7px 0px #36563C;
  }
}
@media screen and (min-width: 560px) {
  .eventBoxPrice__pricebox {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    position: relative;
  }
}
.eventBoxPrice__pricebox:before {
  display: none;
}
@media screen and (min-width: 560px) {
  .eventBoxPrice__pricebox:before {
    display: block;
    content: "";
    position: absolute;
    background: url(../../img/common/nikky_track.svg) left top no-repeat;
    background-size: contain;
    left: -8.3333333333vw;
    top: -8.0833333333vw;
    width: 46%;
    height: 400%;
  }
}
@media screen and (min-width: 1200px) {
  .eventBoxPrice__pricebox:before {
    left: -100px;
    top: -97px;
  }
}
.eventBoxPrice__sougaku {
  background: #36563C;
  color: #fff;
  font-weight: 600;
  margin-right: 1.6666666667vw;
  font-size: 1.4rem;
  padding: 1.25vw 1.6666666667vw;
  transform: translateY(-7px);
  text-align: center;
}
@media screen and (min-width: 560px) {
  .eventBoxPrice__sougaku {
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .eventBoxPrice__sougaku {
    margin-right: 20px;
    font-size: 2.2rem;
    padding: 15px 20px;
  }
}
.eventBoxPrice__price {
  text-align: center;
  font-size: 4.1666666667vw;
  transform: translateY(0.8333333333vw);
  font-weight: 900;
}
@media screen and (min-width: 560px) {
  .eventBoxPrice__price {
    text-align: left;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .eventBoxPrice__price {
    font-size: 3.2rem;
    transform: translateY(10px);
  }
}
.eventBoxPrice__price__yen {
  font-size: 300%;
  font-family: "Roboto", sans-serif;
  color: #FF6D1D;
}
.eventBoxPrice__price__tsubo {
  font-size: 175%;
  font-family: "Roboto", sans-serif;
}

/*************************/
/******** trust **********/
/*************************/
.trust {
  margin-top: 22.5vw;
  margin-bottom: 14.1666666667vw;
}
@media screen and (min-width: 1200px) {
  .trust {
    margin-top: 270px;
    margin-bottom: 170px;
  }
}
.trust__ttl {
  text-align: center;
  font-size: 4.6666666667vw;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 1200px) {
  .trust__ttl {
    font-size: 5.6rem;
    margin-bottom: 30px;
  }
}
.trust__ttl span {
  color: #FF6D1D;
}

.trustList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 560px) {
  .trustList {
    justify-content: space-between;
  }
}
.trustList li {
  width: 47%;
}
@media screen and (min-width: 560px) {
  .trustList li {
    width: 30%;
  }
}

/*************************/
/******** reason *********/
/*************************/
.reason {
  background: url(../../img/top/stripe_bg.jpg) center top;
  padding-bottom: 10.8333333333vw;
}
@media screen and (min-width: 1200px) {
  .reason {
    padding-bottom: 130px;
  }
}
.reason__txt {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reason__txt {
    font-size: 1.5vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .reason__txt {
    font-size: 2.2rem;
    margin-bottom: 60px;
  }
}
.reason__txt span {
  background: linear-gradient(transparent 50%, #FFE93B 50%);
}
.reason__txt br {
  display: none;
}
@media screen and (min-width: 560px) {
  .reason__txt br {
    display: block;
  }
}

/*************************/
/********* case **********/
/*************************/
.case {
  background: url(../../img/common/dot_bg.gif);
  padding-top: 12.5vw;
  padding-bottom: 7.5vw;
}
@media screen and (min-width: 1200px) {
  .case {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
.case__inner {
  position: relative;
}
.case__inner:before {
  content: "";
  position: absolute;
  background: url(../../img/top/nikky_crane.svg) right bottom no-repeat;
  background-size: contain;
  right: 0%;
  top: -18%;
  width: 35%;
  height: 20%;
}
@media screen and (min-width: 1200px) {
  .case__inner:before {
    right: -13%;
    height: 28%;
  }
}
.case__ttl {
  text-align: center;
  color: #36563C;
  font-size: 6.6666666667vw;
  margin-bottom: 7.5vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .case__ttl {
    font-size: 4.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .case__ttl {
    font-size: 5.6rem;
    margin-bottom: 90px;
  }
}
.case__ttl span {
  background: url(../../img/top/case_ttlbg.svg) left bottom no-repeat;
  background-size: contain;
  padding-left: 25px;
  padding-right: 25px;
}
.case__leave {
  display: flex;
  justify-content: end;
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.case__leave:before {
  content: "";
  background: url(../../img/top/nikky_hakobi.svg) left top no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: -12.5vw;
  width: 32%;
  height: 138%;
}
@media screen and (min-width: 1200px) {
  .case__leave:before {
    bottom: -150px;
  }
}
.case__leave__txt {
  background: #FFE93B;
  line-height: 1.6;
  text-align: center;
  font-weight: 900;
  position: relative;
  padding: 4.1666666667vw 7.5vw;
  border-radius: 9.1666666667vw;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 1200px) {
  .case__leave__txt {
    padding: 50px 90px;
    border-radius: 110px;
    font-size: 4rem;
  }
}
.case__leave__txt:after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #FFE93B;
  position: absolute;
  left: -10px;
  bottom: 0.8333333333vw;
  width: 3.6666666667vw;
  height: 4.9166666667vw;
  transform: rotate(60deg);
}
@media screen and (min-width: 1200px) {
  .case__leave__txt:after {
    bottom: 20px;
    width: 44px;
    height: 59px;
  }
}

/*************************/
/********* voice *********/
/*************************/
.voice {
  padding-top: 10.8333333333vw;
  padding-bottom: 11.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .voice {
    padding-top: 130px;
    padding-bottom: 140px;
  }
}
.voice__ttl {
  text-align: center;
  font-size: 2.5rem;
  color: #36563C;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .voice__ttl {
    margin-bottom: 5.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .voice__ttl {
    font-size: 5.4rem;
    margin-bottom: 70px;
  }
}
.voice__ttl__wa {
  position: relative;
}
.voice__ttl__wa:before {
  content: "";
  border-bottom: 5px solid #36563C;
  transform: rotate(62deg);
  transform-origin: right;
  position: absolute;
  font-weight: 600;
  top: 1.6666666667vw;
  left: -4.1666666667vw;
  height: 100%;
  width: 7.0833333333vw;
}
@media screen and (min-width: 560px) {
  .voice__ttl__wa:before {
    width: 7.0833333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .voice__ttl__wa:before {
    top: 20px;
    width: 85px;
    left: -50px;
  }
}
.voice__ttl__wa:after {
  content: "";
  border-bottom: 5px solid #36563C;
  transform: rotate(-62deg);
  transform-origin: left;
  position: absolute;
  font-weight: 600;
  top: 1.6666666667vw;
  right: -4.1666666667vw;
  height: 100%;
  width: 7.0833333333vw;
}
@media screen and (min-width: 560px) {
  .voice__ttl__wa:after {
    width: 7.0833333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .voice__ttl__wa:after {
    top: 20px;
    width: 85px;
    right: -50px;
  }
}
.voice__ttl__line {
  background: url(../../img/top/voice_ttl_line.svg) center bottom no-repeat;
  padding-left: 45px;
  padding-right: 45px;
  background-size: contain;
}

.voiceBox {
  border: 5px solid #36563C;
  border-radius: 10px;
  padding: 4.1666666667vw 8.3333333333vw 4.1666666667vw;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .voiceBox {
    padding: 50px 100px 50px;
  }
}
.voiceBox + .voiceBox {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .voiceBox + .voiceBox {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .voiceBox + .voiceBox {
    margin-top: 50px;
  }
}
.voiceBox__numberbox {
  position: absolute;
  left: -52px;
  transform: translateY(0%);
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #36563C;
  background: #fff;
  left: 10px;
  top: -20px;
}
@media screen and (min-width: 560px) {
  .voiceBox__numberbox {
    font-size: 2vw;
  }
}
@media screen and (min-width: 960px) {
  .voiceBox__numberbox {
    transform: translateY(0%);
  }
}
@media screen and (min-width: 1200px) {
  .voiceBox__numberbox {
    font-size: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    left: -52px;
  }
}
.voiceBox__numberbox__bg {
  padding: 0px 5px;
}
.voiceBox__numberbox__ttl {
  font-size: 2.4rem;
}
.voiceBox__numberbox__number {
  font-size: 200%;
  margin-left: 5px;
}
@media screen and (min-width: 560px) {
  .voiceBox__voice {
    display: flex;
    align-items: center;
  }
}
.voiceBox__voice__person {
  width: 120px;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .voiceBox__voice__person {
    margin-bottom: 0px;
    margin-inline: initial;
  }
}
.voiceBox__voice__txtbox {
  margin-left: 0px;
  flex: 1;
  font-size: 1.4rem;
}
@media screen and (min-width: 560px) {
  .voiceBox__voice__txtbox {
    font-size: 1.8rem;
    margin-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .voiceBox__voice__txtbox {
    font-size: 2.2rem;
  }
}
.voiceBox__voice__txt {
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .voiceBox__voice__txt {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .voiceBox__voice__txt {
    margin-bottom: 20px;
  }
}
.voiceBox__voice__txt br {
  display: none;
}
@media screen and (min-width: 768px) {
  .voiceBox__voice__txt br {
    display: block;
  }
}
.voiceBox__voice__name {
  font-weight: bold;
}

/*****************************/
/********* otherCase *********/
/*****************************/
.otherCase {
  background: #F0F7F1;
  position: relative;
}
.otherCase__inner {
  padding-top: 10.8333333333vw;
  padding-bottom: 4.1666666667vw;
}
@media screen and (min-width: 1200px) {
  .otherCase__inner {
    padding-top: 110px;
    padding-bottom: 50px;
  }
}
.otherCase__txt {
  text-align: center;
  font-weight: 900;
  font-size: 4.6666666667vw;
  margin-bottom: 6.6666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .otherCase__txt {
    font-size: 5.6rem;
    margin-bottom: 80px;
  }
}

/********************************/
/********* otherKaitai **********/
/********************************/
.otherKaitai {
  background: url(../../img/top/bg_green.jpg) left top repeat-x #F7F7F7;
  padding-top: 11.6666666667vw;
  padding-bottom: 11.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .otherKaitai {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.otherKaitai__inner {
  max-width: 1440px;
  width: 100%;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .otherKaitai__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.otherKaitai__ttl {
  text-align: center;
  color: #fff;
  font-size: 4.6666666667vw;
  margin-bottom: 7.5vw;
}
@media screen and (min-width: 1200px) {
  .otherKaitai__ttl {
    font-size: 5.6rem;
    margin-bottom: 90px;
  }
}
.otherKaitai__ttl__wa {
  position: relative;
}
.otherKaitai__ttl__wa:before {
  content: "";
  border-bottom: 5px solid #fff;
  transform: rotate(62deg);
  transform-origin: right;
  position: absolute;
  font-weight: 600;
  top: 1.6666666667vw;
  left: -5.8333333333vw;
  width: 7.0833333333vw;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .otherKaitai__ttl__wa:before {
    top: 20px;
    left: -70px;
    width: 85px;
  }
}
.otherKaitai__ttl__wa:after {
  content: "";
  border-bottom: 5px solid #fff;
  transform: rotate(-62deg);
  transform-origin: left;
  position: absolute;
  font-weight: 600;
  top: 1.6666666667vw;
  right: -5.8333333333vw;
  width: 7.0833333333vw;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .otherKaitai__ttl__wa:after {
    top: 20px;
    right: -70px;
    width: 85px;
  }
}
.otherKaitai__ttl__color {
  color: #FFE93B;
}

.otherKaitaiCan {
  background: #fff;
  padding: 3.3333333333vw 7.5vw 3.3333333333vw;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .otherKaitaiCan {
    padding: 40px 90px 40px;
  }
}
.otherKaitaiCan__ttl {
  text-align: center;
  font-size: 3vw;
  transform: translateY(-5.4166666667vw);
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .otherKaitaiCan__ttl {
    left: 50%;
    top: -25px;
    font-size: 3.6rem;
    transform: translateY(-65px);
  }
}
.otherKaitaiCan__ttl__pos {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  margin: 0 auto;
}
.otherKaitaiCan__ttl__bg {
  display: inline-block;
  position: relative;
}
.otherKaitaiCan__ttl__bg:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #FF6D1D;
  transform: skew(-20deg);
}
.otherKaitaiCan__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .otherKaitaiCan__list::after {
    content: "";
    display: block;
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .otherKaitaiCan__list::before {
    content: "";
    display: block;
    width: 22%;
    order: 1;
  }
  .otherKaitaiCan__list::after {
    content: "";
    display: block;
    width: 22%;
  }
}
.otherKaitaiCan__list__one {
  width: 49%;
  border: 5px solid #36563C;
  border-radius: 10px;
  margin-bottom: 3.3333333333vw;
  text-align: center;
  padding: 3.3333333333vw 0.8333333333vw;
}
@media screen and (min-width: 560px) {
  .otherKaitaiCan__list__one {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .otherKaitaiCan__list__one {
    padding: 40px 10px;
    margin-bottom: 40px;
    width: 22%;
  }
}
.otherKaitaiCan__list__icon {
  margin-bottom: 20px;
}
.otherKaitaiCan__list__txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 560px) {
  .otherKaitaiCan__list__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .otherKaitaiCan__list__txt {
    font-size: 2.4rem;
  }
}
.otherKaitaiCan__list__txt span {
  background: linear-gradient(transparent 50%, #FFE93B 50%);
}

.otherSupport {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1330px;
  width: 100%;
  margin-top: 0px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .otherSupport {
    margin-top: -5.8333333333vw;
  }
}
@media screen and (min-width: 960px) {
  .otherSupport {
    margin-top: -70px;
  }
}
.otherSupport__nikky {
  width: 19%;
}
.otherSupport__txtbox {
  width: 72%;
  text-align: center;
  line-height: 1.6;
  font-weight: 900;
  color: #36563C;
  font-size: 1.3rem;
}
@media screen and (min-width: 560px) {
  .otherSupport__txtbox {
    font-size: 2.8333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .otherSupport__txtbox {
    font-size: 3.4rem;
  }
}
.otherSupport__txt {
  position: relative;
}
.otherSupport__txt:before {
  content: "";
  position: absolute;
  left: -1.6666666667vw;
  top: -1.6666666667vw;
  border-top: solid #36563C;
  border-left: solid #36563C;
  border-width: 0.4166666667vw;
  width: 8%;
  height: 53%;
}
@media screen and (min-width: 1200px) {
  .otherSupport__txt:before {
    left: -20px;
    top: -20px;
    border-width: 5px;
  }
}
.otherSupport__txt:after {
  content: "";
  position: absolute;
  right: -1.6666666667vw;
  bottom: -1.6666666667vw;
  border-right: solid #36563C;
  border-bottom: solid #36563C;
  border-width: 0.4166666667vw;
  width: 8%;
  height: 53%;
}
@media screen and (min-width: 1200px) {
  .otherSupport__txt:after {
    right: -20px;
    bottom: -20px;
    border-width: 5px;
  }
}

.company {
  padding-top: 10vw;
}
@media screen and (min-width: 1200px) {
  .company {
    padding-top: 120px;
  }
}

/********************************/
/************ place *************/
/********************************/
.place {
  padding-top: 10vw;
}
@media screen and (min-width: 1200px) {
  .place {
    padding-top: 120px;
  }
}

@media screen and (min-width: 560px) {
  .placeBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.placeBox + .placeBox {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .placeBox + .placeBox {
    margin-top: 80px;
  }
}
.placeBox__ph {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .placeBox__ph {
    width: 45%;
    margin-bottom: 0px;
  }
}
.placeBox__info {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .placeBox__info {
    width: 45%;
  }
}
.placeBox__info__ttl {
  font-size: 1.8rem;
  font-weight: 900;
  background: url(../../img/top/shop_line.svg) left bottom repeat-x;
  padding-bottom: 15px;
  margin-bottom: 10px;
  background-size: contain;
}
@media screen and (min-width: 560px) {
  .placeBox__info__ttl {
    font-size: 2.2rem;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .placeBox__info__ttl {
    font-size: 2.8rem;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}
.placeBox__info__information {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 560px) {
  .placeBox__info__information {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .placeBox__info__information {
    font-size: 2rem;
  }
}
.placeBox__btn {
  margin-top: 15px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 560px) {
  .placeBox__btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .placeBox__btn {
    margin-top: 30px;
  }
}
.placeBox__btn:before {
  content: "";
  position: absolute;
  background: #333333;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.placeBox__btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  padding: 7px 20px;
  background: #707070;
  position: relative;
  border-radius: 50px;
  font-weight: 600;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .placeBox__btn a {
    font-size: 1.5rem;
    padding: 8px 23px;
  }
}
@media screen and (min-width: 960px) {
  .placeBox__btn a {
    font-size: 1.6rem;
    padding: 10px 27px;
  }
}
.placeBox__btn a i {
  margin-right: 5px;
}
.placeBox__btn a:hover {
  left: 2px;
  top: 2px;
}

/********************************/
/************ area *************/
/********************************/
.area {
  margin-top: 7.5vw;
  margin-bottom: 13.3333333333vw;
  padding-bottom: 5vw;
  border-bottom: 3px solid #36563C;
}
@media screen and (min-width: 1200px) {
  .area {
    margin-top: 90px;
    margin-bottom: 160px;
    padding-bottom: 60px;
  }
}
.area__ttl {
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 5vw;
}
@media screen and (min-width: 560px) {
  .area__ttl {
    font-size: 3.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .area__ttl {
    font-size: 4.4rem;
    margin-bottom: 60px;
  }
}
.area__ttl:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 3px solid #36563C;
}
.area__ttl span {
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0px 20px;
  color: #36563C;
}

.areaBox {
  padding: 0px 20px;
  position: relative;
}
.areaBox__place {
  width: 100%;
  position: relative;
  z-index: 1;
}
.areaBox__prefecture {
  /*display: flex;*/
  position: relative;
}
.areaBox__prefecture + .areaBox__prefecture {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .areaBox__prefecture + .areaBox__prefecture {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 960px) {
  .areaBox__prefecture + .areaBox__prefecture {
    margin-top: 60px;
  }
}
.areaBox__prefecture__place {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .areaBox__prefecture__place {
    font-size: 1.8333333333vw;
    margin-top: 1.6666666667vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .areaBox__prefecture__place {
    font-size: 2.2rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.areaBox__prefecture__place:before {
  content: "-";
  margin-right: 10px;
}
.areaBox__prefecture__th {
  font-size: 1.5rem;
  width: 132px;
}
@media screen and (min-width: 768px) {
  .areaBox__prefecture__th {
    font-size: 2vw;
    width: 11vw;
  }
}
@media screen and (min-width: 1200px) {
  .areaBox__prefecture__th {
    font-size: 2.4rem;
    width: 132px;
  }
}
.areaBox__prefecture__th span {
  background: #F0F7F1;
  display: inline-block;
  padding: 8px 30px;
}
@media screen and (min-width: 768px) {
  .areaBox__prefecture__th span {
    padding: 0.6666666667vw 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .areaBox__prefecture__th span {
    padding: 8px 30px;
  }
}
.areaBox__prefecture__td {
  margin-top: 4px;
  margin-left: 0px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .areaBox__prefecture__td {
    margin-left: 30px;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .areaBox__prefecture__td {
    font-size: 2rem;
  }
}
.areaBox__prefecture__td li:after {
  content: "、";
}
.areaBox__prefecture__td li:last-child:after {
  content: "";
}
.areaBox__map {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .areaBox__map {
    float: right;
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .areaBox__map {
    margin-top: 0px;
    width: auto;
  }
}
@media screen and (min-width: 560px) {
  .areaBox__map {
    width: 38.75vw;
  }
}
@media screen and (min-width: 1200px) {
  .areaBox__map {
    width: auto;
  }
}

.contactConv {
  background: url(../../img/top/contact_bg.jpg) left top no-repeat;
}
.contactConv__ttl {
  text-align: center;
  color: #fff;
  font-size: 4.6666666667vw;
  padding-top: 10vw;
}
@media screen and (min-width: 1200px) {
  .contactConv__ttl {
    font-size: 5.6rem;
    padding-top: 120px;
  }
}

.contact {
  margin-top: 6.6666666667vw;
  margin-bottom: 16.6666666667vw;
}
@media screen and (min-width: 1200px) {
  .contact {
    margin-top: 80px;
    margin-bottom: 200px;
  }
}
.contact__inner {
  border: 5px solid #36563C;
  padding-bottom: 8.3333333333vw;
}
@media screen and (min-width: 1200px) {
  .contact__inner {
    padding-bottom: 100px;
  }
}
.contact__desc {
  max-width: 970px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-inline: auto;
}
.contact__desc__txt {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .contact__desc__txt {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .contact__desc__txt {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.contact__desc__list {
  font-size: 1.4rem;
  max-width: 735px;
  margin-inline: auto;
  font-weight: 300;
}
@media screen and (min-width: 560px) {
  .contact__desc__list {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .contact__desc__list {
    font-size: 2rem;
  }
}
.contact__desc__list li {
  list-style-type: decimal;
  margin-bottom: 10px;
  margin-left: 25px;
  line-height: 1.2;
}
.contact__desc__list li:last-child {
  margin-bottom: 0px;
}
.contact__ttl {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .contact__ttl {
    margin-bottom: 5.8333333333vw;
    font-size: 3.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .contact__ttl {
    margin-bottom: 70px;
    font-size: 4.4rem;
  }
}
.contact__ttl span {
  background: #36563C;
  padding: 15px;
  display: inline-block;
  max-width: 760px;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .contact__ttl span {
    padding: 30px 40px 30px;
  }
}

.contactForm {
  max-width: 950px;
  margin-inline: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .contactForm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.shopslider {
  width: 100%;
  height: 160px;
  position: relative;
  background: url(../../img/top/company_img.png) repeat-x 0 0;
  background-size: auto 100%;
  animation: bg-slider 23s linear infinite; /* 23sの部分背景画像の約数だとスムーズ */
  padding: 0;
}
@media screen and (min-width: 560px) {
  .shopslider {
    height: 250px;
  }
}
@media screen and (min-width: 960px) {
  .shopslider {
    height: 300px;
  }
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1518px 0;
  } /* 1518pxとは使用した背景画像の長さ */
}
/* =============================================================
news.scss
============================================================== */
/* list
--------------------------------------*/
.newsList-item {
  border-bottom: 1px solid #EEEEEE;
}
.newsList-item a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #000000;
}
@media screen and (min-width: 560px) {
  .newsList-item a {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .newsList-item a {
    display: flex;
    padding: 25px 30px;
  }
}
.newsList-item a:hover .newsList-item_title {
  text-decoration: underline;
}
.newsList-item_data {
  padding-bottom: 3px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-right: 10px;
  padding-top: 2px;
}
@media screen and (min-width: 560px) {
  .newsList-item_data {
    font-size: 1.3rem;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .newsList-item_data {
    font-size: 1.4rem;
    padding-bottom: 0px;
  }
}
.newsList-item_data time {
  margin-right: 10px;
}
.newsList-item_data span {
  border-left: 1px solid #b5b5b5;
  display: inline-block;
  padding: 0px 5px;
  width: 120px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .newsList-item_data span {
    border-right: 1px solid #b5b5b5;
  }
}
.newsList-item_title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  transition: text-decoration 0.1s;
}
@media screen and (min-width: 560px) {
  .newsList-item_title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .newsList-item_title {
    flex: 1;
    max-width: 100%;
  }
}

/* entry
--------------------------------------*/
.newsEntry_headding {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .newsEntry_headding {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .newsEntry_headding {
    margin-bottom: 70px;
  }
}
.newsEntry_headding_data {
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .newsEntry_headding_data {
    font-size: 1.3rem;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .newsEntry_headding_data {
    font-size: 1.4rem;
  }
}
.newsEntry_headding_title {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .newsEntry_headding_title {
    font-size: 2.8rem;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .newsEntry_headding_title {
    font-size: 3.4rem;
    line-height: 1.2;
  }
}

/* =============================================================
entry.css
============================================================== */
.entryData {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 5px 0;
}
@media screen and (min-width: 560px) {
  .entryData {
    margin-bottom: 40px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 960px) {
  .entryData {
    margin-bottom: 50px;
  }
}
.entryData_time {
  font-size: 1.3rem;
  margin: 8px 10px 8px 0;
}
@media screen and (min-width: 560px) {
  .entryData_time {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .entryData_time {
    font-size: 1.5rem;
  }
}
.entryData_category span {
  font-size: 1.2rem;
  border: 1px solid #EEEEEE;
  padding: 4px 6px;
  display: inline-block;
}
@media screen and (min-width: 560px) {
  .entryData_category span {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .entryData_category span {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
.entryData_category span + span {
  margin-left: 5px;
}
.entryData_ttl {
  width: 100%;
  margin-top: 10px;
  font-size: 2.3rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .entryData_ttl {
    margin-top: 10px;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 960px) {
  .entryData_ttl {
    margin-top: 15px;
    font-size: 2.8rem;
  }
}

.blogAllview {
  max-width: 520px;
  margin: 0 auto;
}

/* entry_body
-----------------------------*/
.entryBody {
  overflow: hidden;
}
.entryBody *:first-child {
  margin-top: 0;
}
.entryBody h1 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 50px;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .entryBody h1 {
    font-size: 2.5rem;
    margin-top: 60px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .entryBody h1 {
    font-size: 2.8rem;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
.entryBody h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.5;
  margin-top: 40px;
  padding: 5px;
}
@media screen and (min-width: 560px) {
  .entryBody h2 {
    font-size: 2.3rem;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.6;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h2 {
    font-size: 2.6rem;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 15px 20px;
  }
}
.entryBody h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
  margin-top: 30px;
  font-weight: bold;
  color: #111;
}
@media screen and (min-width: 560px) {
  .entryBody h3 {
    font-size: 2.3rem;
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h3 {
    font-size: 2.6rem;
  }
}
.entryBody h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 25px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .entryBody h4 {
    font-size: 2rem;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h4 {
    font-size: 2.2rem;
  }
}
.entryBody h5, .entryBody h6 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 25px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .entryBody h5, .entryBody h6 {
    font-size: 1.8rem;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h5, .entryBody h6 {
    font-size: 2rem;
  }
}
.entryBody.txtbox p {
  margin-bottom: 0px;
}
.entryBody.txtbox p + p {
  margin-top: 0px;
  padding-top: 10px;
}
.entryBody p + div {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .entryBody p + div {
    margin-top: 40px;
  }
}
.entryBody div {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .entryBody div {
    margin-bottom: 40px;
  }
}
.entryBody a {
  color: #000;
  text-decoration: underline;
  transition: all 0.7s;
}
@media screen and (min-width: 960px) {
  .entryBody a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.entryBody table {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  width: 100%;
  margin: 30px 0;
  table-layout: fixed;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 960px) {
  .entryBody table {
    margin: 40px 0;
  }
}
.entryBody th,
.entryBody td {
  border-bottom: 1px solid #231815;
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.8;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .entryBody th,
  .entryBody td {
    font-size: 1.4rem;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody th,
  .entryBody td {
    font-size: 1.5rem;
    line-height: 1.8;
    line-height: 180%;
    padding: 15px 20px;
  }
}
.entryBody ul,
.entryBody ol {
  width: 100%;
  margin: 30px 0;
}
@media screen and (min-width: 960px) {
  .entryBody ul,
  .entryBody ol {
    width: 100%;
    margin: 40px 0;
  }
}
.entryBody li {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  line-height: 2;
  padding: 5px 0 5px 10px;
  list-style: none;
}
@media screen and (min-width: 560px) {
  .entryBody li {
    font-size: 1.4rem;
    padding: 10px 0 10px 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody li {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 10px 0 10px 20px;
  }
}
.entryBody ul li::before {
  color: #000;
  position: absolute;
  top: 3px;
  left: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  font-size: 130%;
}
@media screen and (min-width: 560px) {
  .entryBody ul li::before {
    top: 8px;
  }
}
.entryBody ol {
  counter-reset: number;
}
.entryBody ol li::before {
  position: absolute;
  top: 5;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ".";
}

/* =============================================================
contact.css
============================================================== */
.contact {
  /*width: calc(100% + 40px);*/
  /*margin:0px -20px;*/
}
.contact .contact-coution {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media screen and (min-width: 560px) {
  .contact .contact-coution {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .contact .contact-coution {
    font-size: 1.5rem;
  }
}

/* table
------------------------------*/
.form_tbl {
  margin-bottom: 40px;
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .form_tbl {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
.form_tbl.tbl01 {
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  border-left: none;
  border-right: none;
}
.form_tbl.tbl01 th, .form_tbl.tbl01 td {
  width: 100%;
  display: block;
  border-right: none;
}
@media screen and (min-width: 560px) {
  .form_tbl.tbl01 th, .form_tbl.tbl01 td {
    display: table-cell;
    width: auto;
  }
}
.form_tbl.tbl01 th {
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}
@media screen and (min-width: 560px) {
  .form_tbl.tbl01 th {
    width: 185px;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl.tbl01 th {
    width: 250px;
    padding: 25px;
  }
}
.form_tbl th {
  background: #eee;
  font-weight: bold;
}
.form_tbl th span:not(.material-icons) {
  font-size: 12px;
  color: #fff;
  background: #EEEEEE;
  padding: 3px 5px;
  display: inline-block;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 560px) {
  .form_tbl th span:not(.material-icons) {
    top: -2px;
  }
}
.form_tbl th.th_required {
  background: #eee;
}
.form_tbl th.th_required span {
  margin-left: 10px;
  background: #CF1212;
}
.form_tbl td {
  padding: 15px 15px 20px 15px;
}
@media screen and (min-width: 560px) {
  .form_tbl td {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl td {
    padding: 25px;
  }
}
.form_tbl td input + p {
  margin-top: 10px;
}
.form_tbl td p {
  font-size: 12px;
}
@media screen and (min-width: 560px) {
  .form_tbl td p {
    font-size: 13px;
  }
}

.contact_yoboform {
  padding: 0px 20px 15px 20px;
}
@media screen and (min-width: 560px) {
  .contact_yoboform {
    padding: 0 0 15px 0;
  }
}
.contact_yoboform h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  border-left: 5px solid #EEEEEE;
  padding-left: 5px;
}
@media screen and (min-width: 560px) {
  .contact_yoboform h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .contact_yoboform h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .contact_yoboform h3 + p {
    display: none;
  }
}

.form_tbl_yobo th {
  border-bottom: 1px solid #b6b6b6;
}
.form_tbl_yobo th.tdopen {
  border-bottom: 1px solid #fff;
}
.form_tbl_yobo th p {
  position: relative;
  width: 100%;
}
.form_tbl_yobo th .material-icons {
  font-size: 200%;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0px;
}
@media screen and (min-width: 960px) {
  .form_tbl_yobo th .material-icons {
    display: none;
  }
}

.cont_list {
  display: flex;
  flex-wrap: wrap;
  /*input{
  	@include mq-down(lg){
  		display:none;
  	}
  }*/
  /*@include mq-down(lg){
  	label{
  		border:1px solid #ccc;
  		border-radius:3px;
  		display:inline-block;
  		width:100%;
  		padding:10px 10px;
  	}


  	label input{
  		margin-top:-2px;
  	}



  	input:checked + label{
  		background:#DBCB70;
  	}
  }*/
}
.cont_list::after {
  content: "";
  display: block;
  width: 32%;
}
.cont_list li {
  margin-bottom: 10px;
  margin-right: 10px;
}

/* privacy check */
.contact_privacy {
  width: 100%;
  padding: 20px;
  background: #eee;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .contact_privacy {
    margin-bottom: 50px;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 960px) {
  .contact_privacy {
    margin-bottom: 60px;
    padding: 30px 40px;
  }
}

/* thanks
------------------------------*/
.contact_thanks {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .contact_thanks {
    text-align: center;
    margin-top: 50px;
  }
}
.contact_thanks .btn02 {
  margin: 40px auto 0px;
  max-width: 520px;
}
@media screen and (min-width: 560px) {
  .contact_thanks .btn02 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .contact_thanks .btn02 {
    margin-top: 60px;
  }
}
.contact_thanks .sp_none {
  display: none;
}
@media screen and (min-width: 560px) {
  .contact_thanks .sp_none {
    display: inline;
  }
}