@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700&display=swap);
/*------------------------------------------------------------------------------------------------------------------------
	Universal Style
------------------------------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #F4F4F4;
  color: #333;
  font-weight: 400;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  letter-spacing: .035em;
  -webkit-text-size-adjust: 100%;
}

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

html, body, div,
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section,
h1, h2, h3, h4, h5, h6,
p, dl, dt, dd, ul, ol, li, img,
table, caption, th, td,
form, fieldset, legend, input, textarea, select,
pre, code, blockquote, address {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  margin-left: 4em;
  list-style-position: outside;
}
ol > li {
  padding-left: 20px;
}

li {
  margin-bottom: 30px;
}

dl dd {
  margin-bottom: 7px;
}

b {
  font-weight: 700;
}

em {
  font-style: normal;
  text-decoration: underline;
}

strong {
  color: #FF8181;
  font-weight: 700;
}

table {
  border: medium none;
  border-collapse: collapse;
}

th, td {
  font-weight: normal;
  vertical-align: top;
}

a:link,
a:visited {
  color: #49A5DE;
  text-decoration: none;
}

a:hover,
a:active {
  color: #49A5DE;
  text-decoration: underline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

input {
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="submit"] {
  -webkit-appearance: none;
}

select {
  border-radius: 0;
}

sup {
  vertical-align: text-top;
  line-height: 1.4;
}

sub {
  vertical-align: baseline;
}

iframe {
  border: 0;
}

::before,
::after {
  display: inherit;
}

/* 枠組み */
/*========================================================================================================================
Base Layout
========================================================================================================================*/
#page {
  min-width: 320px;
}

.hover {
  transition: all .3s ease;
}
.hover:hover {
  transform: scale(0.95);
}

/*------------------------------------------------------------------------------------------------------------------------
Header Area
------------------------------------------------------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 90px;
  transition: all .3s ease;
}
header > .lay {
  margin: 0 auto;
  padding: 13px 20px;
  max-width: 1326px;
}
header > .lay #site-id {
  float: left;
  margin: 0 60px 0 0;
  width: 176px;
  min-height: 64px;
  transition: all .3s ease;
}
header > .lay #global-nav {
  float: left;
}
header > .lay #global-nav #gnav-menu {
  display: none;
}
header > .lay #global-nav .navigation a {
  transition: all .3s ease;
}
header > .lay #global-nav .navigation a:hover {
  text-decoration: none;
  opacity: .7;
}
header > .lay #global-nav .navigation .nav-01 {
  display: flex;
  align-items: center;
  margin: 0;
  height: 64px;
}
header > .lay #global-nav .navigation .nav-01 li {
  margin: 0 45px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}
header > .lay #global-nav .navigation .nav-01 li:last-of-type {
  margin: 0;
}
header > .lay #global-nav .navigation .nav-01 li a {
  color: #333;
}
header > .lay #global-nav .navigation .nav-02 {
  display: none;
  margin: 0;
}
header > .lay > .tel {
  float: right;
  margin: 7px 0 0;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Roboto';
  line-height: 1.2;
}
header > .lay > .tel a {
  color: #0D7F5E;
  transition: all .3s ease;
}
header > .lay > .tel a::before {
  display: inline-block;
  content: '';
  margin: -3px 12px 0 0;
  width: 45px;
  height: 26px;
  background: url(/keiei/images/bg/icon-tel-01.png) center top no-repeat;
  vertical-align: middle;
}
header > .lay > .tel a:hover {
  text-decoration: none;
  opacity: .7;
}
header #btn-inquiry {
  position: fixed;
  top: 110px;
  right: -10px;
  margin: 0;
  transition: all .3s ease;
}
header #btn-inquiry a {
  display: block;
}
header #btn-inquiry.hide {
  opacity: 0;
  visibility: hidden;
}
header.bg {
  background-color: #fff;
}

/*------------------------------------------------------------------------------------------------------------------------
Contents Area
------------------------------------------------------------------------------------------------------------------------*/
#contents {
  overflow: hidden;
}

p, ul, ol, dl, table, figure {
  margin-bottom: 30px;
}

p, li, dt, dd, caption, th, td, figure {
  font-size: 1.7rem;
  line-height: 1.9;
}

input, textarea, select, button {
  font-size: inherit;
  font-family: inherit;
}

label, button {
  cursor: pointer;
}

.only-sp {
  display: none;
}

.contents-layout01 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1160px;
}

.contents-layout02 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 900px;
}

.text-normal {
  font-weight: 400 !important;
}

.color-type01 {
  color: #FF776B !important;
}

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

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

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

/* main-visual
----------------------------------------*/
.main-visual {
  position: relative;
  margin: 0;
  height: 730px;
  background: #e4efec url(/keiei/images/bg/mv.png) left bottom no-repeat;
}
.main-visual > .text {
  position: relative;
  margin: 0 auto;
  min-height: 730px;
  max-width: 1366px;
}
.main-visual > .text .text-01 {
  position: absolute;
  top: 140px;
  left: 50%;
  margin: 0;
  transform: translate(-50%, 0);
}
.main-visual > .text .text-02 {
  position: absolute;
  top: 340px;
  left: 50%;
  margin: 0 0 0 133px;
}
.main-visual > .text .text-03 {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}
.main-visual > .text .text-03 span {
  color: #0D7F5E;
}
.main-visual > .text .text-04 {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
  max-width: 366px;
  border-radius: 60px;
  background: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.main-visual > .text .text-04 span {
  color: #7AAF44;
}

/* briefing
----------------------------------------*/
#briefing {
  padding: 100px 0 270px;
  background: #e4efec;
}
#briefing > .contents-layout01 {
  position: relative;
}
#briefing > .contents-layout01::after {
  display: block;
  content: '';
  position: absolute;
  top: -40px;
  left: 683px;
  width: 822px;
  height: 616px;
  background: url(/keiei/images/bg/img-point.png) 0 0 no-repeat;
}

.box-briefing-01 {
  position: relative;
  max-width: 600px;
}
.box-briefing-01 .hdg {
  margin-bottom: 25px;
  color: #0D7F5E;
  font-size: 4.3rem;
  font-weight: 900;
}
.box-briefing-01 .txt-inquiry {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
}
.box-briefing-01 .list-check {
  margin-bottom: 20px;
}
.box-briefing-01 .btn a {
  display: inline-block;
  padding: 15px 45px;
  border: 4px solid #fff;
  border-radius: 50px;
  background: linear-gradient(to bottom, #ff970a 0%, #d66500 100%);
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.list-check > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}
.list-check > li::before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(/keiei/images/bg/icon-check-01.png) 0 0/19px auto no-repeat;
}

/* hdg-type01
----------------------------------------*/
.hdg-type01 {
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

/* hdg-type02
----------------------------------------*/
.hdg-type02 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.hdg-type02::before {
  content: '';
  position: absolute;
  top: .2em;
  bottom: .2em;
  left: 0;
  width: 6px;
  border-radius: 4px;
  background: #0D7F5E;
}

/* hdg-type03
----------------------------------------*/
.hdg-type03 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.hdg-type03::before {
  content: '';
  position: absolute;
  top: .3em;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  background: #ED8222;
}

/* about
----------------------------------------*/
#about {
  position: relative;
  padding-bottom: 80px;
  background: #fff;
}
#about::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  right: 0;
  height: 540px;
  background: url(/keiei/images/bg/about.png) center 0/cover no-repeat;
}

.box-about {
  box-sizing: border-box;
  position: relative;
  top: -200px;
  z-index: 1;
  margin-left: -100px;
  padding: 80px 100px;
  max-width: 886px;
  background: linear-gradient(to right, #0D7F5E 0%, #005B35 100%);
}
.box-about::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -1920px;
  background: #0D7F5E;
}
.box-about .hdg {
  margin-bottom: 40px;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.box-about .hdg .word {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 20px;
  border-radius: 35px;
  background: #FFB015;
  color: #333;
  font-size: 1.7rem;
}
.box-about .hdg .num {
  display: inline-block;
  font-size: 6.8rem;
  font-family: 'Roboto';
}
.box-about p {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5;
}

/* point
----------------------------------------*/
#point {
  position: relative;
  padding: 0 0 10px;
  background: #F4F4F4;
}
#point::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 365px;
  height: 65px;
  background: url(/keiei/images/bg/half-circle.png) 0 0 no-repeat;
  transform: translate(-50%, 0);
}
#point .hdg-type01 {
  margin-bottom: 75px;
}
#point .hdg-type01 .word {
  display: inline-block;
  margin-bottom: 10px;
  color: #0D7F5E;
}
#point .hdg-type01 .word::before {
  content: '';
  margin: -30px 20px 0 0;
  width: 31px;
  height: 44px;
  background: url(/keiei/images/bg/hdg-point-01.png) 0 0/31px auto no-repeat;
  vertical-align: middle;
}
#point .hdg-type01 .word::after {
  content: '';
  margin: -30px 0 0 20px;
  width: 28px;
  height: 37px;
  background: url(/keiei/images/bg/hdg-point-02.png) 0 0/31px auto no-repeat;
  vertical-align: middle;
}
#point .hdg-type01 .word .num {
  font-size: 9.8rem;
  font-family: 'Roboto';
  line-height: 1;
}
#point .point-head {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}
#point .point-head .nav-point {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -2.33% 120px;
}
#point .point-head .nav-point > li {
  box-sizing: border-box;
  position: relative;
  margin: 0 2.33%;
  width: calc(33.33% - 4.66%);
}
#point .point-head .nav-point > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 60px;
  height: 268px;
  background: #FFEDCE;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  color: #333;
  text-decoration: none;
}
#point .point-head .nav-point > li a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 10px solid #fff;
}
#point .point-head .nav-point > li a .badge {
  margin-bottom: 10px;
  color: #0D7F5E;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: 'Roboto';
  line-height: 1;
}
#point .point-head .nav-point > li a .badge .num {
  font-size: 6.2rem;
  line-height: 1;
}
#point .point-head .nav-point > li a .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
#point .point-head .nav-point > li a .txt .marker {
  background: linear-gradient(transparent 50%, #FFCE7B 50%);
}
#point .point-head .nav-point > li a .txt::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 28px;
  margin-left: -17px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background: linear-gradient(to bottom, #ff970a 0%, #d66500 100%);
  transition: all .3s ease;
}
#point .point-head .nav-point > li a .txt::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 42px;
  margin-left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
}
#point .point-head .nav-point > li a .txt br.only-pc {
  height: 0;
}

.box-point {
  margin-bottom: 115px;
  padding: 0 11.2% 60px;
  max-width: 900px;
  background: #fff;
}
.box-point .hdg-point {
  position: relative;
  margin: 0 -14.44% 80px;
  padding: 26px 14.44%;
  background: #0D7F5E;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
.box-point .hdg-point .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  position: absolute;
  top: -17px;
  padding: 0 7px 10px 0;
  width: 116px;
  height: 147px;
  background: url(/keiei/images/bg/hdg-point-badge.png) 0 0 no-repeat;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: 'Roboto';
  letter-spacing: .1em;
  line-height: 1;
}
.box-point .hdg-point .badge .num {
  display: block;
  font-size: 6.5rem;
}
.box-point .hdg-point > .lay {
  display: inline-block;
  padding-left: 163px;
}
.box-point .hdg-type01 {
  margin-bottom: 80px;
}
.box-point#point-01 .hdg-point .badge {
  left: calc(50% - 290px);
}
.box-point#point-02 .hdg-point .badge {
  left: calc(50% - 200px);
}
.box-point#point-03 .hdg-point .badge {
  left: calc(50% - 150px);
}
.box-point .lead-point01-01 {
  margin-bottom: 70px;
  padding: 14px 0;
  border-top: 1px solid #84BEAD;
  border-bottom: 1px solid #84BEAD;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.box-point .lead-point01-01 strong {
  color: #333;
  font-size: 2.8rem;
}
.box-point .lead-point01-01 strong span {
  color: #ED8222;
}
.box-point .box-point01-5steps {
  position: relative;
  margin-bottom: 80px;
}
.box-point .box-point01-5steps > .hdg {
  position: absolute;
  top: -35px;
  left: -10px;
  margin: 0;
}
.box-point .box-point01-5steps ol {
  margin: 0;
  max-width: 700px;
  list-style: none;
  counter-reset: item 6;
}
.box-point .box-point01-5steps ol > li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 17px 10px 17px 56px;
  background: #FFECC4;
}
.box-point .box-point01-5steps ol > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: item -1;
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: #0D7F5E;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: 'Roboto';
  transform: translate(0, -50%);
}
.box-point .box-point01-5steps ol > li:nth-child(2n) {
  background: #FFDD93;
}
.box-point .box-point01-5steps ol > li:nth-child(1) {
  margin-left: 180px;
}
.box-point .box-point01-5steps ol > li:nth-child(2) {
  margin-left: 135px;
}
.box-point .box-point01-5steps ol > li:nth-child(3) {
  margin-left: 90px;
}
.box-point .box-point01-5steps ol > li:nth-child(4) {
  margin-left: 45px;
}
.box-point .box-point01-5steps ol > li > .hdg {
  margin: 0 20px 0 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
}
.box-point .box-point01-5steps ol > li > p {
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #969696;
  font-size: 1.4rem;
  vertical-align: middle;
  line-height: 1.3;
}
.box-point .box-point01-5steps > .img {
  position: absolute;
  top: -4px;
  right: 0;
  margin: 0;
  max-width: 351px;
}
.box-point .lead-point01-02 {
  margin-bottom: 20px;
  padding: 30px 0;
  border-top: 1px solid #84BEAD;
  border-bottom: 1px solid #84BEAD;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.box-point .list-consistent {
  display: flex;
  margin: 0 0 20px;
  list-style: none;
}
.box-point .list-consistent > li {
  margin: 0;
  padding: 0;
}
.box-point .point01-speech {
  box-sizing: border-box;
  position: relative;
  margin: 100px 0 30px;
  padding: 40px 38.75% 10px 40px;
  width: 100%;
  border: 12px solid #fff;
  background: #FFEDCE;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.box-point .point01-speech .further {
  position: absolute;
  top: -40px;
  left: -36px;
  margin: 0;
  width: 108px;
}
.box-point .point01-speech .hdg {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.box-point .point01-speech .hdg strong {
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(transparent 50%, #FFDD93 50%);
  color: #333;
  font-size: 2.9rem;
  font-weight: 900;
}
.box-point .point01-speech > .img {
  position: absolute;
  top: 50%;
  margin-top: 30px;
  right: -40px;
  width: 40.66%;
  transform: translate(0, -50%);
}
.box-point .box-generic02 {
  position: relative;
  margin-bottom: 20px;
  padding: 50px 7.77%;
  background: #e6f2ee;
}
.box-point .box-generic02 > .hdg {
  margin-bottom: 20px;
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
}
.box-point .box-generic02 > .hdg span {
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(transparent 50%, #FFDD93 50%);
}
.box-point .box-generic02 .icon-check01 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.box-point .box-generic02 .icon-check01 span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.box-point .box-generic02 .icon-check01 span::before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(/keiei/images/bg/icon-check-01.png) 0 0/19px auto no-repeat;
}
.box-point .box-generic02 .expense {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
.box-point .box-generic02 .expense::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 5px;
  background: #888;
  transform: translate(-50%, -50%);
}
.box-point .box-generic02 .expense::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 36px;
  background: #888;
  transform: translate(-50%, -50%);
}
.box-point .box-generic02 .expense .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 42.61%;
  min-height: 277px;
  padding: 30px 10px;
  border-radius: 10px;
  background: #fff;
}
.box-point .box-generic02 .expense .cont .hdg {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.box-point .box-generic02 .expense .cont .price {
  margin: 0;
  color: #0D7F5E;
  font-size: 6rem;
  font-weight: 700;
  font-family: 'Roboto';
  line-height: 1.1;
}
.box-point .box-generic02 .expense .cont .price .yen {
  font-size: 2.3rem;
}
.box-point .box-generic02 .expense .cont .price + .hdg {
  margin-top: 30px;
}
.box-point .box-generic02 .expense .cont:nth-child(2n) .price {
  color: #ED8222;
}
.box-point .box-generic02 .expense .cont .tag {
  display: inline-block;
  margin: 10px 0 0;
  padding: 2px 16px;
  border: 1px solid #333;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: 500;
}
.box-point .box-generic02 .non-taxed {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  font-size: 1.3rem;
}
.box-point .box-point02-txt {
  overflow: hidden;
}
.box-point .box-point02-txt .txt {
  float: left;
  width: 60.66%;
}
.box-point .box-point02-txt .img {
  float: right;
  width: 36.44%;
  text-align: center;
}
.box-point .box-point02-balance {
  overflow: hidden;
  padding: 50px 7.77% 20px;
  background: #FFEDCE;
}
.box-point .box-point02-balance > .hdg {
  margin-bottom: 30px;
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
}
.box-point .box-point02-balance > .hdg span {
  display: inline-block;
  background: linear-gradient(transparent 50%, #FFDD93 50%);
}
.box-point .box-point02-balance .cont01 {
  float: left;
  width: 48.68%;
}
.box-point .box-point02-balance .cont02 {
  float: right;
  width: 46.18%;
}
.box-point .box-income {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.box-point .box-income > .cont {
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 15px 0 0;
  padding: 0 30px 30px;
  width: calc(50% - 15px);
  background: #FFF3DE;
}
.box-point .box-income > .cont:nth-child(2n) {
  margin: 0 0 0 15px;
}
.box-point .box-income > .cont > .hdg {
  margin: 0 -30px 40px;
  padding: 13px 30px;
  background: #0D7F5E;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
.box-point .box-income > .cont > .hdg span {
  color: #FFB015;
}
.box-point .box-income > .cont .person {
  overflow: hidden;
  margin-bottom: 20px;
}
.box-point .box-income > .cont .person .img {
  float: left;
  margin-right: 20px;
  width: 130px;
  text-align: center;
}
.box-point .box-income > .cont .person .img img {
  width: 116px;
}
.box-point .box-income > .cont .person .txt {
  overflow: hidden;
}
.box-point .box-income > .cont .person .txt .monthly {
  margin-bottom: 10px;
  color: #0D7F5E;
  font-size: 2.8rem;
  font-weight: 700;
}
.box-point .box-income > .cont .person .txt .monthly .num {
  display: inline-block;
  margin-right: 6px;
  font-size: 7.2rem;
  font-family: 'Roboto';
  line-height: 1;
}
.box-point .box-income > .cont .breakdown {
  margin-bottom: 0;
  text-align: center;
}

.txt-notation01 {
  font-size: 1rem;
}

.list-notation01 > li {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.list-notation01 > li .mark {
  display: block;
  float: left;
  margin-right: 6px;
}
.list-notation01 > li > .txt {
  display: block;
  overflow: hidden;
}

.list-disc01 > li {
  position: relative;
  margin-bottom: 0;
  padding-left: 16px;
}
.list-disc01 > li::before {
  content: '';
  position: absolute;
  top: .7em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #7AAF44;
}

/* survey
----------------------------------------*/
#survey {
  position: relative;
  padding: 100px 0 25px;
  background: #FFEDCE;
}
#survey .hdg-type01 {
  margin-bottom: 75px;
}
#survey .hdg-type01 .word {
  display: inline-block;
  margin-bottom: 10px;
  color: #ED8222;
}
#survey .hdg-type01 .word::before {
  content: '';
  margin: -5px 10px 0 0;
  width: 28px;
  height: 37px;
  background: url(/keiei/images/bg/hdg-survey-01.png) 0 0/28px auto no-repeat;
  vertical-align: middle;
}
#survey .hdg-type01 .word::after {
  content: '';
  margin: -5px 0 0 10px;
  width: 28px;
  height: 37px;
  background: url(/keiei/images/bg/hdg-survey-02.png) 0 0/28px auto no-repeat;
  vertical-align: middle;
}

.box-survey {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.box-survey > .cont {
  box-sizing: border-box;
  position: relative;
  margin: 0 13px 75px;
  padding: 50px 3.37% 20px;
  width: calc(33.33% - 26px);
  background: #fff;
}
.box-survey > .cont:last-of-type {
  width: 100%;
}
.box-survey > .cont > .hdg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 8px 20px;
  background: #0D7F5E;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.box-survey > .cont .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  height: 270px;
  text-align: center;
}
.box-survey > .cont .img img {
  max-height: 270px;
  vertical-align: middle;
}
.box-survey > .cont:nth-child(2) .img img, .box-survey > .cont:nth-child(3) .img img {
  max-height: 232px;
}
.box-survey > .cont:nth-child(4) {
  padding: 60px 3.37% 30px;
}
.box-survey > .cont:nth-child(4) .img {
  height: auto;
}
.box-survey > .cont:nth-child(4) .img img {
  max-height: 420px;
}
.box-survey > .cont .list-check {
  margin-bottom: 0;
}
.box-survey > .cont .list-check > li {
  padding-left: 42px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.box-survey > .cont .list-check > li::before {
  top: 0;
  width: 32px;
  height: 32px;
  background-size: 32px auto;
}

/* inquiry-guide
----------------------------------------*/
#inquiry-guide {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(to right, #75B968 0%, #60AD65 10%, #429C63 25%, #2A8F60 40%, #1A865F 60%, #10805E 75%, #0D7F5E 100%);
}

.box-inquiry-guide .text-01 {
  margin: 0;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.box-inquiry-guide .btn-inquiry-01 {
  margin-bottom: 0;
  text-align: center;
}
.box-inquiry-guide .btn-inquiry-01 a {
  display: inline-block;
  padding: 15px 40px;
  border: 4px solid #fff;
  border-radius: 50px;
  background: linear-gradient(to bottom, #ff970a 0%, #d66500 100%);
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.box-inquiry-guide .text-tel {
  margin-bottom: 40px;
}
.box-inquiry-guide .text-tel a {
  color: #fff;
}

.text-tel {
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Roboto';
  text-align: center;
  line-height: 1.2;
}
.text-tel a {
  color: #0D7F5E;
  text-decoration: none;
  transition: all .3s ease;
}
.text-tel a::before {
  display: inline-block;
  content: '';
  margin: -3px 12px 0 0;
  width: 45px;
  height: 26px;
  background: url(/keiei/images/bg/icon-tel-01.png) center top no-repeat;
  vertical-align: middle;
}
.text-tel a:hover {
  opacity: .7;
}

/* voice
----------------------------------------*/
#voice {
  padding: 100px 0 130px;
  background: #fff;
}
#voice .hdg-type01 {
  margin-bottom: 120px;
}
#voice .hdg-type01::before {
  display: inline-block;
  content: '';
  margin: -2px 16px 0 0;
  width: 29px;
  height: 35px;
  background: url(/keiei/images/bg/hdg-voice-01.png) 0 0/29px auto no-repeat;
  vertical-align: middle;
}
#voice .hdg-type01::after {
  display: inline-block;
  content: '';
  margin: -2px 0 0 16px;
  width: 29px;
  height: 35px;
  background: url(/keiei/images/bg/hdg-voice-02.png) 0 0/29px auto no-repeat;
  vertical-align: middle;
}

.box-voice01 {
  margin-bottom: 50px;
}
.box-voice01 .head {
  position: relative;
  padding: 45px 125px 45px 350px;
  border-radius: 10px 10px 0 0;
  background: #0D7F5E;
  cursor: pointer;
  transition: all .3s ease;
}
.box-voice01 .head .hdg {
  margin-bottom: 15px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.6;
}
.box-voice01 .head .info {
  overflow: hidden;
}
.box-voice01 .head .info .img {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 330px;
  text-align: right;
}
.box-voice01 .head .info .person {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
}
.box-voice01 .head .info .person .name {
  font-size: 2.2rem;
}
.box-voice01 .head .info .season {
  display: inline-block;
  margin: 0 0 0 45px;
  padding: 3px 20px;
  border-radius: 30px;
  background: #FFB015;
  font-size: 1.7rem;
}
.box-voice01 > .cont {
  padding: 60px 6.9% 25px;
  background: #FCF8EA;
}
.box-voice01 > .cont .voice-detail {
  overflow: hidden;
}
.box-voice01 > .cont .voice-detail .cont01 {
  float: left;
  width: 67.2%;
}
.box-voice01 > .cont .voice-detail .cont01 .hdg-type02 {
  font-size: 2.3rem;
}
.box-voice01 > .cont .voice-detail .cont01 .hdg-type02::before {
  background: #ED8222;
}
.box-voice01 > .cont .voice-detail .cont02 {
  float: right;
  width: 28.4%;
}
.box-voice01 > .cont .voice-detail .career {
  margin-bottom: 60px;
}
.box-voice01 > .cont .voice-detail .career .hdg {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 7px 7px 0 0;
  background: #ED8222;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
}
.box-voice01 > .cont .voice-detail .career table {
  padding: 20px 25px 20px 20px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}
.box-voice01 > .cont .voice-detail .career table th {
  width: 80px;
  border-right: 1px solid #B0B0B0;
  font-weight: 700;
  text-align: left;
}
.box-voice01 > .cont .voice-detail .career table td {
  padding-left: 20px;
}

.btn-voice {
  display: block;
  padding: 16px 20px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: linear-gradient(to right, #ff970a 0%, #d66500 100%);
  box-shadow: 0 7px rgba(0, 0, 0, 0.2);
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.btn-voice > .lay {
  display: inline-block;
  position: relative;
  padding-left: 120px;
}
.btn-voice > .lay::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 103px;
  height: 74px;
  background: url(/keiei/images/bg/icon-voice.png) 0 0 no-repeat;
  transform: translate(0, -50%);
}
.btn-voice > .lay .sub {
  display: block;
  font-size: 1.6rem;
  text-align: left;
}
.btn-voice:link, .btn-voice:visited, .btn-voice:hover, .btn-voice:active {
  color: #fff;
  text-decoration: none;
}

/* faq
----------------------------------------*/
#faq {
  position: relative;
  padding: 100px 0;
}
#faq .hdg-type01 {
  margin-bottom: 80px;
}

.box-faq01 {
  margin-bottom: 20px;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  background: #fff;
}
.box-faq01 .hdg {
  position: relative;
  margin: 0;
  padding: 23px 60px 23px 78px;
  font-size: 2.3rem;
  font-weight: 700;
  cursor: pointer;
}
.box-faq01 .hdg .q {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: #0D7F5E;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  font-family: 'Roboto';
  transform: translate(0, -50%);
}
.box-faq01 .hdg .icon {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: #C9C9C9;
  transform: translate(0, -50%);
}
.box-faq01 .hdg .icon::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 3px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.box-faq01 .hdg .icon::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 14px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.box-faq01 .hdg.js-toggle-btn.open .icon::after {
  display: none;
}
.box-faq01 .answer {
  display: none;
  margin: 0 40px;
  padding: 20px 0 15px;
  border-top: 1px solid #C9C9C9;
}
.box-faq01 .answer p {
  margin-bottom: 15px;
}

/* inquiry
----------------------------------------*/
#inquiry {
  position: relative;
  padding: 100px 0;
  background: #94c7b8;
}
#inquiry .hdg-type01 {
  margin-bottom: 80px;
}

.box-inquiry {
  padding: 80px 20px 70px;
  background: #fff;
}
.box-inquiry > .lay {
  margin: 0 auto;
  max-width: 670px;
}

.box-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.box-form > .cont {
  box-sizing: border-box;
  width: 100%;
}
.box-form > .cont.col2 {
  width: 50%;
  padding-right: 22px;
}
.box-form > .cont.col2:nth-of-type(2n) {
  padding: 0 0 0 22px;
}
.box-form .hdg {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: bold;
}

.input-type01 {
  box-sizing: border-box;
  padding: 8px 11px;
  border: 2px solid #F0F0F0;
  border-radius: 4px;
  background: #F0F0F0;
  width: 100%;
}
.input-type01::placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.input-type01::-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.input-type01:-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.input-type01.error {
  border-color: #FF776B;
  background: #FFEEED;
}
.input-type01:focus {
  border-color: #49A5DE;
}

.select-type01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 8px 50px 8px 11px;
  border: 2px solid #F0F0F0;
  border-radius: 4px;
  background: #F0F0F0 url(/keiei/images/bg/icon-arrow-02.png) right center/26px auto no-repeat;
  color: #B2B2B2;
}
.select-type01::-ms-expand {
  display: none;
}
.select-type01 option {
  padding: 8px 11px;
  background: #fff;
  color: #333;
}
.select-type01 option[disabled] {
  display: none;
}
.select-type01.select {
  color: #333;
}
.select-type01.error {
  border-color: #FF776B;
  background-color: #FFEEED;
}
.select-type01:focus {
  border-color: #49A5DE;
}

.js-cbx {
  overflow: hidden;
}
.js-cbx input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: -100px;
}

.cbx01 {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  min-height: 32px;
}
.cbx01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 32px;
  background: url(/keiei/images/bg/icon-checkbox.png) left top/31px auto no-repeat;
}
.cbx01.checked::before {
  background: url(/keiei/images/bg/icon-checkbox-select.png) left top/31px auto no-repeat;
}
.cbx01.error::before {
  background: url(/keiei/images/bg/icon-checkbox-error.png) left top/31px auto no-repeat;
}

.js-radio {
  overflow: hidden;
}
.js-radio input[type='radio'] {
  position: absolute;
  top: 0;
  left: -100px;
}

.radio01 {
  display: inline-block;
  position: relative;
  padding: .2em 0 0 52px;
  min-height: 40px;
}
.radio01::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #F0F0F0;
}
.radio01.checked::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #49A5DE;
}

.textarea-type01 {
  box-sizing: border-box;
  padding: 8px 11px;
  border: 2px solid #F0F0F0;
  border-radius: 4px;
  background: #F0F0F0;
  width: 100%;
  min-height: 190px;
}
.textarea-type01::placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.textarea-type01::-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.textarea-type01:-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.textarea-type01.error {
  border-color: #FF776B;
  background: #FFEEED;
}
.textarea-type01:focus {
  border-color: #49A5DE;
}

.btn-submit {
  display: block;
  padding: 18px 15px;
  width: 100%;
  border: 3px solid #fff;
  border-radius: 50px;
  background: linear-gradient(to right, #ff970a 0%, #d66500 100%);
  box-shadow: 0 7px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.txt-error {
  color: #FF776B;
}

p + .txt-error {
  margin-top: -25px;
}

/* thanks
--------------------------------------*/
.thanks {
  padding: 200px 0 120px;
  background: #e4efec;
}
.thanks .hdg {
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}

.text-thanks {
  margin-bottom: 50px;
  text-align: center;
}

.btn-back {
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 1.9rem;
  font-weight: 700;
}
.btn-back:link, .btn-back:visited, .btn-back:hover, .btn-back:active {
  color: #333;
}
.btn-back::before {
  content: '';
  margin: -4px 14px 0 0;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background: linear-gradient(to right, #d66500 0%, #ff970a 100%);
  vertical-align: middle;
}
.btn-back::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}

.box-generic01 {
  margin-bottom: 30px;
  padding: 50px 30px 20px;
  background: #fff;
}

.hdg-hurry {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

/*------------------------------------------------------------------------------------------------------------------------
Other
------------------------------------------------------------------------------------------------------------------------*/
/* space
--------------------------------------*/
.space-top01 {
  margin-top: 0 !important;
}

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

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

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

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

.space-top06 {
  margin-top: 40px !important;
}

.space-top07 {
  margin-top: 50px !important;
}

.space-right01 {
  margin-right: 0 !important;
}

.space-right02 {
  margin-right: 10px !important;
}

.space-right03 {
  margin-right: 20px !important;
}

.space-right04 {
  margin-right: 30px !important;
}

.space-right05 {
  margin-right: 50px !important;
}

.space-btm01 {
  margin-bottom: 0 !important;
}

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

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

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

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

.space-btm06 {
  margin-bottom: 40px !important;
}

.space-btm07 {
  margin-bottom: 50px !important;
}

.space-btm08 {
  margin-bottom: 80px !important;
}

.space-left01 {
  margin-left: 0 !important;
}

.space-left02 {
  margin-left: 10px !important;
}

.space-left03 {
  margin-left: 20px !important;
}

.space-left04 {
  margin-left: 30px !important;
}

.space-left05 {
  margin-left: 50px !important;
}

.w95 {
  width: 95px !important;
}

.w160 {
  width: 160px !important;
}

/* section01
--------------------------------------*/
.section01 {
  margin-top: 80px;
}

/*------------------------------------------------------------------------------------------------------------------------
Footer Area
------------------------------------------------------------------------------------------------------------------------*/
footer {
  position: relative;
  background: #fff;
}
footer > .lay {
  position: relative;
  margin: 0 auto;
  padding: 60px 20px 20px;
  max-width: 1160px;
}
footer > .lay .pagetop {
  position: absolute;
  right: 20px;
  top: -40px;
  margin: 0;
}
footer > .lay .pagetop a {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 84px;
  height: 84px;
  border: 4px solid #fff;
  border-radius: 80px;
  background: #0D7F5E;
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
  text-indent: 100%;
  white-space: nowrap;
}
footer > .lay .pagetop a::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  border-top: 7px solid #fff;
  border-right: 7px solid #fff;
  transform: rotate(-45deg) translate(-20%, -50%);
}
footer > .lay .logo {
  margin: 0 auto 40px;
  width: 242px;
}
footer > .lay .utility01 {
  margin-bottom: 40px;
}
footer > .lay .utility01 li {
  margin-bottom: 20px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.4;
}
footer > .lay .utility01 li::before {
  display: inline-block;
  content: '';
  margin: -4px 12px 0 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #0D7F5E;
  border-right: 3px solid #0D7F5E;
  transform: rotate(45deg);
  vertical-align: middle;
}
footer > .lay .utility01 li a {
  color: #333;
}
footer > .lay #copyright {
  display: block;
  margin: 0;
  font-size: 1.3rem;
  text-align: center;
}

/*------------------------------------------------------------------------------------------------------------------------
clearFix
------------------------------------------------------------------------------------------------------------------------*/
header > .lay::after {
  display: block;
  content: '';
  clear: both;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
screen
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* 1300px以下
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  /*------------------------------------------------------------------------------------------------------------------------
  Header Area
  ------------------------------------------------------------------------------------------------------------------------*/
  header > .lay #site-id {
    margin-top: 10px;
    margin-right: 30px;
    width: 120px;
  }
  header > .lay #global-nav .navigation .nav-01 li {
    margin-right: 20px;
    font-size: 1.6rem;
  }
  header > .lay > .tel {
    margin-top: 12px;
    font-size: 2.7rem;
  }

  /* main-visual
  ----------------------------------------*/
  .main-visual {
    background-position: -200px bottom;
  }
}
/* 1200px以下
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .box-point .box-point01-5steps > .img {
    position: static;
    margin: 30px auto;
    text-align: center;
  }
}
/* 1024px以下
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  /*------------------------------------------------------------------------------------------------------------------------
  Header Area
  ------------------------------------------------------------------------------------------------------------------------*/
  header > .lay #site-id {
    margin-top: 14px;
    margin-right: 20px;
    width: 100px;
  }
  header > .lay #global-nav .navigation .nav-01 li {
    margin-right: 15px;
    font-size: 1.1rem;
  }
  header > .lay > .tel {
    margin-top: 20px;
    font-size: 2rem;
  }
  header > .lay > .tel a::before {
    margin-right: 2px;
  }

  /*------------------------------------------------------------------------------------------------------------------------
  Contents Area
  ------------------------------------------------------------------------------------------------------------------------*/
  /* main-visual
  ----------------------------------------*/
  /* main-visual
  ----------------------------------------*/
  .main-visual {
    background-position: -300px bottom;
  }
  .main-visual > .text .text-02 {
    top: 400px;
  }

  /* survey
  ----------------------------------------*/
  .box-survey > .cont {
    padding-top: 40px;
  }
  .box-survey > .cont > .hdg {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.8rem;
  }
  .box-survey > .cont .img {
    height: 250px;
  }
  .box-survey > .cont .img img {
    max-height: 250px;
  }
}
/* 767px以下
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hover {
    transition: none;
  }
  .hover:hover {
    transform: scale(1);
  }

  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }

  img.only-sp {
    display: inline;
  }

  /*------------------------------------------------------------------------------------------------------------------------
  Header Area
  ------------------------------------------------------------------------------------------------------------------------*/
  header {
    height: 70px;
  }
  header a:hover {
    opacity: 1;
  }
  header > .lay {
    padding: 12px 15px;
  }
  header > .lay #site-id {
    margin: 0;
    width: 126px;
    min-height: 46px;
  }
  header > .lay #global-nav {
    float: left;
  }
  header > .lay #global-nav #gnav-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
  }
  header > .lay #global-nav #gnav-menu a {
    display: block;
    overflow: hidden;
    width: 67px;
    height: 67px;
    background: url(/keiei/images/bg/gnav-menu.png) 0 0/150px auto no-repeat;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-indent: 100%;
    white-space: nowrap;
    transition: none;
  }
  header > .lay #global-nav #gnav-menu.open a {
    background-position: -75px 0;
  }
  header > .lay #global-nav .navigation {
    display: none;
  }
  header > .lay #global-nav .navigation .nav-02 {
    display: none;
  }
  header > .lay #global-nav.open .navigation {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 70px 30px 0;
    background: #0d7f5e;
  }
  header > .lay #global-nav.open .navigation .nav-01 {
    display: block;
    margin: 0 0 30px;
    height: auto;
  }
  header > .lay #global-nav.open .navigation .nav-01 li {
    margin: 0 0 20px;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
  }
  header > .lay #global-nav.open .navigation .nav-01 li a {
    color: #fff;
  }
  header > .lay #global-nav.open .navigation .nav-02 {
    display: block;
  }
  header > .lay #global-nav.open .navigation .nav-02 li {
    margin-bottom: 20px;
    font-weight: 700;
  }
  header > .lay #global-nav.open .navigation .nav-02 li a {
    display: block;
    padding: 8px 10px;
    border: 3px solid #fff;
    border-radius: 50px;
    background: #333;
    box-shadow: 0 7px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
  }
  header > .lay #global-nav.open .navigation .nav-02 li.inquiry a {
    background: linear-gradient(to bottom, #ff970a 0%, #d66500 100%);
    font-size: 1.8rem;
  }
  header > .lay #global-nav.open .navigation .nav-02 li.tel a {
    padding: 5px 10px;
    background: linear-gradient(to bottom, #0A84FF 0%, #0063D6 100%);
    font-size: 2.2rem;
    font-family: 'Roboto';
  }
  header > .lay #global-nav.open .navigation .nav-02 li.tel a::before {
    display: inline-block;
    content: '';
    margin: -3px 10px 0 0;
    width: 22px;
    height: 22px;
    background: url(/keiei/images/bg/icon-tel-03.png) 0 0/22px auto no-repeat;
    vertical-align: middle;
  }
  header > .lay > .tel {
    position: fixed;
    top: 0;
    right: 67px;
    z-index: 8;
    float: none;
    margin-top: 0;
  }
  header > .lay > .tel a {
    display: block;
    overflow: hidden;
    width: 68px;
    height: 67px;
    background: url(/keiei/images/bg/icon-tel-02.png) 0 0/68px auto no-repeat;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-indent: 100%;
    white-space: nowrap;
    transition: none;
  }
  header > .lay > .tel a::before {
    display: none;
  }
  header #btn-inquiry {
    top: 100px;
    right: 0;
    width: 80px;
  }
  header.bg {
    background-color: transparent;
  }
  header.bg #site-id {
    opacity: 0;
    visibility: hidden;
  }

  /*------------------------------------------------------------------------------------------------------------------------
  Contents Area
  ------------------------------------------------------------------------------------------------------------------------*/
  #contents {
    padding-right: 20px;
    padding-left: 20px;
  }

  p, li, dt, dd, caption, th, td, figure {
    font-size: 1.5rem;
  }

  .contents-layout01,
  .contents-layout02 {
    padding-right: 0;
    padding-left: 0;
  }

  /* main-visual
  ----------------------------------------*/
  .main-visual {
    margin: 0 -20px;
    padding-top: 335px;
    height: auto;
    background-image: url(/keiei/images/bg/mv-sp.png);
    background-position: 0 0;
    background-size: auto 300px;
  }
  .main-visual > .text {
    position: static;
    padding: 0 20px 20px;
    width: auto;
    min-height: 0;
  }
  .main-visual > .text .text-01,
  .main-visual > .text .text-02 {
    position: static;
    margin: 0 30px 20px;
    text-align: center;
    transform: none;
  }
  .main-visual > .text .text-03 {
    position: static;
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: center;
  }

  /* briefing
  ----------------------------------------*/
  #briefing {
    margin: 0 -20px;
    padding: 80px 20px 60px;
  }
  #briefing > .contents-layout01::after {
    display: none;
  }

  .box-briefing-01 {
    max-width: none;
  }
  .box-briefing-01 .hdg {
    margin-bottom: 15px;
    font-size: 2.8rem;
    text-align: center;
  }
  .box-briefing-01 .txt-inquiry {
    margin-bottom: 20px;
    font-size: 2.2rem;
    text-align: center;
  }
  .box-briefing-01 .btn {
    text-align: center;
  }
  .box-briefing-01 .btn a {
    padding: 9px 40px;
    font-size: 1.8rem;
  }

  .list-check > li {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .list-check > li::before {
    top: .3em;
  }

  /* hdg-type01
  ----------------------------------------*/
  .hdg-type01 {
    font-size: 2.2rem;
    letter-spacing: -.01em;
  }

  /* hdg-type02
  ----------------------------------------*/
  .hdg-type02 {
    margin-bottom: 20px;
    padding-left: 22px;
    font-size: 1.9rem;
    line-height: 1.6;
  }
  .hdg-type02::before {
    top: .1em;
    bottom: .1em;
  }

  /* about
  ----------------------------------------*/
  #about {
    margin: 0 -20px;
    padding-bottom: 0;
    background: linear-gradient(to right, #0D7F5E 0%, #005B35 100%);
  }
  #about::after {
    top: auto;
    right: 50px;
    bottom: 60px;
    left: 50px;
    width: auto;
    height: 34vw;
    background: url(/keiei/images/bg/about-sp.png) center center/100% auto no-repeat;
  }
  #about > .contents-layout01 {
    padding: 60px 20px 57vw;
  }

  .box-about {
    top: 0;
    margin: 0;
    padding: 0;
    max-width: none;
    background: none;
  }
  .box-about .hdg {
    margin-bottom: 30px;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.2;
  }
  .box-about .hdg .word {
    padding: 6px 15px;
    font-size: 1.4rem;
  }
  .box-about .hdg .num {
    margin-right: 5px;
    font-size: 4.7rem;
  }
  .box-about p {
    font-size: 1.3rem;
    text-align: center;
    line-height: 2.5;
  }

  /* point
  ----------------------------------------*/
  #point {
    margin: 0 -20px;
    padding: 40px 20px 0;
  }
  #point::before {
    display: none;
  }
  #point .hdg-type01 {
    margin-bottom: 40px;
  }
  #point .hdg-type01 .word {
    margin-bottom: 0;
  }
  #point .hdg-type01 .word::before {
    margin: -30px 10px 0 0;
    width: 20px;
    height: 28px;
    background-size: 20px auto;
  }
  #point .hdg-type01 .word::after {
    margin: -30px 0 0 10px;
    width: 20px;
    height: 28px;
    background-size: 20px auto;
  }
  #point .hdg-type01 .word .num {
    font-size: 6.4rem;
  }
  #point .point-head .nav-point {
    display: block;
    margin: 0 0 80px;
  }
  #point .point-head .nav-point > li {
    margin: 0 0 15px;
    width: auto;
  }
  #point .point-head .nav-point > li a {
    display: block;
    padding: 5px 74px;
    height: auto;
  }
  #point .point-head .nav-point > li a::before {
    border-width: 4px;
  }
  #point .point-head .nav-point > li a .badge {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-bottom: 0;
    font-size: 1.2rem;
    transform: translate(0, -50%);
  }
  #point .point-head .nav-point > li a .badge .num {
    font-size: 2.7rem;
  }
  #point .point-head .nav-point > li a .txt {
    display: table-cell;
    width: 700px;
    height: 52px;
    font-size: 1.7rem;
    vertical-align: middle;
    text-align: center;
  }
  #point .point-head .nav-point > li a .txt::before {
    top: 50%;
    left: auto;
    right: 20px;
    bottom: auto;
    margin-left: 0;
    width: 26px;
    height: 26px;
    transform: translate(0, -50%);
  }
  #point .point-head .nav-point > li a .txt::after {
    top: 50%;
    left: auto;
    right: 31px;
    bottom: auto;
    margin: -7px 0 0;
    width: 6px;
    height: 6px;
    border-top-width: 2px;
    border-right-width: 2px;
    transform: rotate(135deg) translate(0, -50%);
  }

  .box-point {
    margin-bottom: 0;
    margin: 0 -20px;
    padding: 0 20px 60px;
    border-radius: 0;
  }
  .box-point .hdg-point {
    position: relative;
    margin: 0 -20px 40px;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 2.2rem;
  }
  .box-point .hdg-point .badge {
    top: -8px;
    padding-right: 2px;
    width: 53px;
    height: 65px;
    background-size: 53px auto;
    font-size: 1.1rem;
  }
  .box-point .hdg-point .badge .num {
    font-size: 2.9rem;
  }
  .box-point .hdg-point > .lay {
    padding-left: 68px;
  }
  .box-point .hdg-type01 {
    margin-bottom: 40px;
  }
  .box-point#point-01 .hdg-point .badge {
    left: calc(50% - 145px);
  }
  .box-point#point-01 .hdg-point > .lay {
    padding-left: 20px;
  }
  .box-point#point-01 .hdg-point .only-sp {
    height: 0;
    line-height: 0;
    font-size: 0;
  }
  .box-point#point-02 .hdg-point .badge {
    left: calc(50% - 110px);
  }
  .box-point#point-03 .hdg-point .badge {
    left: calc(50% - 80px);
  }
  .box-point .lead-point01-01 {
    margin-bottom: 50px;
    padding: 14px 0;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .box-point .lead-point01-01 strong {
    font-size: 1.7rem;
  }
  .box-point .box-point01-5steps > .hdg {
    position: static;
    margin: 0 0 20px;
  }
  .box-point .box-point01-5steps > .hdg .img {
    display: none;
  }
  .box-point .box-point01-5steps > .hdg .txt {
    display: block;
    padding: 2px 20px;
    background: #FF7474;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Roboto';
    text-align: center;
  }
  .box-point .box-point01-5steps > .hdg .txt .num {
    font-size: 2.7rem;
  }
  .box-point .box-point01-5steps ol {
    margin-bottom: 40px;
    counter-reset: item;
  }
  .box-point .box-point01-5steps ol > li {
    display: list-item;
    overflow: visible;
    margin: 0 0 17px;
    padding: 10px 10px 10px 56px;
  }
  .box-point .box-point01-5steps ol > li::before {
    counter-increment: item;
    width: 30px;
    height: 30px;
    font-size: 1.9rem;
  }
  .box-point .box-point01-5steps ol > li::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 18px;
    height: 18px;
    background: url(/keiei/images/bg/icon-arrow-01.png) 0 0/18px auto no-repeat;
    transform: translate(-50%, 0);
  }
  .box-point .box-point01-5steps ol > li:last-of-type::after {
    display: none;
  }
  .box-point .box-point01-5steps ol > li:nth-child(1), .box-point .box-point01-5steps ol > li:nth-child(2), .box-point .box-point01-5steps ol > li:nth-child(3), .box-point .box-point01-5steps ol > li:nth-child(4) {
    margin-left: 0;
  }
  .box-point .box-point01-5steps ol > li > .hdg {
    margin: 0 0 5px;
    font-size: 1.5rem;
  }
  .box-point .box-point01-5steps ol > li > p {
    padding-left: 0;
    border-left: 0;
    font-size: 1.3rem;
  }
  .box-point .box-point01-5steps > .img {
    position: static;
    margin: 0 auto;
    max-width: 351px;
  }
  .box-point .lead-point01-02 {
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 1.7rem;
  }
  .box-point .list-consistent {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 18px 20px;
    list-style: none;
  }
  .box-point .list-consistent > li {
    box-sizing: border-box;
    margin: 0 12px 20px;
    width: calc(50% - 24px);
    text-align: center;
  }
  .box-point .list-consistent > li:last-of-type {
    width: 100%;
  }
  .box-point .point01-speech {
    margin: 80px 0 30px;
    padding: 40px 25px 10px;
    width: 100%;
    border-width: 5px;
  }
  .box-point .point01-speech .further {
    left: -29px;
    top: -35px;
    width: 98px;
  }
  .box-point .point01-speech .hdg {
    font-size: 1.6rem;
    text-align: center;
  }
  .box-point .point01-speech .hdg strong {
    display: inline;
    font-size: 2.2rem;
  }
  .box-point .point01-speech > .img {
    position: static;
    margin: 0;
    width: auto;
    text-align: center;
    transform: none;
  }
  .box-point#point-02 {
    background: #f4f4f4;
  }
  .box-point .box-generic02 {
    margin-bottom: 30px;
    padding: 40px 30px;
  }
  .box-point .box-generic02 > .hdg {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .box-point .box-generic02 > .hdg span {
    display: inline;
  }
  .box-point .box-generic02 .icon-check01 {
    font-size: 1.5rem;
  }
  .box-point .box-generic02 .icon-check01 span {
    padding-left: 28px;
    max-width: 220px;
    text-align: left;
  }
  .box-point .box-generic02 .icon-check01 span::before {
    top: .3em;
  }
  .box-point .box-generic02 .expense {
    display: block;
    margin: 0 auto;
    max-width: none;
  }
  .box-point .box-generic02 .expense::before, .box-point .box-generic02 .expense::after {
    display: none;
  }
  .box-point .box-generic02 .expense .cont {
    display: block;
    position: relative;
    margin-bottom: 26px;
    width: auto;
    min-height: 0;
    padding: 20px;
    background: #fff;
    text-align: center;
  }
  .box-point .box-generic02 .expense .cont:nth-child(1)::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    z-index: 1;
    width: 36px;
    height: 6px;
    background: #888;
    transform: translate(-50%, 0);
  }
  .box-point .box-generic02 .expense .cont:nth-child(1)::after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    z-index: 1;
    width: 6px;
    height: 36px;
    background: #888;
    transform: translate(-50%, 0);
  }
  .box-point .box-generic02 .expense .cont .hdg {
    margin-bottom: 5px;
  }
  .box-point .box-generic02 .expense .cont .price {
    margin: 0;
    font-size: 4.7rem;
    text-align: center;
    line-height: 1.1;
  }
  .box-point .box-generic02 .expense .cont .price .yen {
    font-size: 1.9rem;
  }
  .box-point .box-generic02 .expense .cont .price + .hdg {
    margin-top: 20px;
  }
  .box-point .box-generic02 .expense .cont .tag {
    margin: 10px 0 0;
    padding: 1px 12px;
    font-size: 1.2rem;
  }
  .box-point .box-generic02 .non-taxed {
    position: static;
    margin: 0;
    font-size: 1.2rem;
  }
  .box-point .box-point02-txt .txt {
    float: none;
    width: auto;
  }
  .box-point .box-point02-txt .img {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .box-point .box-point02-balance {
    padding: 40px 30px 30px;
  }
  .box-point .box-point02-balance > .hdg {
    font-size: 2.2rem;
  }
  .box-point .box-point02-balance .cont01,
  .box-point .box-point02-balance .cont02 {
    float: none;
    width: auto;
  }
  .box-point .box-income {
    display: block;
    margin: 0;
  }
  .box-point .box-income > .cont {
    margin: 0 0 20px;
    padding: 0 30px 30px;
    width: auto;
  }
  .box-point .box-income > .cont:nth-child(2n) {
    margin: 0 0 20px;
  }
  .box-point .box-income > .cont > .hdg {
    margin: 0 -30px 20px;
    padding: 11px 10px;
    font-size: 1.9rem;
  }
  .box-point .box-income > .cont .person {
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 0;
  }
  .box-point .box-income > .cont .person .img {
    margin-right: 15px;
    width: 100px;
  }
  .box-point .box-income > .cont .person .img img {
    width: 96px;
  }
  .box-point .box-income > .cont .person .txt .monthly {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .box-point .box-income > .cont .person .txt .monthly .num {
    margin-right: 0;
    font-size: 6.2rem;
  }
  .box-point .box-income > .cont .breakdown {
    margin-bottom: 0;
    text-align: center;
  }
  .box-point .box-point03-txt .txt,
  .box-point .box-point03-txt .img {
    float: none;
    width: auto;
  }

  .box-col {
    display: block;
  }
  .box-col.col2 > .cont {
    width: auto;
    padding-right: 0;
  }
  .box-col.col2 > .cont:nth-child(2n) {
    padding: 0;
  }
  .box-col > .cont + .cont {
    margin-top: 30px;
  }

  /* survey
  ----------------------------------------*/
  #survey {
    margin: 0 -20px;
    padding: 60px 20px 20px;
  }
  #survey .hdg-type01 {
    margin-bottom: 60px;
  }
  #survey .hdg-type01 .word {
    margin-bottom: 10px;
  }
  #survey .hdg-type01 .word::before {
    margin: -5px 10px 0 0;
    width: 20px;
    height: 28px;
    background-size: 20px auto;
  }
  #survey .hdg-type01 .word::after {
    margin: -5px 0 0 10px;
    width: 20px;
    height: 28px;
    background-size: 20px auto;
  }

  .box-survey {
    display: block;
    margin: 0;
  }
  .box-survey > .cont {
    margin: 0 0 60px;
    padding: 60px 30px 30px;
    width: auto;
  }
  .box-survey > .cont > .hdg {
    padding: 8px 20px;
  }
  .box-survey > .cont .img {
    display: block;
    height: auto;
  }
  .box-survey > .cont .img img {
    max-height: none;
  }
  .box-survey > .cont:nth-child(2) .img img, .box-survey > .cont:nth-child(3) .img img {
    max-height: none;
  }
  .box-survey > .cont:nth-child(4) {
    padding: 60px 30px 30px;
  }
  .box-survey > .cont:nth-child(4) .img {
    height: auto;
  }
  .box-survey > .cont:nth-child(4) .img img {
    max-height: none;
  }
  .box-survey > .cont .list-check > li {
    letter-spacing: .06em;
  }

  /* inquiry-guide
  ----------------------------------------*/
  #inquiry-guide {
    margin: 0 -20px;
    padding: 50px 20px 70px;
  }

  .box-inquiry-guide {
    position: relative;
    z-index: 1;
  }
  .box-inquiry-guide .text-01 {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  .box-inquiry-guide .text-tel {
    margin-bottom: 20px;
  }
  .box-inquiry-guide .btn-inquiry-01 {
    text-align: center;
  }
  .box-inquiry-guide .btn-inquiry-01 a {
    padding: 6px 35px;
    border-width: 1px;
    font-size: 1.8rem;
  }

  .text-tel {
    margin-bottom: 20px;
    font-size: 2.7rem;
  }
  .text-tel a::before {
    margin: -3px 8px 0 0;
    width: 30px;
    height: 18px;
    background-size: 30px auto;
  }

  /* voice
  ----------------------------------------*/
  #voice {
    margin: 0 -20px;
    padding: 40px 20px 50px;
  }
  #voice .hdg-type01 {
    margin-bottom: 40px;
  }

  .box-voice01 {
    margin-bottom: 40px;
  }
  .box-voice01 .head {
    padding: 30px;
  }
  .box-voice01 .head .hdg {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .box-voice01 .head .info .img {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 16px 0 0;
    width: 88px;
    border-radius: 88px;
    text-align: center;
  }
  .box-voice01 .head .info .img::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: 88px;
    height: 88px;
    border-radius: 88px;
    background: #FFEF74;
    transform: translate(-50%, 0);
  }
  .box-voice01 .head .info .img img {
    position: relative;
    z-index: 1;
    height: 97px;
  }
  .box-voice01 .head .info .txt {
    overflow: hidden;
  }
  .box-voice01 .head .info .person {
    margin: 0;
    font-size: 1.7rem;
  }
  .box-voice01 .head .info .person .name {
    font-size: 2.2rem;
  }
  .box-voice01 .head .info .season {
    margin: 0;
    padding: 8px 20px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .box-voice01 > .cont {
    padding: 40px 30px 5px;
    border-radius: 0 0 10px 10px;
  }
  .box-voice01 > .cont .voice-detail {
    overflow: hidden;
  }
  .box-voice01 > .cont .voice-detail .cont01 {
    float: none;
    width: auto;
  }
  .box-voice01 > .cont .voice-detail .cont01 .hdg-type02 {
    font-size: 1.9rem;
  }
  .box-voice01 > .cont .voice-detail .cont02 {
    float: none;
    width: auto;
  }
  .box-voice01 > .cont .voice-detail .career {
    margin-bottom: 30px;
  }
  .box-voice01 > .cont .voice-detail .career .hdg {
    padding: 6px 20px;
    border-radius: 7px 7px 0 0;
    font-size: 1.6rem;
  }
  .box-voice01 > .cont .voice-detail .career table {
    padding: 20px 25px 20px 20px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
  }
  .box-voice01 > .cont .voice-detail .career table th {
    width: 80px;
    border-right: 1px solid #B0B0B0;
    font-weight: 700;
    text-align: left;
  }
  .box-voice01 > .cont .voice-detail .career table td {
    padding-left: 20px;
  }

  .btn-voice {
    padding: 18px 10px;
    border-width: 3px;
    border-radius: 10px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .btn-voice > .lay {
    padding-left: 0;
  }
  .btn-voice > .lay::before {
    top: -30px;
    left: -30px;
    width: 68px;
    height: 66px;
    background: url(/keiei/images/bg/icon-voice-sp.png) 0 0/68px auto no-repeat;
    transform: none;
  }
  .btn-voice > .lay .sub {
    font-size: 1.6rem;
    text-align: center;
  }

  /* faq
  ----------------------------------------*/
  #faq {
    margin: 0 -20px;
    padding: 60px 20px 50px;
  }
  #faq .hdg-type01 {
    margin-bottom: 40px;
  }

  .box-faq01 {
    margin-bottom: 10px;
    border: 0;
    border-radius: 5px;
  }
  .box-faq01 .hdg {
    padding: 10px 46px 10px 58px;
    font-size: 1.8rem;
  }
  .box-faq01 .hdg .q {
    left: 10px;
    width: 34px;
    height: 34px;
  }
  .box-faq01 .hdg .icon {
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .box-faq01 .hdg .icon::before {
    width: 11px;
  }
  .box-faq01 .hdg .icon::after {
    height: 11px;
  }
  .box-faq01 .hdg.js-toggle-btn.open .icon::after {
    display: none;
  }
  .box-faq01 .answer {
    margin: 0 30px;
    padding: 15px 0 10px;
  }
  .box-faq01 .answer p {
    font-size: 1.5rem;
  }

  /* inquiry
  ----------------------------------------*/
  #inquiry {
    margin: 0 -20px;
    padding: 60px 20px;
    background: #fff;
  }
  #inquiry .hdg-type01 {
    margin-bottom: 40px;
  }

  .box-inquiry {
    padding: 0;
    border-radius: 0;
  }
  .box-inquiry > .lay {
    margin: 0 auto;
    max-width: none;
  }

  .box-form > .cont {
    width: 100%;
  }
  .box-form > .cont.col2 {
    width: 100%;
    padding: 0;
  }
  .box-form > .cont.col2:nth-of-type(2n) {
    padding: 0;
  }
  .box-form .hdg {
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .box-form p {
    font-size: 1.7rem;
  }

  /* thanks
  --------------------------------------*/
  .thanks {
    margin: 0 -20px;
    padding: 110px 20px 80px;
  }
  .thanks .hdg {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }

  .text-thanks {
    margin: 0 30px 40px;
    text-align: left;
  }

  .btn-back {
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 1.5rem;
  }
  .btn-back::before {
    margin: -2px 8px 0 0;
    width: 24px;
    height: 24px;
  }
  .btn-back::after {
    left: 10px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }

  .box-generic01 {
    padding: 30px 30px 1px;
  }
  .box-generic01 .text-tel {
    font-size: 3.6rem;
  }

  .hdg-hurry {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  /* section01
  --------------------------------------*/
  .section01 {
    margin-top: 0;
  }

  /*------------------------------------------------------------------------------------------------------------------------
  Footer Area
  ------------------------------------------------------------------------------------------------------------------------*/
  footer {
    background: #FFEDCE;
  }
  footer > .lay {
    padding: 40px 15px;
  }
  footer > .lay .pagetop {
    position: absolute;
    right: 20px;
    top: -32px;
    margin: 0;
  }
  footer > .lay .pagetop a {
    width: 64px;
    height: 64px;
  }
  footer > .lay .pagetop a::before {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg) translate(-20%, -50%);
  }
  footer > .lay .logo {
    margin: 0 auto 40px;
    width: 242px;
  }
  footer > .lay .utility01 {
    margin: 0 auto 40px;
    max-width: 290px;
  }
  footer > .lay .utility01 li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 24px;
    text-align: left;
  }
  footer > .lay .utility01 li::before {
    position: absolute;
    top: 8px;
    left: 0;
    margin: 0;
  }
  footer > .lay #copyright {
    display: block;
    margin: 0;
    font-size: 1.3rem;
    text-align: center;
  }
}
/* 350px以下
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 350px) {
  /* box-briefing-01
  ----------------------------------------*/
  .box-briefing-01 .hdg {
    max-width: 150px;
  }
  .box-briefing-01 .btn {
    top: -25px;
    right: -15px;
    font-size: 1.2rem;
  }
  .box-briefing-01 .btn a {
    width: 90px;
    height: 90px;
  }
  .box-briefing-01 .btn a::after {
    margin-top: 5px;
    width: 13px;
    height: 12px;
  }
}
