@charset "UTF-8";
/* Scss Document */
/* =============================================================
reset.scss
============================================================== */
* {
  -webkit-box-sizing: border-box;
          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: "M PLUS Rounded 1c", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}

#wrapper {
  background: url(../../img/common/dot_bg1.gif);
}

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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px auto;
}

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

.base {
  max-width: 1080px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1160px;
    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: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 255, 0.6)));
  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 {
  background: #e50012;
  text-align: center;
}
.conversion a {
  padding-top: 10px;
  display: block;
  background: #e50012;
}
@media screen and (min-width: 560px) {
  .conversion a {
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .conversion a {
    padding-top: 40px;
  }
}
.conversion a:hover {
  background: #ec6c00;
}

.contactMethod {
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .contactMethod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 750px;
  }
}
.contactMethod__btn {
  background: #fff;
  height: 50px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #0a409a;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 560px) {
  .contactMethod__btn {
    height: 55px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .contactMethod__btn {
    height: 65px;
    font-size: 2.5rem;
  }
}
.contactMethod__btn span {
  margin-left: 10px;
}
.contactMethod a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #0a409a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactMethod a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.contactMethod__contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .contactMethod__contact {
    max-width: 47%;
    margin-bottom: 0px;
  }
}
.contactMethod__contact span {
  position: relative;
  /*&:before{
      @include m-fa_icon("\f0e0",900);
      @include m-center(y);
      font-size: 22px;
      left: -30px;
      @include mq-up(lg){
          font-size: 30px;
          left: -38px;
      }
  }*/
}
@media screen and (min-width: 560px) {
  .contactMethod__contact span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .contactMethod__contact span {
    font-size: 2.5rem;
  }
}
.contactMethod__tel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Poppins", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
  max-width: 100%;
}
@media screen and (min-width: 560px) {
  .contactMethod__tel {
    max-width: 47%;
  }
}
.contactMethod__tel span {
  font-size: 2rem;
  position: relative;
  /*&:before{
      @include m-fa_icon("\f879",900);
      @include m-center(y);
      color: $color_blue2;
      font-size: 20px;
      left: -25px;

      @include mq-up(lg){
          font-size: 25px;
          left: -35px;
      }
  }*/
}
@media screen and (min-width: 560px) {
  .contactMethod__tel span {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 960px) {
  .contactMethod__tel span {
    font-size: 2.5rem;
  }
}

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

/* =============================================================
pagenavi.css
============================================================== */
/* pagination
-----------------------*/
.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
  -webkit-transition: 0.2s all;
  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 {
    border: 1px solid #083f99;
    background: #083f99;
    color: #fff;
  }
}
.pagination .current_page {
  background: #083f99;
  color: #fff;
  border: 1px solid #083f99;
}
@media screen and (min-width: 960px) {
  .pagination .current_page:hover {
    border: 1px solid #083f99;
  }
}

/* pagenavi
-----------------------*/
.pagenavi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            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 {
  color: #083f99;
  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;
  -webkit-transition: all 0.1s;
  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
============================================================== */
.btn01 {
  width: 100%;
}
.btn01 a {
  background: #CF1212;
  max-width: 230px;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 560px) {
  .btn01 a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .btn01 a {
    font-size: 1.6rem;
  }
}
.btn01 a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  color: #fff;
  right: 25px;
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  .btn01 a:before {
    font-size: 16px;
  }
}
.btn01 a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn01 a:hover:before {
  right: 20px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

/* =============================================================
form.css
============================================================== */
.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  -webkit-box-sizing: border-box;
          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;
  padding-bottom: 10px;
  font-size: 1.3rem;
}

.submit_btn button[type=submit] {
  margin: 0px auto;
  display: block;
  width: 90%;
  max-width: 400px;
  border: 1px solid #e61010;
  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;
  background: #CF1212;
}

.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;
    font-family: "游ゴシック", YuGothic;
  }
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: "游ゴシック", YuGothic;
  }
}
/* 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: 6px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

@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;
  -webkit-box-shadow: 0px 0px 3px #ccc;
          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;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  right: 0px;
  top: 0px;
  min-height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  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_icon--orange i {
  color: #083f99;
}

.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;
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (min-width: 560px) {
  .ttl01 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ttl01 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .ttl01 {
    font-size: 3.7rem;
    margin-bottom: 50px;
  }
}
.ttl01-white {
  color: #fff;
}
.ttl01-font {
  font-weight: 400;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
}

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

/* =============================================================
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;
    -webkit-transition: right 0.5s, opacity 0.5s;
    transition: right 0.5s, opacity 0.5s;
  }
}

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

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

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

/*****下から上へ******/
.js_scale {
  position: relative;
}
@media screen and (min-width: 768px) {
  .js_scale {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@media screen and (min-width: 768px) {
  .js_scale.js_scale_move {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-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%;
  }
}
@-webkit-keyframes anime_zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes anime_zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes jump {
  from {
    bottom: 0;
  }
  45% {
    bottom: -10px;
  }
  55% {
    bottom: -10px;
  }
  to {
    bottom: 0;
  }
}
@keyframes jump {
  from {
    bottom: 0;
  }
  45% {
    bottom: -10px;
  }
  55% {
    bottom: -10px;
  }
  to {
    bottom: 0;
  }
}
.move_start {
  opacity: 0;
  top: 50px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  position: relative;
}
.move_start-sp {
  top: 0px;
}

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

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

@-webkit-keyframes pikapika {
  0% {
    opacity: 1;
  }
  50.0% {
    opacity: 0;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pikapika {
  0% {
    opacity: 1;
  }
  50.0% {
    opacity: 0;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-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;
  }
}
@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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: translate(0%, -25px);
          transform: translate(0%, -25px);
}
@media screen and (min-width: 560px) {
  #loading svg {
    -webkit-transform: translate(0%, -30px);
            transform: translate(0%, -30px);
  }
}
@media screen and (min-width: 960px) {
  #loading svg {
    -webkit-transform: translate(0%, -35px);
            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
============================================================== */
.l-header {
  background: #4f2a11;
}
.l-header__logo {
  text-align: center;
  max-width: 140px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .l-header__logo {
    max-width: 250px;
    padding-top: 15px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 960px) {
  .l-header__logo {
    max-width: 300px;
    padding-top: 18px;
    padding-bottom: 8px;
  }
}

.fix_tel {
  display: block;
  position: fixed;
  right: 0px;
  top: 0px;
  background: #ec6c00;
  z-index: 10;
  padding: 20px 14px 19px 18px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .fix_tel {
    display: none;
  }
}
.fix_tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
}
.fix_tel a i {
  text-decoration: none;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 28px;
}

/* =============================================================
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;
  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);
  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);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
  color: #083f99;
  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;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
div.sp_menu p.tel.menu_line:before {
  width: 100%;
  -webkit-transition: width 0.2s;
  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;
  border-top: 1px solid #083f99;
}

div.sp_menu ul.nav a {
  font-weight: normal;
  color: #083f99 !important;
  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;
  border-top: 2px solid #083f99;
  border-right: 2px solid #083f99;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: 0.3s;
          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 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition-duration: 0.3s;
          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;
  background: #092f90;
}
@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: #ec6c00;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer__inner {
  width: 90%;
  max-width: 1635px;
  margin: 0 auto;
}
.footer__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .footer__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__logo {
  text-align: center;
  width: 70%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1200px) {
  .footer__logo {
    width: 37%;
    border-right: 2px solid #fff;
    padding-right: 26px;
    text-align: left;
    margin-bottom: 0px;
  }
}
.footer__info {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .footer__info {
    width: 66%;
    padding-left: 26px;
  }
}
.footer__info__tel {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer__info__tel {
    width: 60%;
    text-align: left;
  }
}
.footer__info__tel dd {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 10px;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .footer__info__tel dd {
    font-size: 1.6rem;
    font-size: 2vw;
  }
}
@media screen and (min-width: 960px) {
  .footer__info__tel dd {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer__info__tel dd {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1920px) {
  .footer__info__tel dd {
    font-size: 2rem;
  }
}
.footer__soudan {
  padding-top: 25px;
  padding-bottom: 10px;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer__soudan {
    position: absolute;
    right: 0px;
    bottom: 20%;
    width: 37%;
    padding-bottom: 12px;
  }
}
.footer__txt {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.4;
}
@media screen and (min-width: 570px) {
  .footer__txt {
    font-size: 1.9rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 780px) {
  .footer__txt {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .footer__txt {
    font-size: 3.3rem;
    margin-bottom: 55px;
  }
}
.footer__txt br {
  display: block;
}
@media screen and (min-width: 780px) {
  .footer__txt br {
    display: none;
  }
}
.footer__txt span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .footer__txt span:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 1px;
    height: 60%;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-30deg) translateY(-50%);
            transform: rotate(-30deg) translateY(-50%);
  }
}
@media screen and (min-width: 1000px) {
  .footer__txt span:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 1px;
    height: 60%;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(30deg) translateY(-50%);
            transform: rotate(30deg) translateY(-50%);
  }
}
.footer__nikka {
  margin-top: 28px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer__nikka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
  }
}
.footer__nikka__add {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin-left: 0px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .footer__nikka__add {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer__nikka__add {
    margin-top: 20px;
    line-height: 1;
  }
}
@media screen and (min-width: 960px) {
  .footer__nikka__add {
    margin-left: 20px;
    font-size: 2.1rem;
  }
}
.footer__nikka__add span {
  margin-right: 0px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer__nikka__add span {
    margin-right: 10px;
    display: inline;
  }
}
.footer__nikka__work {
  width: 100%;
  margin-top: 15px;
  color: #fff;
  line-height: 1.4;
}

.footer__copy {
  text-align: center;
  background: #4f2a11;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .footer__copy {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .footer__copy {
    font-size: 1.3rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

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

/* =============================================================
top.css
============================================================== */
/******promo*******/
.promo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.promo__inner {
  text-align: center;
  max-width: 1253px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}

.campaign {
  background: url(../../img/common/dot_bg2.gif);
}
.campaign__ttl {
  background: url(../../img/top/campaign_ttlbg.png) center bottom;
  background-size: cover;
}
.campaign__ttl span {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .campaign__ttl span {
    padding-top: 35px;
    padding-bottom: 63px;
  }
}
@media screen and (min-width: 960px) {
  .campaign__ttl span {
    padding-top: 42px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .campaign__ttl span {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.campaignBox {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .campaignBox {
    padding: 0px;
  }
}

.campaignBox {
  padding-bottom: 8px;
  position: relative;
}
.campaignBox--position {
  height: 279px;
}
.campaignBox + .campaignBox {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .campaignBox + .campaignBox {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .campaignBox + .campaignBox {
    margin-top: 95px;
  }
}
@media screen and (min-width: 560px) {
  .campaignBox__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.campaignBox__left {
  -webkit-transform: translate(0%, -30%);
          transform: translate(0%, -30%);
  width: 100%;
}
@media screen and (min-width: 560px) {
  .campaignBox__left {
    width: 50%;
    -webkit-transform: translate(-10%, -35%);
            transform: translate(-10%, -35%);
  }
}
.campaignBox__left--txt {
  position: absolute;
  left: -80px;
  top: -50px;
  -webkit-transform: none;
          transform: none;
}
.campaignBox__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  margin-top: 5px;
  font-weight: 600;
}
@media screen and (min-width: 560px) {
  .campaignBox__txt {
    padding-left: 40%;
    margin-top: -4%;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1200px) {
  .campaignBox__txt {
    font-size: 2rem;
  }
}
.campaignBox__zero {
  position: static;
  margin-top: -55px;
}
@media screen and (min-width: 560px) {
  .campaignBox__zero {
    position: absolute;
    top: -40%;
    width: 50%;
    right: 0px;
    margin-top: auto;
  }
}
.campaignBox__and {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -7%;
}
@media screen and (min-width: 560px) {
  .campaignBox__and {
    margin-top: -23%;
  }
}
.campaignBox__and__return {
  margin-left: -15px;
  padding-right: 10px;
}

.akiyaBox {
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  padding: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .akiyaBox {
    margin-top: 50px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .akiyaBox {
    margin-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .akiyaBox {
    margin-top: 120px;
  }
}
.akiyaBox__ttl {
  position: relative;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 560px) {
  .akiyaBox__ttl {
    -webkit-transform: translate(-10%, -35%);
            transform: translate(-10%, -35%);
    width: 60%;
  }
}
.akiyaBox__txt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  margin-top: -15%;
}
@media screen and (min-width: 560px) {
  .akiyaBox__txt {
    width: 47%;
    font-size: 1.8vw;
    padding-left: 15%;
    margin-top: -10%;
  }
}
@media screen and (min-width: 1200px) {
  .akiyaBox__txt {
    font-size: 2rem;
  }
}
.akiyaBox__zero {
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .akiyaBox__zero {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 52%;
    margin-top: 0px;
  }
}

.worries__ph {
  text-align: center;
}
.worries__box {
  border: 10px solid #fff000;
  background: #fcecdb;
  border-radius: 10px;
}
.worries__box__ttl {
  background: #fff000;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.worries__box__list {
  padding: 20px 15px 20px;
}
@media screen and (min-width: 560px) {
  .worries__box__list {
    padding: 30px 20px 30px;
  }
}
@media screen and (min-width: 960px) {
  .worries__box__list {
    padding: 42px 102px 84px;
  }
}
.worries__box__list li {
  font-size: 1.4rem;
  font-weight: 700;
  background: url(../../img/top/list_bg1.png) left top no-repeat;
  background-size: auto 30px;
  padding-left: 40px;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}
@media screen and (min-width: 560px) {
  .worries__box__list li {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .worries__box__list li {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .worries__box__list li {
    font-size: 2.9rem;
    padding-left: 70px;
    background-size: auto 50px;
  }
}
.worries__box__list li + li {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .worries__box__list li + li {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .worries__box__list li + li {
    margin-top: 25px;
  }
}
@media screen and (min-width: 960px) {
  .worries__box__list li + li {
    margin-top: 38px;
  }
}
.worries__box__list li span.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f7eda6));
  background: linear-gradient(transparent 40%, #f7eda6 40%);
}
.worries__box__list li span.middle {
  font-size: 140%;
}
.worries__box__list li span.big {
  font-size: 180%;
}

.cancellation {
  margin-top: 0px;
}
@media screen and (min-width: 560px) {
  .cancellation {
    margin-top: -50px;
  }
}
@media screen and (min-width: 960px) {
  .cancellation {
    margin-top: -100px;
  }
}
.cancellation .cancellation__ttl {
  text-align: center;
  position: relative;
  bottom: -2px;
}
@media screen and (min-width: 960px) {
  .cancellation .cancellation__ttl {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
  }
}

.measuresTitle__ttlbox {
  background: #4f2a11;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  padding: 39px 10px 29px;
}
.measuresTitle__ttlbox__txt {
  font-size: 2.2rem;
  width: 90%;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (min-width: 560px) {
  .measuresTitle__ttlbox__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .measuresTitle__ttlbox__txt {
    width: 77%;
    font-size: 2.2rem;
  }
}
.measuresTitle__ttl01 {
  text-align: center;
  margin-bottom: 22px;
}

.roomMeasureSupport {
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  padding: 20px 20px 35px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .roomMeasureSupport {
    padding: 60px 60px 85px;
  }
}
.roomMeasureSupport:before {
  content: "";
  background: url(../../img/top/support_img.png) left top no-repeat;
  width: 50%;
  height: 100%;
  right: 0px;
  top: 0px;
  position: absolute;
}
.roomMeasureSupport__ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .roomMeasureSupport__ttl {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .roomMeasureSupport__ttl {
    margin-bottom: 50px;
  }
}
.roomMeasureSupport__list {
  position: relative;
  z-index: 1;
}
.roomMeasureSupport__list + .roomMeasureSupport__list {
  margin-top: 25px;
  padding-top: 25px;
  background: url(../../img/common/line.png) left top repeat-x;
}
@media screen and (min-width: 560px) {
  .roomMeasureSupport__list + .roomMeasureSupport__list {
    margin-top: 35px;
    padding-top: 35px;
  }
}
@media screen and (min-width: 960px) {
  .roomMeasureSupport__list + .roomMeasureSupport__list {
    margin-top: 45px;
    padding-top: 45px;
  }
}
.roomMeasureSupport__list--bg1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .roomMeasureSupport__list--bg1:before {
    content: "";
    background: url(../../img/top/support_bukken.png) left top no-repeat;
    position: absolute;
    right: -60px;
    top: 55%;
    width: 47%;
    height: 90%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.roomMeasureSupport__list--bg2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .roomMeasureSupport__list--bg2:before {
    content: "";
    background: url(../../img/top/support_cyukai.png) left 8px no-repeat;
    position: absolute;
    right: -60px;
    top: 0%;
    width: 40%;
    height: 100%;
  }
}
.roomMeasureSupport__list__ttl {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .roomMeasureSupport__list__ttl {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .roomMeasureSupport__list__ttl {
    margin-bottom: 30px;
  }
}
.roomMeasureSupport__list__desc {
  font-size: 1.6rem;
  padding-left: 0px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .roomMeasureSupport__list__desc {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .roomMeasureSupport__list__desc {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 960px) {
  .roomMeasureSupport__list__desc {
    font-size: 2.8rem;
    padding-left: 96px;
  }
}
.roomMeasureSupport__list__desc li {
  line-height: 1.4;
  font-weight: 700;
  padding-left: 25px;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
  background: url(../../img/common/list_meru.png) left 2px no-repeat;
  background-size: 20px auto;
}
@media screen and (min-width: 560px) {
  .roomMeasureSupport__list__desc li {
    background-size: 30px auto;
    padding-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .roomMeasureSupport__list__desc li {
    padding-left: 50px;
    background-position: top left;
    background-size: auto auto;
  }
}
.roomMeasureSupport__list__desc li + li {
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .roomMeasureSupport__list__desc li + li {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .roomMeasureSupport__list__desc li + li {
    margin-top: 25px;
  }
}
.roomMeasureSupport__list__desc li br {
  display: none;
}
@media screen and (min-width: 560px) {
  .roomMeasureSupport__list__desc li br {
    display: block;
  }
}

.koujiKanri {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .koujiKanri {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .koujiKanri {
    margin-top: 85px;
  }
}

.koujiKanriBox {
  background: #fff;
  padding: 20px;
  border-radius: 0px 0px 20px 20px;
}
@media screen and (min-width: 560px) {
  .koujiKanriBox {
    padding: 45px;
  }
}
@media screen and (min-width: 960px) {
  .koujiKanriBox {
    padding: 60px;
  }
}
@media screen and (min-width: 560px) {
  .koujiKanriBox__supportWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.koujiKanriBox__support {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .koujiKanriBox__support {
    width: 50%;
    padding-left: 5%;
  }
}
.koujiKanriBox__support:first-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .koujiKanriBox__support:first-child {
    background: url(../../img/common/line_vertical.png) right top repeat-y;
    padding-right: 5%;
    padding-left: 0%;
    margin-bottom: 0px;
  }
}
.koujiKanriBox__support dl {
  padding-bottom: 30px;
  margin-bottom: 10px;
  background: url(../../img/common/line.png) left bottom repeat-x;
}
@media screen and (min-width: 560px) {
  .koujiKanriBox__support dl {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: none;
  }
}
.koujiKanriBox__support dl + dl {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .koujiKanriBox__support dl + dl {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .koujiKanriBox__support dl + dl {
    margin-top: 52px;
  }
}
.koujiKanriBox__support dl dt {
  text-align: center;
  margin-bottom: 20px;
}
.koujiKanriBox__support dl dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}
@media screen and (min-width: 560px) {
  .koujiKanriBox__support dl dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .koujiKanriBox__support dl dd {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 960px) {
  .koujiKanriBox__support dl dd {
    font-size: 2.8rem;
  }
}
.koujiKanriBox__support dl dd.num {
  /*margin-top: 20px;*/
  text-align: center;
  /*@include mq-up(sm){
      margin-top: 35px;
  }

  @include mq-up(lg){
      margin-top: 50px;
  }*/
}
.koujiKanriBox__support:last-child dl:last-child {
  background: none;
}
.koujiKanriBox__taiou {
  border: 5px solid #eb6d73;
  margin-top: 30px;
  border-radius: 10px;
}
@media screen and (min-width: 560px) {
  .koujiKanriBox__taiou {
    margin-top: 55px;
  }
}
@media screen and (min-width: 960px) {
  .koujiKanriBox__taiou {
    margin-top: 100px;
  }
}
.koujiKanriBox__taiou__ttl {
  text-align: center;
  margin-top: -10%;
}
@media screen and (min-width: 768px) {
  .koujiKanriBox__taiou__ttl {
    margin-top: -4%;
  }
}
.koujiKanriBox__taiou__listWrap {
  padding: 0px 10px 0px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-size: 1.6rem;
  margin-top: 8px;
  font-weight: 700;
}
@media screen and (min-width: 360px) {
  .koujiKanriBox__taiou__listWrap {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 560px) {
  .koujiKanriBox__taiou__listWrap {
    padding: 10px 10px 0px;
  }
}
@media screen and (min-width: 768px) {
  .koujiKanriBox__taiou__listWrap {
    font-size: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .koujiKanriBox__taiou__listWrap {
    padding: 10px 2% 0px;
    /*@include m-font-size(20);*/
  }
}
@media screen and (min-width: 1200px) {
  .koujiKanriBox__taiou__listWrap {
    font-size: 2.6rem;
  }
}
.koujiKanriBox__taiou__listWrap li {
  background: url(../../img/common/list_maru2.png) left 4px no-repeat;
  padding-left: 20px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  background-size: 15px auto;
}
@media screen and (min-width: 960px) {
  .koujiKanriBox__taiou__listWrap li {
    background-size: 20px auto;
  }
}
.koujiKanriBox__taiou__listWrap li + li {
  margin-top: 12px;
}
.koujiKanriBox__taiou__list {
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .koujiKanriBox__taiou__list {
    width: 33%;
  }
}
@media screen and (min-width: 960px) {
  .koujiKanriBox__taiou__list {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .koujiKanriBox__taiou__list:nth-child(2) {
    width: 29%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (min-width: 768px) {
  .koujiKanriBox__taiou__list:nth-child(3) {
    width: 28%;
  }
}
.koujiKanriBox__taiou__possible {
  background: #eb6d73;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .koujiKanriBox__taiou__possible {
    margin-top: 42px;
    font-size: 2.5rem;
  }
}

.hojyo {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .hojyo {
    margin-top: 65px;
  }
}
@media screen and (min-width: 960px) {
  .hojyo {
    margin-top: 105px;
  }
}
.hojyo__countryAux {
  position: relative;
}
.hojyo__countryAux__box {
  position: relative;
  z-index: 1;
}
.hojyo__countryAux__ttl {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .hojyo__countryAux__ttl {
    width: 60%;
  }
}
@media screen and (min-width: 960px) {
  .hojyo__countryAux__ttl {
    width: auto;
  }
}
.hojyo__countryAux__txt {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 560px) {
  .hojyo__countryAux__txt {
    font-size: 1.8rem;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .hojyo__countryAux__txt {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 960px) {
  .hojyo__countryAux__txt {
    font-size: 2.8rem;
  }
}
.hojyo__countryAux__max {
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .hojyo__countryAux__max {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
    margin-top: 0px;
  }
}
.hojyo__priceWrap {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .hojyo__priceWrap {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .hojyo__priceWrap {
    margin-top: 45px;
  }
}
.hojyo__price {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .hojyo__price {
    width: 52%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .hojyo__price:first-child {
    width: 42%;
  }
}

.hojyoJigyo {
  background: #ec6c00;
  color: #fff;
  text-align: center;
  padding: 15px 10px 10px;
  border-radius: 10px;
}
.hojyoJigyo__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 560px) {
  .hojyoJigyo__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .hojyoJigyo__ttl {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 960px) {
  .hojyoJigyo__ttl {
    font-size: 3.1rem;
  }
}
.hojyoJigyo__txt {
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media screen and (min-width: 560px) {
  .hojyoJigyo__txt {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .hojyoJigyo__txt {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .hojyoJigyo__txt {
    font-size: 1.8rem;
  }
}
.hojyoJigyo__case {
  margin-top: 13px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .hojyoJigyo__case {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
.hojyoJigyo__case__ph {
  text-align: center;
  margin-top: 10px;
}
.hojyoJigyo__case__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hojyoJigyo__case__box__ttl {
  font-size: 1.8rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  color: #ec6c00;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -2px;
}
@media screen and (min-width: 560px) {
  .hojyoJigyo__case__box__ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .hojyoJigyo__case__box__ttl {
    font-size: 2.4rem;
  }
}
.hojyoJigyo__case__box__txt {
  font-weight: 500;
  font-size: 1.7rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.4;
  letter-spacing: -2px;
}

.hojyokodomoEco {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .hojyokodomoEco {
    margin-top: 35px;
  }
}
@media screen and (min-width: 960px) {
  .hojyokodomoEco {
    margin-top: 40px;
  }
}
.hojyokodomoEco__ttl {
  background: #ec6c00;
  text-align: center;
  font-size: 1.8rem;
  padding: 15px;
  color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 560px) {
  .hojyokodomoEco__ttl {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .hojyokodomoEco__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 960px) {
  .hojyokodomoEco__ttl {
    font-size: 3.1rem;
  }
}
.hojyokodomoEco__list {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 560px) {
  .hojyokodomoEco__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .hojyokodomoEco__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hojyokodomoEco__list dl:nth-child(1) {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .hojyokodomoEco__list dl:nth-child(1) {
    width: 40%;
    margin-bottom: 0px;
  }
}
.hojyokodomoEco__list dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ec6c00;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media screen and (min-width: 560px) {
  .hojyokodomoEco__list dl dt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .hojyokodomoEco__list dl dt {
    font-size: 2.4rem;
  }
}
.hojyokodomoEco__list dl dd {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media screen and (min-width: 560px) {
  .hojyokodomoEco__list dl dd {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  .hojyokodomoEco__list dl dd {
    font-size: 1.8rem;
  }
}
.hojyokodomoEco__list dl dd br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .hojyokodomoEco__list dl dd br {
    display: block;
  }
}
.hojyokodomoEco__list__price {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .hojyokodomoEco__list__price {
    margin-top: 0px;
  }
}
.hojyokodomoEco__caution {
  margin-top: 20px;
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.4;
}

/*********plan**********/
.plan {
  background: #fffded;
  margin-top: 55px;
}
@media screen and (min-width: 560px) {
  .plan {
    margin-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .plan {
    margin-top: 100px;
  }
}
.plan__caution {
  padding: 0px 20px 0px;
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin-top: -60px;
}
@media screen and (min-width: 560px) {
  .plan__caution {
    padding: 0px 60px 0px;
  }
}
.plan__caution li {
  line-height: 1.4;
}
.plan__ttl {
  position: relative;
  top: -60px;
  text-align: right;
}
.plan__box {
  padding: 0px 20px 20px;
  margin-top: 25px;
}
@media screen and (min-width: 560px) {
  .plan__box {
    margin-top: 35px;
  }
}
@media screen and (min-width: 960px) {
  .plan__box {
    margin-top: 45px;
    padding: 0px 60px 60px;
  }
}
.plan__box__table table {
  width: 100%;
}
.plan__box__table table th {
  background: #6a3906;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -2px;
  font-weight: 500;
  padding: 3% 0% 3%;
  border-right: 1px solid #fffded;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .plan__box__table table th {
    /*@include m-font-size(18);*/
    /*padding: 10px;*/
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .plan__box__table table th {
    /*@include m-font-size(23);*/
  }
}
@media screen and (min-width: 960px) {
  .plan__box__table table th {
    font-size: 2.9rem;
    padding: 18px 10px 20px;
    border-width: 2px;
  }
}
.plan__box__table table th.s_plan {
  width: 47%;
}
@media screen and (min-width: 960px) {
  .plan__box__table table th.s_plan {
    width: 46%;
  }
}
.plan__box__table table th.thsp {
  /*@include m-font-size(12);

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

  @include mq-up(md){
      @include m-font-size(18);
  }

  @include mq-up(lg){
      @include m-font-size(20);
  }*/
  font-size: 1.8vw;
}
@media screen and (min-width: 960px) {
  .plan__box__table table th.thsp {
    font-size: 2rem;
  }
}
.plan__box__table table th.t_works {
  background: #e3ddcd;
  color: #231815;
  font-weight: 500;
  /*padding-left: 18px;
  padding-right: 18px;*/
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  font-size: 2.4vw;
  width: 15%;
}
@media screen and (min-width: 1200px) {
  .plan__box__table table th.t_works {
    font-size: 2.9rem;
    border-width: 2px;
  }
}
.plan__box__table table th .simpleplam_support {
  font-size: 1.1rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .plan__box__table table th .simpleplam_support {
    /*@include m-font-size(18);*/
    /*padding: 10px;*/
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .plan__box__table table th .simpleplam_support {
    font-size: 2.1rem;
  }
}
.plan__box__table table td {
  font-weight: 500;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
  /*font-size: 1.8vw;*/
  font-size: 1.2rem;
  line-height: 1.4;
  /*@include mq-up(md){
      @include m-font-size(20);
  }*/
}
@media screen and (min-width: 560px) {
  .plan__box__table table td {
    font-size: 2vw;
    padding-top: 1.3%;
    padding-bottom: 1.3%;
  }
}
@media screen and (min-width: 1200px) {
  .plan__box__table table td {
    font-size: 2.6rem;
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 2px;
  }
}
.plan__box__table table td.maru {
  background: #fdf0e9;
  color: #e95504;
  font-weight: 900;
}
.plan__box__table table td br {
  display: block;
}
@media screen and (min-width: 768px) {
  .plan__box__table table td br {
    display: none;
  }
}
.plan__box__table table td img {
  width: 11px;
  vertical-align: middle;
}
@media screen and (min-width: 560px) {
  .plan__box__table table td img {
    width: 15px;
  }
}
@media screen and (min-width: 768px) {
  .plan__box__table table td img {
    width: 25px;
  }
}
@media screen and (min-width: 960px) {
  .plan__box__table table td img {
    width: 29px;
  }
}
.plan__box__table table tr td:last-child {
  border-right: none;
}
.plan__box__table table tr:first-child th {
  border-bottom: 1px solid #fffded;
}
@media screen and (min-width: 1200px) {
  .plan__box__table table tr:first-child th {
    border-width: 2px;
  }
}

.planSupport {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .planSupport {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .planSupport {
    margin-top: 50px;
  }
}
.planSupport__ttl {
  background: #4f2a11;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media screen and (min-width: 560px) {
  .planSupport__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .planSupport__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .planSupport__ttl {
    font-size: 3rem;
  }
}
.planSupport__box1 {
  border-bottom: 2px solid #4f2a11;
  padding-bottom: 25px;
}
.planSupport__box1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960px) {
  .planSupport__box1 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.planSupport__box1 dl dt {
  margin-right: 19px;
  text-align: right;
}
@media screen and (min-width: 560px) {
  .planSupport__box1 dl dt {
    margin-right: 0px;
  }
}
@media screen and (min-width: 960px) {
  .planSupport__box1 dl dt {
    margin-right: 19px;
    width: 303px;
  }
}
.planSupport__box1 dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  line-height: 1.3;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .planSupport__box1 dl dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .planSupport__box1 dl dd {
    width: 63%;
    margin-top: 0px;
    font-size: 2.5rem;
  }
}
.planSupport__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #4f2a11;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960px) {
  .planSupport__box2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.planSupport__box2 dl {
  text-align: center;
}
.planSupport__box2 dl + dl {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .planSupport__box2 dl + dl {
    margin-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .planSupport__box2 dl {
    text-align: left;
  }
}
.planSupport__box2 dl:nth-child(1) {
  width: 100%;
  border-right: none;
}
@media screen and (min-width: 960px) {
  .planSupport__box2 dl:nth-child(1) {
    width: 34%;
    margin-left: 10%;
    padding-right: 4%;
    border-right: 2px solid #4f2a11;
  }
}
@media screen and (min-width: 960px) {
  .planSupport__box2 dl:nth-child(2) {
    width: 60%;
    margin-left: 7%;
  }
}
.planSupport__box2 dl dt {
  margin-bottom: 5px;
}
.planSupport__box2 dl dd {
  font-size: 1.3rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: 700;
}
.planSupport__box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
}
@media screen and (min-width: 960px) {
  .planSupport__box3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.planSupport__box3__ttl {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .planSupport__box3__ttl {
    margin-left: 10%;
    text-align: left;
  }
}
.planSupport__box3 dl {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .planSupport__box3 dl {
    text-align: left;
    margin-top: 0px;
    margin-left: 24px;
  }
}
.planSupport__box3 dl dt {
  font-size: 2rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (min-width: 560px) {
  .planSupport__box3 dl dt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .planSupport__box3 dl dt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .planSupport__box3 dl dt {
    font-size: 2.5rem;
  }
}
.planSupport__box3 dl dd {
  font-size: 1.3rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.4;
  font-weight: 700;
}
.planSupport__box3 dl dd ul {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .planSupport__box3 dl dd ul {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .planSupport__box3 dl dd ul {
    text-align: left;
  }
}

.contact_ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
}
@media screen and (min-width: 560px) {
  .contact_ttl {
    font-size: 3.5rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .contact_ttl {
    font-size: 4.5rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .contact_ttl {
    margin-bottom: 60px;
    font-size: 6rem;
  }
}

/* =============================================================
contact.css
============================================================== */
.page_heading {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .page_heading {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .page_heading {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page_heading__ttl {
  text-align: center;
  font-size: 3rem;
}
@media screen and (min-width: 560px) {
  .page_heading__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 960px) {
  .page_heading__ttl {
    font-size: 5.5rem;
  }
}

.contact {
  /*width: calc(100% + 40px);*/
  /*margin:0px -20px;*/
  background: #fff;
}
.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;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.form_tbl.tbl01 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  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 #fff;
  font-family: "游ゴシック", YuGothic;
}
@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: #ec6c00;
  font-weight: bold;
  color: #fff;
}
.form_tbl th span:not(.material-icons) {
  font-size: 12px;
  color: #fff;
  background: #111;
  padding: 3px 5px;
  border-radius: 3px;
  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: #CF1212;
}
.form_tbl th.th_required span {
  background: #fff;
  color: #000;
}
.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-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
  font-size: 2rem;
  margin-bottom: 15px;
  border-left: 5px solid #111;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont_list::after {
  content: "";
  display: block;
  width: 32%;
}
.cont_list li {
  margin-bottom: 10px;
  width: 32%;
}
@media screen and (max-width: 959px) {
  .cont_list input {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .cont_list label {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
  }
  .cont_list label input {
    margin-top: -2px;
  }
  .cont_list input:checked + label {
    background: #DBCB70;
  }
}

/* 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;
  }
}