@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: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}

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: 920px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1000px;
    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: 920px;
  }
}

/* =============================================================
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
============================================================== */
.conversionBanner {
  background: #2ebee2;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .conversionBanner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* =============================================================
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 {
    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: 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 {
  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;
  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{
    @include m-font-size(16);
    text-align: left;

    @include mq-up(ss){
        @include m-font-size(18);
        text-align: center;
    }

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

    @include mq-up(lg){
        @include m-font-size(30);
    }
    a{
        background:#fc6b00;
        display: block;
        border-radius: 5px;
        padding: 10px;
        @include mq-up(ss){
            padding: 15px 10px 15px;
        }

        @include mq-up(sm){
            padding: 20px 10px 20px;         
        }


        @include m-alink(#fff);

    }

}*/
.googlemap_btn {
  width: 100%;
}
.googlemap_btn a {
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 10px 10px 10px;
  display: block;
  position: relative;
  font-weight: bold;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s;
  text-decoration: none;
  color: "#fff";
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .googlemap_btn a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 960px) {
  .googlemap_btn a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5rem;
  }
}
.googlemap_btn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  position: absolute;
  font-size: 18px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.googlemap_btn a:hover {
  background: #111;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.btn01 {
  text-align: left;
  font-weight: 400;
  display: none;
}
@media screen and (min-width: 960px) {
  .btn01 {
    display: block;
  }
}
.btn01 a {
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background: #083f99;
  display: block;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 560px) {
  .btn01 a {
    width: 160px;
    height: 76px;
  }
}
.btn01 a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #000;
  transition: width 0.3s;
}
.btn01 a:hover:before {
  width: 100%;
  transition: width 0.3s;
}
.btn01 a span {
  position: relative;
  font-size: 1.3rem;
}
@media screen and (min-width: 560px) {
  .btn01 a span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .btn01 a span {
    font-size: 1.6rem;
  }
}

.btn02 {
  width: 100%;
}
.btn02 a {
  background: #084098;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 18px 30px 18px;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 560px) {
  .btn02 a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .btn02 a {
    font-size: 2rem;
    padding: 30px 65px 30px;
  }
}
.btn02 a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
  color: #fff;
  right: 25px;
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  .btn02 a:before {
    font-size: 20px;
  }
}
.btn02 a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.btn02 a:hover:before {
  right: 20px;
  transition: right 0.3s;
}

.btn03 {
  width: 100%;
}
.btn03 a {
  border: 3px solid #084098;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  text-decoration: none;
  color: #084098;
  font-weight: bold;
  padding: 18px 30px 18px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .btn03 a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .btn03 a {
    font-size: 1.6rem;
    padding: 20px 45px 20px;
  }
}
.btn03 a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../../img/common/btn_arrow_blue.png) center top no-repeat;
  width: 27px;
  height: 6px;
  transition: right 0.3s;
}
.btn03 a:hover:before {
  right: 10px;
  transition: right 0.3s;
}

.btn04 {
  width: 100%;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.btn04 a {
  background: #084097;
  padding-top: 23px;
  padding-bottom: 23px;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  bottom: 0px;
  transition: bottom 0.3s;
}
@media screen and (min-width: 560px) {
  .btn04 a {
    padding-top: 31px;
    padding-bottom: 31px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 560px) {
  .btn04 a {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 960px) {
  .btn04 a {
    font-size: 3rem;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.btn04 a:before {
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  content: "";
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.btn04 a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
  color: #fff;
  right: 25px;
  font-size: 15px;
}
.btn04 a:hover:after {
  transition: right 0.3s;
  right: 15px;
}
.btn04 span {
  background: url(../../img/common/btn04_arrow.png) right center no-repeat;
  background-size: 30px auto;
  padding-right: 40px;
}
@media screen and (min-width: 960px) {
  .btn04 span {
    padding-right: 70px;
    background-size: auto;
  }
}
.btn04.recruit_btn {
  width: 90%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 560px) {
  .btn04.recruit_btn {
    margin: 0 auto 65px;
  }
}
@media screen and (min-width: 960px) {
  .btn04.recruit_btn {
    margin: 0 auto 90px;
  }
}

/* =============================================================
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;
  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;
  }
  .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: 6px;
  border-radius: 2px;
  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;
  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_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
============================================================== */
/*******pageTitle*********/
.pageTitle {
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: relative;
  font-size: 2rem;
  height: 140px;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  .pageTitle {
    height: 250px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .pageTitle {
    height: 320px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 960px) {
  .pageTitle {
    height: 380px;
    font-size: 3.8rem;
  }
}
.pageTitle .ptitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.pageTitle .ptitle span {
  width: auto;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
  position: relative;
}
.pageTitle .ptitle span:before {
  content: "-";
  padding-right: 5px;
}
.pageTitle .ptitle span:after {
  content: "-";
  padding-left: 5px;
}

.ttl01 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .ttl01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .ttl01 {
    margin-bottom: 45px;
  }
}

.ttl02 {
  text-align: center;
  font-size: 2.5rem;
  color: #ff7632;
  position: relative;
  font-feature-settings: "palt";
  margin-bottom: 40px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .ttl02 {
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .ttl02 {
    font-size: 6rem;
    margin-bottom: 100px;
  }
}
.ttl02:before {
  content: "";
  position: absolute;
  width: 10%;
  border-bottom: 1px solid #ff7632;
  right: 50%;
  bottom: -20px;
  transform: translateX(50%);
}
@media screen and (min-width: 560px) {
  .ttl02:before {
    bottom: -30px;
  }
}
@media screen and (min-width: 960px) {
  .ttl02:before {
    bottom: -40px;
  }
}
.ttl02 br {
  display: block;
}
@media screen and (min-width: 768px) {
  .ttl02 br {
    display: none;
  }
}

.page_heading {
  background: url(../../img/top/promp_wrapbg.jpg);
  text-align: center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 560px) {
  .page_heading {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .page_heading {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.page_heading_eng {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .page_heading_eng {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .page_heading_eng {
    font-size: 1.6rem;
  }
}
.page_heading_ttl {
  font-size: 2.2rem;
}
@media screen and (min-width: 560px) {
  .page_heading_ttl {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 960px) {
  .page_heading_ttl {
    font-size: 3.6rem;
  }
}

.ttl01_form {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .ttl01_form {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .ttl01_form {
    font-size: 3rem;
  }
}

/* =============================================================
table.css
============================================================== */
.tbl01 {
  width: 100%;
  border-top: 1px solid #b6b6b6;
  table-layout: fixed;
  background: #fff;
}
.tbl01 th, .tbl01 td {
  border-bottom: 1px solid #b6b6b6;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.8;
  display: block;
}
@media screen and (min-width: 560px) {
  .tbl01 th, .tbl01 td {
    font-size: 1.4rem;
    width: auto;
  }
}
@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;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .tbl01 th {
    width: 200px;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 th {
    width: 200px;
    padding: 10px 20px;
  }
}
.tbl01 td {
  padding: 5px 15px 10px 15px;
}
@media screen and (min-width: 768px) {
  .tbl01 td {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 td {
    padding: 10px 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;
    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
============================================================== */
/* =============================================================
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;
  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;
  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;
  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;
  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;
  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
============================================================== */
#l-footer {
  display: block;
  /*background: rgba(255,255,255,0.9);*/
}

.city_bg {
  background-repeat: no-repeat;
  padding-top: 27%;
}

.footer {
  background: #000000;
}
.footer .copy {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.3rem;
}
@media screen and (min-width: 560px) {
  .footer .copy {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .footer .copy {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.6rem;
  }
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 80px;
}
@media screen and (min-width: 560px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}
.pagetop a {
  display: inline-block;
  text-align: center;
  background: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  .pagetop a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pagetop a {
    width: 50px;
    height: 50px;
  }
}
.pagetop a img {
  width: 15px;
}
@media screen and (min-width: 560px) {
  .pagetop a img {
    width: 16px;
  }
}
@media screen and (min-width: 960px) {
  .pagetop a img {
    width: 20px;
  }
}

.floating {
  position: fixed;
  right: 0px;
  bottom: 0px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .floating {
    width: auto;
    display: block;
    bottom: 73px;
  }
}
@media screen and (min-width: 960px) {
  .floating {
    bottom: 93px;
  }
}
.floating__inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 10px 0px 10px 0px;
  height: 55px;
}
@media screen and (min-width: 560px) {
  .floating__inner {
    height: auto;
    padding: 10px 10px 10px 25px;
    border-radius: 30px 0px 0px 30px;
    width: 100%;
    max-width: 185px;
    border-right: none;
  }
}
.floating__tel {
  width: 50%;
}
@media screen and (min-width: 560px) {
  .floating__tel {
    width: auto;
  }
}
.floating__tel a, .floating__tel .tel_bg {
  display: block;
  background: #d11010;
  text-decoration: none;
  color: #fff;
  padding: 3px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .floating__tel a, .floating__tel .tel_bg {
    padding: 2px 0px 2px 2px;
    text-align: left;
    border-radius: 30px 0px 0px 30px;
  }
}
.floating__tel__contact {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
@media screen and (min-width: 560px) {
  .floating__tel__contact {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  .floating__tel__contact {
    font-size: 1.9rem;
  }
}
.floating__tel__tel {
  font-size: 1.3rem;
}
@media screen and (min-width: 560px) {
  .floating__tel__tel {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .floating__tel__tel {
    font-size: 1.6rem;
  }
}
.floating__envelope {
  width: 50%;
}
@media screen and (min-width: 560px) {
  .floating__envelope {
    margin-top: 10px;
    width: auto;
  }
}
.floating__envelope a {
  display: block;
  text-align: center;
  background: #0f3da5;
  text-decoration: none;
  color: #fff;
  padding: 3px;
}
@media screen and (min-width: 560px) {
  .floating__envelope a {
    text-align: left;
    padding: 2px 0px 2px 2px;
    border-radius: 30px 0px 0px 30px;
  }
}
.floating__envelope__contact {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
@media screen and (min-width: 560px) {
  .floating__envelope__contact {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  .floating__envelope__contact {
    font-size: 1.9rem;
  }
}
.floating__envelope__txt {
  font-size: 1.1rem;
}
@media screen and (min-width: 560px) {
  .floating__envelope__txt {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 960px) {
  .floating__envelope__txt {
    font-size: 1.2rem;
  }
}

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

.top_wrap {
  padding-bottom: 55px;
}
@media screen and (min-width: 560px) {
  .top_wrap {
    padding-bottom: 0px;
  }
}

/* =============================================================
top.css
============================================================== */
.promo1 {
  background: url(../../img/top/promo_photo_bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .promo1 {
    height: 540px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .promo1 {
    height: 700px;
  }
}
.promo1__box {
  width: 100%;
  /*position: absolute;
  top:50%;*/
}
.promo1__box__txt {
  text-align: center;
  font-size: 4.3vw;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-bottom: 2.8%;
}
@media screen and (min-width: 1200px) {
  .promo1__box__txt {
    font-size: 4.8rem;
    margin-bottom: 20px;
  }
}
.promo1__box__txt span {
  color: #fffb6c;
}
.promo1__box__ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0% 3%;
}
.promo1__box__list {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: -23px;
}
@media screen and (min-width: 560px) {
  .promo1__box__list {
    margin-top: -35px;
  }
}
@media screen and (min-width: 768px) {
  .promo1__box__list {
    margin-top: -45px;
  }
}
@media screen and (min-width: 960px) {
  .promo1__box__list {
    margin-top: -65px;
  }
}
.promo1__box__list li {
  margin: 0px 2px;
}
@media screen and (min-width: 560px) {
  .promo1__box__list li {
    margin: 0px 8px;
  }
}
@media screen and (min-width: 960px) {
  .promo1__box__list li {
    margin: 0px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .promo1__box__list li img {
    width: 100%;
    max-width: 266px;
  }
}
.promo1__box2 {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
}
.promo1__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #004597;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.promo1__in {
  padding: 25px 20px 35px;
}
@media screen and (min-width: 560px) {
  .promo1__in {
    padding: 40px 20px 70px;
  }
}
@media screen and (min-width: 960px) {
  .promo1__in {
    padding: 55px 10px 95px;
  }
}

/********promo_now**********/
.promo {
  background: url(../../img/top/promp_wrapbg.jpg) center center;
  background-size: cover;
  position: relative;
}
.promo__in {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: url(../../img/top/promo.bg.jpg) center center;
  background-size: cover;
  padding: 15px 10px 15px;
  text-align: center;
}

/****priceIncrease****/
.priceIncrease {
  background: url(../../img/common/bg01.gif);
}
.priceIncrease__box {
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .priceIncrease__box {
    display: flex;
    justify-content: space-between;
    padding: 30px 25px;
  }
}
@media screen and (min-width: 960px) {
  .priceIncrease__box {
    padding: 50px;
  }
}
.priceIncrease__txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .priceIncrease__txt {
    width: 46%;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .priceIncrease__txt {
    font-size: 2.4rem;
  }
}
.priceIncrease__txt p + p {
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .priceIncrease__txt p + p {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .priceIncrease__txt p + p {
    margin-top: 30px;
  }
}
.priceIncrease__txt span {
  background: linear-gradient(transparent 45%, #ff6 45%);
}
.priceIncrease__graph {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .priceIncrease__graph {
    width: 47%;
    margin-top: 0px;
  }
}
.priceIncrease__graph__img {
  margin-bottom: 7px;
}
.priceIncrease__graph__link {
  display: flex;
  justify-content: flex-end;
}
.priceIncrease__graph__link a {
  color: #0000ff;
}

/****resolution****/
.resolution {
  background: url(../../img/common/koushi_bg.gif);
}
.resolution__caution {
  max-width: 800px;
  width: 100%;
  font-size: 1.2rem;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (min-width: 560px) {
  .resolution__caution {
    padding-top: 0px;
  }
}
.resolution__caution li {
  line-height: 1.5;
}
.resolution__caution li + li {
  margin-top: 15px;
}
.resolution__box2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .resolution__box2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .resolution__box2 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 560px) {
  .resolution__box2 {
    display: flex;
    justify-content: space-between;
  }
}
.resolution__box2__simuration {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .resolution__box2__simuration {
    width: 46%;
    margin-top: 0px;
  }
}
.resolution__box2__simuration.pc {
  display: none;
}
@media screen and (min-width: 560px) {
  .resolution__box2__simuration.pc {
    display: block;
  }
}
.resolution__box2__simuration.sp {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .resolution__box2__simuration.sp {
    display: none;
  }
}
.resolution__box2__txtbox {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .resolution__box2__txtbox {
    width: 47%;
  }
}
.resolution__box2__txtbox sup {
  font-size: 42%;
}
.resolution__box2__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media screen and (min-width: 560px) {
  .resolution__box2__ttl {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .resolution__box2__ttl {
    font-size: 3.6rem;
    margin-bottom: 45px;
  }
}
.resolution__box2__ttl sup {
  font-size: 42%;
}

/****point****/
.point {
  background: url(../../img/common/bg01.gif);
}

.pointContent + .pointContent {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .pointContent + .pointContent {
    margin-top: 45px;
  }
}
@media screen and (min-width: 960px) {
  .pointContent + .pointContent {
    margin-top: 60px;
  }
}
.pointContent__ttl {
  background: #fff;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 560px) {
  .pointContent__ttl {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .pointContent__ttl {
    font-size: 3.5rem;
    margin-bottom: 35px;
  }
}
.pointContent__ttl .pointttl sup {
  font-size: 42%;
}
.pointContent__ttl .number {
  display: inline-block;
  background: #2ebee2;
  padding: 15px 13px 15px;
  color: #fff;
  font-size: 2rem;
  position: relative;
  margin-right: 8%;
}
@media screen and (min-width: 560px) {
  .pointContent__ttl .number {
    font-size: 4rem;
    margin-right: 7%;
  }
}
@media screen and (min-width: 960px) {
  .pointContent__ttl .number {
    padding: 20px 23px 20px;
    font-size: 6rem;
  }
}
.pointContent__ttl .number:before {
  content: "";
  width: 40%;
  height: 100%;
  right: -40%;
  top: 0;
  position: absolute;
  background: linear-gradient(to top right, #2ebee2 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #2ebee2 50%) bottom left/100% 50% no-repeat;
}
@media screen and (min-width: 560px) {
  .pointContent__box {
    display: flex;
    justify-content: space-between;
  }
}
.pointContent__img {
  width: 100%;
  order: 2;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .pointContent__img {
    width: 46%;
  }
}
.pointContent__txt {
  width: 100%;
  margin-top: 10px;
  color: #333333;
  order: 1;
}
@media screen and (min-width: 560px) {
  .pointContent__txt {
    width: 46%;
    margin-top: 0px;
  }
}
.pointContent__txt sup {
  font-size: 42%;
}
.pointContent__caution {
  margin-top: 25px;
  font-size: 1.2rem;
}
.pointContent__makerhosyo {
  margin-top: 15px;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
}
@media screen and (min-width: 560px) {
  .pointContent__makerhosyo {
    margin-top: 18px;
  }
}
@media screen and (min-width: 960px) {
  .pointContent__makerhosyo {
    margin-top: 20px;
  }
}
.pointContent__makerhosyo dl {
  font-size: 1.2rem;
}
@media screen and (min-width: 560px) {
  .pointContent__makerhosyo dl {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .pointContent__makerhosyo dl {
    font-size: 1.4rem;
    display: flex;
  }
}
.pointContent__makerhosyo dt {
  width: 100%;
  background: #eee;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .pointContent__makerhosyo dt {
    max-width: 170px;
  }
}
.pointContent__makerhosyo dd {
  background: #fff;
  flex: 1;
}
.pointContent__makerhosyo dd ul {
  line-height: 1.6;
}
.pointContent__makerhosyo dt, .pointContent__makerhosyo dd {
  padding: 8px 15px;
}
@media screen and (min-width: 560px) {
  .pointContent__makerhosyo dt, .pointContent__makerhosyo dd {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 960px) {
  .pointContent__makerhosyo dt, .pointContent__makerhosyo dd {
    padding: 15px;
  }
}

/****solar****/
.solarPanel__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solarPanel__list::after {
  content: "";
  display: block;
  width: 31%;
}
.solarPanel__list li {
  width: 49%;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .solarPanel__list li {
    width: 32%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .solarPanel__list li {
    margin-bottom: 40px;
  }
}

/****corporate****/
.corporate {
  background: url(../../img/common/bg01.gif);
}

.corporate__table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/****contact****/
.contact__txt {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .contact__txt {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .contact__txt {
    margin-bottom: 30px;
  }
}
.contact__tel {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .contact__tel {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .contact__tel {
    margin-bottom: 60px;
  }
}

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

.nurikaenikka {
  background: url(../../img/top/nurikae_bg.jpg) top right;
  background-size: cover;
}
.nurikaenikka__ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .nurikaenikka__ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .nurikaenikka__ttl {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
.nurikaenikka__txt {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .nurikaenikka__txt {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .nurikaenikka__txt {
    font-size: 1.6rem;
  }
}
.nurikaenikka__bnr {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .nurikaenikka__bnr {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .nurikaenikka__bnr {
    margin-top: 30px;
  }
}
.nurikaenikka__bnr img {
  border-radius: 15px;
}
.nurikaenikka__bnr a {
  opacity: 1;
  transition: opacity 0.3s;
  display: block;
}
.nurikaenikka__bnr a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

/* =============================================================
contact.css
============================================================== */
/* =============================================================
contact.scss
============================================================== */
.contactForm {
  margin: 0 calc(50% - 50vw);
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .contactForm {
    margin: 40px 0 0 0;
  }
}

.mess_txt {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .mess_txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .mess_txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.cont_att {
  border: 1px solid #ccc;
  background: #ebebeb;
  margin: 30px 0;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .cont_att {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .cont_att {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.contactTable {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #cccccc;
}
.contactTable th,
.contactTable td {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  display: block;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .contactTable th,
  .contactTable td {
    display: table-cell;
  }
}
@media screen and (min-width: 960px) {
  .contactTable th,
  .contactTable td {
    font-size: 1.6rem;
  }
}
.contactTable th {
  background: #f9f9f9;
  padding: 15px 20px;
}
@media screen and (min-width: 560px) {
  .contactTable th {
    width: 170px;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 768px) {
  .contactTable th {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .contactTable th {
    padding: 30px 20px;
    width: 250px;
  }
}
.contactTable th.th_must {
  background: #ffebeb;
}
.contactTable th span {
  display: inline-block;
  padding: 2px 0;
}
.contactTable th .must,
.contactTable th .nini {
  background: #CF1212;
  color: #fff;
  font-size: 1.1rem;
  padding: 2px 5px;
  font-weight: normal;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .contactTable th .must,
  .contactTable th .nini {
    position: relative;
    top: -2px;
  }
}
.contactTable th .nini {
  background: #777;
}
.contactTable th .mintxt {
  font-size: 93%;
}
.contactTable td {
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .contactTable td {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .contactTable td {
    padding: 30px 40px;
  }
}

.contactAttention {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.contactAttention p {
  font-size: 1.3rem;
}

.formList li {
  margin-bottom: 10px;
}
.formList label {
  display: inline-block;
  padding: 5px 10px;
}
.formList_check li {
  position: relative;
}
.formList_check label {
  padding: 10px 10px 10px 30px;
}
.formList_check input {
  position: absolute;
  left: 5px;
  top: 10px;
}
.formList_check input:checked + label {
  /*background: rgba($color_orange,0.3);*/
}
.formList--row {
  display: flex;
  flex-wrap: wrap;
}
.formList--row li {
  width: 50%;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .formList--row li {
    width: 33.3%;
  }
}
.formList--row label {
  display: block;
}

.contactThanks {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .contactThanks {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .contactThanks {
    margin-bottom: 60px;
  }
}

/*****************/
.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;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.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: #cccccc;
  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: #eee;
}
.form_tbl th.th_required span {
  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-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
  font-size: 2rem;
  margin-bottom: 15px;
  border-left: 5px solid #cccccc;
  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;
  justify-content: space-between;
  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;
  }
}